:root{--bg:#0f172a;--panel:#0b1220;--muted:#94a3b8;--accent:#60a5fa;--compare:#f59e0b;--swap:#ef4444;--sorted:#34d399}*{box-sizing:border-box;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}body{margin:0;background:var(--bg);color:var(--muted)}.container{max-width:1100px;margin:18px auto;padding:16px}header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.title{color:#e6eef8;font-weight:700;font-size:20px}.controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center;background:var(--panel);padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.03)}.controls input[type=text]{padding:8px;border-radius:6px;border:1px solid rgba(255,255,255,.06);background:transparent;color:inherit;width:220px}.controls button,.controls select,.controls input[type=range]{padding:8px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.04);background:#031025;color:#e6eef8;cursor:pointer}.controls button[disabled]{opacity:.5;cursor:not-allowed}.mainPanel{margin-top:12px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);padding:14px;border-radius:10px;border:1px solid rgba(255,255,255,.02)}.arrayArea{height:420px;display:flex;align-items:flex-end;justify-content:center;padding:20px;gap:6px;overflow:hidden;position:relative}.bar{width:32px;border-radius:6px;display:flex;align-items:flex-end;justify-content:center;position:relative;transition:height .25s ease,transform .2s ease,background-color .2s ease}.barLabel{position:absolute;top:-18px;font-size:12px;color:#e6eef8;pointer-events:none}.legend{display:flex;gap:12px;margin-top:12px;color:var(--muted);font-size:13px}.legendItem{display:flex;align-items:center;gap:6px}.legendSwatch{width:14px;height:14px;border-radius:3px}@media (max-width:800px){.bar{width:18px}.controls input[type=text]{width:140px}}
