:root{--bg:#050a12;--surface:#09111d;--surface2:#0d1826;--line:#1d2a3a;--text:#f5f7fb;--muted:#8d9caf;--green:#46e6a8;--amber:#ffbf5b;--red:#ff6b6b;--blue:#5aa9ff;--radius:20px;--shadow:0 20px 60px rgba(0,0,0,.25)}*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark}body{margin:0;background:radial-gradient(circle at 20% -20%,#15304a 0,transparent 34%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:15px;line-height:1.5}.skip{position:fixed;left:16px;top:-60px;background:#fff;color:#000;padding:10px 16px;border-radius:8px;z-index:100}.skip:focus{top:16px}.shell{width:min(1440px,calc(100% - 48px));margin:auto}.topbar{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}.brand-mark{width:38px;height:38px;display:flex;align-items:flex-end;gap:3px;padding:8px;background:linear-gradient(145deg,#45e5a7,#1e8f72);border-radius:12px;box-shadow:0 8px 25px rgba(70,230,168,.2)}.brand-mark i{display:block;width:5px;background:#02130d;border-radius:5px}.brand-mark i:nth-child(1){height:12px}.brand-mark i:nth-child(2){height:22px}.brand-mark i:nth-child(3){height:17px}.brand b,.brand small{display:block}.brand b{font-size:17px;letter-spacing:-.02em}.brand small{font-size:10px;text-transform:uppercase;color:var(--muted);letter-spacing:.12em}.top-actions,.status,.button{display:flex;align-items:center}.top-actions{gap:12px}.status{gap:8px;color:#aab6c6;font-size:13px}.status i{width:8px;height:8px;border-radius:50%;background:var(--amber);box-shadow:0 0 12px currentColor}.status-live{color:var(--green)}.status-error{color:var(--red)}.button{height:42px;gap:8px;padding:0 15px;border:1px solid var(--line);background:#0d1723;color:var(--text);border-radius:12px;cursor:pointer;transition:.2s}.button:hover{border-color:#40536a;transform:translateY(-1px)}.button:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgba(90,169,255,.65);outline-offset:2px}.button svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8}.button.loading svg{animation:spin .8s linear infinite}.hero{padding:78px 0 55px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.eyebrow{margin:0 0 9px;color:var(--green);font-weight:700;font-size:10px;letter-spacing:.18em}.hero h1{font-size:clamp(40px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:0;max-width:850px}.hero h1 span{color:#7c8999}.lede{max-width:650px;color:#aab5c4;font-size:17px;margin:22px 0 0}.freshness{min-width:220px;border-left:1px solid var(--line);padding-left:22px}.freshness span,.freshness small,.freshness strong{display:block}.freshness span,.freshness small{color:var(--muted);font-size:11px}.freshness strong{font-size:14px;margin:5px 0}.portfolio,.accounts-panel,.alerts-panel,.trend-panel{border:1px solid var(--line);background:linear-gradient(145deg,rgba(13,24,38,.9),rgba(7,14,24,.96));border-radius:var(--radius);box-shadow:var(--shadow)}.portfolio{padding:25px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.section-head h2{font-size:20px;letter-spacing:-.025em;margin:0}.segmented{display:flex;padding:4px;background:#060c14;border:1px solid var(--line);border-radius:11px}.segmented button{min-height:34px;padding:0 13px;border:0;background:transparent;color:var(--muted);border-radius:8px;cursor:pointer}.segmented button.active{background:#182638;color:#fff}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:23px}.kpi{padding:20px;border-radius:15px;background:#0d1826;border:1px solid #1c2a3a;min-width:0}.kpi span,.kpi small{display:block;color:var(--muted);font-size:11px}.kpi strong{display:block;font-size:30px;line-height:1.15;letter-spacing:-.04em;margin:9px 0;font-variant-numeric:tabular-nums}.kpi.accent{background:linear-gradient(145deg,rgba(70,230,168,.14),rgba(70,230,168,.04));border-color:rgba(70,230,168,.28)}.kpi.accent strong{color:var(--green)}.workspace{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(300px,.8fr);gap:16px;margin-top:16px}.accounts-panel,.alerts-panel,.trend-panel{padding:25px}.read-only,.count{font-size:10px;text-transform:uppercase;letter-spacing:.13em;border:1px solid var(--line);padding:6px 9px;border-radius:999px;color:var(--muted)}.accounts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.account{padding:19px;background:#0a1420;border:1px solid #1b2939;border-radius:16px;transition:.2s;min-width:0}.account:hover{transform:translateY(-2px);border-color:#33465d}.account-top{display:flex;justify-content:space-between;gap:12px}.account h3{font-size:15px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account .alias{font-size:11px;color:var(--muted);margin:4px 0 0}.pill{height:24px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;font-size:9px;text-transform:uppercase;font-weight:700;letter-spacing:.08em;white-space:nowrap}.pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.healthy{color:var(--green);background:rgba(70,230,168,.1)}.warning{color:var(--amber);background:rgba(255,191,91,.1)}.critical{color:var(--red);background:rgba(255,107,107,.1)}.account-balance{margin:25px 0 18px}.account-balance span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.account-balance strong{font-size:34px;letter-spacing:-.045em;font-variant-numeric:tabular-nums}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.metric{border-top:1px solid var(--line);padding-top:12px;min-width:0}.metric span,.metric small,.metric strong{display:block}.metric span{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.metric strong{font-size:15px;margin:4px 0;font-variant-numeric:tabular-nums}.metric small{font-size:9px;color:#667589}.account-foot{display:flex;justify-content:space-between;color:#647386;font-size:9px;margin-top:16px}.alerts-list{display:flex;flex-direction:column;gap:9px;margin-top:22px}.alert{display:grid;grid-template-columns:34px 1fr;gap:11px;padding:13px;background:#0a1420;border:1px solid var(--line);border-radius:13px}.alert-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(255,191,91,.1);color:var(--amber)}.alert svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8}.alert h3{font-size:12px;margin:0}.alert p{font-size:10px;color:var(--muted);margin:4px 0 0}.alert.critical-alert .alert-icon{color:var(--red);background:rgba(255,107,107,.1)}.empty{padding:28px 15px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:14px;font-size:12px}.trend-panel{margin:16px 0}.legend{display:flex;flex-wrap:wrap;gap:12px;font-size:10px;color:var(--muted)}.legend span{display:flex;align-items:center;gap:5px}.legend i{width:16px;height:2px;background:var(--c)}.chart{height:280px;margin-top:20px}.chart svg{width:100%;height:100%;overflow:visible}.grid-line{stroke:#192638;stroke-width:1}.axis-label{fill:#6d7c90;font-size:9px}.trend-line{fill:none;stroke:var(--c);stroke-width:2;vector-effect:non-scaling-stroke}.trend-dot{fill:var(--surface);stroke:var(--c);stroke-width:2}.chart-empty{height:100%;display:grid;place-items:center;color:var(--muted)}details{margin-top:12px;color:var(--muted);font-size:11px}summary{cursor:pointer;padding:10px 0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:680px}th,td{text-align:right;padding:9px;border-bottom:1px solid var(--line);font-variant-numeric:tabular-nums}th:first-child,td:first-child{text-align:left}footer{display:flex;justify-content:space-between;gap:20px;color:#667589;font-size:10px;padding:12px 4px 35px}.toast{position:fixed;right:24px;bottom:24px;max-width:330px;padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:#111d2b;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}.skeleton-card{height:270px;border-radius:16px;background:linear-gradient(90deg,#0a1420 20%,#122032 40%,#0a1420 60%);background-size:300% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-150% 0}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:960px){.workspace{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.hero{padding-top:55px}}@media(max-width:650px){.shell{width:min(100% - 24px,1440px)}.topbar{height:72px}.brand small{display:none}.status{font-size:0}.button{font-size:0;width:42px;padding:0;justify-content:center}.hero{display:block;padding:42px 0 34px}.hero h1{font-size:42px}.lede{font-size:15px}.freshness{margin-top:28px}.portfolio,.accounts-panel,.alerts-panel,.trend-panel{padding:17px;border-radius:16px}.kpi-grid,.accounts-grid{grid-template-columns:1fr}.kpi-grid{gap:8px}.kpi{display:grid;grid-template-columns:1fr auto;align-items:center}.kpi strong{grid-row:1/3;grid-column:2;font-size:24px}.metrics{gap:5px}.segmented{display:none}.chart{height:220px}footer{flex-direction:column;gap:5px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
