:root{color-scheme:dark}html,body{margin:0;height:100%;background:#0b0c12;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;overflow:hidden;overscroll-behavior:none}#app{height:100%;display:flex;align-items:center;justify-content:center}.wrap{width:min(520px,100vw);height:100%;display:flex;flex-direction:column;gap:12px;padding:14px;padding-bottom:calc(14px + env(safe-area-inset-bottom));box-sizing:border-box}.controls{display:flex;gap:12px;justify-content:space-between;align-items:center;padding:10px;border-radius:16px;background:#0c0c188c;border:1px solid rgba(160,170,255,.16);margin-bottom:calc(10px + env(safe-area-inset-bottom))}.controls .btn{min-width:44px;min-height:44px;padding:10px;border-radius:14px}.header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.title{font-weight:900;letter-spacing:.12em;font-size:18px;color:#f2f4ff}.sub{opacity:.7;font-size:12px;color:#cfd3ff;margin-top:4px}.score{font-weight:900;font-size:16px;color:#fff}.board{flex:1;display:flex;align-items:center;justify-content:center}canvas{width:min(92vw,520px);height:auto;aspect-ratio:1/1;max-height:62vh;border-radius:18px;border:1px solid rgba(160,170,255,.18);background:linear-gradient(180deg,#141428a6,#0a0a12d9);box-shadow:0 0 60px #00000059;touch-action:none}.panel{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.slotCol{flex:1;display:flex;flex-direction:column;gap:10px}.rowLabel{opacity:.75;font-size:12px;letter-spacing:.08em;color:#d7dbff}.tray{display:flex;gap:10px;touch-action:none}.card{flex:1;min-width:0;background:#0c0c188c;border:1px solid rgba(160,170,255,.16);border-radius:16px;padding:10px;box-sizing:border-box;touch-action:none}.btn{width:100%;padding:10px;border-radius:14px;border:1px solid rgba(160,170,255,.2);background:#181832cc;color:#f2f4ff;font-weight:900;letter-spacing:.06em;cursor:pointer}.btn.primary{border-color:#ff963c8c;background:linear-gradient(180deg,#ff8c37eb,#b43c1ee0)}.btn.disabled{opacity:.35;cursor:not-allowed;filter:saturate(.7)}.hint{opacity:.7;font-size:12px;color:#cfd3ff;line-height:1.35}.toast{position:fixed;left:50%;bottom:16px;transform:translate(-50%);background:#000000b3;border:1px solid rgba(160,170,255,.22);padding:10px 12px;border-radius:14px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:13px;opacity:0;pointer-events:auto;-webkit-user-select:text;user-select:text;transition:opacity .15s ease;max-width:min(92vw,520px)}.toast.show{opacity:1}.tut{position:fixed;inset:0;pointer-events:none;z-index:50}.tut .hand{position:fixed;width:42px;height:42px;border-radius:999px;background:#ffffff14;border:1px solid rgba(200,210,255,.25);box-shadow:0 0 30px #ffffff1a}.tut .hand:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;margin-left:-5px;margin-top:-5px;border-radius:999px;background:#ffffffa6}.tut .trail{position:fixed;height:2px;background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);opacity:.65;border-radius:99px}.iconBtn{display:flex;align-items:center;justify-content:center;gap:8px}.iconBtn svg{width:18px;height:18px;opacity:.95}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}to{transform:translate(0)}}@keyframes pop{0%{transform:scale(1)}40%{transform:scale(1.06)}to{transform:scale(1)}}.shake{animation:shake .18s ease-in-out}.pop{animation:pop .22s cubic-bezier(.2,.9,.2,1)}
