:root{color-scheme:dark;--bg: #000;--ink: #eee}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--ink);font-family:-apple-system,system-ui,Apple SD Gothic Neo,sans-serif;overscroll-behavior:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}#app{position:fixed;inset:0}.play,.select{position:absolute;left:0;top:0;overflow:hidden}.play canvas.board{position:absolute;left:0;touch-action:none;display:block}.hud{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 10px}.hud.top{top:0;height:44px}.hud.bottom{bottom:0;height:36px;justify-content:center;gap:22px;font-size:13px;color:#999}.hud .title{font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px}.hud .dim{color:#888;font-weight:400}.icon{width:44px;height:44px;border:0;background:transparent;color:#ccc;font-size:28px;line-height:1;cursor:pointer}.icon.back{font-size:34px}.hud .ans{border:1px solid #555;background:#222;color:#ddd;font-size:12px;padding:4px 10px;border-radius:999px;cursor:pointer}.overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0009}.card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:22px 28px;text-align:center}.card .big{font-size:34px;font-weight:800;letter-spacing:.1em;background:linear-gradient(90deg,#3fbf3f,#3ad0e6,#e63ac4);-webkit-background-clip:text;background-clip:text;color:transparent}.card .sub{color:#aaa;font-size:14px;margin:8px 0 14px}.row{display:flex;gap:12px;justify-content:center}.btn{border:0;border-radius:999px;padding:12px 22px;font-size:16px;font-weight:700;background:#333;color:#eee;cursor:pointer}.btn.next{background:#3fbf3f;color:#000}.select{overflow-y:auto;touch-action:pan-y}.select .inner{padding:16px 16px 40px}.select header{display:flex;align-items:baseline;gap:16px;margin-bottom:12px}.select h1{margin:0;font-size:22px}.select .sub{color:#888;font-size:13px}.tabs{display:flex;gap:6px;margin-bottom:10px;flex-wrap:wrap}.tab{border:1px solid #333;background:#111;color:#aaa;border-radius:999px;padding:6px 14px;font-size:14px;cursor:pointer}.tab.on{background:#eee;color:#000;border-color:#eee}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:6px}.cell{position:relative;height:48px;border:1px solid #2a2a2a;border-radius:10px;background:#141414;color:#ddd;font-weight:600;font-size:15px;cursor:pointer}.cell.done{border-color:#3fbf3f}.cell.perfect{border-color:#f2e33a}.cell.perfect:after{content:"★";position:absolute;right:5px;top:3px;font-size:10px;color:#f2e33a}.cell.last{outline:2px solid #3ad0e6}.cell.locked{background:#0a0a0a;color:#444;border-color:#1a1a1a;cursor:default}[hidden]{display:none!important}
