body .dashboard,html .dashboard{flex-direction:column;gap:1.5rem;min-height:100vh;display:flex;background:linear-gradient(#fff,#edf1f5)!important;padding:1rem 1.5rem 1.5rem!important}.dashboard__summary{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.dashboard__summary-card{border-radius:.75rem;padding:1.25rem;transition:all .2s ease-in-out;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);background-color:#fff!important;border:1px solid #e2e8f0!important}.dashboard__summary-card:before{content:"";background:linear-gradient(90deg,#4f46e5,#6366f1);height:4px;position:absolute;top:0;left:0;right:0}.dashboard__summary-card:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.dashboard__summary-card:first-child:before{background:linear-gradient(90deg,#4f46e5,#6366f1)}.dashboard__summary-card:nth-child(2):before{background:linear-gradient(90deg,#22c55e,#4ade80)}.dashboard__summary-card:nth-child(3):before{background:linear-gradient(90deg,#ef4444,#f87171)}.dashboard__summary-card:nth-child(4):before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.dashboard__summary-card:first-child{background:linear-gradient(135deg,rgba(79,70,229,.03),rgba(99,102,241,.08));border-color:rgba(79,70,229,.2)}.dashboard__summary-card:nth-child(2){background:linear-gradient(135deg,rgba(34,197,94,.03),rgba(74,222,128,.08));border-color:rgba(34,197,94,.2)}.dashboard__summary-card:nth-child(3){background:linear-gradient(135deg,rgba(239,68,68,.03),rgba(248,113,113,.08));border-color:rgba(239,68,68,.2)}.dashboard__summary-card:nth-child(4){background:linear-gradient(135deg,rgba(59,130,246,.03),rgba(96,165,250,.08));border-color:rgba(59,130,246,.2)}.dashboard__card-header,.dashboard__summary-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard__card-title,.dashboard__summary-title{color:#4b5563;text-transform:uppercase;letter-spacing:.025em;font-size:.875rem;font-weight:600}.dashboard__card-icon{color:#9ca3af;width:1.5rem;height:1.5rem}.dashboard__summary-icon{opacity:.8;width:1.5rem;height:1.5rem}.dashboard__summary-card:first-child .dashboard__summary-icon{color:#4f46e5}.dashboard__summary-card:nth-child(2) .dashboard__summary-icon{color:#22c55e}.dashboard__summary-card:nth-child(3) .dashboard__summary-icon{color:#ef4444}.dashboard__summary-card:nth-child(4) .dashboard__summary-icon{color:#3b82f6}.dashboard__card-value{color:#111827;margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.1}.dashboard__summary-value{margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.1}.dashboard__summary-card:first-child .dashboard__summary-value{color:#4f46e5}.dashboard__summary-card:nth-child(2) .dashboard__summary-value{color:#22c55e}.dashboard__summary-card:nth-child(3) .dashboard__summary-value{color:#ef4444}.dashboard__summary-card:nth-child(4) .dashboard__summary-value{color:#3b82f6}.dashboard__card-change{align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.dashboard__card-change--positive{color:#22c55e}.dashboard__card-change--negative{color:#ef4444}.dashboard__card-change--neutral{color:#6b7280}.dashboard__change-icon{width:.75rem;height:.75rem}.dashboard__content{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.dashboard__transactions{border:1px solid #e2e8f0;border-radius:.75rem;transition:all .2s ease-in-out;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);background-color:#fff!important}.dashboard__transactions:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.dashboard__budgets{border:1px solid #e2e8f0;border-radius:.75rem;transition:all .2s ease-in-out;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);background-color:#fff!important}.dashboard__budgets:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.dashboard__section-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem;display:flex;position:relative}.dashboard__section-header:before{content:"";background:linear-gradient(90deg,#4f46e5,#6366f1);height:3px;position:absolute;top:0;left:0;right:0}.dashboard__section-title{color:#1e293b;text-transform:uppercase;letter-spacing:.025em;margin:0;font-size:1.125rem;font-weight:700}.dashboard__section-action{color:#4f46e5;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.dashboard__section-action:hover{color:#4338ca}.dashboard__transactions-list{background-color:#fff;max-height:20rem;overflow-y:auto}.dashboard .card{border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);background-color:#fff!important;border:1px solid #e2e8f0!important}.dashboard .card__header{background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;border-bottom:1px solid #e5e7eb!important;padding:1.25rem!important}.dashboard .card__content{background-color:#fff!important;padding:0!important}.dashboard__transaction-list{margin:0;padding:0;list-style:none;background-color:#fff!important}.dashboard__transaction-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:all .2s ease-in-out;display:flex;position:relative}.dashboard__transaction-item:hover{background:linear-gradient(135deg,rgba(79,70,229,.02),rgba(99,102,241,.05));transform:translate(2px)}.dashboard__transaction-item:hover:before{content:"";background:linear-gradient(#4f46e5,#6366f1);width:3px;position:absolute;top:0;bottom:0;left:0}.dashboard__transaction-item:last-child{border-bottom:none}.dashboard__transaction-info{flex:1;align-items:center;gap:.75rem;display:flex}.dashboard__transaction-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:600;display:flex;box-shadow:0 2px 4px rgba(0,0,0,.05)}.dashboard__transaction-icon--income{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.dashboard__transaction-icon--expense{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.dashboard__transaction-icon--transfer{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.dashboard__transaction-details{flex:1;min-width:0}.dashboard__transaction-description{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.875rem;font-weight:600;line-height:1.25;overflow:hidden}.dashboard__transaction-category{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;font-size:.75rem;font-weight:500}.dashboard__transaction-amount{text-align:right;flex-shrink:0;font-size:.875rem;font-weight:700}.dashboard__transaction-amount--income{color:#22c55e}.dashboard__transaction-amount--expense{color:#ef4444}.dashboard__transaction-amount--transfer{color:#3b82f6}.dashboard__transaction-right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.dashboard__transaction-paid-checkbox{cursor:pointer;background:linear-gradient(135deg,#fff,#f8fafc);border:2.5px solid #d1d5db;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 2px 4px rgba(0,0,0,.05),inset 0 1px 2px rgba(255,255,255,.8)}.dashboard__transaction-paid-checkbox:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,transparent,rgba(79,70,229,.1));border-radius:.5rem;padding:2px;transition:opacity .3s;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.dashboard__transaction-paid-checkbox:hover{background:linear-gradient(135deg,rgba(79,70,229,.05),rgba(99,102,241,.1));border-color:#6366f1;transform:scale(1.1);box-shadow:0 4px 12px rgba(79,70,229,.2),inset 0 1px 2px rgba(255,255,255,.8)}.dashboard__transaction-paid-checkbox:hover:before{opacity:1}.dashboard__transaction-paid-checkbox:active{transform:scale(.95)}.dashboard__transaction-paid-checkbox--checked{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e;box-shadow:0 4px 12px rgba(34,197,94,.3),inset 0 1px 2px rgba(255,255,255,.3)}.dashboard__transaction-paid-checkbox--checked:before{opacity:1;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent)}.dashboard__transaction-paid-checkbox--checked:hover{background:linear-gradient(135deg,#16a34a,#15803d);border-color:#16a34a;transform:scale(1.1)rotate(5deg);box-shadow:0 6px 16px rgba(34,197,94,.4),inset 0 1px 2px rgba(255,255,255,.3)}.dashboard__transaction-paid-icon{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));animation:.4s cubic-bezier(.68,-.55,.265,1.55) checkPop}@keyframes checkPop{0%{opacity:0;transform:scale(0)rotate(-45deg)}50%{transform:scale(1.3)rotate(10deg)}to{opacity:1;transform:scale(1)rotate(0)}}.dashboard__transaction-item--paid{opacity:.65;background:linear-gradient(135deg,rgba(34,197,94,.02),rgba(74,222,128,.05));position:relative}.dashboard__transaction-item--paid:after{content:"";opacity:.5;background:linear-gradient(#22c55e,#16a34a);width:3px;position:absolute;top:0;bottom:0;left:0}.dashboard__transaction-item--paid .dashboard__transaction-description{color:#6b7280;opacity:.8}.dashboard__transaction-item--paid .dashboard__transaction-category{opacity:.7}.dashboard__transaction-item--paid .dashboard__transaction-amount{opacity:.8}.dashboard__transaction-item--paid .dashboard__transaction-icon{opacity:.6;filter:grayscale(.3)}.dashboard__budgets{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:all .2s ease-in-out;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.dashboard__budget-list{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.dashboard__budget-item{border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.05);background-color:#fff!important}.dashboard__budget-item:before{content:"";background:linear-gradient(90deg,#f59e0b,#d97706);height:3px;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.dashboard__budget-item:hover{border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.dashboard__budget-item:hover:before{transform:scaleX(1)}.dashboard__budget-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dashboard__budget-category{color:#111827;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.dashboard__budget-amounts{color:#4b5563;font-size:.875rem;font-weight:600}.dashboard__budget-item .progress-bar{background-color:#e5e7eb;border:1px solid #d1d5db;height:.5rem;margin-top:.5rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.dashboard__budget-progress-container{align-items:center;gap:1rem;display:flex}.dashboard__budget-progress-container .progress-bar{flex:1;margin-top:0}.dashboard__budget-percentage{color:#4b5563;text-align:right;min-width:3rem;text-shadow:none;font-size:.875rem;font-weight:700}.dashboard__budget-category-icon{color:#f59e0b;width:1.25rem;height:1.25rem}.dashboard__budget-spent{color:#6b7280;font-size:.75rem}.dashboard__budget-percentage--low{color:#22c55e}.dashboard__budget-percentage--medium{color:#f59e0b}.dashboard__budget-percentage--high{color:#ef4444}.dashboard__empty-state{text-align:center;color:#6b7280;padding:2rem}.dashboard__empty-icon{color:#cbd5e1;width:3rem;height:3rem;margin:0 auto 1rem}.dashboard__empty-title{color:#374151;margin-bottom:.5rem;font-size:1rem;font-weight:500}.dashboard__empty-message{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.dashboard__empty-action{color:#4f46e5;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.dashboard__empty-action:hover{color:#4338ca}@media (max-width:1024px){.dashboard__summary{grid-template-columns:repeat(2,1fr)}.dashboard__content{grid-template-columns:1fr}}@media (max-width:768px){.dashboard{gap:1rem;padding:1rem}.dashboard__summary{grid-template-columns:1fr;gap:1rem}.dashboard__summary-card{padding:1rem}.dashboard__card-value{font-size:1.5rem}.dashboard__section-header{padding:1rem}.dashboard__transaction-item{padding:.75rem 1rem}.dashboard__budget-list{padding:1rem}}@media (max-width:640px){.dashboard__transaction-description{font-size:.8125rem}.dashboard__transaction-details{min-width:0;overflow:hidden}.dashboard__budget-header{flex-direction:column;align-items:flex-start;gap:.25rem}.dashboard__section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}html.dark .dashboard,body.dark .dashboard,.dark .dashboard{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html.dark .dashboard__summary-card,body.dark .dashboard__summary-card,.dark .dashboard__summary-card{background-color:rgba(30,41,59,.8)!important;border-color:#334155!important}html.dark .dashboard__summary-card:first-child,body.dark .dashboard__summary-card:first-child,.dark .dashboard__summary-card:first-child{background:linear-gradient(135deg,rgba(79,70,229,.1),rgba(99,102,241,.15))!important;border-color:rgba(79,70,229,.3)!important}html.dark .dashboard__summary-card:nth-child(2),body.dark .dashboard__summary-card:nth-child(2),.dark .dashboard__summary-card:nth-child(2){background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(74,222,128,.15))!important;border-color:rgba(34,197,94,.3)!important}html.dark .dashboard__summary-card:nth-child(3),body.dark .dashboard__summary-card:nth-child(3),.dark .dashboard__summary-card:nth-child(3){background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(248,113,113,.15))!important;border-color:rgba(239,68,68,.3)!important}html.dark .dashboard__summary-card:nth-child(4),body.dark .dashboard__summary-card:nth-child(4),.dark .dashboard__summary-card:nth-child(4){background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(96,165,250,.15))!important;border-color:rgba(59,130,246,.3)!important}.dark .dashboard__card-title,.dark .dashboard__summary-title{color:#cbd5e1}.dark .dashboard__card-icon,.dark .dashboard__summary-icon{color:#6b7280}.dark .dashboard__card-value,.dark .dashboard__summary-value{color:#f3f4f6}.dark .dashboard__transactions,.dark .dashboard__budgets{background-color:#1e293b!important;border-color:#334155!important}.dark .dashboard__section-header{background:linear-gradient(135deg,#334155,#4b5563);border-bottom-color:#4b5563}.dark .dashboard__section-title{color:#f3f4f6}.dark .dashboard__section-action{color:#818cf8}.dark .dashboard__section-action:hover{color:#a5b4fc}.dark .dashboard__transaction-item{border-bottom-color:#334155}.dark .dashboard__transaction-item:hover{background:linear-gradient(135deg,rgba(79,70,229,.05),rgba(99,102,241,.1))}.dark .dashboard__transaction-description{color:#f3f4f6}.dark .dashboard__transaction-category{color:#9ca3af}.dark .dashboard__transaction-paid-checkbox{background:linear-gradient(135deg,#1e293b,#334155);border-color:#4b5563;box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 1px 2px rgba(255,255,255,.05)}.dark .dashboard__transaction-paid-checkbox:before{background:linear-gradient(135deg,transparent,rgba(99,102,241,.15))}.dark .dashboard__transaction-paid-checkbox:hover{background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(79,70,229,.2));border-color:#6366f1;box-shadow:0 4px 12px rgba(99,102,241,.3),inset 0 1px 2px rgba(255,255,255,.1)}.dark .dashboard__transaction-paid-checkbox--checked{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e;box-shadow:0 4px 12px rgba(34,197,94,.4),inset 0 1px 2px rgba(255,255,255,.3)}.dark .dashboard__transaction-paid-checkbox--checked:before{background:linear-gradient(135deg,rgba(255,255,255,.2),transparent)}.dark .dashboard__transaction-paid-checkbox--checked:hover{background:linear-gradient(135deg,#16a34a,#15803d);border-color:#16a34a;box-shadow:0 6px 16px rgba(34,197,94,.5),inset 0 1px 2px rgba(255,255,255,.3)}.dark .dashboard__transaction-item--paid{background:linear-gradient(135deg,rgba(34,197,94,.05),rgba(74,222,128,.08))}.dark .dashboard__transaction-item--paid .dashboard__transaction-description{color:#64748b}.dark .dashboard__budget-item{box-shadow:0 4px 6px -1px rgba(0,0,0,.3);background-color:#1e293b!important;border-color:#334155!important}.dark .dashboard__budget-item:hover{border-color:#f59e0b;box-shadow:0 10px 25px -3px rgba(0,0,0,.4)}.dark .dashboard__budget-category{color:#f8fafc}.dark .dashboard__budget-amounts{color:#94a3b8}.dark .dashboard__budget-spent{color:#9ca3af}.dark .dashboard__budget-percentage{color:#94a3b8;text-shadow:0 1px 2px rgba(0,0,0,.1)}.dark .dashboard__budget-item .progress-bar{border:1px solid #475569;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);background-color:#334155!important}.dark .dashboard .card{background-color:#1e293b!important;border-color:#334155!important}.dark .dashboard .card__header{background:linear-gradient(135deg,#334155,#4b5563)!important;border-bottom-color:#4b5563!important}.dark .dashboard .card__content,.dark .dashboard__transaction-list{background-color:#1e293b!important}.dark .dashboard__empty-state{color:#9ca3af}.dark .dashboard__empty-icon{color:#4b5563}.dark .dashboard__empty-title{color:#cbd5e1}.dark .dashboard__empty-action{color:#818cf8}.dark .dashboard__empty-action:hover{color:#a5b4fc}@media (prefers-color-scheme:dark){html:not(.light):not(.dark) .dashboard{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html:not(.light):not(.dark) .dashboard__summary-card{background-color:rgba(30,41,59,.8)!important;border-color:#334155!important}html:not(.light):not(.dark) .dashboard__summary-card:first-child{background:linear-gradient(135deg,rgba(79,70,229,.1),rgba(99,102,241,.15))!important;border-color:rgba(79,70,229,.3)!important}html:not(.light):not(.dark) .dashboard__summary-card:nth-child(2){background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(74,222,128,.15))!important;border-color:rgba(34,197,94,.3)!important}html:not(.light):not(.dark) .dashboard__summary-card:nth-child(3){background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(248,113,113,.15))!important;border-color:rgba(239,68,68,.3)!important}html:not(.light):not(.dark) .dashboard__summary-card:nth-child(4){background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(96,165,250,.15))!important;border-color:rgba(59,130,246,.3)!important}html:not(.light):not(.dark) .dashboard__card-title,html:not(.light):not(.dark) .dashboard__summary-title{color:#cbd5e1}html:not(.light):not(.dark) .dashboard__card-icon,html:not(.light):not(.dark) .dashboard__summary-icon{color:#6b7280}html:not(.light):not(.dark) .dashboard__card-value,html:not(.light):not(.dark) .dashboard__summary-value{color:#f3f4f6}html:not(.light):not(.dark) .dashboard__transactions,html:not(.light):not(.dark) .dashboard__budgets{background-color:#1e293b!important;border-color:#334155!important}html:not(.light):not(.dark) .dashboard__section-header{background:linear-gradient(135deg,#334155,#4b5563);border-bottom-color:#4b5563}html:not(.light):not(.dark) .dashboard__section-title{color:#f3f4f6}html:not(.light):not(.dark) .dashboard__section-action{color:#818cf8}html:not(.light):not(.dark) .dashboard__section-action:hover{color:#a5b4fc}html:not(.light):not(.dark) .dashboard__transaction-item{border-bottom-color:#334155}html:not(.light):not(.dark) .dashboard__transaction-item:hover{background:linear-gradient(135deg,rgba(79,70,229,.05),rgba(99,102,241,.1))}html:not(.light):not(.dark) .dashboard__transaction-description{color:#f3f4f6}html:not(.light):not(.dark) .dashboard__transaction-category{color:#9ca3af}html:not(.light):not(.dark) .dashboard__transaction-paid-checkbox{background:linear-gradient(135deg,#1e293b,#334155);border-color:#4b5563;box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 1px 2px rgba(255,255,255,.05)}html:not(.light):not(.dark) .dashboard__transaction-paid-checkbox:before{background:linear-gradient(135deg,transparent,rgba(99,102,241,.15))}html:not(.light):not(.dark) .dashboard__transaction-paid-checkbox:hover{background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(79,70,229,.2));border-color:#6366f1;box-shadow:0 4px 12px rgba(99,102,241,.3),inset 0 1px 2px rgba(255,255,255,.1)}html:not(.light):not(.dark) .dashboard__transaction-paid-checkbox--checked{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e;box-shadow:0 4px 12px rgba(34,197,94,.4),inset 0 1px 2px rgba(255,255,255,.3)}html:not(.light):not(.dark) .dashboard__transaction-paid-checkbox--checked:before{background:linear-gradient(135deg,rgba(255,255,255,.2),transparent)}html:not(.light):not(.dark) .dashboard__transaction-paid-checkbox--checked:hover{background:linear-gradient(135deg,#16a34a,#15803d);border-color:#16a34a;box-shadow:0 6px 16px rgba(34,197,94,.5),inset 0 1px 2px rgba(255,255,255,.3)}html:not(.light):not(.dark) .dashboard__transaction-item--paid{background:linear-gradient(135deg,rgba(34,197,94,.05),rgba(74,222,128,.08))}html:not(.light):not(.dark) .dashboard__transaction-item--paid .dashboard__transaction-description{color:#64748b}html:not(.light):not(.dark) .dashboard__budget-item{box-shadow:0 4px 6px -1px rgba(0,0,0,.3);background-color:#1e293b!important;border-color:#334155!important}html:not(.light):not(.dark) .dashboard__budget-item:hover{border-color:#f59e0b;box-shadow:0 10px 25px -3px rgba(0,0,0,.4)}html:not(.light):not(.dark) .dashboard__budget-category{color:#f8fafc}html:not(.light):not(.dark) .dashboard__budget-amounts{color:#94a3b8}html:not(.light):not(.dark) .dashboard__budget-spent{color:#9ca3af}html:not(.light):not(.dark) .dashboard__budget-percentage{color:#94a3b8;text-shadow:0 1px 2px rgba(0,0,0,.1)}html:not(.light):not(.dark) .dashboard__budget-item .progress-bar{border:1px solid #475569;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);background-color:#334155!important}html:not(.light):not(.dark) .dashboard .card{background-color:#1e293b!important;border-color:#334155!important}html:not(.light):not(.dark) .dashboard .card__header{background:linear-gradient(135deg,#334155,#4b5563)!important;border-bottom-color:#4b5563!important}html:not(.light):not(.dark) .dashboard .card__content,html:not(.light):not(.dark) .dashboard__transaction-list{background-color:#1e293b!important}html:not(.light):not(.dark) .dashboard__empty-state{color:#9ca3af}html:not(.light):not(.dark) .dashboard__empty-icon{color:#4b5563}html:not(.light):not(.dark) .dashboard__empty-title{color:#cbd5e1}html:not(.light):not(.dark) .dashboard__empty-action{color:#818cf8}html:not(.light):not(.dark) .dashboard__empty-action:hover{color:#a5b4fc}}.dashboard__financings{flex:1}.dashboard__financing-list{flex-direction:column;gap:1rem;display:flex}.dashboard__financing-item{background:linear-gradient(145deg,rgba(30,41,59,.4) 0%,rgba(15,23,42,.4) 100%);border:1px solid rgba(99,102,241,.2);border-radius:.5rem;padding:1rem;transition:all .3s}.dashboard__financing-item:hover{border-color:rgba(99,102,241,.4);transform:translateY(-1px)}.dashboard__financing-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dashboard__financing-info{align-items:center;gap:.75rem;display:flex}.dashboard__financing-icon{color:#6366f1;background:linear-gradient(135deg,rgba(99,102,241,.2) 0%,rgba(168,85,247,.2) 100%);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.dashboard__financing-details{flex-direction:column;gap:.25rem;display:flex}.dashboard__financing-name{color:#e2e8f0;font-size:.875rem;font-weight:600}.dashboard__financing-progress{color:#94a3b8;font-size:.75rem}.dashboard__financing-amount{color:#6366f1;font-size:.875rem;font-weight:600}.dashboard__financing-progress-container{position:relative}.dashboard__financing-percentage{color:#94a3b8;font-size:.75rem;font-weight:500;position:absolute;top:-1.5rem;right:0}.dashboard__financing-header{justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard__processing-indicator{color:#94a3b8;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.dashboard__processing-spinner{border:2px solid #475569;border-top-color:#6366f1;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.transactions-list{min-height:100vh;padding:1.5rem;background:linear-gradient(#f2f2f2,#e0e0e0)!important}@media (min-width:768px){.transactions-list{padding:2rem}}.transactions-list__header{border-radius:1rem;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);background:#fff!important;border:1px solid #334155!important}.transactions-list__header:before{content:"";background:linear-gradient(90deg,#4f46e5,#6366f1,#3b82f6);height:4px;position:absolute;top:0;left:0;right:0}.transactions-list__title{background:linear-gradient(135deg,#4f46e5,#6366f1);color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;color:#0f172a!important}.transactions-list__future-badge{color:#eab308;vertical-align:middle;-webkit-text-fill-color:transparent;background:rgba(234,179,8,.1);-webkit-background-clip:text;background-clip:text;border-radius:.375rem;margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.transactions-list__controls{align-items:center;gap:.75rem;display:flex}.transactions-list__page-size{align-items:center;gap:.5rem;display:inline-flex}.transactions-list__page-size-label{color:#475569;font-size:.75rem}.transactions-list__page-size-select{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.35rem .5rem;font-size:.875rem}.transactions-list__search-container{margin-bottom:1.5rem;padding:0 1.5rem}.transactions-list__search-box{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex;position:relative}.transactions-list__search-box:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.transactions-list__search-icon{color:#94a3b8;flex-shrink:0;margin-right:.75rem}.transactions-list__search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.875rem}.transactions-list__search-input::placeholder{color:#94a3b8}.transactions-list__search-clear{cursor:pointer;color:#475569;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-left:.5rem;font-size:1rem;transition:all .2s;display:flex}.transactions-list__search-clear:hover{color:#0f172a;background:#e2e8f0}.transactions-list__search-results{color:#475569;margin-top:.5rem;padding:0 .25rem;font-size:.875rem}.transactions-list__table-container{border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);background:#fff!important;border:1px solid #e2e8f0!important}.transactions-list__table{text-align:left;border-collapse:collapse;width:100%;font-size:.875rem;color:#374151!important}.transactions-list__table-head{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700;color:#0f172a!important;background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important}.transactions-list__table-header{padding:1.25rem 1.5rem;position:relative;border-bottom:2px solid #e2e8f0!important}.transactions-list__table-header--sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s}.transactions-list__table-header--sortable:hover{background:#f1f5f9}.transactions-list__header-content{align-items:center;gap:.5rem;display:inline-flex}.transactions-list__sort-icon{color:#94a3b8;transform-origin:50%;opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1)}.transactions-list__table-header--sortable:hover .transactions-list__sort-icon{opacity:1;transform:scale(1.1)}.transactions-list__sort-icon--active{color:#4f46e5;opacity:1;animation:.4s cubic-bezier(.34,1.56,.64,1) sortBounce}@keyframes sortBounce{0%{opacity:.5;transform:scale(.8)rotate(-10deg)}50%{transform:scale(1.2)rotate(5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.transactions-list__table-header:first-child:after{content:"";background:linear-gradient(90deg,#4f46e5,#6366f1);height:2px;position:absolute;bottom:-2px;left:0;right:0}.transactions-list__table-row{transition:all .2s ease-in-out;background:#fff!important;border-bottom:1px solid #f1f5f9!important}.transactions-list__table-row:hover{box-shadow:0 1px 4px rgba(0,0,0,.05);background:#f8fafc!important}.transactions-list__table-row:last-child{border-bottom:none}.transactions-list__table-cell{padding:1.25rem 1.5rem}.transactions-list__description{font-size:.875rem;font-weight:600;color:#0f172a!important}.transactions-list__category{text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem;font-size:.75rem;font-weight:500;color:#6b7280!important}.transactions-list__amount{font-size:.875rem;font-weight:700}.transactions-list__amount--income{color:#22c55e}.transactions-list__amount--expense{color:#ef4444}.transactions-list__amount--transfer{color:#3b82f6}.transactions-list__date{font-size:.875rem;font-weight:500;color:#6b7280!important}.transactions-list__type-icon{border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:.75rem;font-size:.875rem;font-weight:600;display:inline-flex}.transactions-list__type-icon--income{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.transactions-list__type-icon--expense{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.transactions-list__type-icon--transfer{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.transactions-list__actions{opacity:0;justify-content:center;align-items:center;gap:.5rem;transition:all .3s ease-in-out;display:flex;transform:translate(-10px)}.transactions-list__table-row:hover .transactions-list__actions{opacity:1;transform:translate(0)}.transactions-list__action-button{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:all .2s}.transactions-list__action-button:hover{background-color:var(--color-background-hover);transform:translateY(-1px)}.transactions-list__action-button--edit:hover{color:var(--color-primary)}.transactions-list__action-button--delete:hover{color:var(--color-danger)}.transactions-list__empty{text-align:center;color:var(--color-text-secondary);padding:3rem 1rem}.transactions-list__empty-icon{width:4rem;height:4rem;color:var(--color-text-muted);margin:0 auto 1rem}.transactions-list__empty-title{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.transactions-list__pagination{justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .5rem;display:flex}.transactions-list__pagination-info{color:#475569;font-size:.875rem}.transactions-list__pager{align-items:center;gap:.5rem;display:inline-flex}.transactions-list__pager-button{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.35rem .75rem;font-size:.875rem}.transactions-list__pager-button:disabled{opacity:.5;cursor:not-allowed}.transactions-list__pager-status{color:#475569;font-size:.875rem}.transactions-list__empty-description{margin-bottom:1.5rem}@media (max-width:768px){.transactions-list__table-header:nth-child(3),.transactions-list__table-cell:nth-child(3){display:none}.transactions-list__table-header,.transactions-list__table-cell{padding:.75rem 1rem}.transactions-list__actions{opacity:1}}@media (max-width:640px){.transactions-list__header{text-align:center;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.transactions-list__title{margin-bottom:.5rem;font-size:1.25rem}.transactions-list__table-header:nth-child(4),.transactions-list__table-cell:nth-child(4){display:none}.transactions-list__controls{flex-wrap:wrap;justify-content:space-between;width:100%}.transactions-list__pagination{flex-direction:column;align-items:stretch;gap:.5rem}.transactions-list__pager{justify-content:space-between}}html.dark .transactions-list,body.dark .transactions-list,.dark .transactions-list{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html.dark .transactions-list__title,body.dark .transactions-list__title,.dark .transactions-list__title{color:#f8fafc!important}html.dark .transactions-list__header,body.dark .transactions-list__header,.dark .transactions-list__header{background:#1e293b!important;border-bottom:1px solid #475569!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)!important}html.dark .transactions-list__table-container,body.dark .transactions-list__table-container,.dark .transactions-list__table-container{background:#1e293b!important;border:1px solid #475569!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.3)!important}html.dark .transactions-list__table,body.dark .transactions-list__table,.dark .transactions-list__table{color:#cbd5e1!important}html.dark .transactions-list__table-head,body.dark .transactions-list__table-head,.dark .transactions-list__table-head{color:#f8fafc!important;background:linear-gradient(135deg,#334155,#475569)!important}html.dark .transactions-list__table-header,body.dark .transactions-list__table-header,.dark .transactions-list__table-header{border-bottom:2px solid #475569!important}html.dark .transactions-list__table-header--sortable:hover,body.dark .transactions-list__table-header--sortable:hover,.dark .transactions-list__table-header--sortable:hover{background:#334155}html.dark .transactions-list__sort-icon,body.dark .transactions-list__sort-icon,.dark .transactions-list__sort-icon{color:#94a3b8}html.dark .transactions-list__table-header--sortable:hover .transactions-list__sort-icon,body.dark .transactions-list__table-header--sortable:hover .transactions-list__sort-icon,.dark .transactions-list__table-header--sortable:hover .transactions-list__sort-icon{color:#cbd5e1}html.dark .transactions-list__sort-icon--active,body.dark .transactions-list__sort-icon--active,.dark .transactions-list__sort-icon--active{color:#6366f1}html.dark .transactions-list__table-row,body.dark .transactions-list__table-row,.dark .transactions-list__table-row{background:#1e293b!important;border-bottom:1px solid #334155!important}html.dark .transactions-list__table-row:hover,body.dark .transactions-list__table-row:hover,.dark .transactions-list__table-row:hover{background:#334155!important;box-shadow:0 1px 4px rgba(0,0,0,.2)!important}html.dark .transactions-list__description,body.dark .transactions-list__description,.dark .transactions-list__description{color:#f8fafc!important}html.dark .transactions-list__category,body.dark .transactions-list__category,.dark .transactions-list__category,html.dark .transactions-list__date,body.dark .transactions-list__date,.dark .transactions-list__date,html.dark .transactions-list__action-button,body.dark .transactions-list__action-button,.dark .transactions-list__action-button{color:#94a3b8!important}html.dark .transactions-list__action-button:hover,body.dark .transactions-list__action-button:hover,.dark .transactions-list__action-button:hover{background:#334155!important}html.dark .transactions-list__page-size-select,body.dark .transactions-list__page-size-select,.dark .transactions-list__page-size-select{color:#f8fafc;background:#1e293b;border-color:#475569}html.dark .transactions-list__page-size-label,body.dark .transactions-list__page-size-label,.dark .transactions-list__page-size-label,html.dark .transactions-list__pagination-info,body.dark .transactions-list__pagination-info,.dark .transactions-list__pagination-info,html.dark .transactions-list__pager-status,body.dark .transactions-list__pager-status,.dark .transactions-list__pager-status{color:#cbd5e1}html.dark .transactions-list__pager-button,body.dark .transactions-list__pager-button,.dark .transactions-list__pager-button{color:#f8fafc;background:#1e293b;border-color:#475569}html.dark .transactions-list__search-box,body.dark .transactions-list__search-box,.dark .transactions-list__search-box{background:#1e293b;border-color:#475569}html.dark .transactions-list__search-box:focus-within,body.dark .transactions-list__search-box:focus-within,.dark .transactions-list__search-box:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.2)}html.dark .transactions-list__search-icon,body.dark .transactions-list__search-icon,.dark .transactions-list__search-icon{color:#94a3b8}html.dark .transactions-list__search-input,body.dark .transactions-list__search-input,.dark .transactions-list__search-input{color:#f8fafc}html.dark .transactions-list__search-input::placeholder,body.dark .transactions-list__search-input::placeholder,.dark .transactions-list__search-input::placeholder{color:#64748b}html.dark .transactions-list__search-clear,body.dark .transactions-list__search-clear,.dark .transactions-list__search-clear{color:#cbd5e1;background:#334155}html.dark .transactions-list__search-clear:hover,body.dark .transactions-list__search-clear:hover,.dark .transactions-list__search-clear:hover{color:#f8fafc;background:#475569}html.dark .transactions-list__search-results,body.dark .transactions-list__search-results,.dark .transactions-list__search-results{color:#cbd5e1}html.dark .transactions-list__empty-title,body.dark .transactions-list__empty-title,.dark .transactions-list__empty-title{color:#f8fafc!important}html.dark .transactions-list__empty,body.dark .transactions-list__empty,.dark .transactions-list__empty{color:#94a3b8!important}html.dark .transactions-list__empty-icon,body.dark .transactions-list__empty-icon,.dark .transactions-list__empty-icon{color:#64748b!important}@media (prefers-color-scheme:dark){html:not(.light):not(.dark) .transactions-list{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html:not(.light):not(.dark) .transactions-list__title{color:#f8fafc!important}html:not(.light):not(.dark) .transactions-list__header{background:#1e293b!important;border-bottom:1px solid #475569!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)!important}html:not(.light):not(.dark) .transactions-list__table-container{background:#1e293b!important;border:1px solid #475569!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.3)!important}html:not(.light):not(.dark) .transactions-list__table{color:#cbd5e1!important}html:not(.light):not(.dark) .transactions-list__table-head{color:#f8fafc!important;background:linear-gradient(135deg,#334155,#475569)!important}html:not(.light):not(.dark) .transactions-list__table-header{border-bottom:2px solid #475569!important}html:not(.light):not(.dark) .transactions-list__table-row{background:#1e293b!important;border-bottom:1px solid #334155!important}html:not(.light):not(.dark) .transactions-list__table-row:hover{background:#334155!important;box-shadow:0 1px 4px rgba(0,0,0,.2)!important}html:not(.light):not(.dark) .transactions-list__description{color:#f8fafc!important}html:not(.light):not(.dark) .transactions-list__category,html:not(.light):not(.dark) .transactions-list__date,html:not(.light):not(.dark) .transactions-list__action-button{color:#94a3b8!important}html:not(.light):not(.dark) .transactions-list__action-button:hover{background:#334155!important}html:not(.light):not(.dark) .transactions-list__empty-title{color:#f8fafc!important}html:not(.light):not(.dark) .transactions-list__empty{color:#94a3b8!important}html:not(.light):not(.dark) .transactions-list__empty-icon{color:#64748b!important}}.transactions-list__plan-info{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.transactions-list__plan-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.transactions-list__usage-info{color:var(--text-secondary);background:var(--card-background);border:1px solid var(--border-color);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}@media (max-width:768px){.transactions-list__plan-info{flex-direction:column;align-items:flex-start;gap:.5rem}}
html.light .accounts-page,body.light .accounts-page,.light .accounts-page{background:linear-gradient(#f2f2f2,#e0e0e0)!important}html.light .accounts-page__header,body.light .accounts-page__header,.light .accounts-page__header{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)!important}html.light .accounts-page__title,body.light .accounts-page__title,.light .accounts-page__title{color:#0f172a!important}html.light .accounts-page__account,body.light .accounts-page__account,.light .accounts-page__account{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)!important}html.light .accounts-page__account:hover,body.light .accounts-page__account:hover,.light .accounts-page__account:hover{border-color:#3b82f6!important;box-shadow:0 10px 25px -3px rgba(59,130,246,.15)!important}html.light .accounts-page__account-name,body.light .accounts-page__account-name,.light .accounts-page__account-name{color:#0f172a!important}html.light .accounts-page__account-type,body.light .accounts-page__account-type,.light .accounts-page__account-type{color:#1e40af!important;background-color:#f1f5f9!important}html.light .accounts-page__empty-title,body.light .accounts-page__empty-title,.light .accounts-page__empty-title{color:#0f172a!important}.accounts-page{background:linear-gradient(135deg,#0f172a,#1e293b);min-height:100vh;padding:1.5rem}@media (min-width:768px){.accounts-page{padding:2rem}}.accounts-page__header{background:#1e293b;border:1px solid #334155;border-radius:1rem;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}.accounts-page__header:before{content:"";background:linear-gradient(90deg,#3b82f6,#2563eb,#1d4ed8);height:4px;position:absolute;top:0;left:0;right:0}.accounts-page__title{color:#f8fafc;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.accounts-page__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}@media (max-width:768px){.accounts-page__grid{grid-template-columns:1fr;gap:1.5rem}}.accounts-page__account{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}.accounts-page__account:before{content:"";background:linear-gradient(90deg,#3b82f6,#2563eb);height:4px;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.accounts-page__account:hover:before{transform:scaleX(1)}.accounts-page__account:hover{border-color:var(--color-primary-light);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.accounts-page__account-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.accounts-page__account-info{flex:1}.accounts-page__account-name{color:var(--color-text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.accounts-page__account-type{color:var(--color-text-secondary);background-color:var(--color-background-muted);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;display:inline-block}.accounts-page__account-balance{margin-top:1rem;font-size:1.5rem;font-weight:700}.accounts-page__account-balance--positive{color:var(--color-success)}.accounts-page__account-balance--negative{color:var(--color-danger)}.accounts-page__account-balance--zero{color:var(--color-text-secondary)}.accounts-page__actions{opacity:0;gap:.5rem;transition:opacity .2s;display:flex}.accounts-page__account:hover .accounts-page__actions{opacity:1}.accounts-page__action-button{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:all .2s}.accounts-page__action-button:hover{background-color:var(--color-background-hover);transform:translateY(-1px)}.accounts-page__action-button--edit:hover{color:var(--color-primary);background-color:var(--color-primary-light)}.accounts-page__action-button--delete:hover{color:var(--color-danger);background-color:var(--color-danger-light)}.accounts-page__empty{text-align:center;color:var(--color-text-secondary);padding:4rem 1rem}.accounts-page__empty-icon{width:5rem;height:5rem;color:var(--color-text-muted);margin:0 auto 1.5rem}.accounts-page__empty-title{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.accounts-page__empty-description{max-width:24rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.5}.accounts-page__account-type--conta-corrente{background-color:var(--color-primary-light);color:var(--color-primary)}.accounts-page__account-type--poupanca{background-color:var(--color-success-light);color:var(--color-success)}.accounts-page__account-type--dinheiro{background-color:var(--color-warning-light);color:var(--color-warning)}.accounts-page__account-type--investimento{background-color:var(--color-info-light);color:var(--color-info)}.accounts-page__account-type--outro{background-color:var(--color-gray-light);color:var(--color-text-secondary)}@media (max-width:640px){.accounts-page__header{text-align:center;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.accounts-page__title{margin-bottom:.5rem;font-size:1.25rem}.accounts-page__actions{opacity:1}.accounts-page__account-name{font-size:1rem}.accounts-page__account-balance{font-size:1.25rem}}@media (prefers-color-scheme:dark){.accounts-page__title{color:var(--color-text-primary-dark)}.accounts-page__account{background:var(--color-background-dark);border-color:var(--color-border-dark)}.accounts-page__account:hover{border-color:var(--color-primary-dark);box-shadow:0 4px 12px rgba(0,0,0,.3)}.accounts-page__account-name{color:var(--color-text-primary-dark)}.accounts-page__account-type{background-color:var(--color-background-muted-dark)}.accounts-page__action-button{color:var(--color-text-secondary-dark)}.accounts-page__empty-title{color:var(--color-text-primary-dark)}}
html.light .budgets-page,body.light .budgets-page,.light .budgets-page{background:linear-gradient(#f2f2f2,#e0e0e0)!important}html.light .budgets-page__header,body.light .budgets-page__header,.light .budgets-page__header{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)!important}html.light .budgets-page__title,body.light .budgets-page__title,.light .budgets-page__title{color:#0f172a!important}html.light .budgets-page__budget,body.light .budgets-page__budget,.light .budgets-page__budget{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)!important}html.light .budgets-page__budget:hover,body.light .budgets-page__budget:hover,.light .budgets-page__budget:hover{border-color:#22c55e!important;box-shadow:0 10px 25px -3px rgba(34,197,94,.15)!important}html.light .budgets-page__budget-category,body.light .budgets-page__budget-category,.light .budgets-page__budget-category{color:#0f172a!important}html.light .budgets-page__budget-period,body.light .budgets-page__budget-period,.light .budgets-page__budget-period{color:#16a34a!important;background-color:#f1f5f9!important}html.light .budgets-page__empty-title,body.light .budgets-page__empty-title,.light .budgets-page__empty-title{color:#0f172a!important}.budgets-page{background:linear-gradient(135deg,#0f172a,#1e293b);min-height:100vh;padding:1.5rem}@media (min-width:768px){.budgets-page{padding:2rem}}.budgets-page__header{background:#1e293b;border:1px solid #334155;border-radius:1rem;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}.budgets-page__header:before{content:"";background:linear-gradient(90deg,#22c55e,#16a34a,#10b981);height:4px;position:absolute;top:0;left:0;right:0}.budgets-page__title{color:#f8fafc;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.budgets-page__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}@media (max-width:768px){.budgets-page__grid{grid-template-columns:1fr;gap:1.5rem}}.budgets-page__budget{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}.budgets-page__budget:before{content:"";background:linear-gradient(90deg,#22c55e,#16a34a);height:4px;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.budgets-page__budget:hover:before{transform:scaleX(1)}.budgets-page__budget:hover{border-color:var(--color-primary-light);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.budgets-page__budget-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.budgets-page__budget-info{flex:1}.budgets-page__budget-category{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.budgets-page__budget-period{color:var(--color-text-secondary);background-color:var(--color-background-muted);text-transform:uppercase;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.budgets-page__budget-period--recurring{background-color:var(--color-success-light);color:var(--color-success)}.budgets-page__budget-progress{margin:1rem 0}.budgets-page__budget-amounts{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.budgets-page__budget-spent{font-weight:600}.budgets-page__budget-spent--safe{color:var(--color-success)}.budgets-page__budget-spent--warning{color:var(--color-warning)}.budgets-page__budget-spent--danger{color:var(--color-danger)}.budgets-page__budget-total{color:var(--color-text-secondary)}.budgets-page__budget-percentage{color:var(--color-text-secondary);margin-top:.25rem;font-size:.75rem;font-weight:600}.budgets-page__actions{opacity:0;gap:.5rem;transition:opacity .2s;display:flex}.budgets-page__budget:hover .budgets-page__actions{opacity:1}.budgets-page__action-button{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:all .2s}.budgets-page__action-button:hover{background-color:var(--color-background-hover);transform:translateY(-1px)}.budgets-page__action-button--edit:hover{color:var(--color-primary);background-color:var(--color-primary-light)}.budgets-page__action-button--delete:hover{color:var(--color-danger);background-color:var(--color-danger-light)}.budgets-page__budget-status{border:2px solid var(--color-background);border-radius:50%;width:.75rem;height:.75rem;position:absolute;top:1rem;right:1rem}.budgets-page__budget-status--safe{background-color:var(--color-success)}.budgets-page__budget-status--warning{background-color:var(--color-warning)}.budgets-page__budget-status--danger{background-color:var(--color-danger)}.budgets-page__empty{text-align:center;color:var(--color-text-secondary);padding:4rem 1rem}.budgets-page__empty-icon{width:5rem;height:5rem;color:var(--color-text-muted);margin:0 auto 1.5rem}.budgets-page__empty-title{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.budgets-page__empty-description{max-width:28rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.5}.budgets-page__category-icon{border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;font-size:1.25rem;display:flex}.budgets-page__category-icon--alimentacao{background-color:var(--color-orange-light);color:var(--color-orange)}.budgets-page__category-icon--moradia{background-color:var(--color-blue-light);color:var(--color-blue)}.budgets-page__category-icon--transporte{background-color:var(--color-green-light);color:var(--color-green)}.budgets-page__category-icon--lazer{background-color:var(--color-purple-light);color:var(--color-purple)}.budgets-page__category-icon--contas{background-color:var(--color-red-light);color:var(--color-red)}.budgets-page__category-icon--outros{background-color:var(--color-gray-light);color:var(--color-gray)}@media (max-width:640px){.budgets-page__header{text-align:center;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.budgets-page__title{margin-bottom:.5rem;font-size:1.25rem}.budgets-page__actions{opacity:1}.budgets-page__budget-category{font-size:1rem}.budgets-page__budget{padding:1rem}}@media (prefers-color-scheme:dark){.budgets-page__title{color:var(--color-text-primary-dark)}.budgets-page__budget{background:var(--color-background-dark);border-color:var(--color-border-dark)}.budgets-page__budget:hover{border-color:var(--color-primary-dark);box-shadow:0 4px 12px rgba(0,0,0,.3)}.budgets-page__budget-category{color:var(--color-text-primary-dark)}.budgets-page__budget-period{background-color:var(--color-background-muted-dark)}.budgets-page__action-button{color:var(--color-text-secondary-dark)}.budgets-page__empty-title{color:var(--color-text-primary-dark)}}
.projection-page__month-balance,html.light .projection-page__month-balance,body.light .projection-page__month-balance,.light .projection-page__month-balance{color:#1e40af!important;background:0 0!important}html.dark .projection-page__month-balance,body.dark .projection-page__month-balance,.dark .projection-page__month-balance{color:#93c5fd!important}html.light .projection-page__monthly,body.light .projection-page__monthly,.light .projection-page__monthly,html.light .projection-page__month-item,body.light .projection-page__month-item,.light .projection-page__month-item{background:#fff!important;border:1px solid #e2e8f0!important}html.light .projection-page__month-item:hover,body.light .projection-page__month-item:hover,.light .projection-page__month-item:hover{background:#f8fafc!important;border-color:#f59e0b!important}html.light .projection-page__month-name,body.light .projection-page__month-name,.light .projection-page__month-name{color:#0f172a!important}html.light .projection-page__annual,body.light .projection-page__annual,.light .projection-page__annual,html.light .projection-page__stat,body.light .projection-page__stat,.light .projection-page__stat{background:#fff!important;border:1px solid #e2e8f0!important}html.light .projection-page__stat:hover,body.light .projection-page__stat:hover,.light .projection-page__stat:hover{background:#f8fafc!important}html.light .projection-page__stat-label,body.light .projection-page__stat-label,.light .projection-page__stat-label{color:#0f172a!important}html.light .projection-page__empty,body.light .projection-page__empty,.light .projection-page__empty{background:#fff!important;border:1px solid #e2e8f0!important}html.light .projection-page__empty-title,body.light .projection-page__empty-title,.light .projection-page__empty-title{color:#0f172a!important}.projection-page{min-height:100vh;padding:1.5rem;background:linear-gradient(#f2f2f2,#e0e0e0)!important}@media (max-width:640px){.projection-page{padding:1rem}}@media (min-width:768px){.projection-page{padding:2rem}}.projection-page__header{border-radius:1rem;margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)!important}@media (max-width:640px){.projection-page__header{margin-bottom:1.5rem;padding:1.25rem}}.projection-page__header-content{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.projection-page__header-text{flex:1}.projection-page__header:before{content:"";background:linear-gradient(90deg,#f59e0b,#d97706,#c27803);height:4px;position:absolute;top:0;left:0;right:0}.projection-page__title{background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:1.75rem;font-weight:700;color:#0f172a!important}.projection-page__subtitle{font-size:1rem;font-weight:500;line-height:1.6;color:#6b7280!important}.projection-page__summary{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}@media (max-width:640px){.projection-page__summary{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}}.projection-page__summary-card{text-align:center;border-radius:1rem;padding:2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)!important}@media (max-width:640px){.projection-page__summary-card{padding:1.25rem}}.projection-page__summary-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px rgba(0,0,0,.15)!important}.projection-page__summary-card:before{content:"";background:linear-gradient(90deg,#f59e0b,#d97706);height:4px;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.projection-page__summary-card:hover:before{transform:scaleX(1)}.projection-page__summary-icon{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;font-size:1.5rem;transition:all .3s ease-in-out;display:flex;position:relative;box-shadow:0 8px 20px -3px rgba(245,158,11,.3)}.projection-page__summary-icon:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#f59e0b,#d97706,#f59e0b);border-radius:50%;transition:opacity .3s ease-in-out;position:absolute;top:-3px;bottom:-3px;left:-3px;right:-3px}.projection-page__summary-card:hover .projection-page__summary-icon{transform:scale(1.1)rotate(5deg);box-shadow:0 12px 30px -3px rgba(245,158,11,.4)}.projection-page__summary-card:hover .projection-page__summary-icon:before{opacity:.3}.projection-page__summary-icon--income{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 20px -3px rgba(34,197,94,.3)}.projection-page__summary-icon--expense{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 20px -3px rgba(239,68,68,.3)}.projection-page__summary-icon--balance{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 20px -3px rgba(59,130,246,.3)}.projection-page__summary-label{text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.875rem;font-weight:600;color:#6b7280!important}.projection-page__summary-value{text-shadow:0 2px 4px rgba(0,0,0,.1);font-size:2rem;font-weight:700;line-height:1}.projection-page__summary-value--positive{background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projection-page__summary-value--negative{background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projection-page__summary-value--neutral{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projection-page__content{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.projection-page__left-column{flex-direction:column;gap:2.5rem;display:flex}.projection-page__analytics{flex-direction:column;display:flex}@media (max-width:768px){.projection-page__content{grid-template-columns:1fr;gap:2rem}.projection-page__left-column{gap:2rem}}.projection-page__monthly{border-radius:1rem;padding:2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.3);background:#fff!important;border:1px solid #e2e8f0!important}@media (max-width:640px){.projection-page__monthly{padding:1.25rem}}.projection-page__monthly:before{content:"";background:linear-gradient(90deg,#3b82f6,#2563eb);height:4px;position:absolute;top:0;left:0;right:0}.projection-page__monthly:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(0,0,0,.4)}.projection-page__section-title{align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex;position:relative;color:#0f172a!important}.projection-page__section-title:before{content:"📊";opacity:.8;font-size:1.25rem}.projection-page__section-title:after{content:"";background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:2px;width:4rem;height:3px;position:absolute;bottom:0;left:0}.projection-page__divider{background:linear-gradient(90deg,transparent,#e2e8f0,transparent);height:1px;margin:3rem 0;position:relative}.projection-page__divider:before{content:"✦";color:#94a3b8;background:#fff;padding:0 1rem;font-size:.875rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}html.dark .projection-page__divider,body.dark .projection-page__divider,.dark .projection-page__divider{background:linear-gradient(90deg,transparent,#334155,transparent)}html.dark .projection-page__divider:before,body.dark .projection-page__divider:before,.dark .projection-page__divider:before{color:#64748b;background:#1e293b}.projection-page__month-list{flex-direction:column;gap:1rem;display:flex}.projection-page__month-item{border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden;background:#fff!important;border:1px solid #e2e8f0!important}.projection-page__month-item:before{content:"";background:linear-gradient(#f59e0b,#d97706);width:4px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.projection-page__month-item:hover{transform:translate(4px);background:#f8fafc!important;border-color:#f59e0b!important}.projection-page__month-item:hover:before{transform:scaleY(1)}.projection-page__month-name{text-transform:capitalize;font-size:1rem;font-weight:600;position:relative;color:#0f172a!important}.projection-page__month-name:before{content:"📅";opacity:.7;margin-right:.5rem}html.dark .projection-page__monthly,body.dark .projection-page__monthly,.dark .projection-page__monthly{z-index:1;background:#1e293b!important;border:1px solid #334155!important}html.dark .projection-page__month-item,body.dark .projection-page__month-item,.dark .projection-page__month-item{z-index:1;background:#0f172a!important;border:1px solid #334155!important}html.dark .projection-page__month-item:hover,body.dark .projection-page__month-item:hover,.dark .projection-page__month-item:hover{z-index:1;background:#1e293b!important;border-color:#f59e0b!important}html.dark .projection-page__month-name,body.dark .projection-page__month-name,.dark .projection-page__month-name{z-index:1;color:#f8fafc!important}html.dark .projection-page__annual,body.dark .projection-page__annual,.dark .projection-page__annual{z-index:1;background:#1e293b!important;border:1px solid #334155!important}html.dark .projection-page__stat,body.dark .projection-page__stat,.dark .projection-page__stat{z-index:1;background:#0f172a!important;border:1px solid #334155!important}html.dark .projection-page__stat:hover,body.dark .projection-page__stat:hover,.dark .projection-page__stat:hover{z-index:1;background:#1e293b!important}html.dark .projection-page__stat-label,body.dark .projection-page__stat-label,.dark .projection-page__stat-label{z-index:1;color:#f8fafc!important}html.dark .projection-page__empty,body.dark .projection-page__empty,.dark .projection-page__empty{z-index:1;background:#1e293b!important;border:1px solid #334155!important}html.dark .projection-page__empty-title,body.dark .projection-page__empty-title,.dark .projection-page__empty-title{z-index:1;color:#f8fafc!important}.projection-page__stat{border-radius:.75rem;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden;background:#fff!important;border:1px solid #e2e8f0!important}.projection-page__stat:before{content:"";opacity:0;width:4px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.projection-page__stat--income:before{background:linear-gradient(#22c55e,#16a34a)}.projection-page__stat--expense:before{background:linear-gradient(#ef4444,#dc2626)}.projection-page__stat--balance:before{background:linear-gradient(#3b82f6,#2563eb)}.projection-page__stat:hover{transform:translate(4px);background:#f8fafc!important}.projection-page__stat:hover:before{opacity:1}.projection-page__stat-label{align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex;color:#0f172a!important}.projection-page__stat-label--income:before{content:"💰"}.projection-page__stat-label--expense:before{content:"💸"}.projection-page__stat-label--balance:before{content:"⚖️"}.projection-page__stat-value{text-shadow:0 1px 2px rgba(0,0,0,.1);font-size:1.25rem;font-weight:700}.projection-page__stat-value--income{background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projection-page__stat-value--expense{background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projection-page__stat-value--balance{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projection-page__trend{text-transform:uppercase;letter-spacing:.5px;border-radius:1rem;align-items:center;gap:.375rem;margin-top:.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.projection-page__trend--up{color:#22c55e;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2)}.projection-page__trend--up:before{content:"📈"}.projection-page__trend--down{color:#ef4444;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2)}.projection-page__trend--down:before{content:"📉"}.projection-page__trend--stable{color:#94a3b8;background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2)}.projection-page__trend--stable:before{content:"📊"}.projection-page__empty{text-align:center;color:#94a3b8;border-radius:1rem;grid-column:1/-1;padding:4rem 1rem;position:relative;overflow:hidden;background:#fff!important;border:1px solid #e2e8f0!important}.projection-page__empty:before{content:"";background:linear-gradient(90deg,#94a3b8,#64748b);height:4px;position:absolute;top:0;left:0;right:0}.projection-page__empty-icon{opacity:.5;width:6rem;height:6rem;margin:0 auto 2rem;font-size:4rem}.projection-page__empty-icon:before{content:"📊"}.projection-page__empty-title{background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:700;color:#0f172a!important}.projection-page__empty-description{max-width:32rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.projection-page__header-content{flex-direction:column;align-items:stretch;gap:1.5rem}.projection-page__export-buttons{justify-content:center}}@media (max-width:640px){.projection-page{padding:1rem}.projection-page__header{padding:1.5rem}.projection-page__title{font-size:1.5rem}}.projection-page__summary-card{padding:1.5rem}.projection-page__summary-icon{width:3.5rem;height:3.5rem;font-size:1.25rem}.projection-page__summary-value{font-size:1.75rem}.projection-page__monthly,.projection-page__annual{padding:1.5rem}.projection-page__section-title{font-size:1.25rem}.projection-page__month-item,.projection-page__stat{padding:1rem}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.projection-page__summary-card,.projection-page__monthly,.projection-page__annual{animation:.6s ease-out forwards fadeInUp}.projection-page__summary-card:first-child{animation-delay:.1s}.projection-page__summary-card:nth-child(2){animation-delay:.2s}.projection-page__summary-card:nth-child(3){animation-delay:.3s}.projection-page__monthly{animation-delay:.4s}.projection-page__annual{animation-delay:.5s}.projection-page__summary-card:after{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);width:100%;height:100%;transition:left .8s;position:absolute;top:0;left:-100%}.projection-page__summary-card:hover:after{left:100%}.projection-page *{will-change:transform}.projection-page__summary-icon,.projection-page__month-item,.projection-page__stat{-webkit-backface-visibility:hidden;backface-visibility:hidden}html.dark .projection-page,body.dark .projection-page,.dark .projection-page{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html.dark .projection-page__header,body.dark .projection-page__header,.dark .projection-page__header,html.dark .projection-page__summary-card,body.dark .projection-page__summary-card,.dark .projection-page__summary-card{background:#1e293b!important;border:1px solid #334155!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)!important}html.dark .projection-page__summary-card:hover,body.dark .projection-page__summary-card:hover,.dark .projection-page__summary-card:hover{box-shadow:0 10px 25px -3px rgba(0,0,0,.4)!important}html.dark .projection-page__summary-label,body.dark .projection-page__summary-label,.dark .projection-page__summary-label{color:#94a3b8!important}html.dark .projection-page__title,body.dark .projection-page__title,.dark .projection-page__title{color:#f8fafc!important}html.dark .projection-page__subtitle,body.dark .projection-page__subtitle,.dark .projection-page__subtitle{color:#94a3b8!important}html.dark .projection-page__section-title,body.dark .projection-page__section-title,.dark .projection-page__section-title{color:#f8fafc!important}@media (prefers-color-scheme:dark){html:not(.light):not(.dark) .projection-page{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html:not(.light):not(.dark) .projection-page__header,html:not(.light):not(.dark) .projection-page__summary-card{background:#1e293b!important;border:1px solid #334155!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)!important}html:not(.light):not(.dark) .projection-page__summary-card:hover{box-shadow:0 10px 25px -3px rgba(0,0,0,.4)!important}html:not(.light):not(.dark) .projection-page__summary-label{color:#94a3b8!important}html:not(.light):not(.dark) .projection-page__title{color:#f8fafc!important}html:not(.light):not(.dark) .projection-page__subtitle{color:#94a3b8!important}html:not(.light):not(.dark) .projection-page__section-title{color:#f8fafc!important}}.projection-page__annual{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.04)}html.dark .projection-page__annual,body.dark .projection-page__annual,.dark .projection-page__annual{background:#1e293b;border:1px solid #334155;padding:2rem;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.18)}.projection-page__annual-stats{background:0 0;border:none;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:0;display:flex}@media (max-width:768px){.projection-page__annual-stats{margin-top:1rem}}@media (max-width:640px){.projection-page__annual-stats{gap:.75rem;margin-top:1rem}}.projection-page__annual .projection-page__section-title{align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.projection-page__chart-container{margin-bottom:2rem}.projection-page__chart{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;min-height:300px;padding:1.5rem;position:relative;overflow:visible}.projection-page__chart-bars{-webkit-overflow-scrolling:touch;justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%;height:250px;margin-bottom:1rem;padding:12.4rem 1rem 3rem;display:flex;position:relative;overflow-x:auto;overflow-y:hidden}.projection-page__bar-container{z-index:1;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;min-width:45px;max-width:8.33333%;height:100%;display:flex;position:relative}.projection-page__bar-container:hover{z-index:2}.projection-page__bar-wrapper{border-bottom:1px solid #e2e8f0;align-items:center;width:100%;height:200px;margin-top:0;margin-bottom:0;position:relative}.projection-page__bar{cursor:pointer;border-radius:.25rem .25rem 0 0;width:100%;min-height:4px;margin:auto;transition:all .3s;position:absolute;left:0;right:0}.projection-page__bar:hover{opacity:.8;transform:scaleY(1.05)}.projection-page__bar--positive{background:linear-gradient(#0891b2,#06b6d4);bottom:0}.projection-page__bar--negative{background:linear-gradient(#dc2626,#ef4444);border-radius:0 0 .25rem .25rem;top:100%}.projection-page__bar-tooltip{color:#f1f5f9;white-space:nowrap;z-index:10;opacity:0;visibility:hidden;pointer-events:none;text-align:center;background-color:#1f2937;border-radius:.5rem;min-width:120px;padding:.6rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)translateY(10px);box-shadow:0 4px 12px rgba(0,0,0,.4)}.projection-page__bar-container:hover .projection-page__bar-tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(-50%)translateY(0)}.projection-page__bar-label{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem;width:100%;max-width:100%;height:2.5rem;margin-top:0;padding:0 .25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.projection-page__bar-month{color:#64748b;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.7rem;font-weight:600;line-height:1.2;overflow:hidden}.projection-page__grid-lines{pointer-events:none;height:200px;position:absolute;top:1.5rem;bottom:2rem;left:1.5rem;right:1.5rem}.projection-page__grid-line{opacity:.5;background:#e2e8f0;width:100%;height:1px;position:absolute}.projection-page__y-labels{pointer-events:none;flex-direction:column;justify-content:space-between;width:2rem;height:200px;display:flex;position:absolute;top:1.5rem;left:.5rem}.projection-page__y-label{color:#64748b;text-align:right;justify-content:flex-end;align-items:center;height:1rem;padding-right:.5rem;font-size:.7rem;font-weight:500;display:flex}@media (max-width:768px){.projection-page__chart{padding:1rem}.projection-page__grid-lines{left:1rem;right:1rem}}@media (max-width:640px){.projection-page__chart{min-height:250px;padding:.75rem}.projection-page__chart-bars{gap:.125rem;height:180px}.projection-page__y-labels{display:none}.projection-page__grid-lines{height:180px;left:.75rem;right:.75rem}.projection-page__bar-wrapper{height:180px}.projection-page__bar-label{height:2rem}.projection-page__bar-month{font-size:.65rem}.projection-page__bar-tooltip{padding:.3rem .6rem;font-size:.7rem}}html.dark .projection-page__chart,body.dark .projection-page__chart,.dark .projection-page__chart{background:#1e293b;border:1px solid #334155}html.dark .projection-page__grid-line,body.dark .projection-page__grid-line,.dark .projection-page__grid-line{background:#475569}html.dark .projection-page__y-label,body.dark .projection-page__y-label,.dark .projection-page__y-label,html.dark .projection-page__bar-month,body.dark .projection-page__bar-month,.dark .projection-page__bar-month{color:#94a3b8}html.dark .projection-page__bar-value,body.dark .projection-page__bar-value,.dark .projection-page__bar-value{color:#cbd5e1}.projection-page__pie-chart-container{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:2rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.projection-page__pie-chart-container:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(0,0,0,.15),0 4px 6px -2px rgba(0,0,0,.05)}.projection-page__pie-title{color:#1e293b;text-align:center;margin-bottom:2rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;position:relative}.projection-page__pie-title:after{content:"";background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.projection-page__pie-chart{flex-direction:column;align-items:center;gap:2rem;display:flex}@media (min-width:768px){.projection-page__pie-chart{flex-direction:row;gap:2.5rem}}.projection-page__pie-svg{filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));flex-shrink:0;width:240px;height:240px;animation:.6s ease-out pieChartFadeIn}@keyframes pieChartFadeIn{0%{opacity:0;transform:scale(.8)rotate(-90deg)}to{opacity:1;transform:scale(1)rotate(0)}}.projection-page__pie-slice{cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:all .3s cubic-bezier(.4,0,.2,1)}.projection-page__pie-slice:hover{opacity:.85;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))brightness(1.1);transform-origin:50%;transform:scale(1.08)}.projection-page__pie-center{filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));transition:all .3s}.projection-page__pie-legend{flex-direction:column;flex:1;gap:.875rem;min-width:0;display:flex}.projection-page__pie-legend-item{background:#f8fafc;border:1px solid transparent;border-radius:.75rem;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.4s ease-out backwards legendItemSlideIn;display:flex}.projection-page__pie-legend-item:first-child{animation-delay:.1s}.projection-page__pie-legend-item:nth-child(2){animation-delay:.15s}.projection-page__pie-legend-item:nth-child(3){animation-delay:.2s}.projection-page__pie-legend-item:nth-child(4){animation-delay:.25s}.projection-page__pie-legend-item:nth-child(5){animation-delay:.3s}.projection-page__pie-legend-item:nth-child(6){animation-delay:.35s}.projection-page__pie-legend-item:nth-child(7){animation-delay:.4s}@keyframes legendItemSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.projection-page__pie-legend-item:hover{background:#fff;border-color:#e2e8f0;transform:translate(4px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.projection-page__pie-legend-color{border:2px solid #fff;border-radius:50%;flex-shrink:0;width:20px;height:20px;box-shadow:0 2px 4px rgba(0,0,0,.15),inset 0 1px 2px rgba(255,255,255,.3)}.projection-page__pie-legend-text{flex:1;min-width:0}.projection-page__pie-legend-name{color:#1e293b;margin-bottom:.25rem;font-size:.9375rem;font-weight:600;line-height:1.3}.projection-page__pie-legend-amount{color:#64748b;font-size:.8125rem;font-weight:500;line-height:1.4}@media (max-width:768px){.projection-page__pie-chart-container{margin-bottom:0;padding:1.5rem}.projection-page__pie-chart{flex-direction:column;align-items:center;gap:2rem}.projection-page__pie-svg{width:220px;height:220px}.projection-page__pie-legend{gap:.875rem;width:100%}.projection-page__pie-legend-item{padding:.75rem 1rem}.projection-page__pie-title{margin-bottom:1.75rem;font-size:1.125rem}}@media (max-width:480px){.projection-page__pie-chart-container{padding:1.25rem}.projection-page__pie-svg{width:200px;height:200px}.projection-page__pie-chart{gap:1.5rem}.projection-page__pie-legend{gap:1rem}.projection-page__pie-legend-item{gap:.75rem;padding:.75rem .875rem}.projection-page__pie-legend-color{width:18px;height:18px}.projection-page__pie-legend-name{font-size:.875rem}.projection-page__pie-legend-amount{font-size:.75rem}.projection-page__pie-title{margin-bottom:1.5rem;font-size:1rem}}html.dark .projection-page__pie-chart-container,body.dark .projection-page__pie-chart-container,.dark .projection-page__pie-chart-container{background:#1e293b;border:1px solid #334155;box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2)}html.dark .projection-page__pie-chart-container:hover,body.dark .projection-page__pie-chart-container:hover,.dark .projection-page__pie-chart-container:hover{box-shadow:0 10px 25px -3px rgba(0,0,0,.4),0 4px 6px -2px rgba(0,0,0,.3)}html.dark .projection-page__pie-title,body.dark .projection-page__pie-title,.dark .projection-page__pie-title{color:#f1f5f9}html.dark .projection-page__pie-svg,body.dark .projection-page__pie-svg,.dark .projection-page__pie-svg{filter:drop-shadow(0 4px 6px rgba(0,0,0,.4))}html.dark .projection-page__pie-center,body.dark .projection-page__pie-center,.dark .projection-page__pie-center{fill:#1e293b}html.dark .projection-page__pie-legend-item,body.dark .projection-page__pie-legend-item,.dark .projection-page__pie-legend-item{background:#0f172a;border-color:transparent}html.dark .projection-page__pie-legend-item:hover,body.dark .projection-page__pie-legend-item:hover,.dark .projection-page__pie-legend-item:hover{background:#1e293b;border-color:#334155;box-shadow:0 2px 8px rgba(0,0,0,.3)}html.dark .projection-page__pie-legend-color,body.dark .projection-page__pie-legend-color,.dark .projection-page__pie-legend-color{border-color:#1e293b;box-shadow:0 2px 4px rgba(0,0,0,.3),inset 0 1px 2px rgba(255,255,255,.1)}html.dark .projection-page__pie-legend-name,body.dark .projection-page__pie-legend-name,.dark .projection-page__pie-legend-name{color:#f1f5f9}html.dark .projection-page__pie-legend-amount,body.dark .projection-page__pie-legend-amount,.dark .projection-page__pie-legend-amount{color:#94a3b8}.projection-page__loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.projection-page__loading-spinner{border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html.dark .projection-page__loading,body.dark .projection-page__loading,.dark .projection-page__loading{color:#94a3b8}html.dark .projection-page__loading-spinner,body.dark .projection-page__loading-spinner,.dark .projection-page__loading-spinner{border:4px solid #334155;border-top-color:#3b82f6}.projection-page__blurred{position:relative;overflow:hidden}.projection-page__blurred .projection-page__chart-container,.projection-page__blurred .projection-page__pie-chart,.projection-page__blurred .projection-page__annual-stats,.projection-page__blurred .projection-page__metric-item,.projection-page__blurred .projection-page__month-list,.projection-page__blurred .projection-page__month-item,.projection-page__blurred .projection-page__chart,.projection-page__blurred .projection-page__chart-bars,.projection-page__blurred .projection-page__bar,.projection-page__blurred .projection-page__bar-container,.projection-page__blurred .projection-page__bar-wrapper,.projection-page__blurred .projection-page__bar-label,.projection-page__blurred .projection-page__bar-month,.projection-page__blurred .projection-page__bar-value,.projection-page__blurred .projection-page__grid-lines,.projection-page__blurred .projection-page__grid-line,.projection-page__blurred .projection-page__y-labels,.projection-page__blurred .projection-page__y-label,.projection-page__blurred svg:not(.projection-page__section-title svg),.projection-page__blurred canvas{filter:blur(6px);transition:filter .3s}.projection-page__section-title,.projection-page__section-title *,.projection-page__section-title svg,.projection-page__pie-title,.projection-page__pie-title *,.projection-page__pie-title svg,.projection-page__metrics-title,.projection-page__metrics-title *,.projection-page__metrics-title svg,.projection-page__upgrade-overlay,.projection-page__upgrade-overlay *,.projection-page__upgrade-content,.projection-page__upgrade-content *{filter:none!important}.projection-page__upgrade-overlay{z-index:10;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(0,0,0,.7);justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.projection-page__blurred:hover .projection-page__upgrade-overlay,.projection-page__blurred:active .projection-page__upgrade-overlay{opacity:1;visibility:visible}@media (max-width:768px){.projection-page__blurred .projection-page__upgrade-overlay{opacity:1;visibility:visible;background:rgba(0,0,0,.8)}.projection-page__blurred .projection-page__upgrade-content{transform:translateY(0)}}.projection-page__upgrade-content{text-align:center;color:#fff;max-width:280px;padding:1.5rem;transition:transform .3s;transform:translateY(10px)}.projection-page__blurred:hover .projection-page__upgrade-content{transform:translateY(0)}.projection-page__upgrade-title{color:#fbbf24;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.projection-page__upgrade-description{color:#d1d5db;margin-bottom:1.5rem;font-size:.875rem;line-height:1.4}.projection-page__upgrade-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.375rem;margin:0 auto;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 3px 8px rgba(251,191,36,.3)}.projection-page__upgrade-button:hover{background:linear-gradient(135deg,#f59e0b,#d97706);transform:translateY(-1px);box-shadow:0 4px 12px rgba(251,191,36,.4)}.projection-page__upgrade-button:active{transform:translateY(0)}html.dark .projection-page__upgrade-overlay,body.dark .projection-page__upgrade-overlay,.dark .projection-page__upgrade-overlay{background:rgba(0,0,0,.8)}html.dark .projection-page__upgrade-description,body.dark .projection-page__upgrade-description,.dark .projection-page__upgrade-description{color:#9ca3af}@media (max-width:768px){.projection-page__upgrade-content{max-width:240px;padding:1.25rem}.projection-page__upgrade-title{font-size:1.125rem}.projection-page__upgrade-description{margin-bottom:1.25rem;font-size:.8125rem}.projection-page__upgrade-button{padding:.5rem 1rem;font-size:.8125rem}}@media (max-width:640px){.projection-page__upgrade-content{max-width:200px;padding:1rem}.projection-page__upgrade-title{font-size:1rem}.projection-page__upgrade-description{margin-bottom:1rem;font-size:.75rem}.projection-page__upgrade-button{padding:.5rem .875rem;font-size:.75rem}}.projection-page__metrics{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.projection-page__metrics:before{content:"";background:linear-gradient(90deg,#10b981,#059669);height:4px;position:absolute;top:0;left:0;right:0}.projection-page__metrics-title{color:#1e293b;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.projection-page__metrics-title:before{content:"📊";font-size:1.125rem}.projection-page__metric-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .3s;display:flex}.projection-page__metric-item:last-child{margin-bottom:0}.projection-page__metric-item:hover{background:#f1f5f9;border-color:#10b981;transform:translate(4px)}.projection-page__metric-icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.projection-page__metric-content{flex-direction:column;flex:1;gap:.25rem;display:flex}.projection-page__metric-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.projection-page__metric-value{text-shadow:0 1px 2px rgba(0,0,0,.1);font-size:1.25rem;font-weight:700}.projection-page__metric-value--balance{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projection-page__metric-value--income{background:linear-gradient(135deg,#10b981,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projection-page__metric-value--expense{background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}html.dark .projection-page__metrics,body.dark .projection-page__metrics,.dark .projection-page__metrics{background:#1e293b;border:1px solid #334155;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}html.dark .projection-page__metrics-title,body.dark .projection-page__metrics-title,.dark .projection-page__metrics-title{color:#f1f5f9}html.dark .projection-page__metric-item,body.dark .projection-page__metric-item,.dark .projection-page__metric-item{background:#334155;border:1px solid #475569}html.dark .projection-page__metric-item:hover,body.dark .projection-page__metric-item:hover,.dark .projection-page__metric-item:hover{background:#475569;border-color:#10b981}html.dark .projection-page__metric-label,body.dark .projection-page__metric-label,.dark .projection-page__metric-label{color:#94a3b8}@media (max-width:768px){.projection-page__metrics{margin-top:1rem;padding:1.5rem}.projection-page__metric-item{gap:.75rem;padding:.75rem}.projection-page__metric-icon{width:2rem;height:2rem}.projection-page__metric-value{font-size:1.125rem}}@media (max-width:640px){.projection-page__metrics{padding:1rem}.projection-page__metric-item{gap:.5rem;padding:.5rem}.projection-page__metric-icon{width:1.75rem;height:1.75rem}.projection-page__metric-value{font-size:1rem}.projection-page__metric-label{font-size:.75rem}}.projection-page__line-svg{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;width:100%;height:600px;padding:1rem 1rem 2rem 3rem;overflow:visible}.projection-page__line-path{filter:drop-shadow(0 2px 4px rgba(6,182,212,.2));transition:all .3s}.projection-page__line-point{cursor:pointer;transition:all .3s}.projection-page__line-point:hover{filter:drop-shadow(0 2px 8px rgba(6,182,212,.4));transform:scale(1.5)}.projection-page__line-tooltip-trigger{cursor:pointer;transition:all .3s}.projection-page__line-tooltip-trigger:hover{r:15}.projection-page__line-tooltip{pointer-events:none;transition:all .3s}.projection-page__line-tooltip-trigger:hover+.projection-page__line-tooltip,.projection-page__line-tooltip-trigger:hover~.projection-page__line-tooltip{transform:translateY(-2px);opacity:1!important}.projection-page__line-label{text-anchor:middle;font-weight:600}.projection-page__line-y-label{text-anchor:end;font-weight:500}@media (max-width:768px){.projection-page__line-svg{height:400px;padding:.75rem .75rem 1.5rem 2rem}}@media (max-width:640px){.projection-page__line-svg{height:250px;padding:.25rem .25rem .75rem 1rem}}@media (max-width:480px){.projection-page__line-svg{height:200px;padding:.125rem .125rem .5rem .75rem}}html.dark .projection-page__line-svg,body.dark .projection-page__line-svg,.dark .projection-page__line-svg{background:#1e293b;border:1px solid #334155}html.dark .projection-page__line-label,body.dark .projection-page__line-label,.dark .projection-page__line-label,html.dark .projection-page__line-y-label,body.dark .projection-page__line-y-label,.dark .projection-page__line-y-label{fill:#94a3b8}@media (max-width:768px){.projection-page__pie-chart{flex-direction:column;gap:1rem}.projection-page__pie-svg{width:200px;height:200px}.projection-page__pie-legend{gap:.5rem}.projection-page__pie-legend-item{padding:.5rem}}@media (max-width:640px){.projection-page__pie-chart{flex-direction:column;gap:.5rem}.projection-page__pie-svg{width:120px;height:120px}.projection-page__pie-legend{gap:.125rem}.projection-page__pie-legend-item{padding:.125rem}.projection-page__pie-legend-name{font-size:.7rem}.projection-page__pie-legend-amount{font-size:.6rem}}@media (max-width:480px){.projection-page__pie-chart{flex-direction:column;gap:.25rem}.projection-page__pie-svg{width:100px;height:100px}.projection-page__pie-legend{gap:.0625rem}.projection-page__pie-legend-item{padding:.08rem}.projection-page__pie-legend-name{font-size:.6rem}.projection-page__pie-legend-amount{font-size:.5rem}}@media (max-width:768px){.projection-page{padding:1rem}.projection-page__header{margin-bottom:1.5rem}.projection-page__title{font-size:1.5rem}.projection-page__summary{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.projection-page__content{gap:1.5rem}.projection-page__section-title{margin-bottom:1rem;font-size:1.25rem}}@media (max-width:640px){.projection-page{padding:.75rem}.projection-page__header{margin-bottom:1rem}.projection-page__title{font-size:1.25rem}.projection-page__summary{grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem}.projection-page__content{gap:1rem}.projection-page__section-title{margin-bottom:.75rem;font-size:1.125rem}.projection-page__stat{padding:.75rem}.projection-page__stat-label{font-size:.75rem}.projection-page__stat-value{font-size:1.25rem}}
html.light .auth-screen,body.light .auth-screen,.light .auth-screen{color:#1e293b;background:linear-gradient(#f2f2f2,#e0e0e0)!important}html.light .auth-screen:before,body.light .auth-screen:before,.light .auth-screen:before{background:radial-gradient(200px at 20% 20%,rgba(59,130,246,.08) 0%,transparent 70%),radial-gradient(150px at 80% 30%,rgba(99,102,241,.06) 0%,transparent 70%),radial-gradient(180px at 30% 80%,rgba(165,180,252,.05) 0%,transparent 70%),radial-gradient(220px at 70% 70%,rgba(79,70,229,.04) 0%,transparent 70%),radial-gradient(160px at 90% 80%,rgba(129,140,248,.05) 0%,transparent 70%)}html.light .auth-screen:after,body.light .auth-screen:after,.light .auth-screen:after{background:radial-gradient(180px at 40% 10%,rgba(165,180,252,.04) 0%,transparent 70%),radial-gradient(140px at 60% 90%,rgba(99,102,241,.05) 0%,transparent 70%),radial-gradient(200px at 10%,rgba(129,140,248,.06) 0%,transparent 70%)}.auth-screen{background:linear-gradient(135deg,#0f172a 0%,#1e293b 30%,#334155 60%,#1e293b 100%) 0 0/300% 300%;justify-content:center;align-items:center;min-height:100vh;padding:1rem;animation:12s ease-in-out infinite gradientShift;display:flex;position:relative;overflow:hidden}@keyframes gradientShift{0%,to{background-position:0%}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}}.auth-screen:before{content:"";pointer-events:none;background:radial-gradient(200px at 20% 20%,rgba(129,140,248,.15) 0%,transparent 70%),radial-gradient(150px at 80% 30%,rgba(99,102,241,.12) 0%,transparent 70%),radial-gradient(180px at 30% 80%,rgba(165,180,252,.1) 0%,transparent 70%),radial-gradient(220px at 70% 70%,rgba(79,70,229,.08) 0%,transparent 70%),radial-gradient(160px at 90% 80%,rgba(129,140,248,.1) 0%,transparent 70%);width:100%;height:100%;animation:25s ease-in-out infinite orb1Move;position:absolute;top:0;left:0}.auth-screen:after{content:"";pointer-events:none;background:radial-gradient(180px at 40% 10%,rgba(165,180,252,.08) 0%,transparent 70%),radial-gradient(140px at 60% 90%,rgba(99,102,241,.1) 0%,transparent 70%),radial-gradient(200px at 10%,rgba(129,140,248,.12) 0%,transparent 70%);width:100%;height:100%;animation:30s ease-in-out 5s infinite orb2Move;position:absolute;top:0;left:0}@keyframes orb1Move{0%{opacity:1;transform:translate(0%)scale(1)}20%{opacity:.6;transform:translate(3%,-2%)scale(1.05)}25%{opacity:.2;transform:translate(5%,-3%)scale(1.08)}30%{opacity:0;transform:translate(8%,-5%)scale(1.1)}35%{opacity:0;transform:translate(-8%,12%)scale(.95)}45%{opacity:.4;transform:translate(-6%,10%)scale(.97)}50%{opacity:.8;transform:translate(-4%,8%)scale(1)}65%{opacity:.5;transform:translate(-2%,5%)scale(1.02)}70%{opacity:.2;transform:translateY(3%)scale(1.05)}75%{opacity:0;transform:translate(2%)scale(1.08)}80%{opacity:0;transform:translate(12%,-8%)scale(.9)}90%{opacity:.6;transform:translate(6%,-4%)scale(.95)}95%{opacity:.8;transform:translate(2%,-1%)scale(.98)}to{opacity:1;transform:translate(0%)scale(1)}}@keyframes orb2Move{0%{opacity:.8;transform:translate(0%)rotate(0)scale(1)}15%{opacity:.5;transform:translate(-3%,4%)rotate(20deg)scale(1.08)}25%{opacity:.1;transform:translate(-5%,7%)rotate(35deg)scale(1.12)}30%{opacity:0;transform:translate(-6%,8%)rotate(45deg)scale(1.15)}35%{opacity:0;transform:translate(10%,-8%)rotate(120deg)scale(.9)}50%{opacity:.6;transform:translate(8%,-6%)rotate(100deg)scale(.95)}60%{opacity:.4;transform:translate(6%,-4%)rotate(80deg)scale(1)}65%{opacity:.2;transform:translate(2%,10%)rotate(200deg)scale(1.05)}70%{opacity:0;transform:translate(3%,12%)rotate(220deg)scale(1.08)}75%{opacity:0;transform:translate(-8%,-10%)rotate(280deg)scale(.85)}85%{opacity:.3;transform:translate(-6%,-7%)rotate(300deg)scale(.9)}95%{opacity:.6;transform:translate(-2%,-3%)rotate(340deg)scale(.95)}to{opacity:.8;transform:translate(0%)rotate(360deg)scale(1)}}.auth-screen .grid-overlay{pointer-events:none;z-index:1;background-image:linear-gradient(rgba(129,140,248,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(129,140,248,.02) 1px,transparent 1px);background-size:50px 50px;width:100%;height:100%;animation:25s linear infinite gridMove;position:absolute;top:0;left:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.auth-screen__card{-webkit-backdrop-filter:blur(20px);background:rgba(30,41,59,.95);border:1px solid rgba(51,65,85,.5);border-radius:1.5rem;width:100%;max-width:56rem;animation:.8s ease-out slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05),inset 0 1px rgba(255,255,255,.1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-screen__header{text-align:center;color:#fff;background:linear-gradient(135deg,rgba(15,23,42,.8) 0%,rgba(30,41,59,.6) 100%);border-bottom:1px solid rgba(51,65,85,.5);padding:2rem 2rem 1rem;position:relative}.auth-screen__header:before{content:"";background:linear-gradient(90deg,transparent 0%,rgba(129,140,248,.3) 50%,transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}.auth-screen__logo{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.auth-screen__logo-icon{object-fit:contain;width:4rem;height:4rem}.auth-screen__title{color:#f8fafc;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.auth-screen__subtitle{opacity:.8;color:#cbd5e1;margin:0;font-size:1rem}.auth-screen__form{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.auth-screen__field{flex-direction:column;gap:.5rem;display:flex}.auth-screen__error{color:#b91c1c;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(239,68,68,.1) 0%,rgba(248,113,113,.05) 100%);border:1px solid rgba(239,68,68,.2);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem}.auth-screen__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:.75rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s ease-in-out;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(245,158,11,.3),0 0 0 1px rgba(245,158,11,.1)}.auth-screen__submit:before{content:"";background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);width:100%;height:100%;transition:left .6s ease-in-out;position:absolute;top:0;left:-100%}.auth-screen__submit:hover:before{left:100%}.auth-screen__submit:hover{background:linear-gradient(135deg,#d97706,#c27803);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(245,158,11,.4),0 0 0 1px rgba(245,158,11,.2)}.auth-screen__submit:active{transform:translateY(0)}.auth-screen__submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-screen__switch-text{color:#94a3b8;text-align:center;margin:0;font-size:.875rem}.auth-screen__switch-button{color:#f59e0b;cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-weight:600;-webkit-text-decoration:underline rgba(245,158,11,.3);text-decoration:underline rgba(245,158,11,.3);transition:all .2s ease-in-out}.auth-screen__switch-button:hover{color:#d97706;-webkit-text-decoration-color:#d97706;text-decoration-color:#d97706}.auth-container{background-color:#fff;border-radius:1rem;width:100%;max-width:28rem;animation:.5s ease-out slideUp;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.auth-header{text-align:center;color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);padding:2rem 2rem 1rem}.auth-logo{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.auth-logo-icon{width:2.5rem;height:2.5rem}.auth-logo-text{font-size:1.5rem;font-weight:700}.auth-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.auth-subtitle{opacity:.9;margin:0;font-size:.875rem}.auth-content{padding:2rem}.auth-toggle{background-color:#f3f4f6;border-radius:.5rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.auth-toggle-option{cursor:pointer;color:#6b7280;text-align:center;background:0 0;border:none;border-radius:.25rem;flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out}.auth-toggle-option--active{color:#4f46e5;background-color:#fff;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.1)}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form-group{flex-direction:column;gap:.5rem;display:flex}.auth-form-label{color:#374151;font-size:.875rem;font-weight:500}.auth-form-input{border:2px solid #e2e8f0;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-size:.875rem;transition:all .2s ease-in-out}.auth-form-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.auth-form-input--error{background-color:#fef2f2;border-color:#ef4444}.auth-form-error{color:#ef4444;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.auth-form-error-icon{flex-shrink:0;width:.875rem;height:.875rem}.password-input-group{position:relative}.password-toggle{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.25rem;padding:.25rem;transition:color .2s ease-in-out;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.password-toggle:hover{color:#4f46e5}.password-toggle-icon{width:1.25rem;height:1.25rem}.auth-remember{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.auth-remember-checkbox{cursor:pointer;border:2px solid #cbd5e1;border-radius:.25rem;width:1rem;height:1rem}.auth-remember-checkbox:checked{background-color:#4f46e5;border-color:#4f46e5}.auth-remember-label{color:#374151;cursor:pointer;font-size:.875rem}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:.5rem;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s ease-in-out;box-shadow:0 4px 6px -1px rgba(79,70,229,.3)}.auth-submit:hover{background:linear-gradient(135deg,#4338ca,#4f46e5);transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(79,70,229,.4)}.auth-submit:active{transform:translateY(0)}.auth-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-submit--loading{pointer-events:none;position:relative}.auth-submit--loading:before{content:"";border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.auth-links{text-align:center;margin-top:1rem}.auth-link{color:#4f46e5;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.auth-link:hover{color:#4338ca;text-decoration:underline}.auth-social{margin-top:1.5rem}.auth-divider{align-items:center;margin:1rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background-color:#e5e7eb;flex:1;height:1px}.auth-divider-text{color:#6b7280;padding:0 1rem;font-size:.75rem;font-weight:500}.auth-social-button{color:#374151;cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.auth-social-button:hover{color:#4f46e5;background-color:#f9fafb;border-color:#4f46e5}.auth-social-icon{width:1.25rem;height:1.25rem}.auth-message{border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.auth-message--success{color:#16a34a;background-color:#dcfce7;border:1px solid #bbf7d0}.auth-message--error{color:#b91c1c;background-color:#fee2e2;border:1px solid #fecaca}.auth-message-icon{flex-shrink:0;width:1rem;height:1rem}@media (max-width:640px){.auth-screen{align-items:flex-start;padding:2rem .5rem .5rem}.auth-container{max-width:100%}.auth-header,.auth-content{padding:1.5rem}.auth-logo-text{font-size:1.25rem}.auth-title{font-size:1.125rem}}@media (prefers-color-scheme:dark){.auth-screen{background:linear-gradient(135deg,#1e1b4b,#312e81)}.auth-container{background-color:#1e293b}.auth-toggle{background-color:#374151}.auth-toggle-option{color:#9ca3af}.auth-toggle-option--active{color:#818cf8;background-color:#1e293b}.auth-form-label{color:#cbd5e1}.auth-form-input{color:#f3f4f6;background-color:#334155;border-color:#4b5563}.auth-form-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px rgba(129,140,248,.1)}.auth-form-input--error{background-color:#570d0e;border-color:#f87171}.password-toggle{color:#9ca3af}.password-toggle:hover{color:#818cf8}.auth-remember-label{color:#cbd5e1}.auth-remember-checkbox{background-color:#334155;border-color:#4b5563}.auth-remember-checkbox:checked{background-color:#818cf8;border-color:#818cf8}.auth-submit{background:linear-gradient(135deg,#818cf8,#a5b4fc);box-shadow:0 4px 6px -1px rgba(129,140,248,.3)}.auth-submit:hover{background:linear-gradient(135deg,#6366f1,#818cf8);box-shadow:0 10px 15px -3px rgba(129,140,248,.4)}.auth-link{color:#818cf8}.auth-link:hover{color:#a5b4fc}.auth-divider:before,.auth-divider:after{background-color:#4b5563}.auth-divider-text{color:#9ca3af}.auth-social-button{color:#cbd5e1;background-color:#334155;border-color:#4b5563}.auth-social-button:hover{color:#818cf8;background-color:#374151;border-color:#818cf8}.auth-message--success{color:#bbf7d0;background-color:#064e3b;border-color:#14532d}.auth-message--error{color:#fecaca;background-color:#570d0e;border-color:#991b1b}}.auth-screen__selected-plan{text-align:center;margin-bottom:1rem}.auth-screen__plan-badge{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 2px 4px rgba(34,197,94,.3)}.auth-screen__plan-selection{padding:1rem 0}@media (max-width:768px){.auth-screen__plan-selection{padding:.5rem 0}}
.confirm-delete-chat-modal__content{text-align:center;border-radius:1rem;margin:.5rem;padding:2.5rem 2rem 2rem}.confirm-delete-chat-icon{color:#ef4444;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(239,68,68,.2) 0%,rgba(220,38,38,.2) 100%);border:2px solid rgba(239,68,68,.3);border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 2rem;padding:1.25rem;animation:3s ease-in-out infinite gentlePulse;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(239,68,68,.3),inset 0 1px rgba(255,255,255,.2)}.confirm-delete-chat-icon:before{content:"";opacity:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:2s ease-in-out infinite shine;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes gentlePulse{0%,to{transform:scale(1);box-shadow:0 8px 25px rgba(239,68,68,.3),inset 0 1px rgba(255,255,255,.2)}50%{transform:scale(1.05);box-shadow:0 12px 35px rgba(239,68,68,.4),inset 0 1px rgba(255,255,255,.2)}}@keyframes shine{0%{opacity:0;transform:translate(-100%)}50%{opacity:1}to{opacity:0;transform:translate(100%)}}.confirm-delete-chat-icon svg{filter:drop-shadow(0 2px 4px rgba(239,68,68,.3));width:2.5rem;height:2.5rem}.confirm-delete-chat__title{color:#111827;background:linear-gradient(135deg,#111827 0%,#374151 100%);text-shadow:0 2px 4px rgba(0,0,0,.1);-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:1.375rem;font-weight:700}.confirm-delete-chat__message{color:#6b7280;max-width:24rem;margin:0 auto 1.5rem;font-size:1rem;font-weight:400;line-height:1.5}.confirm-delete-chat__message strong{color:#ef4444;font-weight:600}.confirm-delete-chat__actions{border-top:1px solid rgba(239,68,68,.1);justify-content:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.confirm-delete-chat__action{border-radius:.75rem;min-width:7rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.confirm-delete-chat__action--cancel{color:#6366f1;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(255,255,255,.8) 0%,rgba(249,250,251,.8) 100%);border:2px solid rgba(99,102,241,.3)}.confirm-delete-chat__action--cancel:hover{background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%);border-color:rgba(99,102,241,.5);transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.3)}.confirm-delete-chat__action--confirm{color:#fff;background:linear-gradient(135deg,rgba(239,68,68,.9) 0%,rgba(220,38,38,.9) 100%);border:2px solid rgba(239,68,68,.5);box-shadow:0 4px 15px rgba(239,68,68,.3)}.confirm-delete-chat__action--confirm:hover{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-color:rgba(239,68,68,.7);transform:translateY(-2px);box-shadow:0 12px 35px rgba(239,68,68,.4)}.confirm-delete-chat--loading{pointer-events:none}.confirm-delete-chat--loading .confirm-delete-chat-icon{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:640px){.confirm-delete-chat-modal__content{padding:1.5rem 1rem 1rem}.confirm-delete-chat-icon{width:3rem;height:3rem;margin-bottom:1rem}.confirm-delete-chat-icon svg{width:1.5rem;height:1.5rem}.confirm-delete-chat__title{font-size:1.125rem}.confirm-delete-chat__actions{flex-direction:column-reverse;gap:.5rem}.confirm-delete-chat__action{width:100%;min-width:auto}}html.light .confirm-delete-chat-modal__content,body.light .confirm-delete-chat-modal__content,.light .confirm-delete-chat-modal__content{color:#0f172a!important;background:linear-gradient(145deg,rgba(255,255,255,.95) 0%,rgba(248,250,252,.95) 100%)!important;border:2px solid rgba(99,102,241,.3)!important}html.light .confirm-delete-chat__title,body.light .confirm-delete-chat__title,.light .confirm-delete-chat__title{color:#0f172a!important;background:0 0!important;-webkit-background-clip:unset!important;background-clip:unset!important;text-shadow:none!important;font-weight:700!important}html.light .confirm-delete-chat__message,body.light .confirm-delete-chat__message,.light .confirm-delete-chat__message{color:#475569!important;font-weight:500!important}html.light .confirm-delete-chat__message strong,body.light .confirm-delete-chat__message strong,.light .confirm-delete-chat__message strong{color:#ef4444!important;font-weight:700!important}html.light .confirm-delete-chat__actions,body.light .confirm-delete-chat__actions,.light .confirm-delete-chat__actions{border-top-color:rgba(99,102,241,.2)!important}html.light .confirm-delete-chat__action--cancel,body.light .confirm-delete-chat__action--cancel,.light .confirm-delete-chat__action--cancel{color:#6366f1!important;background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(248,250,252,.9) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .confirm-delete-chat__action--cancel:hover,body.light .confirm-delete-chat__action--cancel:hover,.light .confirm-delete-chat__action--cancel:hover{color:#4f46e5!important;background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important;border-color:rgba(99,102,241,.5)!important}html.light .confirm-delete-chat__action--confirm,body.light .confirm-delete-chat__action--confirm,.light .confirm-delete-chat__action--confirm{color:#fff!important;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)!important;border-color:rgba(239,68,68,.5)!important}html.light .confirm-delete-chat__action--confirm:hover,body.light .confirm-delete-chat__action--confirm:hover,.light .confirm-delete-chat__action--confirm:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)!important;border-color:rgba(239,68,68,.7)!important}@media (prefers-color-scheme:dark){.confirm-delete-chat-icon{color:#f87171;background-color:#570d0e}.confirm-delete-chat__title{color:#f3f4f6}.confirm-delete-chat__message{color:#9ca3af}}
