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