:root{--canvas:#f3f5f1;--surface:#ffffff;--ink:#13201e;--muted:#697572;--forest:#102e29;--forest-2:#19473e;--mint:#1c7967;--mint-soft:#ddf2eb;--coral:#ca5750;--coral-soft:#ffe6e2;--violet:#6759c7;--violet-soft:#ece9ff;--amber:#b87818;--amber-soft:#fff0cf;--border:#e1e6e2;--shadow:0 18px 48px rgba(22,50,44,.08)}*{box-sizing:border-box}html{background:var(--canvas)}body,html{min-height:100%}body{margin:0;color:var(--ink);background:radial-gradient(circle at 8% -8%,#e1f0ea 0,transparent 29rem),var(--canvas);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(28,121,103,.3);outline-offset:3px}.eyebrow{margin:0;color:var(--mint);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dashboard-shell,.source-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:22px 0 40px}.topbar{min-height:62px;justify-content:space-between;gap:18px}.brand,.topbar{display:flex;align-items:center}.brand{gap:11px}.brand>span{width:42px;height:42px;display:grid;place-items:center;color:white;background:var(--forest);border-radius:14px;box-shadow:0 10px 24px rgba(16,46,41,.16)}.brand>span svg{width:21px}.brand div{display:grid;gap:2px}.brand strong{font-size:14px;letter-spacing:-.02em}.brand small{color:var(--muted);font-size:11px}.topbar nav{display:flex;align-items:center;gap:8px}.back-link,.icon-button,.topbar nav>a{min-height:41px;padding:0 13px;display:flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:13px;background:rgba(255,255,255,.72);color:#43504d;font-size:12px;font-weight:760;cursor:pointer}.icon-button:disabled{opacity:.6;cursor:wait}.preview-banner,.risk-banner{min-height:58px;margin:12px 0 20px;padding:11px 15px;display:flex;align-items:center;gap:12px;border-radius:16px}.preview-banner{color:#5d4f15;background:var(--amber-soft);border:1px solid #f0dba7}.risk-banner{color:#842f2a;background:var(--coral-soft);border:1px solid #f4c5c0}.preview-banner>svg,.risk-banner>svg{width:21px;flex:0 0 auto}.preview-banner div,.risk-banner div{display:grid;gap:2px}.preview-banner strong,.risk-banner strong{font-size:12px}.preview-banner span,.risk-banner span{font-size:11px;line-height:1.45}.welcome-row{margin:34px 2px 22px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.welcome-row h1{max-width:690px;margin:7px 0 5px;font-size:clamp(29px,4vw,48px);line-height:1.03;letter-spacing:-.055em}.welcome-row>div>p:last-child{margin:0;color:var(--muted);font-size:13px}.mode-pill{padding:8px 12px;display:flex;align-items:center;gap:8px;border:1px solid #cfe6de;border-radius:999px;background:#f7fffc;color:#236d5f;white-space:nowrap;font-size:11px;font-weight:800}.mode-pill i{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px var(--mint-soft)}.hero-card{min-height:310px;padding:clamp(25px,4vw,46px);display:grid;grid-template-columns:.8fr 1.2fr;gap:35px;color:white;background:linear-gradient(132deg,var(--forest) 0,var(--forest-2) 60%,#286d5e 125%);border-radius:30px;position:relative;overflow:hidden;box-shadow:0 24px 60px rgba(16,46,41,.18)}.hero-card:before{content:"";position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-110px;top:-155px;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 95px rgba(255,255,255,.018)}.hero-copy{min-width:0;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}.hero-copy>p{margin:0 0 8px;color:#b9d4cf;font-size:12px}.hero-copy>strong{font-size:clamp(44px,7vw,70px);line-height:1;letter-spacing:-.065em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero-copy>span{width:fit-content;margin-top:15px;padding:7px 10px;display:flex;align-items:center;gap:6px;border-radius:999px;font-size:11px;font-weight:800}.hero-copy>span svg{width:15px}.hero-copy .gain{color:#a9f0d7;background:rgba(126,228,191,.12)}.hero-copy .loss{color:#ffd0cd;background:rgba(255,117,107,.14)}.hero-copy>small{margin-top:13px;color:#b2cbc6;font-size:11px}.chart-wrap{min-width:0;min-height:210px;padding:17px 17px 8px;position:relative;z-index:2;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.055);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.chart-labels{padding:0 2px 4px;display:flex;justify-content:space-between;color:#d3e7e2;font-size:10px}.chart-labels em{color:#91afa9;font-style:normal}.equity-chart{width:100%;flex:1 1;overflow:visible}.kpi-grid{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi-card{min-height:122px;padding:19px;display:flex;align-items:center;gap:13px;background:var(--surface);border:1px solid var(--border);border-radius:21px;box-shadow:var(--shadow)}.kpi-icon{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:13px}.kpi-icon svg{width:19px}.kpi-icon.mint{color:var(--mint);background:var(--mint-soft)}.kpi-icon.coral{color:var(--coral);background:var(--coral-soft)}.kpi-icon.violet{color:var(--violet);background:var(--violet-soft)}.kpi-icon.amber{color:var(--amber);background:var(--amber-soft)}.kpi-card>div{min-width:0;display:grid;gap:4px}.kpi-card small{color:var(--muted);font-size:11px}.kpi-card strong{font-size:19px;letter-spacing:-.035em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.kpi-card em{color:#76817f;font-size:10px;font-style:normal}.content-grid{margin-top:16px;display:grid;grid-template-columns:1.08fr .92fr;gap:16px}.panel{min-height:360px;padding:25px;background:var(--surface);border:1px solid var(--border);border-radius:25px;box-shadow:var(--shadow)}.panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.detail-card h2,.events-card h2,.panel h2,.withdraw-card h2{margin:5px 0 0;font-size:20px;letter-spacing:-.035em}.status{padding:7px 9px;display:flex;align-items:center;gap:6px;border-radius:999px;white-space:nowrap;font-size:9px;font-weight:800}.status svg{width:14px}.status.okay{color:#176653;background:var(--mint-soft)}.status.paused{color:#9a3d36;background:var(--coral-soft)}.process-flow{margin-top:25px;display:grid}.process-flow>div{min-height:71px;padding:9px 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border-top:1px solid #eef1ee}.process-flow>div:first-child{border-top:0}.process-flow>div>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--mint);background:var(--mint-soft)}.process-flow>div>span svg{width:18px}.process-flow section{display:grid;gap:3px}.process-flow strong{font-size:12px}.process-flow small{color:var(--muted);font-size:11px;line-height:1.4}.process-flow i{width:7px;height:7px;border:2px solid #acb6b3;border-radius:50%}.process-flow .active-dot{border:0;background:var(--mint);box-shadow:0 0 0 4px var(--mint-soft)}.source-link{width:fit-content;margin-top:17px;display:flex;align-items:center;gap:7px;color:var(--mint);font-size:11px;font-weight:800}.source-link svg{width:14px}.risk-panel>header>svg{width:24px;color:var(--mint)}.risk-total{margin-top:26px;display:grid;grid-template-columns:1fr 1fr;gap:11px}.risk-total>span{min-height:84px;padding:15px;display:grid;gap:5px;background:#f7f9f6;border:1px solid #e9ede9;border-radius:16px}.risk-total small{color:var(--muted);font-size:11px}.risk-total strong{font-size:18px}.risk-total em{color:var(--muted);font-size:10px;font-style:normal}.sleeve-row{margin-top:22px}.sleeve-row>div:first-child{display:flex;justify-content:space-between;gap:15px;font-size:11px}.sleeve-row>div:first-child span{color:var(--muted)}.progress{height:9px;margin:10px 0 7px;overflow:hidden;border-radius:999px;background:#ebefec}.progress i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#45b195,var(--mint))}.sleeve-row>small{color:#76817f;font-size:10px}.guard-note{margin-top:21px;padding:12px;display:flex;align-items:center;gap:10px;color:#735111;background:var(--amber-soft);border-radius:14px}.guard-note>svg{width:18px;flex:0 0 auto}.guard-note p{margin:0;display:grid;gap:2px}.guard-note strong{font-size:11px}.guard-note span{font-size:10px;line-height:1.35}.withdraw-card{min-height:145px;margin-top:16px;padding:24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;color:white;background:linear-gradient(130deg,#27213b,#40365e);border-radius:26px;box-shadow:0 18px 44px rgba(39,33,59,.15)}.withdraw-icon{width:50px;height:50px;display:grid;place-items:center;color:#d8d0ff;background:rgba(255,255,255,.1);border-radius:16px}.withdraw-card .eyebrow{color:#beb3ee}.withdraw-card p:last-child{max-width:660px;margin:7px 0 0;color:#e1dbea;font-size:11px;line-height:1.5}.withdraw-card button{min-height:44px;padding:0 15px;display:flex;align-items:center;gap:7px;color:#bdb7cb;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:13px;font-size:10px;font-weight:800;cursor:not-allowed}.withdraw-card button svg{width:15px}.dashboard-shell>footer{padding:20px 4px 0;display:flex;justify-content:space-between;gap:15px;color:#727e7b;font-size:10px}.dashboard-shell>footer span{display:flex;align-items:center;gap:5px}.dashboard-shell>footer svg{width:13px}.auth-page{min-height:100vh;padding:28px;display:grid;place-items:center;background:radial-gradient(circle at 15% 10%,rgba(83,169,145,.24),transparent 26rem),linear-gradient(145deg,#0d2824,#183f38 55%,#2f6358)}.auth-card{width:min(450px,100%);padding:clamp(28px,6vw,47px);background:rgba(255,255,255,.98);border:1px solid rgba(255,255,255,.35);border-radius:30px;box-shadow:0 30px 80px rgba(0,0,0,.22)}.auth-mark{width:53px;height:53px;margin-bottom:24px;display:grid;place-items:center;color:white;background:var(--forest);border-radius:17px}.auth-card h1{margin:8px 0;font-size:31px;letter-spacing:-.05em}.auth-intro{margin:0 0 26px;color:var(--muted);font-size:11px;line-height:1.55}.auth-card form{display:grid;gap:15px}.auth-card label{display:grid;gap:7px;color:#43504d;font-size:10px;font-weight:750}.auth-card input{width:100%;min-height:47px;padding:0 13px;color:var(--ink);background:#f8faf8;border:1px solid #dce2de;border-radius:13px;font-size:13px}.auth-submit{min-height:48px;margin-top:3px;display:flex;justify-content:center;align-items:center;gap:7px;color:white;background:var(--forest);border:0;border-radius:13px;font-size:11px;font-weight:800;cursor:pointer}.auth-submit:disabled{opacity:.7;cursor:wait}.auth-error{margin:-3px 0;padding:10px;color:#9b3832;background:var(--coral-soft);border-radius:10px;font-size:9px}.auth-trust{margin-top:24px;padding-top:18px;display:flex;align-items:center;gap:10px;color:var(--mint);border-top:1px solid var(--border)}.auth-trust span{display:grid;gap:2px}.auth-trust strong{font-size:10px}.auth-trust small{color:var(--muted);font-size:8px}.source-shell{width:min(980px,calc(100% - 36px))}.back-link svg{width:16px}.source-intro{padding:48px 3px 27px}.source-intro h1{max-width:730px;margin:8px 0 10px;font-size:clamp(31px,5vw,51px);line-height:1.04;letter-spacing:-.055em}.source-intro>p:last-child{max-width:680px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.source-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.source-card{min-height:145px;padding:18px;background:white;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.source-card>span{width:36px;height:36px;margin-bottom:16px;display:grid;place-items:center;color:var(--mint);background:var(--mint-soft);border-radius:12px}.source-card>span svg{width:17px}.source-card div{display:grid;gap:4px}.source-card small{color:var(--muted);font-size:10px}.source-card strong{font-size:12px}.source-card p{margin:0;color:#737e7b;font-family:ui-monospace,monospace;font-size:9px;overflow-wrap:anywhere}.detail-card,.events-card{margin-top:14px;padding:24px;background:white;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.detail-card>header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.check{padding:7px 9px;display:flex;align-items:center;gap:6px;color:#1b6959;background:var(--mint-soft);border-radius:999px;font-size:9px;font-weight:800}.check.bad{color:#963b35;background:var(--coral-soft)}.check svg{width:14px}.detail-card dl{margin:22px 0 0;display:grid;grid-template-columns:1fr 1fr}.detail-card dl div{min-height:58px;padding:12px 4px;display:grid;gap:4px;border-top:1px solid #edf0ed}.detail-card dl div:nth-child(odd){padding-right:18px}.detail-card dt{color:var(--muted);font-size:10px}.detail-card dd{margin:0;font-size:11px;font-family:ui-monospace,monospace;overflow-wrap:anywhere}.events-card>header{margin-bottom:15px}.events-card>div>article{min-height:76px;padding:13px 2px;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;border-top:1px solid #edf0ed}.events-card>div>article:first-child{border-top:0}.event-dot{width:9px;height:9px;margin-top:4px;border-radius:50%;background:#9aa5a2;box-shadow:0 0 0 4px #eef1ef}.event-dot.risk{background:var(--amber);box-shadow:0 0 0 4px var(--amber-soft)}.event-dot.order{background:var(--violet);box-shadow:0 0 0 4px var(--violet-soft)}.events-card article>div{display:grid;gap:4px}.events-card article strong{font-size:11px}.events-card article p{margin:0;color:var(--muted);font-size:10px;line-height:1.45}.events-card article small{color:#788380;font-size:9px}.events-card article b{font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:900px){.hero-card{grid-template-columns:1fr}.chart-wrap{min-height:180px}.kpi-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.source-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.dashboard-shell,.source-shell{width:min(100% - 22px,1180px);padding-top:12px}.icon-button span,.topbar nav>a span{display:none}.icon-button,.topbar nav>a{width:41px;padding:0;justify-content:center}.welcome-row{margin-top:26px;align-items:flex-start;flex-direction:column}.hero-card{min-height:430px;padding:25px 20px;border-radius:24px}.hero-copy>strong{font-size:46px}.kpi-grid,.source-grid{grid-template-columns:1fr}.kpi-card{min-height:100px}.panel{padding:20px}.panel>header{align-items:flex-start;flex-direction:column}.risk-total{grid-template-columns:1fr}.withdraw-card{grid-template-columns:auto 1fr;padding:20px}.withdraw-card button{grid-column:1/-1;justify-content:center}.dashboard-shell>footer{flex-direction:column}.source-intro{padding-top:34px}.detail-card>header{flex-direction:column}.detail-card dl{grid-template-columns:1fr}.detail-card dl div:nth-child(odd){padding-right:4px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}