@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#eef3fb;background:#080a0f;font-synthesis:none;--panel:#10141d;--panel2:#141a25;--border:#242d3d;--muted:#7f899b;--cyan:#67e8f9;--green:#34d399;--red:#fb7185;--amber:#fbbf24}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:radial-gradient(circle at 12% 0%,#12213a 0,transparent 26%),#080a0f}button{font:inherit}.app-shell{position:relative;z-index:1;max-width:1700px;margin:auto;padding:28px 34px 22px}.ambient{position:fixed;pointer-events:none;filter:blur(100px);opacity:.13;border-radius:999px;z-index:-1}.ambient-one{width:430px;height:430px;background:#22d3ee;top:-220px;left:20%}.ambient-two{width:360px;height:360px;background:#8b5cf6;right:-180px;top:35%}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.brand,.top-actions,.status-line,.hero-metrics,.panel-header,.connection-pill,.button,footer span{display:flex;align-items:center}.brand{gap:13px}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#1ed7e7,#5674f3);box-shadow:0 10px 35px #27d6e72c;color:#061014}.brand h1{font:700 22px Space Grotesk;margin:0}.brand p{color:var(--muted);margin:3px 0 0;font-size:13px}.top-actions{gap:10px}.connection-pill{gap:8px;padding:9px 12px;border:1px solid var(--border);background:#10141bb8;border-radius:99px;color:#aab3c2;font-size:12px}.connection-pill span{width:7px;height:7px;border-radius:50%}.connection-pill.online span{background:var(--green);box-shadow:0 0 10px var(--green)}.connection-pill.offline span{background:var(--red)}.button,.icon-button{border:1px solid var(--border);cursor:pointer;transition:.2s}.button{gap:7px;padding:10px 14px;border-radius:10px;font-weight:600}.button.primary{background:#67e8f9;color:#071014;border-color:#67e8f9}.button.stop{background:#2a1720;color:#ff9aad;border-color:#5a2735}.button.ghost,.icon-button{background:#121722;color:#c6ceda}.icon-button{width:40px;height:40px;border-radius:10px;display:grid;place-items:center}.button:hover,.icon-button:hover{transform:translateY(-1px);filter:brightness(1.08)}.panel{background:linear-gradient(150deg,#111722e8,#0e121ae8);border:1px solid var(--border);box-shadow:0 18px 50px #00000028;border-radius:17px}.hero-status{display:flex;justify-content:space-between;align-items:center;padding:23px 26px;margin-bottom:16px;overflow:hidden;position:relative}.hero-status:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#67e8f910;right:18%;top:-130px}.status-line{gap:8px;color:#aeb8c7;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.12em}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.running{background:var(--green);box-shadow:0 0 12px var(--green)}.status-dot.stopped{background:#7f899b}.status-dot.circuit_breaker{background:var(--red)}.hero-status h2{font:700 35px Space Grotesk;margin:8px 0 2px}.hero-status p{margin:0;color:var(--muted);font-size:13px}.hero-metrics{gap:45px;position:relative;z-index:1}.hero-metrics div{display:grid;gap:5px}.hero-metrics span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}.hero-metrics strong{font:600 17px Space Grotesk}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.stat-card{padding:18px;display:flex;gap:14px;align-items:flex-start}.stat-icon{width:37px;height:37px;border-radius:11px;background:#1b2230;display:grid;place-items:center;color:#a8b2c4}.stat-icon.positive{color:var(--green);background:#123329}.stat-icon.negative{color:var(--red);background:#351923}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);margin:0 0 5px}.stat-value{font:700 24px Space Grotesk;display:block}.stat-detail{font-size:12px;color:var(--muted);margin:4px 0 0}.stat-detail.positive,.positive-text{color:var(--green)!important}.stat-detail.negative,.negative-text{color:var(--red)!important}.warning-text{color:var(--amber)!important}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:14px}.content-panel{padding:20px;min-height:260px}.content-panel.wide{min-height:360px}.content-panel.full{grid-column:1/-1;min-height:260px}.panel-header{justify-content:space-between;margin-bottom:17px}.panel-header h2{font:600 16px Space Grotesk;margin:0}.panel-header p{font-size:12px;color:var(--muted);margin:4px 0 0}.chart-wrap{height:285px}.bar-chart-wrap{height:290px}.health-list{display:grid;gap:11px}.health-row{display:grid;grid-template-columns:25px 1fr auto;gap:8px;align-items:center;font-size:13px}.health-row strong{font-size:12px}.health-check{width:21px;height:21px;border-radius:7px;background:#1b2230;color:#677083;display:grid;place-items:center;font-weight:700}.health-check.passed{background:#123329;color:var(--green)}.risk-banner{margin-top:17px;background:#2b2415;border:1px solid #5d4a1d;color:#e9cc74;padding:11px 12px;border-radius:11px;display:flex;align-items:flex-start;gap:9px;font-size:12px}.market-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.market-card{border:1px solid #202a39;background:#0d121a;padding:13px;border-radius:12px;min-width:0}.market-card>div:first-child{display:flex;align-items:baseline;gap:3px}.market-card strong{font:700 14px Space Grotesk}.market-card span{font-size:9px;color:#606a7a}.market-card b{font:600 16px Space Grotesk;display:block;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market-card p{font-size:11px;margin:5px 0 10px}.market-card small{color:#667083}.spread{display:flex;justify-content:space-between;border-top:1px solid #1c2431;padding-top:8px}.spread em{font-style:normal;color:#9ea8b8;font-size:10px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{text-align:left;color:#687285;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:700;padding:8px 10px;border-bottom:1px solid var(--border)}td{padding:12px 10px;border-bottom:1px solid #1d2532;color:#b7c0cf;white-space:nowrap}tbody tr:last-child td{border-bottom:0}.asset{display:flex;align-items:center;gap:8px}.asset>span{width:25px;height:25px;border-radius:8px;background:#1c2634;color:var(--cyan);display:grid;place-items:center;font-weight:700}.asset strong{color:#e6ebf2}.tag{font-size:9px;font-weight:700;padding:5px 7px;border-radius:7px}.tag.win{background:#123329;color:var(--green)}.tag.loss{background:#351923;color:var(--red)}.decision-list{display:grid;gap:9px}.decision{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:start;border-bottom:1px solid #1c2430;padding-bottom:9px}.decision:last-child{border:0}.decision-score{width:36px;height:36px;border-radius:11px;background:#1b2230;display:grid;place-items:center;font:700 13px Space Grotesk}.decision-score.approved{background:#123329;color:var(--green)}.decision-score.watch{background:#2b2415;color:var(--amber)}.decision>div:nth-child(2)>div{display:flex;gap:7px;align-items:center}.decision strong{font-size:12px}.decision p{margin:3px 0;color:#8e98a9;font-size:11px;line-height:1.35}.decision small{color:#596273;font-size:9px}.mini-status{font-size:8px!important;padding:3px 5px;border-radius:5px;font-weight:700}.mini-status.approved{background:#123329;color:var(--green)}.mini-status.watch{background:#2b2415;color:var(--amber)}.mini-status.rejected{background:#241923;color:#ba8090}.empty{height:110px;display:flex;align-items:center;justify-content:center;gap:9px;color:#687285}.muted{color:var(--muted)}footer{display:flex;justify-content:center;gap:28px;color:#596273;font-size:10px;margin-top:18px}footer span{gap:6px}.loading{height:100vh;display:grid;place-content:center;justify-items:center;color:#8f99aa;gap:12px}.pulse-logo{width:54px;height:54px;border-radius:17px;background:#142433;color:var(--cyan);display:grid;place-items:center;animation:pulse 1.5s infinite}@keyframes pulse{50%{box-shadow:0 0 0 15px #67e8f900,0 0 35px #67e8f930}}@media(max-width:1250px){.market-grid{grid-template-columns:repeat(4,1fr)}}.signal-chips{display:flex;flex-wrap:wrap;gap:4px;margin:4px 0}.chip{font-size:10px;padding:1px 6px;border-radius:8px;background:#94a3b81f;color:#94a3b8;white-space:nowrap}.verdict{font-size:11px;font-weight:600;margin:3px 0}.verdict.correct{color:#34d399}.verdict.wrong,.verdict.missed{color:#f87171}.verdict.neutral,.verdict.unknown{color:#94a3b8}.verdict.pending{color:#64748b;font-weight:400;font-style:italic}
