.ai-module__R4bVEq__container{animation:ai-module__R4bVEq__fadeIn var(--transition-normal) forwards;flex-direction:column;gap:2rem;display:flex}.ai-module__R4bVEq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ai-module__R4bVEq__grid{grid-template-columns:1fr 350px;gap:1.5rem;display:grid}.ai-module__R4bVEq__card{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.ai-module__R4bVEq__recommendationsList{flex-direction:column;gap:1rem;display:flex}.ai-module__R4bVEq__recommendationItem{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);border-left:4px solid var(--accent-ai);gap:1rem;padding:1rem;display:flex}.ai-module__R4bVEq__recIcon{color:var(--accent-ai);margin-top:.25rem}.ai-module__R4bVEq__recContent{flex-direction:column;gap:.5rem;display:flex}.ai-module__R4bVEq__recTitle{color:var(--text-primary);font-weight:600}.ai-module__R4bVEq__recDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.ai-module__R4bVEq__savingsWidget{background:linear-gradient(135deg, var(--accent-primary-soft), transparent);text-align:center;border-color:#2fe06a40}.ai-module__R4bVEq__savingsAmount{font-family:var(--font-display);color:var(--accent-primary);font-variant-numeric:tabular-nums;margin:1rem 0;font-size:2.8rem;font-weight:800}.ai-module__R4bVEq__savingsDesc{color:var(--text-secondary);font-size:.875rem}.ai-module__R4bVEq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.ai-module__R4bVEq__spinner{border:3px solid #8b5cf633;border-top-color:var(--accent-ai);border-radius:50%;width:40px;height:40px;animation:1s linear infinite ai-module__R4bVEq__spin}@keyframes ai-module__R4bVEq__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.ai-module__R4bVEq__grid{grid-template-columns:1fr}}
.Button-module__8RiFmG__btn{border-radius:var(--radius-full);font-family:var(--font-body);transition:all var(--transition-fast);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.85rem;font-weight:700;display:inline-flex}.Button-module__8RiFmG__btn:active{transform:scale(.97)}.Button-module__8RiFmG__btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.Button-module__8RiFmG__primary{background-color:var(--accent-primary);color:#06180c;box-shadow:var(--shadow-glow)}.Button-module__8RiFmG__primary:hover:not(:disabled){background-color:var(--accent-primary-hover);box-shadow:0 0 28px #2fe06a47}.Button-module__8RiFmG__ai{background:linear-gradient(135deg, var(--accent-ai), #c084fc);color:#fff;box-shadow:var(--shadow-glow-ai)}.Button-module__8RiFmG__ai:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 0 28px #8b5cf666}.Button-module__8RiFmG__outline{border:1px solid var(--border-color);color:var(--text-primary);background-color:#0000}.Button-module__8RiFmG__outline:hover:not(:disabled){background-color:var(--bg-card-hover);border-color:var(--border-color-hover)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background-color:var(--bg-card-hover);color:var(--text-primary)}
.ExpenseForm-module__jHiB1W__header{margin-bottom:1.5rem}.ExpenseForm-module__jHiB1W__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.ExpenseForm-module__jHiB1W__subtitle{color:var(--text-secondary);font-size:.875rem}.ExpenseForm-module__jHiB1W__form{flex-direction:column;gap:1.5rem;display:flex}.ExpenseForm-module__jHiB1W__grid2{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ExpenseForm-module__jHiB1W__switchContainer{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:1rem;display:flex}.ExpenseForm-module__jHiB1W__switchLabel{color:var(--text-primary);flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.ExpenseForm-module__jHiB1W__switchHint{color:var(--text-tertiary);font-size:.75rem}.ExpenseForm-module__jHiB1W__switch{width:50px;height:28px;display:inline-block;position:relative}.ExpenseForm-module__jHiB1W__switch input{opacity:0;width:0;height:0}.ExpenseForm-module__jHiB1W__slider{cursor:pointer;background-color:var(--bg-tertiary);border-radius:34px;transition:all .4s;position:absolute;inset:0}.ExpenseForm-module__jHiB1W__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.ExpenseForm-module__jHiB1W__slider{background-color:var(--accent-primary)}input:checked+.ExpenseForm-module__jHiB1W__slider:before{transform:translate(22px)}.ExpenseForm-module__jHiB1W__actions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}
.Input-module__5jsJuW__field{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.Input-module__5jsJuW__label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Input-module__5jsJuW__control{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-size:.875rem;font-family:var(--font-body);transition:all var(--transition-fast);padding:.75rem 1rem}.Input-module__5jsJuW__control:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-primary-soft);outline:none}.Input-module__5jsJuW__control:disabled{opacity:.6;cursor:not-allowed}.Input-module__5jsJuW__hint{color:var(--text-tertiary);font-size:.75rem}.Input-module__5jsJuW__error{color:var(--danger);font-size:.85rem}
.ExpenseDetails-module__LF2lXW__container{flex-direction:column;gap:1.5rem;display:flex}.ExpenseDetails-module__LF2lXW__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.ExpenseDetails-module__LF2lXW__actions{align-items:center;gap:.5rem;display:flex}.ExpenseDetails-module__LF2lXW__title{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:800}.ExpenseDetails-module__LF2lXW__detailsGrid{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:1.5rem;display:grid}.ExpenseDetails-module__LF2lXW__detailItem{flex-direction:column;gap:.5rem;display:flex}.ExpenseDetails-module__LF2lXW__detailLabel{color:var(--text-secondary);font-size:.875rem;font-weight:500}.ExpenseDetails-module__LF2lXW__detailValue{color:var(--text-primary);font-size:1.125rem;font-weight:500}.ExpenseDetails-module__LF2lXW__amount{font-family:var(--font-display);color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:800}.ExpenseDetails-module__LF2lXW__categoryBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.02em;color:#fff;align-items:center;width:fit-content;padding:.25rem .75rem;font-size:.72rem;font-weight:700;display:inline-flex}.ExpenseDetails-module__LF2lXW__notFound{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}
.Card-module__b6YjYG__card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.4rem}.Card-module__b6YjYG__title{font-family:var(--font-body);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.55rem;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:flex}
.auth-module__A_DBwq__container{background-color:var(--bg-primary);background-image:radial-gradient(60% 50% at 15% 10%, var(--accent-primary-soft), transparent 60%), radial-gradient(50% 45% at 90% 90%, var(--accent-ai-soft), transparent 60%);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-module__A_DBwq__card{text-align:center;flex-direction:column;gap:1.5rem;width:100%;max-width:400px;padding:2.4rem 2.1rem;animation:.5s ease-out forwards auth-module__A_DBwq__slideUp;display:flex}.auth-module__A_DBwq__header{text-align:center;margin-bottom:1rem}.auth-module__A_DBwq__logo{background:linear-gradient(135deg, var(--accent-primary), var(--accent-primary-hover));border-radius:var(--radius-lg);color:#06180c;width:52px;height:52px;box-shadow:var(--shadow-glow);justify-content:center;align-items:center;margin:0 auto 1.1rem;display:inline-flex}.auth-module__A_DBwq__title{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.auth-module__A_DBwq__subtitle{color:var(--text-secondary);font-size:.875rem}.auth-module__A_DBwq__form{text-align:left;flex-direction:column;gap:1rem;display:flex}.auth-module__A_DBwq__actions{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}@keyframes auth-module__A_DBwq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
