*{box-sizing:border-box;margin:0}[hidden]{display:none!important}:root{--bg:#faf3e6;--paper:#fffdf7;--ink:#3d3229;--muted:#8a7a68;--line:#eadfcb;--terracotta:#e2704a;--terracotta-dark:#c95c38;--amber:#f2b23e;--teal:#2f9c8f;--pink:#e85d8a;--shadow:0 6px 24px #5d40231f;--radius:16px}body{background:radial-gradient(1100px 500px at 85% -10%, #fdeacd 0%, transparent 60%), radial-gradient(900px 420px at -10% 20%, #fde9dc 0%, transparent 55%), var(--bg);color:var(--ink);flex-direction:column;min-height:100vh;font-family:Nunito Variable,Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex}body.landing .game-only{display:none!important}body.in-game #landing{display:none}.topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);z-index:15;background:#fffdf7d9;flex-wrap:wrap;align-items:center;gap:1rem;padding:.65rem 1.25rem;display:flex;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:-.01em;align-items:center;gap:.4rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.brand-mark{font-size:1.35rem;display:inline-block;transform:rotate(-8deg)}.nav-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.controls{align-items:center;gap:.6rem;display:flex}.controls label{color:var(--muted);font-size:.85rem;font-weight:600}select,button{font:inherit;color:var(--ink);background:var(--paper);border:2px solid var(--line);cursor:pointer;border-radius:12px;padding:.45rem .9rem;font-size:.9rem;font-weight:700;transition:transform .12s,box-shadow .12s,border-color .12s,background .12s}button:hover{border-color:var(--amber);transform:translateY(-1px);box-shadow:0 4px 10px #5d40231f}button:active{transform:translateY(0)}button.primary,#new-puzzle{background:var(--terracotta);border-color:var(--terracotta);color:#fff}button.primary:hover,#new-puzzle:hover{background:var(--terracotta-dark);border-color:var(--terracotta-dark)}button.ghost{background:0 0}input{font:inherit;color:var(--ink);background:var(--paper);border:2px solid var(--line);border-radius:12px;padding:.5rem .85rem}input:focus{border-color:var(--amber);outline:none}.account-chip{border-radius:99px;align-items:center;gap:.45rem;padding:.3rem .75rem .3rem .35rem;display:flex}.account-chip img{background:var(--line);border-radius:50%;width:26px;height:26px}.menu{z-index:30;background:var(--paper);border:2px solid var(--line);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;min-width:160px;padding:.35rem;display:flex;position:fixed;top:3.4rem;right:1rem}.menu button{text-align:left;background:0 0;border:none;border-radius:9px;padding:.5rem .75rem}.menu button:hover{background:var(--bg);box-shadow:none;transform:none}#landing{flex:1}.hero{text-align:center;max-width:880px;margin:0 auto;padding:3.5rem 1.25rem 2.5rem}.hero h1{letter-spacing:-.02em;font-size:clamp(2rem,5.5vw,3.1rem);font-weight:900;line-height:1.12}.hero h1 em{color:var(--terracotta);white-space:nowrap;font-style:normal;position:relative}.hero h1 em:after{content:"";background:var(--amber);opacity:.4;z-index:-1;border-radius:99px;height:.28em;position:absolute;bottom:.06em;left:0;right:0}.tagline{color:var(--muted);max-width:620px;margin:1rem auto 2rem;font-size:1.05rem;line-height:1.55}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.hero-card{flex-direction:column;gap:1rem;max-width:560px;margin:0 auto;padding:1.5rem 1.75rem;display:flex}.difficulty{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.difficulty button{flex-direction:column;align-items:center;gap:.1rem;padding:.5rem .25rem;line-height:1.15;display:flex}.difficulty button small{color:var(--muted);font-size:.7rem;font-weight:600}.difficulty button.active{border-color:var(--teal);color:#1e6e64;background:#e8f5f2}.difficulty button.active small{color:#4f958b}.photo-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;display:flex}.photo-status{border:2px solid var(--teal);color:#1e6e64;background:#e8f5f2;border-radius:99px;align-items:center;gap:.5rem;padding:.25rem .5rem .25rem .3rem;font-size:.85rem;font-weight:700;display:inline-flex}.photo-status img{object-fit:cover;border-radius:50%;width:28px;height:28px}.photo-status button{color:#1e6e64;background:0 0;border:none;padding:0 .3rem;font-size:.9rem}.lobby-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.lobby-actions button{padding:.6rem 1.2rem;font-size:1rem}.join-row{gap:.5rem;display:flex}.join-row input{flex:1;min-width:0}.error{color:#c94f35;font-size:.9rem;font-weight:600}.strip{max-width:880px;margin:0 auto;padding:2.25rem 1.25rem}.strip h2{text-align:center;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.6rem;font-weight:800}.steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:1rem;padding:0;list-style:none;display:grid}.steps li{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);color:var(--muted);flex-direction:column;gap:.35rem;padding:1.25rem;font-size:.92rem;line-height:1.45;display:flex;position:relative}.steps li:before{counter-increment:step;content:counter(step);background:var(--amber);color:#6b4308;border-radius:50%;place-items:center;width:1.5rem;height:1.5rem;font-size:.85rem;font-weight:800;display:grid;position:absolute;top:-.7rem;left:1rem}.steps .step-emoji{font-size:1.6rem}.steps strong{color:var(--ink);font-size:1rem}.steps code{background:var(--bg);border-radius:6px;padding:.05rem .35rem;font-size:.85em}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem;display:grid}.feature{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);color:var(--muted);flex-direction:column;gap:.35rem;padding:1.25rem;font-size:.9rem;line-height:1.45;display:flex}.feature span{font-size:1.7rem}.feature strong{color:var(--ink);font-size:1rem}.top-solvers ol{flex-direction:column;gap:.4rem;max-width:460px;margin:0 auto 1.25rem;padding:0;list-style:none;display:flex}.top-solvers li{background:var(--paper);border:1px solid var(--line);border-radius:12px;align-items:center;gap:.6rem;padding:.5rem .9rem;font-weight:700;display:flex}.top-solvers li img{background:var(--line);border-radius:50%;width:26px;height:26px}.top-solvers li .lb-time{color:var(--teal);margin-left:auto}.top-solvers{text-align:center}.faq{max-width:640px}.faq details{background:var(--paper);border:1px solid var(--line);color:var(--muted);border-radius:12px;margin-bottom:.6rem;padding:.85rem 1.1rem;line-height:1.5}.faq summary{cursor:pointer;color:var(--ink);font-weight:700}.faq details p{margin-top:.5rem;font-size:.92rem}.site-footer{border-top:1px solid var(--line);text-align:center;color:var(--muted);flex-direction:column;gap:.25rem;padding:1.5rem 1.25rem 2rem;font-size:.85rem;display:flex}.site-footer span:first-child{color:var(--ink);font-weight:800}.progress-wrap{align-items:center;gap:.6rem;min-width:180px;margin-left:auto;display:flex}.nav-actions~* .progress-wrap{margin-left:0}.progress-bar{background:var(--line);border-radius:99px;flex:1;height:10px;overflow:hidden}#progress-fill{background:linear-gradient(90deg, var(--amber), var(--terracotta));border-radius:99px;width:0%;height:100%;transition:width .25s}#progress-label{color:var(--muted);text-align:right;min-width:2.5rem;font-size:.8rem;font-weight:700}.board-area{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative;overflow:auto}#puzzle{touch-action:none;background:radial-gradient(at 30% 20%,#ffebc814,#0000 60%),linear-gradient(160deg,#5d4433,#4a3527 70%);border-radius:14px;box-shadow:inset 0 2px 12px #00000059,0 10px 32px #5d402359}.loading{color:var(--muted);z-index:5;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex;position:absolute;inset:0}.reference{border:3px solid var(--paper);width:180px;box-shadow:var(--shadow);z-index:4;border-radius:12px;transition:width .2s;position:absolute;top:1.5rem;right:1.5rem;transform:rotate(1.5deg)}.reference:hover{width:360px;transform:rotate(0)}.reference[hidden],.loading[hidden]{display:none}.hint{text-align:center;color:var(--muted);background:var(--paper);border-top:1px solid var(--line);padding:.5rem 1.25rem;font-size:.8rem}.hint-friend{color:var(--pink);font-weight:700}.status-chip{color:var(--muted);background:var(--bg);border:1px solid var(--line);border-radius:99px;padding:.25rem .75rem;font-size:.8rem;font-weight:700}.status-chip.connected{color:#1c7c48;background:#e9f8ee;border-color:#9fd7b4}#puzzle-wrap{position:relative}#ghost-cursor{z-index:6;pointer-events:none;color:var(--pink);will-change:transform;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;transition:transform 60ms linear;display:flex;position:absolute;top:0;left:0}#ghost-cursor span{background:var(--pink);border-radius:50% 50% 50% 0;width:10px;height:10px;transform:rotate(-90deg);box-shadow:0 0 6px #e85d8ab3}#ghost-cursor[hidden]{display:none}.overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:20;background:#3d322973;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.overlay[hidden]{display:none}.overlay .card{text-align:center;width:100%;max-width:440px;max-height:90vh;padding:2.25rem 2.5rem;overflow-y:auto}.overlay .card h2{margin-bottom:.5rem;font-size:1.7rem;font-weight:800}.card .muted{color:var(--muted);margin-bottom:1rem}.room-code{letter-spacing:.03em;color:var(--terracotta);-webkit-user-select:all;user-select:all;margin-bottom:1.25rem;font-family:ui-monospace,monospace;font-size:1.5rem;font-weight:700}.waiting-note{margin-top:1.25rem;animation:1.6s ease-in-out infinite pulse;margin-bottom:0!important}@keyframes pulse{50%{opacity:.45}}.win-time{color:var(--teal);margin-bottom:1rem;font-size:1.2rem;font-weight:800}.win-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:.5rem;display:flex}.screenshot-note{margin-top:1rem;font-size:.8rem;margin-bottom:0!important}.google-btn{justify-content:center;min-height:44px;margin-bottom:1rem;display:flex}.close-btn{margin-top:.5rem}.profile-card{text-align:left}.profile-head{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.profile-head img{background:var(--line);border-radius:50%;width:56px;height:56px}.profile-head h2{margin-bottom:.1rem!important}.profile-card h3{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:1.1rem 0 .5rem;font-size:.75rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.5rem;display:grid}.stat{background:var(--bg);text-align:center;border-radius:12px;padding:.6rem .5rem}.stat b{color:var(--terracotta);font-size:1.25rem;display:block}.stat span{color:var(--muted);font-size:.72rem;font-weight:700}.best-times{flex-wrap:wrap;gap:.5rem;display:flex}.best-chip{color:#1e6e64;background:#e8f5f2;border-radius:99px;padding:.3rem .8rem;font-size:.85rem;font-weight:700}.recent-list{flex-direction:column;gap:.35rem;padding:0;font-size:.9rem;list-style:none;display:flex}.recent-list li{background:var(--bg);border-radius:10px;justify-content:space-between;gap:.5rem;padding:.45rem .75rem;display:flex}.recent-list .muted{margin:0}.lb-card{text-align:center}.lb-tabs{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:1rem;display:flex}.lb-tabs button{border-radius:99px;padding:.35rem .85rem;font-size:.85rem}.lb-tabs button.active{background:var(--terracotta);border-color:var(--terracotta);color:#fff}.lb-body{flex-direction:column;gap:.35rem;min-height:120px;display:flex}.lb-row{background:var(--bg);text-align:left;border-radius:10px;align-items:center;gap:.6rem;padding:.4rem .75rem;font-size:.9rem;font-weight:700;display:flex}.lb-row.mine{outline:2px solid var(--amber)}.lb-row .lb-rank{min-width:1.6rem;color:var(--muted)}.lb-row img{background:var(--line);border-radius:50%;width:24px;height:24px}.lb-row .lb-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.lb-row .lb-time{color:var(--teal)}.lb-empty{color:var(--muted);padding:2rem 0}.toast{z-index:40;border:2px solid var(--amber);color:#6b4308;text-align:center;max-width:min(92vw,480px);box-shadow:var(--shadow);background:#fff4d6;border-radius:14px;padding:.7rem 1.1rem;font-size:.9rem;font-weight:700;animation:.25s toast-in;position:fixed;bottom:3.5rem;left:50%;transform:translate(-50%)}.toast[hidden]{display:none}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}}#confetti-canvas{pointer-events:none;z-index:50;position:fixed;inset:0}@media (width<=640px){.topbar{gap:.5rem;padding:.5rem .75rem}.brand{font-size:1rem}.btn-label{display:none}.controls{flex-wrap:wrap;gap:.4rem;min-width:0}.controls label{display:none}select,button{padding:.35rem .55rem;font-size:.8rem}.progress-wrap{flex-basis:100%;order:10;min-width:0}.hero{padding:2rem 1rem 1.5rem}.hero-card{padding:1.1rem}.difficulty{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr;gap:1.2rem}.board-area{padding:.5rem}.reference{width:110px;top:.5rem;right:.5rem}.reference:hover,.reference:active{width:min(70vw,300px)}.overlay .card{max-width:92vw;padding:1.5rem 1.25rem}.overlay .card h2{font-size:1.35rem}.join-row input,#join-code{font-size:16px}.room-code{font-size:1.2rem}.hint{padding:.4rem .75rem;font-size:.7rem}.toast{font-size:.85rem;bottom:3rem}}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/assets/nunito-cyrillic-ext-wght-normal-D4X5GqEv.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/assets/nunito-cyrillic-wght-normal-CY6AOgYE.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/assets/nunito-vietnamese-wght-normal-U01xdrZh.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/assets/nunito-latin-ext-wght-normal-CXYtwYOx.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/assets/nunito-latin-wght-normal-BzFMHfZw.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
