body{color:#e8eef8;background:#090d14;margin:0;font-family:Inter,Arial,sans-serif}.app{max-width:1200px;margin:auto;padding:24px}header{justify-content:space-between;align-items:center;display:flex}h1{margin:0;font-size:28px}p{color:#8fa3bf}button{color:#fff;cursor:pointer;background:#1b63ff;border:0;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;display:flex}button:disabled{opacity:.55;cursor:not-allowed}.warn{background:#b45309}.cards,.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.card,.stat,.panel{background:#111827;border:1px solid #223047;border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}.ok{color:#2ee98b}.bad,.sell{color:#ff5b6e}.buy{color:#2ee98b}input,select{color:#e8eef8;background:#0b1220;border:1px solid #2b3c55;border-radius:8px;padding:10px}small{color:#8fa3bf}.stat{color:#e8eef8;text-align:left;cursor:pointer}.bars{background:#111827;border:1px solid #223047;border-radius:14px;align-items:end;gap:2px;height:160px;padding:12px;display:flex;overflow:hidden}.bars div{background:linear-gradient(#27d3ff,#1b63ff);border-radius:3px 3px 0 0;width:7px}table{border-collapse:collapse;background:#111827;border-radius:14px;width:100%;overflow:hidden}th,td{text-align:left;border-bottom:1px solid #223047;padding:10px}th{color:#8fa3bf}.loading{padding:40px}.panel{margin:16px 0}.panel-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.panel h2{margin:0}.controls{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.controls label{color:#8fa3bf;flex-direction:column;gap:6px;display:flex}.gap-result{flex-direction:column;gap:12px;display:flex}.mini-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.mini-grid span{background:#0b1220;border:1px solid #223047;border-radius:10px;padding:10px}@media (width<=760px){header,.panel-head{flex-direction:column}.controls{align-items:stretch}.controls button{justify-content:center}}
