:root{--bg: #f4f7fb;--card: #ffffff;--text: #1f2937;--muted: #6b7280;--primary: #0f766e;--primary-hover: #0b5c55;--border: #d1d5db}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#e0f2f1,#f4f7fb 45%,#dbeafe);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;color:var(--text);overflow-x:hidden}#root{width:100%;display:flex;align-items:center;justify-content:center}.container{width:100%;max-width:470px;background:linear-gradient(180deg,#fff,#f8fcff);border:1px solid #d8e3ef;border-radius:22px;box-shadow:0 22px 52px #0f172a29;padding:32px 28px 26px}.logo-wrap{text-align:center;margin-bottom:16px}.logo{width:300px;height:300px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(15,118,110,.24))}.container h1{margin:0 0 8px;text-align:center;font-size:clamp(1.7rem,2.8vw,2rem);line-height:1.2;font-weight:800;color:#0f172a}.container .subtitle{text-align:center;color:#64748b;margin:0 0 22px;font-size:.98rem}form{display:grid;gap:14px}label{font-size:.9rem;font-weight:600;color:#334155}input{width:100%;padding:12px 14px;border:1px solid #c7d2df;border-radius:12px;font-size:.96rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.password-field{position:relative}.password-field input{padding-right:44px}.toggle-password{position:absolute;right:7px;top:50%;transform:translateY(-50%);min-width:34px;width:auto;height:34px;margin:0;padding:0 9px;border:0;border-radius:9px;background:#f8fafc;color:#334155;font-size:.76rem;font-weight:700;line-height:1}.toggle-password:hover{background:#e2e8f0}input:focus{outline:0;border-color:#0f766e;box-shadow:0 0 0 3px #14b8a633}button{margin-top:6px;border:none;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;border-radius:12px;padding:12px 14px;font-size:.96rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}button:hover{filter:brightness(1.03);box-shadow:0 10px 18px #14b8a642}button:disabled{opacity:.7;cursor:not-allowed}.divider{text-align:center;color:var(--muted);font-size:.88rem;margin:4px 0}.google-button{background:#fff;color:#0f172a;border:1px solid #c7d2df;box-shadow:none}.google-button:hover{background:#f8fafc;box-shadow:0 8px 14px #0f172a14}.auth-note{margin:0;color:#475569;font-size:.84rem;background:#f8fafc;border:1px solid #dbe4ef;border-radius:10px;padding:8px 10px}.error-text{margin:0;color:#991b1b;font-size:.87rem;font-weight:600;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:8px 10px}.password-guide{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:10px}.strength-row{display:flex;align-items:center;justify-content:space-between;font-size:.84rem;margin-bottom:8px}.strength-label{display:inline-flex;align-items:center;justify-content:center;min-width:70px;padding:4px 10px;border-radius:999px;font-weight:700;font-size:.78rem;line-height:1}.strength-track{width:100%;height:8px;border-radius:999px;background:#d1d5db;overflow:hidden}.strength-fill{height:100%;border-radius:999px;transition:width .25s ease,background-color .25s ease}.strength-label-low{color:#b91c1c;background:#fee2e2}.strength-label-medium{color:#b45309;background:#fef3c7}.strength-label-good{color:#166534;background:#dcfce7}.strength-label-max{color:#14532d;background:#bbf7d0}.strength-fill-low{background:#ef4444}.strength-fill-medium{background:#f59e0b}.strength-fill-good{background:#22c55e}.strength-fill-max{background:#15803d}.rules-list{margin:10px 0 0;padding-left:18px;display:grid;gap:4px;font-size:.82rem}.rule-ok{color:#15803d}.rule-miss{color:#6b7280}.success-text{margin:0;color:#065f46;font-size:.87rem;font-weight:600;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:8px 10px}.switch-link{margin-top:18px;text-align:center;color:var(--muted);font-size:.92rem}.text-button{margin:0;padding:0;border:0;background:transparent;color:var(--primary);font-size:.92rem;font-weight:600}.text-button:hover{text-decoration:underline;background:transparent;box-shadow:none}.forgot-button{margin-top:6px;font-size:.82rem;color:#0f766e}.forgot-button:disabled{opacity:.65}.verify-email-layout{display:grid;gap:14px}.verify-email-head{display:grid;gap:7px}.verify-email-badge{width:fit-content;display:inline-flex;align-items:center;border-radius:999px;border:1px solid #bfdbfe;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1e3a8a;padding:4px 10px;font-size:.74rem;font-weight:800}.verify-email-head h1,.verify-email-head .subtitle{margin:0}.verify-email-mail-card{border:1px solid #cfe8ff;border-radius:14px;background:linear-gradient(180deg,#f8fcff,#eef7ff);padding:12px;display:grid;gap:6px}.verify-email-mail-card p{margin:0;color:#334155;font-size:.88rem;line-height:1.35}.verify-email-form{display:grid;gap:12px}.verify-email-form input{text-align:center;letter-spacing:.24rem;font-weight:700;font-size:1.02rem}.verify-email-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}@media (max-width: 560px){.verify-email-mail-card{padding:10px}.verify-email-mail-card p{font-size:.83rem}.verify-email-form input{font-size:.96rem;letter-spacing:.16rem}.verify-email-actions{display:grid;grid-template-columns:1fr;gap:8px}.verify-email-actions button{width:100%}}.recovery-layout{display:grid;gap:14px}.recovery-head{display:grid;gap:8px}.recovery-pill{width:fit-content;display:inline-flex;align-items:center;border-radius:999px;border:1px solid #bae6fd;background:linear-gradient(180deg,#eff6ff,#e0f2fe);color:#0c4a6e;font-size:.74rem;font-weight:800;padding:4px 10px}.recovery-title{margin:0;text-align:center;font-size:clamp(1.58rem,2.4vw,1.86rem);line-height:1.18;font-weight:850;color:#0f172a}.container .subtitle.recovery-subtitle{margin:0}.recovery-step-card{border:1px solid #cfe8ff;background:linear-gradient(180deg,#f8fcff,#eef7ff);border-radius:12px;padding:10px 12px;display:grid;gap:4px}.recovery-step-card strong{color:#0c4a6e;font-size:.86rem}.recovery-step-card p{margin:0;color:#334155;font-size:.84rem}.recovery-form{display:grid;gap:12px}.recovery-field{display:grid;gap:6px}.recovery-note{margin-top:-2px}.recovery-primary-btn{min-height:48px}.recovery-switch-link{margin-top:4px}@media (max-width: 560px){.recovery-layout{gap:12px}.recovery-title{font-size:1.42rem}.recovery-step-card{padding:9px 10px}.recovery-step-card strong{font-size:.81rem}.recovery-step-card p{font-size:.8rem}.recovery-primary-btn{min-height:46px}}.loading-screen{width:100%;min-height:60vh;display:grid;place-items:center;padding:20px}.loading-card{width:min(420px,100%);border:1px solid #d7e3f0;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 16px 34px #0f172a1f;padding:22px;text-align:center}.loading-card h2{margin:10px 0 6px;font-size:1.25rem}.loading-card p{margin:0;color:#64748b}.loading-spinner{width:42px;height:42px;border-radius:999px;border:3px solid #bfdbfe;border-top-color:#0f766e;display:inline-block;animation:spinLoading .9s linear infinite}@keyframes spinLoading{to{transform:rotate(360deg)}}body.theme-dark .loading-card{background:linear-gradient(180deg,#111827,#0f172a);border-color:#334155}body.theme-dark .loading-card h2{color:#e2e8f0}body.theme-dark .loading-card p{color:#94a3b8}.dashboard-shell{width:min(1200px,100%);display:grid;gap:16px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#ffffffc8;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.dashboard-title{margin:0;text-align:left}.dashboard-subtitle{margin:6px 0 0;color:var(--muted)}.top-navbar{display:flex;flex-wrap:wrap;gap:8px}.top-navbar .chip{width:42px;height:42px;padding:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.top-chip-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;position:relative}.top-chip-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.top-chip-badge{position:absolute;top:-10px;right:-14px;min-width:18px;height:18px;border-radius:999px;background:#dc2626;color:#fff;font-size:.66rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #ffffff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.overview-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:12px}.hero-card{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#ecfeff;border-radius:14px;padding:16px;box-shadow:0 12px 30px #0f766e40}.hero-card h2{margin:8px 0}.hero-balance{color:#f8fafc;text-shadow:0 2px 8px rgba(2,6,23,.28)}.hero-balance.good{color:#ecfeff}.hero-balance.bad{color:#fee2e2}.hero-label{margin:0;font-size:.82rem;opacity:.92}.hero-card .muted{color:#ccfbf1}.hero-meter{margin-top:10px;width:100%;height:10px;border-radius:999px;background:#ffffff47;overflow:hidden}.hero-meter-fill{height:100%;background:#bbf7d0}.hero-meter-fill.mid{background:#fef08a}.hero-meter-fill.bad{background:#fecaca}.advanced-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.metric-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px}.metric-card p{margin:0;color:#64748b;font-size:.82rem}.metric-card h3{margin:8px 0 0;font-size:1.04rem}.insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.insight-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px}.insight-card p{margin:0;color:#64748b;font-size:.82rem}.insight-card strong{display:block;margin-top:8px}.insight-card-green{border-color:#86efac!important;background:linear-gradient(135deg,#ecfdf5,#dcfce7)!important}.insight-card-green strong{color:#166534;font-size:1.45rem}.insight-stat-label{margin-top:4px!important;color:#047857!important;font-weight:700}.insight-stat-track{margin-top:8px;width:100%;height:10px;border-radius:999px;background:#bbf7d0;overflow:hidden}.insight-stat-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a)}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.stat-card p{margin:0;color:var(--muted);font-size:.86rem}.stat-card h3{margin:8px 0 0;font-size:1.14rem}.full-width{grid-column:1 / -1}.delta-good{color:#166534}.delta-bad{color:#b91c1c}.dashboard-main-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:12px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px}.panel h2{margin:0 0 12px;font-size:1.08rem}.pin-lock-panel{max-width:420px;margin:40px auto}.pin-lock-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.pin-lock-card{width:min(430px,100%);background:#fff;border:1px solid #d6dfeb;border-radius:20px;box-shadow:0 20px 44px #0f172a29;padding:22px;text-align:center}.pin-lock-icon{width:58px;height:58px;margin:0 auto 10px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-size:1.3rem;font-weight:800}.pin-lock-card h2{margin:8px 0}.pin-lock-form{margin-top:10px;text-align:left}.pin-input{letter-spacing:.35rem;text-align:center;font-weight:700;font-size:1.05rem}.pin-submit-btn{margin-top:4px}.security-head{margin-bottom:10px}.security-grid{align-items:start}.security-card{border-style:solid}.security-banner{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;border:1px solid #cfe4ef;border-radius:16px;background:linear-gradient(135deg,#ecfeff,#f8fafc);padding:12px;margin-bottom:10px}.security-banner-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-weight:800}.security-banner-text h2{margin:0 0 4px}.security-tips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.security-tip{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:600;background:#e0f2fe;color:#0c4a6e;border:1px solid #bae6fd}.security-card{border:1px solid #d9e5f2;background:linear-gradient(180deg,#fff,#f8fafc)}.security-card h3{margin:0 0 8px}.pin-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;width:fit-content}.pin-status-on{color:#047857!important;font-weight:700;background:#dcfce7;border:1px solid #86efac}.pin-status-off{color:#b91c1c!important;font-weight:700;background:#fee2e2;border:1px solid #fca5a5}.expense-form{display:grid;gap:10px}.two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}select,textarea,input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=number],input[type=text],input[type=file]{width:100%;max-width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:.93rem;font-family:inherit;background:#fff;min-height:46px}input[type=date],input[type=datetime-local]{height:46px;line-height:1.2;text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:40px;color:#0f172a}input[type=date]::-webkit-date-and-time-value,input[type=datetime-local]::-webkit-date-and-time-value{text-align:left}input[type=date]::-webkit-datetime-edit,input[type=datetime-local]::-webkit-datetime-edit{padding:0}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:.9;cursor:pointer}textarea{resize:vertical}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:.9rem}.form-actions{display:flex;gap:8px}.secondary-button{background:#e5e7eb;color:#1f2937}.secondary-button:hover{background:#d1d5db}.ghost-button{margin:0;background:#f3f4f6;color:#111827;border:1px solid #d1d5db}.ghost-button:hover{background:#e5e7eb}.danger-button{background:#b91c1c}.danger-button:hover{background:#991b1b}.bar-chart{display:grid;gap:10px}.chart-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:12px;margin-bottom:12px}.chart-donut-card,.chart-trend-card{border:1px solid #dbe3ed;border-radius:14px;padding:12px;background:#f8fbff}.donut-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.donut-chart{width:190px;height:190px;border-radius:999px;padding:18px;display:grid;place-items:center}.donut-center{width:100%;height:100%;border-radius:999px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:inset 0 0 0 1px #e2e8f0}.donut-center strong{font-size:1.03rem}.donut-center span{color:#64748b;font-size:.8rem}.donut-legend{display:grid;gap:6px}.legend-item{display:grid;grid-template-columns:14px 1fr auto;align-items:center;gap:8px;font-size:.84rem}.legend-dot{width:10px;height:10px;border-radius:999px}.legend-name{color:#334155}.legend-value{color:#0f172a;font-weight:700}.chart-trend-card h3{margin:0 0 10px;font-size:.95rem}.trend-list{display:grid;gap:8px}.trend-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:8px}.trend-label{color:#64748b;font-size:.8rem;text-transform:capitalize}.trend-track{height:8px;border-radius:999px;background:#dbe7f2;overflow:hidden}.trend-fill{height:100%;background:linear-gradient(90deg,#0891b2,#14b8a6)}.trend-value{font-size:.82rem;font-weight:600;color:#0f172a}.chart-footnote{margin-top:8px;font-size:.82rem}.bar-row{display:grid;gap:6px}.bar-header{display:flex;justify-content:space-between;font-size:.88rem}.bar-track{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#14b8a6,#22c55e);border-radius:999px}.budget-progress-box p{margin:0;color:#64748b;font-size:.84rem}.budget-progress-box strong{display:block;margin-top:4px}.budget-progress{margin-top:8px;width:100%;height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}.budget-progress-fill{height:100%;background:linear-gradient(90deg,#14b8a6,#22c55e)}.budget-progress-fill.over{background:#ef4444}.expenses-topbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:8px}.filters{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:8px;width:min(620px,100%)}.quick-filters{display:flex;flex-wrap:wrap;gap:8px}.chip{margin:0;border-radius:999px;padding:7px 12px;border:1px solid #d1d5db;background:#fff;color:#334155;font-size:.8rem}.chip.active{background:#0f766e;border-color:#0f766e;color:#fff}.table-wrap{overflow:auto}.table-pagination{margin-top:10px;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.table-pagination span{font-size:.9rem;color:#475569;font-weight:600}.swipe-text{width:100%;max-width:100%}@media (max-width: 700px){.swipe-text{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:2px}.table-pagination{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.expense-card .swipe-text{max-width:100%}}.history-table-wrap{max-height:320px}.expense-cards{display:none}.expense-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px;display:grid;gap:8px}.expense-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.expense-card-date{margin:0;color:#6b7280;font-size:.84rem}.expense-card-desc{margin:0}.expense-card-actions{display:flex;gap:8px}.category-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:700}.category-grid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.category-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.category-card-head{display:flex;align-items:center;gap:8px}.category-card p{margin:8px 0 0;font-weight:700}.category-card-actions{margin-top:10px;display:flex;gap:8px}.color-dot{width:12px;height:12px;border-radius:999px}.subheading{margin:16px 0 10px;font-size:.95rem}.income-summary{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.income-table-wrap{margin-top:12px}.modern-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-bottom:12px}.modern-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.modern-card h3{margin:0 0 6px;font-size:.95rem}.modern-card p{margin:0;color:#64748b;font-size:.86rem}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px}.setting-row{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.alerts-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:10px}.alerts-list{margin-top:12px;display:grid;gap:10px}.alert-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.alert-card.unread{border-color:#0f766e;box-shadow:0 0 0 1px #0f766e33}.alert-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.alert-card-head span{color:#64748b;font-size:.78rem}.alert-card p{margin:8px 0 0;white-space:pre-wrap}.alert-card-actions{margin-top:10px;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.alert-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;border:0;margin:0;padding:0;background:#0f172a8c}.alert-modal{position:fixed;z-index:91;left:50%;top:50%;transform:translate(-50%,-50%);width:min(680px,calc(100vw - 24px));max-height:calc(100dvh - 32px);overflow:auto;background:#fff;border:1px solid #d1d5db;border-radius:14px;padding:14px;box-shadow:0 20px 42px #0f172a4d}.alert-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.ai-card{display:grid;gap:8px}.chatbot-card{border:1px solid #d7e2ef;border-radius:14px;background:#fff;padding:12px;box-shadow:0 8px 20px #0f172a12;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:10px}.chatbot-card.floating{width:min(390px,calc(100vw - 28px));max-height:min(72dvh,620px);border-radius:22px;overflow:hidden;padding:0}.chatbot-head h3{margin:0}.chatbot-head p{margin-top:6px}.floating-head{padding:14px 16px;background:linear-gradient(135deg,#166534,#15803d);color:#f0fdf4;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.chatbot-head-main{min-width:0}.chat-new-session-btn{margin:0;min-height:32px;padding:6px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#ffffff24;color:#fff;font-size:.78rem;font-weight:700}.chat-new-session-btn:hover{background:#ffffff38}.chatbot-status{font-size:.84rem;color:#dcfce7;display:inline-flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;border-radius:999px;background:#4ade80;display:inline-block}.chatbot-close{margin:0;width:30px;height:30px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#ffffff24;color:#fff;font-size:1.05rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.chatbot-close:hover{background:#ffffff38}.chat-sessions-bar{padding:8px 10px 0;display:flex;gap:8px;overflow-x:auto}.chat-session-chip{margin:0;min-width:130px;border:1px solid #c7d5e6;border-radius:10px;background:#f8fbff;color:#1e293b;padding:7px 9px;display:grid;gap:3px;text-align:left}.chat-session-chip strong{font-size:.78rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-session-chip span{font-size:.72rem;color:#64748b}.chat-session-chip.active{border-color:#16a34a;background:#dcfce7}.chatbot-messages{margin-top:0;border:1px solid #d6dfeb;border-radius:12px;background:#f8fbff;padding:10px;max-height:min(50dvh,380px);overflow:auto;display:grid;gap:8px}.chatbot-card.floating .chatbot-messages{border:0;border-radius:0;max-height:min(42dvh,360px);padding:10px 12px}.chat-msg{max-width:min(86%,560px);padding:10px 12px;border-radius:12px;border:1px solid #d7e2ef;background:#fff;display:grid;gap:6px}.chat-msg.user{justify-self:end;border-color:#99f6e4;background:linear-gradient(135deg,#dffaf4,#cffafe)}.chat-msg.assistant{justify-self:start}.chat-msg p{margin:0;white-space:pre-wrap}.chat-msg span{font-size:.74rem;color:#64748b}.chatbot-input-row{margin-top:0;display:grid;grid-template-columns:1fr auto;gap:8px}.chatbot-card.floating .chatbot-input-row{padding:12px;border-top:1px solid #dbe4ef;background:#fff}.chat-session-limit{margin:0;padding:0 12px;font-size:.75rem;color:#64748b}.chatbot-input-row input{min-height:44px}.chatbot-input-row button{min-width:110px}.chatbot-float{position:fixed;right:14px;bottom:calc(96px + env(safe-area-inset-bottom));z-index:120;display:grid;justify-items:end;gap:10px;pointer-events:none}.chatbot-float .chatbot-card,.chatbot-float .chatbot-fab{pointer-events:auto}.chatbot-fab{margin:0;width:58px;height:58px;border-radius:999px;padding:0;font-size:.95rem;font-weight:800;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:0;box-shadow:0 14px 26px #15803d59}.chatbot-fab:hover{filter:brightness(1.04)}.chatbot-fab svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chatbot-float.fullscreen{right:0;bottom:0;left:0;top:0;padding:0;justify-items:stretch;z-index:140}.chatbot-float.fullscreen .chatbot-card.floating.chatgpt-card{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border-radius:0;border:0}.chatbot-float.fullscreen .chatbot-fab{display:none}.date-input-wrap{position:relative;width:100%}.date-input-wrap input[type=date]{width:100%;padding-right:36px;min-height:46px}.date-input-placeholder{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.92rem;pointer-events:none;display:none}.date-input-wrap.has-value .date-input-placeholder{display:none}.filters{align-items:center}.filters .date-input-wrap{min-width:180px}.filters .date-input-wrap input[type=date]{border-radius:12px}.ai-output{margin:12px 0 0;padding:12px;border:1px solid #d1d5db;border-radius:12px;background:#f8fafc;white-space:pre-wrap;font-family:inherit;font-size:.9rem;line-height:1.4}.expense-table{width:100%;border-collapse:collapse;font-size:.9rem}.expense-table th,.expense-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:10px 8px;vertical-align:top}.action-buttons{display:flex;flex-wrap:wrap;gap:6px}.muted{color:var(--muted);margin:0}.ghost-button,.secondary-button,.danger-button,.action-buttons button,.form-actions button,.text-button,.toggle-password{margin-top:0}@media (max-width: 960px){.dashboard-main-grid{grid-template-columns:1fr}}@media (max-width: 700px){body{padding:12px}.dashboard-header{flex-direction:column;align-items:flex-start}.two-cols,.filters,.overview-hero,.chart-layout{grid-template-columns:1fr}.donut-chart{width:160px;height:160px}.modern-grid,.settings-grid{grid-template-columns:1fr}.setting-row{flex-direction:column;align-items:stretch}.setting-row .secondary-button,.modern-card>.secondary-button,.alerts-head .secondary-button,.alert-card-actions .danger-button,.alert-card-actions .secondary-button{width:100%}.alerts-head .form-actions{width:100%;display:grid;grid-template-columns:1fr;gap:8px}.alert-card-head{flex-direction:column;align-items:flex-start}.alert-modal{width:calc(100vw - 18px);max-height:calc(100dvh - 18px);padding:12px}}.dashboard-shell{width:min(1220px,100%);min-height:100dvh}.dashboard-layout{display:grid;grid-template-columns:240px 1fr;gap:14px;align-items:start}.side-menu{position:sticky;top:12px;background:#0f172a;color:#e2e8f0;border-radius:16px;padding:16px;border:1px solid #1e293b;min-height:calc(100vh - 32px);display:grid;align-content:start;gap:14px}.side-brand{display:flex;align-items:center;gap:10px}.side-brand img{width:72px;height:72px;border-radius:12px;object-fit:cover}.side-brand p{margin:4px 0 0;color:#94a3b8;font-size:.8rem}.menu-nav{display:grid;gap:8px}.menu-item{display:flex;align-items:center;gap:10px;justify-content:flex-start;width:100%;text-align:left;margin:0;border:1px solid transparent;border-radius:10px;background:#111c33;color:#cbd5e1;padding:10px 12px;position:relative}.menu-item:hover{background:#1f2a44}.menu-item.active{background:linear-gradient(90deg,#14b8a6,#22c55e);color:#052e16;font-weight:700}.menu-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.menu-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.menu-label{flex:1;min-width:0}.menu-badge{min-width:18px;height:18px;border-radius:999px;background:#dc2626;color:#fff;font-size:.66rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;border:1px solid rgba(255,255,255,.35)}.logout-side{width:100%;background:#111c33;border-color:#243552;color:#e2e8f0}.logout-side:hover{background:#1f2a44;border-color:#2f4a7a;color:#fff}.logout-side:focus-visible{outline:2px solid #22d3ee;outline-offset:2px}.dashboard-content{display:grid;gap:14px;min-width:0}.dashboard-header{background:#ffffffea;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.header-left{display:flex;align-items:center;gap:10px}.mobile-menu-btn{display:none;margin:0;width:42px;height:42px;padding:0;border-radius:12px;background:#e2e8f0;color:#111827;align-items:center;justify-content:center}.mobile-menu-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.panel{box-shadow:0 10px 28px #0f172a0f}.expense-table thead th{position:sticky;top:0;background:#f8fafc;z-index:1}.table-wrap{border:1px solid #e5e7eb;border-radius:12px;max-height:420px;overflow:auto}.mobile-drawer-backdrop,.mobile-drawer,.bottom-nav{display:none}@media (max-width: 1024px){body{padding:0;align-items:stretch;justify-content:stretch;background:#e2e8f0}#root{align-items:stretch;justify-content:stretch}.dashboard-shell{width:100%;max-width:none}.dashboard-layout{grid-template-columns:1fr;gap:0}.side-menu{display:none}.mobile-menu-btn{display:inline-flex}.dashboard-content{padding:10px;gap:10px}.dashboard-header{position:sticky;top:0;z-index:30;border-radius:12px;padding:12px}.quick-filters{width:100%}.table-wrap{display:none}.expense-cards{display:grid;gap:10px}.expenses-topbar{align-items:flex-start}.mobile-drawer-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;border:0;padding:0;margin:0;background:#0f172a73}.mobile-drawer{display:grid;gap:14px;align-content:start;position:fixed;top:0;left:0;bottom:0;width:min(88vw,340px);background:#fff;z-index:70;padding:14px;border-radius:0 16px 16px 0;box-shadow:14px 0 34px #0f172a3d;overflow:auto}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-drawer-nav{display:grid;gap:8px}.mobile-drawer .menu-item{background:#f8fafc;color:#1f2937;border-color:#dbe2ea}.mobile-drawer .menu-item.active{color:#052e16}.mobile-logout{margin:0}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:8px 10px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #d1d5db;box-shadow:0 -10px 24px #0f172a26}.bottom-nav-item{margin:0;min-height:52px;border-radius:12px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;color:#334155}.bottom-nav-item.active{background:linear-gradient(90deg,#14b8a6,#22c55e);color:#052e16}.bottom-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.bottom-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dashboard-content{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.top-navbar{width:100%}}body.theme-dark{background:linear-gradient(135deg,#0b1220,#0f172a 45%,#111827);color:#e5e7eb}body.theme-dark .panel,body.theme-dark .stat-card,body.theme-dark .dashboard-header,body.theme-dark .expense-card,body.theme-dark .category-card,body.theme-dark .modern-card,body.theme-dark .mobile-drawer,body.theme-dark .alert-card,body.theme-dark .alert-modal,body.theme-dark .metric-card,body.theme-dark .insight-card,body.theme-dark .chart-donut-card,body.theme-dark .chart-trend-card,body.theme-dark .pin-lock-card,body.theme-dark .donut-center{background:#111827;border-color:#1f2937;color:#e5e7eb}body.theme-dark .security-banner{background:linear-gradient(135deg,#0f172a,#111827);border-color:#1f2937}body.theme-dark .security-tip{background:#0f172a;color:#bae6fd;border-color:#334155}body.theme-dark .security-card{background:linear-gradient(180deg,#111827,#0f172a);border-color:#1f2937}body.theme-dark .muted,body.theme-dark .dashboard-subtitle,body.theme-dark .modern-card p{color:#94a3b8}body.theme-dark input,body.theme-dark select,body.theme-dark textarea{background:#0f172a;color:#e5e7eb;border-color:#334155}body.theme-dark .ai-output{background:#0f172a;border-color:#334155;color:#e5e7eb}body.theme-dark .chatbot-card{background:#111827;border-color:#243248}body.theme-dark .chatbot-messages{background:#0f172a;border-color:#334155}body.theme-dark .chat-msg{background:#111827;border-color:#334155}body.theme-dark .chat-msg.user{background:linear-gradient(135deg,#0f766e,#0e7490);color:#ecfeff;border-color:transparent}body.theme-dark .chat-msg span{color:#93c5fd}body.theme-dark .chat-new-session-btn{border-color:#ffffff59}body.theme-dark .chat-sessions-bar{background:#111827}body.theme-dark .chat-session-chip{border-color:#334155;background:#0f172a;color:#e2e8f0}body.theme-dark .chat-session-chip span,body.theme-dark .chat-session-limit{color:#94a3b8}body.theme-dark .chat-session-chip.active{border-color:#0f766e;background:#134e4a}body.theme-dark .chatbot-card.floating .chatbot-input-row{background:#0f172a;border-top-color:#334155}body.theme-dark .chatbot-fab{box-shadow:0 14px 26px #02061773}body.theme-dark .chatbot-float.fullscreen .chatbot-card.floating.chatgpt-card{border:0}body.theme-dark .date-input-wrap input[type=date]:focus,body.theme-dark .date-input-wrap input[type=datetime-local]:focus{color:#e2e8f0!important}body.theme-dark .date-input-wrap input[type=date]:focus::-webkit-datetime-edit,body.theme-dark .date-input-wrap input[type=datetime-local]:focus::-webkit-datetime-edit{color:#e2e8f0!important}:root{--ui-surface: #ffffff;--ui-surface-soft: #f8fafc;--ui-border: #cfd8e3;--ui-text: #1e293b;--ui-muted: #64748b;--ui-primary: #0f766e;--ui-primary-2: #14b8a6;--ui-danger: #b91c1c}body{font-family:Poppins,Nunito Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.1px}.dashboard-content{gap:14px}.dashboard-header,.panel,.stat-card,.metric-card,.insight-card,.modern-card,.category-card,.expense-card,.hero-card,.alert-card{border-radius:16px;border-color:var(--ui-border)}.dashboard-header{box-shadow:0 10px 24px #0f172a14}.dashboard-title{font-size:clamp(1.5rem,2.4vw,2.2rem);font-weight:800;letter-spacing:.2px}.dashboard-subtitle{font-size:1rem;color:var(--ui-muted)}.top-navbar{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;padding-bottom:2px}.top-navbar .chip{border:1px solid #c4d0de;background:linear-gradient(180deg,#fff,#f3f7fb);box-shadow:0 2px 8px #0f172a0f}.top-navbar .chip.active{background:linear-gradient(135deg,var(--ui-primary),var(--ui-primary-2));border-color:transparent;color:#eafffb}.side-menu{background:linear-gradient(180deg,#0b1734,#07122b);border-color:#1a2b53;box-shadow:0 16px 36px #02061759}.menu-item{border:1px solid #1d325d}.menu-item.active{box-shadow:0 10px 20px #14b8a652}.logout-side{border-radius:12px}.panel{box-shadow:0 10px 24px #0f172a0f}.panel h2{font-size:clamp(1.05rem,1.5vw,1.28rem);font-weight:700}.hero-card{box-shadow:0 14px 30px #0f766e47}.hero-balance.good{color:#f0fdfa}.hero-balance.bad{color:#ffe4e6}.stat-card h3,.metric-card h3,.insight-card strong{font-size:clamp(.98rem,1.35vw,1.32rem)}.expense-form input,.expense-form select,.expense-form textarea,.filters input{border-color:#c4d0de;background:#fcfdff}.expense-form input:focus,.expense-form select:focus,.expense-form textarea:focus,.filters input:focus{outline:2px solid #99f6e4;border-color:var(--ui-primary)}button{transition:transform .16s ease,box-shadow .2s ease,background-color .2s ease}button:active{transform:translateY(1px)}.secondary-button{background:linear-gradient(180deg,#edf2f7,#e2e8f0);border:1px solid #cbd5e1;color:#1e293b}.expense-table th{font-weight:700;color:#334155;background:#f1f5f9}.expense-table td{color:#0f172a}.expense-table tbody tr:hover{background:#f8fafc}.category-badge{border:1px solid rgba(15,23,42,.08)}.muted{color:var(--ui-muted)}.success-text,.error-text{font-weight:600}@media (max-width: 1024px){.dashboard-header,.panel,.stat-card,.metric-card,.insight-card,.modern-card{border-radius:14px}}@media (max-width: 700px){.dashboard-content{gap:10px}.dashboard-title{font-size:1.7rem;line-height:1.15}.dashboard-subtitle{font-size:.92rem}.hero-card{padding:14px}.hero-card h2{font-size:1.6rem}.stat-card h3,.metric-card h3,.insight-card strong{font-size:1.28rem}.expense-card{border-radius:14px}.top-navbar{gap:6px}.top-navbar .chip{width:40px;height:40px}}body.theme-dark .dashboard-header{box-shadow:0 14px 34px #0206175c}body.theme-dark .top-navbar .chip{background:linear-gradient(180deg,#1f2937,#111827);border-color:#334155;color:#dbeafe}body.theme-dark .top-navbar .chip.active{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#eafffb}body.theme-dark .expense-table th{background:#0f172a;color:#cbd5e1}body.theme-dark .expense-table td{color:#e5e7eb}body.theme-dark .expense-table tbody tr:hover{background:#0b1220}body.dashboard-page{padding:0;align-items:stretch;justify-content:stretch}body.dashboard-page #root{align-items:stretch;justify-content:stretch;min-height:100vh}body.dashboard-page .dashboard-shell{width:100%;max-width:100%;min-height:100vh;padding:8px 10px}@media (max-width: 1280px){.dashboard-shell{width:100%;max-width:100%;padding:0 10px}.dashboard-layout{grid-template-columns:220px 1fr;gap:10px}.dashboard-header{padding:14px}.stats-grid,.income-summary{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.advanced-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.insight-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}}@media (max-width: 1140px){.dashboard-header{flex-wrap:wrap;align-items:flex-start;gap:10px}.header-left{width:100%}.top-navbar{width:100%;justify-content:flex-start}.filters{grid-template-columns:1fr 1fr;width:100%}}@media (max-width: 900px){.dashboard-content{padding:8px}.panel,.stat-card,.metric-card,.insight-card,.modern-card,.category-card,.expense-card{padding:11px}.form-actions{flex-wrap:wrap}.form-actions>button{flex:1 1 180px}}@media (max-width: 560px){body{padding:8px}.container{max-width:100%;padding:20px 16px;border-radius:18px}.logo{width:116px;height:116px}.container h1{font-size:1.5rem}.dashboard-title{font-size:1.42rem}.dashboard-subtitle{font-size:.9rem}.stats-grid,.advanced-grid,.insight-grid,.income-summary,.category-grid,.modern-grid,.settings-grid,.filters{grid-template-columns:1fr}.top-navbar .chip{width:38px;height:38px;border-radius:10px}.top-chip-icon{width:16px;height:16px}.top-chip-icon svg{width:16px;height:16px}.hero-card h2{font-size:1.7rem}.expense-table{font-size:.83rem}.expense-table th,.expense-table td{padding:8px 6px}.form-actions>button,.action-buttons>button,.expense-card-actions>button{width:100%}.bottom-nav{gap:6px;padding-left:8px;padding-right:8px}.bottom-nav-item{min-height:48px}}html,body,#root{max-width:100%;overflow-x:hidden}.header-left{min-width:0}.dashboard-title{overflow-wrap:anywhere}@media (max-width: 700px){.dashboard-header{width:100%;overflow:hidden}.top-navbar{flex-wrap:wrap!important;overflow-x:visible!important;width:100%}}@media (max-width: 560px){.dashboard-shell{padding:0!important}.dashboard-content{padding:8px!important;width:100%}.dashboard-title{font-size:1.2rem!important;line-height:1.2;max-width:100%}.panel,.hero-card{width:100%;overflow:hidden}}@media (max-width: 1024px){.dashboard-layout{grid-template-columns:1fr!important;gap:0!important}.side-menu{display:none!important}.dashboard-content{width:100%;min-width:0}}.security-panel{background:linear-gradient(180deg,#fff,#f8fbff)!important;border:1px solid #d7e2ef!important;box-shadow:0 14px 30px #0f172a14!important}.security-panel .security-banner{border:1px solid #bfe7f4!important;background:linear-gradient(135deg,#ecfeff,#eef6ff)!important}.security-panel .security-banner-icon{box-shadow:0 10px 24px #14b8a659}.security-panel .security-grid{grid-template-columns:.9fr 1.2fr!important;gap:12px!important}.security-panel .security-card{border:1px solid #cfdceb!important;background:linear-gradient(180deg,#fff,#f8fafd)!important;border-radius:14px!important;box-shadow:0 8px 18px #0f172a0d}.security-panel .security-card h3{font-size:1.08rem!important;margin-bottom:8px!important}.security-panel .pin-status-pill{font-size:.84rem;letter-spacing:.2px}.security-panel .expense-form{gap:12px}.security-panel .pin-input{background:#f7fbff!important;border:1px solid #b9cbe0!important;border-radius:12px!important;padding:12px 14px!important}.security-panel .pin-input:focus{outline:2px solid #67e8f9!important;border-color:#0f766e!important}.security-panel .danger-button{width:fit-content;min-width:150px}body.theme-dark .security-panel{background:linear-gradient(180deg,#111827,#0f172a)!important;border-color:#1f2f45!important}body.theme-dark .security-panel .security-card{background:linear-gradient(180deg,#111827,#0b1324)!important;border-color:#253246!important}body.theme-dark .security-panel .security-banner{background:linear-gradient(135deg,#0f172a,#111827)!important;border-color:#233144!important}@media (max-width: 900px){.security-panel .security-grid{grid-template-columns:1fr!important}.security-panel .danger-button{width:100%}}:root{--modern-bg-1: #edf4ff;--modern-bg-2: #e7fbf5;--modern-bg-3: #f4f8ff;--modern-ink: #0f172a;--modern-muted: #5b6b82;--modern-border: #d9e3ef;--modern-surface: #ffffff;--modern-shadow-sm: 0 8px 22px rgba(15, 23, 42, .08);--modern-shadow-md: 0 16px 36px rgba(15, 23, 42, .12)}body{background:radial-gradient(1200px 500px at -10% -20%,#cffafe 0%,transparent 55%),radial-gradient(1000px 500px at 115% -30%,#dbeafe 0%,transparent 58%),linear-gradient(150deg,var(--modern-bg-1),var(--modern-bg-2) 48%,var(--modern-bg-3))}.container{background:linear-gradient(180deg,#fffffff5,#f8fcfff5);border:1px solid #dbe8f5;box-shadow:var(--modern-shadow-md)}.dashboard-header,.panel,.stat-card,.metric-card,.insight-card,.modern-card,.category-card,.expense-card,.alert-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--modern-border);box-shadow:var(--modern-shadow-sm)}.dashboard-header{border-radius:18px}.dashboard-title{font-weight:900;letter-spacing:.2px;color:var(--modern-ink)}.dashboard-subtitle,.muted,.stat-card p,.metric-card p,.insight-card p,.modern-card p,.expense-card-date{color:var(--modern-muted)}.side-menu{border:1px solid #16315f;background:radial-gradient(100% 120% at 0% 0%,#173874,transparent 42%),linear-gradient(180deg,#081735,#06112a)}.side-brand img{width:88px;height:88px;border-radius:14px;border:1px solid #274b84;background:#0a1a3d}.menu-item{border:1px solid #20386a;background:linear-gradient(180deg,#0f2244,#0b1c3b);color:#d5e2ff;transition:transform .16s ease,box-shadow .2s ease,background-color .2s ease}.menu-item:hover{transform:translateY(-1px);box-shadow:0 10px 20px #06122a59}.menu-item.active{color:#022c22;box-shadow:0 12px 24px #14b8a657}.top-navbar .chip{border-radius:14px;border:1px solid #c9d7e8;background:linear-gradient(180deg,#fff,#f1f6fc)}.top-navbar .chip:hover{border-color:#94a3b8;transform:translateY(-1px)}.hero-card{position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;width:220px;height:220px;right:-80px;top:-90px;border-radius:999px;background:#ffffff2e;pointer-events:none}.stat-card h3,.metric-card h3,.insight-card strong{color:#10233f;font-weight:800}.expense-table{border-radius:12px;overflow:hidden}.expense-table th{background:linear-gradient(180deg,#f5f9ff,#eef4fb);border-bottom-color:#dce7f3}.expense-table td{border-bottom-color:#e6edf6}.expense-table tbody tr:hover{background:#f7fbff}.bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0}.bottom-nav-item{border:1px solid #dde7f2;box-shadow:inset 0 1px #ffffffb3}.bottom-nav-item.active{border-color:transparent;box-shadow:0 10px 18px #14b8a640}.pin-lock-card{background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid #d8e4f1;box-shadow:0 24px 48px #0f172a29}.security-panel .security-banner{border-radius:18px!important}.security-panel .security-card{border-radius:16px!important}@media (max-width: 1024px){.dashboard-content{padding:10px 10px 90px!important}.dashboard-header{border-radius:16px}}@media (max-width: 700px){.container{border-radius:20px;padding:22px 16px 18px}.logo{width:220px;height:220px}.dashboard-title{font-size:1.45rem!important}.hero-card h2{font-size:1.45rem}.stat-card h3,.metric-card h3,.insight-card strong{font-size:1.14rem}}body.theme-dark{background:radial-gradient(1000px 500px at 10% -15%,rgba(8,145,178,.16) 0%,transparent 56%),radial-gradient(900px 500px at 100% -15%,rgba(59,130,246,.14) 0%,transparent 56%),linear-gradient(160deg,#060c18,#0b1223 48%,#0b1428)}body.theme-dark .dashboard-header,body.theme-dark .panel,body.theme-dark .stat-card,body.theme-dark .metric-card,body.theme-dark .insight-card,body.theme-dark .modern-card,body.theme-dark .category-card,body.theme-dark .expense-card,body.theme-dark .alert-card,body.theme-dark .pin-lock-card{background:linear-gradient(180deg,#0f172a,#0b1324);border-color:#243248;box-shadow:0 16px 34px #02061757}body.theme-dark .stat-card h3,body.theme-dark .metric-card h3,body.theme-dark .insight-card strong,body.theme-dark .dashboard-title{color:#e2e8f0}body.theme-dark .insight-card-green{background:linear-gradient(135deg,#0b3b2e,#0e4a35)!important;border-color:#15803d!important}body.theme-dark .insight-card-green strong{color:#86efac}body.theme-dark .insight-stat-label{color:#bbf7d0!important}body.theme-dark .insight-stat-track{background:#14532d}.expense-form,.pin-lock-form,.settings-grid form{width:100%;min-width:0}.expense-form>div,.pin-lock-form>div,.setting-row,.form-actions{min-width:0}.expense-form input,.expense-form select,.expense-form textarea,.pin-lock-form input,.settings-grid input,.settings-grid select,.settings-grid textarea{max-width:100%;min-width:0}@media (max-width: 1024px){.settings-grid,.modern-card .expense-form .two-cols,.panel .expense-form .two-cols,.security-panel .expense-form .two-cols{grid-template-columns:1fr!important}.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.form-actions>button{width:100%}}@media (max-width: 700px){.expense-form{gap:10px}.expense-form .two-cols{grid-template-columns:1fr!important;gap:8px}.expense-form input,.expense-form select,.expense-form textarea,.pin-lock-form input,.settings-grid input,.settings-grid select,.settings-grid textarea{font-size:16px}.expense-form button,.pin-lock-form button,.setting-row button,.form-actions button{width:100%}.setting-row{display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch}.security-panel .security-grid,.settings-grid,.modern-grid{grid-template-columns:1fr!important}}@media (max-width: 560px){.panel,.modern-card,.security-card,.category-card,.expense-card,.stat-card{padding:10px}.form-actions{grid-template-columns:1fr}}@media (max-width: 430px){.date-input-wrap:not(.has-value) .date-input-placeholder{display:block}.date-input-wrap:not(.has-value) input[type=date],.date-input-wrap:not(.has-value) input[type=datetime-local]{color:transparent!important}.date-input-wrap:not(.has-value) input[type=date]::-webkit-datetime-edit,.date-input-wrap:not(.has-value) input[type=datetime-local]::-webkit-datetime-edit{color:transparent!important}.date-input-wrap input[type=date]:focus,.date-input-wrap input[type=datetime-local]:focus{color:#0f172a!important}.date-input-wrap input[type=date]:focus::-webkit-datetime-edit,.date-input-wrap input[type=datetime-local]:focus::-webkit-datetime-edit{color:#0f172a!important}.filters .date-input-wrap{min-width:0}.chatbot-float{right:8px;left:8px;justify-items:stretch}.chatbot-card.floating{width:100%;max-height:min(62dvh,520px)}.chatbot-fab{justify-self:end;width:54px;height:54px}body.dashboard-page .dashboard-shell{padding:0!important}.dashboard-content{padding:8px 8px calc(86px + env(safe-area-inset-bottom))!important;gap:8px}.dashboard-header{padding:12px 10px!important;border-radius:14px!important;gap:10px!important}.header-left{width:100%;display:grid;grid-template-columns:52px 1fr;align-items:start;gap:10px}.mobile-menu-btn{width:52px;height:52px;border-radius:14px}.dashboard-title{margin-top:2px;font-size:1.55rem!important;line-height:1.1;overflow-wrap:normal!important;word-break:keep-all;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.dashboard-subtitle{margin-top:6px;font-size:.9rem!important;line-height:1.25}.top-navbar{width:100%;display:grid!important;grid-auto-flow:column;grid-auto-columns:46px;justify-content:start;gap:8px;overflow-x:auto!important;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch}.top-navbar .chip{width:46px!important;height:46px!important;border-radius:12px;flex:0 0 auto}.overview-hero{gap:8px}.hero-card{padding:12px;border-radius:14px}.hero-card h2{font-size:1.9rem;line-height:1.15}.hero-label{font-size:.82rem}.stats-grid,.advanced-grid,.insight-grid,.income-summary,.modern-grid,.settings-grid,.category-grid{gap:8px}.stat-card,.metric-card,.insight-card,.modern-card,.category-card,.panel{border-radius:14px}.stat-card h3,.metric-card h3,.insight-card strong{font-size:1.25rem;line-height:1.15}.chip{padding:8px 12px;font-size:.78rem}.filters{grid-template-columns:1fr!important;gap:8px}.two-cols,.expense-form .two-cols,.modern-card .two-cols,.panel .two-cols{grid-template-columns:minmax(0,1fr)!important}.expense-form>div,.expense-form .two-cols>div,.settings-grid .modern-card>div{min-width:0;width:100%}.expense-form input,.expense-form select,.expense-form textarea,.settings-grid input,.settings-grid select,.settings-grid textarea,input[type=date],input[type=datetime-local]{width:100%!important;max-width:100%!important;min-width:0!important;min-height:46px;display:block}.expenses-topbar{gap:8px}.bottom-nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:7px 8px calc(8px + env(safe-area-inset-bottom))}.bottom-nav-item{min-height:46px;border-radius:11px}.bottom-icon svg{width:20px;height:20px}.filters input[type=date],.expense-form input[type=date],.expense-form input[type=datetime-local]{height:44px!important;min-height:44px!important;font-size:16px!important;line-height:1.15!important;text-align:left!important;padding:0 36px 0 12px!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;border-radius:12px!important}.filters input[type=date]::-webkit-date-and-time-value,.expense-form input[type=date]::-webkit-date-and-time-value,.expense-form input[type=datetime-local]::-webkit-date-and-time-value{text-align:left!important}.filters input[type=date]::-webkit-calendar-picker-indicator,.expense-form input[type=date]::-webkit-calendar-picker-indicator,.expense-form input[type=datetime-local]::-webkit-calendar-picker-indicator{margin:0;opacity:.95}}@media (max-width: 700px){.chatbot-float{right:10px;bottom:calc(94px + env(safe-area-inset-bottom))}.chatbot-card.floating{width:min(360px,calc(100vw - 20px));max-height:min(66dvh,560px)}.chatbot-messages{max-height:min(44dvh,320px)}.chatbot-input-row{grid-template-columns:1fr}.chatbot-input-row button{width:100%}.chat-sessions-bar{padding:8px 8px 0}.chat-session-chip{min-width:120px}.chat-new-session-btn{order:3;width:100%}.chat-msg{max-width:100%}}:root{--pro-bg-a: #eef6ff;--pro-bg-b: #e9fbf5;--pro-bg-c: #f7fbff;--pro-surface: #ffffff;--pro-surface-soft: #f8fbff;--pro-border: #d7e3f0;--pro-text: #0f172a;--pro-muted: #5f7087;--pro-brand: #0f766e;--pro-brand-2: #14b8a6;--pro-danger: #b91c1c;--pro-shadow: 0 14px 30px rgba(15, 23, 42, .1)}body{color:var(--pro-text);background:radial-gradient(1000px 480px at -10% -20%,#cffafe 0%,transparent 58%),radial-gradient(900px 500px at 110% -20%,#dbeafe 0%,transparent 58%),linear-gradient(160deg,var(--pro-bg-a),var(--pro-bg-b) 48%,var(--pro-bg-c))}.dashboard-content>.panel,.dashboard-content .stat-card,.dashboard-content .metric-card,.dashboard-content .insight-card,.dashboard-content .modern-card,.dashboard-content .category-card,.dashboard-content .expense-card,.dashboard-content .alert-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--pro-border);box-shadow:var(--pro-shadow)}.dashboard-header{border:1px solid var(--pro-border);box-shadow:var(--pro-shadow)}.dashboard-title{font-weight:900;letter-spacing:.1px}.dashboard-subtitle,.muted,.stat-card p,.metric-card p,.insight-card p,.modern-card p,.expense-card-date{color:var(--pro-muted)}.side-menu{border:1px solid #173466;background:radial-gradient(110% 120% at 0% 0%,#15356b,transparent 45%),linear-gradient(180deg,#08162f,#081327);box-shadow:0 22px 42px #02061761}.side-brand p{line-height:1.2}.menu-item{border:1px solid #223f75;background:linear-gradient(180deg,#102445,#0b1c3b);transition:transform .16s ease,box-shadow .2s ease,filter .2s ease}.menu-item:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 10px 22px #030c1f73}.menu-item.active{box-shadow:0 12px 24px #14b8a657}button{background:linear-gradient(135deg,var(--pro-brand),var(--pro-brand-2))}.secondary-button{background:linear-gradient(180deg,#eff4fa,#e5edf6);border:1px solid #ced9e7}.danger-button{background:linear-gradient(135deg,#b91c1c,#991b1b)}input,select,textarea{border:1px solid #c9d7e6;background:#fcfeff}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--pro-brand);box-shadow:0 0 0 3px #14b8a62e}.hero-card{border:1px solid rgba(255,255,255,.24)}.table-wrap{border:1px solid var(--pro-border);border-radius:12px}.expense-table th{background:linear-gradient(180deg,#f4f8fe,#eef4fb);border-bottom-color:#d9e5f2;color:#2e4057}.expense-table td{border-bottom-color:#e5edf6}.expense-table tbody tr:hover{background:#f8fbff}.chatbot-card.floating{border-color:#cfe1f1;box-shadow:0 24px 44px #0f172a38}.chatbot-fab{box-shadow:0 18px 30px #15803d5c}.chat-msg.assistant{background:#fff}.chat-msg.user{background:linear-gradient(135deg,#d9fef0,#c7f3ff)}@keyframes riseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.panel,.stat-card,.metric-card,.insight-card,.modern-card,.chat-msg{animation:riseIn .26s ease both}@media (max-width: 1024px){.dashboard-content{gap:10px}.dashboard-header{padding:12px}}@media (max-width: 560px){.panel,.stat-card,.metric-card,.insight-card,.modern-card{border-radius:14px}.dashboard-title{font-size:1.35rem!important}.dashboard-subtitle{font-size:.9rem!important}}body.theme-dark{background:radial-gradient(900px 460px at 0% -10%,rgba(8,145,178,.16) 0%,transparent 58%),radial-gradient(860px 500px at 100% -20%,rgba(59,130,246,.14) 0%,transparent 58%),linear-gradient(160deg,#060d18,#0c1323 48%,#0c1527)}body.theme-dark .dashboard-content>.panel,body.theme-dark .dashboard-content .stat-card,body.theme-dark .dashboard-content .metric-card,body.theme-dark .dashboard-content .insight-card,body.theme-dark .dashboard-content .modern-card,body.theme-dark .dashboard-content .category-card,body.theme-dark .dashboard-content .expense-card,body.theme-dark .dashboard-content .alert-card,body.theme-dark .dashboard-header{background:linear-gradient(180deg,#0f172a,#0b1324);border-color:#223249;box-shadow:0 16px 34px #0206175c}body.theme-dark input,body.theme-dark select,body.theme-dark textarea{background:#0e1729;border-color:#334a69}body.theme-dark .expense-table th{background:#0f1a2f;color:#c8d6ea}body.theme-dark .expense-table td{color:#e2e8f0}.side-menu{border-radius:22px;padding:18px 14px}.menu-nav{gap:9px}.menu-item{min-height:48px;border-radius:14px;padding:11px 12px;font-weight:650;letter-spacing:.1px}.menu-item .menu-icon{width:20px;height:20px}.menu-item .menu-icon svg{width:20px;height:20px}.menu-item.active{position:relative;transform:translate(1px)}.menu-item.active:before{content:"";position:absolute;left:8px;top:50%;transform:translateY(-50%);width:4px;height:22px;border-radius:999px;background:#022c22;opacity:.9}.menu-item.active .menu-label{margin-left:8px}.menu-badge{min-width:20px;height:20px;font-size:.68rem;font-weight:800}.mobile-drawer{border-radius:0 22px 22px 0;z-index:95!important;overscroll-behavior:contain;display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch;gap:12px;overflow:hidden}.mobile-drawer .menu-item{min-height:46px;border-radius:12px}.mobile-drawer .mobile-drawer-nav{min-height:0;overflow-y:auto;padding-right:2px;overscroll-behavior:contain}.mobile-drawer .mobile-logout{position:static;margin-top:0;width:100%;z-index:1}.mobile-drawer .menu-item.active:before{left:7px}.bottom-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #d7e2ef}.bottom-nav-item{border:1px solid #d9e5f2;border-radius:14px;min-height:50px;background:linear-gradient(180deg,#f8fbff,#edf3fa)}.bottom-nav-item:hover{border-color:#b9cbe0}.bottom-nav-item.active{background:linear-gradient(135deg,#16a34a,#14b8a6);color:#03231d;border-color:transparent;box-shadow:0 10px 18px #10b9814d}@media (max-width: 1024px){.mobile-drawer{width:min(86vw,330px);padding:14px 12px calc(14px + env(safe-area-inset-bottom))}}@media (max-width: 560px){.bottom-nav{gap:5px;padding-left:7px;padding-right:7px}.bottom-nav-item{min-height:46px;border-radius:12px}}body.theme-dark .bottom-nav{border-top-color:#334155;background:#0f172aeb}body.theme-dark .bottom-nav-item{border-color:#334155;background:linear-gradient(180deg,#182233,#121a2b);color:#dbeafe}body.theme-dark .bottom-nav-item.active{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#eafffb}.quick-note-form{margin-bottom:10px}.quick-note-row{display:grid;grid-template-columns:1fr auto;gap:8px}.quick-note-row button{min-width:130px}.quick-note-list{display:grid;gap:8px}.quick-note-item{border:1px solid #d7e3ef;border-radius:12px;background:linear-gradient(180deg,#fff,#f9fcff);padding:10px;display:grid;gap:8px}.quick-note-item p{margin:0}.quick-note-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.quick-note-meta span{color:#64748b;font-size:.8rem}.savings-goal-form{margin-top:10px}.checklist-panel{margin-top:12px;border:1px solid #d7e3ef;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);padding:12px}.checklist-grid{display:grid;gap:8px;margin-top:8px}.checklist-item{display:flex;align-items:center;gap:10px;border:1px solid #dbe5f1;border-radius:10px;padding:8px 10px;background:#fff}.checklist-item input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#0f766e}.checklist-item.done{background:#ecfdf5;border-color:#a7f3d0}.checklist-item.done span{text-decoration:line-through;color:#065f46}@media (max-width: 700px){.quick-note-row{grid-template-columns:1fr}.quick-note-row button{width:100%}.quick-note-meta{flex-direction:column;align-items:stretch}.quick-note-meta .danger-button{width:100%}}body.theme-dark .quick-note-item,body.theme-dark .checklist-panel,body.theme-dark .checklist-item{background:linear-gradient(180deg,#111827,#0f172a);border-color:#334155}body.theme-dark .checklist-item.done{background:#052e2b;border-color:#0f766e}body.theme-dark .quick-note-meta span{color:#94a3b8}.offline-banner{position:fixed;top:10px;left:50%;transform:translate(-50%);z-index:9999;width:min(92vw,640px);padding:10px 14px;border-radius:10px;border:1px solid #fca5a5;background:#fef2f2;color:#991b1b;font-weight:700;text-align:center;box-shadow:0 10px 28px #991b1b2e}body.theme-dark .offline-banner{background:#3f1010;border-color:#7f1d1d;color:#fecaca}.chatgpt-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 20px 50px #0f172a33}.chatgpt-card .floating-head{background:#fff;color:#111827;border-bottom:1px solid #e5e7eb;padding:4px 6px}.chatgpt-card .chatbot-head-main h3{font-size:.9rem;line-height:1.15;margin:0}.chatgpt-card .chatbot-head-main .chatbot-status{margin-top:0;font-size:.66rem}.chatgpt-card .chatbot-status{color:#6b7280}.chatgpt-card .status-dot{background:#10b981}.chatbot-head-actions{display:inline-flex;gap:4px}.chat-menu-toggle-btn{margin:0;min-height:22px;padding:2px 7px;border-radius:7px;border:1px solid #d1d5db;background:#f9fafb;color:#111827;font-size:.66rem;font-weight:700}.chat-menu-toggle-btn:hover{background:#f3f4f6}.chatgpt-card .chat-new-session-btn{border-color:#d1d5db;color:#111827;background:#f9fafb}.chatgpt-card .chat-new-session-btn:hover{background:#f3f4f6}.chatgpt-card .chatbot-close{border-color:#d1d5db;background:#f9fafb;color:#111827;width:20px;height:20px;font-size:.72rem}.chatgpt-card .chatbot-close:hover{background:#f3f4f6}.chatgpt-card .chat-sessions-bar{padding:10px;border-bottom:1px solid #eef2f7;background:#fcfcfd}.chatgpt-card .chat-session-chip{background:#fff;border-color:#e5e7eb;border-radius:12px}.chatgpt-card .chat-session-chip.active{background:#f3f4f6;border-color:#d1d5db}.chatgpt-card .chatbot-messages{background:#f9fafb;padding:14px;gap:12px}.chatgpt-card .chat-msg{max-width:100%;width:100%;border:0;background:transparent;padding:0;display:grid;grid-template-columns:24px 1fr;align-items:start;gap:8px}.chatgpt-card .chat-msg-avatar{width:24px;height:24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;border:1px solid #d1d5db;background:#fff;color:#111827}.chatgpt-card .chat-msg-body{border-radius:10px;border:1px solid #e5e7eb;background:#fff;padding:8px 10px;display:grid;gap:4px}.chatgpt-card .chat-msg-body p{font-size:.88rem;line-height:1.35}.chatgpt-card .chat-msg-body span{font-size:.68rem}.chatgpt-card .chat-msg.user .chat-msg-avatar{background:#111827;color:#fff;border-color:#111827}.chatgpt-card .chat-msg.user .chat-msg-body{background:#111827;border-color:#111827;color:#f9fafb}.chatgpt-card .chat-msg.user .chat-msg-body span{color:#d1d5db}.chatgpt-card .chat-msg.assistant .chat-msg-body{background:#fff}.chatgpt-card .chat-session-limit{padding:0 12px 8px;color:#6b7280}.chatgpt-card .chatbot-input-row{border-top:1px solid #e5e7eb;background:#fff;padding:12px}.chatgpt-card .chatbot-input-row input{border-radius:12px;border-color:#d1d5db;background:#f9fafb}.chatgpt-card .chatbot-input-row button{border-radius:12px;background:#111827}.chat-typing{display:inline-flex;align-items:center;gap:4px;min-height:14px}.chat-typing span{width:6px;height:6px;border-radius:999px;background:#9ca3af;animation:chat-typing-dot 1s infinite ease-in-out}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chat-typing-dot{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-2px);opacity:1}}body.theme-dark .chatgpt-card,body.theme-dark .chatgpt-card .floating-head,body.theme-dark .chatgpt-card .chatbot-input-row{background:#111827;border-color:#374151}body.theme-dark .chatgpt-card .chatbot-head-main h3,body.theme-dark .chatgpt-card .chatbot-status{color:#e5e7eb}body.theme-dark .chatgpt-card .chat-new-session-btn,body.theme-dark .chatgpt-card .chatbot-close,body.theme-dark .chat-menu-toggle-btn,body.theme-dark .chatgpt-card .chat-session-chip,body.theme-dark .chatgpt-card .chat-msg-avatar,body.theme-dark .chatgpt-card .chat-msg-body,body.theme-dark .chatgpt-card .chatbot-input-row input{background:#0f172a;border-color:#374151;color:#e5e7eb}body.theme-dark .chatgpt-card .chatbot-messages{background:#0b1220}body.theme-dark .chatgpt-card .chat-msg.user .chat-msg-body,body.theme-dark .chatgpt-card .chat-msg.user .chat-msg-avatar{background:#2563eb;border-color:#2563eb;color:#eff6ff}@media (max-width: 700px){.chatgpt-card .floating-head{padding:10px}.chatbot-head-actions{width:100%}.chat-menu-toggle-btn,.chatgpt-card .chat-new-session-btn{flex:1}.chatgpt-card .chatbot-close{width:38px;min-width:38px}}.chatgpt-card .chatbot-layout{display:grid;grid-template-columns:148px minmax(0,1fr);min-height:0;height:auto}.chatgpt-card .chatbot-layout.sidebar-closed{grid-template-columns:minmax(0,1fr)}.chatgpt-card .chat-sidebar{border-right:1px solid #e5e7eb;background:#f8fafc;display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.chatgpt-card .chat-sidebar-head{padding:10px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:8px}.chatgpt-card .chat-sidebar-head strong{font-size:.78rem}.chatgpt-card .chat-sidebar-head span{min-width:22px;height:22px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#6b7280;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center}.chatgpt-card .chat-sidebar-list{overflow:auto;padding:8px;display:grid;gap:8px;align-content:start}.chatgpt-card .chat-sidebar-item{margin:0;text-align:left;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827;padding:8px;display:grid;gap:5px}.chatgpt-card .chat-sidebar-item.active{border-color:#0ea5a4;background:#ecfeff}.chatgpt-card .chat-sidebar-item-head{display:flex;align-items:baseline;justify-content:space-between;gap:6px}.chatgpt-card .chat-sidebar-item-head strong{font-size:.74rem;font-weight:800;max-width:86px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatgpt-card .chat-sidebar-item-head span{font-size:.66rem;color:#6b7280}.chatgpt-card .chat-sidebar-item p{margin:0;font-size:.7rem;color:#374151;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chatgpt-card .chat-sidebar-item small{font-size:.64rem;color:#6b7280}.chatgpt-card .chat-main-panel{min-width:0;display:grid;grid-template-rows:auto auto;min-height:0}.chatgpt-card .chat-main-meta{padding:9px 12px;border-bottom:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px}.chatgpt-card .chat-main-meta strong{font-size:.82rem;max-width:65%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatgpt-card .chat-main-meta span{font-size:.72rem;color:#6b7280}.chatgpt-card .chatbot-messages{border:0;border-radius:0;max-height:min(42vh,360px);min-height:120px;overflow-y:auto;overflow-x:hidden}.chatbot-float.fullscreen .chatgpt-card .chatbot-layout{height:100%}.chatbot-float.fullscreen .chatgpt-card .chat-main-panel{grid-template-rows:auto minmax(0,1fr)}.chatbot-float.fullscreen .chatgpt-card .chatbot-messages{max-height:none;min-height:0}body.theme-dark .chatgpt-card .chat-sidebar,body.theme-dark .chatgpt-card .chat-main-meta{background:#111827;border-color:#374151}body.theme-dark .chatgpt-card .chat-sidebar-item,body.theme-dark .chatgpt-card .chat-sidebar-head span{background:#0f172a;border-color:#374151;color:#e5e7eb}body.theme-dark .chatgpt-card .chat-sidebar-item p,body.theme-dark .chatgpt-card .chat-sidebar-item small,body.theme-dark .chatgpt-card .chat-sidebar-item-head span,body.theme-dark .chatgpt-card .chat-main-meta span{color:#94a3b8}body.theme-dark .chatgpt-card .chat-sidebar-item.active{background:#0b3a4a;border-color:#0ea5a4}body.theme-dark .chatgpt-card .chat-main-meta strong{color:#e5e7eb}@media (max-width: 700px){.chatgpt-card .chatbot-layout{grid-template-columns:minmax(0,1fr);min-height:0;height:100%}.chatgpt-card .chatbot-layout.sidebar-open .chat-main-panel{display:none}.chatgpt-card .chatbot-layout.sidebar-open .chat-sidebar{display:grid;border-right:0}.chatgpt-card .chatbot-layout.sidebar-closed .chat-sidebar{display:none}.chatgpt-card .chat-sidebar{border-right:0}.chatgpt-card .chat-sidebar-item-head strong{max-width:160px}.chatgpt-card .chat-sidebar-item p{-webkit-line-clamp:3}.chatgpt-card .chat-main-meta{padding:8px 10px}.chatgpt-card .chat-main-meta strong{max-width:72%}.chatgpt-card .chatbot-messages{padding:10px;gap:10px}.chatgpt-card .chatbot-input-row{position:sticky;bottom:0;z-index:3;padding:10px;background:#fff}body.theme-dark .chatgpt-card .chatbot-input-row{background:#111827}}
