.wordweave-app-root .app-shell{position:relative;min-height:100svh;overflow-x:hidden;background:var(--bg);transition:background-color .5s var(--native-default-easing)}.wordweave-app-root .app-shell.hype-mode{background:#f1ecf5}.wordweave-app-root button,.wordweave-app-root input{font:inherit}.wordweave-app-root button{min-height:42px;padding:1px 6px;border:0;border-radius:8px;color:var(--text-strong);background:#ffffff;cursor:pointer;-webkit-tap-highlight-color:transparent}.wordweave-app-root button:disabled{cursor:not-allowed;opacity:.55}.wordweave-app-root button:focus-visible,.wordweave-app-root input:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.wordweave-app-root input{width:100%;border:2px solid #e0d8d0;border-radius:12px;padding:14px 16px;color:var(--text-strong);background:#ffffff}.wordweave-app-root .primary{color:#ffffff;background:var(--accent);font-weight:900}.wordweave-app-root .game-view,.wordweave-app-root .ready-view{position:relative;width:100vw;max-width:430px;min-height:100svh;margin:0 auto;padding:0}.wordweave-app-root .menu-actions{position:absolute;top:70px;left:50%;z-index:10;display:grid;grid-template-columns:44px 44px 44px auto;grid-gap:10px;gap:10px;width:min(353px,calc(100vw - 40px));transform:translateX(-50%);pointer-events:none}.wordweave-app-root .bubble-button,.wordweave-app-root .menu-actions button{display:grid;place-items:center;width:44px;min-height:44px;border-radius:999px;color:#6b7280;background:rgba(0,0,0,.08);box-shadow:none;font-weight:900;pointer-events:auto}.wordweave-app-root .app-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wordweave-app-root .app-icon .icon-hole{fill:var(--bg);stroke:none}.wordweave-app-root .menu-actions .daily-chip{justify-self:end;width:auto;min-height:0;padding:10px 16px;border-radius:20px;color:#ffffff;background:var(--accent);font-size:14px;font-weight:600;line-height:1.2;box-shadow:0 3px 0 rgba(109,40,217,.5)}.wordweave-app-root .menu-panel{display:flex;min-height:100svh;flex-direction:column;align-items:center;justify-content:center;text-align:center}.wordweave-app-root .menu-panel h1{margin:0 0 64px}.wordweave-app-root .menu-status,.wordweave-app-root .version-text{color:#c0b8b0;font-size:12px;font-weight:400}.wordweave-app-root .version-text{position:absolute;right:0;bottom:20px;left:0;margin:0;text-align:center}.wordweave-app-root .board-size-selector{display:flex;gap:16px;margin-bottom:40px}.wordweave-app-root .board-preview{display:grid;justify-items:center;grid-gap:8px;gap:8px;width:110px;padding:12px;border:3px solid transparent;border-radius:16px;background:#ffffff;box-shadow:0 3px 0 rgba(196,165,116,.3)}.wordweave-app-root .board-preview.selected{border-color:var(--accent);background:#ffffff;box-shadow:0 3px 0 rgba(109,40,217,.5)}.wordweave-app-root .preview-grid{display:grid;grid-gap:2px;gap:2px;aspect-ratio:1;width:74px}.wordweave-app-root .preview-grid span{display:grid;place-items:center;border-radius:4px;background:#e0d8d0}.wordweave-app-root .board-preview[data-size="5"] .preview-grid span{border-radius:3px}.wordweave-app-root .board-preview[data-size="6"] .preview-grid span{border-radius:2px}.wordweave-app-root .board-preview.selected .preview-grid span{background:var(--accent)}.wordweave-app-root .board-preview strong{color:var(--muted);font-size:16px;font-weight:700}.wordweave-app-root .board-preview.selected strong{color:var(--accent)}.wordweave-app-root .start-button-row{display:flex;align-items:center;gap:12px;transform:translateY(2px)}.wordweave-app-root .menu-button{min-width:0;min-height:0;padding:18px 60px;border-radius:30px;box-shadow:0 4px 0 rgba(109,40,217,.5);font-size:24px;font-weight:700;line-height:1.2}.wordweave-app-root .seed-button{display:grid;place-items:center;width:50px;min-height:50px;border-radius:25px;color:#6b7280;background:rgba(0,0,0,.08);box-shadow:none}.wordweave-app-root .playing-view{display:flex;flex-direction:column;align-items:center;min-height:100svh;overflow:hidden}.wordweave-app-root .back-button,.wordweave-app-root .mute-button{position:absolute;top:clamp(36px,5svh,54px);z-index:100;width:40px;min-height:40px;height:40px;border-radius:20px;color:#5c5c5c}.wordweave-app-root .back-button{left:16px}.wordweave-app-root .mute-button{right:16px}.wordweave-app-root .mute-button .app-icon{width:20px;height:20px}.wordweave-app-root .timer-section{display:grid;grid-gap:12px;gap:12px;width:100%;margin-top:0;padding-top:clamp(28px,4.5svh,44px);text-align:center;z-index:30}.wordweave-app-root .timer-large{color:#3d3d3d;font-size:48px;font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wordweave-app-root .timer-large.warning{color:#e85c5c}.wordweave-app-root .timer-track{width:calc(100% - 40px);height:16px;margin:0 20px;overflow:hidden;border-radius:8px;background:#e0d8d0}.wordweave-app-root .timer-track>div{width:100%;height:100%;border-radius:inherit;transform:scaleX(1);transform-origin:left center;background:var(--accent);transition:transform .26s linear;will-change:transform}.wordweave-app-root .timer-track.warning>div{background:#e85c5c}.wordweave-app-root .timer-track.hype>div{background:#a855f7;box-shadow:0 0 8px rgba(139,92,246,.6);animation:timer-hype-glow .8s linear infinite}.wordweave-app-root .board-meta-stack{position:relative;display:grid;grid-gap:8px;gap:8px;width:100%;margin-top:14px;place-items:center;pointer-events:none;z-index:20}.wordweave-app-root .board-meta-stack>*{pointer-events:auto}.wordweave-app-root .board-meta-stack.has-trade{margin-top:14px}.wordweave-app-root .word-display{display:grid;height:80px;place-items:center}.wordweave-app-root .board-meta-stack.has-trade .word-display{height:52px}.wordweave-app-root .team-trade-panel{display:inline-grid;grid-template-columns:88px 38px 88px;align-items:center;justify-content:center;gap:11px;min-height:88px;padding:0}.wordweave-app-root .team-trade-slot{display:grid;place-items:center;width:88px;min-width:0;height:88px;min-height:0;padding:0;border:4px solid #d8c7ff;border-radius:20px;color:#2f2143;background:rgba(255,255,255,.94);box-shadow:0 5px 0 rgba(139,92,246,.24);font-size:48px;font-weight:900;line-height:1}.wordweave-app-root .team-trade-slot span{transform:translateY(1px)}.wordweave-app-root .team-trade-panel.is-selecting .own-slot{border-color:#8b5cf6;background:#f3edff;box-shadow:0 5px 0 rgba(109,40,217,.38),0 0 18px rgba(139,92,246,.24)}.wordweave-app-root .team-trade-panel.has-own-offer .own-slot,.wordweave-app-root .team-trade-panel.has-teammate-offer .teammate-slot{border-color:#8b5cf6;color:#ffffff;background:#8b5cf6;box-shadow:0 5px 0 #6d28d9,0 0 20px rgba(139,92,246,.24)}.wordweave-app-root .team-trade-icon{width:34px;height:34px;color:#8b5cf6;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.wordweave-app-root .trade-flight-overlay{position:fixed;inset:0;z-index:90;overflow:visible;pointer-events:none}.wordweave-app-root .trade-flight-tile{position:fixed;display:grid;place-items:center;overflow:hidden;border-radius:14px;color:#1a1a1a;background:var(--tile);box-shadow:0 4px 0 var(--tile-shadow);font-weight:800;line-height:1;pointer-events:none;transform:translateZ(0) scale(1);transform-origin:center;animation:trade-tile-flight .56s cubic-bezier(.16,1,.3,1) both;contain:layout paint style;will-change:transform,opacity}.wordweave-app-root .current-word-placeholder{height:52px}.wordweave-app-root .current-word-pill,.wordweave-app-root .inline-toast{display:grid;place-items:center;line-height:1.2}.wordweave-app-root .current-word-pill{min-width:100px;border:2px solid #e0d8d0;border-radius:25px;padding:12px 24px;color:#3d3d3d;background:#ffffff;font-size:28px;font-weight:700}.wordweave-app-root .inline-toast{border-radius:20px;padding:8px 16px;font-size:16px;font-weight:600;color:#ffffff;background:#3f372f}.wordweave-app-root .inline-toast.success{background:var(--success)}.wordweave-app-root .inline-toast.error{background:var(--danger)}.wordweave-app-root .board-stage{position:relative;width:min(100vw,430px);flex:0 0 auto;margin:auto auto clamp(52px,8svh,94px);contain:layout style;isolation:isolate}.wordweave-app-root .board{--board-padding:9px;--board-gap:6px;display:grid;grid-gap:var(--board-gap);gap:var(--board-gap);aspect-ratio:1;width:100%;padding:var(--board-padding);border-radius:14px;background:transparent;touch-action:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.wordweave-app-root .board.trade-selecting .cell{cursor:crosshair}.wordweave-app-root .cell{--lift-delay:0ms;display:grid;place-items:center;min-width:0;min-height:0;overflow:hidden;padding:0;border-radius:14px;color:#1a1a1a;background:var(--tile);box-shadow:0 4px 0 var(--tile-shadow);font-size:clamp(34px,11.4vw,49px);font-weight:800;line-height:1;contain:layout paint style;pointer-events:none;transform:translateZ(0) scale(1);transition:transform .12s cubic-bezier(.455,.03,.515,.955),background-color .15s cubic-bezier(.455,.03,.515,.955);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.wordweave-app-root .board-5 .cell{font-size:clamp(27px,8.2vw,38px)}.wordweave-app-root .board-6 .cell{border-radius:10px;font-size:clamp(22px,6.6vw,31px)}.wordweave-app-root .cell.selected{transform:translateZ(0) scale(1.02);transition-duration:40ms}.wordweave-app-root .cell.highlighted,.wordweave-app-root .cell.selected{color:#ffffff;background:var(--accent);box-shadow:0 5px 0 #6d28d9}.wordweave-app-root .cell.highlighted{box-shadow:0 5px 0 #6d28d9,0 0 20px rgba(139,92,246,.38)}.wordweave-app-root .cell.trade-swapped{color:#ffffff;background:#8b5cf6;box-shadow:0 5px 0 #6d28d9}.wordweave-app-root .cell.correct{background:var(--success);box-shadow:0 5px 0 #22c55e;animation:cell-correct-state .25s var(--native-default-easing) both}.wordweave-app-root .cell.correct,.wordweave-app-root .cell.duplicate,.wordweave-app-root .cell.incorrect{transform:translateZ(0) scale(1.02);color:#ffffff}.wordweave-app-root .cell.incorrect{background:var(--danger);box-shadow:0 5px 0 #dc2626;animation:cell-incorrect-state .25s var(--native-default-easing) both}.wordweave-app-root .cell.duplicate{background:var(--duplicate);box-shadow:0 5px 0 #6b7280;animation:cell-duplicate-state .25s var(--native-default-easing) both}.wordweave-app-root .cell.lifted{animation:word-lift .5s linear both;animation-delay:var(--lift-delay)}.wordweave-app-root .cell.shockwave{animation:shockwave-lift .5s linear both;animation-delay:var(--lift-delay)}.wordweave-app-root .cell.correct.lifted,.wordweave-app-root .cell.correct.shockwave,.wordweave-app-root .cell.duplicate.lifted,.wordweave-app-root .cell.duplicate.shockwave,.wordweave-app-root .cell.incorrect.lifted,.wordweave-app-root .cell.incorrect.shockwave{animation:word-lift .5s linear both;animation-delay:var(--lift-delay)}@media (max-height:740px){.wordweave-app-root .timer-section{gap:9px;padding-top:24px}.wordweave-app-root .timer-large{font-size:42px}.wordweave-app-root .timer-track{height:14px}.wordweave-app-root .board-meta-stack{gap:6px;margin-top:8px}.wordweave-app-root .board-meta-stack.has-trade .word-display{height:38px}.wordweave-app-root .team-trade-panel{grid-template-columns:76px 32px 76px;gap:9px;min-height:76px}.wordweave-app-root .team-trade-slot{width:76px;height:76px;border-radius:18px;font-size:42px}.wordweave-app-root .team-trade-icon{width:30px;height:30px}.wordweave-app-root .board-stage{width:min(100vw,390px);margin-bottom:34px}}.wordweave-app-root .hype-badge{position:fixed;top:175px;left:50%;z-index:1001;display:flex;align-items:center;gap:8px;min-height:34px;transform:translateX(-50%) scale(.95);border-radius:20px;padding:6px 16px;color:#ffffff;background:rgba(139,92,246,.95);box-shadow:0 4px 8px rgba(139,92,246,.6);animation:hype-fade-in .3s var(--native-default-easing) both,hype-pulse .8s linear infinite}.wordweave-app-root .hype-badge strong{font-size:14px;line-height:1}.wordweave-app-root .hype-badge span{color:#ffd700;font-size:16px;font-weight:700;line-height:1}.wordweave-app-root .wordweave-fx-canvas{position:fixed;inset:0;z-index:12;width:100%;height:100%;background:transparent;pointer-events:none}.wordweave-app-root .wordweave-fx-canvas[hidden]{display:none}.wordweave-app-root .debug-actions{position:fixed;right:14px;bottom:14px;z-index:40;display:flex;gap:8px}.wordweave-app-root .debug-actions button{width:auto;min-height:38px;padding:8px 12px;border-radius:999px;background:#2d2a26;color:#ffffff;box-shadow:0 3px 0 rgba(0,0,0,.24);font-size:13px;font-weight:900}.wordweave-app-root .ended-view{min-height:100svh;padding-inline:0;overflow:visible}.wordweave-app-root .end-panel{position:relative;display:flex;min-height:100svh;flex-direction:column;overflow:visible}.wordweave-app-root .ended-header{position:relative;z-index:8;display:flex;flex:0 0 auto;flex-direction:column;align-items:center;padding:69px 20px 0;background:var(--bg)}.wordweave-app-root .ended-back{left:16px}.wordweave-app-root .ended-back,.wordweave-app-root .ended-seed{position:absolute;top:80px;width:40px;min-height:40px;height:40px;border-radius:20px}.wordweave-app-root .ended-seed{right:16px}.wordweave-app-root .native-back-arrow{color:#5c5c5c;font-size:22px;font-weight:600;line-height:1}.wordweave-app-root .mini-board{display:grid;grid-gap:3px;gap:3px;width:min(197px,50vw);aspect-ratio:1;margin-bottom:15px;padding:4.5px;border-radius:10px;background:transparent}.wordweave-app-root .mini-board span{display:grid;place-items:center;min-width:0;min-height:0;border-radius:7px;color:#1a1a1a;background:var(--tile);box-shadow:0 2px 0 var(--tile-shadow);font-size:20px;font-weight:800;line-height:1}.wordweave-app-root .mini-board span.highlighted{color:#ffffff;background:var(--accent)}.wordweave-app-root .final-score{color:#3d3d3d;margin-bottom:5px;font-size:28px;font-weight:700;line-height:1}.wordweave-app-root .word-count{color:#5c5c5c;margin-bottom:12px;font-size:18px;font-weight:400}.wordweave-app-root .tabs{display:grid;flex:0 0 auto;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin-bottom:12px;padding:0 20px;border-bottom:2px solid #e0d8d0}.wordweave-app-root .tabs button{min-width:0;border-radius:0;border-bottom:3px solid transparent;padding:12px 6px;margin-bottom:-2px;background:transparent;color:#9ca3af;font-size:16px;font-weight:600}.wordweave-app-root .tabs .active{color:var(--accent);border-bottom-color:var(--accent);background:transparent}.wordweave-app-root .panel-body{display:flex;flex:0 0 auto;flex-direction:column;min-height:0;padding:0 20px 100px;overflow:visible}.wordweave-app-root .word-grid{display:grid;flex:0 0 auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 12px;gap:8px 12px;align-content:start;min-height:0;max-height:none;overflow:visible}.wordweave-app-root .word-grid button{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:10px 14px;border-radius:12px;background:#ffffff;box-shadow:0 2px 0 rgba(196,165,116,.3);font-size:16px;font-weight:600;content-visibility:auto;contain-intrinsic-size:auto 40px}.wordweave-app-root .word-grid button.found{color:#ffffff;background:var(--accent);box-shadow:0 2px 0 rgba(109,40,217,.3)}.wordweave-app-root .word-grid button.unique{border:2px solid #f59e0b;background:#fef3c7;box-shadow:0 2px 0 rgba(217,119,6,.3)}.wordweave-app-root .word-with-star{display:inline-flex;align-items:center;min-width:0}.wordweave-app-root .unique-star{margin-right:4px;color:#f59e0b;font-size:14px;line-height:1}.wordweave-app-root .word-grid strong{color:var(--accent);font-size:14px;font-weight:600;line-height:1.2}.wordweave-app-root .word-grid .found strong{color:rgba(255,255,255,.8)}.wordweave-app-root .word-grid .unique strong{color:#d97706}.wordweave-app-root .compact-list,.wordweave-app-root .hall-list,.wordweave-app-root .leaderboard{display:grid;flex:1 1 auto;grid-gap:8px;gap:8px;align-content:start;min-height:0;max-height:calc(100svh - 300px);margin:0;padding-left:0;overflow:auto;list-style:none}.wordweave-app-root .leaderboard li{display:flex;align-items:center;padding:12px 16px;border-radius:12px;background:#ffffff;box-shadow:0 2px 0 rgba(196,165,116,.3)}.wordweave-app-root .hall-list li{display:grid;grid-template-columns:1fr auto;grid-gap:2px 10px;gap:2px 10px;padding:12px;border-radius:10px;background:#ffffff;box-shadow:0 3px 0 #d6c7b7}.wordweave-app-root .leaderboard li.you{background:var(--accent);box-shadow:0 2px 0 rgba(109,40,217,.3)}.wordweave-app-root .leaderboard li.ghost-row{border:2px solid var(--accent);background:rgba(139,92,246,.1);box-shadow:none}.wordweave-app-root .leaderboard-row-main{display:flex;flex:1 1;align-items:center;min-width:0;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:left}.wordweave-app-root .leaderboard-rank{flex:0 0 36px;width:36px;color:#9ca3af;font-size:18px;font-weight:700}.wordweave-app-root .leaderboard-info{display:grid;flex:1 1;min-width:0}.wordweave-app-root .leaderboard-name{overflow:hidden;color:#3d3d3d;font-size:16px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.wordweave-app-root .leaderboard-words{overflow:hidden;margin-top:2px;color:#9ca3af;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.wordweave-app-root .leaderboard-score{margin-left:10px;color:var(--accent);font-size:20px;font-weight:700;white-space:nowrap}.wordweave-app-root .tie-icon-button{display:inline-grid;flex:0 0 28px;place-items:center;width:28px;min-height:28px;margin-right:8px;padding:0;border-radius:14px;background:#f3f4f6;box-shadow:none;color:#3d3d3d;font-size:14px;line-height:1}.wordweave-app-root .leaderboard li.you .leaderboard-name,.wordweave-app-root .leaderboard li.you .leaderboard-rank,.wordweave-app-root .leaderboard li.you .leaderboard-score,.wordweave-app-root .leaderboard li.you .leaderboard-words{color:#ffffff}.wordweave-app-root .leaderboard li.team-row{display:grid;grid-gap:10px;gap:10px;align-items:stretch}.wordweave-app-root .leaderboard li.team-row .leaderboard-row-main{width:100%}.wordweave-app-root .team-breakdown{display:grid;grid-gap:6px;gap:6px;padding-left:36px}.wordweave-app-root .team-member-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:2px 10px;gap:2px 10px;width:100%;min-height:42px;padding:8px 10px;border:0;border-radius:10px;background:#f7f2ff;box-shadow:none;color:#3d3d3d;text-align:left}.wordweave-app-root .team-member-name{font-size:14px;font-weight:800}.wordweave-app-root .team-member-detail,.wordweave-app-root .team-member-name{min-width:0;overflow:hidden;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.wordweave-app-root .team-member-detail{color:#8b7aa5;font-size:12px;font-weight:600}.wordweave-app-root .team-member-score{grid-column:2/3;grid-row:1/span 2;align-self:center;color:var(--accent);font-size:16px;font-weight:900;white-space:nowrap}.wordweave-app-root .leaderboard li.team-row.you .team-member-row{background:rgba(255,255,255,.16);color:#ffffff}.wordweave-app-root .leaderboard li.team-row.you .team-member-detail{color:rgba(255,255,255,.78)}.wordweave-app-root .leaderboard li.team-row.you .team-member-score{color:#ffffff}.wordweave-app-root .leaderboard li.ghost-row .leaderboard-name,.wordweave-app-root .leaderboard li.ghost-row .leaderboard-rank,.wordweave-app-root .leaderboard li.ghost-row .leaderboard-score{color:#9ca3af}.wordweave-app-root .leaderboard li.ghost-row .leaderboard-words{color:#c4c4c4}.wordweave-app-root .leaderboard-placeholder{margin-top:40px;color:#9ca3af;font-size:16px;line-height:1.35;text-align:center}.wordweave-app-root .end-panel .leaderboard{flex:0 0 auto;max-height:none;overflow:visible}.wordweave-app-root .hall-panel{width:100%;max-height:400px;overflow:auto}.wordweave-app-root .modal-body .hall-subtext{margin-bottom:16px;color:#6b7280;font-size:14px;line-height:1.35}.wordweave-app-root .hall-podium{display:flex;align-items:flex-end;justify-content:center;margin-bottom:8px;border-bottom:1px solid #e0d8d0;padding:8px 8px 20px}.wordweave-app-root .podium-spot{display:flex;width:90px;flex:0 0 90px;min-width:0;margin:0 2px;flex-direction:column;align-items:center;color:var(--text-strong);text-align:center}.wordweave-app-root .podium-spot i{display:flex;width:100%;align-items:center;justify-content:center;border:solid #b56e28;border-width:2px 2px 0;border-radius:8px 8px 0 0;background:#cd7f32;box-shadow:0 2px 3px rgba(0,0,0,.15);font-style:normal;font-size:24px}.wordweave-app-root .podium-rank-1 i{height:70px;border-color:#e6c200;background:#ffd700}.wordweave-app-root .podium-rank-2 i{height:50px;border-color:#a8a8a8;background:#c0c0c0}.wordweave-app-root .podium-rank-3 i{height:35px;border-color:#b56e28;background:#cd7f32}.wordweave-app-root .podium-names{display:flex;width:100%;min-height:32px;margin-bottom:4px;flex-direction:column;align-items:center;justify-content:flex-end}.wordweave-app-root .podium-names strong{overflow:hidden;max-width:100%;color:#3d3d3d;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.wordweave-app-root .podium-rank-1 .podium-names strong{color:#1a1a1a;font-size:12px;font-weight:700}.wordweave-app-root .podium-spot span{margin-bottom:8px;border-radius:12px;padding:4px 10px;color:#6b7280;background:#e8e8e8;font-size:12px;font-weight:700}.wordweave-app-root .podium-rank-1 span{color:#ffffff;background:var(--accent)}.wordweave-app-root .hall-list{display:block;max-height:none;overflow:visible}.wordweave-app-root .hall-list li{display:flex;align-items:center;gap:0;border-radius:0;border-bottom:1px solid #e0d8d0;padding:12px 0;background:transparent;box-shadow:none}.wordweave-app-root .hall-list li:last-child{border-bottom-width:0}.wordweave-app-root .hall-list .hall-rank{width:30px;flex:0 0 30px;color:#6b7280;font-size:16px;font-weight:600}.wordweave-app-root .hall-list .hall-name{flex:1 1;color:#3d3d3d;font-size:16px;font-weight:600}.wordweave-app-root .hall-list .hall-wins{color:var(--accent);font-size:18px;font-weight:700}.wordweave-app-root .floating-again{position:fixed;left:50%;bottom:40px;z-index:10;min-width:0;min-height:0;transform:translateX(-50%);border-radius:30px;padding:16px 50px;box-shadow:0 4px 0 rgba(109,40,217,.5);font-size:20px;font-weight:700;line-height:1.2}.wordweave-app-root .badge-panel{position:relative;width:100%;max-height:400px;overflow:auto;padding-right:4px}.wordweave-app-root .badge-panel.complete{overflow:hidden auto}.wordweave-app-root .badge-shimmer{position:absolute;top:-200px;left:-200px;width:120px;height:1000px;z-index:100;pointer-events:none;background:rgba(255,255,255,.8);box-shadow:0 0 20px #ffffff;animation:badge-shimmer 2.5s linear infinite}.wordweave-app-root .badge-progress-row{display:grid;grid-template-columns:42px 1fr;grid-gap:10px;gap:10px;align-items:center;padding-block:12px}.wordweave-app-root .badge-progress-row>span{font-size:32px;line-height:1}.wordweave-app-root .badge-progress-row strong{display:block;margin-bottom:4px;color:#3d3d3d;font-size:16px;font-weight:600}.wordweave-app-root .badge-progress-track{height:6px;overflow:hidden;margin-bottom:4px;border-radius:3px;background:#e0d8d0}.wordweave-app-root .badge-progress-track i{display:block;width:100%;height:100%;transform-origin:left center;background:var(--accent)}.wordweave-app-root .badge-progress-row small{color:#9ca3af;font-size:12px;font-weight:400}.wordweave-app-root .badge-divider{height:1px;margin:16px 0;background:#e0d8d0}.wordweave-app-root .badge-panel h3{margin:0 0 8px;color:#6b7280;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.wordweave-app-root .trophy-case-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.wordweave-app-root .trophy{flex:0 0 auto;width:44px;min-height:44px;border:3px solid var(--trophy-color);border-radius:22px;background:#f5f5f5;color:#c0b8b0;font-size:20px;line-height:1}.wordweave-app-root .trophy.earned{background:#ffffff;color:#3d3d3d}.wordweave-app-root .trophy.locked{color:rgba(192,184,176,.4)}.wordweave-app-root .trophy-detail-overlay{position:fixed;inset:0;z-index:42;display:grid;place-items:center;background:rgba(0,0,0,.3)}.wordweave-app-root .trophy-detail{box-sizing:border-box;display:grid;justify-items:center;width:min(220px,calc(100vw - 48px));border:2px solid;border-radius:16px;padding:16px;background:#ffffff;box-shadow:0 4px 8px rgba(0,0,0,.3);text-align:center}.wordweave-app-root .trophy-detail span{display:grid;place-items:center;width:48px;height:48px;margin-bottom:10px;border:3px solid;border-radius:24px;font-size:24px}.wordweave-app-root .trophy-detail strong{margin-bottom:4px;color:#3d3d3d;font-size:14px;font-weight:700;line-height:1.2}.wordweave-app-root .modal-body .trophy-detail p{margin:0;color:#6b7280;font-size:12px;line-height:16px}.wordweave-app-root .toast{position:fixed;left:50%;z-index:20;width:min(92vw,420px);transform:translateX(-50%);border-radius:14px;padding:12px 14px;color:#ffffff;box-shadow:var(--shadow);text-align:center;font-weight:900;bottom:calc(env(safe-area-inset-bottom) + 18px);background:#2d2a26}.wordweave-app-root .toast.success{background:var(--success)}.wordweave-app-root .toast.error{background:var(--danger)}.wordweave-app-root .badge-toast{position:fixed;top:60px;right:auto;left:max(20px,calc((100vw - 390px) / 2));z-index:1000;display:flex;align-items:center;gap:12px;box-sizing:border-box;width:min(390px,calc(100vw - 40px));border:2px solid var(--accent);border-radius:16px;padding:16px;color:#3d3d3d;background:#ffffff;box-shadow:0 4px 12px rgba(0,0,0,.15);text-align:left;animation:badge-toast-enter .3s var(--native-default-easing) both}.wordweave-app-root .badge-toast.closing{animation:badge-toast-exit .3s var(--native-default-easing) both}.wordweave-app-root .badge-toast-icon{flex:0 0 auto;font-size:28px;line-height:1}.wordweave-app-root .badge-toast-content{display:grid;flex:1 1;min-width:0}.wordweave-app-root .badge-toast-content strong{color:#3d3d3d;font-size:16px;font-weight:700;line-height:1.2}.wordweave-app-root .badge-toast-content small{overflow:hidden;margin-top:2px;color:#6b7280;font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.wordweave-app-root .badge-toast-arrow{flex:0 0 auto;color:var(--accent);font-size:24px;font-weight:300;line-height:1}.wordweave-app-root .modal-backdrop{position:fixed;top:-120px;right:0;bottom:-120px;left:0;z-index:30;display:grid;place-items:center;min-height:calc(100vh + 240px);min-height:calc(100dvh + 240px);padding:138px 18px;background:rgba(0,0,0,.5);animation:modal-fade-in .18s ease both}.wordweave-app-root .modal-backdrop.modal-exiting{pointer-events:none;animation:modal-fade-out .18s ease both}.wordweave-app-root .modal{display:grid;justify-items:center;width:min(85vw,340px);max-height:min(84svh,680px);overflow:hidden;border-radius:24px;padding:28px;background:#faf8f5}.wordweave-app-root .modal-seed{width:280px;max-width:calc(100vw - 40px);border-radius:16px;padding:24px;background:#ffffff}.wordweave-app-root .modal-definition{width:min(85vw,340px);max-width:340px;border-radius:24px;padding:28px;background:#faf8f5}.wordweave-app-root .modal-badges{position:relative;width:min(85vw,380px)}.wordweave-app-root .modal-badges,.wordweave-app-root .modal-hall{max-height:70svh;border-radius:20px;padding:24px;background:#faf8f5}.wordweave-app-root .modal-hall{width:85vw;max-width:380px}.wordweave-app-root .modal-compact{width:auto;min-width:280px;max-width:calc(100vw - 40px);border-radius:16px;padding:24px;background:#ffffff}.wordweave-app-root .modal-player-words{width:min(calc(100vw - 32px),390px);max-height:70svh;border-radius:16px;padding:20px;background:#ffffff}.wordweave-app-root .modal-settings{width:min(85vw,340px);border-radius:24px;padding:28px;background:#faf8f5}.wordweave-app-root .modal header{display:block;width:100%;padding:0;text-align:center}.wordweave-app-root .modal h2{margin:0 0 20px;color:#3d3d3d;font-size:28px;font-weight:700;line-height:1.1}.wordweave-app-root .modal-seed h2{margin-bottom:12px;font-size:20px;font-weight:700;line-height:1.2}.wordweave-app-root .modal-definition h2{margin-bottom:16px;font-size:32px;font-weight:700;line-height:1.2;letter-spacing:2px;text-transform:uppercase}.wordweave-app-root .modal-badges h2{margin-bottom:20px;font-size:24px;font-weight:700}.wordweave-app-root .modal-hall h2{margin-bottom:20px;font-size:28px}.wordweave-app-root .modal-compact h2,.wordweave-app-root .modal-player-words h2{margin-bottom:12px;font-size:20px;font-weight:700;line-height:1.2}.wordweave-app-root .modal-body{display:grid;justify-items:center;grid-gap:12px;gap:12px;width:100%;padding:0;overflow:auto;color:#9ca3af;text-align:center}.wordweave-app-root .modal-seed .modal-body{gap:0;overflow:visible}.wordweave-app-root .modal-definition .modal-body{gap:0;overflow:visible;color:#4b5563}.wordweave-app-root .modal-badges .modal-body{overflow:hidden}.wordweave-app-root .modal-hall .modal-body{gap:0;overflow:hidden}.wordweave-app-root .modal-compact .modal-body{gap:0;overflow:visible}.wordweave-app-root .modal-player-words .modal-body{gap:0;overflow:hidden}.wordweave-app-root .modal-settings .modal-body{gap:0;overflow:visible}.wordweave-app-root .modal-body p{margin:0;font-size:14px;line-height:1.35}.wordweave-app-root .modal-body label{justify-self:stretch;margin-bottom:-4px;color:#3d3d3d;font-size:16px;font-weight:600;text-align:left}.wordweave-app-root .modal-body .settings-label{margin-bottom:8px}.wordweave-app-root .modal input.settings-input{height:48px;margin-bottom:20px;padding:0 16px;color:#3d3d3d;font-size:16px;line-height:48px}.wordweave-app-root .modal.modal-settings .primary{margin:0 0 12px}.wordweave-app-root .modal.modal-settings .modal-close{margin-top:0}.wordweave-app-root .modal input:focus-visible{border-color:#e0d8d0;outline:0}.wordweave-app-root .modal .primary,.wordweave-app-root .modal-close{display:grid;place-items:center;width:100%;min-height:50px;border-radius:25px;padding:0 40px;font-size:18px;font-weight:700}.wordweave-app-root .modal .primary{margin-top:8px;box-shadow:0 3px 0 rgba(109,40,217,.5)}.wordweave-app-root .modal-daily .primary{margin-top:0;margin-bottom:12px}.wordweave-app-root .modal-daily .modal-close{margin-top:0}.wordweave-app-root .modal-close{margin-top:12px;color:#6b7280;background:#e5e5e5;font-weight:600;box-shadow:none}.wordweave-app-root .modal-close.primary{color:#ffffff;background:var(--accent);box-shadow:0 3px 0 rgba(109,40,217,.5)}.wordweave-app-root .modal-floating-close{position:absolute;top:12px;right:12px;z-index:2;display:grid;place-items:center;width:32px;min-height:32px;border-radius:16px;color:#6b7280;background:#f3f4f6;box-shadow:none}.wordweave-app-root .modal-floating-close .app-icon{width:20px;height:20px;stroke-width:2.5}.wordweave-app-root .modal-definition .modal-close.primary,.wordweave-app-root .modal-seed .modal-close.primary{width:auto;min-height:44px;margin-top:0;border-radius:20px;padding:0 32px;font-size:16px}.wordweave-app-root .modal-body .seed-text{margin:0 0 16px;color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:40px;font-weight:700;letter-spacing:4px;text-align:center}.wordweave-app-root .seed-hint{margin-bottom:20px!important;color:#6b7280;text-align:center}.wordweave-app-root .custom-seed-hint{margin-bottom:8px!important;color:#6b7280;text-align:center}.wordweave-app-root .modal input.custom-seed-input{height:48px;margin:0;padding:0 16px;color:#3d3d3d;font-size:20px;font-weight:600;letter-spacing:4px;line-height:48px;text-align:center;text-transform:uppercase}.wordweave-app-root .modal input.custom-seed-input::placeholder{color:#9ca3af;opacity:1}.wordweave-app-root .unique-word-badge{margin-bottom:16px!important;border-radius:12px;padding:6px 12px;color:#d97706!important;background:#fef3c7;font-size:14px!important;font-weight:600;line-height:1.2!important}.wordweave-app-root .modal-definition .definition-text{margin:0 0 24px;color:#4b5563;font-size:18px;line-height:26px;text-align:center}.wordweave-app-root .daily-countdown{margin-bottom:-6px!important;color:#3d3d3d;font-size:20px!important;font-weight:600;text-align:center}.wordweave-app-root .daily-subtext{margin-bottom:8px!important;color:#9ca3af;font-size:14px!important;line-height:1.35}.wordweave-app-root .daily-winner{margin-bottom:16px!important;color:var(--accent)!important;font-size:16px!important;font-weight:500;line-height:1.35}.wordweave-app-root .tiebreaker-list{display:block;align-self:stretch;width:100%;margin:0 0 20px;padding-left:0;color:#3d3d3d;font-size:15px;font-weight:400;list-style:none;text-align:left}.wordweave-app-root .tiebreaker-list li{padding:6px 0}.wordweave-app-root .modal-body .ghost-explanation-text{max-width:252px;margin-top:8px;color:#5c5c5c;font-size:15px;line-height:22px;text-align:center}.wordweave-app-root .player-words-summary{margin-bottom:16px!important;color:#9ca3af!important;font-size:14px!important;line-height:1.35!important}.wordweave-app-root .player-words-scroll{align-self:stretch;width:100%;max-height:calc(70svh - 100px);overflow:auto;padding-bottom:4px}.wordweave-app-root .player-words-grid{flex:none;width:100%;min-height:auto;overflow:visible}.wordweave-app-root .player-words-grid button:not(.unique){border:1px solid rgba(224,216,208,.72);background:#faf8f5;box-shadow:0 2px 0 rgba(196,165,116,.3)}.wordweave-app-root .player-words-unavailable{padding:12px 0;color:#9ca3af!important;font-size:15px!important;line-height:22px!important;text-align:center}@keyframes cell-correct-pop{0%{transform:translateZ(0) scale(1)}40%{transform:translateZ(0) scale(1.1)}to{transform:translateZ(0) scale(1.02)}}@keyframes cell-select-state{0%{transform:translateZ(0) scale(1);background:var(--tile);box-shadow:0 4px 0 var(--tile-shadow)}62.5%{background:var(--accent);box-shadow:0 5px 0 #6d28d9}to{transform:translateZ(0) scale(1.02);background:var(--accent);box-shadow:0 5px 0 #6d28d9}}@keyframes cell-correct-state{0%{transform:translateZ(0) scale(1.02);background:var(--accent);box-shadow:0 5px 0 #6d28d9}40%{transform:translateZ(0) scale(1.1);background:var(--success);box-shadow:0 5px 0 #22c55e}to{transform:translateZ(0) scale(1.02);background:var(--success);box-shadow:0 5px 0 #22c55e}}@keyframes cell-incorrect-state{0%{transform:translateZ(0) scale(1.02);background:var(--accent);box-shadow:0 5px 0 #6d28d9}10%{transform:translate3d(-4px,0,0) scale(1.02)}20%{transform:translateZ(0) scale(1.02)}30%{transform:translate3d(4px,0,0) scale(1.02)}40%{transform:translateZ(0) scale(1.02);background:var(--danger);box-shadow:0 5px 0 #dc2626}50%{transform:translate3d(-4px,0,0) scale(1.02)}70%{transform:translate3d(4px,0,0) scale(1.02)}90%{transform:translate3d(-4px,0,0) scale(1.02)}to{transform:translateZ(0) scale(1.02);background:var(--danger);box-shadow:0 5px 0 #dc2626}}@keyframes cell-duplicate-state{0%{transform:translateZ(0) scale(1.02);background:var(--accent);box-shadow:0 5px 0 #6d28d9}10%{transform:translate3d(-4px,0,0) scale(1.02)}20%{transform:translateZ(0) scale(1.02)}30%{transform:translate3d(4px,0,0) scale(1.02)}40%{transform:translateZ(0) scale(1.02);background:var(--duplicate);box-shadow:0 5px 0 #6b7280}50%{transform:translate3d(-4px,0,0) scale(1.02)}70%{transform:translate3d(4px,0,0) scale(1.02)}90%{transform:translate3d(-4px,0,0) scale(1.02)}to{transform:translateZ(0) scale(1.02);background:var(--duplicate);box-shadow:0 5px 0 #6b7280}}@keyframes word-lift{0%{transform:translateZ(0) scale(1.02)}15%{transform:translate3d(0,-11.3px,0) scale(1.02)}25%{transform:translate3d(0,-17.7px,0) scale(1.02)}35%{transform:translate3d(0,-22.3px,0) scale(1.02)}50%{transform:translate3d(0,-25px,0) scale(1.02)}65%{transform:translate3d(0,-22.3px,0) scale(1.02)}75%{transform:translate3d(0,-17.7px,0) scale(1.02)}85%{transform:translate3d(0,-11.3px,0) scale(1.02)}to{transform:translateZ(0) scale(1.02)}}@keyframes shockwave-lift{0%{transform:translateZ(0) scale(1.02)}15%{transform:translate3d(0,-11.3px,0) scale(1.02)}25%{transform:translate3d(0,-17.7px,0) scale(1.02)}35%{transform:translate3d(0,-22.3px,0) scale(1.02)}50%{transform:translate3d(0,-25px,0) scale(1.02)}65%{transform:translate3d(0,-22.3px,0) scale(1.02)}75%{transform:translate3d(0,-17.7px,0) scale(1.02)}85%{transform:translate3d(0,-11.3px,0) scale(1.02)}to{transform:translateZ(0) scale(1.02)}}@keyframes hype-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hype-pulse{0%{transform:translateX(-50%) scale(.95);animation-timing-function:ease-in}50%{transform:translateX(-50%) scale(1);animation-timing-function:ease-out}to{transform:translateX(-50%) scale(.95)}}@keyframes timer-hype-glow{0%{box-shadow:0 0 8px rgba(139,92,246,.6);animation-timing-function:ease-in}50%{box-shadow:0 0 16px rgba(139,92,246,1);animation-timing-function:ease-out}to{box-shadow:0 0 8px rgba(139,92,246,.6)}}@keyframes trade-tile-flight{0%{opacity:0;transform:translateZ(0) scale(.96) rotate(0deg)}12%{opacity:1;transform:translateZ(0) scale(1.04) rotate(-1deg)}to{opacity:1;transform:translate3d(var(--trade-flight-dx),var(--trade-flight-dy),0) scale(var(--trade-flight-scale)) rotate(0deg)}}@keyframes badge-toast-enter{0%{transform:translateY(-150px)}to{transform:translateY(0)}}@keyframes badge-toast-exit{0%{transform:translateY(0)}to{transform:translateY(-150px)}}@keyframes badge-shimmer{0%{transform:translateX(-250px);animation-timing-function:ease-in}50%{transform:translateX(250px);animation-timing-function:ease-out}to{transform:translateX(750px)}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@media (min-width:700px){.wordweave-app-root .app-shell{background:linear-gradient(90deg,rgba(45,42,38,.08),transparent 22%,transparent 78%,rgba(45,42,38,.08)),var(--bg)}.wordweave-app-root .game-view,.wordweave-app-root .ready-view{box-shadow:0 0 0 1px rgba(86,69,48,.08)}}@media (prefers-reduced-motion:reduce){.wordweave-app-root *,.wordweave-app-root :after,.wordweave-app-root :before{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}.wordweave-app-root .trade-flight-overlay,.wordweave-app-root .wordweave-fx-canvas{display:none}}.wordweave-app-root .wordweave-party-shell{--ww-purple-muted:#76658f;--ww-purple-border:#d9ccff;--ww-purple-border-strong:#a98bff;--ww-purple-paper:#fbf8ff;--ww-purple-shadow:rgba(109,40,217,.26);display:block;min-height:100svh;background:var(--bg);color:var(--text-strong)}.wordweave-app-root .ww-room-screen{position:relative;display:flex;min-height:100svh;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:clamp(18px,5vw,32px);overflow:hidden}.wordweave-app-root .ww-party-logo{display:grid;grid-gap:0;gap:0;margin:0;color:var(--text-strong);font-size:clamp(54px,16vw,86px);font-weight:900;line-height:.86;letter-spacing:0;text-align:center}.wordweave-app-root .ww-party-logo span:nth-child(2){color:var(--accent)}.wordweave-app-root .ww-divider,.wordweave-app-root .ww-final-kicker,.wordweave-app-root .ww-muted,.wordweave-app-root .ww-round-pill,.wordweave-app-root .ww-status,.wordweave-app-root .ww-waiting-host,.wordweave-app-root .ww-waiting-note{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.wordweave-app-root .ww-muted,.wordweave-app-root .ww-round-pill,.wordweave-app-root .ww-status,.wordweave-app-root .ww-waiting-note{color:var(--ww-purple-muted);font-size:12px}.wordweave-app-root .ww-menu-card,.wordweave-app-root .ww-panel{border:3px solid var(--accent);border-radius:18px;background:#ffffff;box-shadow:0 8px 0 rgba(109,40,217,.48),var(--shadow)}.wordweave-app-root .ww-menu-card{display:grid;width:min(92vw,430px);grid-gap:12px;gap:12px;padding:18px}.wordweave-app-root .ww-menu-card h2{margin:0 0 2px;color:var(--text-strong);font-size:31px;font-weight:900;line-height:1;text-align:center}.wordweave-app-root .ww-text-field{display:grid;grid-gap:8px;gap:8px;width:100%;color:var(--ww-purple-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:800;letter-spacing:.08em}.wordweave-app-root .ww-text-field input{width:100%;min-height:56px;border:3px solid var(--ww-purple-border);border-radius:16px;padding:10px 14px;background:var(--ww-purple-paper);color:var(--text-strong);box-shadow:0 4px 0 rgba(109,40,217,.2);font-size:24px;font-weight:900;text-align:center}.wordweave-app-root .ww-code-field input{color:var(--accent);letter-spacing:.12em;text-transform:uppercase}.wordweave-app-root .ww-name-field input{text-transform:none}.wordweave-app-root .ww-primary-action{width:100%;min-height:58px;padding:10px 18px;border:0;border-radius:30px;background:var(--accent);color:#ffffff;box-shadow:0 5px 0 rgba(109,40,217,.5);font-size:22px;font-weight:900;line-height:1.1}.wordweave-app-root .ww-primary-action i{font-style:normal}.wordweave-app-root .ww-primary-action:disabled{cursor:default;filter:saturate(.6);opacity:.62}.wordweave-app-root .ww-secondary-action{justify-self:center;width:auto;min-height:42px;padding:4px 10px;border:0;background:transparent;box-shadow:none;color:var(--ww-purple-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:900;letter-spacing:.08em;text-decoration:underline;text-underline-offset:4px}.wordweave-app-root .ww-divider{display:flex;align-items:center;gap:12px;color:var(--ww-purple-muted);font-size:12px}.wordweave-app-root .ww-divider:after,.wordweave-app-root .ww-divider:before{content:"";flex:1 1;height:3px;border-radius:999px;background:rgba(139,92,246,.2)}.wordweave-app-root .wordweave-room-error{position:fixed;z-index:30;top:18px;left:50%;width:max-content;max-width:min(92vw,560px);transform:translateX(-50%);padding:12px 16px;border:3px solid var(--accent);border-radius:14px;background:#ffffff;color:var(--text-strong);box-shadow:0 5px 0 rgba(109,40,217,.48);font-size:14px;font-weight:800}.wordweave-app-root .ww-game-shell{width:min(100%,520px);margin:auto}.wordweave-app-root .ww-topbar{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:8px 14px;border:3px solid var(--ww-purple-border-strong);border-radius:999px;background:var(--ww-purple-paper);box-shadow:0 5px 0 var(--ww-purple-shadow)}.wordweave-app-root .ww-room-code-button{width:auto;min-height:36px;padding:4px 6px;border:0;border-radius:8px;background:transparent;box-shadow:none;color:var(--accent);font-size:24px;font-weight:900;letter-spacing:.12em}.wordweave-app-root .ww-panel{padding:18px 20px 20px}.wordweave-app-root .ww-lobby-code-callout{margin:0 0 14px;padding:14px;border:3px dashed var(--ww-purple-border-strong);border-radius:16px;background:var(--ww-purple-paper);text-align:center}.wordweave-app-root .ww-lobby-code-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:7px}.wordweave-app-root .ww-big-code{margin-left:.16em;color:var(--accent);font-size:46px;font-weight:900;letter-spacing:.16em;line-height:1;white-space:nowrap}.wordweave-app-root .ww-qr-button{width:auto;min-height:42px;padding:8px 12px;border:2px solid var(--ww-purple-border);border-radius:14px;background:#f6f0ff;color:var(--accent);box-shadow:0 3px 0 rgba(109,40,217,.22);font-size:12px;font-weight:900;white-space:nowrap}.wordweave-app-root .ww-share-link{display:inline-block;margin-top:6px;color:var(--text-strong);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;font-weight:800;overflow-wrap:anywhere}.wordweave-app-root .ww-lobby-settings-summary{display:flex;align-items:center;justify-content:flex-start;gap:14px;width:100%;min-height:64px;margin:0 0 14px;padding:10px 12px 10px 14px;border:3px solid rgba(139,92,246,.58);border-radius:16px;background:linear-gradient(180deg,#ffffff,#fbf8ff);color:var(--text-strong);box-shadow:0 4px 0 rgba(109,40,217,.28);text-align:left}.wordweave-app-root .ww-lobby-settings-summary:disabled{cursor:default;opacity:1}.wordweave-app-root .ww-lobby-settings-summary.is-open{margin-bottom:8px;border-color:var(--accent);background:#f8f3ff}.wordweave-app-root .ww-lobby-settings-summary:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px 0 rgba(109,40,217,.28)}.wordweave-app-root .ww-lobby-settings-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0 0 14px}.wordweave-app-root .ww-lobby-settings-stack .ww-lobby-settings-menu,.wordweave-app-root .ww-lobby-settings-stack .ww-lobby-settings-summary{margin:0}.wordweave-app-root .ww-lobby-settings-stack .ww-lobby-settings-menu{grid-column:1/-1}.wordweave-app-root .ww-lobby-settings-copy{display:grid;min-width:0;grid-gap:3px;gap:3px}.wordweave-app-root .ww-lobby-settings-copy strong{color:var(--text-strong);font-size:clamp(19px,5.2vw,24px);font-weight:900;line-height:1}.wordweave-app-root .ww-lobby-settings-menu .ww-muted,.wordweave-app-root .ww-lobby-settings-summary .ww-muted{color:#716184}.wordweave-app-root .ww-lobby-settings-icon{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border:2px solid #ddd0ff;border-radius:999px;background:#f6f0ff;color:var(--accent)}.wordweave-app-root .ww-lobby-settings-summary:disabled .ww-lobby-settings-icon{border-color:#e6ddfa;background:#f8f5ff;color:#8a75b6}.wordweave-app-root .ww-lobby-settings-menu{margin:0 0 14px;padding:14px;border:3px solid rgba(139,92,246,.62);border-radius:16px;background:linear-gradient(180deg,#f4ecff,#fbf8ff 58%,#ffffff);box-shadow:inset 0 0 0 2px rgba(255,255,255,.82),0 4px 0 rgba(109,40,217,.24);animation:wordweave-pop-in .24s cubic-bezier(.34,1.56,.64,1) both}.wordweave-app-root .ww-lobby-settings-menu .ww-board-size-card{margin:0}.wordweave-app-root .ww-lobby-settings-menu .ww-board-size-selector{margin-top:8px}.wordweave-app-root .ww-lobby-settings-menu .ww-board-preview{background:#ffffff;border-color:#e3d7ff;box-shadow:0 3px 0 rgba(139,92,246,.18)}.wordweave-app-root .ww-lobby-settings-menu .ww-board-preview.selected{border-color:var(--accent);background:#fbf8ff;box-shadow:0 4px 0 rgba(109,40,217,.54)}.wordweave-app-root .ww-lobby-settings-menu .ww-board-preview .preview-grid span{background:#ded2f4}.wordweave-app-root .ww-lobby-settings-menu .ww-board-preview.selected .preview-grid span{background:var(--accent)}.wordweave-app-root .ww-lobby-settings-menu .ww-board-preview strong{color:#8b7aa5}.wordweave-app-root .ww-lobby-settings-menu .ww-board-preview.selected strong{color:var(--accent)}.wordweave-app-root .ww-mode-card{display:grid;grid-gap:10px;gap:10px;margin:0;text-align:center}.wordweave-app-root .ww-mode-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.wordweave-app-root .ww-mode-option{display:grid;place-items:center;min-height:70px;padding:10px;border:2px solid #e3d7ff;border-radius:14px;background:#ffffff;color:#8b7aa5;box-shadow:0 3px 0 rgba(139,92,246,.18);font-size:15px;font-weight:900;line-height:1.05}.wordweave-app-root .ww-mode-option.selected{border-color:var(--accent);background:#fbf8ff;color:var(--accent);box-shadow:0 4px 0 rgba(109,40,217,.54)}.wordweave-app-root .ww-board-size-card{display:grid;grid-gap:8px;gap:8px;margin:0 0 14px;text-align:center}.wordweave-app-root .ww-board-size-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0}.wordweave-app-root .ww-board-preview{width:100%;min-height:0;gap:8px;padding:12px 10px 13px;border-width:2px;border-radius:14px;box-shadow:0 3px 0 rgba(196,165,116,.3)}.wordweave-app-root .ww-board-preview:disabled{cursor:default;opacity:1}.wordweave-app-root .ww-board-preview .preview-grid{width:min(54px,14vw);max-width:54px}.wordweave-app-root .ww-board-preview strong{font-size:14px}.wordweave-app-root .ww-player-list{display:flex;flex-direction:column;gap:8px;margin:10px 0;padding:0;list-style:none}.wordweave-app-root .ww-player-card{display:flex;align-items:center;gap:12px;min-height:62px;padding:9px 14px;border:3px solid var(--ww-purple-border);border-radius:14px;background:#ffffff;color:var(--text-strong);box-shadow:0 4px 0 rgba(109,40,217,.18);font-size:19px;font-weight:900;animation:wordweave-pop-in .34s cubic-bezier(.34,1.56,.64,1) both}.wordweave-app-root .ww-player-card.disconnected{opacity:.45}.wordweave-app-root .ww-avatar{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border:2px solid rgba(61,61,61,.35);border-radius:14px;color:var(--text-strong);font-size:21px;box-shadow:inset 0 -5px 0 rgba(61,61,61,.12)}.wordweave-app-root .ww-player-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wordweave-app-root .ww-badge{flex:0 0 auto;margin-left:4px;padding:2px 8px;border:2px solid var(--ww-purple-border);border-radius:999px;background:#f6f0ff;color:var(--accent);box-shadow:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.wordweave-app-root .ww-badge.off{background:#f5f1ff;color:var(--ww-purple-muted)}.wordweave-app-root .ww-kick-button{display:inline-grid;flex:0 0 auto;width:28px;height:28px;margin-left:auto;border:2px solid var(--ww-purple-border);border-radius:999px;place-items:center;background:#ffb3c7;color:var(--text-strong);box-shadow:0 3px 0 rgba(109,40,217,.24);font-size:17px;font-weight:900;line-height:1}.wordweave-app-root .ww-team-button{flex:0 0 auto;min-height:34px;margin-left:auto;padding:5px 9px;border:2px solid var(--ww-purple-border);border-radius:999px;background:#f7f2ff;color:var(--accent);box-shadow:0 2px 0 rgba(109,40,217,.18);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:900;letter-spacing:.04em;line-height:1;text-transform:uppercase}.wordweave-app-root .ww-team-button:disabled{cursor:default;opacity:1}.wordweave-app-root .ww-team-button:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 0 rgba(109,40,217,.18)}.wordweave-app-root .ww-display-actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);grid-gap:10px;gap:10px;margin-top:12px}.wordweave-app-root .ww-display-button,.wordweave-app-root .ww-display-copy{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:9px 13px;border:2px solid var(--ww-purple-border);border-radius:14px;background:#f7f2ff;color:var(--accent);box-shadow:0 4px 0 rgba(109,40,217,.22);font-size:13px;font-weight:900;letter-spacing:.02em;text-align:center;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.wordweave-app-root .ww-display-button:hover,.wordweave-app-root .ww-display-copy:hover{background:#efe5ff}.wordweave-app-root .ww-display-button:active,.wordweave-app-root .ww-display-copy:active{transform:translateY(2px);box-shadow:0 2px 0 rgba(109,40,217,.22)}.wordweave-app-root .ww-display-button:focus-visible,.wordweave-app-root .ww-display-copy:focus-visible{outline:4px solid var(--focus);outline-offset:2px}.wordweave-app-root .ww-start-game{margin-top:10px}.wordweave-app-root .ww-waiting-note{margin:16px 0 8px;text-align:center}.wordweave-app-root .ww-quiet-button{display:block;width:-moz-fit-content;width:fit-content;min-height:40px;margin:14px auto 0;padding:8px 14px;border:2px solid var(--ww-purple-border);border-radius:999px;background:#ffffff;box-shadow:0 3px 0 rgba(109,40,217,.2);color:var(--ww-purple-muted);font-size:14px;font-weight:900;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease}.wordweave-app-root .ww-quiet-button:hover{background:#f6f0ff;color:var(--accent)}.wordweave-app-root .ww-quiet-button:active{transform:translateY(2px);box-shadow:0 1px 0 rgba(109,40,217,.2)}.wordweave-app-root .ww-room-code-static{display:inline-block;padding:4px 6px;color:var(--accent);font-size:24px;font-weight:900;letter-spacing:.12em}.wordweave-app-root .ww-skeleton-chip,.wordweave-app-root .ww-skeleton-row{border-radius:12px;background:linear-gradient(90deg,#efe9ff 25%,#f8f5ff 50%,#efe9ff 75%);background-size:200% 100%;animation:ww-skeleton-shimmer 1.2s linear infinite}.wordweave-app-root .ww-skeleton-row{height:56px}.wordweave-app-root .ww-skeleton-players{display:flex;gap:10px;margin-top:14px}.wordweave-app-root .ww-skeleton-chip{width:92px;height:40px;border-radius:999px}@keyframes ww-skeleton-shimmer{to{background-position:-200% 0}}.ww-qr-backdrop,.ww-qr-backdrop *{box-sizing:border-box}.ww-qr-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(61,61,61,.58);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ww-qr-dialog{position:relative;width:min(100%,380px);padding:24px;border:3px solid var(--accent);border-radius:18px;background:#fffdfa;color:var(--text-strong);text-align:center;box-shadow:0 10px 0 rgba(109,40,217,.5),0 28px 60px rgba(61,61,61,.28);animation:wordweave-pop-in .34s cubic-bezier(.34,1.56,.64,1) both}.ww-qr-dialog h2{margin:0 34px 16px;color:var(--text-strong);font-size:30px;font-weight:900;line-height:1}.ww-qr-dialog a{display:inline-block;margin-top:12px;color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;font-weight:800;overflow-wrap:anywhere}.ww-qr-code{display:inline-flex;max-width:100%;padding:8px;border:3px solid var(--border-strong);border-radius:16px;background:#fffef8}.ww-qr-code svg{display:block;width:min(64vw,256px);height:auto}.ww-qr-close{position:absolute;top:10px;right:10px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:var(--accent);color:#ffffff;font:inherit;font-size:24px;font-weight:900;cursor:pointer;-webkit-tap-highlight-color:transparent}.wordweave-app-root .ww-final{justify-content:flex-start;gap:0;isolation:isolate;padding:clamp(26px,6vw,52px) clamp(16px,5vw,48px)}.wordweave-app-root .ww-final>:not(.ww-final-confetti){position:relative;z-index:1}.wordweave-app-root .ww-final-mark{display:grid;place-items:center;width:76px;height:76px;border:3px solid var(--border-strong);border-radius:24px;background:#f59e0b;color:#ffffff;box-shadow:0 7px 0 rgba(196,165,116,.6);font-size:34px;font-weight:900;line-height:1;transform:rotate(-5deg);animation:wordweave-pop-in .58s cubic-bezier(.34,1.56,.64,1) both}.wordweave-app-root .ww-final-kicker{margin:18px 0 4px;color:#8b8176;font-size:12px}.wordweave-app-root .ww-final-winner{max-width:min(100%,620px);margin:0;color:var(--text-strong);font-size:clamp(42px,11vw,78px);font-weight:900;line-height:.88;letter-spacing:0;overflow-wrap:anywhere;text-align:center;animation:wordweave-pop-in .54s cubic-bezier(.34,1.56,.64,1) .12s both}.wordweave-app-root .ww-final-list{display:flex;flex-direction:column;gap:9px;width:min(100%,520px);margin:22px 0 18px;padding:0;list-style:none}.wordweave-app-root .ww-final-list li{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-height:64px;padding:9px 13px;border:3px solid var(--border-strong);border-radius:14px;background:#fffdfa;color:var(--text-strong);box-shadow:0 5px 0 rgba(196,165,116,.5);animation:wordweave-pop-in .42s cubic-bezier(.22,1.35,.36,1) both}.wordweave-app-root .ww-final-list li.is-winner{border-color:var(--accent);box-shadow:0 5px 0 rgba(109,40,217,.42)}.wordweave-app-root .ww-final-place{display:grid;place-items:center;height:36px;border:2px solid var(--border-strong);border-radius:12px;background:#f59e0b;color:#ffffff;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;font-weight:900}.wordweave-app-root .ww-final-name{font-size:19px;font-weight:900}.wordweave-app-root .ww-final-list small,.wordweave-app-root .ww-final-name{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.wordweave-app-root .ww-final-list small{grid-column:2/3;margin-top:-14px;color:#8b8176;font-size:12px;font-weight:700}.wordweave-app-root .ww-final-list strong{grid-column:3/4;grid-row:1/span 2;min-width:52px;color:var(--accent);font-size:34px;font-weight:900;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wordweave-app-root .ww-final-actions{display:grid;width:min(100%,520px);grid-gap:12px;gap:12px;margin-top:auto}.wordweave-app-root .ww-waiting-host{display:grid;place-items:center;min-height:58px;border:3px solid var(--border-strong);border-radius:30px;background:#fffdfa;color:#8b8176;box-shadow:0 5px 0 rgba(196,165,116,.5);font-size:13px}.wordweave-app-root .ww-final-confetti{position:fixed;inset:0;z-index:30;overflow:hidden;pointer-events:none}.wordweave-app-root .ww-final-confetti i{position:absolute;top:-6dvh;left:var(--left);width:var(--piece-width);height:var(--piece-height);border:1px solid rgba(61,61,61,.45);border-radius:2px;background:var(--piece-color);animation:wordweave-confetti-fall var(--duration) linear infinite;animation-delay:var(--delay)}.wordweave-app-root .multiplayer-loading-view .menu-panel{gap:18px}.wordweave-app-root .multiplayer-ended-view{width:100%;max-width:min(100vw,560px)}.wordweave-app-root .multiplayer-ended-view .ended-header{padding-top:clamp(42px,7svh,64px)}.wordweave-app-root .multiplayer-ended-view .mini-board{width:clamp(210px,48vw,250px);gap:4px;margin-bottom:18px;padding:5px}.wordweave-app-root .multiplayer-ended-view .mini-board span{border-radius:9px;font-size:clamp(21px,5vw,28px)}.wordweave-app-root .multiplayer-ended-view .final-score{font-size:clamp(34px,7vw,42px)}.wordweave-app-root .multiplayer-ended-view .word-count{font-size:clamp(20px,4.5vw,26px)}.wordweave-app-root .multiplayer-ended-view .panel-body{min-height:0;padding:0 clamp(16px,4vw,24px)}.wordweave-app-root .multiplayer-ended-view .tabs{padding-inline:clamp(16px,4vw,24px)}.wordweave-app-root .multiplayer-ended-view .leaderboard,.wordweave-app-root .multiplayer-ended-view .word-grid{max-height:none;padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px));overflow:visible}.wordweave-app-root .multiplayer-end-actions{display:flex;position:fixed;left:50%;bottom:max(40px,calc(env(safe-area-inset-bottom, 0px) + 24px));z-index:20;align-items:center;gap:12px;margin:0;transform:translateX(-50%)}.wordweave-app-root .multiplayer-waiting-note{margin:0;color:#8b8176;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.wordweave-app-root .floating-again.multiplayer-play-again{position:relative;bottom:auto;left:auto;width:auto;margin:0;transform:none;white-space:nowrap}.wordweave-app-root .floating-again.multiplayer-play-again:disabled{background:#fffdfa;color:#8b8176;box-shadow:0 4px 0 rgba(196,165,116,.5);opacity:1}.wordweave-app-root .multiplayer-lobby-settings{display:grid;place-items:center;width:56px;min-width:56px;height:56px;min-height:56px;border:2px solid #e0d8d0;border-radius:999px;color:#6b5f53;background:#fffdfa;box-shadow:0 4px 0 rgba(196,165,116,.5)}.wordweave-app-root .multiplayer-lobby-settings:active{transform:translateY(2px);box-shadow:0 2px 0 rgba(196,165,116,.5)}@keyframes wordweave-pop-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:none}}@keyframes wordweave-confetti-fall{0%{transform:translate3d(0,-12vh,0) rotate(0deg);opacity:0}8%{opacity:1}to{transform:translate3d(var(--drift),112vh,0) rotate(680deg);opacity:0}}@media (max-width:520px){.wordweave-app-root .ww-display-actions{grid-template-columns:1fr}.wordweave-app-root .ww-lobby-code-row{flex-direction:column;gap:8px}.wordweave-app-root .ww-big-code{font-size:42px}.wordweave-app-root .ww-final-list li{grid-template-columns:34px minmax(0,1fr) auto;gap:10px}}.wordweave-app-root,html.wordweave-page{--text:#3d3d3d;--text-strong:#3d3d3d;--muted:#9ca3af;--bg:#faf8f5;--surface:#ffffff;--border:#e0d8d0;--border-strong:#c4a574;--accent:#8b5cf6;--success:#4ade80;--danger:#f87171;--duplicate:#9ca3af;--warning:#f59e0b;--focus:rgba(139,92,246,0.34);--tile:#ffffff;--tile-shadow:#c4a574;--shadow:rgba(86,69,48,0.16) 0 16px 36px;--native-default-easing:cubic-bezier(0.455,0.03,0.515,0.955);--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",ui-sans-serif,system-ui,sans-serif;background:var(--bg)}.wordweave-app-root,body.wordweave-page,html.wordweave-page{font:16px/1.45 var(--sans);letter-spacing:0;color:var(--text);color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wordweave-app-root *{box-sizing:border-box}.wordweave-app-root,body.wordweave-page,html.wordweave-page{min-height:100%}body.wordweave-page{margin:0;min-width:320px;overflow-x:hidden}body.wordweave-page.wordweave-modal-open,html.wordweave-page.wordweave-modal-open{background:#7d7c7b;overscroll-behavior:none}body.wordweave-page.wordweave-modal-open{overflow:hidden}.wordweave-app-root h1{color:var(--text-strong);font-size:56px;font-weight:800;line-height:1.08;letter-spacing:2px}.wordweave-app-root p{margin:0}