*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;background:#04040f;font-family:Avenir Next,Segoe UI,system-ui,sans-serif;color:#cdd3e8;-webkit-user-select:none;user-select:none}#bg,#fx{position:fixed;inset:0;width:100%;height:100%}#fx{z-index:1}#grid{position:fixed;left:4vw;right:4vw;top:7vh;bottom:19vh;z-index:2;display:grid;grid-template-columns:repeat(16,1fr);grid-template-rows:repeat(6,1fr);touch-action:none;cursor:crosshair}.cell{border:1px solid rgba(255,255,255,.055);transition:background-color .12s ease}.cell.band{background:#ffffff05}.cell:hover{background:#ffffff0f}.cell.active{box-shadow:inset 0 0 0 1px #ffde9647;background:#ffcd820d}#toolbar{position:fixed;left:0;right:0;bottom:0;z-index:3;display:flex;align-items:center;gap:1.25rem;padding:.9rem 1.5rem;background:#070816b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.07)}#toolbar button{font:inherit;color:#e6eaf6;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.45rem 1.1rem;cursor:pointer;transition:background-color .12s ease}#toolbar button:hover:not(:disabled){background:#ffffff26}#toolbar button:disabled{opacity:.35;cursor:default}#play,#mute{font-size:1.05rem;width:3rem;text-align:center;padding:.45rem 0}#mute.muted{text-decoration:line-through;opacity:.45}.tempo{display:flex;align-items:center;gap:.6rem}.tempo input{width:180px;accent-color:#f2cd7e}#bpm{min-width:4.5rem;font-variant-numeric:tabular-nums;color:#f2cd7e}.spacer{flex:1}#toast{position:fixed;bottom:5.5rem;left:50%;transform:translate(-50%);z-index:3;padding:.5rem 1rem;border-radius:999px;background:#0a0c1ed9;border:1px solid rgba(255,255,255,.12);font-size:.85rem;opacity:0;transition:opacity .25s ease;pointer-events:none}#toast.show{opacity:1}
