.Header-module__vcZAwq__header{background:var(--surface);border-bottom:1px solid var(--surface-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;justify-content:space-between;align-items:center;height:70px;padding:16px 24px;display:flex;position:sticky;top:0}.Header-module__vcZAwq__logo{font-family:var(--font-display);color:var(--gold);letter-spacing:-.5px;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;text-decoration:none;transition:opacity .2s;display:flex}.Header-module__vcZAwq__logo:hover{opacity:.9}.Header-module__vcZAwq__logoIcon{background:linear-gradient(135deg,var(--gold)0%,var(--amber)100%);color:#2c1810;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex;transform:rotate(-5deg);box-shadow:0 2px #b8860b}.Header-module__vcZAwq__gameInfo{flex-direction:column;align-items:center;display:flex}.Header-module__vcZAwq__gameCodeLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;font-size:.7rem}.Header-module__vcZAwq__gameCode{color:var(--text-primary);border:1px dashed var(--surface-border);background:#ffffff0d;border-radius:4px;padding:2px 8px;font-family:monospace;font-size:1.1rem;font-weight:700}.Header-module__vcZAwq__rightSection{align-items:center;gap:16px;display:flex}.Header-module__vcZAwq__helpLink{color:var(--text-secondary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex}.Header-module__vcZAwq__helpLink:hover{color:var(--text-primary);background:#ffffff1a;transform:rotate(15deg)}@media (max-width:600px){.Header-module__vcZAwq__header{height:60px;padding:12px 16px}.Header-module__vcZAwq__logoText{display:none}.Header-module__vcZAwq__gameCode{font-size:.9rem}}@media (orientation:landscape) and (max-height:500px){.Header-module__vcZAwq__header{height:42px;padding:6px 12px}.Header-module__vcZAwq__logo{gap:6px;font-size:1.1rem}.Header-module__vcZAwq__logoIcon{width:24px;height:24px;font-size:.9rem}.Header-module__vcZAwq__logoText{display:none}.Header-module__vcZAwq__gameCode{font-size:.85rem}.Header-module__vcZAwq__gameCodeLabel{display:none}.Header-module__vcZAwq__helpLink{width:30px;height:30px;font-size:1rem}}
.ThemePicker-module__GBRsuW__wrapper{position:relative}.ThemePicker-module__GBRsuW__trigger{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:7px 12px;font-size:.82rem;font-weight:500;transition:all .2s;display:inline-flex}.ThemePicker-module__GBRsuW__trigger:hover{background:var(--surface-hover);border-color:var(--gold-dim)}.ThemePicker-module__GBRsuW__triggerIcon{font-size:1rem;line-height:1}.ThemePicker-module__GBRsuW__triggerLabel{display:none}@media (min-width:600px){.ThemePicker-module__GBRsuW__triggerLabel{display:inline}}.ThemePicker-module__GBRsuW__chevron{opacity:.6;flex-shrink:0;transition:transform .2s}.ThemePicker-module__GBRsuW__chevronUp{transform:rotate(180deg)}.ThemePicker-module__GBRsuW__panel{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);z-index:200;min-width:280px;padding:14px;animation:.18s cubic-bezier(.2,.8,.2,1) ThemePicker-module__GBRsuW__panelIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #00000059}@keyframes ThemePicker-module__GBRsuW__panelIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ThemePicker-module__GBRsuW__panelTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px;font-size:.75rem;font-weight:600}.ThemePicker-module__GBRsuW__themeGrid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.ThemePicker-module__GBRsuW__themeCard{border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);background:0 0;border:2px solid #0000;flex-direction:column;align-items:center;gap:5px;padding:6px 4px;transition:all .15s;display:flex}.ThemePicker-module__GBRsuW__themeCard:hover{background:var(--surface-hover);border-color:var(--surface-border);color:var(--text-primary)}.ThemePicker-module__GBRsuW__themeCard.ThemePicker-module__GBRsuW__active{border-color:var(--gold);background:var(--surface-hover);color:var(--text-primary)}.ThemePicker-module__GBRsuW__themeName{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.65rem;font-weight:500;line-height:1.2;overflow:hidden}.ThemePicker-module__GBRsuW__preview{border-radius:6px;flex-shrink:0;width:44px;height:44px;padding:5px;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000040}.ThemePicker-module__GBRsuW__previewGrid{grid-template-columns:repeat(3,1fr);gap:2px;height:100%;display:grid}.ThemePicker-module__GBRsuW__previewSquare{border-radius:1px}.ThemePicker-module__GBRsuW__previewTile{border-radius:2px;width:14px;height:14px;position:absolute;bottom:5px;right:5px;box-shadow:0 1px #0000004d}@media (max-width:480px){.ThemePicker-module__GBRsuW__panel{min-width:250px;right:-50px}.ThemePicker-module__GBRsuW__themeGrid{grid-template-columns:repeat(5,1fr);gap:6px}}@media (prefers-reduced-motion:reduce){.ThemePicker-module__GBRsuW__panel{animation:none}}
.Board-module__Z0Cj1W__boardWrapper{perspective:1000px;justify-content:center;align-items:center;padding:10px;display:flex}.Board-module__Z0Cj1W__boardGrid{background:var(--bg-secondary);border-radius:var(--radius-md);box-shadow:0 20px 50px #0009,0 0 0 1px var(--surface-border),inset 0 0 20px #00000080;aspect-ratio:1;width:100%;min-width:350px;max-width:800px;transform-style:preserve-3d;grid-template-columns:repeat(15,1fr);gap:3px;margin:0 auto;padding:8px;display:grid;position:relative}.Board-module__Z0Cj1W__square{text-transform:uppercase;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#1e232d66;border-radius:2px;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;transition:all .15s;display:flex;position:relative}.Board-module__Z0Cj1W__square:hover{z-index:10;background:#ffffff14}.Board-module__Z0Cj1W__square:active{transition:transform 50ms;transform:scale(.92)}.Board-module__Z0Cj1W__validHover:active{background:#2ecc7173}.Board-module__Z0Cj1W__premium{color:#fffffff2;text-shadow:0 1px 2px #000c;letter-spacing:-.5px;font-size:.6rem}.Board-module__Z0Cj1W__DL{background:var(--square-dl)}.Board-module__Z0Cj1W__TL{background:var(--square-tl)}.Board-module__Z0Cj1W__DW{background:var(--square-dw)}.Board-module__Z0Cj1W__TW{background:var(--square-tw)}.Board-module__Z0Cj1W__ST{color:var(--gold);background:#ffd70026;font-size:1.2rem}.Board-module__Z0Cj1W__tile{background:linear-gradient(135deg,var(--tile-gradient-start)0%,var(--tile-gradient-end)100%);width:92%;height:92%;box-shadow:0 3px 0 var(--tile-bottom-shadow),0 5px 5px #0000004d;z-index:2;border-radius:3px;justify-content:center;align-items:center;transition:transform .1s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.Board-module__Z0Cj1W__placed .Board-module__Z0Cj1W__tile{animation:.35s cubic-bezier(.34,1.56,.64,1) backwards Board-module__Z0Cj1W__tileDropIn}.Board-module__Z0Cj1W__existing .Board-module__Z0Cj1W__tile{cursor:pointer;animation:none}.Board-module__Z0Cj1W__existing .Board-module__Z0Cj1W__tile:hover{box-shadow:0 0 0 2px #ffd70066,0 3px 0 var(--tile-bottom-shadow),0 5px 5px #0000004d;transition:all .15s;transform:scale(1.05)}.Board-module__Z0Cj1W__justSubmitted .Board-module__Z0Cj1W__tile{animation:.6s cubic-bezier(.22,1,.36,1) forwards Board-module__Z0Cj1W__tileLockIn}@keyframes Board-module__Z0Cj1W__tileDropIn{0%{opacity:0;transform:scale(.3)translateY(-20px)}50%{opacity:1;transform:scale(1.15)translateY(0)}75%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Board-module__Z0Cj1W__tileLockIn{0%{box-shadow:0 0 0 2px var(--gold),0 3px 0 var(--tile-bottom-shadow),0 6px 12px #ffd7004d;transform:scale(1.05)}40%{box-shadow:0 0 0 4px var(--gold),0 0 20px #ffd70099,0 3px 0 #a89570;transform:scale(1.08)}to{box-shadow:0 3px 0 var(--tile-bottom-shadow),0 5px 5px #0000004d;transform:scale(1)}}.Board-module__Z0Cj1W__tileLetter{font-family:var(--font-display);text-shadow:none;font-size:1.1rem;font-weight:800;transform:translateY(-1px);color:var(--tile-text)!important}.Board-module__Z0Cj1W__tilePoints{font-size:.55rem;font-weight:800;position:absolute;bottom:2px;right:3px;color:var(--tile-text)!important}.Board-module__Z0Cj1W__tileBlank .Board-module__Z0Cj1W__tileLetter{color:var(--gold-dim)}.Board-module__Z0Cj1W__placed .Board-module__Z0Cj1W__tile{box-shadow:0 0 0 2px var(--gold),0 3px 0 var(--tile-bottom-shadow),0 6px 12px #ffd7004d;z-index:10;transform:translateY(-2px)}.Board-module__Z0Cj1W__placedInvalid .Board-module__Z0Cj1W__tile{box-shadow:0 0 0 2px var(--error,#e74c3c),0 3px 0 var(--tile-bottom-shadow),0 6px 12px #e74c3c59;animation:.8s ease-in-out infinite Board-module__Z0Cj1W__invalidPulse}@keyframes Board-module__Z0Cj1W__invalidPulse{0%,to{box-shadow:0 0 0 2px #e74c3cb3,0 3px 0 var(--tile-bottom-shadow),0 6px 12px #e74c3c33}50%{box-shadow:0 0 0 3px #e74c3c,0 3px 0 var(--tile-bottom-shadow),0 0 20px #e74c3c73}}.Board-module__Z0Cj1W__justSubmitted{z-index:5}.Board-module__Z0Cj1W__hinted{z-index:3;animation:1.2s ease-in-out infinite Board-module__Z0Cj1W__hintPulse}@keyframes Board-module__Z0Cj1W__hintPulse{0%,to{box-shadow:inset 0 0 0 2px #ffd7004d}50%{box-shadow:inset 0 0 0 2px #ffd700cc,0 0 12px #ffd7004d}}.Board-module__Z0Cj1W__suggested{z-index:3;animation:1.4s ease-in-out infinite Board-module__Z0Cj1W__suggestPulse}@keyframes Board-module__Z0Cj1W__suggestPulse{0%,to{box-shadow:inset 0 0 0 2px #5dade24d}50%{box-shadow:inset 0 0 0 2px #5dade2e6,0 0 10px #5dade240}}.Board-module__Z0Cj1W__validHover{box-shadow:inset 0 0 0 1px var(--success);background:#2ecc7140}.Board-module__Z0Cj1W__invalidHover{box-shadow:inset 0 0 0 1px var(--error);background:#e74c3c40}.Board-module__Z0Cj1W__dragHover{box-shadow:inset 0 0 0 2px var(--gold),0 0 12px #ffd70066;z-index:5;transition:all .15s cubic-bezier(.34,1.56,.64,1);transform:scale(1.08);background:#ffd70059!important}@media (max-width:600px){.Board-module__Z0Cj1W__boardWrapper{padding:4px}.Board-module__Z0Cj1W__boardGrid{gap:1px;padding:3px}.Board-module__Z0Cj1W__square{border-radius:1px;font-size:6px}.Board-module__Z0Cj1W__premium{font-size:5px}.Board-module__Z0Cj1W__tile{border-radius:2px;width:96%;height:96%;box-shadow:0 2px #a89570,0 3px 3px #0000004d}.Board-module__Z0Cj1W__tileLetter{font-size:.7rem}.Board-module__Z0Cj1W__tilePoints{font-size:4px;bottom:1px;right:2px}.Board-module__Z0Cj1W__ST{font-size:10px}}@media (orientation:landscape) and (max-height:500px){.Board-module__Z0Cj1W__boardWrapper{padding:2px}.Board-module__Z0Cj1W__boardGrid{gap:1px;width:auto;max-width:none;height:calc(100vh - 120px);max-height:calc(100vh - 120px);padding:3px}}@media (prefers-reduced-motion:reduce){.Board-module__Z0Cj1W__square{transition:none}.Board-module__Z0Cj1W__square:active{transform:none}.Board-module__Z0Cj1W__tile{transition:none}.Board-module__Z0Cj1W__placed .Board-module__Z0Cj1W__tile,.Board-module__Z0Cj1W__justSubmitted .Board-module__Z0Cj1W__tile,.Board-module__Z0Cj1W__placedInvalid .Board-module__Z0Cj1W__tile{animation:none}.Board-module__Z0Cj1W__placed .Board-module__Z0Cj1W__tile{transform:none}.Board-module__Z0Cj1W__existing .Board-module__Z0Cj1W__tile:hover{transition:none;transform:none}.Board-module__Z0Cj1W__hinted,.Board-module__Z0Cj1W__suggested{animation:none}.Board-module__Z0Cj1W__dragHover{transition:none;transform:none}}
.ZoomableBoard-module__D7xbUW__zoomContainer{justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ZoomableBoard-module__D7xbUW__zoomContent{transform-origin:50%;will-change:transform;width:100%;transition:transform .15s ease-out}.ZoomableBoard-module__D7xbUW__zoomContent.ZoomableBoard-module__D7xbUW__zoomed{transition:none}.ZoomableBoard-module__D7xbUW__zoomControls{z-index:20;flex-direction:column;gap:4px;display:none;position:absolute;bottom:8px;right:8px}.ZoomableBoard-module__D7xbUW__zoomBtn{border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:36px;height:36px;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;background:#101424d9;border-radius:8px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:all .15s;display:flex}.ZoomableBoard-module__D7xbUW__zoomBtn:active:not(:disabled){border-color:var(--gold);background:#ffd70033;transform:scale(.9)}.ZoomableBoard-module__D7xbUW__zoomBtn:disabled{opacity:.3;cursor:default}.ZoomableBoard-module__D7xbUW__resetBtn{letter-spacing:-.5px;font-size:.65rem;font-weight:800}.ZoomableBoard-module__D7xbUW__zoomIndicator{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gold);z-index:20;pointer-events:none;background:#101424bf;border:1px solid #ffd70033;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:700;position:absolute;top:8px;right:8px}.ZoomableBoard-module__D7xbUW__minimap{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:20;cursor:pointer;background:#101424d9;border:1px solid #ffd7004d;border-radius:6px;width:64px;height:64px;padding:4px;position:absolute;top:8px;left:8px;overflow:hidden}.ZoomableBoard-module__D7xbUW__minimapBoard{grid-template-columns:repeat(15,1fr);gap:0;width:100%;height:100%;display:grid;position:relative}.ZoomableBoard-module__D7xbUW__minimapCell{aspect-ratio:1;background:#ffffff1f;border-radius:.5px}.ZoomableBoard-module__D7xbUW__minimapViewport{border:1.5px solid var(--gold);pointer-events:none;background:#ffd7001a;border-radius:2px;transition:all .1s ease-out;position:absolute}@media (max-width:900px){.ZoomableBoard-module__D7xbUW__zoomControls{display:flex}}@media (hover:none) and (pointer:coarse){.ZoomableBoard-module__D7xbUW__zoomControls{display:flex}}@media (hover:hover) and (pointer:fine){.ZoomableBoard-module__D7xbUW__zoomControls{opacity:0;transition:opacity .2s;display:flex}.ZoomableBoard-module__D7xbUW__zoomContainer:hover .ZoomableBoard-module__D7xbUW__zoomControls{opacity:1}.ZoomableBoard-module__D7xbUW__minimap{width:80px;height:80px}}
.TileRack-module__NDi-fG__rackContainer{flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:20px;display:flex}.TileRack-module__NDi-fG__rackHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:6px;padding:0 4px;display:flex}.TileRack-module__NDi-fG__rackLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted,#8b8b8b);font-size:.75rem;font-weight:600}.TileRack-module__NDi-fG__sortButtons{gap:4px;display:flex}.TileRack-module__NDi-fG__sortBtn{color:var(--text-muted,#8b8b8b);cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:600;transition:all .15s}.TileRack-module__NDi-fG__sortBtn:hover:not(:disabled){color:var(--text,#e0e0e0);background:#ffffff1a}.TileRack-module__NDi-fG__sortBtnActive{border-color:var(--gold,#daa520);color:var(--gold,#daa520);background:#ffd70026}.TileRack-module__NDi-fG__sortBtn:disabled{opacity:.4;cursor:not-allowed}.TileRack-module__NDi-fG__rack{background:#3e2723;border-bottom:4px solid #281a16;border-radius:8px;justify-content:center;gap:8px;padding:12px 20px;display:flex;position:relative;box-shadow:0 10px 20px #0006,inset 0 2px 4px #ffffff1a,inset 0 -2px 4px #0000004d}.TileRack-module__NDi-fG__rack:before{content:"";pointer-events:none;border-radius:8px;position:absolute;inset:0;box-shadow:inset 0 0 20px #00000080}.TileRack-module__NDi-fG__tileWrapper{perspective:500px}.TileRack-module__NDi-fG__tile{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:none;background:linear-gradient(135deg,#f0e6d2 0%,#d4c5a5 100%);border-radius:6px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 4px #a89570,0 6px 6px #0000004d}.TileRack-module__NDi-fG__dragging{opacity:.3;transform:scale(.85)!important;box-shadow:0 2px #a89570!important}.TileRack-module__NDi-fG__tile:active:not(.TileRack-module__NDi-fG__disabled){transition:transform 50ms;transform:scale(.9)}.TileRack-module__NDi-fG__tile:hover:not(.TileRack-module__NDi-fG__disabled){transform:translateY(-4px);box-shadow:0 8px #a89570,0 12px 12px #0003}.TileRack-module__NDi-fG__selected{border:2px solid var(--gold);z-index:10;transform:translateY(-8px)!important;box-shadow:0 12px #a89570,0 16px 20px #0006!important}.TileRack-module__NDi-fG__selected:after{content:"";background:var(--gold);width:6px;height:6px;box-shadow:0 0 10px var(--gold);border-radius:50%;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}.TileRack-module__NDi-fG__disabled{filter:grayscale(.8)opacity(.6);cursor:not-allowed}.TileRack-module__NDi-fG__tileLetter{font-family:var(--font-display);text-shadow:none;font-size:1.8rem;font-weight:800;transform:translateY(-2px);color:#2c1810!important}.TileRack-module__NDi-fG__tilePoints{font-size:.75rem;font-weight:700;position:absolute;bottom:3px;right:5px;color:#2c1810!important}.TileRack-module__NDi-fG__tileBlank .TileRack-module__NDi-fG__tileLetter,.TileRack-module__NDi-fG__blank .TileRack-module__NDi-fG__tileLetter{color:var(--gold-dim)!important}.TileRack-module__NDi-fG__tile{position:relative}.TileRack-module__NDi-fG__tile:before{content:attr(data-tooltip);color:var(--text-primary,#e0e0e0);white-space:nowrap;opacity:0;pointer-events:none;z-index:200;letter-spacing:.02em;background:#0a0c14eb;border:1px solid #ffd70033;border-radius:5px;padding:4px 9px;font-size:.7rem;font-weight:600;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px)}.TileRack-module__NDi-fG__tile:after{content:"";opacity:0;pointer-events:none;z-index:200;border:4px solid #0000;border-top-color:#0a0c14eb;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)translateY(4px)}.TileRack-module__NDi-fG__tile:hover:not(.TileRack-module__NDi-fG__disabled):before,.TileRack-module__NDi-fG__tile:hover:not(.TileRack-module__NDi-fG__disabled):after{opacity:1;transform:translate(-50%)translateY(0)}@media (max-width:600px){.TileRack-module__NDi-fG__rack{gap:6px;padding:10px 14px}.TileRack-module__NDi-fG__tile{border-radius:5px;width:46px;min-width:44px;height:46px;min-height:44px;box-shadow:0 3px #a89570,0 4px 4px #0003}.TileRack-module__NDi-fG__tileLetter{font-size:1.4rem}.TileRack-module__NDi-fG__tilePoints{font-size:.6rem;bottom:2px;right:3px}.TileRack-module__NDi-fG__selected{transform:translateY(-6px)!important}.TileRack-module__NDi-fG__sortBtn{padding:2px 6px;font-size:.6rem}.TileRack-module__NDi-fG__rackHeader{margin-bottom:4px;padding:0 2px}}@media (orientation:landscape) and (max-height:500px){.TileRack-module__NDi-fG__rackContainer{gap:6px;margin-top:6px}.TileRack-module__NDi-fG__rack{gap:4px;padding:6px 10px}.TileRack-module__NDi-fG__tile{width:38px;height:38px}.TileRack-module__NDi-fG__tileLetter{font-size:1.2rem}.TileRack-module__NDi-fG__tilePoints{font-size:.55rem}}
.ScoreBoard-module__h_J3AW__scoreboard{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);align-items:stretch;gap:8px;padding:8px;display:flex}.ScoreBoard-module__h_J3AW__player{border-radius:var(--radius-md);background:#0b0e1766;flex-direction:column;flex:1;align-items:center;padding:10px 12px;transition:all .3s;display:flex;position:relative}.ScoreBoard-module__h_J3AW__active{background:#ffd70014;border:1px solid #ffd70033}.ScoreBoard-module__h_J3AW__turnIndicator{background:linear-gradient(135deg,var(--gold),var(--amber));color:#0b0e17;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;border-radius:10px;padding:2px 10px;font-size:9px;font-weight:700;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.ScoreBoard-module__h_J3AW__avatar{color:#0b0e17;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:4px;font-size:14px;font-weight:700;display:flex}.ScoreBoard-module__h_J3AW__name{color:var(--text-primary);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.8rem;font-weight:600;overflow:hidden}.ScoreBoard-module__h_J3AW__score{font-family:var(--font-display);background:linear-gradient(135deg,var(--gold),var(--amber));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.ScoreBoard-module__h_J3AW__divider{background:var(--surface-border);align-self:stretch;width:1px}.ScoreBoard-module__h_J3AW__info{border-top:1px solid var(--surface-border);justify-content:center;gap:16px;margin-top:6px;padding-top:6px;display:flex}.ScoreBoard-module__h_J3AW__infoItem{color:var(--text-secondary);align-items:center;gap:4px;font-size:.75rem;display:flex}.ScoreBoard-module__h_J3AW__infoValue{color:var(--text-primary);font-weight:600}.ScoreBoard-module__h_J3AW__status{text-align:center;color:var(--text-secondary);padding:6px 12px;font-size:.8rem;font-style:italic}.ScoreBoard-module__h_J3AW__youLabel{color:var(--gold);text-transform:uppercase;letter-spacing:1px;margin-top:2px;font-size:.65rem}@media (max-width:600px){.ScoreBoard-module__h_J3AW__scoreboard{border-radius:var(--radius-md);gap:6px;padding:6px}.ScoreBoard-module__h_J3AW__player{padding:8px}.ScoreBoard-module__h_J3AW__score{font-size:1.3rem}.ScoreBoard-module__h_J3AW__name{max-width:80px;font-size:.75rem}.ScoreBoard-module__h_J3AW__avatar{width:26px;height:26px;font-size:12px}}@media (orientation:landscape) and (max-height:500px){.ScoreBoard-module__h_J3AW__scoreboard{gap:4px;padding:4px}.ScoreBoard-module__h_J3AW__player{flex-direction:row;gap:8px;padding:6px}.ScoreBoard-module__h_J3AW__avatar{width:22px;height:22px;margin-bottom:0;font-size:10px}.ScoreBoard-module__h_J3AW__score{font-size:1.1rem}.ScoreBoard-module__h_J3AW__name{max-width:60px;font-size:.7rem}.ScoreBoard-module__h_J3AW__info{margin-top:4px;padding-top:4px}}
.GameControls-module__QBfb_q__controls{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.GameControls-module__QBfb_q__controlBtn{border-radius:var(--radius-md);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-body);-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;align-items:center;gap:6px;min-height:44px;padding:10px 18px;transition:all .2s;display:inline-flex}.GameControls-module__QBfb_q__submitBtn{background:linear-gradient(135deg,var(--gold),var(--amber));color:#0b0e17;box-shadow:0 3px 15px var(--gold-glow)}.GameControls-module__QBfb_q__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 25px #ffd70080}.GameControls-module__QBfb_q__shuffleBtn{background:var(--surface);color:var(--text-primary);border:1px solid var(--surface-border)}.GameControls-module__QBfb_q__shuffleBtn:hover:not(:disabled){background:var(--surface-hover);border-color:var(--gold-dim)}.GameControls-module__QBfb_q__recallBtn{color:var(--info);background:#3498db26;border:1px solid #3498db4d}.GameControls-module__QBfb_q__recallBtn:hover:not(:disabled){background:#3498db40}.GameControls-module__QBfb_q__swapBtn{color:#9b59b6;background:#9b59b626;border:1px solid #9b59b64d}.GameControls-module__QBfb_q__swapBtn:hover:not(:disabled){background:#9b59b640}.GameControls-module__QBfb_q__hintBtn{color:var(--success);background:#2ecc7126;border:1px solid #2ecc714d}.GameControls-module__QBfb_q__hintBtn:hover:not(:disabled){background:#2ecc7140}.GameControls-module__QBfb_q__suggestBtn{color:#5dade2;background:#5dade21f;border:1px solid #5dade24d}.GameControls-module__QBfb_q__suggestBtn:hover:not(:disabled){background:#5dade238}.GameControls-module__QBfb_q__suggestActive{background:#5dade240!important;border-color:#5dade2b3!important}.GameControls-module__QBfb_q__passBtn{color:#f1c40f;background:#f1c40f1a;border:1px solid #f1c40f4d}.GameControls-module__QBfb_q__passBtn:hover:not(:disabled){background:#f1c40f33}.GameControls-module__QBfb_q__resignBtn{color:var(--error);background:#e74c3c1a;border:1px solid #e74c3c4d}.GameControls-module__QBfb_q__resignBtn:hover:not(:disabled){background:#e74c3c33}.GameControls-module__QBfb_q__controlBtn:disabled{opacity:.3;cursor:not-allowed;transform:none!important}.GameControls-module__QBfb_q__controlBtn:active:not(:disabled){transform:scale(.96)}.GameControls-module__QBfb_q__message{text-align:center;border-radius:var(--radius-md);padding:8px 16px;font-size:.85rem;font-weight:500;animation:.3s GameControls-module__QBfb_q__fadeIn}.GameControls-module__QBfb_q__error{color:var(--error);background:#e74c3c26;border:1px solid #e74c3c4d}.GameControls-module__QBfb_q__success{color:var(--success);background:#2ecc7126;border:1px solid #2ecc714d}.GameControls-module__QBfb_q__warning{color:#f39c12;background:#f39c1226;border:1px solid #f39c124d}@media (max-width:600px){.GameControls-module__QBfb_q__controls{gap:6px}.GameControls-module__QBfb_q__controlBtn{padding:8px 12px;font-size:.8rem}}@media (orientation:landscape) and (max-height:500px){.GameControls-module__QBfb_q__controls{gap:4px}.GameControls-module__QBfb_q__controlBtn{padding:6px 10px;font-size:.75rem}}
.ChatPanel-module__aO3MNa__chatPanel{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;height:100%;max-height:500px;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;overflow:hidden;box-shadow:0 8px 32px #0000004d}.ChatPanel-module__aO3MNa__chatHeader{border-bottom:1px solid var(--surface-border);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff08;justify-content:space-between;align-items:center;padding:16px;display:flex}.ChatPanel-module__aO3MNa__chatTitle{color:var(--text-primary);align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}.ChatPanel-module__aO3MNa__toggleBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px}.ChatPanel-module__aO3MNa__toggleBtn:hover{color:var(--text-primary)}.ChatPanel-module__aO3MNa__messagesContainer{scroll-behavior:smooth;background:#0003;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ChatPanel-module__aO3MNa__message{word-wrap:break-word;border-radius:12px;max-width:85%;padding:10px 14px;font-size:.9rem;line-height:1.4;animation:.3s ease-out ChatPanel-module__aO3MNa__slideUp;position:relative}.ChatPanel-module__aO3MNa__myMessage{background:linear-gradient(135deg,var(--gold-dim)0%,#b8860b 100%);color:#fff;border-bottom-right-radius:2px;align-self:flex-end;box-shadow:0 4px 12px #b8860b33}.ChatPanel-module__aO3MNa__opponentMessage{color:var(--text-primary);border:1px solid var(--surface-border);background:#ffffff14;border-bottom-left-radius:2px;align-self:flex-start}.ChatPanel-module__aO3MNa__senderName{opacity:.8;margin-bottom:4px;font-size:.7rem;font-weight:600}.ChatPanel-module__aO3MNa__inputArea{border-top:1px solid var(--surface-border);background:#0003;gap:8px;padding:12px;display:flex}.ChatPanel-module__aO3MNa__input{border:1px solid var(--surface-border);color:var(--text-primary);background:#ffffff0d;border-radius:20px;outline:none;flex:1;padding:10px 16px;font-size:.9rem;transition:all .2s}.ChatPanel-module__aO3MNa__input:focus{border-color:var(--text-muted);background:#ffffff1a}.ChatPanel-module__aO3MNa__input::placeholder{color:var(--text-muted)}.ChatPanel-module__aO3MNa__sendBtn{background:var(--gold);color:#0b0e17;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s;display:flex;box-shadow:0 4px 10px #ffd70033}.ChatPanel-module__aO3MNa__sendBtn:hover{transform:scale(1.1)}.ChatPanel-module__aO3MNa__sendBtn:disabled{background:var(--surface-border);color:var(--text-muted);cursor:not-allowed;transform:none}.ChatPanel-module__aO3MNa__collapsed{height:56px;overflow:hidden}.ChatPanel-module__aO3MNa__empty{text-align:center;color:var(--text-muted);margin-top:20px;font-size:.85rem;font-style:italic}.ChatPanel-module__aO3MNa__messages{}.ChatPanel-module__aO3MNa__msg{}.ChatPanel-module__aO3MNa__msgMine{}.ChatPanel-module__aO3MNa__msgTheirs{}.ChatPanel-module__aO3MNa__msgName{}.ChatPanel-module__aO3MNa__msgText{word-break:break-word}.ChatPanel-module__aO3MNa__msgTime{opacity:.5;text-align:right;margin-top:4px;font-size:.65rem}.ChatPanel-module__aO3MNa__msgBot{color:var(--text-primary);background:linear-gradient(135deg,#3498db40 0%,#3498db1a 100%);border:1px solid #3498db4d;border-bottom-left-radius:2px;align-self:flex-start;font-style:italic}
.GameOverModal-module__0SABXq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:16px;animation:.25s GameOverModal-module__0SABXq__fadeIn;display:flex;position:fixed;inset:0}.GameOverModal-module__0SABXq__modal{background:var(--surface-primary,#0b0e17);border:1px solid var(--surface-border,#ffffff14);border-radius:var(--radius-xl,16px);text-align:center;width:100%;max-width:360px;max-height:90vh;padding:28px 24px 20px;animation:.3s cubic-bezier(.34,1.56,.64,1) GameOverModal-module__0SABXq__slideUp;overflow-y:auto}.GameOverModal-module__0SABXq__personalBestBanner{border-radius:var(--radius-md,8px);color:var(--gold,gold);letter-spacing:.5px;background:linear-gradient(135deg,#ffd70026,#ffa5001a);border:1px solid #ffd70059;margin-bottom:16px;padding:8px 16px;font-size:.82rem;font-weight:700;animation:1.5s infinite GameOverModal-module__0SABXq__pulse}.GameOverModal-module__0SABXq__emoji{margin-bottom:8px;font-size:3rem;animation:.5s GameOverModal-module__0SABXq__pop}.GameOverModal-module__0SABXq__headline{font-family:var(--font-display);color:var(--text-primary);margin:0 0 4px;font-size:1.5rem;font-weight:800}.GameOverModal-module__0SABXq__headlineWin{background:linear-gradient(135deg,var(--gold,gold),var(--amber,#ff9f1c));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.GameOverModal-module__0SABXq__subline{color:var(--text-secondary);margin:0 0 20px;font-size:.88rem}.GameOverModal-module__0SABXq__scores{justify-content:center;align-items:center;gap:20px;margin-bottom:20px;display:flex}.GameOverModal-module__0SABXq__scoreBlock{text-align:center}.GameOverModal-module__0SABXq__scoreNum{font-family:var(--font-display);color:var(--text-primary);font-size:2.2rem;font-weight:800;line-height:1}.GameOverModal-module__0SABXq__scoreNumWin{color:var(--gold,gold)}.GameOverModal-module__0SABXq__scoreName{color:var(--text-secondary);justify-content:center;align-items:center;gap:4px;margin-top:4px;font-size:.8rem;font-weight:600;display:flex}.GameOverModal-module__0SABXq__youTag{color:var(--gold,gold)}.GameOverModal-module__0SABXq__vs{color:var(--text-muted);font-family:var(--font-display);font-size:1.1rem;font-weight:700}.GameOverModal-module__0SABXq__gameStats{border:1px solid var(--surface-border,#ffffff14);border-radius:var(--radius-md,8px);justify-content:center;gap:0;margin-bottom:12px;display:flex;overflow:hidden}.GameOverModal-module__0SABXq__gameStat{text-align:center;border-right:1px solid var(--surface-border,#ffffff14);flex:1;padding:10px 8px}.GameOverModal-module__0SABXq__gameStat:last-child{border-right:none}.GameOverModal-module__0SABXq__gameStatValue{font-family:var(--font-display);color:var(--text-primary);margin-bottom:2px;font-size:1.2rem;font-weight:800;line-height:1}.GameOverModal-module__0SABXq__gameStatBingo{color:var(--amber,#ff9f1c)}.GameOverModal-module__0SABXq__gameStatLabel{text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);font-size:.65rem;font-weight:600}.GameOverModal-module__0SABXq__wordHighlights{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.GameOverModal-module__0SABXq__wordHighlight{border-radius:var(--radius-md,8px);background:#ffd7000a;border:1px solid #ffd7001f;justify-content:center;align-items:center;gap:8px;padding:9px 14px;display:flex}.GameOverModal-module__0SABXq__wordHighlightLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;text-align:left;min-width:52px;font-size:.7rem;font-weight:600}.GameOverModal-module__0SABXq__wordHighlightWord{font-family:var(--font-display);color:var(--gold,gold);letter-spacing:2px;flex:1;font-size:1rem;font-weight:800}.GameOverModal-module__0SABXq__wordHighlightScore{color:var(--text-secondary);font-size:.8rem;font-weight:600}.GameOverModal-module__0SABXq__wordListToggle{border:1px solid var(--surface-border,#ffffff14);border-radius:var(--radius-sm,6px);color:var(--text-muted);cursor:pointer;background:0 0;width:100%;margin-bottom:10px;padding:7px 14px;font-size:.78rem;font-weight:600;transition:all .15s}.GameOverModal-module__0SABXq__wordListToggle:hover{color:var(--text-secondary);border-color:#ffffff26}.GameOverModal-module__0SABXq__wordList{flex-wrap:wrap;justify-content:center;gap:6px;max-height:120px;margin-bottom:12px;padding:10px 0;display:flex;overflow-y:auto}.GameOverModal-module__0SABXq__wordChip{font-family:var(--font-display);letter-spacing:1px;color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:700}.GameOverModal-module__0SABXq__rematchPanel{border-radius:var(--radius-md,8px);text-align:center;background:#ffd7000d;border:1px solid #ffd70033;margin-bottom:12px;padding:16px}.GameOverModal-module__0SABXq__rematchTitle{font-family:var(--font-display);color:var(--gold,gold);margin-bottom:4px;font-size:1rem;font-weight:800}.GameOverModal-module__0SABXq__rematchHint{color:var(--text-muted);margin:0 0 12px;font-size:.78rem}.GameOverModal-module__0SABXq__rematchCode{font-family:var(--font-display);letter-spacing:6px;color:var(--text-primary);border-radius:var(--radius-sm,6px);background:#ffffff0a;border:1px solid #ffffff1a;margin-bottom:12px;padding:10px 16px;font-size:1.8rem;font-weight:900}.GameOverModal-module__0SABXq__rematchActions{justify-content:center;gap:8px;display:flex}.GameOverModal-module__0SABXq__rematchCopyBtn{border-radius:var(--radius-sm,6px);color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;padding:8px 16px;font-size:.82rem;font-weight:600;transition:all .15s}.GameOverModal-module__0SABXq__rematchCopyBtn:hover{color:var(--text-primary);background:#ffffff1a}.GameOverModal-module__0SABXq__actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;display:flex}@keyframes GameOverModal-module__0SABXq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes GameOverModal-module__0SABXq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes GameOverModal-module__0SABXq__pop{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes GameOverModal-module__0SABXq__pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:400px){.GameOverModal-module__0SABXq__modal{padding:20px 16px 16px}.GameOverModal-module__0SABXq__scoreNum{font-size:1.9rem}.GameOverModal-module__0SABXq__headline{font-size:1.3rem}}@media (prefers-reduced-motion:reduce){.GameOverModal-module__0SABXq__overlay,.GameOverModal-module__0SABXq__modal,.GameOverModal-module__0SABXq__personalBestBanner,.GameOverModal-module__0SABXq__emoji{animation:none}}
.NotificationPrompt-module__xGSVIq__prompt{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;animation:.3s NotificationPrompt-module__xGSVIq__fadeIn;display:flex}.NotificationPrompt-module__xGSVIq__content{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.NotificationPrompt-module__xGSVIq__icon{flex-shrink:0;font-size:1.2rem}.NotificationPrompt-module__xGSVIq__text{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.3}.NotificationPrompt-module__xGSVIq__actions{flex-shrink:0;gap:8px;display:flex}.NotificationPrompt-module__xGSVIq__enableBtn{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--gold),var(--amber));color:#0b0e17;cursor:pointer;white-space:nowrap;font-size:.8rem;font-weight:600;font-family:var(--font-body);border:none;padding:8px 16px;transition:all .2s}.NotificationPrompt-module__xGSVIq__enableBtn:hover:not(:disabled){box-shadow:0 3px 15px var(--gold-glow);transform:translateY(-1px)}.NotificationPrompt-module__xGSVIq__enableBtn:disabled{opacity:.6;cursor:not-allowed}.NotificationPrompt-module__xGSVIq__dismissBtn{border:1px solid var(--surface-border);border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;white-space:nowrap;font-size:.8rem;font-family:var(--font-body);background:0 0;padding:8px 12px;transition:all .2s}.NotificationPrompt-module__xGSVIq__dismissBtn:hover{color:var(--text-secondary);border-color:var(--text-muted)}@media (max-width:600px){.NotificationPrompt-module__xGSVIq__prompt{flex-direction:column;align-items:stretch}.NotificationPrompt-module__xGSVIq__actions{justify-content:flex-end}}
.NotificationSettings-module__ltKjLa__overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:16px;animation:.15s NotificationSettings-module__ltKjLa__fadeIn;display:flex;position:fixed;inset:0}.NotificationSettings-module__ltKjLa__modal{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);width:100%;max-width:380px;animation:.2s NotificationSettings-module__ltKjLa__slideUp;overflow:hidden}.NotificationSettings-module__ltKjLa__header{border-bottom:1px solid var(--surface-border);align-items:center;gap:10px;padding:16px 20px;display:flex}.NotificationSettings-module__ltKjLa__headerIcon{font-size:1.2rem}.NotificationSettings-module__ltKjLa__title{color:var(--text-primary);flex:1;margin:0;font-size:1rem;font-weight:600}.NotificationSettings-module__ltKjLa__closeBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);font-size:1rem;font-family:var(--font-body);background:0 0;border:none;padding:4px 6px;transition:color .15s}.NotificationSettings-module__ltKjLa__closeBtn:hover{color:var(--text-primary)}.NotificationSettings-module__ltKjLa__section{border-bottom:1px solid var(--surface-border);padding:14px 20px}.NotificationSettings-module__ltKjLa__section:last-child{border-bottom:none}.NotificationSettings-module__ltKjLa__sectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px;font-size:.7rem;font-weight:600}.NotificationSettings-module__ltKjLa__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.NotificationSettings-module__ltKjLa__label{color:var(--text-primary);font-size:.9rem;font-weight:500}.NotificationSettings-module__ltKjLa__hint{color:var(--text-muted);margin-top:2px;font-size:.78rem}.NotificationSettings-module__ltKjLa__subBtn{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--gold),var(--amber));color:#0b0e17;cursor:pointer;white-space:nowrap;font-size:.8rem;font-weight:600;font-family:var(--font-body);border:none;padding:7px 16px;transition:all .2s}.NotificationSettings-module__ltKjLa__subBtn:hover:not(:disabled){box-shadow:0 3px 12px var(--gold-glow);transform:translateY(-1px)}.NotificationSettings-module__ltKjLa__subBtn:disabled{opacity:.5;cursor:not-allowed}.NotificationSettings-module__ltKjLa__unsubBtn{border:1px solid var(--surface-border);border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;white-space:nowrap;font-size:.8rem;font-family:var(--font-body);background:0 0;padding:7px 16px;transition:all .2s}.NotificationSettings-module__ltKjLa__unsubBtn:hover:not(:disabled){color:var(--text-primary);border-color:var(--text-muted)}.NotificationSettings-module__ltKjLa__unsubBtn:disabled{opacity:.5;cursor:not-allowed}.NotificationSettings-module__ltKjLa__muteBtn,.NotificationSettings-module__ltKjLa__unmuteBtn{border:1px solid var(--surface-border);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;font-size:.8rem;font-family:var(--font-body);background:0 0;padding:7px 14px;transition:all .2s}.NotificationSettings-module__ltKjLa__muteBtn{color:var(--text-secondary)}.NotificationSettings-module__ltKjLa__muteBtn:hover{color:var(--text-primary);border-color:var(--text-muted)}.NotificationSettings-module__ltKjLa__unmuteBtn{color:var(--gold);border-color:var(--gold)}.NotificationSettings-module__ltKjLa__unmuteBtn:hover{background:#ffd70014}.NotificationSettings-module__ltKjLa__radioRow{cursor:pointer;align-items:flex-start;gap:10px;padding:7px 0;display:flex}.NotificationSettings-module__ltKjLa__radio{cursor:pointer;accent-color:var(--gold);margin-top:3px}.NotificationSettings-module__ltKjLa__radioLabel{color:var(--text-primary);font-size:.88rem;font-weight:500}.NotificationSettings-module__ltKjLa__radioDesc{color:var(--text-muted);margin-top:1px;font-size:.76rem}.NotificationSettings-module__ltKjLa__sliderRow{border-top:1px solid var(--surface-border);margin-top:8px;padding:8px 0 2px}.NotificationSettings-module__ltKjLa__sliderLabel{color:var(--text-secondary);margin-bottom:6px;font-size:.8rem;display:block}.NotificationSettings-module__ltKjLa__sliderLabel strong{color:var(--gold)}.NotificationSettings-module__ltKjLa__slider{width:100%;accent-color:var(--gold);cursor:pointer}.NotificationSettings-module__ltKjLa__quietHoursRow{align-items:center;gap:8px;margin-top:10px;display:flex}.NotificationSettings-module__ltKjLa__timeLabel{color:var(--text-muted);white-space:nowrap;font-size:.78rem}.NotificationSettings-module__ltKjLa__timeInput{background:var(--bg-secondary,#1a1f2e);border:1px solid var(--surface-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.85rem;font-family:var(--font-body);cursor:pointer;flex:1;padding:6px 8px}.NotificationSettings-module__ltKjLa__timeInput:focus{border-color:var(--gold);outline:none}.NotificationSettings-module__ltKjLa__toggleRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.NotificationSettings-module__ltKjLa__toggle{flex-shrink:0;width:40px;height:22px;position:relative}.NotificationSettings-module__ltKjLa__toggle input{opacity:0;width:0;height:0}.NotificationSettings-module__ltKjLa__toggleSlider{background:var(--surface-border);cursor:pointer;border-radius:22px;transition:background .2s;position:absolute;inset:0}.NotificationSettings-module__ltKjLa__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px}.NotificationSettings-module__ltKjLa__toggle input:checked+.NotificationSettings-module__ltKjLa__toggleSlider{background:var(--gold)}.NotificationSettings-module__ltKjLa__toggle input:checked+.NotificationSettings-module__ltKjLa__toggleSlider:before{transform:translate(18px)}.NotificationSettings-module__ltKjLa__testRow{align-items:center;gap:10px;margin-top:10px;display:flex}.NotificationSettings-module__ltKjLa__testBtn{border:1px solid var(--surface-border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:.78rem;font-family:var(--font-body);white-space:nowrap;background:0 0;padding:5px 14px;transition:all .2s}.NotificationSettings-module__ltKjLa__testBtn:hover:not(:disabled){color:var(--text-primary);border-color:var(--text-muted)}.NotificationSettings-module__ltKjLa__testBtn:disabled{opacity:.5;cursor:not-allowed}.NotificationSettings-module__ltKjLa__testOk{color:#4caf87;font-size:.78rem}.NotificationSettings-module__ltKjLa__testErr{color:var(--text-muted);font-size:.78rem}@media (max-width:420px){.NotificationSettings-module__ltKjLa__modal{max-width:100%}.NotificationSettings-module__ltKjLa__quietHoursRow{flex-wrap:wrap}}
.WordDefinition-module__UrVmBq__closeBtn{color:var(--text-muted);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.WordDefinition-module__UrVmBq__closeBtn:hover{color:var(--text-primary);background:#ffffff1a}.WordDefinition-module__UrVmBq__loading{color:var(--text-secondary);flex-direction:column;align-items:center;gap:16px;padding:32px 0;font-size:.95rem;display:flex}.WordDefinition-module__UrVmBq__spinner{border:3px solid #ffffff1a;border-top-color:var(--gold);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite WordDefinition-module__UrVmBq__spin}@keyframes WordDefinition-module__UrVmBq__spin{to{transform:rotate(360deg)}}.WordDefinition-module__UrVmBq__content{padding:8px 0}.WordDefinition-module__UrVmBq__wordHeader{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.WordDefinition-module__UrVmBq__word{font-family:var(--font-display);color:var(--gold);text-transform:capitalize;margin:0;font-size:1.8rem;font-weight:800}.WordDefinition-module__UrVmBq__phonetic{color:var(--text-muted);font-size:1rem;font-style:italic}.WordDefinition-module__UrVmBq__pos{color:var(--gold);letter-spacing:.03em;background:#ffd7001f;border-radius:20px;margin-bottom:16px;padding:3px 10px;font-size:.8rem;font-weight:600;display:inline-block}.WordDefinition-module__UrVmBq__definition{color:var(--text-primary);margin:0 0 12px;font-size:1rem;line-height:1.6}.WordDefinition-module__UrVmBq__example{color:var(--text-secondary);border-left:2px solid var(--surface-border);margin:0;padding-left:12px;font-size:.9rem;font-style:italic;line-height:1.5}.WordDefinition-module__UrVmBq__newBadge{background:linear-gradient(135deg,var(--gold),var(--amber));color:#1a1a2e;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:3px 8px;font-size:.7rem;font-weight:800;animation:.4s cubic-bezier(.34,1.56,.64,1) WordDefinition-module__UrVmBq__pop}.WordDefinition-module__UrVmBq__meaning{margin-bottom:14px}.WordDefinition-module__UrVmBq__meaning:last-of-type{margin-bottom:8px}.WordDefinition-module__UrVmBq__defEntry{margin-bottom:6px}.WordDefinition-module__UrVmBq__defNum{color:var(--text-muted);margin-right:4px;font-size:.85rem}.WordDefinition-module__UrVmBq__synonyms{color:var(--text-secondary);margin-top:6px;font-size:.82rem;font-style:italic}.WordDefinition-module__UrVmBq__synonymLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-style:normal;font-weight:600}.WordDefinition-module__UrVmBq__etymology{border-radius:var(--radius-md);border-left:3px solid var(--gold-dim);background:#ffffff0a;margin-top:14px;padding:10px 14px}.WordDefinition-module__UrVmBq__etymologyLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--gold-dim);margin-bottom:4px;font-size:.72rem;font-weight:700;display:block}.WordDefinition-module__UrVmBq__etymologyText{color:var(--text-secondary);margin:0;font-size:.88rem;font-style:italic;line-height:1.5}.WordDefinition-module__UrVmBq__mwLink{color:var(--text-muted);border-bottom:1px dotted var(--text-muted);margin-top:14px;font-size:.82rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.WordDefinition-module__UrVmBq__mwLink:hover{color:var(--gold);border-color:var(--gold)}.WordDefinition-module__UrVmBq__notFound{text-align:center;padding:16px 0}.WordDefinition-module__UrVmBq__notFoundText{color:var(--text-muted);margin-top:8px;margin-bottom:14px;font-size:.95rem}@keyframes WordDefinition-module__UrVmBq__pop{0%{opacity:0;transform:scale(.8)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}
.ScoreBreakdown-module__SdyBCq__overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto;background:#0009;justify-content:center;align-items:center;animation:.2s ScoreBreakdown-module__SdyBCq__fadeIn;display:flex;position:fixed;inset:0}.ScoreBreakdown-module__SdyBCq__container{background:var(--bg-secondary,#151822);border:1px solid #ffffff1a;border-radius:16px;width:90%;max-width:380px;padding:24px;animation:.3s cubic-bezier(.22,1,.36,1) ScoreBreakdown-module__SdyBCq__slideUp;box-shadow:0 20px 60px #00000080}.ScoreBreakdown-module__SdyBCq__header{text-align:center;margin-bottom:16px}.ScoreBreakdown-module__SdyBCq__headerLabel{text-transform:uppercase;letter-spacing:.15em;color:#fff6;font-size:.7rem;font-weight:600}.ScoreBreakdown-module__SdyBCq__wordSection{border-bottom:1px solid #ffffff0f;margin-bottom:16px;padding-bottom:12px}.ScoreBreakdown-module__SdyBCq__wordSection:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.ScoreBreakdown-module__SdyBCq__wordTitle{color:var(--gold,gold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:1.1rem;font-weight:800}.ScoreBreakdown-module__SdyBCq__wordTitleBtn{cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;transition:background .15s;display:inline-flex}.ScoreBreakdown-module__SdyBCq__wordTitleBtn:hover{background:#ffd7001f}.ScoreBreakdown-module__SdyBCq__lookupHint{color:var(--gold,gold);vertical-align:middle;opacity:.7;background:#ffd70033;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.65rem;font-weight:700;display:inline-flex}.ScoreBreakdown-module__SdyBCq__lettersRow{flex-wrap:wrap;justify-content:center;gap:4px;margin-bottom:8px;display:flex}.ScoreBreakdown-module__SdyBCq__letterTile{opacity:0;flex-direction:column;align-items:center;gap:2px;animation:.3s forwards ScoreBreakdown-module__SdyBCq__letterReveal;display:flex}.ScoreBreakdown-module__SdyBCq__letterTileInner{color:#2c1810;background:linear-gradient(135deg,#f0e6d2 0%,#d4c5a5 100%);border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:800;display:flex;position:relative;box-shadow:0 2px #a89570,0 3px 4px #0003}.ScoreBreakdown-module__SdyBCq__letterTileInner.ScoreBreakdown-module__SdyBCq__multiplied{box-shadow:0 0 0 2px var(--gold,gold),0 0 12px #ffd7004d,0 2px 0 #a89570}.ScoreBreakdown-module__SdyBCq__letterScore{color:#fffc;font-size:.7rem;font-weight:700}.ScoreBreakdown-module__SdyBCq__letterScoreMultiplied{color:var(--gold,gold)}.ScoreBreakdown-module__SdyBCq__multiplierBadge{color:#fff;border-radius:3px;padding:1px 3px;font-size:.5rem;font-weight:800;position:absolute;top:-6px;right:-6px}.ScoreBreakdown-module__SdyBCq__badgeDL{background:#3498db}.ScoreBreakdown-module__SdyBCq__badgeTL{background:#2ecc71}.ScoreBreakdown-module__SdyBCq__wordTotal{opacity:0;justify-content:flex-end;align-items:center;gap:8px;margin-top:6px;animation:.3s forwards ScoreBreakdown-module__SdyBCq__fadeSlideRight;display:flex}.ScoreBreakdown-module__SdyBCq__wordMultiplier{color:#e74c3c;background:#e74c3c26;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700}.ScoreBreakdown-module__SdyBCq__wordScore{color:#fff;font-size:1.2rem;font-weight:800}.ScoreBreakdown-module__SdyBCq__bonusRow{opacity:0;justify-content:space-between;align-items:center;padding:8px 0;animation:.4s forwards ScoreBreakdown-module__SdyBCq__fadeSlideRight;display:flex}.ScoreBreakdown-module__SdyBCq__bonusLabel{color:#ffffffb3;font-size:.85rem;font-weight:600}.ScoreBreakdown-module__SdyBCq__bonusValue{color:var(--gold,gold);font-size:1rem;font-weight:800}.ScoreBreakdown-module__SdyBCq__grandTotal{opacity:0;border-top:2px solid #ffd70033;justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;animation:.5s forwards ScoreBreakdown-module__SdyBCq__totalReveal;display:flex}.ScoreBreakdown-module__SdyBCq__grandTotalLabel{color:#fff9;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:700}.ScoreBreakdown-module__SdyBCq__grandTotalScore{color:var(--gold,gold);text-shadow:0 0 20px #ffd7004d;font-size:2rem;font-weight:900}.ScoreBreakdown-module__SdyBCq__celebration{text-align:center;opacity:0;margin-top:12px;font-size:.85rem;font-weight:700;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards ScoreBreakdown-module__SdyBCq__celebrationPop}.ScoreBreakdown-module__SdyBCq__celebration.ScoreBreakdown-module__SdyBCq__high{color:gold}.ScoreBreakdown-module__SdyBCq__celebration.ScoreBreakdown-module__SdyBCq__bingo{color:#2ecc71;font-size:1rem}.ScoreBreakdown-module__SdyBCq__dismiss{text-align:center;color:#ffffff40;margin-top:16px;font-size:.7rem}@keyframes ScoreBreakdown-module__SdyBCq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ScoreBreakdown-module__SdyBCq__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ScoreBreakdown-module__SdyBCq__letterReveal{0%{opacity:0;transform:translateY(-10px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ScoreBreakdown-module__SdyBCq__fadeSlideRight{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes ScoreBreakdown-module__SdyBCq__totalReveal{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes ScoreBreakdown-module__SdyBCq__celebrationPop{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.ScoreBreakdown-module__SdyBCq__overlay,.ScoreBreakdown-module__SdyBCq__container{animation:none}.ScoreBreakdown-module__SdyBCq__letterTile,.ScoreBreakdown-module__SdyBCq__wordTotal,.ScoreBreakdown-module__SdyBCq__bonusRow,.ScoreBreakdown-module__SdyBCq__grandTotal,.ScoreBreakdown-module__SdyBCq__celebration{opacity:1;animation:none}}
.ChallengeButton-module__ntNtdW__wrapper{width:100%;margin-bottom:6px}.ChallengeButton-module__ntNtdW__bar{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#101424d9;border:1px solid #ffd7004d;transition:border-color .3s;position:relative;overflow:hidden}.ChallengeButton-module__ntNtdW__bar.ChallengeButton-module__ntNtdW__urgent{border-color:#e74c3c80;animation:1s ease-in-out infinite ChallengeButton-module__ntNtdW__urgentPulse}.ChallengeButton-module__ntNtdW__progressFill{pointer-events:none;background:linear-gradient(90deg,#ffd70014,#ffa5000a);transition:width .25s linear;position:absolute;inset:0}.ChallengeButton-module__ntNtdW__progressFill.ChallengeButton-module__ntNtdW__progressUrgent{background:linear-gradient(90deg,#e74c3c26,#c0392b0d)}.ChallengeButton-module__ntNtdW__content{justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex;position:relative}.ChallengeButton-module__ntNtdW__left{align-items:baseline;gap:6px;display:flex}.ChallengeButton-module__ntNtdW__timer{font-variant-numeric:tabular-nums;color:var(--gold);min-width:32px;font-size:1.1rem;font-weight:800;line-height:1}.ChallengeButton-module__ntNtdW__timer.ChallengeButton-module__ntNtdW__timerUrgent{color:#e74c3c}.ChallengeButton-module__ntNtdW__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.ChallengeButton-module__ntNtdW__challengeBtn{border-radius:var(--radius-md);color:var(--gold);cursor:pointer;white-space:nowrap;background:#ffd7001a;border:1px solid #ffd70066;flex-shrink:0;padding:6px 16px;font-size:.85rem;font-weight:700;transition:all .15s}.ChallengeButton-module__ntNtdW__challengeBtn:hover:not(:disabled){border-color:var(--gold);background:#ffd70033;transform:translateY(-1px);box-shadow:0 3px 12px #ffd70033}.ChallengeButton-module__ntNtdW__challengeBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ChallengeButton-module__ntNtdW__result{border-radius:var(--radius-md);align-items:center;gap:10px;padding:10px 14px;font-size:.85rem;font-weight:600;animation:.3s ease-out ChallengeButton-module__ntNtdW__slideIn;display:flex}.ChallengeButton-module__ntNtdW__resultSuccess{color:#2ecc71;background:#2ecc7126;border:1px solid #2ecc714d}.ChallengeButton-module__ntNtdW__resultFailed{color:#e74c3c;background:#e74c3c26;border:1px solid #e74c3c4d}.ChallengeButton-module__ntNtdW__resultIcon{flex-shrink:0;font-size:1.1rem}.ChallengeButton-module__ntNtdW__resultMsg{line-height:1.3}@keyframes ChallengeButton-module__ntNtdW__urgentPulse{0%,to{box-shadow:0 0 #e74c3c00}50%{box-shadow:0 0 0 3px #e74c3c33}}@keyframes ChallengeButton-module__ntNtdW__slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ChallengeButton-module__ntNtdW__challengeButton.ChallengeButton-module__ntNtdW__urgent,.ChallengeButton-module__ntNtdW__resultBanner{animation:none}}
.Leaderboard-module___lR_sq__page{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);background-image:radial-gradient(circle at 10% 20%,#14142866 0%,#0000 60%),radial-gradient(circle at 90% 80%,#32281433 0%,#0000 60%);flex-direction:column;display:flex}.Leaderboard-module___lR_sq__container{flex:1;width:100%;max-width:700px;margin:0 auto;padding:24px 20px}.Leaderboard-module___lR_sq__title{text-align:center;background:linear-gradient(135deg,var(--gold),orange);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:1.8rem;font-weight:800}.Leaderboard-module___lR_sq__subtitle{text-align:center;color:var(--text-muted);margin-bottom:24px;font-size:.85rem}.Leaderboard-module___lR_sq__tabs{border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:#10142499;gap:4px;margin-bottom:20px;padding:4px;display:flex}.Leaderboard-module___lR_sq__tab{border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:1;padding:10px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.Leaderboard-module___lR_sq__tab:hover{color:var(--text-primary);background:#ffffff0d}.Leaderboard-module___lR_sq__tabActive{color:var(--gold);background:#ffd70026}.Leaderboard-module___lR_sq__playerRank{text-align:center;border-radius:var(--radius-lg);color:var(--gold);background:#ffd70014;border:1px solid #ffd70033;margin-bottom:16px;padding:12px;font-weight:600}.Leaderboard-module___lR_sq__table{border:1px solid var(--surface-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#10142499;width:100%;overflow:hidden}.Leaderboard-module___lR_sq__tableHeader{border-bottom:1px solid var(--surface-border);text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);background:#ffffff08;grid-template-columns:50px 1fr 100px 80px;padding:12px 16px;font-size:.75rem;font-weight:700;display:grid}.Leaderboard-module___lR_sq__tableRow{border-bottom:1px solid #ffffff08;grid-template-columns:50px 1fr 100px 80px;align-items:center;padding:12px 16px;transition:background .15s;display:grid}.Leaderboard-module___lR_sq__tableRow:hover{background:#ffffff05}.Leaderboard-module___lR_sq__tableRow:last-child{border-bottom:none}.Leaderboard-module___lR_sq__tableRowHighlight{background:#ffd7000d}.Leaderboard-module___lR_sq__rank{color:var(--text-muted);font-weight:700}.Leaderboard-module___lR_sq__rankGold{color:var(--gold);font-size:1.1rem}.Leaderboard-module___lR_sq__rankSilver{color:silver;font-size:1.05rem}.Leaderboard-module___lR_sq__rankBronze{color:#cd7f32;font-size:1.05rem}.Leaderboard-module___lR_sq__playerName{color:var(--text-primary);font-weight:600}.Leaderboard-module___lR_sq__streak{color:var(--text-muted);margin-left:8px;font-size:.8rem}.Leaderboard-module___lR_sq__score{color:var(--gold);text-align:right;font-weight:700}.Leaderboard-module___lR_sq__extraInfo{color:var(--text-muted);text-align:right;font-size:.8rem}.Leaderboard-module___lR_sq__emptyState{text-align:center;color:var(--text-muted);padding:40px}.Leaderboard-module___lR_sq__backLink{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:20px;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.Leaderboard-module___lR_sq__backLink:hover{color:var(--gold)}.Leaderboard-module___lR_sq__loadingScreen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;min-height:50vh;display:flex}.Leaderboard-module___lR_sq__loadingSpinner{border:3px solid #ffffff1a;border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;animation:1s linear infinite Leaderboard-module___lR_sq__spin}@media (max-width:600px){.Leaderboard-module___lR_sq__container{padding:16px 12px}.Leaderboard-module___lR_sq__tableHeader,.Leaderboard-module___lR_sq__tableRow{grid-template-columns:40px 1fr 80px 60px;padding:10px 12px;font-size:.85rem}.Leaderboard-module___lR_sq__title{font-size:1.4rem}}
.WordOfTheDay-module__IZ7ETW__wotdCard{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);background:#14141966;border:1px solid #ffd70033;width:100%;max-width:900px;margin:0 auto 32px;padding:24px;animation:.8s ease-out .6s backwards WordOfTheDay-module__IZ7ETW__slideUp;position:relative;overflow:hidden}.WordOfTheDay-module__IZ7ETW__wotdCard:before{content:"";background:linear-gradient(90deg,var(--gold),var(--amber),var(--gold));background-size:200% 100%;height:3px;animation:3s linear infinite WordOfTheDay-module__IZ7ETW__shimmer;position:absolute;top:0;left:0;right:0}.WordOfTheDay-module__IZ7ETW__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.WordOfTheDay-module__IZ7ETW__badge{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--gold);background:#ffd7001a;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:700}.WordOfTheDay-module__IZ7ETW__bonus{color:var(--success);font-size:.85rem;font-weight:700}.WordOfTheDay-module__IZ7ETW__wordRow{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.WordOfTheDay-module__IZ7ETW__word{font-family:var(--font-display);color:var(--text-primary);text-transform:capitalize;margin:0;font-size:2rem;font-weight:800}.WordOfTheDay-module__IZ7ETW__phonetic{color:var(--text-muted);font-size:1rem;font-style:italic}.WordOfTheDay-module__IZ7ETW__pos{color:var(--text-secondary);background:#ffffff0f;border-radius:20px;margin-bottom:12px;padding:2px 10px;font-size:.8rem;font-weight:500;display:inline-block}.WordOfTheDay-module__IZ7ETW__revealBtn{border-radius:var(--radius-md);width:100%;color:var(--gold);cursor:pointer;background:#ffd70014;border:1px dashed #ffd7004d;margin-bottom:12px;padding:10px;font-size:.9rem;font-weight:600;transition:all .2s}.WordOfTheDay-module__IZ7ETW__revealBtn:hover{border-color:var(--gold);background:#ffd70026}.WordOfTheDay-module__IZ7ETW__definition{color:var(--text-primary);margin:0 0 12px;font-size:.95rem;line-height:1.6;animation:.3s ease-out WordOfTheDay-module__IZ7ETW__fadeIn}.WordOfTheDay-module__IZ7ETW__hint{color:var(--text-muted);text-align:center;margin:0;font-size:.8rem}@keyframes WordOfTheDay-module__IZ7ETW__shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes WordOfTheDay-module__IZ7ETW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes WordOfTheDay-module__IZ7ETW__fadeIn{0%{opacity:0}to{opacity:1}}
.WordSuggestions-module__cjIeBG__panel{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);margin-bottom:8px;animation:.2s WordSuggestions-module__cjIeBG__fadeIn;overflow:hidden}.WordSuggestions-module__cjIeBG__header{border-bottom:1px solid var(--surface-border);background:#ffd70014;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.WordSuggestions-module__cjIeBG__title{font-family:var(--font-display);color:var(--gold);letter-spacing:.02em;align-items:center;gap:4px;font-size:.85rem;font-weight:700;display:flex}.WordSuggestions-module__cjIeBG__collapseArrow{opacity:.7;font-size:.65rem;transition:transform .15s}.WordSuggestions-module__cjIeBG__closeBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:2px 6px;font-size:.85rem;line-height:1;transition:color .15s}.WordSuggestions-module__cjIeBG__closeBtn:hover{color:var(--text-primary)}.WordSuggestions-module__cjIeBG__loading{color:var(--text-secondary);align-items:center;gap:8px;padding:12px 14px;font-size:.85rem;display:flex}.WordSuggestions-module__cjIeBG__spinner{border:2px solid var(--surface-border);border-top-color:var(--gold);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite WordSuggestions-module__cjIeBG__spin;display:inline-block}@keyframes WordSuggestions-module__cjIeBG__spin{to{transform:rotate(360deg)}}.WordSuggestions-module__cjIeBG__list{margin:0;padding:4px 0;list-style:none}.WordSuggestions-module__cjIeBG__item{cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:7px 12px;transition:background .15s;display:flex}.WordSuggestions-module__cjIeBG__item:hover{background:var(--surface-hover)}.WordSuggestions-module__cjIeBG__itemSelected{border-left:2px solid var(--gold);background:#ffd7000f}.WordSuggestions-module__cjIeBG__itemLeft{align-items:center;gap:8px;min-width:0;display:flex}.WordSuggestions-module__cjIeBG__rank{color:var(--text-muted);flex-shrink:0;width:18px;font-size:.7rem}.WordSuggestions-module__cjIeBG__word{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.06em;text-transform:uppercase;font-size:.95rem;font-weight:800;line-height:1.2;display:block}.WordSuggestions-module__cjIeBG__pos{color:var(--text-muted);font-size:.72rem;line-height:1.2;display:block}.WordSuggestions-module__cjIeBG__itemRight{flex-shrink:0;align-items:center;gap:4px;display:flex}.WordSuggestions-module__cjIeBG__score{font-family:var(--font-display);color:var(--gold);font-size:1rem;font-weight:800;line-height:1}.WordSuggestions-module__cjIeBG__pts{color:var(--text-muted);margin-right:4px;font-size:.72rem}.WordSuggestions-module__cjIeBG__applyBtn{background:linear-gradient(135deg,var(--gold),var(--amber));color:#0b0e17;border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;font-family:var(--font-body);cursor:pointer;border:none;padding:4px 10px;transition:opacity .15s,transform .1s}.WordSuggestions-module__cjIeBG__applyBtn:hover{opacity:.9;transform:translateY(-1px)}.WordSuggestions-module__cjIeBG__applyBtn:active{transform:scale(.96)}.WordSuggestions-module__cjIeBG__empty{color:var(--text-muted);text-align:center;padding:12px 14px;font-size:.85rem}
.Challenge-module__r5w3ka__challengePage{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);background-image:radial-gradient(circle at 10% 20%,#14142866 0%,#0000 60%),radial-gradient(circle at 90% 80%,#32281433 0%,#0000 60%);flex-direction:column;display:flex}.Challenge-module__r5w3ka__container{flex-direction:column;flex:1;align-items:center;gap:16px;width:100%;max-width:900px;margin:0 auto;padding:20px;display:flex}.Challenge-module__r5w3ka__timerBar{border:1px solid var(--surface-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#101424cc;justify-content:space-between;align-items:center;width:100%;padding:12px 20px;display:flex}.Challenge-module__r5w3ka__timerLeft{align-items:center;gap:12px;display:flex}.Challenge-module__r5w3ka__timerClock{font-variant-numeric:tabular-nums;color:var(--gold);min-width:80px;font-size:2rem;font-weight:800}.Challenge-module__r5w3ka__timerClock.Challenge-module__r5w3ka__timerWarning{color:#e74c3c;animation:.5s infinite Challenge-module__r5w3ka__pulse}.Challenge-module__r5w3ka__timerLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.Challenge-module__r5w3ka__timerProgress{background:#ffffff1a;border-radius:3px;flex:1;height:6px;margin:0 20px;overflow:hidden}.Challenge-module__r5w3ka__timerProgressFill{background:linear-gradient(90deg,var(--gold),orange);border-radius:3px;height:100%;transition:width 1s linear}.Challenge-module__r5w3ka__timerProgressFill.Challenge-module__r5w3ka__progressWarning{background:linear-gradient(90deg,#e74c3c,#c0392b)}.Challenge-module__r5w3ka__scoreDisplay{flex-direction:column;align-items:flex-end;display:flex}.Challenge-module__r5w3ka__scoreValue{color:var(--gold);font-size:1.5rem;font-weight:800}.Challenge-module__r5w3ka__scoreLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.Challenge-module__r5w3ka__wordsFound{border:1px solid var(--surface-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#10142499;width:100%;padding:12px 16px}.Challenge-module__r5w3ka__wordsFoundHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.Challenge-module__r5w3ka__wordsFoundTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-size:.85rem;font-weight:700}.Challenge-module__r5w3ka__wordsFoundCount{color:var(--gold);font-size:.85rem;font-weight:600}.Challenge-module__r5w3ka__wordsList{flex-wrap:wrap;gap:8px;display:flex}.Challenge-module__r5w3ka__wordChip{color:var(--text-primary);background:#ffd7001a;border:1px solid #ffd70033;border-radius:20px;padding:4px 12px;font-family:monospace;font-size:.85rem;animation:.3s ease-out Challenge-module__r5w3ka__fadeIn}.Challenge-module__r5w3ka__wordChipScore{color:var(--gold);margin-left:6px;font-weight:700}.Challenge-module__r5w3ka__controlsBar{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;display:flex}.Challenge-module__r5w3ka__controlBtn{border:1px solid var(--surface-border);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#101424cc;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.Challenge-module__r5w3ka__controlBtn:hover{border-color:var(--gold);background:#ffd7001a}.Challenge-module__r5w3ka__controlBtn:disabled{opacity:.4;cursor:not-allowed}.Challenge-module__r5w3ka__submitBtn{background:linear-gradient(135deg,var(--gold),orange);color:#000;border:none;padding:10px 28px;font-weight:700}.Challenge-module__r5w3ka__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 20px #ffd7004d}.Challenge-module__r5w3ka__finishBtn{color:#fff;background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;font-weight:700}.Challenge-module__r5w3ka__messageToast{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;padding:10px 24px;font-size:.9rem;font-weight:600;animation:.3s ease-out Challenge-module__r5w3ka__slideDown;position:fixed;top:80px;left:50%;transform:translate(-50%)}.Challenge-module__r5w3ka__messageError{color:#fff;background:#e74c3ce6}.Challenge-module__r5w3ka__messageSuccess{color:#fff;background:#2ecc71e6}.Challenge-module__r5w3ka__resultsOverlay{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;animation:.3s ease-out Challenge-module__r5w3ka__fadeIn;display:flex;position:fixed;inset:0}.Challenge-module__r5w3ka__resultsCard{background:var(--surface-primary);border:1px solid var(--surface-border);border-radius:var(--radius-xl);text-align:center;width:calc(100% - 40px);max-width:480px;padding:32px;animation:.4s ease-out Challenge-module__r5w3ka__slideUp}.Challenge-module__r5w3ka__resultsTitle{background:linear-gradient(135deg,var(--gold),orange);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:1.8rem;font-weight:800}.Challenge-module__r5w3ka__resultsDate{color:var(--text-muted);margin-bottom:24px;font-size:.85rem}.Challenge-module__r5w3ka__resultsStat{border-bottom:1px solid var(--surface-border);justify-content:space-between;padding:12px 0;font-size:1rem;display:flex}.Challenge-module__r5w3ka__resultsStat:last-child{border-bottom:none}.Challenge-module__r5w3ka__resultsStatLabel{color:var(--text-muted)}.Challenge-module__r5w3ka__resultsStatValue{color:var(--gold);font-weight:700}.Challenge-module__r5w3ka__resultsRank{border-radius:var(--radius-lg);background:#ffd7001a;border:1px solid #ffd70033;margin-top:20px;padding:16px}.Challenge-module__r5w3ka__resultsRankNum{color:var(--gold);font-size:2rem;font-weight:800}.Challenge-module__r5w3ka__resultsRankLabel{color:var(--text-muted);font-size:.85rem}.Challenge-module__r5w3ka__resultsActions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}.Challenge-module__r5w3ka__resultsBtn{border-radius:var(--radius-md);cursor:pointer;border:1px solid var(--surface-border);color:var(--text-primary);background:#101424cc;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .2s}.Challenge-module__r5w3ka__resultsBtn:hover{border-color:var(--gold);background:#ffd7001a}.Challenge-module__r5w3ka__resultsBtnPrimary{background:linear-gradient(135deg,var(--gold),orange);color:#000;border:none}.Challenge-module__r5w3ka__shareCard{background:var(--bg-primary);border:1px solid var(--surface-border);border-radius:var(--radius-md);white-space:pre-line;text-align:left;color:var(--text-secondary);margin-top:16px;padding:16px;font-family:monospace;font-size:.85rem}.Challenge-module__r5w3ka__loadingScreen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;min-height:50vh;display:flex}.Challenge-module__r5w3ka__loadingSpinner{border:4px solid #ffffff1a;border-top-color:var(--gold);border-radius:50%;width:50px;height:50px;animation:1s linear infinite Challenge-module__r5w3ka__spin}.Challenge-module__r5w3ka__alreadyPlayed{text-align:center;padding:40px 20px}.Challenge-module__r5w3ka__alreadyPlayedTitle{color:var(--gold);margin-bottom:8px;font-size:1.5rem;font-weight:800}.Challenge-module__r5w3ka__alreadyPlayedScore{color:var(--gold);margin:16px 0;font-size:3rem;font-weight:800}.Challenge-module__r5w3ka__alreadyPlayedLabel{color:var(--text-muted);font-size:.9rem}@media (max-width:700px){.Challenge-module__r5w3ka__container{gap:12px;padding:12px}.Challenge-module__r5w3ka__timerBar{flex-wrap:wrap;gap:8px;padding:10px 14px}.Challenge-module__r5w3ka__timerProgress{flex-basis:100%;order:3;margin:0}.Challenge-module__r5w3ka__timerClock{font-size:1.5rem}.Challenge-module__r5w3ka__controlsBar{gap:6px}.Challenge-module__r5w3ka__controlBtn{padding:8px 14px;font-size:.85rem}}@keyframes Challenge-module__r5w3ka__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes Challenge-module__r5w3ka__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Challenge-module__r5w3ka__fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.Challenge-module__r5w3ka__challengeBanner,.Challenge-module__r5w3ka__challengeToast{animation:none}}
.GamePage-module__f7yA-G__gamePage{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);background-image:radial-gradient(circle at 10% 20%,#14142866 0%,#0000 60%),radial-gradient(circle at 90% 80%,#32281433 0%,#0000 60%);flex-direction:column;display:flex;overflow:hidden}.GamePage-module__f7yA-G__gameContainer{flex:1;grid-template-columns:320px 1fr 340px;gap:20px;height:calc(100vh - 70px);padding:20px;display:grid;overflow:hidden}.GamePage-module__f7yA-G__leftPanel{flex-direction:column;gap:20px;padding-right:4px;display:flex;overflow-y:auto}.GamePage-module__f7yA-G__moveHistory{border:1px solid var(--surface-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#10142499;flex-direction:column;flex:1;padding:16px;display:flex}.GamePage-module__f7yA-G__moveHistoryTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);border-bottom:1px solid var(--surface-border);margin-bottom:12px;padding-bottom:8px;font-size:.9rem;font-weight:700}.GamePage-module__f7yA-G__moveItem{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:8px 0;font-size:.9rem;display:flex}.GamePage-module__f7yA-G__moveItem:last-child{border-bottom:none}.GamePage-module__f7yA-G__movePlayer{color:var(--text-secondary);font-weight:600}.GamePage-module__f7yA-G__moveWords{color:var(--text-primary);flex:1;padding:0 6px;font-family:monospace}.GamePage-module__f7yA-G__wordTag{color:var(--text-primary);font-family:monospace;font-size:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin:0;padding:0;-webkit-text-decoration:underline #ffd7004d;text-decoration:underline #ffd7004d;transition:color .15s,text-decoration-color .15s}.GamePage-module__f7yA-G__wordTag:hover{color:var(--gold);-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold)}.GamePage-module__f7yA-G__moveScore{color:var(--gold);font-weight:700}.GamePage-module__f7yA-G__moveType{color:var(--text-muted);font-size:.8rem;font-style:italic}.GamePage-module__f7yA-G__vocabPanel{border:1px solid var(--surface-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);background:#10142499;margin-top:10px;padding:12px 16px}.GamePage-module__f7yA-G__vocabHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.GamePage-module__f7yA-G__vocabTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-size:.8rem;font-weight:700}.GamePage-module__f7yA-G__vocabTotal{color:var(--gold);font-size:.8rem;font-weight:700}.GamePage-module__f7yA-G__vocabWeekly{align-items:center;gap:8px;display:flex}.GamePage-module__f7yA-G__vocabWeeklyLabel{color:var(--text-muted);flex-shrink:0;font-size:.75rem}.GamePage-module__f7yA-G__weeklyBar{background:#ffffff14;border-radius:3px;flex:1;height:5px;overflow:hidden}.GamePage-module__f7yA-G__weeklyFill{background:linear-gradient(90deg,var(--gold-dim),var(--gold));border-radius:3px;height:100%;transition:width .5s ease-out}.GamePage-module__f7yA-G__vocabWeeklyCount{color:var(--text-secondary);text-align:right;flex-shrink:0;min-width:28px;font-size:.75rem;font-weight:700}.GamePage-module__f7yA-G__challengeComplete{color:var(--gold);text-align:center;margin-top:8px;font-size:.8rem;font-weight:700;animation:.4s ease-out GamePage-module__f7yA-G__fadeIn}.GamePage-module__f7yA-G__centerPanel{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding-bottom:20px;display:flex;position:relative}.GamePage-module__f7yA-G__turnBanner{color:var(--gold);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffd7001a;border:1px solid #ffd7004d;border-radius:50px;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:600;animation:.4s ease-out backwards GamePage-module__f7yA-G__slideDown;display:flex;box-shadow:0 4px 20px #0003}.GamePage-module__f7yA-G__myTurn{border-color:var(--gold);color:#fff;text-shadow:0 2px 4px #00000080;background:linear-gradient(90deg,#ffd70026 0%,#ffa50026 100%);animation:2s infinite GamePage-module__f7yA-G__pulse}.GamePage-module__f7yA-G__opponentTurn{border-color:var(--surface-border);color:var(--text-muted);background:#ffffff0d}.GamePage-module__f7yA-G__waitingBanner{color:#3498db;background:#3498db1a;border-color:#3498db4d}.GamePage-module__f7yA-G__rightPanel{flex-direction:column;height:100%;display:flex}.GamePage-module__f7yA-G__loadingScreen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;min-height:50vh;display:flex}.GamePage-module__f7yA-G__loadingSpinner{border:4px solid #ffffff1a;border-top-color:var(--gold);border-radius:50%;width:50px;height:50px;animation:1s linear infinite GamePage-module__f7yA-G__spin}.GamePage-module__f7yA-G__loadingText{color:var(--text-secondary);font-size:1.1rem}@media (max-width:1100px){.GamePage-module__f7yA-G__gameContainer{grid-template-rows:1fr auto;grid-template-columns:280px 1fr}.GamePage-module__f7yA-G__rightPanel{z-index:50;width:320px;height:auto;position:fixed;bottom:20px;right:20px}}@media (max-width:900px){.GamePage-module__f7yA-G__gameContainer{flex-direction:column;height:auto;padding-bottom:80px;display:flex}.GamePage-module__f7yA-G__leftPanel{flex-flow:wrap;order:2}.GamePage-module__f7yA-G__centerPanel{order:1}.GamePage-module__f7yA-G__moveHistory{width:100%;max-height:200px}.GamePage-module__f7yA-G__rightPanel{width:calc(100% - 40px);bottom:10px;left:20px;right:20px}}@media (orientation:landscape) and (max-height:500px){.GamePage-module__f7yA-G__gamePage{-webkit-overflow-scrolling:touch;overflow-y:auto}.GamePage-module__f7yA-G__gameContainer{grid-template-rows:auto;grid-template-columns:1fr auto;gap:8px;height:auto;min-height:calc(100vh - 50px);padding:8px;display:grid;overflow:visible}.GamePage-module__f7yA-G__centerPanel{order:1;gap:6px;padding-bottom:8px}.GamePage-module__f7yA-G__leftPanel{flex-direction:column;order:2;gap:8px;max-width:200px;max-height:calc(100vh - 50px);overflow-y:auto}.GamePage-module__f7yA-G__moveHistory{max-height:150px}.GamePage-module__f7yA-G__rightPanel{display:none}.GamePage-module__f7yA-G__turnBanner{padding:6px 16px;font-size:.8rem}}@media (orientation:landscape) and (min-height:501px) and (max-height:800px) and (max-width:1100px){.GamePage-module__f7yA-G__gameContainer{grid-template-columns:1fr 260px;gap:12px;padding:12px}.GamePage-module__f7yA-G__centerPanel{gap:8px}}
.Help-module__fd4x0G__helpPage{max-width:800px;margin:0 auto;padding:30px 20px 60px}.Help-module__fd4x0G__helpTitle{font-family:var(--font-display);text-align:center;background:linear-gradient(135deg,var(--gold),var(--amber));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2rem;font-weight:800}.Help-module__fd4x0G__helpSubtitle{text-align:center;color:var(--text-secondary);margin-bottom:32px;font-size:.95rem}.Help-module__fd4x0G__section{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);margin-bottom:16px;padding:24px}.Help-module__fd4x0G__sectionTitle{font-family:var(--font-display);align-items:center;gap:8px;margin-bottom:12px;font-size:1.2rem;font-weight:700;display:flex}.Help-module__fd4x0G__sectionContent{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.Help-module__fd4x0G__sectionContent p{margin-bottom:8px}.Help-module__fd4x0G__sectionContent ul{padding:0;list-style:none}.Help-module__fd4x0G__sectionContent li{padding:4px 0 4px 20px;position:relative}.Help-module__fd4x0G__sectionContent li:before{content:"→";color:var(--gold);position:absolute;left:0}.Help-module__fd4x0G__squareInfo{grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;display:grid}.Help-module__fd4x0G__squareItem{border-radius:var(--radius-sm);align-items:center;gap:10px;padding:8px 12px;font-size:.85rem;display:flex}.Help-module__fd4x0G__squareSwatch{width:32px;height:32px;font-family:var(--font-display);color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.Help-module__fd4x0G__tileTable{border-collapse:collapse;width:100%;margin-top:10px}.Help-module__fd4x0G__tileTable th,.Help-module__fd4x0G__tileTable td{text-align:center;border-bottom:1px solid var(--surface-border);padding:6px 10px;font-size:.8rem}.Help-module__fd4x0G__tileTable th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:600}.Help-module__fd4x0G__tileTable td:first-child{font-family:var(--font-display);color:var(--gold);font-weight:800}.Help-module__fd4x0G__backBtn{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:20px;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Help-module__fd4x0G__backBtn:hover{color:var(--gold)}@media (max-width:600px){.Help-module__fd4x0G__helpPage{padding:20px 12px 40px}.Help-module__fd4x0G__helpTitle{font-size:1.5rem}.Help-module__fd4x0G__section{padding:16px}.Help-module__fd4x0G__squareInfo{grid-template-columns:1fr}}
.Landing-module__lTnIja__landingPage{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.Landing-module__lTnIja__landingPage:before{content:"";filter:blur(80px);z-index:0;background:radial-gradient(circle,#ffd70014 0%,#0000 70%);width:50%;height:50%;animation:20s ease-in-out infinite Landing-module__lTnIja__float;position:absolute;top:-20%;left:-10%}.Landing-module__lTnIja__landingPage:after{content:"";filter:blur(100px);z-index:0;background:radial-gradient(circle,#3498db1a 0%,#0000 70%);width:40%;height:40%;animation:25s ease-in-out infinite reverse Landing-module__lTnIja__float;position:absolute;bottom:-10%;right:-5%}.Landing-module__lTnIja__hero{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px 20px;display:flex;position:relative}.Landing-module__lTnIja__tileShowcase{perspective:1000px;gap:12px;margin-bottom:40px;display:flex}.Landing-module__lTnIja__showcaseTile{width:60px;height:60px;font-family:var(--font-display);color:#2c1810;text-shadow:0 1px #fff6;background:linear-gradient(135deg,#f0e6d2 0%,#d4c5a5 100%);border-radius:12px;justify-content:center;align-items:center;font-size:2rem;font-weight:800;animation:.6s cubic-bezier(.175,.885,.32,1.275) backwards Landing-module__lTnIja__pop;display:flex;position:relative;box-shadow:0 6px #b8860b,0 10px 20px #0000004d}.Landing-module__lTnIja__showcaseTile:first-child{animation-delay:.1s;transform:rotate(-5deg)}.Landing-module__lTnIja__showcaseTile:nth-child(2){animation-delay:.2s;transform:rotate(3deg)}.Landing-module__lTnIja__showcaseTile:nth-child(3){animation-delay:.3s;transform:rotate(-3deg)}.Landing-module__lTnIja__showcaseTile:nth-child(4){animation-delay:.4s;transform:rotate(5deg)}.Landing-module__lTnIja__showcaseTile:nth-child(5){animation-delay:.5s;transform:rotate(-2deg)}.Landing-module__lTnIja__showcasePoints{color:#2c181099;font-size:.7rem;font-weight:700;position:absolute;bottom:4px;right:4px}.Landing-module__lTnIja__title{background:linear-gradient(#fff 0%,#e0e0e0 100%);-webkit-text-fill-color:transparent;text-shadow:0 10px 30px #00000080;letter-spacing:-2px;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:4rem;font-weight:900;line-height:1.1}.Landing-module__lTnIja__subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin-bottom:48px;font-size:1.2rem;line-height:1.6;animation:.8s ease-out .2s backwards Landing-module__lTnIja__slideUp}.Landing-module__lTnIja__heroTitleGold{color:var(--gold);-webkit-text-fill-color:initial;background:linear-gradient(135deg,var(--gold)0%,var(--amber)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Landing-module__lTnIja__actionsSection{width:100%;margin-bottom:40px;padding:0 20px}.Landing-module__lTnIja__actionsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;width:100%;max-width:900px;margin:0 auto;animation:.8s ease-out .4s backwards Landing-module__lTnIja__slideUp;display:grid}.Landing-module__lTnIja__card{border:1px solid var(--surface-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14141966;flex-direction:column;gap:16px;padding:24px;transition:transform .3s,box-shadow .3s;display:flex}.Landing-module__lTnIja__card:hover{background:#1e1e2880;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 20px 40px #0006}.Landing-module__lTnIja__cardTitle{color:var(--text-primary);align-items:center;gap:10px;font-size:1.4rem;font-weight:700;display:flex}.Landing-module__lTnIja__cardDesc{color:var(--text-secondary);min-height:2.8em;font-size:.9rem;line-height:1.4}.Landing-module__lTnIja__input{border:1px solid var(--surface-border);border-radius:var(--radius-md);color:var(--text-primary);background:#0000004d;width:100%;padding:12px 16px;font-size:1rem;transition:all .2s}.Landing-module__lTnIja__input:focus{border-color:var(--gold);background:#00000080;outline:none;box-shadow:0 0 0 3px #ffd7001a}.Landing-module__lTnIja__inputCode{text-transform:uppercase;letter-spacing:2px;font-family:monospace;font-weight:700}.Landing-module__lTnIja__aiGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.Landing-module__lTnIja__aiCard{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;text-align:center;background:#0003;border:2px solid #0000;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;transition:all .2s;display:flex}.Landing-module__lTnIja__aiCard:hover{background:#ffffff0d;border-color:#ffffff1a}.Landing-module__lTnIja__aiCard.Landing-module__lTnIja__aiSelected{border-color:var(--ai-color);background:#ffffff0f;box-shadow:0 0 20px #ffffff0d,inset 0 0 30px #ffffff08}@supports (background:color-mix(in srgb, red 10%, transparent)){.Landing-module__lTnIja__aiCard.Landing-module__lTnIja__aiSelected{background:color-mix(in srgb,var(--ai-color)10%,transparent);box-shadow:0 0 20px color-mix(in srgb,var(--ai-color)25%,transparent)}}.Landing-module__lTnIja__aiAvatar{font-size:1.8rem;line-height:1}.Landing-module__lTnIja__aiName{color:var(--text-primary);white-space:nowrap;font-size:.8rem;font-weight:700}.Landing-module__lTnIja__aiTagline{color:var(--text-muted);font-size:.65rem;line-height:1.2}.Landing-module__lTnIja__dictionarySelect{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;font-size:1rem;font-family:var(--font-body);background:#ffffff0d;border:1px solid #ffffff1a;outline:none;margin-bottom:20px;padding:12px;transition:all .3s}.Landing-module__lTnIja__dictionarySelect:focus{border-color:var(--gold);background:#ffffff14}.Landing-module__lTnIja__dictionarySelect option{background:var(--bg-primary);color:var(--text-primary)}.Landing-module__lTnIja__btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;margin-top:8px;padding:14px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.Landing-module__lTnIja__btn:disabled{opacity:.6;cursor:not-allowed;filter:grayscale()}.Landing-module__lTnIja__createBtn{background:linear-gradient(135deg,var(--gold),var(--amber));color:#2c1810;box-shadow:0 4px 15px #ffd70033}.Landing-module__lTnIja__createBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.Landing-module__lTnIja__pvcBtn{color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 4px 15px #3498db4d}.Landing-module__lTnIja__pvcBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3498db80}.Landing-module__lTnIja__challengeBtn{color:#fff;background:linear-gradient(135deg,#2ecc71,#27ae60);box-shadow:0 4px 15px #2ecc714d}.Landing-module__lTnIja__challengeBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2ecc7180}.Landing-module__lTnIja__joinBtn{background:var(--surface-hover);border:1px solid var(--surface-border);color:var(--text-primary)}.Landing-module__lTnIja__joinBtn:hover:not(:disabled){background:var(--surface-border);border-color:var(--text-secondary)}.Landing-module__lTnIja__error{color:var(--error);border-radius:var(--radius-md);text-align:center;background:#e74c3c1a;border:1px solid #e74c3c33;max-width:600px;margin:20px auto;padding:12px;animation:.3s ease-out Landing-module__lTnIja__slideUp}.Landing-module__lTnIja__features{text-align:center;width:100%;max-width:1000px;margin:60px auto;padding:0 20px}.Landing-module__lTnIja__featuresTitle{color:var(--text-primary);margin-bottom:40px;font-size:2rem;font-weight:800}.Landing-module__lTnIja__featureGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;display:grid}.Landing-module__lTnIja__feature{text-align:center;border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #0000;padding:20px;transition:all .2s}.Landing-module__lTnIja__feature:hover{border-color:var(--surface-border);background:#ffffff0a}.Landing-module__lTnIja__featureIcon{background:var(--surface);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:12px;font-size:2.5rem;display:inline-flex;box-shadow:0 8px 16px #0003}.Landing-module__lTnIja__featureTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;font-weight:700}.Landing-module__lTnIja__featureDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.Landing-module__lTnIja__footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--surface-border);background:#0003;margin-top:auto;padding:40px 20px;font-size:.9rem}.Landing-module__lTnIja__waitingOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:200;background:#050508f2;flex-direction:column;justify-content:center;align-items:center;animation:.3s Landing-module__lTnIja__fadeIn;display:flex;position:fixed;inset:0}.Landing-module__lTnIja__waitingContent{border:1px solid var(--surface-border);border-radius:var(--radius-xl);text-align:center;background:#15151a;width:90%;max-width:500px;padding:40px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0009}.Landing-module__lTnIja__waitingContent:before{content:"";background:linear-gradient(90deg,var(--gold),var(--amber));background-size:200% 100%;height:4px;animation:2s linear infinite Landing-module__lTnIja__shimmer;position:absolute;top:0;left:0;right:0}.Landing-module__lTnIja__waitingTitle{margin-bottom:20px;font-size:1.5rem;font-weight:700}.Landing-module__lTnIja__waitingCode{font-family:var(--font-display);letter-spacing:8px;color:var(--gold);text-shadow:0 0 20px #ffd7004d;border:2px dashed var(--surface-border);border-radius:var(--radius-lg);background:#0000004d;margin-bottom:20px;padding:20px;font-size:3.5rem;font-weight:800}.Landing-module__lTnIja__waitingHint{color:var(--text-secondary);margin-bottom:20px}.Landing-module__lTnIja__waitingSpinner{border:3px solid #ffffff1a;border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;margin:0 auto 20px;animation:1s linear infinite Landing-module__lTnIja__spin}.Landing-module__lTnIja__copyCodeBtn{background:var(--surface);border:1px solid var(--gold);color:var(--gold);border-radius:var(--radius-md);padding:10px 20px;font-weight:600;transition:all .2s}.Landing-module__lTnIja__copyCodeBtn:hover{background:var(--gold);color:#000}.Landing-module__lTnIja__cancelBtn{color:var(--text-muted);background:0 0;margin-top:10px;font-size:.9rem}.Landing-module__lTnIja__cancelBtn:hover{color:var(--error)}@keyframes Landing-module__lTnIja__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes Landing-module__lTnIja__pop{0%{opacity:0;transform:scale(.8)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes Landing-module__lTnIja__shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes Landing-module__lTnIja__spin{to{transform:rotate(360deg)}}@keyframes Landing-module__lTnIja__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Landing-module__lTnIja__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Landing-module__lTnIja__title{font-size:2.5rem}.Landing-module__lTnIja__hero{padding:40px 20px}.Landing-module__lTnIja__actionsGrid{grid-template-columns:1fr}.Landing-module__lTnIja__gameCode{letter-spacing:4px;font-size:2.5rem}}@media (prefers-reduced-motion:reduce){.Landing-module__lTnIja__floatingTile,.Landing-module__lTnIja__tilePreview{animation:none}}
.Stats-module__iqFhEa__statsCard{border:1px solid var(--surface-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#10142499;margin-bottom:24px;padding:20px}.Stats-module__iqFhEa__statsCardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Stats-module__iqFhEa__statsCardTitle{font-family:var(--font-display);color:var(--gold);font-size:1rem;font-weight:700}.Stats-module__iqFhEa__shareBtn{border-radius:var(--radius-sm);color:var(--gold);cursor:pointer;background:#ffd70014;border:1px solid #ffd7004d;padding:6px 14px;font-size:.75rem;font-weight:600;transition:all .2s}.Stats-module__iqFhEa__shareBtn:hover{background:#ffd70026;border-color:#ffd70080}.Stats-module__iqFhEa__statsGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.Stats-module__iqFhEa__statItem{text-align:center;border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff0a;padding:12px 8px}.Stats-module__iqFhEa__statValue{font-family:var(--font-display);color:var(--text-primary);margin-bottom:2px;font-size:1.4rem;font-weight:800}.Stats-module__iqFhEa__statValueGold{color:var(--gold)}.Stats-module__iqFhEa__statLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.7rem;font-weight:600}.Stats-module__iqFhEa__bestWord{border-radius:var(--radius-md);background:#ffd7000f;border:1px solid #ffd70026;justify-content:center;align-items:center;gap:10px;margin-top:12px;padding:12px;display:flex}.Stats-module__iqFhEa__bestWordLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.Stats-module__iqFhEa__bestWordValue{font-family:var(--font-display);color:var(--gold);text-transform:uppercase;letter-spacing:2px;font-size:1.1rem;font-weight:800}.Stats-module__iqFhEa__bestWordScore{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Stats-module__iqFhEa__rivalsSection{margin-bottom:24px}.Stats-module__iqFhEa__rivalsList{flex-direction:column;gap:6px;display:flex}.Stats-module__iqFhEa__rivalItem{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:#10142499;grid-template-columns:1fr auto 80px;align-items:center;gap:10px;padding:10px 14px;transition:background .15s;display:grid}.Stats-module__iqFhEa__rivalItem:hover{background:#101424cc}.Stats-module__iqFhEa__rivalName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.Stats-module__iqFhEa__rivalRecord{white-space:nowrap;align-items:center;gap:4px;font-size:.8rem;font-weight:700;display:flex}.Stats-module__iqFhEa__rivalWins{color:#4ade80}.Stats-module__iqFhEa__rivalLosses{color:var(--text-muted)}.Stats-module__iqFhEa__rivalDraws{color:var(--text-secondary)}.Stats-module__iqFhEa__rivalSep{color:var(--surface-border)}.Stats-module__iqFhEa__rivalBar{background:#ffffff0f;border-radius:3px;height:6px;overflow:hidden}.Stats-module__iqFhEa__rivalBarFill{background:linear-gradient(90deg,#4ade8066,#4ade80b3);border-radius:3px;min-width:2px;height:100%;transition:width .5s}.Stats-module__iqFhEa__sortRow{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.Stats-module__iqFhEa__sortBtn{border:1px solid var(--surface-border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;padding:6px 12px;font-size:.78rem;font-weight:600;transition:all .15s}.Stats-module__iqFhEa__sortBtn:hover{color:var(--text-primary);border-color:var(--text-muted)}.Stats-module__iqFhEa__sortBtnActive{color:var(--gold);background:#ffd7001f;border-color:#ffd7004d}.Stats-module__iqFhEa__winRateBar{vertical-align:middle;background:#ffffff14;border-radius:2px;width:50px;height:4px;margin-left:6px;display:inline-block;overflow:hidden}.Stats-module__iqFhEa__winRateFill{background:var(--gold);border-radius:2px;height:100%;transition:width .3s}.Stats-module__iqFhEa__sectionTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:700}.Stats-module__iqFhEa__sectionSubtitle{color:var(--text-muted);margin-bottom:16px;font-size:.8rem}.Stats-module__iqFhEa__hofSection{animation:.3s Stats-module__iqFhEa__fadeIn}.Stats-module__iqFhEa__hofList{flex-direction:column;gap:8px;display:flex}.Stats-module__iqFhEa__hofItem{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:#10142499;align-items:center;gap:12px;padding:14px 16px;transition:background .15s;display:flex}.Stats-module__iqFhEa__hofItem:hover{background:#101424cc}.Stats-module__iqFhEa__hofItemTop{background:#ffd70008;border-color:#ffd70026}.Stats-module__iqFhEa__hofRank{text-align:center;min-width:36px}.Stats-module__iqFhEa__hofRankNum{font-family:var(--font-display);color:var(--text-muted);font-size:.9rem;font-weight:800}.Stats-module__iqFhEa__hofGold{color:var(--gold);font-size:1.1rem}.Stats-module__iqFhEa__hofSilver{color:silver;font-size:1.05rem}.Stats-module__iqFhEa__hofBronze{color:#cd7f32;font-size:1.05rem}.Stats-module__iqFhEa__hofWordInfo{flex:1;min-width:0}.Stats-module__iqFhEa__hofWord{font-family:var(--font-display);color:var(--text-primary);letter-spacing:1.5px;align-items:center;gap:8px;font-size:1rem;font-weight:700;display:flex}.Stats-module__iqFhEa__hofBingo{color:var(--amber);letter-spacing:1px;background:#ff9f1c33;border:1px solid #ff9f1c66;border-radius:3px;padding:2px 6px;font-size:.6rem;font-weight:700}.Stats-module__iqFhEa__hofMeta{color:var(--text-muted);margin-top:2px;font-size:.75rem}.Stats-module__iqFhEa__hofScore{font-family:var(--font-display);color:var(--gold);text-align:right;min-width:60px;font-size:1.2rem;font-weight:800}.Stats-module__iqFhEa__bingoList{flex-wrap:wrap;gap:8px;display:flex}.Stats-module__iqFhEa__bingoItem{border-radius:var(--radius-md);background:#ff9f1c0f;border:1px solid #ff9f1c26;align-items:center;gap:8px;padding:8px 14px;display:flex}.Stats-module__iqFhEa__bingoWord{font-family:var(--font-display);color:var(--amber);letter-spacing:1px;font-size:.85rem;font-weight:700}.Stats-module__iqFhEa__bingoScore{color:var(--text-muted);font-size:.75rem;font-weight:600}.Stats-module__iqFhEa__vocabSection{animation:.3s Stats-module__iqFhEa__fadeIn}.Stats-module__iqFhEa__barChart{border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:#10142499;flex-direction:column;gap:8px;padding:16px;display:flex}.Stats-module__iqFhEa__barRow{align-items:center;gap:10px;display:flex}.Stats-module__iqFhEa__barLabel{color:var(--text-muted);text-align:right;min-width:60px;font-size:.75rem;font-weight:600}.Stats-module__iqFhEa__barTrack{background:#ffffff0a;border-radius:4px;flex:1;height:20px;overflow:hidden}.Stats-module__iqFhEa__barFill{background:linear-gradient(90deg,#ffd70066,#ffd700b3);border-radius:4px;min-width:2px;height:100%;transition:width .5s}.Stats-module__iqFhEa__barCount{color:var(--text-secondary);text-align:right;min-width:30px;font-size:.75rem;font-weight:700}.Stats-module__iqFhEa__favWordsList{flex-direction:column;gap:6px;display:flex}.Stats-module__iqFhEa__favWordItem{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:#10142499;align-items:center;gap:10px;padding:10px 14px;display:flex}.Stats-module__iqFhEa__favWordRank{color:var(--text-muted);min-width:24px;font-size:.75rem;font-weight:700}.Stats-module__iqFhEa__favWord{font-family:var(--font-display);color:var(--text-primary);letter-spacing:1px;flex:1;font-size:.9rem;font-weight:700}.Stats-module__iqFhEa__favWordCount{color:var(--text-secondary);font-size:.8rem;font-weight:600}.Stats-module__iqFhEa__lettersSection{animation:.3s Stats-module__iqFhEa__fadeIn}.Stats-module__iqFhEa__letterGrid{flex-direction:column;gap:8px;display:flex}.Stats-module__iqFhEa__letterItem{align-items:center;gap:12px;display:flex}.Stats-module__iqFhEa__letterTile{background:var(--tile-bg,#f5e6ca);width:36px;height:36px;color:var(--tile-text,#1a1a2e);font-family:var(--font-display);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex;box-shadow:0 2px 4px #0000004d}.Stats-module__iqFhEa__letterTileTop{border:1px solid #ffd70066;box-shadow:0 2px 8px #ffd7004d}.Stats-module__iqFhEa__letterBarWrap{background:#ffffff0a;border-radius:6px;flex:1;height:12px;overflow:hidden}.Stats-module__iqFhEa__letterBar{background:linear-gradient(90deg,#ffd70059,#ffd700a6);border-radius:6px;min-width:4px;height:100%;transition:width .5s}.Stats-module__iqFhEa__letterCount{color:var(--text-secondary);text-align:right;min-width:30px;font-size:.8rem;font-weight:700}@media (max-width:600px){.Stats-module__iqFhEa__statsGrid{grid-template-columns:repeat(2,1fr)}.Stats-module__iqFhEa__sortRow{gap:4px}.Stats-module__iqFhEa__sortBtn{padding:5px 8px;font-size:.72rem}.Stats-module__iqFhEa__hofItem{gap:8px;padding:10px 12px}.Stats-module__iqFhEa__hofWord{font-size:.85rem}.Stats-module__iqFhEa__hofScore{min-width:50px;font-size:1rem}.Stats-module__iqFhEa__barLabel{min-width:50px;font-size:.7rem}.Stats-module__iqFhEa__letterTile{width:32px;height:32px;font-size:.9rem}}@keyframes Stats-module__iqFhEa__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
