.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}.play-layout-module__8SWi9W__speedControls{color:var(--brand-fg-base);background:var(--brand-bg-elevated);border-radius:.6rem;justify-content:center;align-items:center;gap:.4rem;padding:.2rem;font-size:.8rem;display:flex}.play-layout-module__8SWi9W__speedControls button{border:1px solid var(--brand-border);min-height:36px;color:inherit;background:var(--brand-bg-base);cursor:pointer;font:inherit;border-radius:.45rem;padding:.3rem .6rem;font-weight:700}.play-layout-module__8SWi9W__speedControls button:disabled{opacity:.45;cursor:default}.play-layout-module__8SWi9W__speedControls button:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.play-layout-module__8SWi9W__speedControls output{text-align:center;font-variant-numeric:tabular-nums;min-width:3rem;font-weight:800}.play-layout-module__8SWi9W__speedControls span{font-size:.7rem}@media (max-width:600px){.play-layout-module__8SWi9W__speedControls{gap:.25rem}.play-layout-module__8SWi9W__speedControls span{max-width:6rem;font-size:.65rem}}
.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}
.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}
.games-module__3rLbgW__shareCard{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);color:var(--brand-fg-base);text-align:left;border-radius:1rem;flex-direction:column;gap:.75rem;padding:clamp(1rem,3vw,1.35rem);display:flex}.games-module__3rLbgW__shareKicker{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-fg-muted);margin:0;font-size:.75rem;font-weight:700}.games-module__3rLbgW__shareHeadline{margin:0;font-size:clamp(1.15rem,4vw,1.5rem);font-weight:800;line-height:1.2}.games-module__3rLbgW__shareDetails{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.games-module__3rLbgW__shareDetail{background:color-mix(in oklch, var(--app-sky) 18%, transparent);border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.games-module__3rLbgW__shareUrl{border:1px dashed var(--brand-border);background:var(--brand-bg-base);text-overflow:ellipsis;white-space:nowrap;color:var(--brand-fg-muted);border-radius:.6rem;margin:0;padding:.45rem .6rem;font-size:.78rem;overflow:hidden}.games-module__3rLbgW__shareActions{flex-wrap:wrap;gap:.5rem;display:flex}.games-module__3rLbgW__shareBtn,.games-module__3rLbgW__shareBtnGhost,.games-module__3rLbgW__whatsappBtn{min-height:44px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.4rem;padding:.55rem .95rem;font-weight:700;text-decoration:none;display:inline-flex}.games-module__3rLbgW__shareBtn{background:var(--brand-gradient,linear-gradient(135deg, var(--app-blue), var(--app-sky)));color:var(--app-navy)}.games-module__3rLbgW__shareBtnGhost{border-color:var(--brand-border);color:var(--brand-fg-base);background:0 0}.games-module__3rLbgW__whatsappBtn{color:#04240f;background:#25d366}.games-module__3rLbgW__shareBtn:focus-visible,.games-module__3rLbgW__shareBtnGhost:focus-visible,.games-module__3rLbgW__whatsappBtn:focus-visible,.games-module__3rLbgW__tab:focus-visible{outline:3px solid var(--app-sky);outline-offset:2px}.games-module__3rLbgW__beatBanner{border:1px solid color-mix(in oklch, var(--app-sky) 55%, var(--brand-border));background:color-mix(in oklch, var(--app-sky) 16%, var(--brand-bg-elevated));color:var(--brand-fg-base);border-radius:.9rem;align-items:center;gap:.75rem;padding:.7rem .9rem;display:flex}.games-module__3rLbgW__beatIcon{flex:none;font-size:1.4rem;line-height:1}.games-module__3rLbgW__beatCopy{flex:auto;min-width:0}.games-module__3rLbgW__beatTitle{margin:0;font-size:1rem;font-weight:800}.games-module__3rLbgW__beatSeed{color:var(--brand-fg-muted);margin:.15rem 0 0;font-size:.78rem}.games-module__3rLbgW__beatDismiss{min-width:44px;min-height:44px;font:inherit;color:var(--brand-fg-muted);cursor:pointer;background:0 0;border:0;border-radius:.6rem;flex:none}.games-module__3rLbgW__gapPill{background:color-mix(in oklch, var(--app-blue) 22%, transparent);white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.8rem;font-weight:700;display:inline-flex}.games-module__3rLbgW__gapPillAhead{background:color-mix(in oklch, var(--success) 26%, transparent)}.games-module__3rLbgW__boardTabs{flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem;display:flex}.games-module__3rLbgW__tab{border:1px solid var(--brand-border);min-height:40px;font:inherit;color:var(--brand-fg-muted);cursor:pointer;background:0 0;border-radius:999px;padding:.4rem .85rem;font-weight:600}.games-module__3rLbgW__tabActive{background:var(--brand-gradient,linear-gradient(135deg, var(--app-blue), var(--app-sky)));color:var(--app-navy);border-color:#0000}.games-module__3rLbgW__board{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.games-module__3rLbgW__boardRow{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);border-radius:.7rem;grid-template-columns:3rem minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.55rem .7rem;display:grid}.games-module__3rLbgW__boardRowSelf{border-color:color-mix(in oklch, var(--app-sky) 70%, var(--brand-border));background:color-mix(in oklch, var(--app-sky) 14%, var(--brand-bg-elevated))}.games-module__3rLbgW__rank{color:var(--brand-fg-muted);font-weight:800}.games-module__3rLbgW__player{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.games-module__3rLbgW__points{font-weight:800}.games-module__3rLbgW__points small{color:var(--brand-fg-muted);margin-left:.2rem;font-size:.7rem;font-weight:600}.games-module__3rLbgW__boardNote{color:var(--brand-fg-muted);margin:.4rem 0 0;font-size:.85rem}.games-module__3rLbgW__srOnly{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.games-module__3rLbgW__focusHint{color:var(--brand-fg-muted);margin:.4rem 0 0;font-size:.8rem}.games-module__3rLbgW__focusHint kbd{border:1px solid var(--brand-border);background:var(--brand-bg-elevated);font-family:var(--font-mono,monospace);border-radius:.3rem;padding:.05rem .35rem;font-size:.75rem}.games-module__3rLbgW__band{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.games-module__3rLbgW__playAgain{background:var(--brand-gradient,linear-gradient(135deg, var(--app-blue), var(--app-sky)));min-height:44px;color:var(--app-navy);border-radius:999px;align-items:center;gap:.55rem;padding:.5rem 1rem;text-decoration:none;display:inline-flex}.games-module__3rLbgW__playAgainCopy{flex-direction:column;line-height:1.15;display:flex}.games-module__3rLbgW__playAgainCopy small{opacity:.85;font-size:.72rem}.games-module__3rLbgW__streakPill{border:1px solid color-mix(in oklch, var(--warning) 55%, var(--brand-border));background:color-mix(in oklch, var(--warning) 16%, transparent);color:var(--brand-fg-base);border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .9rem;font-weight:700;display:inline-flex}
.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}
.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}
.hangman-module__-Z7GzG__container{background:var(--brand-bg-base);min-height:100vh}.hangman-module__-Z7GzG__content{max-width:800px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem}.hangman-module__-Z7GzG__loading{text-align:center;color:var(--brand-fg-base);padding:4rem 0;font-size:1.25rem}.hangman-module__-Z7GzG__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}.hangman-module__-Z7GzG__backButton:hover{background:var(--bee-control-hover);color:var(--brand-fg-base);min-height:44px}.hangman-module__-Z7GzG__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.hangman-module__-Z7GzG__headerText{flex:1}.hangman-module__-Z7GzG__title{color:var(--brand-fg-base);text-shadow:none;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.hangman-module__-Z7GzG__subtitle{color:var(--brand-fg-base);font-size:1.05rem}.hangman-module__-Z7GzG__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}.hangman-module__-Z7GzG__filterLabel{color:var(--brand-fg-base);white-space:nowrap;font-size:.9rem;font-weight:600}.hangman-module__-Z7GzG__levelPills{flex-wrap:wrap;gap:.5rem;display:flex}.hangman-module__-Z7GzG__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}.hangman-module__-Z7GzG__levelPill:hover{background:var(--bee-control-hover);min-height:44px}.hangman-module__-Z7GzG__levelPillActive{background:var(--brand-primary);color:var(--brand-primary-fg);border-color:var(--bee-control-border)}.hangman-module__-Z7GzG__levelPillActive:hover{background:var(--brand-primary-hover)}.hangman-module__-Z7GzG__gameCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:center;border-radius:1.25rem;padding:2rem}.hangman-module__-Z7GzG__figureArea{margin-bottom:1.5rem}.hangman-module__-Z7GzG__livesCount{color:var(--brand-fg-muted);margin-top:.5rem;font-size:.9rem;font-weight:600}.hangman-module__-Z7GzG__wordDisplay{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.hangman-module__-Z7GzG__letterSlot{width:2.5rem;height:3rem;color:var(--brand-fg-base);border-bottom:3px solid var(--bee-control-border);text-transform:uppercase;justify-content:center;align-items:center;font-size:1.6rem;font-weight:700;display:inline-flex}.hangman-module__-Z7GzG__revealedLetter{color:var(--bee-danger)}.hangman-module__-Z7GzG__hintCard{background:var(--bee-inset);border:1px solid var(--bee-card-border);color:var(--brand-fg-base);text-align:left;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.6}.hangman-module__-Z7GzG__hintCard strong{color:var(--brand-fg-base)}.hangman-module__-Z7GzG__keyboard{flex-wrap:wrap;justify-content:center;gap:.4rem;max-width:480px;margin:0 auto;display:flex}.hangman-module__-Z7GzG__key{border:1px solid var(--bee-control-border);background:var(--bee-control);width:2.5rem;height:2.5rem;color:var(--brand-fg-base);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex}.hangman-module__-Z7GzG__key:hover:not(:disabled){background:var(--bee-control-hover);transform:translateY(-1px)}.hangman-module__-Z7GzG__key:disabled{cursor:default;opacity:.9}.hangman-module__-Z7GzG__keyCorrect{background:color-mix(in srgb, var(--bee-success) 12%, var(--brand-bg-elevated));border-color:color-mix(in srgb, var(--bee-success) 60%, var(--brand-border));color:var(--bee-success)}.hangman-module__-Z7GzG__keyWrong{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(--brand-fg-muted)}.hangman-module__-Z7GzG__resultCard{border-radius:.75rem;margin-top:1.5rem;padding:1.5rem}.hangman-module__-Z7GzG__resultWon{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))}.hangman-module__-Z7GzG__resultLost{background:color-mix(in srgb, var(--bee-danger) 12%, var(--brand-bg-elevated));border:1px solid color-mix(in srgb, var(--bee-danger) 60%, var(--brand-border))}.hangman-module__-Z7GzG__resultIcon{margin-bottom:.5rem;font-size:2.5rem}.hangman-module__-Z7GzG__resultMessage{color:var(--brand-fg-base);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.hangman-module__-Z7GzG__revealWord{color:var(--brand-fg-base);margin-bottom:1rem;font-size:1rem}.hangman-module__-Z7GzG__revealWord strong{color:var(--bee-danger);font-size:1.1rem}.hangman-module__-Z7GzG__playAgainButton{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}.hangman-module__-Z7GzG__playAgainButton:hover{box-shadow:var(--app-card-shadow);transform:translateY(-1px)}@media (max-width:768px){.hangman-module__-Z7GzG__content{padding:1.25rem}.hangman-module__-Z7GzG__title{font-size:1.75rem}.hangman-module__-Z7GzG__gameCard{padding:1.5rem}.hangman-module__-Z7GzG__letterSlot{width:2rem;height:2.5rem;font-size:1.3rem}.hangman-module__-Z7GzG__key{width:2.2rem;height:2.2rem;font-size:.85rem}}@media (max-width:480px){.hangman-module__-Z7GzG__content{padding:1rem}.hangman-module__-Z7GzG__title{font-size:1.5rem}.hangman-module__-Z7GzG__filtersCard{flex-direction:column;align-items:flex-start}.hangman-module__-Z7GzG__levelPills{width:100%}.hangman-module__-Z7GzG__levelPill{text-align:center;flex:1;min-height:44px;padding:.45rem .75rem;font-size:.8rem}.hangman-module__-Z7GzG__gameCard{padding:1.25rem}.hangman-module__-Z7GzG__hangmanSvg{width:140px;height:160px}.hangman-module__-Z7GzG__letterSlot{gap:.35rem;width:1.75rem;height:2.25rem;font-size:1.1rem}.hangman-module__-Z7GzG__wordDisplay{gap:.35rem}.hangman-module__-Z7GzG__key{border-radius:.35rem;width:2rem;height:2rem;font-size:.8rem}.hangman-module__-Z7GzG__keyboard{gap:.3rem}}.hangman-module__-Z7GzG__liveEntry{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:left;border-radius:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.hangman-module__-Z7GzG__statsRow{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.hangman-module__-Z7GzG__statBadge{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);border-radius:2rem;align-items:center;gap:.35rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hangman-module__-Z7GzG__feedbackWrong{color:var(--bee-danger);margin-top:.75rem;font-size:.9rem;font-weight:600}.hangman-module__-Z7GzG__liveNote{color:var(--brand-fg-muted);align-items:center;gap:.5rem;margin-top:.75rem;font-size:.9rem;display:inline-flex}.hangman-module__-Z7GzG__liveError{color:var(--bee-danger);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.hangman-module__-Z7GzG__liveBar{margin-bottom:1.25rem}.hangman-module__-Z7GzG__livePrimary{background:var(--brand-primary);color:var(--brand-primary-fg);cursor:pointer;border:none;border-radius:.6rem;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:box-shadow .2s,transform .2s;display:inline-flex}.hangman-module__-Z7GzG__livePrimary:hover{box-shadow:var(--app-card-shadow);transform:translateY(-1px)}.hangman-module__-Z7GzG__liveSecondary{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.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.hangman-module__-Z7GzG__liveSecondary:hover{background:var(--bee-control-hover)}.hangman-module__-Z7GzG__liveActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.hangman-module__-Z7GzG__liveRight{color:var(--bee-success);margin-top:.75rem;font-weight:600}.hangman-module__-Z7GzG__liveWrong{color:var(--bee-danger);margin-top:.75rem;font-weight:600}.hangman-module__-Z7GzG__attemptForm{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.hangman-module__-Z7GzG__attemptInput{border:1px solid var(--bee-control-border);background:var(--bee-control);min-width:12rem;color:var(--brand-fg-base);letter-spacing:.08em;text-align:center;text-transform:uppercase;border-radius:.5rem;padding:.55rem .9rem;font-size:.95rem;font-weight:600}.hangman-module__-Z7GzG__attemptInput::placeholder{color:var(--brand-fg-muted);text-transform:none;letter-spacing:normal;font-weight:400}.hangman-module__-Z7GzG__attemptButton{background:var(--brand-primary);color:var(--brand-primary-fg);cursor:pointer;border:none;border-radius:.5rem;padding:.55rem 1.25rem;font-size:.9rem;font-weight:700;transition:box-shadow .2s,transform .2s}.hangman-module__-Z7GzG__attemptButton:hover:not(:disabled){box-shadow:var(--app-card-shadow);transform:translateY(-1px)}.hangman-module__-Z7GzG__attemptButton:disabled{opacity:.5;cursor:not-allowed}.hangman-module__-Z7GzG__stage{position:relative}.hangman-module__-Z7GzG__cheerBar{margin:1rem 0}.hangman-module__-Z7GzG__content{min-height:0;padding:.5rem 1rem 1rem}.hangman-module__-Z7GzG__backButton{min-height:36px;margin:0;padding:.3rem 0;font-size:.8rem}.hangman-module__-Z7GzG__header{margin:.25rem 0;padding:0}.hangman-module__-Z7GzG__title{margin:0;font-size:1.35rem}.hangman-module__-Z7GzG__subtitle{display:none}.hangman-module__-Z7GzG__content>[data-game-options]{margin:.25rem 0 .5rem auto}.hangman-module__-Z7GzG__gameCard{margin:.25rem 0;padding:.6rem}.hangman-module__-Z7GzG__filtersCard,.hangman-module__-Z7GzG__liveEntry,.hangman-module__-Z7GzG__setupCard{margin:0 0 .5rem;padding:.65rem}.hangman-module__-Z7GzG__setupText{margin:0 0 .5rem;font-size:.85rem}.hangman-module__-Z7GzG__extra{margin-top:.75rem}.hangman-module__-Z7GzG__extra>summary{cursor:pointer;min-height:40px;padding:.5rem;font-weight:700}.hangman-module__-Z7GzG__actions{gap:.4rem;margin-bottom:.5rem}.hangman-module__-Z7GzG__actionButton{min-height:40px;padding:.4rem .6rem;font-size:.8rem}.hangman-module__-Z7GzG__resultCard{margin:.5rem 0;padding:.6rem}.hangman-module__-Z7GzG__resultIcon{display:none}.hangman-module__-Z7GzG__figureArea{margin:.25rem auto}.hangman-module__-Z7GzG__hangmanSvg{width:auto;height:clamp(80px,100dvh - 490px,180px)}.hangman-module__-Z7GzG__wordDisplay{flex-wrap:wrap;gap:.3rem;margin:.5rem 0}.hangman-module__-Z7GzG__letterSlot{width:1.5rem;height:2rem;font-size:1.1rem}.hangman-module__-Z7GzG__keyboard{gap:.3rem;margin-top:.5rem}.hangman-module__-Z7GzG__key{width:36px;height:40px;min-height:40px;font-size:.9rem}.hangman-module__-Z7GzG__hint{margin:.4rem 0;font-size:.8rem}.hangman-module__-Z7GzG__keyboard{grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem}.hangman-module__-Z7GzG__key{width:100%;padding:.2rem}.hangman-module__-Z7GzG__hintCard{margin:.3rem 0;padding:.4rem;font-size:.8rem}.hangman-module__-Z7GzG__livesCount{margin-top:.2rem;font-size:.8rem}.hangman-module__-Z7GzG__keyboard{display:grid}.hangman-module__-Z7GzG__hangmanSvg{height:clamp(60px,100dvh - 660px,120px)}.hangman-module__-Z7GzG__hintCard{max-height:60px;overflow:auto}
.scramble-module__BW598q__container{background:var(--brand-bg-base);min-height:100vh}.scramble-module__BW598q__content{max-width:700px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem}.scramble-module__BW598q__loading{text-align:center;color:var(--brand-fg-base);padding:4rem 0;font-size:1.25rem}.scramble-module__BW598q__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}.scramble-module__BW598q__backButton:hover{background:var(--bee-control-hover);color:var(--brand-fg-base);min-height:44px}.scramble-module__BW598q__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.scramble-module__BW598q__headerText{flex:1}.scramble-module__BW598q__title{color:var(--brand-fg-base);text-shadow:none;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.scramble-module__BW598q__subtitle{color:var(--brand-fg-base);font-size:1.05rem}.scramble-module__BW598q__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}.scramble-module__BW598q__filterLabel{color:var(--brand-fg-base);white-space:nowrap;font-size:.9rem;font-weight:600}.scramble-module__BW598q__levelPills{flex-wrap:wrap;gap:.5rem;display:flex}.scramble-module__BW598q__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}.scramble-module__BW598q__levelPill:hover{background:var(--bee-control-hover);min-height:44px}.scramble-module__BW598q__levelPillActive{background:var(--brand-primary);color:var(--brand-primary-fg);border-color:var(--bee-control-border)}.scramble-module__BW598q__levelPillActive:hover{background:var(--brand-primary-hover)}.scramble-module__BW598q__gameCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:center;border-radius:1.25rem;padding:2rem}.scramble-module__BW598q__statsRow{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.scramble-module__BW598q__statBadge{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);border-radius:2rem;align-items:center;gap:.35rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.scramble-module__BW598q__difficultyBadge{color:var(--brand-fg-base);text-transform:capitalize;border-radius:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.scramble-module__BW598q__difficultyBadge[data-difficulty=easy i]{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))}.scramble-module__BW598q__difficultyBadge[data-difficulty=medium i]{background:color-mix(in srgb, var(--bee-warning) 12%, var(--brand-bg-elevated));border:1px solid color-mix(in srgb, var(--bee-warning) 60%, var(--brand-border))}.scramble-module__BW598q__difficultyBadge[data-difficulty=hard i]{background:color-mix(in srgb, var(--bee-danger) 12%, var(--brand-bg-elevated));border:1px solid color-mix(in srgb, var(--bee-danger) 60%, var(--brand-border))}.scramble-module__BW598q__hintCard{background:var(--bee-inset);border:1px solid var(--bee-card-border);text-align:left;border-radius:.75rem;margin-bottom:1.25rem;padding:1rem 1.25rem}.scramble-module__BW598q__hintHeader{color:var(--brand-fg-base);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.scramble-module__BW598q__hintToggle{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);cursor:pointer;border-radius:2rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;transition:background-color .2s}.scramble-module__BW598q__hintToggle:hover{background:var(--bee-control-hover)}.scramble-module__BW598q__hintText{color:var(--brand-fg-base);margin-top:.5rem;font-size:.9rem;line-height:1.6}.scramble-module__BW598q__wordLengthHint{color:var(--brand-fg-muted);margin-bottom:1rem;font-size:.9rem}.scramble-module__BW598q__wordLengthHint strong{color:var(--brand-fg-base);font-size:1.05rem}.scramble-module__BW598q__answerArea{flex-wrap:wrap;justify-content:center;gap:.4rem;min-height:3.5rem;margin-bottom:1.5rem;display:flex}.scramble-module__BW598q__answerSlot{width:2.8rem;height:3.2rem;color:var(--brand-fg-muted);border:2px dashed var(--bee-control-border);background:var(--bee-control);cursor:default;text-transform:uppercase;border-radius:.5rem;justify-content:center;align-items:center;font-size:1.35rem;font-weight:700;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex}.scramble-module__BW598q__answerSlotFilled{border-style:solid;border-color:var(--bee-control-border);background:var(--bee-control);color:var(--brand-fg-base);cursor:pointer;animation:.15s scramble-module__BW598q__popIn}.scramble-module__BW598q__answerSlotFilled:hover{background:var(--bee-control-hover);transform:translateY(-2px)}.scramble-module__BW598q__answerSlotCorrect{border-color:var(--bee-success);background:color-mix(in srgb, var(--bee-success) 12%, var(--brand-bg-elevated));color:var(--bee-success);animation:.4s scramble-module__BW598q__correctPop}.scramble-module__BW598q__answerSlotWrong{border-color:var(--bee-danger);background:color-mix(in srgb, var(--bee-danger) 12%, var(--brand-bg-elevated));color:var(--bee-danger);animation:.4s scramble-module__BW598q__shake}@keyframes scramble-module__BW598q__popIn{0%{opacity:.5;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes scramble-module__BW598q__correctPop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes scramble-module__BW598q__shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.scramble-module__BW598q__scrambleTiles{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.scramble-module__BW598q__tile{width:3rem;height:3rem;color:var(--brand-fg-base);text-transform:uppercase;background:var(--bee-control);border:1px solid var(--bee-control-border);cursor:pointer;border-radius:.6rem;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex}.scramble-module__BW598q__tile:hover:not(:disabled){background:var(--bee-control);box-shadow:var(--app-card-shadow);transform:translateY(-3px)}.scramble-module__BW598q__tile:active:not(:disabled){transform:translateY(0)}.scramble-module__BW598q__tileUsed{opacity:.2;cursor:default;border-style:dashed;transform:scale(.9)}.scramble-module__BW598q__actionButtons{justify-content:center;gap:.75rem;margin-bottom:.5rem;display:flex}.scramble-module__BW598q__actionBtn{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:.4rem;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;display:inline-flex}.scramble-module__BW598q__actionBtn:hover:not(:disabled){background:var(--bee-control-hover);transform:translateY(-1px)}.scramble-module__BW598q__actionBtn:disabled{opacity:.4;cursor:not-allowed}.scramble-module__BW598q__feedbackWrong{color:var(--bee-danger);margin-top:.75rem;font-size:.9rem;font-weight:600;animation:.4s scramble-module__BW598q__shake}.scramble-module__BW598q__resultCard{border-radius:.75rem;margin-top:1.25rem;padding:1.5rem}.scramble-module__BW598q__resultWon{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))}.scramble-module__BW598q__resultLost{background:color-mix(in srgb, var(--bee-danger) 12%, var(--brand-bg-elevated));border:1px solid color-mix(in srgb, var(--bee-danger) 60%, var(--brand-border))}.scramble-module__BW598q__resultIcon{margin-bottom:.5rem;font-size:2.5rem}.scramble-module__BW598q__resultMessage{color:var(--brand-fg-base);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.scramble-module__BW598q__revealWord{color:var(--brand-fg-base);margin-bottom:.25rem;font-size:1rem}.scramble-module__BW598q__revealWord strong{color:var(--brand-fg-base);font-size:1.1rem}.scramble-module__BW598q__revealDefinition{color:var(--brand-fg-muted);margin-bottom:1rem;font-size:.9rem;font-style:italic;line-height:1.5}.scramble-module__BW598q__streakBanner{background:color-mix(in srgb, var(--bee-warning) 12%, var(--brand-bg-elevated));border:1px solid color-mix(in srgb, var(--bee-warning) 60%, var(--brand-border));color:var(--bee-warning);border-radius:2rem;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.4rem 1.25rem;font-size:.95rem;font-weight:700;display:inline-flex}.scramble-module__BW598q__nextWordButton{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}.scramble-module__BW598q__nextWordButton:hover{box-shadow:var(--app-card-shadow);transform:translateY(-1px)}@media (max-width:768px){.scramble-module__BW598q__content{padding:1.25rem}.scramble-module__BW598q__title{font-size:1.75rem}.scramble-module__BW598q__gameCard{padding:1.5rem}.scramble-module__BW598q__answerSlot{width:2.4rem;height:2.8rem;font-size:1.15rem}.scramble-module__BW598q__tile{width:2.6rem;height:2.6rem;font-size:1.15rem}}@media (max-width:480px){.scramble-module__BW598q__content{padding:1rem}.scramble-module__BW598q__title{font-size:1.5rem}.scramble-module__BW598q__filtersCard{flex-direction:column;align-items:flex-start}.scramble-module__BW598q__levelPills{width:100%}.scramble-module__BW598q__levelPill{text-align:center;flex:1;min-height:44px;padding:.45rem .75rem;font-size:.8rem}.scramble-module__BW598q__gameCard{padding:1rem}.scramble-module__BW598q__statsRow{gap:.5rem}.scramble-module__BW598q__statBadge{padding:.35rem .75rem;font-size:.75rem}.scramble-module__BW598q__answerSlot{width:2rem;height:2.4rem;font-size:1rem}.scramble-module__BW598q__answerArea{gap:.3rem}.scramble-module__BW598q__tile{width:2.3rem;height:2.3rem;font-size:1rem}.scramble-module__BW598q__scrambleTiles{gap:.35rem}.scramble-module__BW598q__actionButtons{gap:.5rem}.scramble-module__BW598q__actionBtn{padding:.45rem 1rem;font-size:.8rem}}.scramble-module__BW598q__liveEntry{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:left;border-radius:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.scramble-module__BW598q__liveNote{color:var(--brand-fg-muted);align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.scramble-module__BW598q__liveError{color:var(--bee-danger);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.scramble-module__BW598q__liveBar{margin-bottom:1.25rem}.scramble-module__BW598q__livePrimary{background:var(--brand-primary);color:var(--brand-primary-fg);cursor:pointer;border:none;border-radius:.6rem;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:box-shadow .2s,transform .2s;display:inline-flex}.scramble-module__BW598q__livePrimary:hover{box-shadow:var(--app-card-shadow);transform:translateY(-1px)}.scramble-module__BW598q__liveSecondary{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.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.scramble-module__BW598q__liveSecondary:hover{background:var(--bee-control-hover)}.scramble-module__BW598q__liveActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.scramble-module__BW598q__liveRight{color:var(--bee-success);margin-top:.75rem;font-weight:600}.scramble-module__BW598q__liveWrong{color:var(--bee-danger);margin-top:.75rem;font-weight:600}.scramble-module__BW598q__tile:disabled{opacity:.35;cursor:not-allowed;box-shadow:none;transform:none}.scramble-module__BW598q__stage{position:relative}.scramble-module__BW598q__cheerBar{margin:1rem 0}.scramble-module__BW598q__content{min-height:0;padding:.5rem 1rem 1rem}.scramble-module__BW598q__backButton{min-height:36px;margin:0;padding:.3rem 0;font-size:.8rem}.scramble-module__BW598q__header{margin:.25rem 0;padding:0}.scramble-module__BW598q__title{margin:0;font-size:1.35rem}.scramble-module__BW598q__subtitle{display:none}.scramble-module__BW598q__content>[data-game-options]{margin:.25rem 0 .5rem auto}.scramble-module__BW598q__gameCard{margin:.25rem 0;padding:.6rem}.scramble-module__BW598q__filtersCard,.scramble-module__BW598q__liveEntry,.scramble-module__BW598q__setupCard{margin:0 0 .5rem;padding:.65rem}.scramble-module__BW598q__setupText{margin:0 0 .5rem;font-size:.85rem}.scramble-module__BW598q__extra{margin-top:.75rem}.scramble-module__BW598q__extra>summary{cursor:pointer;min-height:40px;padding:.5rem;font-weight:700}.scramble-module__BW598q__actions{gap:.4rem;margin-bottom:.5rem}.scramble-module__BW598q__actionButton{min-height:40px;padding:.4rem .6rem;font-size:.8rem}.scramble-module__BW598q__resultCard{margin:.5rem 0;padding:.6rem}.scramble-module__BW598q__resultIcon{display:none}.scramble-module__BW598q__gameCard img{object-fit:contain;width:auto;max-height:min(18dvh,140px)}.scramble-module__BW598q__statsRow{margin-bottom:.5rem}.scramble-module__BW598q__letterTile,.scramble-module__BW598q__answerSlot{width:36px;height:40px;min-height:40px;font-size:1rem}.scramble-module__BW598q__definition{margin:.4rem 0;font-size:.85rem}.scramble-module__BW598q__tile{width:36px;height:40px;font-size:1rem}.scramble-module__BW598q__hintCard{margin-bottom:.5rem;padding:.5rem}.scramble-module__BW598q__answerArea,.scramble-module__BW598q__scrambleTiles{gap:.35rem;margin-bottom:.6rem}
.wordle-module__FHDbfq__container{background:var(--brand-bg-base);min-height:100vh}.wordle-module__FHDbfq__content{max-width:700px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem}.wordle-module__FHDbfq__loading{text-align:center;color:var(--brand-fg-base);padding:4rem 0;font-size:1.25rem}.wordle-module__FHDbfq__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}.wordle-module__FHDbfq__backButton:hover{background:var(--bee-control-hover);color:var(--brand-fg-base);min-height:44px}.wordle-module__FHDbfq__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.wordle-module__FHDbfq__headerText{flex:1}.wordle-module__FHDbfq__title{color:var(--brand-fg-base);text-shadow:none;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.wordle-module__FHDbfq__subtitle{color:var(--brand-fg-base);font-size:1.05rem}.wordle-module__FHDbfq__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}.wordle-module__FHDbfq__filterLabel{color:var(--brand-fg-base);white-space:nowrap;font-size:.9rem;font-weight:600}.wordle-module__FHDbfq__levelPills{flex-wrap:wrap;gap:.5rem;display:flex}.wordle-module__FHDbfq__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}.wordle-module__FHDbfq__levelPill:hover{background:var(--bee-control-hover);min-height:44px}.wordle-module__FHDbfq__levelPillActive{background:var(--brand-primary);color:var(--brand-primary-fg);border-color:var(--bee-control-border)}.wordle-module__FHDbfq__levelPillActive:hover{background:var(--brand-primary-hover)}.wordle-module__FHDbfq__gameCard{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:center;border-radius:1.25rem;padding:2rem}.wordle-module__FHDbfq__wordLengthHint{color:var(--brand-fg-base);margin-bottom:1.25rem;font-size:1rem}.wordle-module__FHDbfq__wordLengthHint strong{color:var(--brand-fg-base);font-size:1.15rem}.wordle-module__FHDbfq__grid{flex-direction:column;align-items:center;gap:.4rem;margin-bottom:1.5rem;display:flex}.wordle-module__FHDbfq__row{gap:.4rem;display:flex}.wordle-module__FHDbfq__rowShake{animation:.4s wordle-module__FHDbfq__shake}@keyframes wordle-module__FHDbfq__shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.wordle-module__FHDbfq__cell{width:3rem;height:3rem;color:var(--brand-fg-base);text-transform:uppercase;border:2px solid var(--bee-control-border);background:var(--bee-control);border-radius:.4rem;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;transition:transform .1s,border-color .1s;display:flex}.wordle-module__FHDbfq__cellFilled{border-color:var(--bee-control-border);transform:scale(1.02)}.wordle-module__FHDbfq__cellCorrect{background:var(--bee-correct-fill);border-color:var(--bee-correct-fill);color:var(--bee-on-fill)}.wordle-module__FHDbfq__cellPresent{background:var(--bee-present-fill);border-color:var(--bee-present-fill);color:var(--bee-on-fill)}.wordle-module__FHDbfq__cellAbsent{background:var(--bee-control);border-color:var(--bee-control-border);color:var(--brand-fg-muted)}.wordle-module__FHDbfq__cellMedium{width:2.4rem;height:2.4rem;font-size:1.05rem}.wordle-module__FHDbfq__cellSmall{width:1.9rem;height:1.9rem;font-size:.85rem}.wordle-module__FHDbfq__keyboard{flex-direction:column;align-items:center;gap:.35rem;display:flex}.wordle-module__FHDbfq__keyboardRow{gap:.3rem;display:flex}.wordle-module__FHDbfq__key{border:1px solid var(--bee-control-border);background:var(--bee-control);min-width:2.2rem;height:2.6rem;color:var(--brand-fg-base);cursor:pointer;border-radius:.4rem;justify-content:center;align-items:center;padding:0 .5rem;font-size:.85rem;font-weight:700;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex}.wordle-module__FHDbfq__key:hover{background:var(--bee-control-hover);transform:translateY(-1px)}.wordle-module__FHDbfq__keyWide{letter-spacing:.5px;min-width:3.5rem;font-size:.7rem}.wordle-module__FHDbfq__keyCorrect,.wordle-module__FHDbfq__keyCorrect:hover{background:var(--bee-correct-fill);border-color:var(--bee-correct-fill);color:var(--bee-on-fill)}.wordle-module__FHDbfq__keyPresent,.wordle-module__FHDbfq__keyPresent:hover{background:var(--bee-present-fill);border-color:var(--bee-present-fill);color:var(--bee-on-fill)}.wordle-module__FHDbfq__keyAbsent{background:var(--bee-control);border-color:var(--bee-control-border);color:var(--brand-fg-muted)}.wordle-module__FHDbfq__resultCard{border-radius:.75rem;margin-top:1rem;padding:1.5rem}.wordle-module__FHDbfq__resultWon{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))}.wordle-module__FHDbfq__resultLost{background:color-mix(in srgb, var(--bee-danger) 12%, var(--brand-bg-elevated));border:1px solid color-mix(in srgb, var(--bee-danger) 60%, var(--brand-border))}.wordle-module__FHDbfq__resultIcon{margin-bottom:.5rem;font-size:2.5rem}.wordle-module__FHDbfq__resultMessage{color:var(--brand-fg-base);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.wordle-module__FHDbfq__revealWord{color:var(--brand-fg-base);margin-bottom:.25rem;font-size:1rem}.wordle-module__FHDbfq__revealWord strong{color:var(--brand-fg-base);font-size:1.1rem}.wordle-module__FHDbfq__revealDefinition{color:var(--brand-fg-muted);margin-bottom:1rem;font-size:.9rem;font-style:italic;line-height:1.5}.wordle-module__FHDbfq__newWordButton{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}.wordle-module__FHDbfq__newWordButton:hover{box-shadow:var(--app-card-shadow);transform:translateY(-1px)}@media (max-width:768px){.wordle-module__FHDbfq__content{padding:1.25rem}.wordle-module__FHDbfq__title{font-size:1.75rem}.wordle-module__FHDbfq__gameCard{padding:1.5rem}.wordle-module__FHDbfq__cell{width:2.5rem;height:2.5rem;font-size:1.1rem}.wordle-module__FHDbfq__cellMedium{width:2rem;height:2rem;font-size:.9rem}.wordle-module__FHDbfq__cellSmall{width:1.6rem;height:1.6rem;font-size:.75rem}.wordle-module__FHDbfq__key{min-width:1.9rem;height:2.3rem;font-size:.75rem}.wordle-module__FHDbfq__keyWide{min-width:3rem;font-size:.65rem}}@media (max-width:480px){.wordle-module__FHDbfq__content{padding:1rem}.wordle-module__FHDbfq__title{font-size:1.5rem}.wordle-module__FHDbfq__filtersCard{flex-direction:column;align-items:flex-start}.wordle-module__FHDbfq__levelPills{width:100%}.wordle-module__FHDbfq__levelPill{text-align:center;flex:1;min-height:44px;padding:.45rem .75rem;font-size:.8rem}.wordle-module__FHDbfq__gameCard{padding:1rem}.wordle-module__FHDbfq__grid,.wordle-module__FHDbfq__row{gap:.3rem}.wordle-module__FHDbfq__cell{width:2.2rem;height:2.2rem;font-size:1rem}.wordle-module__FHDbfq__cellMedium{width:1.75rem;height:1.75rem;font-size:.8rem}.wordle-module__FHDbfq__cellSmall{width:1.5rem;height:1.5rem;font-size:.7rem}.wordle-module__FHDbfq__key{min-width:1.6rem;height:2.1rem;padding:0 .3rem;font-size:.7rem}.wordle-module__FHDbfq__keyWide{min-width:2.5rem;font-size:.6rem}.wordle-module__FHDbfq__keyboardRow{gap:.2rem}}.wordle-module__FHDbfq__statsRow{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.wordle-module__FHDbfq__statBadge{background:var(--bee-control);border:1px solid var(--bee-control-border);color:var(--brand-fg-base);border-radius:2rem;align-items:center;gap:.35rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.wordle-module__FHDbfq__feedbackWrong{color:var(--bee-danger);margin-top:.75rem;font-size:.9rem;font-weight:600}.wordle-module__FHDbfq__liveNote{color:var(--brand-fg-muted);align-items:center;gap:.5rem;margin-top:.75rem;font-size:.9rem;display:inline-flex}.wordle-module__FHDbfq__liveError{color:var(--bee-danger);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.wordle-module__FHDbfq__liveBar{margin-bottom:1.25rem}.wordle-module__FHDbfq__livePrimary{background:var(--brand-primary);color:var(--brand-primary-fg);cursor:pointer;border:none;border-radius:.6rem;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:box-shadow .2s,transform .2s;display:inline-flex}.wordle-module__FHDbfq__livePrimary:hover{box-shadow:var(--app-card-shadow);transform:translateY(-1px)}.wordle-module__FHDbfq__liveSecondary{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.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.wordle-module__FHDbfq__liveSecondary:hover{background:var(--bee-control-hover)}.wordle-module__FHDbfq__liveActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.wordle-module__FHDbfq__liveRight{color:var(--bee-success);margin-top:.75rem;font-weight:600}.wordle-module__FHDbfq__liveWrong{color:var(--bee-danger);margin-top:.75rem;font-weight:600}.wordle-module__FHDbfq__key:disabled{opacity:.5;cursor:not-allowed}.wordle-module__FHDbfq__liveEntry{background:var(--bee-card-surface);border:1px solid var(--bee-card-border);text-align:left;border-radius:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.wordle-module__FHDbfq__stage{position:relative}.wordle-module__FHDbfq__cheerBar{margin:1rem 0}.wordle-module__FHDbfq__content{min-height:0;padding:.5rem 1rem 1rem}.wordle-module__FHDbfq__backButton{min-height:36px;margin:0;padding:.3rem 0;font-size:.8rem}.wordle-module__FHDbfq__header{margin:.25rem 0;padding:0}.wordle-module__FHDbfq__title{margin:0;font-size:1.35rem}.wordle-module__FHDbfq__subtitle{display:none}.wordle-module__FHDbfq__content>[data-game-options]{margin:.25rem 0 .5rem auto}.wordle-module__FHDbfq__gameCard{margin:.25rem 0;padding:.6rem}.wordle-module__FHDbfq__filtersCard,.wordle-module__FHDbfq__liveEntry,.wordle-module__FHDbfq__setupCard{margin:0 0 .5rem;padding:.65rem}.wordle-module__FHDbfq__setupText{margin:0 0 .5rem;font-size:.85rem}.wordle-module__FHDbfq__extra{margin-top:.75rem}.wordle-module__FHDbfq__extra>summary{cursor:pointer;min-height:40px;padding:.5rem;font-weight:700}.wordle-module__FHDbfq__actions{gap:.4rem;margin-bottom:.5rem}.wordle-module__FHDbfq__actionButton{min-height:40px;padding:.4rem .6rem;font-size:.8rem}.wordle-module__FHDbfq__resultCard{margin:.5rem 0;padding:.6rem}.wordle-module__FHDbfq__resultIcon{display:none}.wordle-module__FHDbfq__wordLengthHint{margin-bottom:.4rem;font-size:.8rem}.wordle-module__FHDbfq__grid{gap:.25rem;margin-bottom:.5rem}.wordle-module__FHDbfq__row{gap:.25rem}.wordle-module__FHDbfq__cell{width:clamp(22px,16.6667dvh - 88.3333px,44px);height:clamp(22px,16.6667dvh - 88.3333px,44px);font-size:1rem}.wordle-module__FHDbfq__keyboard{gap:.25rem;margin:0}.wordle-module__FHDbfq__key{height:40px;min-height:40px;padding:.2rem}.wordle-module__FHDbfq__row{max-width:100%}.wordle-module__FHDbfq__cell{flex-shrink:1;min-width:0}
