@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e5eefc;background:#030712;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,select,textarea{font:inherit}button{color:inherit}.app-shell{min-height:100vh;background:radial-gradient(circle at 15% 10%,rgba(59,130,246,.25),transparent 26rem),radial-gradient(circle at 85% 5%,rgba(16,185,129,.14),transparent 28rem),radial-gradient(circle at 50% 95%,rgba(124,58,237,.18),transparent 30rem),#030712;padding:32px}.container{max-width:1680px;margin:0 auto}.header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:28px}.eyebrow{color:#67e8f9;font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:700}h1{font-size:clamp(32px,5vw,58px);line-height:.95;margin:10px 0 12px;max-width:840px}.subtitle{color:#9ca3af;max-width:850px;line-height:1.65;margin:0}.status-stack{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.status-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(148,163,184,.25);background:#0f172aa6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:999px;padding:10px 14px;color:#cbd5e1;white-space:nowrap}.status-dot{width:8px;height:8px;background:#22c55e;border-radius:999px;box-shadow:0 0 18px #22c55ee6}.status-dot.purple{background:#a78bfa;box-shadow:0 0 18px #a78bfae6}.stack{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}.inline-error{display:flex;align-items:center;gap:8px;padding:12px 14px;margin-bottom:16px;color:#fecdd3;background:#7f1d1d52}.grid{display:grid;grid-template-columns:320px minmax(0,1fr) 390px;gap:18px;align-items:start}.card{border:1px solid rgba(148,163,184,.18);background:#0f172ab8;box-shadow:0 24px 80px #00000059;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:24px}.sidebar{padding:18px;position:sticky;top:24px}.sidebar-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px;color:#f8fafc}.file-picker-stack{display:grid;gap:10px;margin-bottom:16px}.file-picker{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px dashed rgba(103,232,249,.28);background:#082f4938;border-radius:14px;padding:10px 12px;color:#cbd5e1;cursor:pointer}.file-picker:hover{border-color:#67e8f99e}.file-picker span{font-size:13px;font-weight:700;color:#e0f2fe;white-space:nowrap}.file-picker input{min-width:0;max-width:145px;color:#94a3b8;font-size:11px}.file-picker.standalone{width:min(420px,calc(100vw - 32px))}.robot-list{display:grid;gap:10px}.robot-button{width:100%;text-align:left;color:#cbd5e1;background:#1e293b73;border:1px solid rgba(148,163,184,.14);border-radius:18px;padding:14px;cursor:pointer;transition:.18s ease}.robot-button:hover{border-color:#67e8f97a;transform:translateY(-1px)}.robot-button.active{background:linear-gradient(135deg,#0ea5e92e,#22c55e1f);border-color:#67e8f9b3;box-shadow:inset 0 0 0 1px #22d3ee2e}.robot-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.robot-name{font-weight:700;color:#f8fafc}.robot-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px;color:#94a3b8;font-size:12px}.tag{border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:4px 8px;background:#02061759}.main{display:grid;gap:18px}.hero-card{padding:22px}.toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.robot-heading{margin:0;font-size:26px}.robot-desc{color:#9ca3af;line-height:1.6;margin:8px 0 0;max-width:760px}.select{background:#02061799;color:#e5eefc;border:1px solid rgba(148,163,184,.24);border-radius:14px;padding:10px 12px;min-width:180px}.chart-wrap{width:100%;height:380px;margin-top:18px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric{padding:18px}.metric-label{color:#94a3b8;font-size:13px;margin-bottom:10px}.metric-value{font-size:26px;font-weight:800;color:#f8fafc}.metric-sub{color:#64748b;font-size:12px;margin-top:6px}.details-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.panel{padding:20px}.panel h3,.chat-header h3{display:flex;align-items:center;gap:8px;margin:0 0 12px}.rules{display:grid;gap:12px;color:#cbd5e1;line-height:1.55}.rule{padding:14px;border-radius:16px;background:#1e293b6b;border:1px solid rgba(148,163,184,.12)}.kv{display:grid;gap:10px}.kv-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid rgba(148,163,184,.12);color:#cbd5e1}.kv-row span:first-child{color:#94a3b8}.positive{color:#34d399}.negative{color:#fb7185}.neutral{color:#93c5fd}.decision{font-size:12px;border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:4px 8px;color:#cbd5e1;background:#02061759;white-space:nowrap}.decision.keep{color:#86efac;border-color:#22c55e47}.decision.weak_candidate{color:#fde68a;border-color:#eab30847}.decision.failed{color:#fecdd3;border-color:#f8717152}.loading{min-height:100vh;display:grid;place-items:center;background:#030712;color:#cbd5e1}.error{color:#fb7185}.chat-card{height:calc(100vh - 64px);min-height:720px;max-height:940px;position:sticky;top:24px;padding:18px;display:flex;flex-direction:column;overflow:hidden}.chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.chat-header p{margin:-4px 0 0;color:#94a3b8;font-size:13px}.chat-mode{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;font-size:12px;border:1px solid rgba(148,163,184,.18);color:#cbd5e1}.chat-mode.mock{background:#7c3aed29}.chat-mode.live{background:#22c55e29}.chat-suggestions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.chat-suggestions button{border:1px solid rgba(103,232,249,.22);background:#082f4959;color:#a5f3fc;border-radius:999px;padding:7px 10px;font-size:12px;cursor:pointer}.chat-suggestions button:hover{border-color:#67e8f98c}.chat-messages{flex:1;min-height:0;overflow-y:auto;padding:8px 2px 12px;display:flex;flex-direction:column;gap:12px}.chat-message{display:flex}.chat-message.user{justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.chat-bubble{max-width:88%;border-radius:18px;padding:12px 14px;line-height:1.5;font-size:14px;white-space:pre-wrap}.chat-message.assistant .chat-bubble{color:#dbeafe;background:#1e293ba3;border:1px solid rgba(148,163,184,.12);border-top-left-radius:6px}.chat-message.user .chat-bubble{color:#ecfeff;background:linear-gradient(135deg,#0ea5e975,#7c3aed57);border:1px solid rgba(103,232,249,.22);border-top-right-radius:6px}.typing{display:inline-flex;align-items:center;gap:8px;color:#c4b5fd!important}.typing svg{animation:spin 1s linear infinite}.chat-error{display:flex;align-items:center;gap:7px;margin:8px 0;color:#fb7185;font-size:13px}.chat-input-row{display:grid;grid-template-columns:1fr 48px;gap:10px;align-items:end;padding-top:12px;border-top:1px solid rgba(148,163,184,.12)}.chat-input-row textarea{resize:none;width:100%;color:#e5eefc;background:#02061794;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:12px 13px;outline:none;line-height:1.4}.chat-input-row textarea:focus{border-color:#67e8f994;box-shadow:0 0 0 3px #22d3ee1a}.chat-input-row button{height:48px;border:0;border-radius:16px;cursor:pointer;background:linear-gradient(135deg,#06b6d4,#7c3aed);display:grid;place-items:center;box-shadow:0 12px 36px #22d3ee2e}.chat-input-row button:disabled{opacity:.45;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1320px){.grid{grid-template-columns:300px minmax(0,1fr)}.chat-card{grid-column:1 / -1;height:620px;min-height:620px;position:static}}@media (max-width: 980px){.app-shell{padding:20px}.header,.toolbar{flex-direction:column}.status-stack{align-items:flex-start}.grid,.details-grid{grid-template-columns:1fr}.sidebar{position:static}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.metrics-grid{grid-template-columns:1fr}.chat-card{min-height:620px}.chat-input-row{grid-template-columns:1fr}.chat-input-row button{width:100%}}.status-dot.blue{background:#38bdf8;box-shadow:0 0 18px #38bdf8e6}.chart-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:8px 0 12px}.chart-title-row h3{display:flex;align-items:center;gap:8px;margin:0;color:#f8fafc}.chart-title-row p{margin:6px 0 0;color:#94a3b8;line-height:1.5;font-size:13px}.chart-title-row.compact{margin:0 0 10px}.candle-chart-wrap{width:100%;height:520px;margin-top:10px}.candle-chart-shell{position:relative;width:100%;height:100%;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 50% 0%,rgba(34,211,238,.08),transparent 25rem),#0206173b;border:1px solid rgba(148,163,184,.1)}.candle-svg{display:block;width:100%;height:100%;cursor:crosshair}.axis-text{fill:#94a3b8;font-size:12px;font-weight:600;dominant-baseline:middle}.pnl-axis{fill:#c4b5fd}.candle-up line,.candle-up rect{stroke:#34d399}.candle-up rect{fill:#34d399d1}.candle-down line,.candle-down rect{stroke:#fb7185}.candle-down rect{fill:#fb7185d1}.pnl-overlay-line{stroke:#a78bfa;stroke-width:3;filter:drop-shadow(0 0 9px rgba(167,139,250,.46))}.hover-line{stroke:#e2e8f07a;stroke-width:1;stroke-dasharray:4 4;vector-effect:non-scaling-stroke}.pnl-dot{fill:#a78bfa;stroke:#f8fafc;stroke-width:2;vector-effect:non-scaling-stroke}.chart-legend{position:absolute;left:18px;top:14px;display:flex;flex-wrap:wrap;gap:10px;color:#cbd5e1;font-size:12px;pointer-events:none}.chart-legend span{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(148,163,184,.14);background:#0f172ab8;border-radius:999px;padding:6px 9px}.legend-candle{width:9px;height:13px;border-radius:2px;display:inline-block}.legend-candle.up{background:#26a69a}.legend-candle.down{background:#ef5350}.legend-line{width:18px;height:3px;display:inline-block;border-radius:999px;background:#a78bfa}.candle-tooltip{position:absolute;right:18px;top:52px;width:210px;border:1px solid rgba(148,163,184,.18);background:#0f172ae6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;padding:12px;box-shadow:0 18px 50px #00000061;pointer-events:none}.tooltip-date{color:#e0f2fe;font-weight:800;margin-bottom:8px}.tooltip-grid{display:grid;grid-template-columns:1fr auto;gap:7px 12px;font-size:12px}.tooltip-grid span{color:#94a3b8}.tooltip-grid strong{color:#f8fafc}.empty-chart{height:100%;display:grid;place-items:center;color:#94a3b8}.pnl-card{padding:18px}.empty-panel{min-height:150px;display:grid;place-items:center;border:1px dashed rgba(148,163,184,.18);border-radius:16px;color:#94a3b8;background:#0206173d;text-align:center;padding:18px}.report-panel pre{margin:0;max-height:360px;overflow:auto;white-space:pre-wrap;color:#cbd5e1;line-height:1.55;font-size:13px}.chart-wrap.small{height:220px;margin-top:0}@media (max-width: 980px){.candle-chart-wrap{height:460px}.chart-title-row{flex-direction:column}}@media (max-width: 560px){.candle-chart-wrap{height:420px}.chart-legend{position:static;padding:10px 12px 0}.candle-tooltip{left:12px;right:12px;top:auto;bottom:16px;width:auto}}.tv-chart-shell{position:relative;width:100%;height:100%;border-radius:18px;overflow:hidden;background:#0b1220;border:1px solid rgba(148,163,184,.14)}.tv-chart-container{position:absolute;top:46px;right:0;bottom:0;left:0}.tv-chart-header{position:absolute;z-index:4;inset:0 0 auto 0;min-height:46px;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;background:linear-gradient(180deg,#0f172af5,#0f172ab8);border-bottom:1px solid rgba(148,163,184,.12)}.chart-legend.tv{position:static;padding:0}.tv-help{color:#94a3b8;font-size:12px;white-space:nowrap}.tv-tooltip{display:none;z-index:5;right:auto;top:auto;width:220px}@media (max-width: 760px){.tv-chart-header{align-items:flex-start;flex-direction:column}.tv-chart-container{inset-top:82px}.tv-help{white-space:normal}}
