.chess-module__Gwf9YW__game{--chess-light:#dcecf3;--chess-dark:#547f98;--chess-white:#fffaf0;--chess-black:#12283a;background:var(--brand-bg-elevated);color:var(--brand-fg-base);border:1px solid var(--brand-border);border-radius:24px;padding:24px}.chess-module__Gwf9YW__game button,.chess-module__Gwf9YW__game input,.chess-module__Gwf9YW__game select{font:inherit;color:inherit;border:1px solid var(--brand-border);background:var(--brand-bg-base);border-radius:12px;min-height:44px;padding:10px 16px}.chess-module__Gwf9YW__game button{cursor:pointer;font-weight:700}.chess-module__Gwf9YW__game button:disabled{opacity:.55;cursor:not-allowed}.chess-module__Gwf9YW__game button:focus-visible,.chess-module__Gwf9YW__game a:focus-visible,.chess-module__Gwf9YW__game input:focus-visible,.chess-module__Gwf9YW__game select:focus-visible,.chess-module__Gwf9YW__game summary:focus-visible{outline:3px solid var(--brand-accent);outline-offset:3px}.chess-module__Gwf9YW__game p{color:var(--brand-fg-muted);margin:12px 0;line-height:1.65}.chess-module__Gwf9YW__game h2{margin:8px 0 16px;font-size:clamp(24px,3vw,36px);font-weight:900;line-height:1.2}.chess-module__Gwf9YW__game h3{margin:8px 0;font-size:22px;font-weight:800}.chess-module__Gwf9YW__topline,.chess-module__Gwf9YW__roomHeading,.chess-module__Gwf9YW__playerLine{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.chess-module__Gwf9YW__topline{border-bottom:1px solid var(--brand-border);color:var(--brand-fg-muted);padding-bottom:20px;font-size:12px}.chess-module__Gwf9YW__eyebrow{letter-spacing:.12em;color:var(--brand-fg-muted);font-size:12px;font-weight:700}.chess-module__Gwf9YW__lobbyHeading{justify-content:space-between;align-items:center;gap:24px;padding:24px 0 12px;display:flex}.chess-module__Gwf9YW__heroKnight{color:var(--brand-accent);font-size:104px;line-height:1}.chess-module__Gwf9YW__modePicker{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0 24px;display:grid}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__modePicker button{text-align:left;grid-template-columns:auto 1fr;gap:4px 12px;padding:20px;display:grid}.chess-module__Gwf9YW__modePicker button>span{grid-row:span 2;align-self:center;font-size:40px}.chess-module__Gwf9YW__modePicker strong{font-size:18px}.chess-module__Gwf9YW__modePicker small{color:var(--brand-fg-muted);font-weight:400}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__activeMode{background:var(--brand-primary-soft);border:2px solid var(--brand-accent);padding:19px}.chess-module__Gwf9YW__lobbyBody{background:var(--brand-bg-base);border-radius:20px;grid-template-columns:1.1fr 1fr;align-items:start;gap:40px;padding:24px;display:grid}.chess-module__Gwf9YW__configure{min-width:0}.chess-module__Gwf9YW__configure label{margin:20px 0 8px;font-weight:700;display:block}.chess-module__Gwf9YW__configure select{width:100%}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__primary{background:var(--brand-primary);color:var(--brand-primary-fg);border-color:#0000;padding:12px 24px}.chess-module__Gwf9YW__preview{justify-self:end;width:100%;max-width:360px}.chess-module__Gwf9YW__preview .chess-module__Gwf9YW__board{pointer-events:none}.chess-module__Gwf9YW__preview p{text-align:center;font-size:14px}.chess-module__Gwf9YW__board{aspect-ratio:1;border:4px solid var(--chess-black);border-radius:8px;grid-template-columns:repeat(8,minmax(0,1fr));width:100%;display:grid;overflow:hidden}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square{aspect-ratio:1;border:0;border-radius:0;justify-content:center;align-items:center;min-width:0;min-height:0;padding:0;font-size:clamp(28px,5vw,62px);line-height:1;display:flex;position:relative}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square.chess-module__Gwf9YW__light{background:var(--chess-light)}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square.chess-module__Gwf9YW__dark{background:var(--chess-dark)}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square.chess-module__Gwf9YW__selected{box-shadow:inset 0 0 0 4px var(--chess-black);background:#c5db83}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square.chess-module__Gwf9YW__last:after{content:"";pointer-events:none;background:#e6cb5833;position:absolute;inset:0}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square:focus-visible{outline:3px solid var(--chess-black);outline-offset:-4px;z-index:1}.chess-module__Gwf9YW__coordinate{color:var(--chess-black);background:var(--chess-light);z-index:3;border-radius:2px;font-size:12px;font-weight:700;position:absolute;bottom:2px;left:3px}.chess-module__Gwf9YW__whitePiece{color:var(--chess-white);-webkit-text-stroke:1px var(--chess-black);text-shadow:0 1px 1px var(--chess-black);z-index:1}.chess-module__Gwf9YW__blackPiece{color:var(--chess-black);-webkit-text-stroke:.5px var(--chess-white);z-index:1}.chess-module__Gwf9YW__legal{border:3px solid var(--chess-black);pointer-events:none;z-index:2;background:#dcecf380;border-radius:50%;position:absolute;inset:30%}.chess-module__Gwf9YW__playLayout{grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr);align-items:start;gap:28px;display:grid}.chess-module__Gwf9YW__roomHeading{margin:24px 0 12px}.chess-module__Gwf9YW__sidebar{gap:16px;padding-top:12px;display:grid}.chess-module__Gwf9YW__status,.chess-module__Gwf9YW__card{background:var(--brand-bg-base);border:1px solid var(--brand-border);border-radius:16px;padding:20px}.chess-module__Gwf9YW__card{flex-direction:column;gap:8px;display:flex}.chess-module__Gwf9YW__card p{margin:4px 0;font-size:14px}.chess-module__Gwf9YW__code{font-family:var(--font-mono);letter-spacing:.12em;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;font-size:clamp(18px,2vw,24px)}.chess-module__Gwf9YW__reward{font-size:20px;font-weight:800}.chess-module__Gwf9YW__moves{max-height:240px;font-family:var(--font-mono);margin:0;padding-left:28px;font-size:14px;list-style:decimal;overflow:auto}.chess-module__Gwf9YW__moves li{padding:6px 0}.chess-module__Gwf9YW__moves li span{width:45%;display:inline-block}.chess-module__Gwf9YW__join{gap:8px;display:flex}.chess-module__Gwf9YW__join input{width:100%;min-width:0}.chess-module__Gwf9YW__puzzles{gap:8px;display:grid}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__puzzles button{text-align:left;background:var(--brand-bg-elevated);justify-content:space-between;align-items:center;gap:12px;display:flex}.chess-module__Gwf9YW__puzzles button span{gap:4px;display:grid}.chess-module__Gwf9YW__puzzles small{color:var(--brand-fg-muted);font-weight:400}.chess-module__Gwf9YW__recent{margin-top:28px}.chess-module__Gwf9YW__recentGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:16px;display:grid}.chess-module__Gwf9YW__recentGrid button{text-align:left;gap:8px;display:grid}.chess-module__Gwf9YW__recentGrid span{color:var(--brand-fg-muted);font-size:13px;font-weight:400}.chess-module__Gwf9YW__rules{border-top:1px solid var(--brand-border);margin-top:24px;padding-top:20px;font-size:14px}.chess-module__Gwf9YW__rules summary{cursor:pointer;min-height:44px;font-weight:700}.chess-module__Gwf9YW__rules a,.chess-module__Gwf9YW__message a{font-weight:700;text-decoration:underline}.chess-module__Gwf9YW__message,.chess-module__Gwf9YW__error{border:1px solid var(--brand-border);background:var(--brand-primary-soft);border-radius:12px;margin:16px 0;padding:16px}.chess-module__Gwf9YW__error{border:2px solid var(--error)}.chess-module__Gwf9YW__error button{margin:8px}.chess-module__Gwf9YW__skeleton{background:var(--brand-bg-base);border-radius:16px;min-height:180px;margin:24px 0;padding:40px 24px}.chess-module__Gwf9YW__promotion{border:2px solid var(--brand-accent);border-radius:12px;flex-wrap:wrap;gap:8px;margin-top:16px;padding:16px;display:flex}@media (max-width:900px){.chess-module__Gwf9YW__playLayout{grid-template-columns:1fr}.chess-module__Gwf9YW__playLayout>div{width:100%;max-width:600px;margin:auto}.chess-module__Gwf9YW__sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.chess-module__Gwf9YW__lobbyBody{gap:24px;padding:16px}.chess-module__Gwf9YW__modePicker strong{font-size:16px}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__modePicker button{flex-direction:column;padding:12px;display:flex}}@media (max-width:600px){.chess-module__Gwf9YW__game{border-radius:16px;padding:16px 8px}.chess-module__Gwf9YW__topline,.chess-module__Gwf9YW__lobbyHeading,.chess-module__Gwf9YW__roomHeading{padding-left:8px;padding-right:8px}.chess-module__Gwf9YW__heroKnight{display:none}.chess-module__Gwf9YW__modePicker{gap:8px}.chess-module__Gwf9YW__modePicker small{display:none}.chess-module__Gwf9YW__modePicker strong{font-size:13px}.chess-module__Gwf9YW__lobbyBody{grid-template-columns:1fr}.chess-module__Gwf9YW__preview{display:none}.chess-module__Gwf9YW__sidebar{grid-template-columns:1fr}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square{font-size:36px}.chess-module__Gwf9YW__coordinate{font-size:12px}.chess-module__Gwf9YW__board{border-width:2px}.chess-module__Gwf9YW__recent,.chess-module__Gwf9YW__rules{padding-left:8px;padding-right:8px}}.chess-module__Gwf9YW__game[data-board-style=walnut],.chess-module__Gwf9YW__stylePicker [data-board-style=walnut]{--chess-light:#f0d9b5;--chess-dark:#b58863;--chess-texture:repeating-linear-gradient(7deg, transparent 0 7px, #6537150a 8px 9px);--chess-frame:#684b35}.chess-module__Gwf9YW__game[data-board-style=garden],.chess-module__Gwf9YW__stylePicker [data-board-style=garden]{--chess-light:#eef0d8;--chess-dark:#83a17e;--chess-texture:none;--chess-frame:#405a44}.chess-module__Gwf9YW__game[data-board-style=midnight],.chess-module__Gwf9YW__stylePicker [data-board-style=midnight]{--chess-light:#e0e3f4;--chess-dark:#898bb8;--chess-texture:linear-gradient(135deg, #ffffff12, transparent 65%);--chess-frame:#35385b}.chess-module__Gwf9YW__stylePicker [data-board-style=sky]{--chess-light:#dcecf3;--chess-dark:#547f98}.chess-module__Gwf9YW__board{border-color:var(--chess-frame,var(--chess-black));box-shadow:0 3px 0 var(--chess-frame,var(--chess-black))}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square.chess-module__Gwf9YW__light,.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square.chess-module__Gwf9YW__dark{background-image:var(--chess-texture,none)}.chess-module__Gwf9YW__boardPreferences{border:1px solid var(--brand-border);border-radius:12px;margin:20px 0;padding:0 16px}.chess-module__Gwf9YW__boardPreferences summary{cursor:pointer;min-height:44px;padding:14px 0;font-weight:700}.chess-module__Gwf9YW__stylePicker{border:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:8px 0;display:grid}.chess-module__Gwf9YW__stylePicker legend{font-weight:700}.chess-module__Gwf9YW__stylePicker label{cursor:pointer;border:2px solid var(--brand-border);background:var(--brand-bg-base);border-radius:12px;gap:6px;padding:12px;display:grid;position:relative}.chess-module__Gwf9YW__stylePicker label:has(input:checked){border-color:var(--brand-accent);background:var(--brand-primary-soft)}.chess-module__Gwf9YW__stylePicker label:focus-within{outline:3px solid var(--brand-accent);outline-offset:3px}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__stylePicker input{width:18px;height:18px;min-height:0;accent-color:var(--brand-accent);position:absolute;top:12px;right:12px}.chess-module__Gwf9YW__styleSwatch{border:1px solid var(--chess-black);background:conic-gradient(var(--chess-dark) 25%, var(--chess-light) 0 50%, var(--chess-dark) 0 75%, var(--chess-light) 0);border-radius:4px;width:48px;height:48px}.chess-module__Gwf9YW__stylePicker small{color:var(--brand-fg-muted)}@media (max-width:600px){.chess-module__Gwf9YW__stylePicker{grid-template-columns:repeat(2,minmax(0,1fr))}}.chess-module__Gwf9YW__pieceSvg{-webkit-text-stroke:0;width:100%;max-width:64px;height:100%;max-height:64px;display:block}:is(.chess-module__Gwf9YW__whitePiece:has(svg),.chess-module__Gwf9YW__blackPiece:has(svg)){justify-content:center;width:90%;height:90%;display:flex}.chess-module__Gwf9YW__stylePicker .chess-module__Gwf9YW__pieceSample{background:var(--chess-light);border-radius:4px;width:48px;height:48px;font-size:44px;line-height:1;display:flex}.chess-module__Gwf9YW__toolbar{z-index:20;background:var(--brand-bg-elevated);border-bottom:1px solid var(--brand-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding:8px 0;display:flex;position:sticky;top:0}.chess-module__Gwf9YW__toolbar a{align-items:center;min-height:44px;font-weight:700;text-decoration:underline;display:flex}.chess-module__Gwf9YW__game:fullscreen,.chess-module__Gwf9YW__game.chess-module__Gwf9YW__fullscreen{z-index:1000;overscroll-behavior:contain;width:100%;max-width:none;height:100dvh;padding:max(12px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));border:0;border-radius:0;position:fixed;inset:0;overflow:auto}.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__playLayout{grid-template-columns:minmax(0,min(60vw,65dvh)) minmax(240px,1fr);max-width:1300px;margin-inline:auto}.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__toolbar{top:-1px}@media (max-width:700px){.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__playLayout{grid-template-columns:1fr}.chess-module__Gwf9YW__toolbar{font-size:13px}.chess-module__Gwf9YW__toolbar button{padding:10px}}.chess-module__Gwf9YW__fullscreenActions{flex-wrap:wrap;align-items:center;gap:8px;width:100%;font-size:14px;display:flex}.chess-module__Gwf9YW__fullscreenActions p{width:100%;margin:0}.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__topline{display:none}.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__boardPreferences{margin:8px 0}.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__roomHeading{margin:12px 0 4px}.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__roomHeading h2{margin:4px 0;font-size:24px}.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__roomHeading>button{display:none}.chess-module__Gwf9YW__toolbar a{color:var(--brand-fg-base)}.chess-module__Gwf9YW__game{padding:.65rem}.chess-module__Gwf9YW__topline{display:none}.chess-module__Gwf9YW__toolbar{margin-bottom:.4rem;padding:0}.chess-module__Gwf9YW__roomHeading{gap:.5rem;margin:.35rem 0}.chess-module__Gwf9YW__roomHeading h2{margin:0;font-size:1.05rem}.chess-module__Gwf9YW__roomHeading .chess-module__Gwf9YW__eyebrow{font-size:.65rem}.chess-module__Gwf9YW__playLayout,.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__playLayout{grid-template-columns:minmax(0,1fr);gap:.5rem}.chess-module__Gwf9YW__playLayout>div:first-child{min-width:0}.chess-module__Gwf9YW__playLayout .chess-module__Gwf9YW__board{width:min(100%, calc(var(--game-height,90dvh) - 220px));margin-inline:auto}.chess-module__Gwf9YW__playerLine{padding:.2rem 0;font-size:.75rem}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square{padding:0;font-size:clamp(18px,5vw,48px)}.chess-module__Gwf9YW__lobbyHeading{padding:.5rem 0}.chess-module__Gwf9YW__lobbyHeading h2{margin:0;font-size:1.3rem}.chess-module__Gwf9YW__heroKnight{font-size:48px}.chess-module__Gwf9YW__modePicker{gap:.4rem;margin:.5rem 0}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__modePicker button{padding:.5rem}.chess-module__Gwf9YW__modePicker button>span{font-size:24px}.chess-module__Gwf9YW__modePicker small,.chess-module__Gwf9YW__preview p{display:none}.chess-module__Gwf9YW__lobbyBody{gap:1rem;padding:.65rem}.chess-module__Gwf9YW__preview{max-width:min(100%,35dvh);margin-inline:auto}@media (max-width:700px){.chess-module__Gwf9YW__playLayout,.chess-module__Gwf9YW__fullscreen .chess-module__Gwf9YW__playLayout{grid-template-columns:minmax(0,1fr);position:relative}.chess-module__Gwf9YW__roomHeading>button{display:none}.chess-module__Gwf9YW__lobbyBody{grid-template-columns:1fr}.chess-module__Gwf9YW__preview{display:none}}.chess-module__Gwf9YW__lobbyHeading p{display:none}.chess-module__Gwf9YW__configure{padding:.5rem}.chess-module__Gwf9YW__configure h3{margin:.25rem 0;font-size:1.1rem}.chess-module__Gwf9YW__configure p{margin:.4rem 0;font-size:.8rem}.chess-module__Gwf9YW__configure select,.chess-module__Gwf9YW__configure button{min-height:40px;padding:.5rem}.chess-module__Gwf9YW__configure .chess-module__Gwf9YW__eyebrow{display:none}.chess-module__Gwf9YW__puzzles{max-height:24dvh;overflow:auto}.chess-module__Gwf9YW__game>.chess-module__Gwf9YW__status{margin:.25rem 0;padding:.25rem 0}.chess-module__Gwf9YW__game>.chess-module__Gwf9YW__status h3{margin:0;font-size:.9rem}.chess-module__Gwf9YW__game>.chess-module__Gwf9YW__status p{margin:.2rem 0;font-size:.75rem}.chess-module__Gwf9YW__game>.chess-module__Gwf9YW__status .chess-module__Gwf9YW__eyebrow{display:none}.chess-module__Gwf9YW__optionsRow{justify-content:space-between;align-items:center;gap:.4rem;display:flex}.chess-module__Gwf9YW__playLayout .chess-module__Gwf9YW__board{width:min(100%, calc(var(--game-height,90dvh) - 300px))}.chess-module__Gwf9YW__board{container-type:inline-size}.chess-module__Gwf9YW__game .chess-module__Gwf9YW__square{font-size:clamp(20px,9cqw,52px)}
.play-layout-module__8SWi9W__options{z-index:25;width:fit-content;color:var(--brand-fg-base);position:relative}.play-layout-module__8SWi9W__options>summary,.play-layout-module__8SWi9W__done{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);min-height:40px;color:var(--brand-fg-base);font:inherit;cursor:pointer;border-radius:.65rem;padding:.5rem .8rem;font-size:.85rem;font-weight:700}.play-layout-module__8SWi9W__options>summary:focus-visible,.play-layout-module__8SWi9W__done:focus-visible{outline:3px solid var(--ui-accent);outline-offset:2px}.play-layout-module__8SWi9W__optionsPanel{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);text-align:left;border-radius:.8rem;width:min(36rem,100vw - 2rem);max-height:min(65dvh,34rem);padding:1rem;position:absolute;top:calc(100% + .4rem);right:0;overflow:auto;box-shadow:0 12px 32px #0003}.play-layout-module__8SWi9W__optionsPanel>*{margin-top:0;margin-bottom:.7rem}.play-layout-module__8SWi9W__optionsPanel fieldset{min-width:0}.play-layout-module__8SWi9W__optionsPanel p{font-size:.8rem;line-height:1.4}.play-layout-module__8SWi9W__done{margin:.5rem 0 0 auto;display:block}
.CharacterPicker-module__8viNIa__picker{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:1rem;gap:.5rem;padding:.7rem .9rem;display:grid}.CharacterPicker-module__8viNIa__label{color:var(--ui-accent);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:800}.CharacterPicker-module__8viNIa__options{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;display:grid}.CharacterPicker-module__8viNIa__option{border:2px solid var(--brand-border);background:var(--ui-inset);min-width:0;max-width:12rem;color:var(--brand-fg-base);cursor:pointer;border-radius:.9rem;justify-items:center;gap:.1rem;padding:.5rem .6rem .7rem;font-family:inherit;display:grid}.CharacterPicker-module__8viNIa__option:hover{border-color:color-mix(in oklch, var(--app-cyan) 65%, var(--brand-border))}.CharacterPicker-module__8viNIa__option:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.CharacterPicker-module__8viNIa__optionOn{border-color:var(--app-cyan);box-shadow:0 0 0 3px color-mix(in oklch, var(--app-cyan) 28%, transparent)}.CharacterPicker-module__8viNIa__portrait{aspect-ratio:1;object-fit:contain;width:104px;max-width:100%;height:auto;display:block}.CharacterPicker-module__8viNIa__name{font-size:.85rem;font-weight:800}.CharacterPicker-module__8viNIa__blurb{color:var(--brand-fg-muted);text-align:center;font-size:.68rem;line-height:1.3}@media (max-width:640px){.CharacterPicker-module__8viNIa__options{grid-template-columns:repeat(2,minmax(0,1fr))}.CharacterPicker-module__8viNIa__option{max-width:none}}.CharacterPicker-module__8viNIa__picker{margin:.5rem 0;padding:.5rem}.CharacterPicker-module__8viNIa__options{grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem}.CharacterPicker-module__8viNIa__option{min-width:0;padding:.4rem}.CharacterPicker-module__8viNIa__portrait{width:48px;height:48px}.CharacterPicker-module__8viNIa__blurb{display:none}
.boards-module__dmwVUG__wrap{gap:.75rem;display:grid}.boards-module__dmwVUG__hint{color:var(--brand-text-muted);margin:0;font-size:.82rem}.boards-module__dmwVUG__wsGrid,.boards-module__dmwVUG__bgGrid,.boards-module__dmwVUG__cwGrid{gap:2px;min-width:0;display:grid;overflow-x:auto}.boards-module__dmwVUG__wsCell{aspect-ratio:1;border:1px solid var(--brand-border);background:var(--brand-bg);min-width:1.5rem;color:var(--brand-text);font-family:var(--font-mono);cursor:pointer;border-radius:.25rem;place-items:center;font-size:clamp(.6rem,2.4vw,.95rem);font-weight:700;display:grid}.boards-module__dmwVUG__wsCellPicked{border-color:var(--app-cyan);background:color-mix(in oklch, var(--app-cyan) 26%, var(--brand-bg))}.boards-module__dmwVUG__wsCell:disabled,.boards-module__dmwVUG__bgCell:disabled{opacity:.55;cursor:not-allowed}.boards-module__dmwVUG__bgCell{aspect-ratio:1;border:1px solid var(--brand-border);background:var(--brand-bg);color:var(--brand-text);font-family:var(--font-mono);cursor:pointer;border-radius:.6rem;place-items:center;font-size:clamp(1rem,6vw,2rem);font-weight:800;display:grid}.boards-module__dmwVUG__bgCellOn{border-color:var(--app-cyan);background:color-mix(in oklch, var(--app-cyan) 30%, var(--brand-bg))}.boards-module__dmwVUG__traceBar{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.boards-module__dmwVUG__traceWord{border:1px dashed var(--brand-border);min-width:0;color:var(--brand-text);font-family:var(--font-mono);letter-spacing:.12em;overflow-wrap:anywhere;border-radius:.6rem;flex:6rem;padding:.45rem .7rem;font-size:1rem;font-weight:800}.boards-module__dmwVUG__traceClear,.boards-module__dmwVUG__traceSend,.boards-module__dmwVUG__clueSend{border:1px solid var(--brand-border);cursor:pointer;border-radius:.6rem;padding:.45rem .85rem;font-size:.85rem;font-weight:700}.boards-module__dmwVUG__traceSend,.boards-module__dmwVUG__clueSend{background:var(--app-cyan);color:#07121e;color:lab(5.19165% -1.31605 -9.50229);border-color:#0000}.boards-module__dmwVUG__traceClear{color:var(--brand-text-muted);background:0 0}.boards-module__dmwVUG__traceClear:disabled,.boards-module__dmwVUG__traceSend:disabled,.boards-module__dmwVUG__clueSend:disabled{opacity:.55;cursor:not-allowed}.boards-module__dmwVUG__cwCell{aspect-ratio:1;border:1px solid var(--brand-border);background:var(--brand-bg);min-width:1.1rem;position:relative}.boards-module__dmwVUG__cwCellBlack{background:0 0;border-color:#0000}.boards-module__dmwVUG__cwNumber{color:var(--brand-text-muted);font-size:.5rem;line-height:1;position:absolute;top:1px;left:2px}.boards-module__dmwVUG__clueList{gap:.35rem;max-height:18rem;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.boards-module__dmwVUG__clueRow{border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:.55rem;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.45rem;padding:.35rem .5rem;display:grid}.boards-module__dmwVUG__clueText{color:var(--brand-text);overflow-wrap:anywhere;font-size:.82rem}.boards-module__dmwVUG__clueLen{color:var(--brand-text-muted);font-family:var(--font-mono);font-size:.78rem}.boards-module__dmwVUG__clueInput{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);width:7rem;color:var(--brand-text);font-family:var(--font-mono);letter-spacing:.08em;border-radius:.45rem;padding:.3rem .5rem;font-size:.82rem}.boards-module__dmwVUG__wsGrid,.boards-module__dmwVUG__cwGrid,.boards-module__dmwVUG__bgGrid{aspect-ratio:1;width:min(100%,100dvh - 360px);margin-inline:auto;overflow:visible}.boards-module__dmwVUG__wsCell,.boards-module__dmwVUG__cwCell{min-width:0;padding:0}.boards-module__dmwVUG__bgGrid{max-width:340px}.boards-module__dmwVUG__clueList{max-height:110px;overflow:auto}.boards-module__dmwVUG__wrap{gap:.4rem}
.runner-module__eT-q3G__wrap{gap:1rem;display:grid}.runner-module__eT-q3G__stage{--brand-primary-fg:#e9f4fb;border:1px solid var(--brand-border);box-shadow:var(--app-card-shadow);background:#041223;background:lab(5.1195% -.827126 -12.896);border-radius:1.25rem;grid-template-rows:minmax(0,1fr) auto;display:grid;position:relative;overflow:hidden}.runner-module__eT-q3G__canvasBox{aspect-ratio:16/9;width:100%;min-height:0;max-height:100%;margin:auto;position:relative}@media (orientation:portrait){[data-immersive=true] .runner-module__eT-q3G__canvasBox{aspect-ratio:auto;height:100%;max-height:none;margin:0}}.runner-module__eT-q3G__raceFit{grid-template-rows:minmax(0,1fr) auto;gap:0;min-height:0}.runner-module__eT-q3G__raceFit .runner-module__eT-q3G__stage{height:100%;min-height:0}.runner-module__eT-q3G__raceFit .runner-module__eT-q3G__canvasBox{aspect-ratio:auto;height:100%;min-height:0;max-height:100%;margin:0}.runner-module__eT-q3G__canvas{touch-action:manipulation;width:100%;height:100%;display:block}.runner-module__eT-q3G__chipRow{gap:.5rem;padding:.5rem;display:none}@media (max-width:640px){.runner-module__eT-q3G__chipRow[data-showing=true]{display:flex}}@media (orientation:portrait){[data-immersive=true] .runner-module__eT-q3G__chipRow[data-showing=true]{display:flex}}.runner-module__eT-q3G__chip{border:2px solid var(--brand-border);background:var(--brand-bg-elevated);min-width:0;min-height:44px;color:var(--brand-fg-base);font-variant-numeric:tabular-nums;cursor:pointer;border-radius:.85rem;flex:1 1 0;justify-content:center;align-items:center;gap:.3rem;padding:.55rem .4rem;font-family:inherit;font-size:1.15rem;font-weight:800;display:inline-flex}.runner-module__eT-q3G__chip:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.runner-module__eT-q3G__chipRight{border-color:var(--success);background:color-mix(in oklch, var(--success) 22%, var(--brand-bg-elevated))}.runner-module__eT-q3G__chipWrong{border-color:var(--error);background:color-mix(in oklch, var(--error) 20%, var(--brand-bg-elevated))}.runner-module__eT-q3G__chipLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.runner-module__eT-q3G__chipKey{background:color-mix(in oklch, var(--brand-fg-base) 12%, transparent);color:var(--brand-fg-muted);border-radius:.4rem;padding:0 .35rem;font-size:.7rem}.runner-module__eT-q3G__hudRow{z-index:2;pointer-events:none;gap:.4rem;display:flex;position:absolute;bottom:.6rem;left:.6rem}.runner-module__eT-q3G__overlay{background:color-mix(in srgb, var(--brand-bg-elevated) 97%, transparent);color:var(--brand-primary-fg);text-align:center;--brand-primary-fg:var(--brand-fg-base);--app-cyan:var(--ui-accent);align-content:center;justify-items:center;gap:.6rem;padding:clamp(1rem,4vw,2.5rem);display:grid;position:absolute;inset:0}.runner-module__eT-q3G__overlayScroll{overscroll-behavior:contain;align-content:start;padding-block:1rem;overflow-y:auto}.runner-module__eT-q3G__overlay h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.6rem,5vw,2.75rem);font-weight:900;line-height:1.05}.runner-module__eT-q3G__overlay p{max-width:46ch;color:color-mix(in oklch, var(--brand-primary-fg) 88%, transparent);margin:0;font-size:clamp(.85rem,2vw,1rem);line-height:1.5}.runner-module__eT-q3G__accent{color:var(--app-cyan)}.runner-module__eT-q3G__blurb{max-width:46ch}.runner-module__eT-q3G__levelNote{border:1px solid color-mix(in oklch, var(--app-cyan) 60%, transparent);background:color-mix(in oklch, var(--app-cyan) 16%, transparent);border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.runner-module__eT-q3G__primary,.runner-module__eT-q3G__secondary{cursor:pointer;border:0;border-radius:999px;align-items:center;gap:.5rem;min-height:44px;padding:.65rem 1.35rem;font-family:inherit;font-size:.95rem;font-weight:800;text-decoration:none;display:inline-flex}.runner-module__eT-q3G__primary{background:var(--app-sky);color:var(--app-navy)}.runner-module__eT-q3G__secondary{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 40%, transparent);color:var(--brand-primary-fg);background:0 0}.runner-module__eT-q3G__primary:focus-visible,.runner-module__eT-q3G__secondary:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.runner-module__eT-q3G__keys{color:color-mix(in oklch, var(--brand-primary-fg) 88%, transparent)!important;font-size:.75rem!important}.runner-module__eT-q3G__score{font-size:1.15rem}.runner-module__eT-q3G__score strong{color:var(--app-cyan);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:2rem}.runner-module__eT-q3G__runStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin:.25rem 0 0;display:grid}.runner-module__eT-q3G__runStats>div{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 22%, transparent);background:color-mix(in oklch, var(--brand-primary-fg) 10%, transparent);border-radius:.75rem;padding:.5rem .75rem}.runner-module__eT-q3G__runStats dt{color:color-mix(in oklch, var(--brand-primary-fg) 72%, transparent);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700}.runner-module__eT-q3G__runStats dd{font-family:var(--font-mono);font-variant-numeric:tabular-nums;margin:.15rem 0 0;font-size:1.1rem;font-weight:700}.runner-module__eT-q3G__lede{font-style:italic}.runner-module__eT-q3G__note{align-items:center;gap:.4rem;display:inline-flex;font-size:.8rem!important}.runner-module__eT-q3G__actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.35rem;display:flex}.runner-module__eT-q3G__readyRow{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.runner-module__eT-q3G__toggle{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 35%, transparent);min-height:44px;color:var(--brand-primary-fg);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-family:inherit;font-size:.8rem;font-weight:800;display:inline-flex}.runner-module__eT-q3G__toggle:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.runner-module__eT-q3G__toggleOn{border-color:var(--app-cyan);background:color-mix(in oklch, var(--app-cyan) 22%, transparent)}.runner-module__eT-q3G__dailyNote{font-style:italic;font-size:.78rem!important}.runner-module__eT-q3G__retry{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 45%, transparent);min-height:32px;color:var(--brand-primary-fg);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.3rem;margin-left:.5rem;padding:.2rem .6rem;font-family:inherit;font-size:.75rem;font-weight:800;display:inline-flex}.runner-module__eT-q3G__share{text-align:left;width:min(100%,30rem)}.runner-module__eT-q3G__boards{gap:1.25rem;display:grid}.runner-module__eT-q3G__boardHeading{color:var(--brand-fg-base);margin:0 0 .15rem;font-size:1rem;font-weight:800}.runner-module__eT-q3G__boardNote{color:var(--brand-fg-muted);margin:0 0 .6rem;font-size:.82rem}.runner-module__eT-q3G__empty{border:1px dashed var(--brand-border);background:var(--brand-bg-elevated);color:var(--brand-fg-muted);text-align:center;border-radius:1rem;margin:0;padding:1.25rem 1rem;font-size:.9rem}@media (max-width:640px){.runner-module__eT-q3G__runStats{grid-template-columns:repeat(2,minmax(0,1fr))}.runner-module__eT-q3G__stage{min-height:min(72svh,480px)}.runner-module__eT-q3G__blurb,.runner-module__eT-q3G__keys{display:none}}.runner-module__eT-q3G__filterBar{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:1rem;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.5rem .9rem;margin-bottom:.7rem;padding:.7rem .9rem;display:grid}.runner-module__eT-q3G__filterHead{color:var(--ui-accent);align-items:center;gap:.4rem;display:inline-flex}.runner-module__eT-q3G__filterLabel{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:.78rem;font-weight:800}.runner-module__eT-q3G__filterChips{flex-wrap:wrap;gap:.35rem;display:flex}.runner-module__eT-q3G__filterChip{border:1px solid var(--brand-border);background:var(--brand-bg-base);min-height:34px;color:var(--brand-fg-base);cursor:pointer;border-radius:999px;padding:.3rem .75rem;font-family:inherit;font-size:.78rem;font-weight:700}.runner-module__eT-q3G__filterChip:hover{border-color:color-mix(in oklch, var(--app-cyan) 65%, var(--brand-border))}.runner-module__eT-q3G__filterChip:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.runner-module__eT-q3G__filterChipOn{border-color:var(--brand-primary);background:var(--brand-primary);color:var(--brand-primary-fg)}.runner-module__eT-q3G__filterNote{color:var(--brand-fg-muted);grid-column:2;margin:0;font-size:.78rem;font-style:italic}@media (max-width:640px){.runner-module__eT-q3G__filterBar{grid-template-columns:minmax(0,1fr)}.runner-module__eT-q3G__filterNote{grid-column:1}}.runner-module__eT-q3G__filterSymbol{font-family:var(--font-mono);font-size:.95em;font-weight:800}.runner-module__eT-q3G__overlay{gap:.4rem;padding:.75rem;overflow-y:auto}.runner-module__eT-q3G__overlay h2{font-size:clamp(1.25rem,4vw,2rem)}.runner-module__eT-q3G__overlay p{font-size:.8rem;line-height:1.35}@media (max-height:760px){.runner-module__eT-q3G__overlay .runner-module__eT-q3G__levelNote,.runner-module__eT-q3G__overlay .runner-module__eT-q3G__keys{display:none}}
.boggle-module__G9-y_G__container{background:var(--brand-bg-base);min-height:100vh}.boggle-module__G9-y_G__content{max-width:800px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem}.boggle-module__G9-y_G__loading{text-align:center;color:var(--brand-fg-base);padding:4rem 0;font-size:1.25rem}.boggle-module__G9-y_G__backButton{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;min-height:44px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;transition:background-color .2s;display:inline-flex}.boggle-module__G9-y_G__backButton:hover{background:var(--bee-control-hover);color:var(--brand-fg-base);min-height:44px}.boggle-module__G9-y_G__header{align-items:flex-start;margin-bottom:2rem;display:flex}.boggle-module__G9-y_G__headerText{flex:1}.boggle-module__G9-y_G__title{color:var(--brand-fg-base);text-shadow:none;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.boggle-module__G9-y_G__subtitle{color:var(--brand-fg-base);font-size:1.05rem}.boggle-module__G9-y_G__filtersCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);border-radius:1rem;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.boggle-module__G9-y_G__filterLabel{color:var(--brand-fg-base);white-space:nowrap;font-size:.9rem;font-weight:600}.boggle-module__G9-y_G__levelPills{flex-wrap:wrap;gap:.5rem;display:flex}.boggle-module__G9-y_G__levelPill{border:1px solid var(--bee-control-border);background:var(--bee-control);color:var(--brand-fg-base);cursor:pointer;border-radius:2rem;min-height:44px;padding:.5rem 1.15rem;font-size:.85rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s}.boggle-module__G9-y_G__levelPill:hover{background:var(--bee-control-hover);min-height:44px}.boggle-module__G9-y_G__levelPillActive{background:var(--brand-primary);color:var(--brand-primary-fg);border-color:var(--bee-control-border)}.boggle-module__G9-y_G__levelPillActive:hover{background:var(--brand-primary-hover)}.boggle-module__G9-y_G__setupCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:center;border-radius:1.25rem;padding:2.5rem 2rem}.boggle-module__G9-y_G__setupText{color:var(--brand-fg-base);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.boggle-module__G9-y_G__setupLevelPicker{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.boggle-module__G9-y_G__levelBadge{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);border-radius:2rem;margin-bottom:1rem;padding:.3rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.boggle-module__G9-y_G__gameCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:center;border-radius:1.25rem;padding:2rem}.boggle-module__G9-y_G__topBar{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.boggle-module__G9-y_G__timer{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);border-radius:2rem;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:1rem;font-weight:700;display:inline-flex}.boggle-module__G9-y_G__timerUrgent{background:color-mix(in srgb, var(--bee-danger) 12%, var(--brand-bg-elevated));border-color:color-mix(in srgb, var(--bee-danger) 60%, var(--brand-border));color:var(--bee-danger);animation:.8s infinite boggle-module__G9-y_G__pulse}@keyframes boggle-module__G9-y_G__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.boggle-module__G9-y_G__scoreBadge{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);border-radius:2rem;padding:.45rem 1rem;font-size:.9rem;font-weight:600}.boggle-module__G9-y_G__currentWordArea{min-height:2.5rem;margin-bottom:1rem}.boggle-module__G9-y_G__currentWord{color:var(--brand-fg-base);letter-spacing:.15em;text-transform:uppercase;min-height:2rem;font-size:1.5rem;font-weight:700;transition:color .2s}.boggle-module__G9-y_G__currentWordCorrect{color:var(--bee-success)}.boggle-module__G9-y_G__currentWordWrong{color:var(--bee-danger)}.boggle-module__G9-y_G__currentWordDuplicate{color:var(--bee-warning)}.boggle-module__G9-y_G__feedbackTag{color:var(--brand-fg-muted);align-items:center;gap:.3rem;margin-left:.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.boggle-module__G9-y_G__gridArea{justify-content:center;margin-bottom:1.25rem;display:flex}.boggle-module__G9-y_G__boggleGrid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.boggle-module__G9-y_G__boggleCell{width:4.5rem;height:4.5rem;color:var(--brand-fg-base);text-transform:uppercase;background:var(--bee-control);border:2px solid var(--bee-control-border);cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;font-size:1.6rem;font-weight:700;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex;position:relative}.boggle-module__G9-y_G__boggleCell:disabled{cursor:default}.boggle-module__G9-y_G__cellSelectable:hover:not(:disabled){background:var(--bee-control-hover);box-shadow:var(--app-card-shadow);transform:translateY(-2px)}.boggle-module__G9-y_G__cellSelected{background:color-mix(in srgb, var(--brand-primary) 50%, transparent);border-color:var(--bee-control-border)}.boggle-module__G9-y_G__cellLast{background:color-mix(in srgb, var(--brand-primary) 70%, transparent);border-color:var(--bee-control-border);box-shadow:0 0 12px color-mix(in srgb, var(--brand-primary) 50%, transparent)}.boggle-module__G9-y_G__pathNumber{color:var(--brand-fg-muted);font-size:.55rem;font-weight:600;position:absolute;top:2px;right:4px}.boggle-module__G9-y_G__startArea{margin-top:1rem}.boggle-module__G9-y_G__readyText{color:var(--brand-fg-base);margin-bottom:1rem;font-size:1rem}.boggle-module__G9-y_G__startButton{background:var(--brand-primary);color:var(--brand-primary-fg);cursor:pointer;border:none;border-radius:.75rem;padding:.85rem 2.5rem;font-size:1.15rem;font-weight:700;transition:box-shadow .2s,transform .2s}.boggle-module__G9-y_G__startButton:hover{box-shadow:var(--app-card-shadow);transform:translateY(-2px)}.boggle-module__G9-y_G__actionButtons{justify-content:center;gap:.75rem;margin-bottom:1rem;display:flex}.boggle-module__G9-y_G__submitBtn{background:var(--brand-primary);color:var(--brand-primary-fg);cursor:pointer;border:none;border-radius:.6rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:box-shadow .2s,transform .2s}.boggle-module__G9-y_G__submitBtn:hover:not(:disabled){box-shadow:var(--app-card-shadow);transform:translateY(-1px)}.boggle-module__G9-y_G__submitBtn:disabled{opacity:.5;cursor:not-allowed}.boggle-module__G9-y_G__clearBtn{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);cursor:pointer;border-radius:.6rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s}.boggle-module__G9-y_G__clearBtn:hover:not(:disabled){background:var(--bee-control-hover)}.boggle-module__G9-y_G__clearBtn:disabled{opacity:.4;cursor:not-allowed}.boggle-module__G9-y_G__foundWordsCard{background:var(--bee-inset);border:1px solid var(--bee-card-border);text-align:left;border-radius:.75rem;margin-bottom:1rem;padding:1rem}.boggle-module__G9-y_G__foundTitle{color:var(--brand-fg-base);margin-bottom:.5rem;font-size:.9rem;font-weight:700}.boggle-module__G9-y_G__foundList{flex-wrap:wrap;gap:.4rem;display:flex}.boggle-module__G9-y_G__foundWord{background:color-mix(in srgb, var(--bee-success) 12%, var(--brand-bg-elevated));border:1px solid color-mix(in srgb, var(--bee-success) 60%, var(--brand-border));color:var(--bee-success);text-transform:uppercase;border-radius:2rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600}.boggle-module__G9-y_G__foundWord small{opacity:.7;font-size:.7rem}.boggle-module__G9-y_G__resultCard{background:var(--bee-inset);border:1px solid var(--bee-card-border);border-radius:.75rem;margin-top:1rem;padding:1.5rem}.boggle-module__G9-y_G__resultIcon{margin-bottom:.5rem;font-size:2.5rem}.boggle-module__G9-y_G__resultMessage{color:var(--brand-fg-base);margin-bottom:.25rem;font-size:1.2rem;font-weight:700}.boggle-module__G9-y_G__resultScore{color:var(--bee-success);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.boggle-module__G9-y_G__missedWords{text-align:left;margin-bottom:1.25rem}.boggle-module__G9-y_G__missedTitle{color:var(--brand-fg-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.boggle-module__G9-y_G__missedWord{color:var(--brand-fg-muted);margin-bottom:.25rem;font-size:.8rem;line-height:1.6}.boggle-module__G9-y_G__missedWord strong{color:var(--bee-danger)}.boggle-module__G9-y_G__newGameBtn{background:var(--brand-primary);color:var(--brand-primary-fg);cursor:pointer;border:none;border-radius:.6rem;padding:.7rem 2rem;font-size:1rem;font-weight:600;transition:box-shadow .2s,transform .2s}.boggle-module__G9-y_G__newGameBtn:hover{box-shadow:var(--app-card-shadow);transform:translateY(-1px)}@media (max-width:768px){.boggle-module__G9-y_G__content{padding:1.25rem}.boggle-module__G9-y_G__title{font-size:1.75rem}.boggle-module__G9-y_G__gameCard{padding:1.5rem}.boggle-module__G9-y_G__boggleCell{width:3.8rem;height:3.8rem;font-size:1.4rem}}@media (max-width:480px){.boggle-module__G9-y_G__content{padding:1rem}.boggle-module__G9-y_G__title{font-size:1.5rem}.boggle-module__G9-y_G__filtersCard{flex-direction:column;align-items:flex-start}.boggle-module__G9-y_G__levelPills{width:100%}.boggle-module__G9-y_G__levelPill{text-align:center;flex:1;min-height:44px;padding:.45rem .75rem;font-size:.8rem}.boggle-module__G9-y_G__gameCard{padding:1rem}.boggle-module__G9-y_G__boggleGrid{gap:.35rem}.boggle-module__G9-y_G__boggleCell{width:3.2rem;height:3.2rem;font-size:1.2rem}.boggle-module__G9-y_G__currentWord{font-size:1.2rem}.boggle-module__G9-y_G__topBar{gap:.5rem}.boggle-module__G9-y_G__timer,.boggle-module__G9-y_G__scoreBadge{padding:.35rem .75rem;font-size:.8rem}}.boggle-module__G9-y_G__liveEntry{background:var(--card-surface,var(--bee-card-surface));border:1px solid var(--card-border,var(--bee-card-border));text-align:left;border-radius:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.boggle-module__G9-y_G__liveNote{color:var(--brand-fg-muted);align-items:center;gap:.5rem;margin-top:.75rem;font-size:.9rem;display:inline-flex}.boggle-module__G9-y_G__liveError{color:var(--bee-danger);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.boggle-module__G9-y_G__content{min-height:0;padding:.5rem 1rem 1rem}.boggle-module__G9-y_G__backButton{min-height:36px;margin:0;padding:.3rem 0;font-size:.8rem}.boggle-module__G9-y_G__header{margin:.25rem 0;padding:0}.boggle-module__G9-y_G__title{margin:0;font-size:1.35rem}.boggle-module__G9-y_G__subtitle{display:none}.boggle-module__G9-y_G__content>[data-game-options]{margin:.25rem 0 .5rem auto}.boggle-module__G9-y_G__gameCard{margin:.25rem 0;padding:.6rem}.boggle-module__G9-y_G__filtersCard,.boggle-module__G9-y_G__liveEntry,.boggle-module__G9-y_G__setupCard{margin:0 0 .5rem;padding:.65rem}.boggle-module__G9-y_G__setupText{margin:0 0 .5rem;font-size:.85rem}.boggle-module__G9-y_G__extra{margin-top:.75rem}.boggle-module__G9-y_G__extra>summary{cursor:pointer;min-height:40px;padding:.5rem;font-weight:700}.boggle-module__G9-y_G__actions{gap:.4rem;margin-bottom:.5rem}.boggle-module__G9-y_G__actionButton{min-height:40px;padding:.4rem .6rem;font-size:.8rem}.boggle-module__G9-y_G__resultCard{margin:.5rem 0;padding:.6rem}.boggle-module__G9-y_G__resultIcon{display:none}.boggle-module__G9-y_G__topBar{gap:.5rem;margin-bottom:.4rem}.boggle-module__G9-y_G__currentWordArea{min-height:36px;margin:.3rem 0}.boggle-module__G9-y_G__gridArea{margin:.4rem 0}.boggle-module__G9-y_G__boggleGrid{gap:.3rem}.boggle-module__G9-y_G__boggleCell{width:clamp(40px,25dvh - 97.5px,64px);height:clamp(40px,25dvh - 97.5px,64px);font-size:1.25rem}.boggle-module__G9-y_G__foundWordsCard{max-height:80px;margin:.4rem 0 0;padding:.4rem;overflow:auto}
.crossword-module__gTrG9q__container{background:var(--brand-bg-base);min-height:100vh}.crossword-module__gTrG9q__content{max-width:1200px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem}.crossword-module__gTrG9q__loading{text-align:center;color:var(--brand-fg-base);padding:4rem 0;font-size:1.25rem}.crossword-module__gTrG9q__backButton{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;min-height:44px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;transition:background-color .2s;display:inline-flex}.crossword-module__gTrG9q__backButton:hover{background:var(--bee-control-hover);color:var(--brand-fg-base);min-height:44px}.crossword-module__gTrG9q__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.crossword-module__gTrG9q__headerText{flex:1}.crossword-module__gTrG9q__title{color:var(--brand-fg-base);text-shadow:none;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.crossword-module__gTrG9q__subtitle{color:var(--brand-fg-base);font-size:1.05rem}.crossword-module__gTrG9q__filtersCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);border-radius:1rem;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.crossword-module__gTrG9q__filterLabel{color:var(--brand-fg-base);white-space:nowrap;font-size:.9rem;font-weight:600}.crossword-module__gTrG9q__levelPills{flex-wrap:wrap;gap:.5rem;display:flex}.crossword-module__gTrG9q__levelPill{border:1px solid var(--bee-control-border);background:var(--bee-control);color:var(--brand-fg-base);cursor:pointer;border-radius:2rem;min-height:44px;padding:.5rem 1.15rem;font-size:.85rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s}.crossword-module__gTrG9q__levelPill:hover{background:var(--bee-control-hover);min-height:44px}.crossword-module__gTrG9q__levelPillActive{background:var(--brand-primary);color:var(--brand-primary-fg);border-color:var(--bee-control-border)}.crossword-module__gTrG9q__levelPillActive:hover{background:var(--brand-primary-hover)}.crossword-module__gTrG9q__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.crossword-module__gTrG9q__actionButton{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);cursor:pointer;border-radius:.6rem;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;display:inline-flex}.crossword-module__gTrG9q__actionButton:hover:not(:disabled){background:var(--bee-control-hover);transform:translateY(-1px)}.crossword-module__gTrG9q__actionButton:disabled{opacity:.5;cursor:not-allowed}.crossword-module__gTrG9q__gameArea{align-items:flex-start;gap:1.5rem;display:flex}.crossword-module__gTrG9q__gridWrapper{flex-shrink:0;overflow:auto}.crossword-module__gTrG9q__crosswordGrid{background:var(--bee-inset);border:2px solid var(--bee-control-border);width:fit-content;box-shadow:var(--app-card-shadow);border-radius:.5rem;gap:2px;padding:2px;display:grid}.crossword-module__gTrG9q__crosswordCell{background:var(--bee-control-hover);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .15s;display:flex;position:relative}.crossword-module__gTrG9q__blackCell{background:var(--bee-puzzle-block);width:2.5rem;height:2.5rem}.crossword-module__gTrG9q__highlightedCell{background:color-mix(in srgb, var(--brand-primary) 30%, transparent)}.crossword-module__gTrG9q__selectedCell{background:color-mix(in srgb, var(--brand-primary) 55%, transparent)}.crossword-module__gTrG9q__correctCell{background:color-mix(in srgb, var(--bee-success) 12%, var(--brand-bg-elevated))}.crossword-module__gTrG9q__incorrectCell{background:color-mix(in srgb, var(--bee-danger) 12%, var(--brand-bg-elevated))}.crossword-module__gTrG9q__clueNumber{color:var(--brand-fg-base);font-size:.55rem;font-weight:700;line-height:1;position:absolute;top:1px;left:2px}.crossword-module__gTrG9q__cellInput{color:var(--brand-fg-base);text-transform:uppercase;pointer-events:none;font-size:1.1rem;font-weight:700}.crossword-module__gTrG9q__cluesPanel{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);min-width:0;max-height:600px;box-shadow:var(--app-card-shadow);border-radius:1rem;flex:1;padding:1.25rem;overflow-y:auto}.crossword-module__gTrG9q__clueSection{margin-bottom:1.25rem}.crossword-module__gTrG9q__clueSection:last-child{margin-bottom:0}.crossword-module__gTrG9q__clueSectionTitle{color:var(--brand-fg-base);border-bottom:1px solid var(--bee-control-border);margin-bottom:.5rem;padding-bottom:.35rem;font-size:1rem;font-weight:700}.crossword-module__gTrG9q__clue{color:var(--brand-fg-base);cursor:pointer;border-radius:.4rem;margin-bottom:.2rem;padding:.5rem .75rem;font-size:.85rem;line-height:1.5;transition:background-color .15s}.crossword-module__gTrG9q__clue:hover{background:var(--bee-control)}.crossword-module__gTrG9q__clue strong{color:var(--brand-fg-base);margin-right:.25rem}.crossword-module__gTrG9q__activeClue{background:var(--bee-control-hover);border-left:3px solid var(--bee-control-border)}@media (max-width:768px){.crossword-module__gTrG9q__content{padding:1.25rem}.crossword-module__gTrG9q__title{font-size:1.75rem}.crossword-module__gTrG9q__gameArea{flex-direction:column}.crossword-module__gTrG9q__gridWrapper{width:100%;overflow-x:auto}.crossword-module__gTrG9q__cluesPanel{max-height:400px}.crossword-module__gTrG9q__crosswordCell,.crossword-module__gTrG9q__blackCell{width:2rem;height:2rem}.crossword-module__gTrG9q__cellInput{font-size:.9rem}.crossword-module__gTrG9q__clueNumber{font-size:.5rem}}@media (max-width:480px){.crossword-module__gTrG9q__content{padding:1rem}.crossword-module__gTrG9q__title{font-size:1.5rem}.crossword-module__gTrG9q__filtersCard{flex-direction:column;align-items:flex-start}.crossword-module__gTrG9q__levelPills{width:100%}.crossword-module__gTrG9q__levelPill{text-align:center;flex:1;min-height:44px;padding:.45rem .75rem;font-size:.8rem}.crossword-module__gTrG9q__actions{gap:.5rem}.crossword-module__gTrG9q__actionButton{padding:.5rem 1rem;font-size:.8rem}.crossword-module__gTrG9q__crosswordCell,.crossword-module__gTrG9q__blackCell{width:1.75rem;height:1.75rem}.crossword-module__gTrG9q__cellInput{font-size:.8rem}}.crossword-module__gTrG9q__liveEntry{background:var(--card-surface,var(--bee-card-surface));border:1px solid var(--card-border,var(--bee-card-border));text-align:left;border-radius:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.crossword-module__gTrG9q__liveNote{color:var(--brand-fg-muted);align-items:center;gap:.5rem;margin-top:.75rem;font-size:.9rem;display:inline-flex}.crossword-module__gTrG9q__liveError{color:var(--bee-danger);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.crossword-module__gTrG9q__content{min-height:0;padding:.5rem 1rem 1rem}.crossword-module__gTrG9q__backButton{min-height:36px;margin:0;padding:.3rem 0;font-size:.8rem}.crossword-module__gTrG9q__header{margin:.25rem 0;padding:0}.crossword-module__gTrG9q__title{margin:0;font-size:1.35rem}.crossword-module__gTrG9q__subtitle{display:none}.crossword-module__gTrG9q__content>[data-game-options]{margin:.25rem 0 .5rem auto}.crossword-module__gTrG9q__gameCard{margin:.25rem 0;padding:.6rem}.crossword-module__gTrG9q__filtersCard,.crossword-module__gTrG9q__liveEntry,.crossword-module__gTrG9q__setupCard{margin:0 0 .5rem;padding:.65rem}.crossword-module__gTrG9q__setupText{margin:0 0 .5rem;font-size:.85rem}.crossword-module__gTrG9q__extra{margin-top:.75rem}.crossword-module__gTrG9q__extra>summary{cursor:pointer;min-height:40px;padding:.5rem;font-weight:700}.crossword-module__gTrG9q__actions{gap:.4rem;margin-bottom:.5rem}.crossword-module__gTrG9q__actionButton{min-height:40px;padding:.4rem .6rem;font-size:.8rem}.crossword-module__gTrG9q__resultCard{margin:.5rem 0;padding:.6rem}.crossword-module__gTrG9q__resultIcon{display:none}.crossword-module__gTrG9q__gameArea{grid-template-columns:minmax(0,1fr) minmax(200px,.7fr);align-items:start;gap:.6rem;display:grid}.crossword-module__gTrG9q__gridWrapper{width:100%;min-width:0;overflow:visible}.crossword-module__gTrG9q__crosswordGrid{aspect-ratio:1;width:min(100%,100dvh - 340px);margin-inline:auto}.crossword-module__gTrG9q__crosswordCell,.crossword-module__gTrG9q__blackCell{aspect-ratio:1;width:auto;min-width:0;height:auto;font-size:clamp(.65rem,2vw,1rem)}.crossword-module__gTrG9q__cellInput{font-size:inherit}.crossword-module__gTrG9q__cluesPanel{min-width:0;max-height:calc(100dvh - 340px);padding:.6rem;overflow:auto}@media (max-width:700px){.crossword-module__gTrG9q__gameArea{grid-template-columns:minmax(0,1fr)}.crossword-module__gTrG9q__crosswordGrid{width:min(100%,100dvh - 470px)}.crossword-module__gTrG9q__cluesPanel{max-height:100px}.crossword-module__gTrG9q__clueSectionTitle{margin:.25rem 0;font-size:.8rem}.crossword-module__gTrG9q__clue{padding:.3rem;font-size:.75rem}}.crossword-module__gTrG9q__crosswordGrid{grid-auto-rows:minmax(0,1fr)}.crossword-module__gTrG9q__crosswordCell,.crossword-module__gTrG9q__blackCell{aspect-ratio:auto;min-height:0}
.word-search-module__FEO5TG__container{background:var(--brand-bg-base);min-height:100vh}.word-search-module__FEO5TG__content{max-width:1200px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem}.word-search-module__FEO5TG__loading{text-align:center;color:var(--brand-fg-base);padding:4rem 0;font-size:1.25rem}.word-search-module__FEO5TG__backButton{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;min-height:44px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;transition:background-color .2s;display:inline-flex}.word-search-module__FEO5TG__backButton:hover{background:var(--bee-control-hover);color:var(--brand-fg-base);min-height:44px}.word-search-module__FEO5TG__header{align-items:flex-start;margin-bottom:2rem;display:flex}.word-search-module__FEO5TG__headerText{flex:1}.word-search-module__FEO5TG__title{color:var(--brand-fg-base);text-shadow:none;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.word-search-module__FEO5TG__subtitle{color:var(--brand-fg-base);font-size:1.05rem}.word-search-module__FEO5TG__filtersCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);border-radius:1rem;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.word-search-module__FEO5TG__filterLabel{color:var(--brand-fg-base);white-space:nowrap;font-size:.9rem;font-weight:600}.word-search-module__FEO5TG__levelPills{flex-wrap:wrap;gap:.5rem;display:flex}.word-search-module__FEO5TG__levelPill{border:1px solid var(--bee-control-border);background:var(--bee-control);color:var(--brand-fg-base);cursor:pointer;border-radius:2rem;min-height:44px;padding:.5rem 1.15rem;font-size:.85rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s}.word-search-module__FEO5TG__levelPill:hover{background:var(--bee-control-hover);min-height:44px}.word-search-module__FEO5TG__levelPillActive{background:var(--brand-primary);color:var(--brand-primary-fg);border-color:var(--bee-control-border)}.word-search-module__FEO5TG__levelPillActive:hover{background:var(--brand-primary-hover)}.word-search-module__FEO5TG__setupCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:center;border-radius:1.25rem;padding:2.5rem 2rem}.word-search-module__FEO5TG__setupText{color:var(--brand-fg-base);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.word-search-module__FEO5TG__setupLevelPicker{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.word-search-module__FEO5TG__generateButton{background:var(--brand-primary);color:var(--brand-primary-fg);cursor:pointer;border:none;border-radius:.75rem;padding:.85rem 2.5rem;font-size:1.15rem;font-weight:700;transition:box-shadow .2s,transform .2s}.word-search-module__FEO5TG__generateButton:hover{box-shadow:var(--app-card-shadow);transform:translateY(-2px)}.word-search-module__FEO5TG__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.word-search-module__FEO5TG__actionButton{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);cursor:pointer;border-radius:.6rem;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;display:inline-flex}.word-search-module__FEO5TG__actionButton:hover:not(:disabled){background:var(--bee-control-hover);transform:translateY(-1px)}.word-search-module__FEO5TG__actionButton:disabled{opacity:.5;cursor:not-allowed}.word-search-module__FEO5TG__progressBadge{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);border-radius:2rem;margin-left:auto;padding:.45rem 1rem;font-size:.9rem;font-weight:600}.word-search-module__FEO5TG__completeBanner{background:color-mix(in srgb, var(--bee-success) 12%, var(--brand-bg-elevated));border:1px solid color-mix(in srgb, var(--bee-success) 60%, var(--brand-border));color:var(--bee-success);text-align:center;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:1.05rem;font-weight:600}.word-search-module__FEO5TG__gameArea{align-items:flex-start;gap:1.5rem;display:flex}.word-search-module__FEO5TG__gridWrapper{flex-shrink:0;overflow:auto}.word-search-module__FEO5TG__wordSearchGrid{background:var(--bee-inset);border:2px solid var(--bee-control-border);-webkit-user-select:none;user-select:none;width:fit-content;box-shadow:var(--app-card-shadow);border-radius:.5rem;gap:1px;padding:1px;display:grid}.word-search-module__FEO5TG__wsCell{width:2.2rem;height:2.2rem;color:var(--brand-fg-base);text-transform:uppercase;background:var(--bee-control);cursor:pointer;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:background-color .1s;display:flex}.word-search-module__FEO5TG__wsCell:hover{background:var(--bee-control-hover)}.word-search-module__FEO5TG__wsCellStart{background:color-mix(in srgb, var(--brand-primary) 60%, transparent);box-shadow:inset 0 0 0 2px var(--brand-bg-elevated)}.word-search-module__FEO5TG__wsCellPreview{background:color-mix(in srgb, var(--brand-primary) 35%, transparent)}.word-search-module__FEO5TG__wsCellFound{background:color-mix(in srgb, var(--bee-success) 12%, var(--brand-bg-elevated));color:var(--bee-success)}.word-search-module__FEO5TG__wordListPanel{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);min-width:0;max-height:600px;box-shadow:var(--app-card-shadow);border-radius:1rem;flex:1;padding:1.25rem;overflow-y:auto}.word-search-module__FEO5TG__wordListTitle{color:var(--brand-fg-base);border-bottom:1px solid var(--bee-control-border);margin-bottom:.75rem;padding-bottom:.35rem;font-size:1rem;font-weight:700}.word-search-module__FEO5TG__wordItem{border-radius:.4rem;margin-bottom:.35rem;padding:.6rem .75rem;transition:background-color .15s}.word-search-module__FEO5TG__wordText{color:var(--brand-fg-base);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:700;display:block}.word-search-module__FEO5TG__wordDef{color:var(--brand-fg-muted);margin-top:.15rem;font-size:.75rem;line-height:1.4;display:block}.word-search-module__FEO5TG__wordItemFound{background:color-mix(in srgb, var(--bee-success) 12%, var(--brand-bg-elevated))}.word-search-module__FEO5TG__wordItemFound .word-search-module__FEO5TG__wordText{color:var(--brand-fg-muted);text-decoration:line-through}.word-search-module__FEO5TG__wordItemFound .word-search-module__FEO5TG__wordDef{color:var(--brand-fg-muted)}@media (max-width:768px){.word-search-module__FEO5TG__content{padding:1.25rem}.word-search-module__FEO5TG__title{font-size:1.75rem}.word-search-module__FEO5TG__gameArea{flex-direction:column}.word-search-module__FEO5TG__gridWrapper{width:100%;overflow-x:auto}.word-search-module__FEO5TG__wordListPanel{max-height:400px}.word-search-module__FEO5TG__wsCell{width:1.8rem;height:1.8rem;font-size:.75rem}}@media (max-width:480px){.word-search-module__FEO5TG__content{padding:1rem}.word-search-module__FEO5TG__title{font-size:1.5rem}.word-search-module__FEO5TG__filtersCard{flex-direction:column;align-items:flex-start}.word-search-module__FEO5TG__levelPills{width:100%}.word-search-module__FEO5TG__levelPill{text-align:center;flex:1;min-height:44px;padding:.45rem .75rem;font-size:.8rem}.word-search-module__FEO5TG__wsCell{width:1.5rem;height:1.5rem;font-size:.65rem}.word-search-module__FEO5TG__actions{gap:.5rem}.word-search-module__FEO5TG__actionButton{padding:.5rem 1rem;font-size:.8rem}}.word-search-module__FEO5TG__liveEntry{background:var(--card-surface,var(--bee-card-surface));border:1px solid var(--card-border,var(--bee-card-border));text-align:left;border-radius:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.word-search-module__FEO5TG__liveNote{color:var(--brand-fg-muted);align-items:center;gap:.5rem;margin-top:.75rem;font-size:.9rem;display:inline-flex}.word-search-module__FEO5TG__liveError{color:var(--bee-danger);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.word-search-module__FEO5TG__content{min-height:0;padding:.5rem 1rem 1rem}.word-search-module__FEO5TG__backButton{min-height:36px;margin:0;padding:.3rem 0;font-size:.8rem}.word-search-module__FEO5TG__header{margin:.25rem 0;padding:0}.word-search-module__FEO5TG__title{margin:0;font-size:1.35rem}.word-search-module__FEO5TG__subtitle{display:none}.word-search-module__FEO5TG__content>[data-game-options]{margin:.25rem 0 .5rem auto}.word-search-module__FEO5TG__gameCard{margin:.25rem 0;padding:.6rem}.word-search-module__FEO5TG__filtersCard,.word-search-module__FEO5TG__liveEntry,.word-search-module__FEO5TG__setupCard{margin:0 0 .5rem;padding:.65rem}.word-search-module__FEO5TG__setupText{margin:0 0 .5rem;font-size:.85rem}.word-search-module__FEO5TG__extra{margin-top:.75rem}.word-search-module__FEO5TG__extra>summary{cursor:pointer;min-height:40px;padding:.5rem;font-weight:700}.word-search-module__FEO5TG__actions{gap:.4rem;margin-bottom:.5rem}.word-search-module__FEO5TG__actionButton{min-height:40px;padding:.4rem .6rem;font-size:.8rem}.word-search-module__FEO5TG__resultCard{margin:.5rem 0;padding:.6rem}.word-search-module__FEO5TG__resultIcon{display:none}.word-search-module__FEO5TG__gameArea{grid-template-columns:minmax(0,1fr) minmax(200px,.7fr);align-items:start;gap:.6rem;display:grid}.word-search-module__FEO5TG__gridWrapper{width:100%;min-width:0;overflow:visible}.word-search-module__FEO5TG__wordSearchGrid{aspect-ratio:1;width:min(100%,100dvh - 340px);margin-inline:auto}.word-search-module__FEO5TG__wsCell,.word-search-module__FEO5TG__blackCell{aspect-ratio:1;width:auto;min-width:0;height:auto;font-size:clamp(.65rem,2vw,1rem)}.word-search-module__FEO5TG__cellInput{font-size:inherit}.word-search-module__FEO5TG__wordListPanel{min-width:0;max-height:calc(100dvh - 340px);padding:.6rem;overflow:auto}@media (max-width:700px){.word-search-module__FEO5TG__gameArea{grid-template-columns:minmax(0,1fr)}.word-search-module__FEO5TG__wordSearchGrid{width:min(100%,100dvh - 470px)}.word-search-module__FEO5TG__wordListPanel{max-height:100px}.word-search-module__FEO5TG__wordListTitle{margin:.25rem 0;font-size:.8rem}.word-search-module__FEO5TG__wordItem{padding:.2rem}}.word-search-module__FEO5TG__wordSearchGrid{grid-auto-rows:minmax(0,1fr)}.word-search-module__FEO5TG__wsCell{aspect-ratio:auto;min-height:0}
.live-module__tsF4wa__board{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.live-module__tsF4wa__row{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:.9rem;grid-template-columns:2.25rem minmax(0,1fr) auto auto;align-items:center;gap:.6rem;padding:.6rem .9rem;display:grid}.live-module__tsF4wa__rowSelf{border-color:color-mix(in oklch, var(--app-cyan) 70%, var(--brand-border));background:color-mix(in oklch, var(--app-cyan) 12%, var(--brand-bg-elevated))}.live-module__tsF4wa__rank{color:var(--bee-accent,var(--ui-accent));font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:800}.live-module__tsF4wa__name{color:var(--brand-fg-base);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:700;overflow:hidden}.live-module__tsF4wa__first{color:var(--ui-success);margin-left:.3rem;font-weight:700}.live-module__tsF4wa__scored{width:1rem;height:1rem;color:var(--ui-success)}.live-module__tsF4wa__score{color:var(--brand-fg-base);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:800}.live-module__tsF4wa__scoreNegative{color:var(--ui-danger)}.live-module__tsF4wa__lockout{z-index:3;border-radius:inherit;background:var(--bee-surface,var(--brand-bg-elevated));color:var(--bee-fg,var(--brand-fg-base));text-align:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);align-content:center;justify-items:center;gap:.4rem;padding:1.25rem;animation:1.4s ease-in-out infinite live-module__tsF4wa__lockout-pulse;display:grid;position:absolute;inset:0}.live-module__tsF4wa__lockoutTitle{color:var(--ui-danger);margin:0;font-size:clamp(1rem,3.5vw,1.35rem);font-weight:900}.live-module__tsF4wa__lockoutCount{color:var(--ui-danger);font-family:var(--font-mono);font-variant-numeric:tabular-nums;margin:0;font-size:clamp(2rem,8vw,3.25rem);font-weight:800;line-height:1}.live-module__tsF4wa__lockout small{max-width:32ch;color:var(--bee-fg,var(--brand-fg-muted));font-size:.8rem}@keyframes live-module__tsF4wa__lockout-pulse{0%,to{box-shadow:inset 0 0 0 0 color-mix(in oklch, var(--ui-danger) 55%, transparent)}50%{box-shadow:inset 0 0 0 .35rem color-mix(in oklch, var(--ui-danger) 45%, transparent)}}.live-module__tsF4wa__lobby{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);box-shadow:var(--app-card-shadow);text-align:center;border-radius:1.25rem;justify-items:center;gap:.9rem;padding:1.5rem 1.25rem;display:grid}.live-module__tsF4wa__lobbyLevel{border:1px solid color-mix(in oklch, var(--app-cyan) 60%, transparent);background:color-mix(in oklch, var(--app-cyan) 16%, transparent);color:var(--brand-fg-base);text-transform:capitalize;border-radius:999px;align-items:center;gap:.4rem;margin:0;padding:.3rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.live-module__tsF4wa__code{color:var(--bee-accent,var(--ui-accent));font-family:var(--font-mono);letter-spacing:.18em;margin:0;font-size:clamp(2.25rem,10vw,4rem);font-weight:900}.live-module__tsF4wa__copyBtn{border:1px solid var(--brand-border);min-height:40px;color:var(--brand-fg-base);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-family:inherit;font-size:.85rem;font-weight:700;display:inline-flex}.live-module__tsF4wa__copyBtn:hover{border-color:color-mix(in oklch, var(--app-cyan) 65%, var(--brand-border))}.live-module__tsF4wa__copyBtn:focus-visible,.live-module__tsF4wa__startBtn:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.live-module__tsF4wa__lobbyHeading{color:var(--brand-fg-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;margin:.5rem 0 0;font-size:.85rem;font-weight:800;display:inline-flex}.live-module__tsF4wa__startBtn{background:var(--brand-primary);min-height:46px;color:var(--brand-primary-fg);cursor:pointer;border:0;border-radius:999px;padding:.7rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:800}.live-module__tsF4wa__startBtn:disabled{background:color-mix(in oklch, var(--brand-primary) 40%, transparent);color:color-mix(in oklch, var(--brand-primary-fg) 70%, transparent);cursor:not-allowed}.live-module__tsF4wa__lobbyHint{color:var(--brand-fg-muted);margin:0;font-size:.8rem;font-style:italic}@media (prefers-reduced-motion:reduce){.live-module__tsF4wa__lockout{background:var(--bee-surface,var(--brand-bg-elevated));animation:none}}.live-module__tsF4wa__entry{flex-direction:column;align-items:center;gap:.6rem;width:min(100%,26rem);margin:.4rem auto 0;display:flex}.live-module__tsF4wa__hostBtn{background:var(--app-sky);color:#04121f;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.6rem 1.4rem;font-family:inherit;font-size:.95rem;font-weight:800;display:inline-flex}.live-module__tsF4wa__hostBtn:disabled{opacity:.55;cursor:not-allowed}.live-module__tsF4wa__joinRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;display:flex}.live-module__tsF4wa__joinLabel{color:var(--brand-fg-muted);font-size:.8rem;font-weight:700}.live-module__tsF4wa__joinInput{border:1px solid var(--brand-border);width:7.5rem;min-height:40px;color:var(--brand-fg-base);font-family:var(--font-mono);letter-spacing:.16em;text-align:center;text-transform:uppercase;background:#ffffff1f;border-radius:10px;padding:.4rem .7rem;font-size:1rem;font-weight:800}.live-module__tsF4wa__joinInput:focus-visible,.live-module__tsF4wa__hostBtn:focus-visible,.live-module__tsF4wa__joinBtn:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.live-module__tsF4wa__joinBtn{border:1px solid var(--brand-border);min-height:40px;color:var(--brand-fg-base);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .9rem;font-family:inherit;font-size:.85rem;font-weight:700;display:inline-flex}.live-module__tsF4wa__joinBtn:disabled{opacity:.5;cursor:not-allowed}.live-module__tsF4wa__entryError{color:var(--bee-danger,var(--ui-danger));text-align:center;margin:0;font-size:.82rem}.live-module__tsF4wa__claimedBox{border:1px solid var(--brand-border);background:var(--ui-inset);border-radius:1rem;gap:.5rem;padding:.9rem 1rem;display:grid}.live-module__tsF4wa__claimedHeading{color:var(--brand-fg-base);justify-content:space-between;align-items:baseline;gap:.5rem;margin:0;font-size:.9rem;font-weight:800;display:flex}.live-module__tsF4wa__claimedCount{color:var(--bee-accent,var(--app-cyan));font-family:var(--font-mono);font-variant-numeric:tabular-nums}.live-module__tsF4wa__claimedEmpty{color:var(--brand-fg-muted);margin:0;font-size:.85rem}.live-module__tsF4wa__claimedList{gap:.3rem;max-height:16rem;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.live-module__tsF4wa__claimedRow{border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:.6rem;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.5rem;padding:.35rem .6rem;display:grid}.live-module__tsF4wa__claimedRowSelf{border-color:color-mix(in oklch, var(--app-cyan) 70%, var(--brand-border));background:color-mix(in oklch, var(--app-cyan) 12%, var(--brand-bg))}.live-module__tsF4wa__claimedWord{font-family:var(--font-mono);letter-spacing:.05em;color:var(--brand-fg-base);overflow-wrap:anywhere;font-size:.86rem;font-weight:700}.live-module__tsF4wa__claimedWho{color:var(--brand-fg-muted);font-size:.78rem}.live-module__tsF4wa__claimedPoints{color:var(--bee-accent,var(--app-cyan));font-family:var(--font-mono);font-size:.78rem;font-weight:700}.live-module__tsF4wa__boardMatch{gap:.9rem;display:grid;position:relative}.live-module__tsF4wa__boardTopBar{gap:.6rem;display:grid}.live-module__tsF4wa__boardClock{background:color-mix(in oklch, var(--app-cyan) 14%, transparent);color:var(--bee-accent,var(--app-cyan));font-family:var(--font-mono);font-variant-numeric:tabular-nums;border-radius:.7rem;justify-self:start;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:1rem;font-weight:800;display:inline-flex}.live-module__tsF4wa__boardNote,.live-module__tsF4wa__boardSaid{color:var(--brand-fg-muted);align-items:center;gap:.4rem;margin:0;font-size:.9rem;display:flex}.live-module__tsF4wa__boardWarn{color:var(--app-amber,#e9ab2b);align-items:center;gap:.4rem;margin:0;font-size:.88rem;display:flex}@supports (color:lab(0% 0 0)){.live-module__tsF4wa__boardWarn{color:var(--app-amber,lab(74.5017% 15.8158 68.8514))}}.live-module__tsF4wa__boardOver{color:var(--brand-fg-base);margin:0;font-size:1.05rem;font-weight:800}.live-module__tsF4wa__boardActions{flex-wrap:wrap;gap:.6rem;display:flex}.live-module__tsF4wa__boardPrimary,.live-module__tsF4wa__boardSecondary{border:1px solid var(--brand-border);cursor:pointer;border-radius:.8rem;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.live-module__tsF4wa__boardPrimary{background:var(--app-cyan);color:#07121e;color:lab(5.19165% -1.31605 -9.50229);border-color:#0000}.live-module__tsF4wa__boardSecondary{color:var(--brand-fg-muted);background:0 0}.live-module__tsF4wa__inviteLinkRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:min(100%,34rem);margin:.65rem auto 0;display:flex}.live-module__tsF4wa__inviteLinkText{border:1px dashed var(--brand-border);text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--brand-fg-muted);border-radius:.6rem;flex:12rem;padding:.45rem .7rem;font-size:.78rem;overflow:hidden}.live-module__tsF4wa__inviteLinkBtn,.live-module__tsF4wa__inviteWhatsapp{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);min-height:44px;font:inherit;color:var(--brand-fg-base);cursor:pointer;border-radius:.7rem;align-items:center;gap:.35rem;padding:.5rem .85rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.live-module__tsF4wa__inviteWhatsapp{color:#04240f;background:#25d366;border-color:#0000}.live-module__tsF4wa__inviteLinkBtn:focus-visible,.live-module__tsF4wa__inviteWhatsapp:focus-visible{outline:3px solid var(--app-sky);outline-offset:2px}.live-module__tsF4wa__cheerBar{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;width:100%;display:flex}.live-module__tsF4wa__cheerRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;display:flex}.live-module__tsF4wa__cheerBtn{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);cursor:pointer;border-radius:.8rem;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.35rem;font-size:1.35rem;line-height:1;display:inline-flex}.live-module__tsF4wa__cheerBtn:hover:not(:disabled){border-color:color-mix(in oklch, var(--app-cyan) 70%, var(--brand-border));background:color-mix(in oklch, var(--app-cyan) 14%, var(--brand-bg-elevated))}.live-module__tsF4wa__cheerBtn:active:not(:disabled){transform:scale(.92)}.live-module__tsF4wa__cheerBtn:disabled{opacity:.5;cursor:not-allowed}.live-module__tsF4wa__cheerBtn:focus-visible,.live-module__tsF4wa__cheerTargetBtn:focus-visible{outline:3px solid var(--app-sky);outline-offset:2px}.live-module__tsF4wa__cheerTargets{flex-wrap:wrap;justify-content:center;align-items:center;gap:.3rem;width:100%;display:flex}.live-module__tsF4wa__cheerTargetLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--brand-fg-muted);font-size:.72rem;font-weight:700}.live-module__tsF4wa__cheerTargetBtn{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);min-height:44px;font:inherit;color:var(--brand-fg-base);cursor:pointer;border-radius:999px;padding:.35rem .7rem;font-size:.78rem;font-weight:700}.live-module__tsF4wa__cheerTargetOn{background:var(--app-cyan);color:#04240f;border-color:#0000}.live-module__tsF4wa__cheerError{text-align:center;width:100%;color:var(--app-rose,crimson);margin:.3rem 0 0;font-size:.8rem}.live-module__tsF4wa__cheerFeed{pointer-events:none;min-height:5.5rem;position:relative;overflow:hidden}.live-module__tsF4wa__cheerFloat{background:color-mix(in oklch, var(--brand-bg-elevated) 78%, transparent);white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:1.15rem;animation:2s ease-out forwards live-module__tsF4wa__cheerRise;display:inline-flex;position:absolute;bottom:0}.live-module__tsF4wa__cheerFloatWho{color:var(--brand-fg-muted);font-size:.72rem;font-weight:700}@keyframes live-module__tsF4wa__cheerRise{0%{opacity:0;transform:translateY(0)scale(.7)}15%{opacity:1;transform:translateY(-.6rem)scale(1)}to{opacity:0;transform:translateY(-4.5rem)scale(1.05)}}.live-module__tsF4wa__cheerList{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.live-module__tsF4wa__cheerListItem{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:1rem;display:inline-flex}@media (prefers-reduced-motion:reduce){.live-module__tsF4wa__cheerFloat{opacity:1;animation:none;transform:none}}.live-module__tsF4wa__cheerOverlay{pointer-events:none;position:absolute;inset:0}.live-module__tsF4wa__watchingPill{background:color-mix(in oklch, var(--brand-bg-elevated) 82%, transparent);color:var(--brand-fg-base);border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:700;position:absolute;bottom:.9rem;left:.9rem}.live-module__tsF4wa__overlayFeed{width:min(60%,16rem);position:absolute;bottom:0;right:.6rem}.live-module__tsF4wa__srOnly{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.live-module__tsF4wa__spectate{gap:.9rem;width:min(100%,46rem);margin:0 auto;display:grid}.live-module__tsF4wa__spectateHead{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.live-module__tsF4wa__spectateTitle{color:var(--brand-fg-base);margin:0;font-size:1.15rem;font-weight:800}.live-module__tsF4wa__liveBadge{background:color-mix(in oklch, var(--app-cyan) 20%, var(--brand-bg-elevated));color:var(--brand-fg-base);border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.live-module__tsF4wa__spectateNote{color:var(--brand-fg-muted);margin:0;font-size:.85rem}.live-module__tsF4wa__spectateCard{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:1rem;gap:.55rem;padding:.9rem 1rem;display:grid}.live-module__tsF4wa__spectateHeading{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-fg-muted);margin:0;font-size:.75rem;font-weight:800}.live-module__tsF4wa__questionText{color:var(--brand-fg-base);margin:0;font-size:1.05rem;font-weight:700}.live-module__tsF4wa__questionAside{color:var(--brand-fg-muted);margin:0;font-size:.85rem}.live-module__tsF4wa__revealed{color:var(--app-emerald,seagreen);margin:0;font-size:.95rem;font-weight:800}.live-module__tsF4wa__hiddenAnswer{color:var(--brand-fg-muted);margin:0;font-size:.85rem;font-style:italic}.live-module__tsF4wa__answerList{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.live-module__tsF4wa__answerRow{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.live-module__tsF4wa__answerWho{color:var(--brand-fg-base);font-weight:700}.live-module__tsF4wa__answerText{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--brand-fg-muted);flex:auto;overflow:hidden}.live-module__tsF4wa__markRight{color:var(--app-emerald,seagreen);font-weight:800}.live-module__tsF4wa__markWrong{color:var(--app-rose,crimson);font-weight:800}.live-module__tsF4wa__raceRow{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:.9rem;gap:.25rem;padding:.55rem .75rem;display:grid}.live-module__tsF4wa__raceTop{align-items:baseline;gap:.5rem;display:flex}.live-module__tsF4wa__raceName{color:var(--brand-fg-base);flex:auto;font-weight:700}.live-module__tsF4wa__raceTrack{background:color-mix(in oklch, var(--brand-border) 60%, transparent);border-radius:999px;height:.5rem;overflow:hidden}.live-module__tsF4wa__raceFill{background:var(--app-cyan);border-radius:999px;height:100%;transition:width .4s ease-out}.live-module__tsF4wa__raceEvent{color:var(--brand-fg-muted);font-size:.8rem}.live-module__tsF4wa__raceClock{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--bee-accent,var(--ui-accent));font-size:1rem;font-weight:800}.live-module__tsF4wa__watcherList{flex-wrap:wrap;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.live-module__tsF4wa__watcherChip{border:1px solid var(--brand-border);color:var(--brand-fg-muted);border-radius:999px;padding:.2rem .55rem;font-size:.78rem}.live-module__tsF4wa__spectateActions{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.live-module__tsF4wa__spectateBtn,.live-module__tsF4wa__spectateLink{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);min-height:44px;font:inherit;color:var(--brand-fg-base);cursor:pointer;border-radius:.8rem;align-items:center;gap:.35rem;padding:.55rem .95rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.live-module__tsF4wa__spectateBtn:focus-visible,.live-module__tsF4wa__spectateLink:focus-visible{outline:3px solid var(--app-sky);outline-offset:2px}.live-module__tsF4wa__spectateProblem{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);text-align:center;border-radius:1rem;justify-items:center;gap:.7rem;padding:1.5rem 1rem;display:grid}.live-module__tsF4wa__spectateWinner{color:var(--brand-fg-base);margin:0;font-size:1.2rem;font-weight:800}.live-module__tsF4wa__race{grid-template-rows:auto minmax(0,1fr);gap:.5rem;width:100%;min-height:0;display:grid}.live-module__tsF4wa__raceStage{width:100%;min-height:0;position:relative;overflow:hidden}.live-module__tsF4wa__raceCheers{flex:auto;justify-content:flex-end;min-width:0;display:flex}@media (max-width:640px){.live-module__tsF4wa__raceCheers{display:none}}.live-module__tsF4wa__raceStrip{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:.8rem;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.4rem .7rem;font-size:.85rem;display:flex}.live-module__tsF4wa__raceChip{background:color-mix(in oklch, var(--brand-border) 45%, transparent);color:var(--brand-fg-base);border-radius:999px;align-items:baseline;gap:.3rem;padding:.15rem .5rem;font-weight:700;display:inline-flex}.live-module__tsF4wa__raceChipSelf{background:color-mix(in oklch, var(--app-cyan) 24%, transparent)}.live-module__tsF4wa__raceChipDone{opacity:.7}.live-module__tsF4wa__raceWaiting{text-align:center;color:var(--brand-fg-muted);margin:0;font-size:.9rem}.live-module__tsF4wa__raceResults{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);text-align:center;border-radius:1rem;gap:.7rem;padding:1rem;display:grid}@media (prefers-reduced-motion:reduce){.live-module__tsF4wa__raceFill{transition:none}}.live-module__tsF4wa__cheerBarCompact{overscroll-behavior-x:contain;scrollbar-width:none;align-items:center;gap:.3rem;min-width:0;display:flex;overflow-x:auto}.live-module__tsF4wa__cheerBarCompact::-webkit-scrollbar{display:none}.live-module__tsF4wa__cheerBarCompact .live-module__tsF4wa__cheerRow{flex-wrap:nowrap}.live-module__tsF4wa__cheerTargetSelect{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);max-width:8rem;min-height:44px;font:inherit;color:var(--brand-fg-base);border-radius:.7rem;flex:none;padding:.35rem .5rem;font-size:.78rem;font-weight:700}.live-module__tsF4wa__cheerTargetSelect:focus-visible{outline:3px solid var(--app-sky);outline-offset:2px}
.nerd-clash-module__H6cXYW__hero{isolation:isolate;position:relative;overflow:hidden}.nerd-clash-module__H6cXYW__hero:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#22d3ee33,#0000 65%);height:22rem;position:absolute;inset:auto -8% -55% 32%}.nerd-clash-module__H6cXYW__heroTitle{color:var(--brand-fg-base);background:0 0;-webkit-background-clip:text;background-clip:text}.nerd-clash-module__H6cXYW__heroBadges{flex-wrap:wrap;gap:.55rem;margin-top:1.25rem;display:flex}.nerd-clash-module__H6cXYW__heroBadges span{border:1px solid var(--ui-control-border);min-height:2.3rem;color:var(--ui-accent);background:var(--brand-bg-elevated);border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.8rem;font-weight:800;display:inline-flex}.nerd-clash-module__H6cXYW__heroStats>div:nth-child(2) svg{color:var(--ui-accent)}.nerd-clash-module__H6cXYW__heroStats>div:nth-child(3) svg{color:var(--ui-success)}.nerd-clash-module__H6cXYW__heroStats>div:nth-child(4) svg{color:var(--ui-warning)}.nerd-clash-module__H6cXYW__launchGrid{grid-template-columns:minmax(0,1.45fr) minmax(18rem,.75fr);gap:1rem;display:grid}.nerd-clash-module__H6cXYW__launchCard,.nerd-clash-module__H6cXYW__liveEntryCard,.nerd-clash-module__H6cXYW__resultCard{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);box-shadow:var(--ui-shadow);border-radius:1.4rem}.nerd-clash-module__H6cXYW__launchCard{padding:clamp(1rem,2.4vw,1.6rem)}.nerd-clash-module__H6cXYW__liveEntryCard{padding:1.35rem}.nerd-clash-module__H6cXYW__launchHeading{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.nerd-clash-module__H6cXYW__launchHeading>span{color:#06111f;background:#67e8f9;border-radius:.85rem;place-items:center;width:2.8rem;height:2.8rem;font-size:1.25rem;display:grid}.nerd-clash-module__H6cXYW__liveEntryCard .nerd-clash-module__H6cXYW__launchHeading>span{background:#c4b5fd}.nerd-clash-module__H6cXYW__launchHeading p{color:var(--ui-accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .08rem;font-size:.73rem;font-weight:900}.nerd-clash-module__H6cXYW__launchHeading h3{color:var(--brand-fg-base);margin:0;font-size:1.2rem}.nerd-clash-module__H6cXYW__liveEntryCard>p{color:var(--brand-fg-muted);line-height:1.6}.nerd-clash-module__H6cXYW__levelChoices{grid-template-columns:repeat(3,1fr);gap:.7rem;display:grid}.nerd-clash-module__H6cXYW__levelChoices button{text-align:left;border:1px solid var(--ui-control-border);min-height:5.2rem;color:var(--brand-fg-base);background:var(--brand-bg-elevated);cursor:pointer;border-radius:1rem;padding:.8rem;transition:transform .16s,border-color .16s,background .16s}.nerd-clash-module__H6cXYW__levelChoices button:hover{border-color:var(--ui-control-border);transform:translateY(-2px)}.nerd-clash-module__H6cXYW__levelChoices button:focus-visible,.nerd-clash-module__H6cXYW__subjectPicker button:focus-visible,.nerd-clash-module__H6cXYW__launchButton:focus-visible,.nerd-clash-module__H6cXYW__secondaryButton:focus-visible,.nerd-clash-module__H6cXYW__answerButtons button:focus-visible,.nerd-clash-module__H6cXYW__laneControls button:focus-visible{outline-offset:3px;outline:3px solid #fbbf24}.nerd-clash-module__H6cXYW__levelChoices button.nerd-clash-module__H6cXYW__selected{color:var(--brand-fg-base);background:var(--ui-inset);border-color:#67e8f9;box-shadow:inset 0 0 0 1px #67e8f940}.nerd-clash-module__H6cXYW__levelChoices span{color:var(--ui-accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.32rem;font-size:.7rem;font-weight:900;display:block}.nerd-clash-module__H6cXYW__levelChoices strong{line-height:1.25;display:block}.nerd-clash-module__H6cXYW__subjectPicker{border:0;margin:1.1rem 0;padding:0}.nerd-clash-module__H6cXYW__subjectPicker legend{color:var(--brand-fg-muted);margin-bottom:.55rem;font-size:.8rem;font-weight:800}.nerd-clash-module__H6cXYW__subjectPicker>div{flex-wrap:wrap;gap:.45rem;display:flex}.nerd-clash-module__H6cXYW__subjectPicker button{border:1px solid var(--ui-control-border);min-height:2.5rem;color:var(--brand-fg-muted);background:var(--brand-bg-elevated);cursor:pointer;border-radius:.72rem;padding:.48rem .72rem;font-weight:800}.nerd-clash-module__H6cXYW__subjectPicker button.nerd-clash-module__H6cXYW__subjectOn{border-color:var(--ui-control-border);color:var(--brand-fg-muted);background:#0e749038}.nerd-clash-module__H6cXYW__launchButton,.nerd-clash-module__H6cXYW__primaryButton,.nerd-clash-module__H6cXYW__secondaryButton{cursor:pointer;border-radius:.85rem;justify-content:center;align-items:center;gap:.5rem;min-height:2.8rem;padding:.68rem 1rem;font-weight:900;text-decoration:none;display:inline-flex}.nerd-clash-module__H6cXYW__launchButton,.nerd-clash-module__H6cXYW__primaryButton{color:#03131f;background:#67e8f9;border:0;box-shadow:0 10px 28px #22d3ee2e}.nerd-clash-module__H6cXYW__launchButton{width:100%}.nerd-clash-module__H6cXYW__launchButton:disabled{opacity:.55;cursor:wait}.nerd-clash-module__H6cXYW__secondaryButton{border:1px solid var(--ui-control-border);color:var(--brand-fg-base);background:var(--ui-inset)}.nerd-clash-module__H6cXYW__microcopy{color:var(--brand-fg-muted);align-items:center;gap:.4rem;margin:.7rem 0 0;font-size:.75rem;display:flex}.nerd-clash-module__H6cXYW__signInNote{background:var(--ui-inset);border-radius:.8rem;padding:.75rem;color:var(--ui-warning)!important}.nerd-clash-module__H6cXYW__signInNote a{color:var(--ui-warning);font-weight:900}.nerd-clash-module__H6cXYW__fairnessNote{border-top:1px solid var(--ui-control-border);color:var(--brand-fg-muted);gap:.65rem;margin-top:1rem;padding-top:1rem;font-size:.8rem;line-height:1.45;display:flex}.nerd-clash-module__H6cXYW__fairnessNote svg{color:var(--ui-success);flex:none;margin-top:.15rem}.nerd-clash-module__H6cXYW__fairnessNote strong{color:var(--ui-success);display:block}.nerd-clash-module__H6cXYW__loadingLine{align-items:center;gap:.45rem;display:flex;color:var(--ui-accent)!important}.nerd-clash-module__H6cXYW__gameShell,.nerd-clash-module__H6cXYW__liveShell{background:#06101f;min-width:0;min-height:0;display:grid}.nerd-clash-module__H6cXYW__stage,.nerd-clash-module__H6cXYW__liveStage{aspect-ratio:16/9;background:#06101f;border-radius:1rem;min-width:0;min-height:0;position:relative;overflow:hidden}.nerd-clash-module__H6cXYW__liveStage{min-height:20rem}.nerd-clash-module__H6cXYW__scoreBar,.nerd-clash-module__H6cXYW__liveBar{z-index:3;color:#d6e8ff;pointer-events:none;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.72rem;display:flex;position:absolute;inset:.4rem .5rem auto}.nerd-clash-module__H6cXYW__scoreBar span{background:#04102094;border:1px solid #e2f0ff38;border-radius:999px;align-items:center;gap:.28rem;padding:.2rem .5rem;display:inline-flex}.nerd-clash-module__H6cXYW__scoreBar svg{color:#67e8f9}.nerd-clash-module__H6cXYW__scoreBar strong{color:#fff}.nerd-clash-module__H6cXYW__progressText{margin-left:auto}.nerd-clash-module__H6cXYW__liveBar{pointer-events:auto;background:#041020a8;border-radius:.8rem;justify-content:space-between;max-height:3.6rem;padding:.35rem .5rem;overflow-y:auto}.nerd-clash-module__H6cXYW__liveBar>:first-child{flex:12rem;min-width:0}.nerd-clash-module__H6cXYW__liveBar p{background:#0f233dcc;border-radius:.7rem;margin:0;padding:.25rem .5rem}.nerd-clash-module__H6cXYW__liveBar strong{color:#34d399}.nerd-clash-module__H6cXYW__cheerInline{display:none}@media (min-width:1024px){.nerd-clash-module__H6cXYW__cheerInline{flex:none;display:block}}.nerd-clash-module__H6cXYW__cheerLayer{z-index:6}.nerd-clash-module__H6cXYW__arenaWrap{--subject:#67e8f9;position:absolute;inset:0}.nerd-clash-module__H6cXYW__canvas{cursor:crosshair;touch-action:manipulation;width:100%;height:100%;display:block}.nerd-clash-module__H6cXYW__writtenOverlay{z-index:4;left:var(--band-left,6%);top:var(--band-top,58%);width:var(--band-width,88%);max-height:var(--band-height,30%);grid-template-columns:1fr auto;gap:.45rem;padding:.55rem;display:grid;position:absolute}.nerd-clash-module__H6cXYW__writtenOverlay label{color:var(--subject);letter-spacing:.08em;text-transform:uppercase;grid-column:1/-1;align-items:center;gap:.45rem;font-size:.76rem;font-weight:900;display:flex}.nerd-clash-module__H6cXYW__writtenOverlay textarea{resize:none;border:2px solid color-mix(in srgb, var(--subject) 78%, #fff 12%);color:#0b1f38;background:#f6fbff;border-radius:.8rem;outline:0;width:100%;min-height:clamp(3.4rem,9vw,6.5rem);padding:.55rem .7rem;font:700 clamp(.85rem,1.4vw,1rem)/1.4 inherit;box-shadow:0 8px 22px #030a1666}.nerd-clash-module__H6cXYW__writtenOverlay textarea::placeholder{color:#64809f}.nerd-clash-module__H6cXYW__writtenOverlay textarea:focus{box-shadow:0 0 0 4px color-mix(in srgb, var(--subject) 40%, transparent);border-color:#fff}.nerd-clash-module__H6cXYW__writtenOverlay textarea:disabled{opacity:.62}.nerd-clash-module__H6cXYW__writtenOverlay button{color:#03131f;background:var(--subject);cursor:pointer;border:0;border-radius:.8rem;align-self:stretch;min-width:5.5rem;padding:.6rem .8rem;font-weight:900}.nerd-clash-module__H6cXYW__writtenOverlay button:disabled{opacity:.45;cursor:not-allowed}.nerd-clash-module__H6cXYW__answerButtons{z-index:5;clip-path:inset(50%);white-space:nowrap;gap:.4rem;width:1px;height:1px;display:flex;position:absolute;bottom:.5rem;left:50%;overflow:hidden}.nerd-clash-module__H6cXYW__answerButtons:focus-within{clip-path:none;white-space:normal;background:#041020eb;border-radius:.85rem;flex-wrap:wrap;justify-content:center;width:auto;max-width:94%;height:auto;padding:.4rem;overflow:visible;transform:translate(-50%)}.nerd-clash-module__H6cXYW__answerButtons button{border:1px solid color-mix(in srgb, var(--subject) 55%, transparent);color:#eaf4ff;overflow-wrap:anywhere;text-align:left;cursor:crosshair;background:#091a30f5;border-radius:.7rem;align-items:center;gap:.45rem;min-height:2.6rem;padding:.45rem .7rem;font-size:.78rem;font-weight:800;display:flex}.nerd-clash-module__H6cXYW__answerButtons button span{color:#03131f;background:var(--subject);border-radius:50%;flex:none;place-items:center;width:1.5rem;height:1.5rem;display:grid}.nerd-clash-module__H6cXYW__answerButtons button:disabled{opacity:.45}.nerd-clash-module__H6cXYW__laneControls{z-index:4;gap:.45rem;display:flex;position:absolute;bottom:.6rem;right:.6rem}.nerd-clash-module__H6cXYW__laneControls button{border:1px solid color-mix(in srgb, var(--subject) 62%, transparent);color:#06172c;background:color-mix(in srgb, var(--subject) 82%, #fff 18%);cursor:pointer;border-radius:.7rem;align-items:center;gap:.35rem;min-height:2.65rem;padding:.5rem .7rem;font-weight:900;display:inline-flex}.nerd-clash-module__H6cXYW__laneControls button:disabled{opacity:.4}.nerd-clash-module__H6cXYW__gameNotices{z-index:3;color:#d6e8ff;pointer-events:none;flex-wrap:wrap;justify-content:center;gap:.4rem;font-size:.74rem;display:flex;position:absolute;inset:auto .5rem .4rem}.nerd-clash-module__H6cXYW__expand{z-index:4;color:#eaf4ff;cursor:pointer;background:#041020cc;border:1px solid #e2f0ff4d;border-radius:999px;align-items:center;gap:.4rem;min-height:36px;padding:.3rem .75rem;font-family:inherit;font-size:.74rem;font-weight:800;display:inline-flex;position:absolute;top:2.4rem;right:.5rem}.nerd-clash-module__H6cXYW__gameNotices span{background:#041020a8;border-radius:999px;align-items:center;gap:.4rem;padding:.2rem .55rem;display:inline-flex}.nerd-clash-module__H6cXYW__fullOverlay{z-index:4;color:var(--brand-fg-base);text-align:center;background:var(--brand-bg-elevated);flex-direction:column;justify-content:center;align-items:center;gap:.8rem;padding:2rem;display:flex;position:absolute;inset:0;overflow-y:auto}.nerd-clash-module__H6cXYW__fullOverlay>svg{color:var(--ui-accent);font-size:2rem}.nerd-clash-module__H6cXYW__fullOverlay h2{color:var(--brand-fg-base);margin:0;font-size:clamp(1.5rem,4vw,2.3rem)}.nerd-clash-module__H6cXYW__fullOverlay>p{max-width:40rem;color:var(--brand-fg-muted);margin:0}.nerd-clash-module__H6cXYW__overlayActions,.nerd-clash-module__H6cXYW__resultActions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.nerd-clash-module__H6cXYW__reconnecting{z-index:5;color:var(--ui-warning);background:#422006f0;border:1px solid #fbbf24;border-radius:.75rem;justify-content:center;align-items:center;gap:.45rem;padding:.65rem;display:flex;position:absolute;inset:auto 1rem 1rem}.nerd-clash-module__H6cXYW__resultCard{max-width:54rem;color:var(--brand-fg-muted);text-align:center;background:var(--brand-bg-elevated);margin:0 auto;padding:clamp(1.4rem,4vw,2.4rem)}.nerd-clash-module__H6cXYW__resultGlow{color:#03131f;background:#fbbf24;border-radius:1.4rem;place-items:center;width:5rem;height:5rem;margin:0 auto 1rem;font-size:2rem;display:grid;box-shadow:0 0 44px #fbbf244d}.nerd-clash-module__H6cXYW__resultKicker{color:var(--ui-accent);letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:900}.nerd-clash-module__H6cXYW__resultCard h2{color:var(--brand-fg-base);margin:.3rem 0 1rem;font-size:clamp(2.2rem,7vw,4rem)}.nerd-clash-module__H6cXYW__resultStats{grid-template-columns:repeat(3,1fr);gap:.6rem;margin:1rem 0;display:grid}.nerd-clash-module__H6cXYW__resultStats span{border:1px solid var(--ui-control-border);background:var(--brand-bg-elevated);border-radius:.85rem;padding:.8rem}.nerd-clash-module__H6cXYW__resultStats strong{color:var(--brand-fg-base);font-size:1.35rem;display:block}.nerd-clash-module__H6cXYW__rulesGrid{grid-template-columns:repeat(3,1fr);gap:.7rem;display:grid}.nerd-clash-module__H6cXYW__ruleCard{border:1px solid var(--ui-control-border);background:var(--brand-bg-elevated);border-radius:1rem;gap:.75rem;min-height:8.2rem;padding:1rem;display:flex}.nerd-clash-module__H6cXYW__ruleCard>span{color:#06111f;background:#67e8f9;border-radius:.72rem;flex:none;place-items:center;width:2.5rem;height:2.5rem;display:grid}.nerd-clash-module__H6cXYW__ruleCard:nth-child(2)>span,.nerd-clash-module__H6cXYW__ruleCard:nth-child(5)>span{background:#c4b5fd}.nerd-clash-module__H6cXYW__ruleCard:nth-child(3)>span,.nerd-clash-module__H6cXYW__ruleCard:nth-child(6)>span{background:#34d399}.nerd-clash-module__H6cXYW__ruleCard h3{color:var(--brand-fg-base);margin:.08rem 0 .32rem;font-size:.96rem}.nerd-clash-module__H6cXYW__ruleCard p{color:var(--brand-fg-muted);margin:0;font-size:.82rem;line-height:1.5}.nerd-clash-module__H6cXYW__board{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.nerd-clash-module__H6cXYW__board li{border:1px solid var(--ui-control-border);min-height:3.2rem;color:var(--brand-fg-base);background:var(--brand-bg-elevated);border-radius:.8rem;grid-template-columns:4rem 1fr auto;align-items:center;padding:.55rem .8rem;display:grid}.nerd-clash-module__H6cXYW__board li:first-child{border-color:var(--ui-control-border)}.nerd-clash-module__H6cXYW__boardSelf{box-shadow:inset 3px 0 #67e8f9}.nerd-clash-module__H6cXYW__boardRank{color:var(--ui-accent);font-weight:900}.nerd-clash-module__H6cXYW__board strong{color:var(--ui-warning)}.nerd-clash-module__H6cXYW__boardEmpty{border:1px dashed var(--ui-control-border);color:var(--brand-fg-muted);text-align:center;border-radius:.85rem;padding:1rem}.nerd-clash-module__H6cXYW__boardEmpty a{color:var(--ui-accent);font-weight:900}.nerd-clash-module__H6cXYW__alignmentNote{max-width:58rem;color:var(--brand-fg-muted);text-align:center;margin:0 auto 1rem;font-size:.75rem;line-height:1.5}.nerd-clash-module__H6cXYW__error{color:var(--ui-danger)!important}.nerd-clash-module__H6cXYW__routeLoading{min-height:100vh;color:var(--ui-accent);background:var(--brand-bg-base);place-items:center;font-weight:900;display:grid}@media (max-width:900px){.nerd-clash-module__H6cXYW__launchGrid{grid-template-columns:1fr}.nerd-clash-module__H6cXYW__rulesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.nerd-clash-module__H6cXYW__levelChoices{grid-template-columns:1fr}.nerd-clash-module__H6cXYW__levelChoices button{min-height:4.25rem}.nerd-clash-module__H6cXYW__rulesGrid{grid-template-columns:1fr}.nerd-clash-module__H6cXYW__scoreBar{font-size:.68rem}.nerd-clash-module__H6cXYW__scoreBar span{flex:none}.nerd-clash-module__H6cXYW__progressText{margin-left:0}.nerd-clash-module__H6cXYW__writtenOverlay{grid-template-columns:1fr;padding:.35rem}.nerd-clash-module__H6cXYW__writtenOverlay label{display:none}.nerd-clash-module__H6cXYW__writtenOverlay textarea{min-height:3.2rem;padding:.45rem .55rem}.nerd-clash-module__H6cXYW__writtenOverlay button{min-height:2.4rem;padding:.4rem}.nerd-clash-module__H6cXYW__laneControls{bottom:.4rem;right:.4rem}.nerd-clash-module__H6cXYW__laneControls button{min-height:2.4rem;padding:.35rem .5rem;font-size:.72rem}.nerd-clash-module__H6cXYW__resultStats{grid-template-columns:1fr}.nerd-clash-module__H6cXYW__board li{grid-template-columns:3rem 1fr}.nerd-clash-module__H6cXYW__board strong{grid-column:2}}@media (prefers-reduced-motion:reduce){.nerd-clash-module__H6cXYW__levelChoices button{transition:none}.nerd-clash-module__H6cXYW__levelChoices button:hover{transform:none}}.nerd-clash-module__H6cXYW__playMain{padding:.75rem 1rem 2rem}.nerd-clash-module__H6cXYW__playTitle{margin:0 0 .5rem;font-size:1.4rem}.nerd-clash-module__H6cXYW__playMain>section{margin-top:.5rem}.nerd-clash-module__H6cXYW__launchCard,.nerd-clash-module__H6cXYW__liveCard,.nerd-clash-module__H6cXYW__liveEntryCard{padding:.75rem}.nerd-clash-module__H6cXYW__launchHeading{margin-bottom:.5rem}.nerd-clash-module__H6cXYW__launchHeading h3{font-size:1.05rem}.nerd-clash-module__H6cXYW__optionGroup,.nerd-clash-module__H6cXYW__subjectPicker{margin:.5rem 0}.nerd-clash-module__H6cXYW__optionGrid{gap:.4rem}.nerd-clash-module__H6cXYW__optionGrid button,.nerd-clash-module__H6cXYW__levelChoices button{min-height:44px;padding:.5rem}.nerd-clash-module__H6cXYW__optionGrid button span,.nerd-clash-module__H6cXYW__microcopy,.nerd-clash-module__H6cXYW__fairnessNote{display:none}@media (max-width:700px){.nerd-clash-module__H6cXYW__launchGrid{grid-template-columns:1fr;gap:.5rem}.nerd-clash-module__H6cXYW__liveCard>p,.nerd-clash-module__H6cXYW__liveEntryCard>p{display:none}.nerd-clash-module__H6cXYW__levelChoices{gap:.25rem}.nerd-clash-module__H6cXYW__optionGrid,.nerd-clash-module__H6cXYW__levelChoices{grid-template-columns:repeat(3,minmax(0,1fr))}.nerd-clash-module__H6cXYW__levelChoices button,.nerd-clash-module__H6cXYW__optionGrid button{min-height:44px;padding:.35rem;font-size:.75rem}.nerd-clash-module__H6cXYW__levelChoices button span{display:none}.nerd-clash-module__H6cXYW__launchHeading{padding:0}.nerd-clash-module__H6cXYW__launchHeading p{display:none}}
.invite-module__hLitrq__backdrop{z-index:1200;pointer-events:none;place-items:end center;padding:1.25rem;display:grid;position:fixed;inset:0}@media (min-width:40rem){.invite-module__hLitrq__backdrop{place-items:start end}}.invite-module__hLitrq__card{pointer-events:auto;border:1px solid color-mix(in oklch, var(--app-cyan) 45%, var(--brand-border));background:var(--brand-bg-elevated);border-radius:1.1rem;gap:.6rem;width:min(24rem,100%);padding:1.1rem 1.25rem;display:grid;box-shadow:0 18px 40px #00000061;box-shadow:0 18px 40px lab(0% 0 0/.38)}.invite-module__hLitrq__icon{background:color-mix(in oklch, var(--app-cyan) 18%, transparent);width:2.25rem;height:2.25rem;color:var(--app-cyan);border-radius:.75rem;place-items:center;font-size:1.1rem;display:grid}.invite-module__hLitrq__title{color:var(--brand-fg-base);margin:0;font-size:1.02rem;font-weight:800;line-height:1.3}.invite-module__hLitrq__message{color:var(--brand-fg-muted);overflow-wrap:anywhere;margin:0;font-size:.9rem;font-style:italic}.invite-module__hLitrq__code{color:var(--brand-fg-muted);font-family:var(--font-mono);letter-spacing:.06em;margin:0;font-size:.78rem}.invite-module__hLitrq__problem{color:var(--app-rose,#ef4b67);margin:0;font-size:.85rem}@supports (color:lab(0% 0 0)){.invite-module__hLitrq__problem{color:var(--app-rose,lab(57.1789% 64.7674 22.4178))}}.invite-module__hLitrq__actions{grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.15rem;display:grid}.invite-module__hLitrq__accept,.invite-module__hLitrq__decline{border:1px solid var(--brand-border);cursor:pointer;border-radius:.8rem;justify-content:center;align-items:center;gap:.35rem;padding:.6rem .9rem;font-size:.9rem;font-weight:700;transition:filter .15s;display:inline-flex}.invite-module__hLitrq__accept{background:var(--app-cyan);color:#07121e;color:lab(5.19165% -1.31605 -9.50229);border-color:#0000}.invite-module__hLitrq__decline{color:var(--brand-fg-muted);background:0 0}.invite-module__hLitrq__accept:hover:not(:disabled),.invite-module__hLitrq__decline:hover:not(:disabled){filter:brightness(1.08)}.invite-module__hLitrq__accept:disabled,.invite-module__hLitrq__decline:disabled{opacity:.6;cursor:not-allowed}.invite-module__hLitrq__inviteBox{border:1px solid var(--brand-border);background:var(--ui-inset);border-radius:1rem;gap:.5rem;padding:1rem 1.1rem;display:grid}.invite-module__hLitrq__inviteHeading{color:var(--brand-fg-base);align-items:center;gap:.45rem;margin:0;font-size:.98rem;font-weight:800;display:flex}.invite-module__hLitrq__roomCodeLabel{color:var(--brand-fg-muted);letter-spacing:.09em;text-transform:uppercase;margin:.25rem 0 0;font-size:.72rem}.invite-module__hLitrq__roomCode{color:var(--app-cyan);font-family:var(--font-mono);letter-spacing:.14em;margin:0;font-size:1.5rem;font-weight:800}.invite-module__hLitrq__inviteForm{gap:.35rem;margin-top:.35rem;display:grid}.invite-module__hLitrq__inviteLabel{color:var(--brand-fg-muted);font-size:.8rem;font-weight:600}.invite-module__hLitrq__inviteInput{border:1px solid var(--brand-border);background:var(--brand-bg);width:100%;color:var(--brand-fg-base);border-radius:.7rem;padding:.55rem .75rem;font-size:.92rem}.invite-module__hLitrq__inviteInput:focus-visible{outline:2px solid var(--app-cyan);outline-offset:1px}.invite-module__hLitrq__inviteSend{background:var(--app-cyan);color:#07121e;color:lab(5.19165% -1.31605 -9.50229);cursor:pointer;border:none;border-radius:.8rem;justify-content:center;align-items:center;gap:.4rem;margin-top:.45rem;padding:.6rem 1rem;font-size:.92rem;font-weight:700;display:inline-flex}.invite-module__hLitrq__inviteSend:disabled{opacity:.6;cursor:not-allowed}.invite-module__hLitrq__inviteSaid{color:var(--brand-fg-muted);margin:0;font-size:.85rem}.invite-module__hLitrq__shareLink{border:1px dashed var(--brand-border);background:var(--brand-bg);width:100%;color:var(--brand-fg-muted);font-family:var(--font-mono);border-radius:.7rem;padding:.5rem .7rem;font-size:.78rem}.invite-module__hLitrq__shareLinkActions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.invite-module__hLitrq__shareLinkBtn,.invite-module__hLitrq__shareLinkWhatsapp{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);min-height:44px;font:inherit;color:var(--brand-fg-base);cursor:pointer;border-radius:.7rem;align-items:center;gap:.35rem;padding:.5rem .85rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.invite-module__hLitrq__shareLinkWhatsapp{color:#04240f;background:#25d366;border-color:#0000}
.zoo-maze-module__Hkyw_q__wrap{gap:1rem;display:grid}.zoo-maze-module__Hkyw_q__stage{--brand-primary-fg:#e9f4fb;aspect-ratio:16/9;border:1px solid var(--brand-border);box-shadow:var(--app-card-shadow);background:#041223;background:lab(5.1195% -.827126 -12.896);border-radius:1.25rem;position:relative;overflow:hidden}.zoo-maze-module__Hkyw_q__canvas{touch-action:none;width:100%;height:100%;display:block}.zoo-maze-module__Hkyw_q__canvas:focus-visible{outline:3px solid var(--warning);outline-offset:-3px}.zoo-maze-module__Hkyw_q__overlay{background:color-mix(in srgb, var(--brand-bg-elevated) 97%, transparent);color:var(--brand-primary-fg);text-align:center;text-shadow:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overscroll-behavior:contain;--brand-primary-fg:var(--brand-fg-base);--app-cyan:var(--ui-accent);align-content:safe center;justify-items:center;gap:.6rem;padding:clamp(1rem,4vw,2.5rem);display:grid;position:absolute;inset:0;overflow-y:auto}.zoo-maze-module__Hkyw_q__overlay h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.6rem,5vw,2.75rem);font-weight:900;line-height:1.05}.zoo-maze-module__Hkyw_q__overlay p{max-width:46ch;color:color-mix(in oklch, var(--brand-primary-fg) 88%, transparent);margin:0;font-size:clamp(.85rem,2vw,1rem);line-height:1.5}.zoo-maze-module__Hkyw_q__accent{color:var(--app-cyan)}.zoo-maze-module__Hkyw_q__levelNote{border:1px solid color-mix(in oklch, var(--app-cyan) 60%, transparent);background:color-mix(in oklch, var(--app-cyan) 16%, transparent);border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.zoo-maze-module__Hkyw_q__primary,.zoo-maze-module__Hkyw_q__secondary{cursor:pointer;border:0;border-radius:999px;align-items:center;gap:.5rem;min-height:44px;padding:.65rem 1.35rem;font-family:inherit;font-size:.95rem;font-weight:800;text-decoration:none;display:inline-flex}.zoo-maze-module__Hkyw_q__primary{background:var(--app-sky);color:var(--app-navy)}.zoo-maze-module__Hkyw_q__secondary{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 40%, transparent);color:var(--brand-primary-fg);background:0 0}.zoo-maze-module__Hkyw_q__primary:focus-visible,.zoo-maze-module__Hkyw_q__secondary:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.zoo-maze-module__Hkyw_q__keys{color:color-mix(in oklch, var(--brand-primary-fg) 88%, transparent)!important;font-size:.75rem!important}.zoo-maze-module__Hkyw_q__score{font-size:1.15rem}.zoo-maze-module__Hkyw_q__score strong{color:var(--app-cyan);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:2rem}.zoo-maze-module__Hkyw_q__runStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin:.25rem 0 0;display:grid}.zoo-maze-module__Hkyw_q__runStats>div{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 22%, transparent);background:color-mix(in oklch, var(--brand-primary-fg) 10%, transparent);border-radius:.75rem;padding:.5rem .75rem}.zoo-maze-module__Hkyw_q__runStats dt{color:color-mix(in oklch, var(--brand-primary-fg) 72%, transparent);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700}.zoo-maze-module__Hkyw_q__runStats dd{font-family:var(--font-mono);font-variant-numeric:tabular-nums;margin:.15rem 0 0;font-size:1.1rem;font-weight:700}.zoo-maze-module__Hkyw_q__lede{font-style:italic}.zoo-maze-module__Hkyw_q__visited{max-width:52ch;line-height:1.5;color:color-mix(in oklch, var(--brand-primary-fg) 78%, transparent)!important;font-size:.8rem!important}.zoo-maze-module__Hkyw_q__note{align-items:center;gap:.4rem;display:inline-flex;font-size:.8rem!important}.zoo-maze-module__Hkyw_q__error{margin:0;color:#fda4af!important;font-size:.8rem!important}.zoo-maze-module__Hkyw_q__actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.35rem;display:flex}.zoo-maze-module__Hkyw_q__rules{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.zoo-maze-module__Hkyw_q__rule{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);box-shadow:var(--app-card-shadow);border-radius:1rem;gap:.7rem;padding:.9rem 1rem;display:flex}.zoo-maze-module__Hkyw_q__rule>svg{width:1.15rem;height:1.15rem;color:var(--ui-accent);flex:none}.zoo-maze-module__Hkyw_q__ruleTitle{color:var(--brand-fg-base);margin:0 0 .15rem;font-size:.9rem;font-weight:800}.zoo-maze-module__Hkyw_q__ruleBody{color:var(--brand-fg-muted);margin:0;font-size:.85rem;line-height:1.45}.zoo-maze-module__Hkyw_q__board{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.zoo-maze-module__Hkyw_q__boardRow{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:.9rem;grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.7rem 1rem;display:grid}.zoo-maze-module__Hkyw_q__boardRowSelf{border-color:color-mix(in oklch, var(--app-cyan) 70%, var(--brand-border));background:color-mix(in oklch, var(--app-cyan) 12%, var(--brand-bg-elevated))}.zoo-maze-module__Hkyw_q__rank{color:var(--ui-accent);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:800}.zoo-maze-module__Hkyw_q__player{color:var(--brand-fg-base);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.zoo-maze-module__Hkyw_q__points{color:var(--brand-fg-base);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:800}.zoo-maze-module__Hkyw_q__points small{color:var(--brand-fg-muted);margin-left:.3rem;font-family:inherit;font-size:.7rem;font-weight:600}.zoo-maze-module__Hkyw_q__empty{border:1px dashed var(--brand-border);background:var(--brand-bg-elevated);color:var(--brand-fg-muted);text-align:center;border-radius:1rem;margin:0;padding:1.25rem 1rem;font-size:.9rem}@media (max-width:640px){.zoo-maze-module__Hkyw_q__runStats{grid-template-columns:repeat(2,minmax(0,1fr))}}.zoo-maze-module__Hkyw_q__topics{border:0;max-width:46rem;margin:.2rem 0 0;padding:0}.zoo-maze-module__Hkyw_q__topics legend{color:color-mix(in oklch, var(--brand-primary-fg) 80%, transparent);text-align:center;margin:0 auto .5rem;padding:0;font-size:.78rem;font-weight:700}.zoo-maze-module__Hkyw_q__topicRow{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.zoo-maze-module__Hkyw_q__topic{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 32%, transparent);background:color-mix(in oklch, var(--brand-primary-fg) 10%, transparent);min-height:36px;color:var(--brand-primary-fg);cursor:pointer;border-radius:999px;padding:.35rem .8rem;font-family:inherit;font-size:.8rem;font-weight:700}.zoo-maze-module__Hkyw_q__topic:hover{border-color:color-mix(in oklch, var(--app-cyan) 70%, transparent)}.zoo-maze-module__Hkyw_q__topic:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.zoo-maze-module__Hkyw_q__topicOn{border-color:var(--app-cyan);background:var(--app-sky);color:var(--app-navy)}.zoo-maze-module__Hkyw_q__topicBlurb{font-style:italic;color:color-mix(in oklch, var(--brand-primary-fg) 72%, transparent)!important;margin:.5rem 0 0!important;font-size:.78rem!important}.zoo-maze-module__Hkyw_q__filterBar{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:1rem;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.5rem .9rem;margin-bottom:.7rem;padding:.7rem .9rem;display:grid}.zoo-maze-module__Hkyw_q__filterHead{color:var(--ui-accent);align-items:center;gap:.4rem;display:inline-flex}.zoo-maze-module__Hkyw_q__filterLabel{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:.78rem;font-weight:800}.zoo-maze-module__Hkyw_q__filterChips{flex-wrap:wrap;gap:.35rem;display:flex}.zoo-maze-module__Hkyw_q__filterChip{border:1px solid var(--brand-border);background:var(--brand-bg-base);min-height:34px;color:var(--brand-fg-base);cursor:pointer;border-radius:999px;padding:.3rem .75rem;font-family:inherit;font-size:.78rem;font-weight:700}.zoo-maze-module__Hkyw_q__filterChip:hover{border-color:color-mix(in oklch, var(--app-cyan) 65%, var(--brand-border))}.zoo-maze-module__Hkyw_q__filterChip:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.zoo-maze-module__Hkyw_q__filterChipOn{border-color:var(--brand-primary);background:var(--brand-primary);color:var(--brand-primary-fg)}.zoo-maze-module__Hkyw_q__filterNote{color:var(--brand-fg-muted);grid-column:2;margin:0;font-size:.78rem;font-style:italic}@media (max-width:640px){.zoo-maze-module__Hkyw_q__filterBar{grid-template-columns:minmax(0,1fr)}.zoo-maze-module__Hkyw_q__filterNote{grid-column:1}}.zoo-maze-module__Hkyw_q__modes{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.zoo-maze-module__Hkyw_q__mode{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 34%, transparent);background:color-mix(in oklch, var(--brand-primary-fg) 10%, transparent);min-height:40px;color:var(--brand-primary-fg);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .9rem;font-family:inherit;font-size:.8rem;font-weight:700;display:inline-flex}.zoo-maze-module__Hkyw_q__mode:focus-visible{outline:3px solid var(--warning);outline-offset:2px}.zoo-maze-module__Hkyw_q__modeOn{border-color:var(--app-cyan);background:var(--app-sky);color:var(--app-navy);text-shadow:none}.zoo-maze-module__Hkyw_q__modeNote{color:color-mix(in oklch, var(--brand-primary-fg) 74%, transparent)!important;margin:0!important;font-size:.75rem!important}.zoo-maze-module__Hkyw_q__gap{pointer-events:none;position:absolute;top:.5rem;right:.5rem}.zoo-maze-module__Hkyw_q__book{border:1px solid color-mix(in oklch, var(--brand-primary-fg) 22%, transparent);background:color-mix(in oklch, var(--brand-primary-fg) 8%, transparent);border-radius:1rem;width:min(100%,34rem);padding:.6rem .75rem}.zoo-maze-module__Hkyw_q__bookHead{justify-content:center;align-items:center;gap:.4rem;display:flex;margin:0 0 .4rem!important;font-size:.8rem!important}.zoo-maze-module__Hkyw_q__bookGrid{overscroll-behavior:contain;scrollbar-gutter:stable;flex-wrap:wrap;justify-content:center;gap:.5rem;max-height:18rem;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.zoo-maze-module__Hkyw_q__bookGrid:focus-visible{outline:3px solid var(--warning);outline-offset:3px}.zoo-maze-module__Hkyw_q__bookItem{width:4rem;min-height:3.5rem;color:var(--brand-fg-base);flex-direction:column;align-items:center;font-size:1.05rem;line-height:1.4;display:flex}.zoo-maze-module__Hkyw_q__bookItem img{filter:grayscale();opacity:.32}.zoo-maze-module__Hkyw_q__bookItemOn img{filter:none;opacity:1}.zoo-maze-module__Hkyw_q__bookItemNew{background:color-mix(in oklch, var(--app-cyan) 34%, transparent);border-radius:.4rem}.zoo-maze-module__Hkyw_q__bookName{text-align:center;overflow-wrap:anywhere;font-size:.65rem;line-height:1.25;display:block}.zoo-maze-module__Hkyw_q__share{width:min(100%,34rem)}@media (max-width:640px){.zoo-maze-module__Hkyw_q__book{padding:.45rem .5rem}.zoo-maze-module__Hkyw_q__bookItem{width:4rem;font-size:.95rem}}.zoo-maze-module__Hkyw_q__boards{gap:.6rem;display:grid}.zoo-maze-module__Hkyw_q__boardModes{flex-wrap:wrap;gap:.4rem;display:flex}.zoo-maze-module__Hkyw_q__boardModes .zoo-maze-module__Hkyw_q__mode{border-color:var(--brand-border);background:var(--brand-bg-base);color:var(--brand-fg-base);text-shadow:none}.zoo-maze-module__Hkyw_q__boardModes .zoo-maze-module__Hkyw_q__modeOn{border-color:var(--brand-primary);background:var(--brand-primary);color:var(--brand-primary-fg)}.zoo-maze-module__Hkyw_q__overlay{gap:.4rem;padding:.75rem;overflow-y:auto}.zoo-maze-module__Hkyw_q__overlay h2{font-size:clamp(1.25rem,4vw,2rem)}.zoo-maze-module__Hkyw_q__overlay p{font-size:.8rem;line-height:1.35}@media (max-height:760px){.zoo-maze-module__Hkyw_q__overlay .zoo-maze-module__Hkyw_q__levelNote,.zoo-maze-module__Hkyw_q__overlay .zoo-maze-module__Hkyw_q__keys{display:none}}
