:root{color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0b0f1a;color:#e2e8f0;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.card{background:#131a2b;border:1px solid #22304d;border-radius:14px}.btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:0;padding:10px 18px;border-radius:10px;font-weight:600;cursor:pointer}.btn:hover{filter:brightness(1.08)}.btn.ghost{background:#1b2540}.btn.ghost,.input{border:1px solid #2b3a5e}.input{width:100%;background:#0e1524;border-radius:10px;padding:10px 12px;color:#e2e8f0;outline:none}.input:focus{border-color:#6366f1}.up{color:#22c55e}.down{color:#ef4444}.muted{color:#94a3b8}.app-shell{display:flex;min-height:100vh}.app-main{flex:1 1;min-width:0;padding:26px 24px}.sidebar{width:220px;flex-shrink:0;background:#0e1524;border-right:1px solid #1c2740;display:flex;flex-direction:column;padding:18px 12px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sb-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;padding:6px 8px 18px}.sb-dot{width:22px;height:22px;border-radius:7px;background:linear-gradient(135deg,#6366f1,#22d3ee);box-shadow:0 0 16px rgba(99,102,241,.5)}.sb-nav{display:flex;flex-direction:column;gap:4px;flex:1 1}.sb-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:#94a3b8;font-size:14px;font-weight:500;transition:all .15s}.sb-item:hover{color:#e2e8f0;background:rgba(255,255,255,.04)}.sb-item.on{color:#fff;background:rgba(99,102,241,.16)}.sb-foot{border-top:1px solid #1c2740;padding-top:10px;margin-top:10px}.spinner{width:34px;height:34px;border:3px solid #1c2740;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:640px){.sidebar{width:64px}.sb-brand b,.sb-item span{display:none}}