.budgets-page{min-height:100vh;padding:1.5rem;background:linear-gradient(#f2f2f2,#e0e0e0)!important}@media (min-width:768px){.budgets-page{padding:2rem}}.budgets-page__overview{align-items:stretch;gap:1rem;margin-bottom:1.5rem;display:flex}.budgets-page__overview-main{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex:2;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.budgets-page__overview-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.budgets-page__overview-title{color:#374151;text-transform:uppercase;letter-spacing:.025em;font-size:.875rem;font-weight:600}.budgets-page__overview-percentage{font-size:1.5rem;font-weight:800}.budgets-page__overview-percentage--safe{color:#22c55e}.budgets-page__overview-percentage--warning{color:#f59e0b}.budgets-page__overview-percentage--danger{color:#ef4444}.budgets-page__overview-percentage--over{color:#b91c1c}.budgets-page__overview-amounts{color:#6b7280;justify-content:space-between;margin-top:.5rem;font-size:.8125rem;display:flex}.budgets-page__overview-cards{flex-direction:column;flex:1;gap:.5rem;display:flex}.budgets-page__overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:.625rem;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex;box-shadow:0 1px 2px rgba(0,0,0,.03)}.budgets-page__overview-card-label{color:#6b7280;font-size:.75rem;font-weight:500}.budgets-page__overview-card-value{margin-left:auto;font-size:1rem;font-weight:700}.budgets-page__overview-card--remaining .budgets-page__overview-card-value{color:#22c55e}.budgets-page__overview-card--daily .budgets-page__overview-card-value{color:#3b82f6}.budgets-page__overview-card--alert{color:#ef4444;background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.2)}.budgets-page__overview-card--alert .budgets-page__overview-card-label{color:#b91c1c;font-weight:600}.budgets-page__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.budgets-page__title{color:#1e293b;font-size:1.25rem;font-weight:700}.budgets-page__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.budgets-page__budget{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.budgets-page__budget:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.budgets-page__budget--warning{border-left:3px solid #f59e0b}.budgets-page__budget--danger{border-left:3px solid #ef4444}.budgets-page__budget--over{background:linear-gradient(135deg,rgba(239,68,68,.02),rgba(248,113,113,.05));border-left:3px solid #b91c1c}.budgets-page__budget-status{border-radius:50%;width:.625rem;height:.625rem;position:absolute;top:1rem;right:1rem}.budgets-page__budget-status--safe{background:#22c55e}.budgets-page__budget-status--warning{background:#f59e0b}.budgets-page__budget-status--danger{background:#ef4444}.budgets-page__budget-status--over{background:#b91c1c;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.budgets-page__budget-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.budgets-page__budget-info{flex:1;align-items:center;gap:.75rem;display:flex}.budgets-page__category-icon{color:#4f46e5;background:#f1f5f9;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.budgets-page__budget-category{color:#111827;margin-bottom:.125rem;font-size:1rem;font-weight:600}.budgets-page__budget-period{color:#6b7280;background:#f1f5f9;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:500;display:inline-block}.budgets-page__budget-period--recurring{color:#16a34a;background:rgba(34,197,94,.1)}.budgets-page__actions{opacity:0;gap:.25rem;transition:opacity .15s;display:flex}.budgets-page__budget:hover .budgets-page__actions{opacity:1}.budgets-page__action-button{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:.375rem;padding:.375rem;transition:all .15s}.budgets-page__action-button--edit:hover{color:#4f46e5;background:rgba(79,70,229,.08)}.budgets-page__action-button--delete:hover{color:#ef4444;background:rgba(239,68,68,.08)}.budgets-page__budget-progress{margin-top: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:700}.budgets-page__budget-spent--safe{color:#22c55e}.budgets-page__budget-spent--warning{color:#f59e0b}.budgets-page__budget-spent--danger{color:#ef4444}.budgets-page__budget-spent--over{color:#b91c1c}.budgets-page__budget-total{color:#94a3b8;font-weight:500}.budgets-page__budget-footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.budgets-page__budget-percentage{color:#94a3b8;font-size:.75rem;font-weight:500}.budgets-page__budget-remaining{align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:flex}.budgets-page__budget-remaining--safe{color:#22c55e}.budgets-page__budget-remaining--warning{color:#f59e0b}.budgets-page__budget-remaining--danger{color:#ef4444}.budgets-page__budget-remaining--over{color:#b91c1c}.budgets-page__empty{text-align:center;padding:3rem 1rem}.budgets-page__empty-icon{color:#cbd5e1;width:4rem;height:4rem;margin:0 auto 1rem}.budgets-page__empty-title{color:#374151;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.budgets-page__empty-description{color:#94a3b8;max-width:24rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.875rem}@media (max-width:768px){.budgets-page__overview{flex-direction:column}.budgets-page__overview-cards{flex-flow:wrap}.budgets-page__overview-card{flex:45%}.budgets-page__grid{grid-template-columns:1fr}}@media (max-width:640px){.budgets-page__header{text-align:center;flex-direction:column;align-items:stretch;gap:.75rem}.budgets-page__actions{opacity:1}.budgets-page__budget{padding:1rem}.budgets-page__overview-cards{flex-direction:column}.budgets-page__overview-card{flex:100%}}.dark .budgets-page{background:linear-gradient(135deg,#0f172a,#1e293b)!important}.dark .budgets-page__overview-main{background:#1e293b;border-color:#334155}.dark .budgets-page__overview-title{color:#cbd5e1}.dark .budgets-page__overview-amounts{color:#94a3b8}.dark .budgets-page__overview-card{background:#1e293b;border-color:#334155}.dark .budgets-page__overview-card-label{color:#94a3b8}.dark .budgets-page__overview-card--alert{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.25)}.dark .budgets-page__title{color:#f8fafc}.dark .budgets-page__budget{background:#1e293b;border-color:#334155}.dark .budgets-page__budget--over{background:linear-gradient(135deg,rgba(239,68,68,.05),rgba(248,113,113,.08))}.dark .budgets-page__budget-category{color:#f8fafc}.dark .budgets-page__budget-total,.dark .budgets-page__budget-percentage{color:#64748b}.dark .budgets-page__category-icon{color:#818cf8;background:#334155}.dark .budgets-page__budget-period{color:#94a3b8;background:#334155}.dark .budgets-page__budget-period--recurring{color:#4ade80;background:rgba(34,197,94,.15)}.dark .budgets-page__action-button{color:#64748b}.dark .budgets-page__empty-title{color:#cbd5e1}.dark .budgets-page__empty-description{color:#64748b}.dark .budgets-page__empty-icon{color:#4b5563}html.light .budgets-page,body.light .budgets-page,.light .budgets-page{background:linear-gradient(#f2f2f2,#e0e0e0)!important}@media (prefers-color-scheme:dark){html:not(.light):not(.dark) .budgets-page{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html:not(.light):not(.dark) .budgets-page__overview-main,html:not(.light):not(.dark) .budgets-page__overview-card,html:not(.light):not(.dark) .budgets-page__budget{background:#1e293b;border-color:#334155}html:not(.light):not(.dark) .budgets-page__budget-category,html:not(.light):not(.dark) .budgets-page__title{color:#f8fafc}}
.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}}
html.light .assistant-page,body.light .assistant-page,.light .assistant-page{color:#0f172a!important;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%)!important}html.light .assistant-page__hub-header,body.light .assistant-page__hub-header,.light .assistant-page__hub-header{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:rgba(255,255,255,.8)!important;border-bottom:1px solid rgba(148,163,184,.1)!important;flex-shrink:0!important;justify-content:space-between!important;align-items:center!important;padding:2rem 3rem!important;display:flex!important;position:relative!important}html.light .assistant-page__hub-header:after,body.light .assistant-page__hub-header:after,.light .assistant-page__hub-header:after{content:""!important;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent)!important;height:1px!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}html.light .assistant-page__hub-title-section,body.light .assistant-page__hub-title-section,.light .assistant-page__hub-title-section{align-items:center!important;gap:1.5rem!important;display:flex!important}html.light .assistant-page__hub-icon,body.light .assistant-page__hub-icon,.light .assistant-page__hub-icon{color:#3b82f6!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.1))!important;border:1px solid rgba(59,130,246,.2)!important;border-radius:1rem!important;width:3rem!important;height:3rem!important;padding:.75rem!important;transition:all .3s!important;box-shadow:0 8px 32px rgba(59,130,246,.2)!important}html.light .assistant-page__hub-icon:hover,body.light .assistant-page__hub-icon:hover,.light .assistant-page__hub-icon:hover{transform:translateY(-2px)!important;box-shadow:0 12px 40px rgba(59,130,246,.3)!important}html.light .assistant-page__hub-title,body.light .assistant-page__hub-title,.light .assistant-page__hub-title{color:#0f172a!important;letter-spacing:-.025em!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;margin:0!important;font-size:2rem!important;font-weight:800!important}html.light .assistant-page__messages,body.light .assistant-page__messages,.light .assistant-page__messages{color:#0f172a!important;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%)!important}html.light .assistant-page__welcome,body.light .assistant-page__welcome,.light .assistant-page__welcome{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;border-radius:1rem!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.05)!important}html.light .assistant-page__welcome-title,body.light .assistant-page__welcome-title,.light .assistant-page__welcome-title{color:#0f172a!important;text-shadow:none!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;font-weight:700!important}html.light .assistant-page__welcome-subtitle,body.light .assistant-page__welcome-subtitle,.light .assistant-page__welcome-subtitle{color:#334155!important;font-weight:500!important}html.light .assistant-page__start-button,body.light .assistant-page__start-button,.light .assistant-page__start-button{color:#fff!important;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)!important;border:none!important;box-shadow:0 4px 12px rgba(99,102,241,.3)!important}html.light .assistant-page__start-button:hover,body.light .assistant-page__start-button:hover,.light .assistant-page__start-button:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(99,102,241,.4)!important}html.light .assistant-page__suggestions-title,body.light .assistant-page__suggestions-title,.light .assistant-page__suggestions-title{color:#0f172a!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-weight:600!important}html.light .assistant-page__suggestion,body.light .assistant-page__suggestion,.light .assistant-page__suggestion{color:#334155!important;background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(248,250,252,.9) 100%)!important;border:2px solid rgba(99,102,241,.3)!important;border-radius:.75rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}html.light .assistant-page__suggestion:hover,body.light .assistant-page__suggestion:hover,.light .assistant-page__suggestion:hover{color:#0f172a!important;background:linear-gradient(145deg,#fff 0%,#f8fafc 100%)!important;border-color:rgba(99,102,241,.5)!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px rgba(99,102,241,.2)!important}html.light .assistant-page__hub-actions,body.light .assistant-page__hub-actions,.light .assistant-page__hub-actions{align-items:center!important;gap:1rem!important;display:flex!important}html.light .assistant-page__cleanup-button,body.light .assistant-page__cleanup-button,.light .assistant-page__cleanup-button,html.light .assistant-page__insights-button,body.light .assistant-page__insights-button,.light .assistant-page__insights-button,html.light .assistant-page__new-chat-button,body.light .assistant-page__new-chat-button,.light .assistant-page__new-chat-button,html.light .assistant-page__settings-button,body.light .assistant-page__settings-button,.light .assistant-page__settings-button,html.light .assistant-page__usage-button,body.light .assistant-page__usage-button,.light .assistant-page__usage-button{white-space:nowrap!important;border:none!important;border-radius:1rem!important;align-items:center!important;gap:.75rem!important;padding:.875rem 1.5rem!important;font-size:.9rem!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;position:relative!important;overflow:hidden!important}html.light .assistant-page__insights-button,body.light .assistant-page__insights-button,.light .assistant-page__insights-button{color:#fff!important;background:linear-gradient(135deg,#3b82f6,#1d4ed8)!important;box-shadow:0 8px 25px rgba(59,130,246,.4)!important}html.light .assistant-page__insights-button:hover:not(:disabled),body.light .assistant-page__insights-button:hover:not(:disabled),.light .assistant-page__insights-button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af)!important;transform:translateY(-3px)!important;box-shadow:0 12px 35px rgba(59,130,246,.5)!important}html.light .assistant-page__new-chat-button,body.light .assistant-page__new-chat-button,.light .assistant-page__new-chat-button{color:#fff!important;background:linear-gradient(135deg,#10b981,#059669)!important;box-shadow:0 8px 25px rgba(16,185,129,.4)!important}html.light .assistant-page__new-chat-button:hover,body.light .assistant-page__new-chat-button:hover,.light .assistant-page__new-chat-button:hover{background:linear-gradient(135deg,#059669,#047857)!important;transform:translateY(-3px)!important;box-shadow:0 12px 35px rgba(16,185,129,.5)!important}html.light .assistant-page__cleanup-button,body.light .assistant-page__cleanup-button,.light .assistant-page__cleanup-button,html.light .assistant-page__settings-button,body.light .assistant-page__settings-button,.light .assistant-page__settings-button,html.light .assistant-page__usage-button,body.light .assistant-page__usage-button,.light .assistant-page__usage-button{color:#475569!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:rgba(148,163,184,.1)!important;border:1px solid rgba(148,163,184,.2)!important}html.light .assistant-page__cleanup-button:hover,body.light .assistant-page__cleanup-button:hover,.light .assistant-page__cleanup-button:hover,html.light .assistant-page__settings-button:hover,body.light .assistant-page__settings-button:hover,.light .assistant-page__settings-button:hover,html.light .assistant-page__usage-button:hover,body.light .assistant-page__usage-button:hover,.light .assistant-page__usage-button:hover{color:#0f172a!important;background:rgba(148,163,184,.2)!important;border-color:rgba(59,130,246,.4)!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(0,0,0,.2)!important}html.light .assistant-page__usage-info,body.light .assistant-page__usage-info,.light .assistant-page__usage-info{color:#334155!important;background:linear-gradient(145deg,rgba(99,102,241,.05) 0%,rgba(168,85,247,.05) 100%)!important;border:1px solid rgba(99,102,241,.2)!important;border-radius:.5rem!important}html.light .assistant-page__input-container,body.light .assistant-page__input-container,.light .assistant-page__input-container{background:rgba(255,255,255,.9)!important;border:2px solid rgba(99,102,241,.2)!important;border-radius:1rem!important}html.light .assistant-page__input,body.light .assistant-page__input,.light .assistant-page__input{color:#334155!important;background:0 0!important;border:none!important}html.light .assistant-page__input::placeholder,body.light .assistant-page__input::placeholder,.light .assistant-page__input::placeholder{color:#6b7280!important}html.light .assistant-page__send-button,body.light .assistant-page__send-button,.light .assistant-page__send-button{color:#fff!important;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)!important;border:none!important}html.light .assistant-page__send-button:hover,body.light .assistant-page__send-button:hover,.light .assistant-page__send-button:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(99,102,241,.3)!important}html.light .assistant-page__message,body.light .assistant-page__message,.light .assistant-page__message{color:#334155!important;background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(248,250,252,.9) 100%)!important;border:1px solid rgba(99,102,241,.2)!important;border-radius:.75rem!important}html.light .assistant-page__message--user,body.light .assistant-page__message--user,.light .assistant-page__message--user{background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .assistant-page__message--assistant,body.light .assistant-page__message--assistant,.light .assistant-page__message--assistant{color:#0f172a!important;background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important;border-color:rgba(99,102,241,.3)!important}html.light .assistant-page__message-text,body.light .assistant-page__message-text,.light .assistant-page__message-text{color:#0f172a!important;font-weight:500!important}html.light .assistant-page__message--user,body.light .assistant-page__message--user,.light .assistant-page__message--user{color:#0f172a!important;background:linear-gradient(145deg,rgba(99,102,241,.2) 0%,rgba(79,70,229,.2) 100%)!important;border-color:rgba(99,102,241,.4)!important}html.light .assistant-page__empty-title,body.light .assistant-page__empty-title,.light .assistant-page__empty-title{color:#0f172a!important;text-shadow:none!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;font-weight:700!important}html.light .assistant-page__welcome-text,body.light .assistant-page__welcome-text,.light .assistant-page__welcome-text{color:#334155!important;font-weight:500!important}html.light .assistant-page__welcome-description,body.light .assistant-page__welcome-description,.light .assistant-page__welcome-description,html.light .assistant-page__empty-description,body.light .assistant-page__empty-description,.light .assistant-page__empty-description{color:#475569!important;font-weight:400!important}html.light .assistant-page__empty-subtitle,body.light .assistant-page__empty-subtitle,.light .assistant-page__empty-subtitle{color:#334155!important;font-weight:500!important}.assistant-page{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.assistant-page:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(168,85,247,.05) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.assistant-page__hub{z-index:1;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.assistant-page__hub-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(30,41,59,.8);border-bottom:1px solid rgba(148,163,184,.1);flex-shrink:0;justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex;position:relative}.assistant-page__hub-header:after{content:"";background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.assistant-page__hub-title-section{align-items:center;gap:1.5rem;display:flex}.assistant-page__hub-icon{color:#3b82f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.1));border:1px solid rgba(59,130,246,.2);border-radius:1rem;width:3rem;height:3rem;padding:.75rem;transition:all .3s;box-shadow:0 8px 32px rgba(59,130,246,.2)}.assistant-page__hub-icon:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(59,130,246,.3)}.assistant-page__hub-title{color:#f8fafc;letter-spacing:-.025em;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:800}.assistant-page__hub-actions{align-items:center;gap:1rem;display:flex}.assistant-page__cleanup-button,.assistant-page__insights-button,.assistant-page__new-chat-button,.assistant-page__settings-button,.assistant-page__usage-button{white-space:nowrap;border:none;border-radius:1rem;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.assistant-page__insights-button{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 25px rgba(59,130,246,.4)}.assistant-page__insights-button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-3px);box-shadow:0 12px 35px rgba(59,130,246,.5)}.assistant-page__new-chat-button{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 25px rgba(16,185,129,.4)}.assistant-page__new-chat-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-3px);box-shadow:0 12px 35px rgba(16,185,129,.5)}.assistant-page__cleanup-button,.assistant-page__settings-button,.assistant-page__usage-button{color:#cbd5e1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2)}.assistant-page__cleanup-button:hover,.assistant-page__settings-button:hover,.assistant-page__usage-button:hover{color:#f8fafc;background:rgba(148,163,184,.2);border-color:rgba(59,130,246,.4);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.assistant-page__button-icon{width:1.25rem;height:1.25rem;transition:transform .3s}.assistant-page__cleanup-button:hover .assistant-page__button-icon,.assistant-page__insights-button:hover .assistant-page__button-icon,.assistant-page__new-chat-button:hover .assistant-page__button-icon{transform:scale(1.1)}.assistant-page__button-icon.spinning{animation:1s linear infinite spin}.assistant-page__auto-indicator{color:#10b981;margin-left:.25rem;font-size:.6rem;animation:2s ease-in-out infinite pulse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.assistant-page__hub-content{flex:1;padding:3rem;position:relative;overflow-y:auto}.assistant-page__empty-state{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:600px;padding:4rem;display:flex;position:relative}.assistant-page__empty-icon{color:#3b82f6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.1));border:1px solid rgba(59,130,246,.3);border-radius:1.5rem;width:6rem;height:6rem;margin-bottom:2.5rem;padding:1.5rem;transition:all .3s;box-shadow:0 20px 60px rgba(59,130,246,.3)}.assistant-page__empty-icon:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 25px 80px rgba(59,130,246,.4)}.assistant-page__empty-title{color:#f8fafc;letter-spacing:-.025em;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 2rem;font-size:2.5rem;font-weight:800}.assistant-page__empty-text{color:#94a3b8;max-width:600px;margin:0 0 4rem;font-size:1.25rem;font-weight:400;line-height:1.8}.assistant-page__empty-actions{flex-direction:column;align-items:center;gap:3rem;display:flex}.assistant-page__start-button{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:1.5rem;align-items:center;gap:1rem;padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px rgba(59,130,246,.4)}.assistant-page__start-button:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.assistant-page__start-button:hover:before{left:100%}.assistant-page__start-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-5px);box-shadow:0 20px 50px rgba(59,130,246,.5)}.assistant-page__suggestions-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin:0 0 2rem;font-size:1.125rem;font-weight:600}.assistant-page__chat-grid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2.5rem;padding:0;display:grid;position:relative}.assistant-page__expanded{z-index:1;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.assistant-page__expanded-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(30,41,59,.8);border-bottom:1px solid rgba(148,163,184,.1);flex-shrink:0;justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex;position:relative}.assistant-page__expanded-header:after{content:"";background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.assistant-page__back-button{color:#cbd5e1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:1rem;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.assistant-page__back-button:hover{color:#f8fafc;background:rgba(148,163,184,.2);border-color:rgba(59,130,246,.4);transform:translate(-3px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.assistant-page__expanded-title-section{flex:1;justify-content:center;align-items:center;gap:1.5rem;display:flex}.assistant-page__expanded-title{color:#f8fafc;letter-spacing:-.025em;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:800}.assistant-page__pinned-indicator{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);border:1px solid rgba(245,158,11,.3);border-radius:.75rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;box-shadow:0 8px 25px rgba(245,158,11,.4)}.assistant-page__expanded-actions{gap:1rem;display:flex}.assistant-page__delete-button{color:#fca5a5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:1rem;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.assistant-page__delete-button:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.5);transform:translateY(-2px);box-shadow:0 8px 25px rgba(239,68,68,.3)}.assistant-page__expanded-content{flex:1;padding:2rem 3rem 3rem;position:relative;overflow:hidden}.assistant-page__chat-container{z-index:1;flex-direction:column;width:100%;max-width:1200px;height:100%;margin:0 auto;display:flex;position:relative;overflow:hidden}.assistant-page__messages{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(30,41,59,.6);border:1px solid rgba(148,163,184,.1);border-radius:1.5rem;flex-direction:column;flex:1;gap:2.5rem;margin:1rem 0;padding:2rem;display:flex;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.assistant-page__welcome{text-align:center;max-width:800px;margin:0 auto;padding:4rem 2rem}.assistant-page__welcome-icon{color:#3b82f6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.1));border:1px solid rgba(59,130,246,.3);border-radius:1.25rem;width:5rem;height:5rem;margin:0 auto 2rem;padding:1.25rem;box-shadow:0 15px 40px rgba(59,130,246,.3)}.assistant-page__welcome-title{color:#f8fafc;letter-spacing:-.025em;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:2rem;font-weight:800}.assistant-page__welcome-text{color:#94a3b8;margin:0 0 4rem;font-size:1.25rem;line-height:1.8}.assistant-page__suggestions{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.assistant-page__suggestion{color:#cbd5e1;cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:1rem;width:100%;max-width:600px;padding:1.25rem 2rem;font-size:1.1rem;font-weight:500;transition:all .3s}.assistant-page__suggestion:hover{color:#f8fafc;background:rgba(148,163,184,.2);border-color:rgba(59,130,246,.4);transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.2)}.assistant-page__message{align-items:flex-start;gap:1.5rem;animation:.4s ease-out messageSlideIn;display:flex}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.assistant-page__message--user{flex-direction:row-reverse}.assistant-page__message--user .assistant-page__message-content{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid rgba(59,130,246,.3);border-radius:1.5rem 1.5rem .5rem;box-shadow:0 12px 35px rgba(59,130,246,.4)}.assistant-page__message--assistant .assistant-page__message-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:1.5rem 1.5rem 1.5rem .5rem}.assistant-page__message-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(148,163,184,.2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex}.assistant-page__message--user .assistant-page__message-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:rgba(59,130,246,.3);box-shadow:0 8px 25px rgba(59,130,246,.4)}.assistant-page__message--assistant .assistant-page__message-icon{color:#3b82f6;background:rgba(148,163,184,.1);border-color:rgba(59,130,246,.2)}.assistant-page__icon{width:1.5rem;height:1.5rem}.assistant-page__message-content{word-wrap:break-word;overflow-wrap:anywhere;max-width:75%;padding:1.5rem 2rem;line-height:1.7;position:relative}.assistant-page__message-text{white-space:pre-wrap;font-size:1rem;font-weight:400;line-height:1.7}.assistant-page__message--assistant .assistant-page__message-text{color:#f8fafc}.assistant-page__message-time{opacity:.7;margin-top:1rem;font-size:.85rem;font-weight:500}.assistant-page__message--user .assistant-page__message-time{color:rgba(255,255,255,.8)}.assistant-page__message--assistant .assistant-page__message-time{color:#94a3b8}.assistant-page__loading{color:#94a3b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;font-style:italic;display:flex}.assistant-page__loading-icon{width:1.5rem;height:1.5rem;animation:1s linear infinite spin}.assistant-page__input-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(30,41,59,.8);border-top:1px solid rgba(148,163,184,.1);flex-shrink:0;padding:2rem;position:relative}.assistant-page__input-container:after{content:"";background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent);height:1px;position:absolute;top:0;left:0;right:0}.assistant-page__input-wrapper{align-items:flex-end;gap:1.5rem;max-width:1000px;margin:0 auto;display:flex}.assistant-page__input{resize:none;color:#f8fafc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.2);border-radius:1.25rem;flex:1;min-height:3.5rem;padding:1.25rem 1.5rem;font-size:1rem;line-height:1.6;transition:all .3s}.assistant-page__input:focus{background:rgba(15,23,42,.8);border-color:rgba(59,130,246,.5);outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.assistant-page__input:disabled{opacity:.6;cursor:not-allowed}.assistant-page__input::placeholder{color:#64748b}.assistant-page__send-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px rgba(59,130,246,.4)}.assistant-page__send-button:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.assistant-page__send-button:hover:not(:disabled):before{left:100%}.assistant-page__send-button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-3px)scale(1.05);box-shadow:0 16px 45px rgba(59,130,246,.5)}.assistant-page__send-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.assistant-page__send-icon{width:1.5rem;height:1.5rem}.assistant-page__warning{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.2);border-radius:1rem;margin:2rem 3rem}.assistant-page__info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);border-radius:1rem;margin:2rem 3rem}.assistant-page__warning-content,.assistant-page__info-content{align-items:flex-start;gap:1.5rem;padding:1.5rem;display:flex}.assistant-page__warning-icon{color:#f59e0b;flex-shrink:0;width:2rem;height:2rem;margin-top:.125rem}.assistant-page__info-icon{color:#3b82f6;flex-shrink:0;width:2rem;height:2rem;margin-top:.125rem}.assistant-page__warning-title,.assistant-page__info-title{color:#f8fafc;margin:0 0 .75rem;font-size:1.125rem;font-weight:700}.assistant-page__warning-text,.assistant-page__info-text{color:#cbd5e1;margin:0;font-size:1rem;line-height:1.7}.assistant-page__usage-modal{padding:2rem 0}.assistant-page__usage-stats{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.assistant-page__usage-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:1rem;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.assistant-page__usage-label{color:#94a3b8;font-size:1rem;font-weight:600}.assistant-page__usage-value{color:#f8fafc;font-size:1rem;font-weight:700}.assistant-page__usage-progress{align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.assistant-page__usage-progress-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:.5rem;flex:1;height:1rem;overflow:hidden}.assistant-page__usage-progress-fill{background:linear-gradient(90deg,#10b981,#f59e0b,#ef4444);border-radius:.5rem;height:100%;transition:width .5s}.assistant-page__usage-percentage{color:#f8fafc;text-align:right;min-width:4rem;font-size:1rem;font-weight:700}.assistant-page__usage-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:1rem;margin-bottom:2.5rem;padding:2rem}.assistant-page__usage-description{color:#f8fafc;margin:0 0 1rem;font-size:1rem;font-weight:500;line-height:1.7}.assistant-page__usage-reset{color:#94a3b8;margin:0;font-size:.9rem}.assistant-page__usage-loading{color:#94a3b8;justify-content:center;align-items:center;gap:1rem;padding:4rem;display:flex}.assistant-page__usage-actions{justify-content:flex-end;display:flex}@media (max-width:1024px){.assistant-page__chat-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.assistant-page__hub-actions{gap:.75rem}.assistant-page__cleanup-button,.assistant-page__insights-button,.assistant-page__new-chat-button,.assistant-page__settings-button{padding:.75rem 1.25rem;font-size:.85rem}}@media (max-width:768px){.assistant-page__hub-header,.assistant-page__expanded-header{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem 2rem}.assistant-page__hub-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.assistant-page__expanded-header{flex-direction:row;align-items:center}.assistant-page__expanded-title-section{justify-content:flex-start}.assistant-page__hub-content,.assistant-page__expanded-content{padding:2rem}.assistant-page__chat-grid{grid-template-columns:1fr;gap:2rem}.assistant-page__messages{gap:2rem;margin:.5rem 0;padding:1.5rem}.assistant-page__welcome{padding:3rem 1.5rem}.assistant-page__message-content{max-width:85%}.assistant-page__input-container{padding:1.5rem}.assistant-page__warning{margin:1.5rem 2rem}}@media (max-width:480px){.assistant-page__hub-header,.assistant-page__expanded-header{padding:1rem 1.5rem}.assistant-page__hub-title,.assistant-page__expanded-title{font-size:1.5rem}.assistant-page__hub-actions{flex-direction:column;gap:.75rem;width:100%}.assistant-page__cleanup-button,.assistant-page__insights-button,.assistant-page__new-chat-button,.assistant-page__settings-button{justify-content:center;width:100%}.assistant-page__expanded-header{flex-wrap:wrap}.assistant-page__messages,.assistant-page__input-container{padding:1rem}.assistant-page__message-content{max-width:90%}.assistant-page__suggestions{gap:1.25rem}.assistant-page__suggestion{padding:1.25rem;font-size:1rem}}.assistant-page__messages::-webkit-scrollbar{width:8px}.assistant-page__hub-content::-webkit-scrollbar{width:8px}.assistant-page__messages::-webkit-scrollbar-track{background:rgba(148,163,184,.1);border-radius:4px}.assistant-page__hub-content::-webkit-scrollbar-track{background:rgba(148,163,184,.1);border-radius:4px}.assistant-page__messages::-webkit-scrollbar-thumb{background:rgba(148,163,184,.3);border-radius:4px;transition:background .3s}.assistant-page__hub-content::-webkit-scrollbar-thumb{background:rgba(148,163,184,.3);border-radius:4px;transition:background .3s}.assistant-page__messages::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.5)}.assistant-page__hub-content::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.5)}html.light .assistant-page__expanded-header,body.light .assistant-page__expanded-header,.light .assistant-page__expanded-header{color:#0f172a!important;background:linear-gradient(145deg,rgba(255,255,255,.95) 0%,rgba(248,250,252,.95) 100%)!important;border-bottom:2px solid rgba(99,102,241,.3)!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.05)!important}html.light .assistant-page__expanded-title,body.light .assistant-page__expanded-title,.light .assistant-page__expanded-title{color:#0f172a!important;text-shadow:none!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;font-weight:700!important}html.light .assistant-page__back-button,body.light .assistant-page__back-button,.light .assistant-page__back-button{color:#6366f1!important;background:linear-gradient(145deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%)!important;border-color:rgba(99,102,241,.3)!important;box-shadow:0 2px 4px rgba(99,102,241,.1)!important}html.light .assistant-page__back-button:hover,body.light .assistant-page__back-button:hover,.light .assistant-page__back-button:hover{color:#4f46e5!important;background:linear-gradient(145deg,rgba(99,102,241,.2) 0%,rgba(168,85,247,.2) 100%)!important;border-color:rgba(99,102,241,.5)!important;box-shadow:0 4px 12px rgba(99,102,241,.2)!important}html.light .assistant-page__delete-button,body.light .assistant-page__delete-button,.light .assistant-page__delete-button{color:#ef4444!important;background:linear-gradient(145deg,rgba(239,68,68,.1) 0%,rgba(220,38,38,.1) 100%)!important;border-color:rgba(239,68,68,.3)!important;box-shadow:0 2px 4px rgba(239,68,68,.1)!important}html.light .assistant-page__delete-button:hover,body.light .assistant-page__delete-button:hover,.light .assistant-page__delete-button:hover{color:#dc2626!important;background:linear-gradient(145deg,rgba(239,68,68,.2) 0%,rgba(220,38,38,.2) 100%)!important;border-color:rgba(239,68,68,.5)!important;box-shadow:0 4px 12px rgba(239,68,68,.2)!important}html.light .chat-card,body.light .chat-card,.light .chat-card{color:#0f172a!important;background:linear-gradient(145deg,rgba(255,255,255,.95) 0%,rgba(248,250,252,.95) 100%)!important;border-color:rgba(99,102,241,.3)!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.05)!important}html.light .chat-card:hover,body.light .chat-card:hover,.light .chat-card:hover{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%)!important;border-color:rgba(99,102,241,.5)!important;box-shadow:0 8px 25px rgba(99,102,241,.15)!important}html.light .chat-card__title,body.light .chat-card__title,.light .chat-card__title{color:#0f172a!important;font-weight:600!important}html.light .chat-card__preview,body.light .chat-card__preview,.light .chat-card__preview{color:#475569!important;font-weight:400!important}html.light .chat-card__message-count,body.light .chat-card__message-count,.light .chat-card__message-count{color:#6366f1!important;font-weight:500!important}html.light .chat-card__separator,body.light .chat-card__separator,.light .chat-card__separator{color:#6b7280!important}html.light .chat-card__last-activity,body.light .chat-card__last-activity,.light .chat-card__last-activity{color:#475569!important;font-weight:400!important}html.light .chat-card__expiration,body.light .chat-card__expiration,.light .chat-card__expiration{color:#f59e0b!important;font-weight:500!important}html.light .chat-card__icon,body.light .chat-card__icon,.light .chat-card__icon{color:#6366f1!important}html.light .chat-card__action-icon,body.light .chat-card__action-icon,.light .chat-card__action-icon{color:#475569!important}html.light .chat-card__pin-button:hover,body.light .chat-card__pin-button:hover,.light .chat-card__pin-button:hover{color:#6366f1!important;background:rgba(99,102,241,.1)!important}html.light .chat-card__delete-button:hover,body.light .chat-card__delete-button:hover,.light .chat-card__delete-button:hover{color:#ef4444!important;background:rgba(239,68,68,.1)!important}html.light .chat-card__clock-icon,body.light .chat-card__clock-icon,.light .chat-card__clock-icon{color:#6b7280!important}.assistant-page__blocked{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.assistant-page__blocked-content{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;max-width:500px;padding:3rem}.assistant-page__blocked-icon{color:#3b82f6;width:4rem;height:4rem;margin-bottom:1.5rem}.assistant-page__blocked-title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.assistant-page__blocked-subtitle{color:#94a3b8;margin-bottom:2rem;font-size:1.1rem}.assistant-page__blocked-features{text-align:left;margin-bottom:2rem}.assistant-page__blocked-features h3{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.assistant-page__blocked-features ul{padding:0;list-style:none}.assistant-page__blocked-features li{color:#cbd5e1;padding:.5rem 0;font-size:1rem}.assistant-page__upgrade-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.assistant-page__upgrade-button:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 10px 25px rgba(59,130,246,.3)}html.light .assistant-page__blocked,body.light .assistant-page__blocked,.light .assistant-page__blocked{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%)}html.light .assistant-page__blocked-content,body.light .assistant-page__blocked-content,.light .assistant-page__blocked-content{background:rgba(255,255,255,.8);border:1px solid rgba(148,163,184,.2)}html.light .assistant-page__blocked-title,body.light .assistant-page__blocked-title,.light .assistant-page__blocked-title{color:#0f172a}html.light .assistant-page__blocked-subtitle,body.light .assistant-page__blocked-subtitle,.light .assistant-page__blocked-subtitle{color:#475569}html.light .assistant-page__blocked-features h3,body.light .assistant-page__blocked-features h3,.light .assistant-page__blocked-features h3{color:#0f172a}html.light .assistant-page__blocked-features li,body.light .assistant-page__blocked-features li,.light .assistant-page__blocked-features li{color:#475569}
