:root{--bg:#070c13;--panel:#0d1622;--panel2:#101c2a;--line:#203044;--text:#dce6f2;--muted:#7f8da1;--blue:#60a5fa;--gray:#cbd5e1;--green:#34d399;--red:#fb7185;--amber:#fbbf24}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 70% -20%,#183453 0,transparent 32%),var(--bg);color:var(--text);font-family:Inter,Segoe UI,sans-serif;font-size:13px}header{height:66px;padding:0 22px;border-bottom:1px solid var(--line);background:#080e17e8;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:9}.brand,.head-status,.row,.panel-head,.legend{display:flex;align-items:center}.brand{gap:11px}.brand>span{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),#5eead4);color:#04101c;font-weight:900}.brand b,.brand small{display:block}.brand small{color:var(--muted);font-size:10px;margin-top:2px}.head-status{gap:10px}.demo{padding:6px 10px;border-radius:999px;background:#143320;border:1px solid #277748;color:#75f2a5;font-size:10px;letter-spacing:1px}.head-status span{color:var(--amber);font:11px ui-monospace,monospace}.shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:calc(100vh - 66px)}aside{padding:15px;border-right:1px solid var(--line)}main{padding:15px;min-width:0}.card{background:linear-gradient(145deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:10px;margin-bottom:14px;overflow:hidden}.auth-card,.card form{padding:14px}.card h2{font-size:12px;margin:0 0 12px}.card label{display:block;color:#aab8ca;font-size:10px;font-weight:700;margin-bottom:9px}.card input{display:block;width:100%;height:35px;margin-top:5px;padding:0 9px;background:#080f18;color:var(--text);border:1px solid var(--line);border-radius:6px;font:11px ui-monospace,monospace}.row{gap:7px;margin-bottom:7px}.row button{flex:1}button{height:36px;padding:0 10px;border:1px solid #28618c;border-radius:6px;background:#153e60;color:#cdeaff;font-weight:750;font-size:10px;cursor:pointer}button.secondary{background:#151f2c;border-color:#35465c;color:#aab8c8}button.success{background:#123f31;border-color:#23785b;color:#83f3c5}button.danger{background:#451b27;border-color:#843449;color:#fecdd6}.full{width:100%}.guard{color:#718097;font-size:9px;line-height:1.55;margin:10px 0 0}.identity{display:grid;grid-template-columns:repeat(6,1fr);padding:13px 15px}.identity div,.metrics article{padding:3px 13px;border-right:1px solid var(--line)}.identity div:last-child,.metrics article:last-child{border:0}.identity span,.metrics span{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.7px}.identity b,.metrics b{display:block;margin-top:5px;font:13px ui-monospace,monospace}.demo-text{color:var(--green)}.metrics{display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:14px}.metrics article{background:#0e1825;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px}.panel-head{min-height:53px;padding:10px 14px;border-bottom:1px solid var(--line);justify-content:space-between;gap:16px}.panel-head h2{margin:0}.panel-head small{color:var(--muted);font-size:9px}.legend{flex-wrap:wrap;gap:5px;color:var(--muted);font-size:9px}.legend i{width:13px;height:2px;margin-left:7px;background:currentColor}.legend .price{color:var(--blue)}.legend .ema{color:var(--gray)}.legend .buy{color:#2dd4bf;height:6px}.legend .sell{color:var(--red);height:6px}.legend .trail,.legend .sl{background:repeating-linear-gradient(90deg,currentColor 0 3px,transparent 3px 6px)}.legend .trail{color:#4ade80}.legend .sl{color:#fca5a5}#priceChart{height:440px;position:relative}.trade-links{position:absolute;inset:0;z-index:2;pointer-events:none}.table-wrap{max-height:320px;overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th,td{text-align:left;padding:9px 11px;border-bottom:1px solid #1b293b;font:10px ui-monospace,monospace}th{color:#718197;background:#101a28;position:sticky;top:0}.buy-text,.positive{color:#2dd4bf}.sell-text,.negative{color:var(--red)}.grid-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mono-list,.logs{padding:12px;max-height:280px;overflow:auto;font:10px/1.55 ui-monospace,monospace}.mono-list div{display:flex;justify-content:space-between;border-bottom:1px solid #192638;padding:6px}.logs div{padding:3px 0;color:#98a8bb}.logs .error{color:#fca5a5}.logs .warn{color:#fcd080}.logs .success{color:#74e8b8}#toast{position:fixed;right:18px;bottom:18px;max-width:440px;padding:10px 14px;border-radius:7px;background:#17263a;border:1px solid #365271;display:none;z-index:20;font-size:11px}@media(max-width:1000px){.shell{grid-template-columns:1fr}aside{border:0}.identity,.metrics{grid-template-columns:repeat(3,1fr)}.grid-two{grid-template-columns:1fr}}@media(max-width:600px){.identity,.metrics{grid-template-columns:repeat(2,1fr)}header{padding:0 12px}.demo{display:none}}

