body{-webkit-font-smoothing:antialiased}#root{min-height:100vh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f1117;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{max-width:960px;margin:0 auto;padding:0 16px 48px}.app-header{border-bottom:1px solid #1e2330;justify-content:space-between;align-items:center;margin-bottom:32px;padding:32px 0 24px;display:flex}.header-actions,.brand{align-items:center;gap:10px;display:flex}.logo-lockup{align-items:center;display:flex}.logo-lockup--normal{gap:7px}.logo-lockup--large{gap:11px;margin-bottom:16px}.logo-lockup--normal .logo-chart{width:30px;height:19px}.logo-lockup--large .logo-chart{width:52px;height:33px}.logo-wordmark{letter-spacing:-.03em;background:linear-gradient(135deg,#f1f5f9 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1}.logo-lockup--normal .logo-wordmark{font-size:1.55rem}.logo-lockup--large .logo-wordmark{font-size:2.8rem}.logo-beta-badge{letter-spacing:.08em;text-transform:uppercase;color:#10b981;background:#10b9811f;border:1px solid #10b9814d;border-radius:4px;padding:1px 5px;font-size:.6rem;font-weight:700;line-height:1.4}[data-theme=light] .logo-wordmark{background:linear-gradient(135deg,#0f172a 0%,#475569 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.reset-btn{color:#7f1d1d;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #3f2020;border-radius:8px;padding:8px 16px;font-size:.82rem;transition:border-color .15s,color .15s}.reset-btn:hover{color:#ef4444;border-color:#ef4444}.logout-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #334155;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.82rem;transition:border-color .15s,color .15s;display:flex}.logout-btn:hover{color:#e2e8f0;border-color:#94a3b8}.user-avatar{object-fit:cover;border-radius:50%;width:20px;height:20px}.auth-loading{color:#64748b;justify-content:center;align-items:center;height:100vh;font-size:1rem;display:flex}.app-header h1{color:#f1f5f9;font-size:1.75rem;font-weight:700}.app-subtitle{color:#64748b;margin-top:4px;font-size:.85rem}.app-main{flex-direction:column;gap:28px;display:flex}.loading{color:#64748b;justify-content:center;align-items:center;height:100vh;font-size:1.1rem;display:flex}.error-banner{color:#fca5a5;background:#3b0f0f;border:1px solid #7f1d1d;border-radius:8px;padding:12px 16px;font-size:.9rem}.portfolio-summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.summary-card{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;flex-direction:column;gap:6px;padding:20px;display:flex}.summary-card.positive{background:#14291e;border-color:#166534}.summary-card.negative{background:#291414;border-color:#7f1d1d}.summary-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;align-items:center;gap:4px;font-size:.78rem;display:flex}.summary-value{color:#f1f5f9;font-size:1.4rem;font-weight:700}.summary-card.positive .summary-value{color:#4ade80}.summary-card.negative .summary-value{color:#f87171}.add-stock-form{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;padding:24px}.add-stock-form h2{color:#cbd5e1;margin-bottom:16px;font-size:1rem;font-weight:600}.form-row{flex-wrap:wrap;gap:10px;display:flex}.form-row input{color:#e2e8f0;background:#0f1117;border:1px solid #2a3040;border-radius:8px;outline:none;flex:140px;padding:10px 12px;font-size:.9rem;transition:border-color .15s}.form-row input:focus{border-color:#3b82f6}.form-row input::placeholder{color:#475569}.form-row button{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:background .15s}.form-row button:hover:not(:disabled){background:#2563eb}.form-row button:disabled{opacity:.5;cursor:not-allowed}.form-error{color:#f87171;margin-top:10px;font-size:.85rem}.form-hint{color:#475569;margin-top:12px;font-size:.78rem;line-height:1.6}.stock-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.empty-state{text-align:center;color:#475569;padding:48px 0;font-size:.95rem}.stock-card{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;padding:20px;transition:border-color .15s}.stock-card.positive{border-top:3px solid #22c55e}.stock-card.negative{border-top:3px solid #ef4444}.stock-card.delisted{opacity:.75;border-top:3px solid #475569}.stock-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.stock-header-left{align-items:flex-start;gap:10px;display:flex}.stock-title{flex-direction:column;gap:2px;display:flex}.stock-symbol-row{align-items:center;gap:8px;display:flex}.stock-symbol{color:#f1f5f9;font-size:1.1rem;font-weight:700}.delisted-badge{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#1e2a3a;border:1px solid #2a3a4a;border-radius:4px;padding:1px 6px;font-size:.68rem;font-weight:600}.stock-name{color:#64748b;font-size:.78rem}.stock-details{grid-template-columns:1fr 1fr;gap:10px;display:grid}.gain-loss-detail{grid-column:1/-1}.detail{flex-direction:column;gap:2px;display:flex}.detail-label{text-transform:uppercase;letter-spacing:.06em;color:#475569;align-items:center;gap:4px;font-size:.72rem;display:flex}.info-tip{color:#2a3348;cursor:default;flex-shrink:0;align-items:center;transition:color .15s;display:inline-flex;position:relative}.info-tip:hover{color:#64748b}.info-tip-bubble{color:#94a3b8;white-space:normal;text-transform:none;letter-spacing:0;z-index:400;pointer-events:none;background:#1a2035;border:1px solid #2a3348;border-radius:9px;width:200px;padding:9px 11px;font-size:.75rem;font-weight:400;line-height:1.55;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000073}.info-tip:hover .info-tip-bubble{display:block}[data-theme=light] .info-tip{color:#cbd5e1}[data-theme=light] .info-tip:hover{color:#94a3b8}[data-theme=light] .info-tip-bubble{color:#475569;background:#fff;border-color:#e2e8f0;box-shadow:0 8px 20px #0000001a}.detail-value{color:#cbd5e1;font-size:.9rem;font-weight:600}.text-green{color:#4ade80}.text-red{color:#f87171}.portfolio-summary-wrap{flex-direction:column;gap:12px;display:flex}.portfolio-meta-row{flex-wrap:wrap;gap:12px;display:flex}.meta-stat{background:#1a1f2e;border:1px solid #2a3040;border-radius:10px;flex-direction:column;flex:160px;gap:2px;padding:12px 16px;display:flex}.meta-label{text-transform:uppercase;letter-spacing:.06em;color:#475569;align-items:center;gap:4px;font-size:.72rem;display:flex}.meta-value{color:#f1f5f9;font-size:.95rem;font-weight:700}.meta-sub{color:#64748b;font-size:.8rem;font-weight:600}.portfolio-actions{justify-content:flex-end;display:flex}.csv-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;transition:border-color .15s,color .15s;display:inline-flex}.csv-btn:hover{color:#93c5fd;border-color:#3b82f6}.csv-btn:disabled{opacity:.4;cursor:not-allowed}.charts-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.chart-card{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;padding:20px}.chart-title{text-transform:uppercase;letter-spacing:.06em;color:#64748b;align-items:center;gap:6px;margin-bottom:12px;font-size:.82rem;display:flex}.chart-tooltip{color:#cbd5e1;background:#0f1117;border:1px solid #2a3040;border-radius:8px;padding:10px 14px;font-size:.82rem}.chart-tooltip-label{color:#f1f5f9;margin-bottom:2px;font-weight:700}.chart-legend{flex-direction:column;gap:5px;margin-top:12px;display:flex}.chart-legend-item{color:#94a3b8;align-items:center;gap:7px;font-size:.78rem;display:flex}.chart-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.chart-legend-pct{color:#64748b;margin-left:auto}.chart-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.chart-header .chart-title{margin-bottom:0}.period-selector{gap:4px;display:flex}.period-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:6px;padding:3px 9px;font-size:.75rem;font-weight:600;transition:border-color .15s,color .15s}.period-btn:hover{color:#93c5fd;border-color:#3b82f6}.period-btn.active{color:#3b82f6;background:#131929;border-color:#3b82f6}.benchmark-toggle{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2a3040;border-radius:6px;align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.benchmark-toggle:hover{border-color:var(--bm-colour);color:var(--bm-colour)}.benchmark-toggle[data-active=true]{border-color:var(--bm-colour);color:var(--bm-colour);background:color-mix(in srgb, var(--bm-colour) 10%, transparent)}.benchmark-toggle[data-active=false]{opacity:.5}.benchmark-toggle-dot{background:var(--bm-colour);border-radius:1px;flex-shrink:0;width:8px;height:2px}[data-theme=light] .benchmark-toggle{color:#64748b;border-color:#e2e8f0}.chart-loading{color:#475569;justify-content:center;align-items:center;height:240px;font-size:.85rem;display:flex}.chart-note{color:#334155;text-align:right;margin-top:6px;font-size:.7rem}.remove-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:border-color .15s,color .15s;display:flex}.remove-btn:hover{color:#ef4444;border-color:#ef4444}.chart-icon-btn{color:#475569;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:border-color .15s,color .15s;display:flex}.chart-icon-btn:hover{color:#3b82f6;border-color:#3b82f6}.mini-chart-popover{z-index:300;pointer-events:none;background:#0f1117;border:1px solid #1e2330;border-radius:14px;padding:14px 14px 10px;position:fixed;box-shadow:0 16px 48px #000000a6}.mini-chart-header{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.mini-chart-symbol{color:#f1f5f9;margin-right:6px;font-size:.92rem;font-weight:800}.mini-chart-name{color:#475569;margin-top:1px;font-size:.72rem;display:block}.mini-chart-price-block{text-align:right}.mini-chart-price{color:#e2e8f0;font-size:.92rem;font-weight:700;display:block}.mini-chart-day{font-size:.72rem;font-weight:600}.mini-chart-body{justify-content:center;align-items:center;min-height:110px;display:flex}.mini-chart-loading{color:#334155;font-size:.78rem}.mini-chart-period-label{color:#334155;text-align:right;letter-spacing:.05em;margin-top:4px;font-size:.65rem}.mini-chart-tooltip{background:#1e2330;border:1px solid #2a3348;border-radius:6px;flex-direction:column;gap:1px;padding:5px 9px;display:flex}.mini-chart-tooltip-price{color:#e2e8f0;font-size:.82rem;font-weight:700}.mini-chart-tooltip-date{color:#64748b;font-size:.68rem}[data-theme=light] .chart-icon-btn{color:#94a3b8;border-color:#e2e8f0}[data-theme=light] .chart-icon-btn:hover{color:#3b82f6;border-color:#3b82f6}[data-theme=light] .mini-chart-popover{background:#fff;border-color:#e2e8f0;box-shadow:0 16px 40px #00000024}[data-theme=light] .mini-chart-symbol,[data-theme=light] .mini-chart-price{color:#0f172a}[data-theme=light] .mini-chart-tooltip{background:#fff;border-color:#e2e8f0}[data-theme=light] .mini-chart-tooltip-price{color:#0f172a}.edit-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:border-color .15s,color .15s;display:flex}.edit-btn:hover{color:#6366f1;border-color:#6366f1}.edit-overlay{border-top:1px solid #1e2535;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;display:flex}.edit-row{align-items:center;gap:10px;display:flex}.edit-label{color:#64748b;flex-shrink:0;width:80px;font-size:11px}.edit-input{color:#e2e8f0;background:#0f1520;border:1px solid #2a3040;border-radius:4px;flex:1;padding:4px 8px;font-size:13px}.edit-input:focus{border-color:#6366f1;outline:none}.edit-actions{gap:8px;margin-top:4px;display:flex}.edit-save-btn,.edit-reset-btn,.edit-cancel-btn{cursor:pointer;border:1px solid #0000;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:flex}.edit-save-btn{color:#fff;background:#6366f1;border-color:#6366f1}.edit-save-btn:hover{background:#4f46e5}.edit-reset-btn{color:#64748b;background:0 0;border-color:#2a3040}.edit-reset-btn:hover{color:#f59e0b;border-color:#f59e0b}.edit-cancel-btn{color:#64748b;background:0 0;border-color:#2a3040}.edit-cancel-btn:hover{color:#e2e8f0}.cash-card{border-color:#1e3a5f}.cash-card .stock-symbol{color:#60a5fa}.stock-header-right{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.day-change{white-space:nowrap;font-size:.75rem;font-weight:600}.position-weight-badge{color:#3b82f6;background:#1e2a3a;border:1px solid #1e3a5f;border-radius:4px;padding:1px 6px;font-size:.68rem;font-weight:600}.week52-range{border-top:1px solid #1e2330;align-items:center;gap:8px;margin-top:12px;padding-top:10px;display:flex}.week52-label{color:#475569;white-space:nowrap;flex-shrink:0;font-size:.7rem}.week52-track{background:#2a3040;border-radius:2px;flex:1;height:4px;position:relative}.week52-fill{background:#3b82f6;border-radius:2px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.week52-dot{background:#f1f5f9;border:2px solid #3b82f6;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%)}.account-row{align-items:center;gap:12px;display:flex}.import-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#1a1f2e;border:1px solid #2a3040;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:flex}.import-btn:hover{color:#93c5fd;border-color:#3b82f6}.import-btn.active{color:#93c5fd;background:#131929;border-color:#3b82f6}.import-panel{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;margin-bottom:20px;overflow:hidden}.import-panel-header{color:#cbd5e1;border-bottom:1px solid #2a3040;justify-content:space-between;align-items:center;padding:14px 20px;font-size:.88rem;font-weight:600;display:flex}.import-close-btn{color:#475569;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1rem;transition:color .15s}.import-close-btn:hover{color:#f87171}.import-panel .trades-tab{padding:20px}.method-selector{background:#0f1117;border:1px solid #2a3040;border-radius:8px;gap:2px;padding:3px;display:flex}.method-btn{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:.78rem;font-weight:600;transition:background .12s,color .12s}.method-btn:hover{color:#94a3b8;background:#1e2535}.method-btn.active{color:#60a5fa;background:#1e3a5f}.acct-switcher{display:inline-block;position:relative}.acct-trigger{color:#cbd5e1;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#161b27;border:1px solid #1e2330;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:.88rem;font-weight:500;transition:border-color .15s,background .15s;display:flex}.acct-trigger:hover{background:#1a2035;border-color:#2a3348}.acct-trigger-open{background:#111827;border-color:#3b82f6}.acct-trigger-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;width:7px;height:7px}.acct-trigger-label{flex:1}.acct-chevron{color:#475569;flex-shrink:0;transition:transform .18s}.acct-chevron-up{transform:rotate(180deg)}.acct-dropdown{z-index:100;background:#161b27;border:1px solid #2a3348;border-radius:12px;min-width:220px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 32px #00000080}.acct-option{cursor:pointer;text-align:left;color:#94a3b8;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;transition:background .1s,color .1s;display:flex}.acct-option:hover{color:#e2e8f0;background:#1e2740}.acct-option-active{color:#e2e8f0}.acct-option-body{flex-direction:column;flex:1;gap:1px;display:flex}.acct-option-main{font-size:.88rem;font-weight:500}.acct-option-sub{color:#475569;font-size:.75rem}.acct-option-check{color:#3b82f6;flex-shrink:0}.acct-divider{background:#1e2330;height:1px;margin:4px 0}.tab-nav{gap:4px;margin-bottom:28px;display:flex}.tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 18px;font-size:.9rem;font-weight:500;transition:color .15s,border-color .15s}.tab-btn:hover{color:#cbd5e1}.tab-btn.active{color:#f1f5f9;border-bottom-color:#3b82f6}.tab-admin{color:#64748b;border-left:1px solid #1e2330;align-items:center;gap:5px;margin-left:auto;padding-left:18px;display:inline-flex}.tab-admin:hover{color:#93c5fd}.tab-admin.active{color:#f1f5f9;border-bottom-color:#3b82f6}.import-instructions{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;padding:20px 24px}.import-instructions-title{color:#cbd5e1;margin-bottom:14px;font-size:.88rem;font-weight:700}.import-steps{flex-direction:column;gap:8px;margin-bottom:16px;padding-left:20px;display:flex}.import-steps li{color:#94a3b8;font-size:.85rem;line-height:1.55}.import-steps li strong{color:#e2e8f0}.import-year-chips{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.import-chips-label{color:#475569;flex-shrink:0;font-size:.75rem}.import-year-chip{color:#64748b;white-space:nowrap;background:#131929;border:1px solid #2a3040;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600}.import-year-chip-active{color:#4ade80;background:#14291e;border-color:#22c55e}[data-theme=light] .import-year-chip-active{color:#16a34a;background:#f0fdf4;border-color:#22c55e}[data-theme=light] .import-instructions{background:#fff;border-color:#e2e8f0}[data-theme=light] .import-instructions-title{color:#1e293b}[data-theme=light] .import-steps li{color:#64748b}[data-theme=light] .import-steps li strong{color:#0f172a}[data-theme=light] .import-year-chip{color:#94a3b8;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .import-year-chip-current{color:#2563eb;background:#eff6ff;border-color:#3b82f6}.trades-tab,.sold-tab{flex-direction:column;gap:24px;display:flex}.upload-area{text-align:center;cursor:pointer;background:#1a1f2e;border:2px dashed #2a3040;border-radius:12px;padding:40px 24px;transition:border-color .15s,background .15s}.upload-area:hover,.upload-area.uploading{background:#131929;border-color:#3b82f6}.upload-icon{color:#3b82f6;margin-bottom:8px;font-size:2rem}.upload-area p{color:#94a3b8;font-size:.95rem}.upload-area u{color:#3b82f6}.upload-hint{margin-top:6px;color:#475569!important;font-size:.78rem!important}.trade-group{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;overflow:hidden}.trade-group-header{border-bottom:1px solid #2a3040;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:16px 20px;display:flex}.trade-symbol{color:#f1f5f9;margin-right:10px;font-size:1.1rem;font-weight:700}.trade-description{color:#64748b;font-size:.8rem}.trade-group-summary{color:#64748b;gap:16px;font-size:.82rem;display:flex}.trade-table{border-collapse:collapse;width:100%;font-size:.875rem}.trade-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#475569;white-space:nowrap;background:#151a27;padding:10px 20px;font-size:.72rem}.trade-table td{color:#cbd5e1;white-space:nowrap;border-top:1px solid #1e2330;padding:12px 20px}.trade-table--compact th{padding:8px 12px}.trade-table--compact td{padding:9px 12px;font-size:.825rem}.if-held-hero{background:linear-gradient(135deg,#0f1e35 0%,#111827 100%);border:1px solid #1e3a5f;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;padding:20px 28px;display:flex}.if-held-hero-left{flex-direction:column;gap:4px;display:flex}.if-held-hero-label{text-transform:uppercase;letter-spacing:.08em;color:#64748b;align-items:center;gap:6px;font-size:.75rem;display:flex}.if-held-hero-value{letter-spacing:-.02em;font-size:2rem;font-weight:700}.if-held-hero-sub{color:#64748b;font-size:.8rem}.if-held-hero-right{gap:32px;display:flex}.if-held-stat{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.if-held-stat-label{text-transform:uppercase;letter-spacing:.06em;color:#475569;font-size:.72rem}.if-held-stat-value{font-size:1.1rem;font-weight:600}.trade-table tbody tr:hover{background:#1e2535}.trade-badge{letter-spacing:.04em;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-block}.trade-badge.buy{color:#4ade80;background:#14291e}.trade-badge.sell{color:#f87171;background:#291414}.save-bar{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.save-bar-label{color:#94a3b8;font-size:.9rem}.save-btn{color:#0a1a0f;cursor:pointer;white-space:nowrap;background:#22c55e;border:none;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:700;transition:background .15s}.save-btn:hover:not(:disabled){background:#16a34a}.save-btn:disabled{opacity:.5;cursor:not-allowed}.discard-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2a3040;border-radius:8px;padding:10px 16px;font-size:.88rem;transition:border-color .15s,color .15s}.discard-btn:hover{color:#ef4444;border-color:#ef4444}.notice{border-radius:8px;padding:12px 16px;font-size:.9rem}.notice-info{color:#93c5fd;background:#1e2a3a;border:1px solid #1e3a5f}.notice-success{color:#4ade80;background:#14291e;border:1px solid #166534}.trade-filename{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.75rem;overflow:hidden}.ticker-search-wrap{flex:1;position:relative}.ticker-search{background:#161b27;border:1px solid #1e2330;border-radius:10px;align-items:center;width:100%;height:38px;padding:0 12px;transition:border-color .15s;display:flex}.ticker-search:focus-within{border-color:#3b82f6}.ticker-search-icon{color:#475569;flex-shrink:0}.ticker-search-input{color:#e2e8f0;background:0 0;border:none;outline:none;width:100%;padding:0 8px;font-family:inherit;font-size:.88rem}.ticker-search-input::placeholder{color:#334155}.ticker-dropdown{z-index:150;background:#161b27;border:1px solid #2a3348;border-radius:12px;max-height:280px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 32px #00000080}.ticker-dropdown::-webkit-scrollbar{width:4px}.ticker-dropdown::-webkit-scrollbar-track{background:0 0}.ticker-dropdown::-webkit-scrollbar-thumb{background:#2a3348;border-radius:4px}.ticker-dropdown-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;transition:background .1s;display:flex}.ticker-dropdown-item:hover,.ticker-dropdown-active{background:#1e2740}.ticker-dropdown-symbol{color:#e2e8f0;flex-shrink:0;min-width:52px;font-size:.88rem;font-weight:700}.ticker-dropdown-name{color:#64748b;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;overflow:hidden}.ticker-dropdown-exchange{color:#334155;background:#1e2330;border-radius:4px;flex-shrink:0;padding:1px 6px;font-size:.7rem}[data-theme=light] .ticker-search-wrap .ticker-search{background:#fff;border-color:#e2e8f0}[data-theme=light] .ticker-search-input{color:#0f172a}[data-theme=light] .ticker-search-input::placeholder{color:#cbd5e1}[data-theme=light] .ticker-search-icon{color:#94a3b8}[data-theme=light] .ticker-dropdown{background:#fff;border-color:#e2e8f0;box-shadow:0 8px 24px #0000001f}[data-theme=light] .ticker-dropdown-item:hover,[data-theme=light] .ticker-dropdown-active{background:#f1f5f9}[data-theme=light] .ticker-dropdown-symbol{color:#0f172a}[data-theme=light] .ticker-dropdown-name{color:#94a3b8}[data-theme=light] .ticker-dropdown-exchange{color:#94a3b8;background:#f1f5f9}.confirm-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:500;background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.confirm-modal{text-align:center;background:#0f1117;border:1px solid #1e2330;border-radius:16px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:380px;padding:28px 28px 24px;animation:.15s ease-out confirm-pop;display:flex;box-shadow:0 24px 64px #000c}@keyframes confirm-pop{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}.confirm-icon-wrap{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:4px;display:flex}.confirm-icon-wrap-danger{color:#ef4444;background:#2d0d0d}.confirm-icon-wrap-warn{color:#f97316;background:#2d1a0a}.confirm-icon-wrap-default{color:#64748b;background:#1e2330}.confirm-title{color:#f1f5f9;margin:0;font-size:1.05rem;font-weight:800}.confirm-message{color:#64748b;margin:0;font-size:.85rem;line-height:1.65}.confirm-actions{gap:10px;width:100%;margin-top:8px;display:flex}.confirm-cancel-btn{color:#94a3b8;cursor:pointer;background:#161b27;border:1px solid #2a3348;border-radius:9px;flex:1;padding:10px;font-size:.88rem;font-weight:600;transition:background .12s,border-color .12s}.confirm-cancel-btn:hover{color:#e2e8f0;background:#1e2740;border-color:#3b4a63}.confirm-ok-btn{cursor:pointer;border:none;border-radius:9px;flex:1;padding:10px;font-size:.88rem;font-weight:700;transition:background .12s}.confirm-ok-btn-danger{color:#fca5a5;background:#991b1b}.confirm-ok-btn-danger:hover{background:#b91c1c}.confirm-ok-btn-warn{color:#fde68a;background:#92400e}.confirm-ok-btn-warn:hover{background:#b45309}.confirm-ok-btn-default{color:#bfdbfe;background:#1d4ed8}.confirm-ok-btn-default:hover{background:#2563eb}[data-theme=light] .confirm-modal{background:#fff;border-color:#e2e8f0;box-shadow:0 16px 48px #0000002e}[data-theme=light] .confirm-title{color:#0f172a}[data-theme=light] .confirm-cancel-btn{color:#475569;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .confirm-cancel-btn:hover{color:#0f172a;background:#f1f5f9}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;background:#000000a6;justify-content:center;align-items:flex-start;padding:60px 16px 40px;display:flex;position:fixed;inset:0;overflow-y:auto}.research-modal{background:#0f1117;border:1px solid #1e2330;border-radius:16px;flex-direction:column;width:100%;max-width:680px;display:flex;overflow:hidden;box-shadow:0 24px 64px #000000b3}.research-modal-search-row{align-items:center;gap:10px;padding:16px 16px 0;display:flex}.research-modal-search{background:#161b27;border:1px solid #1e2330;border-radius:10px;flex:1;align-items:center;gap:8px;height:42px;padding:0 12px;transition:border-color .15s;display:flex}.research-modal-search:focus-within{border-color:#3b82f6}.research-modal-search input{color:#e2e8f0;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.95rem}.research-modal-search input::placeholder{color:#334155}.research-modal-go{color:#3b82f6;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:5px;padding:4px 6px;font-size:.82rem;font-weight:700;transition:color .12s}.research-modal-go:hover:not(:disabled){color:#60a5fa}.research-modal-go:disabled{opacity:.4;cursor:not-allowed}.research-modal-close{color:#475569;cursor:pointer;background:#161b27;border:1px solid #1e2330;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:color .12s,border-color .12s;display:flex}.research-modal-close:hover{color:#e2e8f0;border-color:#2a3348}.research-modal-body{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;max-height:calc(100vh - 180px);padding:16px;overflow-y:auto}.research-modal-body .research-card{border-radius:12px;margin:0}.research-modal-body .research-empty{padding:32px 0}.stock-chart{margin:12px 0 4px}.stock-chart-periods{gap:2px;margin-bottom:8px;display:flex}.stock-chart-period-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:5px;padding:3px 8px;font-size:.75rem;font-weight:600;transition:background .1s,color .1s}.stock-chart-period-btn:hover{color:#94a3b8;background:#1e2330}.stock-chart-period-btn.active{color:#e2e8f0;background:#1e2330}.stock-chart-area{justify-content:center;align-items:center;min-height:140px;display:flex;position:relative}.stock-chart-loading{color:#334155;font-size:.8rem}.stock-chart-tooltip{background:#1e2330;border:1px solid #2a3348;border-radius:7px;flex-direction:column;gap:2px;padding:6px 10px;display:flex}.stock-chart-tooltip-price{color:#e2e8f0;font-size:.88rem;font-weight:700}.stock-chart-tooltip-date{color:#64748b;font-size:.72rem}[data-theme=light] .stock-chart-period-btn{color:#94a3b8}[data-theme=light] .stock-chart-period-btn:hover{color:#475569;background:#f1f5f9}[data-theme=light] .stock-chart-period-btn.active{color:#0f172a;background:#f1f5f9}[data-theme=light] .stock-chart-tooltip{background:#fff;border-color:#e2e8f0}[data-theme=light] .stock-chart-tooltip-price{color:#0f172a}[data-theme=light] .stock-chart-tooltip-date{color:#94a3b8}.research-modal-body::-webkit-scrollbar{width:4px}.research-modal-body::-webkit-scrollbar-track{background:0 0}.research-modal-body::-webkit-scrollbar-thumb{background:#2a3348;border-radius:4px}.research-modal-body::-webkit-scrollbar-thumb:hover{background:#3b4a63}[data-theme=light] .research-modal{background:#fff;border-color:#e2e8f0;box-shadow:0 24px 64px #00000026}[data-theme=light] .research-modal-search{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .research-modal-search input{color:#0f172a}[data-theme=light] .research-modal-close{color:#64748b;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .research-modal-close:hover{color:#0f172a;border-color:#cbd5e1}.research-tab{flex-direction:column;gap:20px;width:100%;max-width:560px;margin:0 auto;display:flex}.research-search{gap:10px;display:flex}.research-input-wrap{flex:1;align-items:center;display:flex;position:relative}.research-search-icon{color:#475569;pointer-events:none;position:absolute;left:12px}.research-input-wrap input{color:#e2e8f0;background:#1a1f2e;border:1px solid #2a3040;border-radius:8px;outline:none;width:100%;padding:10px 12px 10px 36px;font-size:.9rem;transition:border-color .15s}.research-input-wrap input:focus{border-color:#3b82f6}.research-input-wrap input::placeholder{color:"#475569"}.research-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .15s}.research-search-btn:hover:not(:disabled){background:#2563eb}.research-search-btn:disabled{opacity:.5;cursor:not-allowed}.research-card{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}.research-card.delisted{opacity:.75;border-color:#475569}.research-card-header{align-items:flex-start;gap:12px;display:flex}.research-card-title{flex-direction:column;flex:1;gap:2px;display:flex}.research-price-block{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.research-price{color:#f1f5f9;font-size:1.4rem;font-weight:700}.research-day-change{font-size:.8rem;font-weight:600}.research-dismiss-btn{color:#475569;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:border-color .15s,color .15s;display:flex}.research-dismiss-btn:hover{color:#ef4444;border-color:#ef4444}.research-add-form{gap:10px;display:flex}.research-add-form input{color:#e2e8f0;background:#0f1117;border:1px solid #2a3040;border-radius:8px;outline:none;flex:1;padding:10px 12px;font-size:.9rem;transition:border-color .15s}.research-add-form input:focus{border-color:#3b82f6}.research-add-form input::placeholder{color:#475569}.research-actions{gap:10px;display:flex}.research-save-btn{color:#0a1a0f;cursor:pointer;background:#22c55e;border:none;border-radius:8px;flex:1;padding:10px;font-size:.9rem;font-weight:700;transition:background .15s}.research-save-btn:hover:not(:disabled){background:#16a34a}.research-save-btn:disabled{opacity:.5;cursor:not-allowed}.research-watch-btn{color:#60a5fa;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #1e3a5f;border-radius:8px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:border-color .15s,background .15s}.research-watch-btn:hover:not(:disabled){background:#0f2040;border-color:#3b82f6}.research-watch-btn-done{color:#334155;cursor:default;border-color:#1e3a5f}.research-watch-btn:disabled{opacity:.6;cursor:not-allowed}.research-clear-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:8px;padding:10px 20px;font-size:.9rem;transition:border-color .15s,color .15s}.research-clear-btn:hover{color:#94a3b8;border-color:#94a3b8}.research-meta{color:#475569;margin-top:1px;font-size:.75rem}.research-badge{color:#64748b;background:#1e2a3a;border:1px solid #2a3040;border-radius:4px;padding:1px 6px;font-size:.68rem}.research-day-abs{font-size:.75rem}.research-sections{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.research-section{flex-direction:column;gap:6px;display:flex}.research-section-title{text-transform:uppercase;letter-spacing:.06em;color:#475569;margin-bottom:2px;font-size:.72rem}.research-row{justify-content:space-between;align-items:center;gap:8px;font-size:.82rem;display:flex}.research-row-label{color:#64748b;flex-shrink:0}.research-row-value{color:#cbd5e1;text-align:right;font-weight:600}.rec-badge{letter-spacing:.03em;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-block}.rec-strong-buy{color:#4ade80;background:#14291e}.rec-buy{color:#86efac;background:#1a3320}.rec-hold{color:#fde047;background:#2a2a10}.rec-sell{color:#fca5a5;background:#2a1414}.rec-strong-sell{color:#f87171;background:#1f0f0f}.research-about{border-top:1px solid #1e2330;padding-top:12px}.research-about summary{color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.82rem}.research-about p{color:#64748b;margin-top:8px;font-size:.8rem;line-height:1.6}.research-empty{text-align:center;color:#475569;padding:48px 0;font-size:.95rem;line-height:1.8}.research-examples{color:#334155;margin-top:4px;font-size:.82rem}.report-tab{flex-direction:column;gap:32px;display:flex}.rpt-section-header,.rpt-account-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.rpt-btns{flex-shrink:0;gap:8px;display:flex}.rpt-refresh-btn,.rpt-print-btn{align-items:center;gap:6px;display:inline-flex}.rpt-refresh-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:8px;padding:8px 16px;font-size:.85rem;transition:border-color .15s,color .15s}.rpt-refresh-btn:hover{color:#93c5fd;border-color:#3b82f6}.rpt-print-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:background .15s}.rpt-print-btn:hover{background:#2563eb}.rpt-account{flex-direction:column;gap:24px;display:flex}.rpt-account-title{color:#f1f5f9;border-left:4px solid #3b82f6;margin-bottom:0;padding-left:12px;font-size:1.15rem;font-weight:700}.rpt-section{flex-direction:column;gap:10px;display:flex}.rpt-section-title{text-transform:uppercase;letter-spacing:.07em;color:#64748b;margin-bottom:0;font-size:.82rem}.rpt-table{border-collapse:collapse;background:#1a1f2e;border-radius:10px;width:100%;font-size:.82rem;overflow:hidden}.rpt-table th{color:#475569;text-align:left;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#151a27;padding:10px 14px;font-size:.72rem}.rpt-table td{color:#cbd5e1;border-top:1px solid #1e2330;padding:10px 14px}.rpt-table tbody tr:hover{background:#1e2535}.rpt-total-row td{color:#f1f5f9;background:#151a27;font-weight:700}.rpt-summary-table td,.rpt-summary-table th{text-align:center}.rpt-summary-table td:first-child,.rpt-summary-table th:first-child{text-align:left}.rpt-kv-table td:first-child{color:#94a3b8;width:60%}.rpt-kv-table td:last-child{text-align:right;font-weight:600}.rpt-positive{color:#4ade80!important}.rpt-negative{color:#f87171!important}.rpt-delisted td{opacity:.6}.rpt-delisted-tag{color:#f59e0b;font-size:.7rem}.rpt-symbol-cell{white-space:nowrap;align-items:center;gap:4px;display:flex}.rpt-empty{color:#475569;font-size:.85rem;font-style:italic}.rpt-disclaimer{color:#334155;border-top:1px solid #1e2330;padding-top:16px;font-size:.72rem;line-height:1.6}.rpt-summary-box{background:#1a1f2e;border-radius:12px;padding:20px}.dividends-tab{flex-direction:column;gap:20px;display:flex}.div-summary-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.div-summary-card{background:#1a1f2e;border:1px solid #2a3040;border-radius:10px;flex-direction:column;flex:140px;gap:4px;padding:14px 20px;display:flex}.div-summary-actions{margin-left:auto}.div-group{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;overflow:hidden}.div-group-header{border-bottom:1px solid #2a3040;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.div-group-toggle{cursor:pointer;text-align:left;background:0 0;border:none;width:100%}.div-group-toggle:hover{background:#1e2535}.div-chevron{color:#475569;flex-shrink:0;align-items:center;display:flex}.div-group-title{align-items:center;gap:10px;min-width:0;display:flex}.div-group-meta{flex-shrink:0;align-items:center;gap:16px;display:flex}.div-count{color:#475569;font-size:.8rem}.div-total{font-size:1rem;font-weight:700}.watchlist-section{border-top:1px solid #1e2330;flex-direction:column;gap:16px;margin-top:40px;padding-top:28px;display:flex}.watchlist-section-header{align-items:center;gap:10px;display:flex}.watchlist-section-title{text-transform:uppercase;letter-spacing:.07em;color:#475569;font-size:.82rem;font-weight:700}.watchlist-section-count{color:#64748b;background:#1e2330;border-radius:10px;padding:1px 8px;font-size:.75rem;font-weight:700}.watchlist-empty-hint{color:#334155;font-size:.85rem;line-height:1.6}.watchlist-tab{flex-direction:column;gap:20px;display:flex}.watchlist-add-form{flex-wrap:wrap;gap:8px;display:flex}.watchlist-input{color:#e2e8f0;text-transform:uppercase;background:#1a1f2e;border:1px solid #2a3040;border-radius:8px;outline:none;flex:120px;padding:10px 12px;font-size:.9rem;font-weight:600;transition:border-color .15s}.watchlist-input:focus{border-color:#3b82f6}.watchlist-input::placeholder{color:#475569;text-transform:none;font-weight:400}.watchlist-notes-input{color:#e2e8f0;background:#1a1f2e;border:1px solid #2a3040;border-radius:8px;outline:none;flex:2 180px;padding:10px 12px;font-size:.9rem;transition:border-color .15s}.watchlist-notes-input:focus{border-color:#3b82f6}.watchlist-notes-input::placeholder{color:#475569}.watchlist-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:5px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:background .15s;display:inline-flex}.watchlist-add-btn:hover:not(:disabled){background:#2563eb}.watchlist-add-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton-card{background:#1a1f2e;border:1px solid #2a3040;border-top-width:3px;border-radius:12px;padding:20px}.skeleton-line{background:linear-gradient(90deg,#1e2535 25%,#252d3f 50%,#1e2535 75%) 0 0/600px 100%;border-radius:4px;height:12px;animation:1.4s linear infinite shimmer}@media (width<=600px){.app{padding:0 12px 40px}.app-main{gap:16px}.app-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:20px;padding:16px 0 14px}.app-header h1{font-size:1.25rem}.app-subtitle{font-size:.78rem}.header-actions{justify-content:flex-end;width:100%}.reset-btn{padding:6px 10px;font-size:.75rem}.theme-btn{width:30px;height:30px}.csv-btn{padding:5px 10px;font-size:.75rem}.account-row{flex-wrap:wrap}.acct-dropdown{min-width:180px}.tab-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;margin-bottom:20px;padding-bottom:2px;overflow-x:auto}.tab-nav::-webkit-scrollbar{display:none}.tab-btn{white-space:nowrap;padding:8px 11px;font-size:.78rem}.tab-admin{margin-left:0;padding-left:11px}.portfolio-summary{grid-template-columns:1fr 1fr}.portfolio-meta-row{gap:8px}.meta-stat{flex:120px}.charts-grid{grid-template-columns:1fr}.charts-grid .movers-card{grid-column:span 1}.chart-header{flex-direction:column;align-items:flex-start;gap:8px}.period-selector{justify-content:space-between;width:100%}.benchmark-toggle{padding:2px 7px;font-size:.7rem}.divproj-hero{margin:8px 0 12px}.divproj-total{font-size:1.3rem}.attr-total-row{padding-top:8px}.stocklist-controls{gap:8px}.stocklist-search,.stocklist-sort{font-size:.82rem}.stock-list{grid-template-columns:1fr}.portfolio-table-wrap{overflow-x:auto}.portfolio-table{table-layout:auto;min-width:560px;font-size:.76rem}.portfolio-table thead th,.portfolio-table tbody td{padding:7px 6px}.trade-group{overflow-x:auto}.trade-table{min-width:480px}.trade-group-header{flex-direction:column;align-items:flex-start;gap:6px}.save-bar{flex-direction:column;align-items:flex-start;gap:8px}.save-bar>div{gap:8px;width:100%;display:flex}.if-held-hero{flex-direction:column;gap:12px}.if-held-hero-right{flex-direction:row;gap:24px}.tax-breakdown{grid-template-columns:1fr}.tax-year-bar{flex-direction:column;align-items:flex-start;gap:8px}.rpt-section-header,.rpt-account-header{flex-direction:column;align-items:flex-start;gap:10px}.rpt-btns{justify-content:flex-end;width:100%}.rpt-summary-table{display:block;overflow-x:auto}.rpt-table{font-size:.75rem}.rpt-table th,.rpt-table td{padding:8px}.research-tab{max-width:100%}.research-sections{grid-template-columns:1fr 1fr}.research-add-form,.research-actions{flex-direction:column}.research-save-btn{order:-1}.watchlist-add-form{flex-direction:column}.div-summary-row{flex-wrap:wrap}.div-summary-card{flex:120px}.div-group-header{flex-direction:column;align-items:flex-start;gap:6px}.movers-grid{grid-template-columns:1fr;gap:12px}.landing{padding:32px 12px 56px}.landing-title{font-size:1.75rem}.landing-subtitle{font-size:.92rem}.preview-summary{grid-template-columns:1fr}.preview-grid{grid-template-columns:repeat(2,1fr)}.import-instructions{padding:14px 16px}.import-steps li{font-size:.8rem}.sold-tab .portfolio-summary{grid-template-columns:1fr}}@media print{body{color:#000;background:#fff;font-size:10pt}.app-header,.acct-switcher,.tab-nav,.no-print,.rpt-actions,.no-print{display:none!important}.app-main{padding:0}.rpt-table,.rpt-table th,.rpt-table td{font-size:9pt;color:#000!important;background:#fff!important;border:1px solid #ccc!important}.rpt-total-row td{background:#f0f0f0!important}.rpt-positive{color:#166534!important}.rpt-negative{color:#991b1b!important}.rpt-account-title{color:#000;border-left:4px solid #000}.rpt-title{color:#000}.rpt-subtitle{color:#444}.rpt-section-title{color:#555}.rpt-summary-box{border:1px solid #ccc;background:#f9f9f9!important}.report-tab{gap:20px}.rpt-section{page-break-inside:avoid}}.landing{background:#0f1117;justify-content:center;align-items:flex-start;min-height:100vh;padding:56px 16px 80px;display:flex}.landing-inner{flex-direction:column;gap:48px;width:100%;max-width:720px;display:flex}.landing-nav{justify-content:space-between;align-items:center;display:flex}.landing-nav-actions{align-items:center;gap:8px;display:flex}.landing-theme-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:border-color .15s,color .15s;display:flex}.landing-theme-btn:hover{color:#f1f5f9;border-color:#64748b}[data-theme=light] .landing-theme-btn{color:#64748b;border-color:#cbd5e1}[data-theme=light] .landing-theme-btn:hover{color:#0f172a;border-color:#94a3b8}.landing-signin-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;height:34px;padding:0 18px;font-size:.88rem;font-weight:600;transition:border-color .15s,color .15s}.landing-signin-btn:hover{color:#f1f5f9;border-color:#64748b}.auth-modal-overlay{z-index:500;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal{background:#0f1117;border:1px solid #2a3040;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:340px;padding:36px 28px 28px;display:flex;position:relative}.auth-modal-close{color:#475569;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-size:1.3rem;line-height:1;transition:color .15s;position:absolute;top:12px;right:14px}.auth-modal-close:hover{color:#94a3b8}.landing-beta-bar{background:#10b98112;border:1px solid #10b98133;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:5px 14px;display:inline-flex}.landing-beta-pill{letter-spacing:.1em;text-transform:uppercase;color:#10b981;background:#10b98126;border-radius:10px;padding:2px 7px;font-size:.65rem;font-weight:700}.landing-beta-text{color:#64748b;font-size:.82rem}.landing-beta-text strong{color:#94a3b8}[data-theme=light] .landing-beta-bar{background:#10b9810d;border-color:#10b98140}[data-theme=light] .landing-beta-text{color:#64748b}[data-theme=light] .landing-beta-text strong{color:#334155}.landing-hero{text-align:center}.landing-title{color:#f1f5f9;letter-spacing:-.025em;letter-spacing:-.025em;margin:20px 0 16px;font-size:clamp(1.9rem,4.5vw,2.9rem);font-weight:800;line-height:1.18}.landing-subtitle{color:#64748b;max-width:480px;margin:16px auto 32px;font-size:1rem;line-height:1.7}.preview-frame{background:#0d1117;border:1px solid #1e293b;border-radius:12px;overflow:hidden;box-shadow:0 20px 48px #00000073}.preview-tabbar{background:#0a0e17;border-bottom:1px solid #1e293b;padding:0 12px;display:flex}.preview-tabbtn{color:#475569;cursor:pointer;letter-spacing:.02em;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 12px;font-size:.75rem;font-weight:600;transition:color .15s,border-color .15s}.preview-tabbtn:hover{color:#94a3b8}.preview-tab-active{color:#f1f5f9;border-bottom-color:#3b82f6}.preview-body{min-height:280px}.preview-padded{padding:14px}.preview-summary{grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 14px 8px;display:grid}.preview-stat{background:#1a1f2e;border:1px solid #2a3040;border-radius:8px;padding:10px 12px}.preview-stat-positive{background:#14291e;border-color:#166534}.preview-stat-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:3px;font-size:.62rem;display:block}.preview-stat-value{color:#f1f5f9;font-size:.95rem;font-weight:700}.preview-green{color:#4ade80}.preview-red{color:#f87171}.preview-muted{color:#94a3b8}.preview-stock-list{flex-direction:column;gap:5px;padding:0 12px 12px;display:flex}.psc{background:#111827;border:1px solid #1e293b;border-left:3px solid #0000;border-radius:8px;padding:8px 10px}.psc-up{border-left-color:#22c55e}.psc-down{border-left-color:#ef4444}.psc-header{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.psc-left{align-items:center;gap:5px;display:flex}.psc-symbol{color:#f1f5f9;font-size:.82rem;font-weight:700}.psc-badge{color:#64748b;background:#1e293b;border-radius:4px;padding:1px 5px;font-size:.58rem}.psc-name{color:#475569;font-size:.62rem}.psc-day{font-size:.7rem;font-weight:700}.psc-details{grid-template-columns:repeat(5,1fr);gap:2px 4px;display:grid}.psc-det{flex-direction:column;gap:1px;display:flex}.psc-dl{text-transform:uppercase;letter-spacing:.04em;color:#334155;font-size:.52rem}.psc-dv{color:#94a3b8;font-size:.68rem;font-weight:600}.preview-analytics{padding:16px 14px}.preview-analytics-top{margin-bottom:6px}.preview-section-label{text-transform:uppercase;letter-spacing:.07em;color:#475569;margin-bottom:10px;font-size:.62rem}.preview-perf-row{background:#111827;border:1px solid #1e293b;border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.preview-perf-item{flex-direction:column;flex:1;gap:3px;padding:10px 14px;display:flex}.preview-perf-divider{background:#1e293b;flex-shrink:0;width:1px;height:36px}.preview-perf-name{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.62rem}.preview-perf-val{font-size:1.05rem;font-weight:700}.preview-sector-row{align-items:center;gap:10px;margin-bottom:9px;display:flex}.preview-sector-name{color:#94a3b8;flex-shrink:0;width:88px;font-size:.72rem}.preview-sector-track{background:#1e293b;border-radius:3px;flex:1;height:5px;overflow:hidden}.preview-sector-fill{border-radius:3px;height:100%}.preview-sector-pct{color:#64748b;text-align:right;flex-shrink:0;width:30px;font-size:.7rem}.preview-table{flex-direction:column;display:flex}.preview-thead{text-transform:uppercase;letter-spacing:.07em;color:#475569;border-bottom:1px solid #1e293b;margin-bottom:2px;padding-bottom:7px;font-size:.6rem;display:grid}.preview-trow{color:#94a3b8;border-bottom:1px solid #111827;align-items:center;padding:7px 0;font-size:.74rem;display:grid}.preview-trow:last-child{border-bottom:none}.preview-tsymbol{color:#f1f5f9;font-weight:700}.preview-tmuted{color:#64748b}.preview-year-pills{flex-wrap:wrap;gap:4px;margin-bottom:10px;display:flex}.preview-year-pill{color:#475569;cursor:default;background:0 0;border:1px solid #1e293b;border-radius:20px;padding:3px 9px;font-size:.65rem;font-weight:600}.preview-year-pill.active{color:#93c5fd;background:#1e3a5f;border-color:#3b82f6}.preview-tax-row{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px;display:grid}.preview-tax-card{background:#111827;border:1px solid #1e293b;border-radius:8px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.preview-tax-card--net{background:#0a1e12;border-color:#166534}.preview-tax-card .preview-green,.preview-tax-card .preview-red{font-size:.82rem;font-weight:700}.preview-trade-groups{flex-direction:column;gap:5px;display:flex}.preview-trade-group{background:#111827;border:1px solid #1e293b;border-radius:8px;padding:8px 10px}.preview-tg-header{justify-content:space-between;align-items:center;display:flex}.preview-tg-left{align-items:center;gap:6px;display:flex}.preview-tg-right{align-items:center;gap:7px;display:flex}.preview-term{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 5px;font-size:.58rem;font-weight:700}.term-short{color:#fb923c;background:#431407}.term-long{color:#4ade80;background:#0a1e12}.preview-rpt-kv{background:#111827;border:1px solid #1e293b;border-radius:8px;margin-bottom:2px;overflow:hidden}.preview-rpt-row{border-bottom:1px solid #0f1117;justify-content:space-between;align-items:center;padding:5px 10px;font-size:.7rem;display:flex}.preview-rpt-row:last-child{border-bottom:none}.preview-rpt-row span:first-child{color:#475569}.preview-rpt-row span:last-child{color:#94a3b8;font-weight:600}.preview-rpt-total{background:#0a0e17}.preview-rpt-total span:first-child{color:#64748b;font-weight:700}.preview-table--report .preview-thead,.preview-table--report .preview-trow{grid-template-columns:1fr .6fr 1fr .8fr}.pv-xs{font-size:.6rem}.pv-bold{font-size:.85rem;font-weight:700}.landing-caps{text-align:center;letter-spacing:.07em;text-transform:uppercase;color:#334155;margin:0;font-size:.72rem;font-weight:600}.landing-brokerage{justify-content:center;align-items:center;gap:10px;margin-top:4px;display:flex}.brokerage-label{letter-spacing:.07em;text-transform:uppercase;color:#334155;font-size:.72rem;font-weight:600}.brokerage-chip{color:#4ade80;letter-spacing:.01em;background:#0a1f14;border:1px solid #1a4731;border-radius:20px;align-items:center;gap:6px;padding:4px 12px 4px 8px;font-size:.8rem;font-weight:700;display:inline-flex}.brokerage-logo-img{object-fit:contain;border-radius:3px;width:16px;height:16px}.brokerage-flag-img{object-fit:cover;border-radius:2px;width:18px;height:13px}[data-theme=light] .brokerage-label{color:#94a3b8}[data-theme=light] .brokerage-chip{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.brokerage-chip--region{color:#93c5fd;background:#0f1e35;border-color:#1e3a5f}[data-theme=light] .brokerage-chip--region{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.landing-signin{flex-direction:column;align-items:center;margin-top:8px;display:flex}.auth-form{flex-direction:column;gap:10px;width:100%;max-width:320px;display:flex}.auth-input{color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:8px;outline:none;padding:10px 14px;font-size:.9rem;transition:border-color .15s}.auth-input:focus{border-color:#3b82f6}.auth-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:10px;font-size:.92rem;font-weight:600;transition:background .15s}.auth-btn:hover:not(:disabled){background:#2563eb}.auth-btn:disabled{opacity:.6;cursor:default}.auth-error{color:#f87171;text-align:center;margin:0;font-size:.8rem}.auth-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.auth-switch-link{color:#64748b;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.78rem;text-decoration:underline;transition:color .15s}.auth-switch-link:hover{color:#94a3b8}.auth-divider-dot{color:#475569;font-size:.78rem}[data-theme=light] .auth-input{color:#0f172a;background:#fff;border-color:#cbd5e1}[data-theme=light] .auth-input:focus{border-color:#3b82f6}[data-theme=light] .auth-switch-link{color:#94a3b8}[data-theme=light] .auth-switch-link:hover{color:#64748b}[data-theme=light] .auth-divider-dot{color:#94a3b8}[data-theme=light] .landing{background:#f1f5f9}[data-theme=light] .landing-signin-btn{color:#475569;border-color:#cbd5e1}[data-theme=light] .landing-signin-btn:hover{color:#0f172a;border-color:#94a3b8}[data-theme=light] .auth-modal{background:#fff;border-color:#e2e8f0}[data-theme=light] .landing-title{color:#0f172a}[data-theme=light] .landing-subtitle{color:#475569}[data-theme=light] .preview-frame{background:#f8fafc;border-color:#e2e8f0;box-shadow:0 20px 48px #00000014}[data-theme=light] .preview-tabbar{background:#f1f5f9;border-bottom-color:#e2e8f0}[data-theme=light] .preview-tabbtn{color:#94a3b8}[data-theme=light] .preview-tabbtn:hover{color:#475569}[data-theme=light] .preview-tab-active{color:#0f172a;border-bottom-color:#3b82f6}[data-theme=light] .preview-stat{background:#fff;border-color:#e2e8f0}[data-theme=light] .preview-stat-positive{background:#f0fdf4;border-color:#22c55e}[data-theme=light] .preview-stat-value{color:#0f172a}[data-theme=light] .psc{background:#fff;border-color:#e2e8f0;border-left-width:3px}[data-theme=light] .psc-symbol{color:#0f172a}[data-theme=light] .psc-badge{color:#94a3b8;background:#f1f5f9}[data-theme=light] .psc-dl{color:#94a3b8}[data-theme=light] .psc-dv{color:#475569}[data-theme=light] .preview-perf-row{background:#fff;border-color:#e2e8f0}[data-theme=light] .preview-perf-divider,[data-theme=light] .preview-sector-track{background:#e2e8f0}[data-theme=light] .preview-thead{color:#94a3b8;border-bottom-color:#e2e8f0}[data-theme=light] .preview-trow{color:#475569;border-bottom-color:#f8fafc}[data-theme=light] .preview-tsymbol{color:#0f172a}[data-theme=light] .preview-year-pill{color:#94a3b8;border-color:#e2e8f0}[data-theme=light] .preview-tax-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .preview-tax-card--net{background:#f0fdf4;border-color:#22c55e}[data-theme=light] .preview-trade-group,[data-theme=light] .preview-rpt-kv{background:#fff;border-color:#e2e8f0}[data-theme=light] .preview-rpt-row{border-bottom-color:#f1f5f9}[data-theme=light] .preview-rpt-row span:first-child{color:#64748b}[data-theme=light] .preview-rpt-row span:last-child{color:#334155}[data-theme=light] .preview-rpt-total{background:#f8fafc}[data-theme=light] .landing-caps{color:#94a3b8}.tax-tab{flex-direction:column;gap:28px;display:flex}.tax-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.tax-title{color:#f1f5f9;font-size:1.15rem;font-weight:700}.tax-subtitle{color:#64748b;margin-top:2px;font-size:.8rem}.tax-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.schedule-d-box{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;overflow:hidden}.schedule-d-title{color:#cbd5e1;background:#151a27;border-bottom:1px solid #2a3040;padding:14px 16px;font-size:.88rem;font-weight:700}.schedule-d-table td:first-child{text-align:left}.schedule-d-table td:not(:first-child),.schedule-d-table th:not(:first-child){text-align:right}.tax-table-wrap{overflow-x:auto}.wash-sale-row td{opacity:.9}.wash-badge{color:#f59e0b;white-space:nowrap;background:#2a1a08;border:1px solid #92400e;border-radius:4px;align-items:center;gap:3px;padding:1px 5px;font-size:.65rem;font-weight:700;display:inline-flex}.wash-disallowed{color:#f59e0b;font-weight:700}.wash-footnote{color:#f59e0b;background:#1a150a;font-size:.75rem;padding:8px 14px!important}.tax-year-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.tax-year-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;flex-shrink:0;font-size:.78rem}.tax-year-pills{flex-wrap:wrap;gap:6px;display:flex}.tax-year-pill{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:20px;padding:5px 14px;font-size:.82rem;font-weight:600;transition:border-color .15s,color .15s,background .15s}.tax-year-pill:hover{color:#93c5fd;border-color:#3b82f6}.tax-year-pill.active{color:#3b82f6;background:#131929;border-color:#3b82f6}.tax-breakdown{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.tax-breakdown-card{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;flex-direction:column;gap:4px;padding:16px 20px;display:flex}.tax-breakdown-total{background:#151a27;border-color:#334155}.tax-breakdown-label{color:#cbd5e1;text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:flex}.tax-note{color:#475569;text-transform:none;letter-spacing:0;margin-left:4px;font-size:.7rem;font-weight:400}.tax-breakdown-value{letter-spacing:-.01em;font-size:1.3rem;font-weight:700}.tax-breakdown-meta{color:#475569;font-size:.75rem}.term-badge{letter-spacing:.04em;vertical-align:middle;border-radius:3px;margin-right:4px;padding:1px 5px;font-size:.65rem;font-weight:700;display:inline-block}.term-badge-short{color:#f87171;background:#291414}.term-badge-long{color:#4ade80;background:#14291e}.holding-days{color:#475569;vertical-align:middle;font-size:.75rem}.stocklist-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.stocklist-search-wrap{flex:200px;align-items:center;display:flex;position:relative}.stocklist-search-icon{color:#475569;pointer-events:none;position:absolute;left:10px}.stocklist-search{color:#e2e8f0;background:#1a1f2e;border:1px solid #2a3040;border-radius:8px;outline:none;width:100%;padding:8px 32px;font-size:.88rem;transition:border-color .15s}.stocklist-search:focus{border-color:#3b82f6}.stocklist-search::placeholder{color:#475569}.stocklist-clear-btn{color:#475569;cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;display:flex;position:absolute;right:8px}.stocklist-clear-btn:hover{color:#94a3b8}.stocklist-sort{color:#e2e8f0;cursor:pointer;background:#1a1f2e;border:1px solid #2a3040;border-radius:8px;outline:none;flex-shrink:0;padding:8px 12px;font-size:.88rem;transition:border-color .15s}.stocklist-sort:focus{border-color:#3b82f6}.view-toggle{background:#0f1117;border:1px solid #2a3040;border-radius:8px;flex-shrink:0;gap:2px;padding:3px;display:flex}.view-toggle-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:flex}.view-toggle-btn:hover{color:#94a3b8}.view-toggle-btn.active{color:#60a5fa;background:#1e3a5f}.portfolio-table-wrap{border:1px solid #2a3040;border-radius:12px}.portfolio-table{border-collapse:collapse;table-layout:fixed;background:#1a1f2e;width:100%;font-size:.82rem}.portfolio-table thead th{color:#475569;text-transform:uppercase;letter-spacing:.04em;text-align:right;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#151a27;border-bottom:1px solid #2a3040;padding:9px 8px;font-size:.7rem;overflow:hidden}.portfolio-table thead th:first-child{text-align:left;width:18%}.portfolio-table thead th:nth-child(2){width:7%}.portfolio-table thead th:nth-child(3),.portfolio-table thead th:nth-child(4){width:8%}.portfolio-table thead th:nth-child(5),.portfolio-table thead th:nth-child(6),.portfolio-table thead th:nth-child(7){width:9%}.portfolio-table thead th:nth-child(8),.portfolio-table thead th:nth-child(9){width:7%}.portfolio-table thead th:nth-child(10){width:6%}.portfolio-table thead th:nth-child(11){width:7%}.portfolio-table thead th:last-child{width:5%}.portfolio-table thead th.tbl-sortable{cursor:pointer}.portfolio-table thead th.tbl-sortable:hover{color:#94a3b8}.portfolio-table tbody td{color:#cbd5e1;text-align:right;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;border-top:1px solid #1e2330;padding:9px 8px;overflow:hidden}.portfolio-table tbody td:first-child{text-align:left}.portfolio-table tbody tr:hover{background:#1e2535}.ptbl-positive td:first-child{border-left:3px solid #22c55e}.ptbl-negative td:first-child{border-left:3px solid #ef4444}.ptbl-delisted td:first-child{border-left:3px solid #475569}.ptbl-symbol-cell{align-items:center;gap:8px;display:flex}.ptbl-symbol-text{flex-direction:column;gap:1px;display:flex}.ptbl-symbol-cell strong{color:#f1f5f9;font-size:.9rem}.ptbl-symbol-cell .position-weight-badge{margin-left:6px}.ptbl-name{color:#475569;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:.7rem;overflow:hidden}.ptbl-cash-row td,.ptbl-cash-row strong{color:#60a5fa}.ptbl-delisted{opacity:.65}[data-theme=light] .view-toggle{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .view-toggle-btn{color:#94a3b8}[data-theme=light] .view-toggle-btn.active{color:#3b82f6;background:#eff6ff}[data-theme=light] .portfolio-table-wrap{border-color:#e2e8f0}[data-theme=light] .portfolio-table{background:#fff}[data-theme=light] .portfolio-table thead th{color:#64748b;background:#f8fafc;border-bottom-color:#e2e8f0}[data-theme=light] .portfolio-table tbody td{color:#1e293b;border-top-color:#f1f5f9}[data-theme=light] .portfolio-table tbody tr:hover{background:#f8fafc}[data-theme=light] .ptbl-symbol-cell strong{color:#0f172a}[data-theme=light] .ptbl-symbol-text .ptbl-name{color:#94a3b8}.delisted-banner{background:#271a08;border:1px solid #92400e;border-radius:10px;flex-wrap:wrap;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.delisted-banner-icon{color:#f59e0b;flex-shrink:0;margin-top:1px}.delisted-banner-body{color:#fcd34d;flex:1;min-width:200px;font-size:.88rem;line-height:1.5}.delisted-banner-body strong{color:#fbbf24}.delisted-banner-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.delisted-remove-btn{color:#fef3c7;cursor:pointer;background:#92400e;border:none;border-radius:6px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:background .15s}.delisted-remove-btn:hover{background:#b45309}.delisted-dismiss-btn{color:#f59e0b;cursor:pointer;background:0 0;border:1px solid #78350f;border-radius:6px;padding:6px 12px;font-size:.82rem;transition:border-color .15s}.delisted-dismiss-btn:hover{border-color:#f59e0b}.attr-bar-track{background:#1e2330;border-radius:5px;gap:2px;height:10px;margin:14px 0 18px;display:flex;overflow:hidden}.attr-seg{border-radius:5px;transition:width .4s}.attr-stats{flex-direction:column;gap:10px;display:flex}.attr-stat{align-items:center;gap:8px;display:flex}.attr-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.attr-label{color:#64748b;flex:1;font-size:.82rem}.attr-value{font-size:.9rem;font-weight:600}.attr-total-row{border-top:1px solid #1e2330;margin-top:2px;padding-top:10px}.divproj-hero{margin:10px 0 16px}.divproj-total{color:#4ade80;font-size:1.6rem;font-weight:700}.divproj-sub{color:#64748b;font-size:.8rem}.divproj-list{flex-direction:column;gap:8px;display:flex}.divproj-row{align-items:center;gap:8px;display:flex}.divproj-sym{color:#cbd5e1;flex-shrink:0;width:50px;font-size:.8rem;font-weight:700}.divproj-bar-wrap{background:#1e2330;border-radius:3px;flex:1;height:6px;overflow:hidden}.divproj-bar{background:#f59e0b;border-radius:3px;height:100%;transition:width .4s}.divproj-amt{text-align:right;flex-shrink:0;width:80px;font-size:.75rem;font-weight:600}.charts-grid .movers-card{grid-column:span 2}.movers-card{background:#1a1f2e;border:1px solid #2a3040;border-radius:12px;padding:16px 20px}.movers-title{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:14px;font-size:.82rem}.movers-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.movers-col-label{text-transform:uppercase;letter-spacing:.05em;color:#475569;margin-bottom:8px;font-size:.72rem}.mover-row{border-top:1px solid #1e2330;align-items:baseline;gap:6px;padding:4px 0;display:flex}.mover-sym{color:#f1f5f9;flex-shrink:0;width:52px;font-size:.82rem;font-weight:700}.mover-name{color:#475569;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.72rem;overflow:hidden}.mover-pct{flex-shrink:0;font-size:.82rem;font-weight:600}.theme-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3040;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .15s,color .15s;display:flex}.theme-btn:hover{color:#3b82f6;border-color:#3b82f6}[data-theme=light] .tax-title{color:#0f172a}[data-theme=light] .schedule-d-box{background:#fff;border-color:#e2e8f0}[data-theme=light] .schedule-d-title{color:#1e293b;background:#f8fafc;border-bottom-color:#e2e8f0}[data-theme=light] .wash-badge{color:#b45309;background:#fffbeb;border-color:#f59e0b}[data-theme=light] .wash-footnote{color:#b45309!important;background:#fffbeb!important}[data-theme=light] .tax-year-pill{color:#64748b;border-color:#e2e8f0}[data-theme=light] .tax-year-pill:hover{color:#3b82f6;border-color:#3b82f6}[data-theme=light] .tax-year-pill.active{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}[data-theme=light] .tax-breakdown-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .tax-breakdown-total{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .tax-breakdown-label{color:#1e293b}[data-theme=light] .tax-breakdown-meta{color:#94a3b8}[data-theme=light] .term-badge-short{color:#dc2626;background:#fef2f2}[data-theme=light] .term-badge-long{color:#16a34a;background:#f0fdf4}[data-theme=light] .holding-days{color:#94a3b8}[data-theme=light] .stocklist-search,[data-theme=light] .stocklist-sort{color:#0f172a;background:#fff;border-color:#e2e8f0}[data-theme=light] .stocklist-search::placeholder,[data-theme=light] .stocklist-search-icon,[data-theme=light] .stocklist-clear-btn{color:#94a3b8}[data-theme=light] .delisted-banner{background:#fffbeb;border-color:#f59e0b}[data-theme=light] .delisted-banner-body{color:#92400e}[data-theme=light] .delisted-banner-body strong{color:#78350f}[data-theme=light] .delisted-remove-btn{color:#1c1917;background:#f59e0b}[data-theme=light] .delisted-remove-btn:hover{background:#d97706}[data-theme=light] .delisted-dismiss-btn{color:#b45309;border-color:#f59e0b}[data-theme=light] .attr-bar-track{background:#e2e8f0}[data-theme=light] .attr-label{color:#64748b}[data-theme=light] .attr-total-row{border-top-color:#e2e8f0}[data-theme=light] .divproj-sym{color:#1e293b}[data-theme=light] .divproj-sub{color:#64748b}[data-theme=light] .divproj-bar-wrap{background:#e2e8f0}[data-theme=light] .movers-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .movers-title{color:#64748b}[data-theme=light] .movers-col-label{color:#94a3b8}[data-theme=light] .mover-row{border-top-color:#f1f5f9}[data-theme=light] .mover-sym{color:#0f172a}[data-theme=light] .mover-name{color:#94a3b8}[data-theme=light] body{color:#1e293b;background:#f1f5f9}[data-theme=light] .app-header{border-bottom-color:#e2e8f0}[data-theme=light] .app-header h1{color:#0f172a}[data-theme=light] .app-subtitle{color:#64748b}[data-theme=light] .tab-nav{border-bottom:1px solid #e2e8f0}[data-theme=light] .tab-btn{color:#64748b}[data-theme=light] .tab-btn:hover{color:#0f172a}[data-theme=light] .tab-btn.active{color:#0f172a;border-bottom-color:#3b82f6}[data-theme=light] .tab-group-start,[data-theme=light] .tab-admin{border-left-color:#e2e8f0}[data-theme=light] .stock-card,[data-theme=light] .summary-card,[data-theme=light] .chart-card,[data-theme=light] .meta-stat,[data-theme=light] .trade-group,[data-theme=light] .div-group,[data-theme=light] .save-bar,[data-theme=light] .rpt-summary-box,[data-theme=light] .skeleton-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .upload-area{background:#fff;border-color:#cbd5e1}[data-theme=light] .upload-area:hover,[data-theme=light] .upload-area.uploading{background:#eff6ff;border-color:#3b82f6}[data-theme=light] .upload-area p{color:#64748b}[data-theme=light] .upload-hint{color:#94a3b8!important}[data-theme=light] .summary-card.positive{background:#f0fdf4;border-color:#22c55e}[data-theme=light] .summary-card.negative{background:#fef2f2;border-color:#ef4444}[data-theme=light] .stock-card.positive{border-top-color:#22c55e}[data-theme=light] .stock-card.negative{border-top-color:#ef4444}[data-theme=light] .stock-card.delisted{border-top-color:#94a3b8}[data-theme=light] .cash-card{border-color:#bfdbfe}[data-theme=light] .cash-card .stock-symbol{color:#2563eb}[data-theme=light] .stock-symbol,[data-theme=light] .summary-value,[data-theme=light] .meta-value,[data-theme=light] .research-price,[data-theme=light] .rpt-account-title,[data-theme=light] .trade-symbol{color:#0f172a}[data-theme=light] .stock-name,[data-theme=light] .summary-label,[data-theme=light] .meta-label,[data-theme=light] .detail-label,[data-theme=light] .chart-title,[data-theme=light] .research-section-title,[data-theme=light] .research-row-label,[data-theme=light] .rpt-section-title,[data-theme=light] .trade-description,[data-theme=light] .div-count,[data-theme=light] .app-subtitle{color:#64748b}[data-theme=light] .detail-value,[data-theme=light] .research-row-value{color:#1e293b}[data-theme=light] .rpt-disclaimer{color:#94a3b8;border-top-color:#e2e8f0}[data-theme=light] .rpt-empty,[data-theme=light] .chart-note{color:#94a3b8}[data-theme=light] .chart-loading,[data-theme=light] .empty-state{color:#64748b}[data-theme=light] .form-error{color:#dc2626}[data-theme=light] .form-hint{color:#64748b}[data-theme=light] .trade-table th,[data-theme=light] .rpt-table{background:#fff}[data-theme=light] .rpt-table th{color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}[data-theme=light] .trade-table td,[data-theme=light] .rpt-table td{color:#1e293b;border-top-color:#e2e8f0}[data-theme=light] .trade-table tbody tr:hover,[data-theme=light] .rpt-table tbody tr:hover{background:#f8fafc}[data-theme=light] .rpt-total-row td{color:#0f172a;background:#f1f5f9}[data-theme=light] .rpt-kv-table td:first-child{color:#64748b}[data-theme=light] .trade-group-header,[data-theme=light] .div-group-header{border-bottom-color:#e2e8f0}[data-theme=light] .trade-group-summary{color:#64748b}[data-theme=light] .trade-filename{color:#94a3b8}[data-theme=light] .research-input-wrap input,[data-theme=light] .research-add-form input,[data-theme=light] .edit-input,[data-theme=light] .form-row input,[data-theme=light] .watchlist-input,[data-theme=light] .watchlist-notes-input{color:#0f172a;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .research-input-wrap input:focus,[data-theme=light] .edit-input:focus{border-color:#3b82f6}[data-theme=light] .edit-btn,[data-theme=light] .remove-btn{color:#64748b;border-color:#e2e8f0}[data-theme=light] .edit-btn:hover{color:#6366f1;border-color:#6366f1}[data-theme=light] .remove-btn:hover{color:#ef4444;border-color:#ef4444}[data-theme=light] .csv-btn{color:#64748b;border-color:#e2e8f0}[data-theme=light] .csv-btn:hover{color:#3b82f6;border-color:#3b82f6}[data-theme=light] .period-btn{color:#64748b;border-color:#e2e8f0}[data-theme=light] .period-btn:hover{color:#3b82f6;border-color:#3b82f6}[data-theme=light] .period-btn.active{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}[data-theme=light] .rpt-refresh-btn{color:#64748b;border-color:#e2e8f0}[data-theme=light] .rpt-refresh-btn:hover{color:#3b82f6;border-color:#3b82f6}[data-theme=light] .research-dismiss-btn{color:#64748b;border-color:#e2e8f0}[data-theme=light] .theme-btn{border-color:#e2e8f0}[data-theme=light] .reset-btn{color:#dc2626;border-color:#fca5a5}[data-theme=light] .reset-btn:hover{color:#ef4444;border-color:#ef4444}[data-theme=light] .logout-btn{color:#475569;border-color:#cbd5e1}[data-theme=light] .logout-btn:hover{color:#0f172a;border-color:#94a3b8}[data-theme=light] .auth-loading{color:#475569}[data-theme=light] .edit-overlay{border-top-color:#e2e8f0}[data-theme=light] .edit-label{color:#64748b}[data-theme=light] .edit-input{color:#0f172a;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .edit-reset-btn,[data-theme=light] .edit-cancel-btn{color:#64748b;border-color:#e2e8f0}[data-theme=light] .week52-range{border-top-color:#e2e8f0}[data-theme=light] .week52-track{background:#e2e8f0}[data-theme=light] .week52-dot{background:#0f172a;border-color:#3b82f6}[data-theme=light] .week52-label{color:#64748b}[data-theme=light] .position-weight-badge{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}[data-theme=light] .delisted-badge{color:#94a3b8;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .research-badge{color:#64748b;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .trade-badge.buy{color:#16a34a;background:#f0fdf4}[data-theme=light] .trade-badge.sell{color:#dc2626;background:#fef2f2}[data-theme=light] .rec-strong-buy{color:#16a34a;background:#f0fdf4}[data-theme=light] .rec-buy{color:#22c55e;background:#f0fdf4}[data-theme=light] .rec-hold{color:#b45309;background:#fefce8}[data-theme=light] .rec-sell{color:#dc2626;background:#fef2f2}[data-theme=light] .rec-strong-sell{color:#ef4444;background:#fef2f2}[data-theme=light] .notice-info{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}[data-theme=light] .notice-success{color:#15803d;background:#f0fdf4;border-color:#86efac}[data-theme=light] .error-banner{color:#dc2626;background:#fef2f2;border-color:#fca5a5}[data-theme=light] .chart-tooltip{color:#0f172a;background:#fff;border-color:#e2e8f0}[data-theme=light] .chart-tooltip-label{color:#0f172a}[data-theme=light] .chart-legend-item{color:#64748b}[data-theme=light] .chart-legend-pct{color:#94a3b8}[data-theme=light] .research-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .research-about{border-top-color:#e2e8f0}[data-theme=light] .research-about summary,[data-theme=light] .research-about p,[data-theme=light] .research-empty{color:#64748b}[data-theme=light] .research-examples,[data-theme=light] .research-meta{color:#94a3b8}[data-theme=light] .research-day-abs{color:#64748b}[data-theme=light] .if-held-hero{background:linear-gradient(135deg,#eff6ff,#f8fafc);border-color:#bfdbfe}[data-theme=light] .if-held-hero-label,[data-theme=light] .if-held-hero-sub{color:#64748b}[data-theme=light] .if-held-stat-label{color:#94a3b8}[data-theme=light] .skeleton-line{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/600px 100%}[data-theme=light] .acct-trigger{color:#1e293b;background:#fff;border-color:#e2e8f0}[data-theme=light] .acct-trigger:hover{background:#f8fafc;border-color:#cbd5e1}[data-theme=light] .acct-trigger-open{background:#eff6ff;border-color:#3b82f6}[data-theme=light] .acct-chevron{color:#94a3b8}[data-theme=light] .acct-dropdown{background:#fff;border-color:#e2e8f0;box-shadow:0 8px 24px #0000001f}[data-theme=light] .acct-option{color:#64748b}[data-theme=light] .acct-option:hover{color:#0f172a;background:#f1f5f9}[data-theme=light] .acct-option-active{color:#0f172a}[data-theme=light] .acct-option-sub{color:#94a3b8}[data-theme=light] .acct-divider{background:#e2e8f0}[data-theme=light] .div-summary-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .div-group-toggle:hover{background:#f8fafc}[data-theme=light] .div-chevron{color:#94a3b8}[data-theme=light] .watchlist-add-btn{background:#3b82f6}[data-theme=light] .watchlist-add-btn:hover:not(:disabled){background:#2563eb}[data-theme=light] .watchlist-section{border-color:#e2e8f0}[data-theme=light] .watchlist-section-count{color:#94a3b8;background:#f1f5f9}[data-theme=light] .watchlist-empty-hint{color:#94a3b8}[data-theme=light] .research-watch-btn{color:#3b82f6;border-color:#bfdbfe}[data-theme=light] .research-watch-btn:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6}[data-theme=light] .research-watch-btn-done{color:#94a3b8;border-color:#e2e8f0}.legal-page{max-width:720px;margin:0 auto;padding:48px 24px 80px}.legal-back{color:#64748b;cursor:pointer;background:0 0;border:none;margin-bottom:32px;padding:0;font-size:.85rem;display:inline-block}.legal-back:hover{color:#94a3b8}.legal-h1{color:#f1f5f9;margin-bottom:4px;font-size:1.8rem;font-weight:800}.legal-meta{color:#475569;margin-bottom:40px;font-size:.8rem}.legal-section{margin-bottom:40px}.legal-h2{color:#e2e8f0;border-bottom:1px solid #1e2330;margin-bottom:16px;padding-bottom:8px;font-size:1.1rem;font-weight:700}.legal-h3{color:#cbd5e1;margin:16px 0 6px;font-size:.9rem;font-weight:600}.legal-section p{color:#64748b;margin-bottom:8px;font-size:.88rem;line-height:1.7}.legal-section code{color:#94a3b8;background:#1e2330;border-radius:3px;padding:1px 5px;font-size:.82rem}.legal-list{color:#64748b;margin:0 0 12px;padding-left:1.4rem;font-size:.88rem;line-height:1.7}.legal-a{color:#60a5fa;text-decoration:underline}.legal-a:hover{color:#93c5fd}.legal-link-btn{color:#60a5fa;cursor:pointer;background:0 0;border:none;padding:0;font-size:.88rem;text-decoration:underline}.legal-link-btn:hover{color:#93c5fd}.adm-page{background:var(--bg,#0f1117);justify-content:center;min-height:100vh;padding:40px 24px 80px;display:flex}.adm-inner{width:100%;max-width:700px}.adm-header{align-items:center;gap:12px;margin:28px 0 4px;display:flex}.adm-title{color:#f1f5f9;margin:0;font-size:1.5rem;font-weight:800}.adm-unread-badge{color:#000;background:#f59e0b;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:700}.adm-loading{color:#64748b;margin-top:40px}.adm-error{color:#f87171;margin-top:40px}.adm-empty{color:#475569;font-size:.88rem}.adm-tabs{border-bottom:1px solid #1e2535;gap:4px;margin:16px 0 24px;padding-bottom:0;display:flex}.adm-tab{color:#475569;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:color .15s;position:relative}.adm-tab:hover{color:#94a3b8}.adm-tab.active{color:#f1f5f9;border-bottom-color:#3b82f6}.adm-tab-dot{background:#f59e0b;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.adm-section{flex-direction:column;gap:10px;display:flex}.adm-cap-control{background:#1a1f2e;border:1px solid #2a3145;border-radius:10px;align-items:center;gap:8px;margin-bottom:12px;padding:12px 16px;display:flex}.adm-cap-label{color:#94a3b8;flex:1;font-size:.82rem;font-weight:600}.adm-cap-btn{color:#94a3b8;cursor:pointer;background:#0f1117;border:1px solid #2a3145;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.adm-cap-btn:hover:not(:disabled){color:#60a5fa;border-color:#3b82f6}.adm-cap-btn:disabled{opacity:.35;cursor:not-allowed}.adm-cap-input{color:#f1f5f9;text-align:center;background:#0f1117;border:1px solid #2a3145;border-radius:6px;width:52px;padding:4px;font-size:.95rem;font-weight:700}.adm-cap-input:focus{border-color:#3b82f6;outline:none}.adm-cap-note{color:#475569;font-size:.75rem}[data-theme=light] .adm-cap-control{background:#fff;border-color:#e2e8f0}[data-theme=light] .adm-cap-input{color:#0f172a;background:#f8fafc;border-color:#e2e8f0}.adm-metrics-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;display:grid}.adm-metric{background:#1a1f2e;border:1px solid #2a3145;border-radius:12px;padding:16px}.adm-metric-value{color:#f1f5f9;font-size:1.6rem;font-weight:800;line-height:1}.adm-metric-label{color:#64748b;margin-top:4px;font-size:.75rem}.adm-metric-sub{color:#475569;margin-top:2px;font-size:.72rem}.adm-feedback-card{background:#1a1f2e;border:1px solid #2a3145;border-radius:12px;padding:16px;transition:border-color .15s}.adm-feedback-card.read{opacity:.55}.adm-feedback-card:not(.read){border-color:#3b4160}.adm-fb-header{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.adm-fb-cat{font-size:.8rem;font-weight:700}.adm-fb-meta{color:#475569;flex:1;font-size:.75rem}.adm-fb-read-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3145;border-radius:6px;padding:2px 8px;font-size:.72rem}.adm-fb-read-btn:hover{color:#94a3b8;border-color:#475569}.adm-fb-message{color:#94a3b8;white-space:pre-wrap;margin:0 0 10px;font-size:.85rem;line-height:1.6}.adm-fb-screenshot-btn{color:#60a5fa;cursor:pointer;background:0 0;border:1px solid #2a3145;border-radius:6px;padding:4px 12px;font-size:.78rem}.adm-fb-screenshot-btn:hover{border-color:#60a5fa}.adm-fb-delete-btn{color:#f87171;cursor:pointer;background:0 0;border:1px solid #2a3145;border-radius:6px;margin-left:auto;padding:2px 8px;font-size:.72rem}.adm-fb-delete-btn:hover{background:#f8717114;border-color:#f87171}.adm-user-row{background:#1a1f2e;border:1px solid #2a3145;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.adm-user-info{flex-direction:column;gap:2px;min-width:0;display:flex}.adm-user-name-row{align-items:center;gap:6px;display:flex}.adm-user-name{color:#f8fafc;font-size:.88rem;font-weight:600}.adm-user-admin-badge{letter-spacing:.06em;text-transform:uppercase;color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:4px;padding:1px 6px;font-size:.65rem;font-weight:700}.adm-user-email{color:#475569;font-size:.78rem}.adm-user-counts{color:#334155;margin-top:2px;font-size:.73rem}.adm-user-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.adm-user-status{border-radius:10px;padding:2px 8px;font-size:.72rem;font-weight:700}.adm-status-active{color:#10b981;background:#10b9811f}.adm-status-waitlisted{color:#f59e0b;background:#f59e0b1f}.adm-status-blocked{color:#f87171;background:#f871711f}.adm-user-blocked{opacity:.5}.adm-user-promote-btn{color:#10b981;cursor:pointer;background:0 0;border:1px solid #2a3145;border-radius:6px;padding:2px 8px;font-size:.72rem}.adm-user-promote-btn:hover{background:#10b98114;border-color:#10b981}.adm-user-block-btn{color:#f87171;cursor:pointer;background:0 0;border:1px solid #2a3145;border-radius:6px;padding:2px 8px;font-size:.72rem}.adm-user-block-btn:hover{background:#f8717114;border-color:#f87171}.terms-gate-page{background:#0f1117;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.terms-gate-card{background:#1a1f2e;border:1px solid #2a3145;border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:480px;padding:36px 32px;display:flex}.terms-gate-title{color:#f1f5f9;margin:0;font-size:1.4rem;font-weight:800}.terms-gate-sub{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}.terms-gate-scroll{color:#64748b;background:#0f1117;border:1px solid #2a3145;border-radius:10px;padding:16px;font-size:.83rem;line-height:1.6}.terms-gate-scroll strong{color:#94a3b8}.terms-gate-list{flex-direction:column;gap:4px;margin:6px 0 0;padding-left:18px;display:flex}.terms-gate-link{color:#60a5fa;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.terms-gate-accept{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;padding:13px;font-size:.9rem;font-weight:700;transition:background .15s}.terms-gate-accept:hover{background:#2563eb}.terms-gate-decline{color:#475569;cursor:pointer;background:0 0;border:none;padding:4px;font-size:.82rem}.terms-gate-decline:hover{color:#64748b}[data-theme=light] .terms-gate-page{background:#f8fafc}[data-theme=light] .terms-gate-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .terms-gate-title{color:#0f172a}[data-theme=light] .terms-gate-scroll{background:#f8fafc;border-color:#e2e8f0}.blocked-page{background:#0f1117;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.blocked-card{text-align:center;background:#1a1f2e;border:1px solid #3f2020;border-radius:16px;width:100%;max-width:420px;padding:40px 36px}.blocked-icon{margin-bottom:16px;font-size:2.8rem}.blocked-title{color:#f87171;margin:0 0 10px;font-size:1.4rem;font-weight:800}.blocked-sub{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}.adm-user-login{color:#475569;font-size:.75rem}.adm-modal-overlay{z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.adm-modal{background:#1a1f2e;border:1px solid #2a3145;border-radius:14px;flex-direction:column;max-width:90vw;max-height:90vh;display:flex;overflow:hidden}.adm-modal-header{border-bottom:1px solid #2a3145;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.adm-modal-title{color:#94a3b8;font-size:.85rem}.adm-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:1rem}.adm-modal-close:hover{color:#f87171}.adm-modal-img{object-fit:contain;max-width:100%;max-height:80vh;display:block}.adm-modal-loading{color:#64748b;text-align:center;padding:40px}[data-theme=light] .adm-page{background:#f8fafc}[data-theme=light] .adm-title{color:#0f172a}[data-theme=light] .adm-metric{background:#fff;border-color:#e2e8f0}[data-theme=light] .adm-metric-value{color:#0f172a}[data-theme=light] .adm-feedback-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .adm-feedback-card:not(.read){border-color:#bfdbfe}[data-theme=light] .adm-user-row{background:#fff;border-color:#e2e8f0}[data-theme=light] .adm-user-name{color:#0f172a}[data-theme=light] .adm-user-email{color:#64748b}[data-theme=light] .adm-user-counts{color:#94a3b8}[data-theme=light] .adm-tabs{border-bottom-color:#e2e8f0}[data-theme=light] .adm-tab.active{color:#0f172a}[data-theme=light] .adm-modal{background:#fff;border-color:#e2e8f0}.feedback-page{background:var(--bg,#0f1117);justify-content:center;min-height:100vh;padding:40px 24px 80px;display:flex}.feedback-inner{width:100%;max-width:520px}.feedback-title{color:#f1f5f9;margin:28px 0 6px;font-size:1.5rem;font-weight:800}.feedback-subtitle{color:#64748b;margin:0 0 28px;font-size:.88rem}.feedback-form{flex-direction:column;gap:20px;display:flex}.feedback-field{flex-direction:column;gap:8px;display:flex}.feedback-label{letter-spacing:.06em;text-transform:uppercase;color:#475569;font-size:.78rem;font-weight:600}.feedback-category-group{flex-direction:column;gap:6px;display:flex}.feedback-category-btn{cursor:pointer;text-align:left;background:#1a1f2e;border:1px solid #2a3145;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 16px;transition:border-color .15s,background .15s;display:flex}.feedback-category-btn:hover{border-color:#3b4160}.feedback-category-btn.active{background:#1a2540;border-color:#3b82f6}.feedback-cat-label{color:#e2e8f0;font-size:.88rem;font-weight:600}.feedback-cat-desc{color:#475569;font-size:.78rem}.feedback-category-btn.active .feedback-cat-label{color:#93c5fd}.feedback-category-btn.active .feedback-cat-desc{color:#60a5fa;opacity:.7}.feedback-textarea{color:#e2e8f0;resize:vertical;box-sizing:border-box;background:#1a1f2e;border:1px solid #2a3145;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:.88rem;line-height:1.6;transition:border-color .15s}.feedback-textarea:focus{border-color:#3b82f6;outline:none}.feedback-textarea::placeholder{color:#334155}.feedback-char-count{color:#334155;text-align:right;font-size:.75rem}.feedback-error{color:#f87171;margin:0;font-size:.83rem}.feedback-submit{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:background .15s}.feedback-submit:hover:not(:disabled){background:#2563eb}.feedback-submit:disabled{opacity:.45;cursor:not-allowed}.feedback-success{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-top:80px;display:flex}.feedback-success-icon{color:#10b981;background:#10b9811f;border:1px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;display:flex}.feedback-success-title{color:#f1f5f9;margin:0;font-size:1.3rem;font-weight:700}.feedback-success-sub{color:#64748b;margin:0 0 8px;font-size:.88rem}[data-theme=light] .feedback-page{background:#f8fafc}[data-theme=light] .feedback-title{color:#0f172a}[data-theme=light] .feedback-category-btn{background:#fff;border-color:#e2e8f0}[data-theme=light] .feedback-category-btn.active{background:#eff6ff;border-color:#3b82f6}[data-theme=light] .feedback-cat-label{color:#1e293b}[data-theme=light] .feedback-textarea{color:#1e293b;background:#fff;border-color:#e2e8f0}[data-theme=light] .feedback-textarea::placeholder,[data-theme=light] .feedback-char-count{color:#94a3b8}[data-theme=light] .feedback-success-title{color:#0f172a}.feedback-label-opt{text-transform:none;letter-spacing:0;color:#334155;font-size:.75rem;font-weight:400}.feedback-dropzone{cursor:pointer;border:1.5px dashed #2a3145;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:28px 16px;transition:border-color .15s,background .15s;display:flex}.feedback-dropzone:hover,.feedback-dropzone.dragging{background:#3b82f60a;border-color:#3b82f6}.feedback-dropzone-icon{font-size:1.6rem}.feedback-dropzone-text{color:#64748b;font-size:.85rem}.feedback-dropzone-text u{color:#60a5fa}.feedback-dropzone-hint{color:#334155;font-size:.75rem}.feedback-preview-wrap{border:1px solid #2a3145;border-radius:10px;position:relative;overflow:hidden}.feedback-preview-img{object-fit:contain;background:#0f1117;width:100%;max-height:280px;display:block}.feedback-preview-remove{color:#94a3b8;cursor:pointer;background:#0f1117d9;border:1px solid #2a3145;border-radius:6px;padding:4px 10px;font-size:.78rem;position:absolute;top:8px;right:8px}.feedback-preview-remove:hover{color:#f87171;border-color:#f87171}[data-theme=light] .feedback-dropzone{border-color:#e2e8f0}[data-theme=light] .feedback-dropzone:hover{background:#eff6ff;border-color:#3b82f6}[data-theme=light] .feedback-dropzone-text{color:#64748b}[data-theme=light] .feedback-dropzone-hint{color:#94a3b8}[data-theme=light] .feedback-preview-wrap{border-color:#e2e8f0}[data-theme=light] .feedback-preview-img{background:#f8fafc}.support-page{background:var(--bg,#0f1117);justify-content:center;min-height:100vh;padding:40px 24px 80px;display:flex}.support-inner{width:100%;max-width:480px}.support-hero{text-align:center;margin:32px 0 28px}.support-icon{margin-bottom:12px;font-size:2.8rem}.support-title{color:#f1f5f9;margin:0 0 12px;font-size:1.6rem;font-weight:800}.support-subtitle{color:#64748b;margin:0;font-size:.88rem;line-height:1.7}.support-card{background:#1a1f2e;border:1px solid #2a3145;border-radius:14px;margin-bottom:20px;padding:24px}.support-card-label{letter-spacing:.08em;text-transform:uppercase;color:#475569;margin-bottom:8px;font-size:.72rem;font-weight:700}.support-card-desc{color:#64748b;margin:0 0 18px;font-size:.85rem;line-height:1.6}.support-kofi-btn{color:#fff;background:#ff5e5b;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.support-kofi-btn:hover{background:#e5524f;transform:translateY(-1px)}.support-kofi-btn:active{transform:translateY(0)}.support-kofi-icon{flex-shrink:0;width:20px;height:20px}.support-what-it-covers{background:#1a1f2e;border:1px solid #2a3145;border-radius:14px;margin-bottom:20px;padding:20px 24px}.support-what-label{letter-spacing:.08em;text-transform:uppercase;color:#475569;margin-bottom:10px;font-size:.72rem;font-weight:700}.support-what-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.support-what-list li{color:#64748b;padding-left:16px;font-size:.85rem;position:relative}.support-what-list li:before{content:"·";color:#ff5e5b;position:absolute;left:4px}.support-no-pressure{text-align:center;color:#334155;margin:0;font-size:.8rem}.settings-row-icon-support{color:#ff5e5b}[data-theme=light] .support-page{background:#f8fafc}[data-theme=light] .support-title{color:#0f172a}[data-theme=light] .support-card,[data-theme=light] .support-what-it-covers{background:#fff;border-color:#e2e8f0}[data-theme=light] .support-no-pressure{color:#94a3b8}.waitlist-page{background:var(--bg,#0f1117);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.waitlist-card{text-align:center;background:#1a1f2e;border:1px solid #2a3145;border-radius:16px;width:100%;max-width:480px;padding:40px 36px}.waitlist-badge{color:#60a5fa;letter-spacing:.1em;text-transform:uppercase;background:#1d3461;border-radius:20px;margin-bottom:16px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.waitlist-title{color:#f1f5f9;margin:0 0 10px;font-size:1.6rem;font-weight:800}.waitlist-subtitle{color:#64748b;margin:0 0 28px;font-size:.9rem;line-height:1.6}.waitlist-position-box{background:#0f1117;border:1px solid #2a3145;border-radius:12px;flex-direction:column;align-items:center;gap:4px;margin-bottom:24px;padding:20px;display:flex}.waitlist-position-number{color:#3b82f6;font-size:2.6rem;font-weight:800;line-height:1}.waitlist-position-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}.waitlist-position-meta{color:#475569;margin-top:4px;font-size:.78rem}.waitlist-rules{text-align:left;flex-direction:column;gap:8px;margin:0 0 24px;padding:0;list-style:none;display:flex}.waitlist-rules li{color:#64748b;padding-left:18px;font-size:.83rem;position:relative}.waitlist-rules li:before{content:"·";color:#3b82f6;position:absolute;left:6px}.waitlist-email-note{color:#475569;margin:0 0 24px;font-size:.82rem}.waitlist-logout{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2a3145;border-radius:8px;padding:8px 20px;font-size:.85rem;transition:border-color .15s,color .15s}.waitlist-logout:hover{color:#94a3b8;border-color:#475569}[data-theme=light] .waitlist-page{background:#f8fafc}[data-theme=light] .waitlist-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .waitlist-title{color:#0f172a}[data-theme=light] .waitlist-position-box{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .waitlist-logout{color:#94a3b8;border-color:#e2e8f0}.legal-danger-zone{background:#0d0909;border:1px solid #3f2020;border-radius:8px;padding:20px}.legal-danger-zone .legal-h2{color:#fca5a5;border-color:#3f2020}.legal-danger-zone p strong{color:#e2e8f0}.delete-account-btn{color:#fca5a5;cursor:pointer;background:#7f1d1d;border:1px solid #991b1b;border-radius:6px;margin-top:16px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:background .15s}.delete-account-btn:hover{background:#991b1b}.settings-gear{color:#475569;cursor:pointer;vertical-align:middle;background:0 0;border:none;border-radius:4px;align-items:center;margin-left:6px;padding:2px 4px;transition:color .15s,transform .2s;display:inline-flex}.settings-gear:hover{color:#94a3b8;transform:rotate(30deg)}.settings-page{max-width:480px;margin:0 auto;padding:48px 24px 80px}.settings-inner{flex-direction:column;display:flex}.settings-back{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;margin-bottom:32px;padding:0;font-size:.85rem;display:inline-block}.settings-back:hover{color:#94a3b8}.settings-h1{color:#f1f5f9;margin-bottom:28px;font-size:1.6rem;font-weight:800}.settings-user-card{background:#161b27;border:1px solid #1e2330;border-radius:12px;align-items:center;gap:14px;margin-bottom:28px;padding:16px 18px;display:flex}.settings-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.settings-user-name{color:#e2e8f0;font-size:.95rem;font-weight:600}.settings-user-email{color:#475569;margin-top:2px;font-size:.8rem}.settings-section{margin-bottom:24px}.settings-section-label{text-transform:uppercase;letter-spacing:.08em;color:#334155;margin-bottom:6px;padding:0 4px;font-size:.72rem;font-weight:600}.settings-row{cursor:pointer;color:#cbd5e1;text-align:left;background:#161b27;border:1px solid #1e2330;border-radius:10px;align-items:center;gap:12px;width:100%;margin-bottom:6px;padding:13px 14px;font-size:.9rem;transition:background .12s,border-color .12s;display:flex}.settings-row:hover{background:#1a2035;border-color:#2a3348}.settings-row-text{flex-direction:column;flex:1;gap:1px;display:flex}.settings-row-sub{color:#475569;font-size:.72rem;font-weight:400}.settings-toggle{cursor:pointer;background:#2a3348;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;padding:0;transition:background .2s;position:relative}.settings-toggle-on{background:#3b82f6}.settings-toggle-thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;display:block;position:absolute;top:3px;left:3px}.settings-toggle-on .settings-toggle-thumb{transform:translate(18px)}[data-theme=light] .settings-toggle{background:#cbd5e1}[data-theme=light] .settings-toggle-on{background:#3b82f6}.settings-row-icon{color:#64748b;background:#1e2330;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.settings-row-icon-warn{color:#f97316;background:#2d1a0a}.settings-row-chevron{color:#334155;margin-left:4px}.settings-row-danger{color:#f87171}.settings-row-danger:hover{background:#1a0d0d;border-color:#3f1515}.settings-row-icon-danger{color:#ef4444;background:#2d0d0d}.landing-footer{text-align:center;border-top:1px solid #1e2330;margin-top:40px;padding-top:24px}.landing-legal-link{color:#475569;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;font-size:.78rem;text-decoration:underline}.landing-legal-link:hover{color:#64748b}.landing-footer-dot{color:#2a3145;margin:0 6px;font-size:.78rem}.app-footer{text-align:center;justify-content:center;align-items:center;gap:4px;padding:20px 16px 32px;display:flex}.app-footer-link{color:#334155;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:2px 4px;font-size:.78rem;text-decoration:underline;transition:color .15s}.app-footer-link:hover{color:#64748b}.app-footer-dot{color:#2a3145;font-size:.78rem}[data-theme=light] .app-footer-link{color:#94a3b8}[data-theme=light] .app-footer-link:hover{color:#64748b}[data-theme=light] .app-footer-dot{color:#e2e8f0}[data-theme=light] .legal-h1{color:#0f172a}[data-theme=light] .legal-h2{color:#1e293b;border-color:#e2e8f0}[data-theme=light] .legal-h3{color:#334155}[data-theme=light] .legal-section p{color:#64748b}[data-theme=light] .legal-section code{color:#475569;background:#f1f5f9}[data-theme=light] .legal-list{color:#475569}[data-theme=light] .legal-a{color:#2563eb}[data-theme=light] .legal-a:hover{color:#1d4ed8}[data-theme=light] .legal-link-btn{color:#2563eb}[data-theme=light] .legal-link-btn:hover{color:#1d4ed8}[data-theme=light] .legal-danger-zone{background:#fff8f8;border-color:#fecaca}[data-theme=light] .legal-danger-zone .legal-h2{color:#dc2626;border-color:#fecaca}[data-theme=light] .landing-footer{border-color:#e2e8f0}.reset-page{max-width:480px;margin:0 auto;padding:48px 24px 80px}.reset-inner{flex-direction:column;display:flex}.reset-subtitle{color:#475569;margin-bottom:24px;font-size:.85rem;line-height:1.6}.reset-options{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.reset-option{cursor:pointer;text-align:left;color:#cbd5e1;background:#161b27;border:1px solid #1e2330;border-radius:10px;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:border-color .12s,background .12s;display:flex}.reset-option:hover{background:#1a2035;border-color:#2a3348}.reset-option-selected{background:#111827;border-color:#3b82f6}.reset-option-all{color:#fbbf24}.reset-option-all:hover{background:#1a1608;border-color:#78350f}.reset-option-all.reset-option-selected{background:#1a1200;border-color:#f59e0b}.reset-option-icon-wrap{color:#f59e0b;background:#2d1a0a;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.reset-option-body{flex-direction:column;flex:1;gap:2px;display:flex}.reset-option-title{font-size:.9rem;font-weight:600}.reset-option-sub{color:#475569;font-size:.78rem}.reset-radio{border:2px solid #334155;border-radius:50%;flex-shrink:0;width:16px;height:16px;transition:border-color .12s,background .12s}.reset-radio-on{background:#3b82f6;border-color:#3b82f6;box-shadow:inset 0 0 0 3px #161b27}.reset-option-all .reset-radio-on{background:#f59e0b;border-color:#f59e0b;box-shadow:inset 0 0 0 3px #1a1200}.reset-confirm-btn{color:#fca5a5;cursor:pointer;background:#7f1d1d;border:1px solid #991b1b;border-radius:8px;width:100%;padding:12px 20px;font-size:.88rem;font-weight:600;transition:background .15s}.reset-confirm-btn:hover:not(:disabled){background:#991b1b}.reset-confirm-btn:disabled{opacity:.4;cursor:not-allowed}[data-theme=light] .reset-option{color:#1e293b;background:#fff;border-color:#e2e8f0}[data-theme=light] .reset-option:hover{background:#f8fafc;border-color:#cbd5e1}[data-theme=light] .reset-option-selected{background:#eff6ff;border-color:#3b82f6}[data-theme=light] .reset-option-all{color:#92400e}[data-theme=light] .reset-option-all:hover{background:#fffbeb;border-color:#fcd34d}[data-theme=light] .reset-option-all.reset-option-selected{background:#fffbeb;border-color:#f59e0b}[data-theme=light] .reset-option-icon-wrap{color:#d97706;background:#fff7ed}[data-theme=light] .reset-option-sub{color:#94a3b8}[data-theme=light] .reset-radio{border-color:#cbd5e1}[data-theme=light] .reset-radio-on{box-shadow:inset 0 0 0 3px #fff}[data-theme=light] .reset-option-all .reset-radio-on{box-shadow:inset 0 0 0 3px #fffbeb}[data-theme=light] .reset-subtitle{color:#64748b}.settings-account-row{background:#161b27;border:1px solid #1e2330;border-radius:10px;align-items:center;gap:10px;min-height:58px;margin-bottom:6px;padding:12px 14px;display:flex}.settings-account-info{flex:1}.settings-account-name{color:#e2e8f0;font-size:.9rem;font-weight:600}.settings-account-sub{color:#475569;margin-top:2px;font-size:.78rem}.settings-account-edit{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:5px;flex-shrink:0;align-items:center;padding:5px;transition:color .12s;display:flex}.settings-account-edit:hover{color:#94a3b8}.settings-account-input{color:#e2e8f0;background:#0f1117;border:1px solid #3b82f6;border-radius:6px;outline:none;flex:1;padding:6px 10px;font-size:.88rem}.settings-account-save,.settings-account-cancel{cursor:pointer;background:0 0;border:none;border-radius:5px;flex-shrink:0;align-items:center;padding:5px;display:flex}.settings-account-save{color:#22c55e}.settings-account-cancel{color:#64748b}.settings-account-save:hover{color:#4ade80}.settings-account-cancel:hover{color:#94a3b8}.settings-account-save:disabled{opacity:.5;cursor:not-allowed}[data-theme=light] .settings-account-row{background:#fff;border-color:#e2e8f0}[data-theme=light] .settings-account-name{color:#0f172a}[data-theme=light] .settings-account-input{color:#0f172a;background:#f8fafc;border-color:#3b82f6}.export-page{max-width:480px;margin:0 auto;padding:48px 24px 80px}.export-inner{flex-direction:column;display:flex}.export-options{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.export-option{cursor:pointer;text-align:left;color:#cbd5e1;background:#161b27;border:1px solid #1e2330;border-radius:10px;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:border-color .12s,background .12s;display:flex}.export-option:hover{background:#1a2035;border-color:#2a3348}.export-option-selected{background:#111827;border-color:#3b82f6}.export-checkbox{color:#fff;border:2px solid #334155;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .12s,background .12s;display:flex}.export-checkbox-on{background:#3b82f6;border-color:#3b82f6}.export-option-body{flex-direction:column;gap:3px;display:flex}.export-option-label{font-size:.9rem;font-weight:600}.export-option-sub{color:#475569;font-size:.78rem;line-height:1.4}.export-confirm-btn{color:#bfdbfe;cursor:pointer;background:#1d4ed8;border:1px solid #2563eb;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:100%;padding:12px 20px;font-size:.88rem;font-weight:600;transition:background .15s;display:flex}.export-confirm-btn:hover:not(:disabled){background:#2563eb}.export-confirm-btn:disabled{opacity:.4;cursor:not-allowed}[data-theme=light] .export-option{color:#1e293b;background:#fff;border-color:#e2e8f0}[data-theme=light] .export-option:hover{background:#f8fafc;border-color:#cbd5e1}[data-theme=light] .export-option-selected{background:#eff6ff;border-color:#3b82f6}[data-theme=light] .export-option-sub{color:#94a3b8}[data-theme=light] .export-checkbox{border-color:#cbd5e1}.import-page{max-width:860px;margin:0 auto;padding:48px 24px 80px}.import-inner{flex-direction:column;display:flex}.import-inner .settings-h1{margin-bottom:24px}[data-theme=light] .settings-h1{color:#0f172a}[data-theme=light] .settings-user-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .settings-user-name{color:#0f172a}[data-theme=light] .settings-row{color:#1e293b;background:#fff;border-color:#e2e8f0}[data-theme=light] .settings-row:hover{background:#f8fafc;border-color:#cbd5e1}[data-theme=light] .settings-row-icon{color:#64748b;background:#f1f5f9}[data-theme=light] .settings-row-icon-warn{color:#ea580c;background:#fff7ed}[data-theme=light] .settings-row-danger{color:#dc2626}[data-theme=light] .settings-row-danger:hover{background:#fff8f8;border-color:#fecaca}[data-theme=light] .settings-row-icon-danger{color:#dc2626;background:#fef2f2}[data-theme=light] .settings-gear{color:#94a3b8}[data-theme=light] .settings-gear:hover{color:#64748b}.analytics-tab{flex-direction:column;gap:24px;display:flex}.an-nav{background:#0d1117;border:1px solid #1e2330;border-radius:10px;flex-wrap:wrap;gap:4px;padding:4px;display:flex}.an-nav-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:background .12s,color .12s}.an-nav-btn:hover{color:#94a3b8;background:#1e2330}.an-nav-btn.active{color:#60a5fa;background:#1e2a45}.an-section{flex-direction:column;gap:16px;display:flex}.an-loading{color:#475569;text-align:center;padding:32px 0;font-size:.85rem}.an-note{color:#475569;font-size:.78rem;line-height:1.6}.an-orange{color:#f97316}.an-neutral{color:#64748b}.an-subsection-title{text-transform:uppercase;letter-spacing:.06em;color:#475569;margin-top:8px;font-size:.82rem;font-weight:700}.an-warn-box{color:#fbbf24;background:#1a1200;border:1px solid #78350f;border-radius:8px;padding:12px 14px;font-size:.82rem;line-height:1.6}.an-harvest-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.an-harvest-card{background:#161b27;border:1px solid #1e2330;border-radius:12px;flex-direction:column;gap:6px;padding:16px;display:flex}.an-harvest-card-title{text-transform:uppercase;letter-spacing:.06em;color:#475569;align-items:center;gap:4px;font-size:.72rem;display:flex}.an-harvest-total{font-size:1.3rem;font-weight:800}.an-harvest-breakdown{color:#475569;flex-direction:column;gap:2px;font-size:.75rem;display:flex}.an-target-input{color:#e2e8f0;text-align:right;background:#0f1117;border:1px solid #2a3040;border-radius:5px;outline:none;width:54px;padding:4px 6px;font-size:.82rem}.an-target-input:focus{border-color:#3b82f6}.an-corr-wrap{overflow-x:auto}.an-corr-table{border-collapse:collapse;min-width:max-content;font-size:.78rem}.an-corr-head{color:#64748b;text-align:center;white-space:nowrap;border-bottom:1px solid #1e2330;padding:6px 10px;font-weight:700}.an-corr-label{color:#94a3b8;white-space:nowrap;border-right:1px solid #1e2330;padding:5px 10px;font-weight:700}.an-corr-cell{text-align:center;cursor:default;border:1px solid #ffffff0a;min-width:54px;padding:6px 10px;font-weight:600;transition:opacity .12s}.an-corr-cell:hover{opacity:.85}.div-view-toggle{gap:4px;margin-bottom:20px;display:flex}.div-view-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #1e2330;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:border-color .12s,color .12s,background .12s;display:flex}.div-view-btn:hover{color:#94a3b8;border-color:#2a3348}.div-view-btn.active{color:#60a5fa;background:#111827;border-color:#3b82f6}.div-calendar{flex-direction:column;gap:16px;display:flex}.div-calendar-legend{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.div-cal-badge{border-radius:5px;padding:3px 8px;font-size:.72rem;font-weight:600}.div-cal-badge-soon{color:#f59e0b;background:#1c1200;border:1px solid #78350f}.div-cal-badge-upcoming{color:#60a5fa;background:#0d1f35;border:1px solid #1e3a5f}.div-cal-badge-past{color:#475569;background:#161b27;border:1px solid #1e2330}.div-calendar-list{flex-direction:column;gap:8px;display:flex}.div-cal-row{background:#161b27;border:1px solid #1e2330;border-radius:10px;flex-wrap:wrap;align-items:center;gap:16px;padding:12px 16px;display:flex}.div-cal-row-soon{background:#130e00;border-color:#78350f}.div-cal-row-upcoming{border-color:#1e3a5f}.div-cal-row-past{opacity:.6}.div-cal-symbol{align-items:center;gap:8px;min-width:130px;display:flex}.div-cal-name{color:#475569;margin-top:2px;font-size:.72rem;display:block}.div-cal-dates,.div-cal-amounts{gap:20px;display:flex}.div-cal-field{flex-direction:column;gap:1px;display:flex}.div-cal-label{text-transform:uppercase;letter-spacing:.06em;color:#334155;font-size:.65rem}.div-cal-value{color:#cbd5e1;font-size:.85rem;font-weight:600}.div-cal-exdate{color:#f1f5f9}.div-cal-soon-badge{color:#f59e0b;white-space:nowrap;background:#1c1200;border:1px solid #78350f;border-radius:5px;margin-left:auto;padding:3px 8px;font-size:.72rem;font-weight:700}.div-cal-note{color:#475569;background:#0d1117;border:1px solid #1e2330;border-radius:8px;padding:10px 14px;font-size:.78rem;line-height:1.6}[data-theme=light] .an-nav{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .an-nav-btn{color:#94a3b8}[data-theme=light] .an-nav-btn:hover{color:#64748b;background:#f1f5f9}[data-theme=light] .an-nav-btn.active{color:#3b82f6;background:#eff6ff}[data-theme=light] .an-harvest-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .an-warn-box{color:#92400e;background:#fffbeb;border-color:#fcd34d}[data-theme=light] .an-target-input{color:#0f172a;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .div-view-btn{color:#64748b;border-color:#e2e8f0}[data-theme=light] .div-view-btn.active{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}[data-theme=light] .div-cal-row{background:#fff;border-color:#e2e8f0}[data-theme=light] .div-cal-row-soon{background:#fffbeb;border-color:#fcd34d}[data-theme=light] .div-cal-value{color:#1e293b}[data-theme=light] .div-cal-exdate{color:#0f172a}[data-theme=light] .div-cal-note{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .an-corr-label{color:#475569}[data-theme=light] .an-corr-head{color:#64748b;border-color:#e2e8f0}
