:root{color:#e2e8f0;background:#020617;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.45}*{box-sizing:border-box}body{min-height:100vh;margin:0}.app{gap:16px;max-width:1200px;margin:0 auto;padding:20px;display:grid}header h1{margin:0;font-size:1.8rem}header p{color:#94a3b8;margin:6px 0 0}.panel{background:#111827;border:1px solid #1f2937;border-radius:10px;padding:14px}.panel h2{margin-top:0}.row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.space-between{justify-content:space-between}input,select,button{color:#e2e8f0;background:#0f172a;border:1px solid #334155;border-radius:8px;padding:8px 10px}button{cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.active-btn{border-color:#60a5fa}.rule-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:10px;display:grid}.rule-grid label{color:#94a3b8;gap:6px;font-size:.92rem;display:grid}.toggle{align-items:center;gap:8px;display:flex!important}.toggle input{width:16px;height:16px}.two-col{grid-template-columns:360px 1fr;gap:12px;display:grid}.picks{gap:6px;margin:0;padding:0;list-style:none;display:grid}.picks li{border:1px solid #1f2937;border-radius:8px;padding:8px}.picks li.active{border-color:#60a5fa}.picks li button{justify-content:space-between;width:100%;display:flex}.picks li small{color:#94a3b8;margin-top:6px;display:block}.chart-shell{border-radius:8px;overflow:hidden}.error{color:#fecaca;background:#7f1d1d;border:1px solid #ef4444;border-radius:8px;margin:0;padding:8px 10px}@media (width<=900px){.two-col{grid-template-columns:1fr}}
