@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&display=swap";:root{--bg: #1a1a2e;--panel: #16213e;--panel-alt: #0f3460;--surface: rgba(255, 255, 255, .03);--border: #0f3460;--border-soft: #1a1a2e;--accent: #4ecca3;--accent-2: #e94560;--accent-3: #e6c84a;--accent-4: #7b2d8b;--text: #eee;--text-dim: #ccc;--text-muted: #888;--text-hint: #aaa;--danger: #e94560;--card-chip-w: 56px;--card-chip-h: 76px;--radius: 12px;--radius-sm: 8px;--font-playful: "Fredoka", "Trebuchet MS", "Comic Sans MS", cursive;--safe-inset-b: env(safe-area-inset-bottom, 0px);--safe-inset-t: env(safe-area-inset-top, 0px)}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100%;height:100%;overflow:hidden}#root{width:100%;max-width:100vw;max-width:100dvw;min-height:100%;overflow:hidden}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-text-size-adjust:100%;overflow:hidden}html.layout-compact,body.layout-compact{min-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain}button{font-family:inherit;min-height:36px;touch-action:manipulation}input,select,textarea{font-family:inherit}.page{position:relative;isolation:isolate;width:100%;max-width:100vw;max-width:100dvw;min-height:100vh;margin:0;padding:16px;padding-bottom:calc(16px + var(--safe-inset-b));overflow:hidden}.lobby-shell{position:relative;display:flex;justify-content:center;align-items:flex-start;width:100%;max-width:100vw;max-width:100dvw;height:100vh;padding:12px;overflow:hidden;overflow-x:clip;touch-action:manipulation;background:radial-gradient(circle at 20% 20%,#fff7fc,#f6d9ea 26%,#eddcff 60%,#e7e2ff)}.lobby-shell:before,.page.theme-spring:before,.page.theme-spring:after{content:"";position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;pointer-events:none}.lobby-shell:before,.page.theme-spring:before{background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.85) 0 10%,transparent 20%),radial-gradient(circle at 78% 16%,rgba(255,182,213,.42) 0 11%,transparent 22%),radial-gradient(circle at 75% 78%,rgba(142,107,255,.16) 0 13%,transparent 28%),radial-gradient(circle at 18% 78%,rgba(255,126,182,.14) 0 12%,transparent 24%);filter:blur(10px);z-index:-2}.lobby-shell:after,.page.theme-spring:after{background:radial-gradient(circle at 50% 52%,rgba(255,255,255,.35) 0 18%,transparent 34%),conic-gradient(from 30deg,#ff7eb61a,#ffd67a1f,#8e6bff1a,#ff7eb61a);opacity:.6;filter:blur(30px);z-index:-3}.lobby-card{position:relative;background:#fffafdc7!important;border:1px solid rgba(205,159,189,.42)!important;border-radius:26px;padding:14px;width:min(1120px,100%);max-width:100%;height:calc(100vh - 24px);box-shadow:0 30px 90px #78416c2e!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden;display:flex;flex-direction:column;gap:12px}.lobby-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.55),transparent 35%,rgba(255,255,255,.18));pointer-events:none}.lobby-panel{background:#ffffffb3!important;border:1px solid rgba(205,159,189,.28)!important;border-radius:22px!important;box-shadow:0 16px 34px #78416c14!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lobby-room-card{background:#ffffffb8!important;border:1px solid rgba(205,159,189,.28)!important;box-shadow:0 10px 24px #78416c14!important;border-radius:16px!important}.lobby-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(340px,1.1fr);gap:12px;position:relative;z-index:1;flex:1;min-width:0;min-height:0}.lobby-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;position:relative;z-index:1}.lobby-hero-copy{flex:1;min-width:0}.lobby-install-anchor{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.lobby-install-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:9px 14px;border:1px solid rgba(205,159,189,.32);border-radius:999px;background:#ffffffc7;color:#8a2d60;font:800 12px/1 var(--font-playful);letter-spacing:.02em;box-shadow:0 12px 26px #78416c1a}.lobby-install-hint{width:min(240px,calc(100vw - 48px));padding:10px 12px;border-radius:16px;background:#fffcfef0;border:1px solid rgba(205,159,189,.28);color:#7b5370;font:600 12px/1.45 Trebuchet MS,Avenir Next,sans-serif;box-shadow:0 16px 32px #78416c1f;text-align:left}.lobby-install-hint__title{margin-bottom:4px;color:#c34d84;font:800 11px/1.1 var(--font-playful);letter-spacing:.04em;text-transform:uppercase}.lobby-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(205,159,189,.32);color:#9b5f83;font:700 11px/1.2 Trebuchet MS,Avenir Next,sans-serif;letter-spacing:.08em;text-transform:uppercase}.lobby-actions-column{display:flex;flex-direction:column;gap:12px;min-height:0}.lobby-identity-card{padding:12px 14px;border-radius:22px;background:linear-gradient(145deg,#ffffffd6,#fff4fab3);border:1px solid rgba(205,159,189,.3);box-shadow:0 14px 30px #78416c14}.lobby-auth-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.lobby-auth-copy{min-width:0}.lobby-auth-status{color:#8f6d81;font-size:12px;line-height:1.4}.lobby-auth-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:16px;background:#ffffffb8;border:1px solid rgba(205,159,189,.24);min-width:0}.lobby-auth-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:0 0 auto}.lobby-auth-avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff7eb6f2,#8e6bffeb);color:#fff;font:800 14px/1 Trebuchet MS,Avenir Next,sans-serif}.lobby-auth-chip__name{color:#6b2e55;font-weight:800;font-size:12px;line-height:1.2}.lobby-auth-chip__meta{color:#9b6c87;font-size:11px;line-height:1.2}.lobby-auth-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.lobby-pill-button{min-height:36px;padding:9px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(135deg,#ff7eb6f5,#8e6bfff0);color:#fff;font:800 12px/1 Trebuchet MS,Avenir Next,sans-serif}.lobby-pill-button:disabled{opacity:.58;cursor:not-allowed;filter:saturate(.75)}.lobby-pill-button--soft{background:#ffffffe0;color:#8a2d60;border-color:#cd9fbd52}.lobby-pill-button--dark{background:linear-gradient(135deg,#303145f5,#141826f0)}.lobby-pill-button--ghost{background:#ffffffa8;color:#6b2e55;border-color:#cd9fbd47}.lobby-identity-note{color:#9b6c87;font-size:11px;line-height:1.45}.lobby-identity-note--warning{color:#a25f1c}.lobby-auth-notice{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-top:10px;padding:10px 12px;border-radius:14px;border:1px solid rgba(205,159,189,.28);background:#ffffffb8;color:#6b2e55;font-size:11px;line-height:1.45}.lobby-auth-notice.is-success{background:#edfff5eb;border-color:#4ecca357;color:#1f7a60}.lobby-auth-notice.is-error{background:#fff3f7eb;border-color:#e9456042;color:#a82f59}.lobby-auth-notice.is-info{background:#fffaecf0;border-color:#e6c84a47;color:#8f6a14}.lobby-auth-notice__dismiss{min-width:24px;min-height:24px;padding:0;border-radius:999px;border:1px solid rgba(205,159,189,.25);background:#ffffffb8;color:inherit;font:700 11px/1 Trebuchet MS,Avenir Next,sans-serif;box-shadow:none!important}.lobby-profile-editor{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.lobby-player-stats{display:flex;flex-direction:column;gap:8px;margin-bottom:10px;padding:10px 12px;border-radius:16px;background:#ffffff94;border:1px solid rgba(205,159,189,.22)}.lobby-player-stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.lobby-stat-tile{padding:10px 8px;border-radius:14px;background:#ffffffbd;border:1px solid rgba(205,159,189,.2);text-align:center}.lobby-stat-tile__value{color:#6b2e55;font:800 18px/1 Trebuchet MS,Avenir Next,sans-serif}.lobby-stat-tile__label{margin-top:4px;color:#9b6c87;font-size:11px}.lobby-inline-field{display:flex;align-items:stretch;gap:8px}.lobby-inline-field .lobby-input{margin-bottom:0!important;flex:1 1 auto}.lobby-inline-field__button{flex:0 0 auto;min-width:88px}.lobby-inline-feedback{color:#a82f59;font-size:11px;line-height:1.4}.lobby-inline-feedback.is-success{color:#248d70}.lobby-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;min-height:0}.lobby-join-toggle{display:flex;flex-direction:column;gap:8px}.lobby-toggle-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid rgba(205,159,189,.28);border-radius:16px;background:#ffffffb8;color:#6b2e55;font:800 13px/1 Trebuchet MS,Avenir Next,sans-serif;box-shadow:0 10px 24px #78416c14}.lobby-toggle-arrow{width:1.2em;text-align:center;color:#c34d84;font-size:15px}.lobby-join-panel{padding:12px;border-radius:18px;background:#ffffffad;border:1px solid rgba(205,159,189,.22);box-shadow:inset 0 1px #ffffffb3}.lobby-action-card{min-width:0}.lobby-section-tag{display:inline-flex;align-items:center;margin-bottom:10px;padding:6px 11px;border-radius:999px;background:#ff7eb626;color:#c34d84;font:800 11px/1 Trebuchet MS,Avenir Next,sans-serif;letter-spacing:.08em;text-transform:uppercase}.lobby-section-tag--join{background:#4ecca329;color:#248d70}.lobby-field-label{display:block;margin-bottom:5px;color:#8d6581;font:700 11px/1.25 Trebuchet MS,Avenir Next,sans-serif;letter-spacing:.02em}.lobby-input{width:100%;padding:10px 12px;border-radius:12px;outline:none}.lobby-right-column{display:flex;flex-direction:column;gap:12px;min-height:0}.lobby-leaderboard-panel{padding:12px!important;display:flex;flex-direction:column;min-height:190px}.lobby-leaderboard-list{display:flex;flex-direction:column;gap:8px;overflow:auto;padding-right:2px}.lobby-leaderboard-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;border-radius:16px;background:#ffffffad;border:1px solid rgba(205,159,189,.24)}.lobby-leaderboard-row.is-current{background:#fff6e9eb;border-color:#e6c84a6b}.lobby-leaderboard-rank{color:#c34d84;font:800 16px/1 Trebuchet MS,Avenir Next,sans-serif}.lobby-leaderboard-player{min-width:0}.lobby-leaderboard-name{color:#6b2e55;font:800 14px/1.15 Trebuchet MS,Avenir Next,sans-serif}.lobby-leaderboard-meta{margin-top:4px;color:#9b6c87;font-size:11px;line-height:1.35}.lobby-leaderboard-lastplay{color:#8f6d81;font-size:11px;text-align:right}.lobby-rooms-panel{padding:12px!important;display:flex;flex-direction:column;min-height:0}.lobby-rooms-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.lobby-room-list{display:flex;flex-direction:column;gap:8px;overflow:auto;padding-right:2px}.lobby-room-card{padding:12px!important}.lobby-room-title-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:7px}.lobby-room-name{color:#6b2e55;font:800 16px/1.1 Marker Felt,Trebuchet MS,Avenir Next,sans-serif}.lobby-room-host{margin-top:3px;color:#9b6c87;font-size:11px}.lobby-room-seats{display:grid;grid-template-columns:repeat(auto-fit,minmax(106px,1fr));gap:8px;margin-bottom:12px}.lobby-seat-chip{background:#fff9;border:1px solid rgba(205,159,189,.22);border-radius:12px;padding:7px 9px;font-size:11px}.lobby-seat-chip.is-occupied{background:#fff4f9e6;border-color:#cd9fbd5c;box-shadow:inset 0 1px #fffc}.lobby-room-actions{display:flex;gap:8px}.lobby-room-card--finished{background:#ffffff8f!important}.lobby-resume-banner{margin-bottom:2px;padding:12px 16px;border-radius:18px;background:linear-gradient(145deg,#4ecca31f,#ffffffb8);border:1px solid rgba(78,204,163,.26);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lobby-resume-banner span,.lobby-resume-banner b{color:#6b2e55!important}.lobby-error-banner{margin-top:auto;padding:12px 14px;background:#7a1c3f24;border:1px solid rgba(188,53,96,.26);border-radius:16px;color:#a82f59;font-size:14px}.lobby-card h1,.lobby-card h3{color:#6b2e55!important}.lobby-card h1{font-size:clamp(22px,3vw,28px)!important;font-family:Marker Felt,Trebuchet MS,Avenir Next,sans-serif}.lobby-card h3{font-size:16px!important;font-family:Trebuchet MS,Avenir Next,sans-serif}.lobby-card p,.lobby-card label,.lobby-card span{color:#7d5470}.lobby-card input,.lobby-card select,.lobby-card textarea{background:#ffffffe0!important;border:1px solid rgba(205,159,189,.4)!important;color:#5b2944!important;box-shadow:inset 0 1px 2px #ffffffb3}.lobby-card input::placeholder,.lobby-card textarea::placeholder{color:#b08da0}.lobby-card button{box-shadow:0 10px 24px #78416c1f;border-radius:999px!important}.lobby-card button[style*="#e94560"],.lobby-card button[style*="#4ecca3"],.lobby-card button[style*="#1a1a2e"]{background:linear-gradient(135deg,#ff7eb6f5,#8e6bfff0)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important}.lobby-card>div>div,.lobby-card>div>section,.lobby-card>div>aside{background:transparent!important}.lobby-card>div:first-child{margin-bottom:8px}.lobby-card input,.lobby-card select{margin-bottom:10px!important;font-size:13px!important;padding:8px 10px!important}.lobby-card .lobby-room-card{padding:12px!important}@media (max-width: 900px){.lobby-auth-header{flex-direction:column;align-items:stretch}.lobby-auth-chip{width:100%}.lobby-inline-field{flex-direction:column}.lobby-inline-field__button{width:100%}.lobby-player-stats__grid{grid-template-columns:1fr}.lobby-leaderboard-row{grid-template-columns:44px minmax(0,1fr)}.lobby-leaderboard-lastplay{grid-column:2;text-align:left}}.lobby-shell{align-items:stretch!important;min-height:100vh;min-height:100dvh;height:auto!important;padding:max(12px,var(--safe-inset-t)) 12px max(12px,var(--safe-inset-b))!important;background:#fff!important;color:#111!important;overflow:hidden!important}.lobby-shell:before,.lobby-shell:after{display:none!important}.lobby-card{width:min(1120px,100%)!important;height:auto!important;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);margin:0 auto;padding:14px!important;overflow:auto!important;background:#fff!important;border:1px solid #111!important;border-radius:22px!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#111!important}.lobby-card:before{display:none!important}.lobby-hero{align-items:center!important;padding:2px 2px 0}.lobby-kicker{margin-bottom:6px!important;padding:0!important;background:transparent!important;border:0!important;color:#666!important;font:800 11px/1.2 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;letter-spacing:.06em!important}.lobby-card h1,.lobby-card h2,.lobby-card h3,.lobby-card p,.lobby-card label,.lobby-card span,.lobby-card div{color:inherit}.lobby-card h1{color:#111!important;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:clamp(28px,5vw,44px)!important;font-weight:850!important;letter-spacing:0!important}.lobby-card h2,.lobby-card h3{color:#111!important;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;letter-spacing:0!important}.lobby-card [style*=color]{color:#111!important}.lobby-tabs{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:4px 0 2px;padding:6px;border:1px solid #111;border-radius:999px;background:#fff}.lobby-tab{width:100%;min-height:42px;border:0!important;border-radius:999px!important;background:#fff!important;color:#111!important;box-shadow:none!important;font:800 14px/1 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.lobby-tab.is-active{background:#111!important;color:#fff!important}.lobby-grid{grid-template-columns:minmax(300px,.82fr) minmax(360px,1.18fr)!important;gap:12px!important;min-height:0}.lobby-panel,.lobby-identity-card,.lobby-room-card,.lobby-join-panel,.lobby-player-stats,.lobby-stat-tile,.lobby-auth-chip,.lobby-auth-notice,.lobby-toggle-button,.lobby-install-button,.lobby-install-hint,.lobby-resume-banner,.lobby-leaderboard-me,.lobby-leaderboard-row{background:#fff!important;border:1px solid #111!important;border-radius:18px!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.lobby-card .lobby-panel{padding:14px!important}.lobby-auth-status,.lobby-auth-chip__meta,.lobby-room-host,.lobby-field-label,.lobby-identity-note,.lobby-leaderboard-meta,.lobby-leaderboard-lastplay,.lobby-stat-tile__label,.lobby-empty-state{color:#666!important}.lobby-auth-chip__name,.lobby-room-name,.lobby-leaderboard-name,.lobby-leaderboard-rank,.lobby-stat-tile__value,.lobby-leaderboard-me__name{color:#111!important}.lobby-auth-avatar--fallback{background:#111!important;color:#fff!important}.lobby-field-label,.lobby-section-tag{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase}.lobby-section-tag{margin-bottom:8px!important;padding:0!important;background:transparent!important;color:#666!important;border:0!important;border-radius:0!important}.lobby-card input,.lobby-card select,.lobby-card textarea{min-height:44px;background:#fff!important;border:1px solid #111!important;border-radius:14px!important;color:#111!important;box-shadow:none!important;font-size:16px!important}.lobby-card input::placeholder,.lobby-card textarea::placeholder{color:#777!important}.lobby-card button,.lobby-pill-button,.lobby-toggle-button{border-radius:999px!important;box-shadow:none!important}.lobby-pill-button,.lobby-card button[style*="#e94560"],.lobby-card button[style*="#4ecca3"],.lobby-card button[style*="#1a1a2e"],.lobby-card button[style*=background]{background:#111!important;border:1px solid #111!important;color:#fff!important}.lobby-pill-button--soft,.lobby-pill-button--ghost,.lobby-toggle-button,.lobby-install-button{background:#fff!important;border:1px solid #111!important;color:#111!important}.lobby-pill-button:disabled,.lobby-card button:disabled{opacity:.42!important;cursor:not-allowed;filter:none!important}.lobby-auth-actions{gap:8px!important}.lobby-pill-button{min-height:42px!important;padding:10px 15px!important;font:800 13px/1 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.lobby-inline-field{gap:8px!important}.lobby-actions-grid{grid-template-columns:1fr!important}.lobby-right-column,.lobby-rooms-panel{min-height:0}.lobby-rooms-header{align-items:center!important;gap:8px!important;flex-wrap:wrap}.lobby-room-list{gap:10px!important}.lobby-room-card{padding:14px!important}.lobby-room-name{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:16px!important;letter-spacing:0!important}.lobby-room-seats{grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important}.lobby-seat-chip,.lobby-seat-chip.is-occupied{background:#fff!important;border:1px solid #ddd!important;border-radius:14px!important;box-shadow:none!important}.lobby-room-actions{gap:8px!important}.lobby-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.lobby-page-title{margin:0;color:#111!important;font-size:clamp(24px,5vw,36px);line-height:1.05}.lobby-leaderboard-page{min-height:0;flex:1;display:flex;flex-direction:column}.lobby-leaderboard-me{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:14px}.lobby-leaderboard-me__name{font-weight:850;font-size:18px}.lobby-leaderboard-me__stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.lobby-leaderboard-me__stats span{padding:8px 10px;border:1px solid #111;border-radius:999px;color:#111!important;font-size:12px;font-weight:800}.lobby-leaderboard-list--page{gap:10px!important;min-height:0}.lobby-leaderboard-row{grid-template-columns:52px minmax(0,1fr) auto!important;padding:14px!important}.lobby-leaderboard-row.is-current{background:#111!important;color:#fff!important}.lobby-leaderboard-row.is-current .lobby-leaderboard-rank,.lobby-leaderboard-row.is-current .lobby-leaderboard-name,.lobby-leaderboard-row.is-current .lobby-leaderboard-meta,.lobby-leaderboard-row.is-current .lobby-leaderboard-lastplay{color:#fff!important}.lobby-empty-state{padding:20px;border:1px dashed #999;border-radius:18px;background:#fff;font-size:14px}.lobby-inline-feedback,.lobby-error-banner{color:#111!important}.lobby-inline-feedback{padding:8px 0;font-size:12px!important}.lobby-error-banner{margin-top:0!important;background:#fff!important;border:1px solid #111!important;border-radius:18px!important;font-size:14px!important;box-shadow:none!important}@media (max-width: 760px){.lobby-shell{padding:0!important;overflow:hidden!important}.lobby-card{width:100%!important;max-height:100dvh;min-height:100dvh;border:0!important;border-radius:0!important;padding:12px!important}.lobby-hero{gap:8px!important}.lobby-install-anchor{align-items:stretch!important}.lobby-install-button{min-height:40px!important;padding:8px 11px!important;font-size:11px!important;white-space:nowrap}.lobby-tabs{top:0;margin:6px 0 4px}.lobby-grid{grid-template-columns:1fr!important;gap:10px!important}.lobby-actions-column,.lobby-right-column{gap:10px!important}.lobby-auth-header{flex-direction:column;align-items:stretch}.lobby-auth-actions{display:grid!important;grid-template-columns:1fr}.lobby-inline-field{flex-direction:column}.lobby-inline-field__button,.lobby-room-actions button{width:100%}.lobby-player-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lobby-room-actions{flex-direction:column}.lobby-page-head,.lobby-leaderboard-me{flex-direction:column;align-items:stretch}.lobby-leaderboard-me__stats{justify-content:flex-start}.lobby-leaderboard-row{grid-template-columns:44px minmax(0,1fr)!important}.lobby-leaderboard-lastplay{grid-column:2;text-align:left!important}}:root{--lobby-bg-a: #fff9f1;--lobby-bg-b: #f7efe5;--lobby-ink: #2f2b2c;--lobby-muted: #746d6b;--lobby-line: #d7cfc7;--lobby-pink: #f8dfe6;--lobby-peach: #ffe9da;--lobby-butter: #fff4c9;--lobby-mint: #dff1e3;--lobby-sky: #dff2f5;--lobby-lilac: #ece5f8;--lobby-rose: #e79ba6;--lobby-sage: #71997f}.lobby-shell{padding:max(10px,var(--safe-inset-t)) 10px max(10px,var(--safe-inset-b))!important;background:radial-gradient(circle at top left,rgba(255,242,202,.88),transparent 30%),radial-gradient(circle at top right,rgba(223,241,227,.95),transparent 34%),linear-gradient(180deg,var(--lobby-bg-a),var(--lobby-bg-b))!important}.lobby-card{width:min(760px,100%)!important;max-height:calc(100dvh - 20px);padding:10px!important;gap:8px!important;border-radius:18px!important;background:#fffcf7eb!important;border-color:var(--lobby-line)!important}.lobby-hero{min-height:44px}.lobby-kicker{margin-bottom:3px!important;font-size:9px!important}.lobby-card h1{font-size:clamp(22px,6vw,30px)!important;line-height:1!important;color:var(--lobby-ink)!important}.lobby-tabs{gap:4px!important;margin:2px 0!important;padding:4px!important;background:#fff8f0e0;border-color:#d8d0c8}.lobby-tab{min-height:34px!important;font-size:12px!important;background:transparent!important;color:var(--lobby-muted)!important}.lobby-tab.is-active{background:#f3c9d2!important;color:var(--lobby-ink)!important}.lobby-grid{display:flex!important;flex:0 0 auto!important;flex-direction:column!important;grid-template-columns:1fr!important;gap:8px!important;overflow:visible!important}.lobby-actions-column,.lobby-right-column{flex:0 0 auto!important;gap:8px!important;min-height:auto!important;overflow:visible!important}.lobby-panel,.lobby-identity-card,.lobby-join-panel,.lobby-player-stats,.lobby-leaderboard-me,.lobby-leaderboard-row{border-radius:14px!important;border-color:var(--lobby-line)!important}.lobby-card .lobby-panel,.lobby-identity-card,.lobby-join-panel{padding:10px!important;background:#fffcf7e0!important}.lobby-identity-card.is-compact{padding:9px 10px!important}.lobby-identity-card{background:linear-gradient(180deg,#f8dfe6cc,#fff9f1eb)!important}.lobby-identity-card.is-compact .lobby-auth-header{margin-bottom:5px!important}.lobby-identity-card.is-compact .lobby-auth-status{display:none}.lobby-locked-account{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.lobby-locked-user{min-width:0}.lobby-locked-username{overflow:hidden;color:#111!important;font:850 18px/1.1 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-overflow:ellipsis;white-space:nowrap}.lobby-locked-meta{margin-top:2px;overflow:hidden;color:var(--lobby-muted)!important;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.lobby-pill-button--mini{flex:0 0 auto;min-height:30px!important;padding:7px 10px!important;font-size:11px!important}.lobby-auth-header{gap:8px!important;margin-bottom:8px!important}.lobby-auth-chip{max-width:190px;padding:6px 8px!important;border-radius:999px!important;background:#fffcf7d6!important}.lobby-auth-avatar{width:28px!important;height:28px!important}.lobby-auth-chip__name{overflow:hidden;font-size:12px!important;text-overflow:ellipsis;white-space:nowrap}.lobby-auth-chip__meta,.lobby-auth-status,.lobby-identity-note,.lobby-field-label,.lobby-room-host,.lobby-leaderboard-meta,.lobby-leaderboard-lastplay{font-size:10px!important;color:var(--lobby-muted)!important}.lobby-auth-actions{gap:6px!important;margin-bottom:7px!important}.lobby-pill-button{min-height:34px!important;padding:8px 11px!important;font-size:12px!important;background:var(--lobby-sage)!important;border-color:var(--lobby-sage)!important;color:#fffdf8!important}.lobby-pill-button--soft{background:#fffcf7e0!important;border-color:var(--lobby-line)!important;color:var(--lobby-ink)!important}.lobby-pill-button--ghost{background:#fff3daf2!important;border-color:#e6d7a7!important;color:var(--lobby-ink)!important}.lobby-profile-editor{gap:5px!important;margin-bottom:7px!important}.lobby-inline-field{gap:6px!important}.lobby-card input,.lobby-card select,.lobby-card textarea{min-height:38px!important;margin-bottom:7px!important;padding:8px 10px!important;border-radius:12px!important;font-size:16px!important}.lobby-player-stats{gap:6px!important;margin-bottom:7px!important;padding:8px!important;background:linear-gradient(180deg,#fff4c9e0,#fffbefe6)!important}.lobby-join-panel{background:linear-gradient(180deg,#ece5f8d1,#fffcf7eb)!important}.lobby-player-stats__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.lobby-stat-tile{padding:8px 5px!important;border-radius:12px!important}.lobby-stat-tile__value{font-size:15px!important}.lobby-stat-tile__label{font-size:9px!important}.lobby-toggle-button{min-height:36px!important;padding:8px 10px!important;border-radius:14px!important;font-size:12px!important;background:#ece5f8e6!important;border-color:#d5c9e7!important;color:var(--lobby-ink)!important}.lobby-section-tag{margin-bottom:5px!important;font-size:9px!important;color:#8b7f7a!important}.lobby-card h3{font-size:14px!important;line-height:1.15!important}.lobby-action-card{background:linear-gradient(180deg,#ffe9dac7,#fffcf7f0)!important}.lobby-rooms-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:7px!important;flex-wrap:nowrap!important}.lobby-rooms-header h3{font-size:14px!important}.lobby-rooms-header>div{min-width:0}.lobby-refresh-button{flex:0 0 auto;min-height:28px!important;padding:5px 9px!important;border-radius:999px!important;background:#cfe4d5!important;border:1px solid #cfe4d5!important;color:var(--lobby-ink)!important;font-size:10px!important;font-weight:800!important;box-shadow:none!important}.lobby-room-list{gap:7px!important}.lobby-room-card{padding:10px!important;border-radius:14px!important;background:#fffaf5f0!important;border-color:#ddd3ca!important}.lobby-room-title-row{gap:8px!important;margin-bottom:6px!important}.lobby-room-name{font-size:14px!important;line-height:1.15!important}.lobby-room-card--open{background:linear-gradient(180deg,#dff1e3eb,#fffcf7f5)!important}.lobby-rooms-panel--finished{background:linear-gradient(180deg,#fff4c9b3,#fffcf7f0)!important}.lobby-room-time{color:var(--lobby-muted);font-size:11px;white-space:nowrap}.lobby-room-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.lobby-room-id-row{display:flex;align-items:center;gap:6px;min-width:0;flex-wrap:wrap}.lobby-room-id-label{color:var(--lobby-muted);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.lobby-room-id-value{min-width:0;color:var(--lobby-ink);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:700}.lobby-copy-id-button{min-height:24px;padding:4px 8px;border:1px solid #d2c5bd;border-radius:999px;background:#fffcf7db;color:var(--lobby-muted);font-size:10px;font-weight:800;box-shadow:none!important}.lobby-room-capacity{color:var(--lobby-muted);font-size:12px;line-height:1.35}.lobby-room-seats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-bottom:8px!important}.lobby-seat-chip,.lobby-seat-chip.is-occupied{min-width:0;padding:6px 7px!important;border-color:#cfcfcf!important;border-radius:10px!important;font-size:10px!important}.lobby-room-actions{gap:6px!important}.lobby-room-actions button{min-height:44px!important;font-size:14px!important;font-weight:800!important;background:#edb8b1!important;border-color:#edb8b1!important;color:#3e3030!important}.lobby-room-actions button,.lobby-join-panel button,.lobby-resume-banner button{min-height:34px!important;padding:8px 11px!important;font-size:12px!important}.lobby-join-panel button,.lobby-install-button{background:#cfe4d5!important;border-color:#cfe4d5!important;color:var(--lobby-ink)!important}.lobby-page-head .lobby-refresh-button{min-height:30px!important}.lobby-action-card button{background:#f0b7a6!important;border-color:#f0b7a6!important;color:#3e3030!important}.lobby-leaderboard-page{padding:10px!important;background:linear-gradient(180deg,#ece5f8b8,#fffcf7f5)!important}.lobby-page-head{align-items:center!important;margin-bottom:9px!important}.lobby-page-title{font-size:clamp(20px,6vw,28px)!important}.lobby-leaderboard-me{margin-bottom:8px!important;padding:10px!important;background:linear-gradient(180deg,#fff4c9e0,#fffaf0f0)!important}.lobby-leaderboard-me__name{font-size:9px!important}.lobby-leaderboard-me__stats span{padding:6px 8px!important;font-size:6px!important}.lobby-leaderboard-columns{display:grid;grid-template-columns:52px minmax(0,1.45fr) repeat(4,minmax(48px,.62fr));gap:8px;padding:0 10px 4px;color:var(--lobby-muted);font-size:6px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.lobby-leaderboard-row{grid-template-columns:52px minmax(0,1.45fr) repeat(4,minmax(48px,.62fr))!important;gap:7px!important;padding:10px!important;align-items:center!important;background:#fffcf7e0!important}.lobby-leaderboard-rank{font-size:8px!important;color:#8c6d78!important}.lobby-leaderboard-name{font-size:8px!important}.lobby-leaderboard-stat{color:var(--lobby-ink);font-size:8px;font-weight:800;text-align:left}.lobby-leaderboard-lastplay{grid-column:2 / span 2;font-size:6px!important}.lobby-leaderboard-meta{grid-column:5 / span 2;text-align:right;font-size:6px!important}.lobby-leaderboard-row.is-current{background:linear-gradient(180deg,#dff1f5fa,#fffcf7fa)!important;border-color:#bfd8dd!important}.lobby-leaderboard-row.is-current .lobby-leaderboard-rank,.lobby-leaderboard-row.is-current .lobby-leaderboard-name,.lobby-leaderboard-row.is-current .lobby-leaderboard-stat,.lobby-leaderboard-row.is-current .lobby-leaderboard-meta,.lobby-leaderboard-row.is-current .lobby-leaderboard-lastplay{color:var(--lobby-ink)!important}.lobby-error-banner{padding:9px 10px!important;border-radius:14px!important;font-size:12px!important;background:#ffe9daf0!important;border-color:#e8c4b0!important}@media (max-width: 760px){.lobby-card{max-height:100dvh;min-height:100dvh;padding:9px 9px 48px!important;gap:7px!important}.lobby-hero{min-height:38px}.lobby-card h1{font-size:23px!important}.lobby-install-button{min-height:32px!important;padding:7px 9px!important;font-size:10px!important}.lobby-auth-header{flex-direction:row!important;align-items:center!important}.lobby-auth-chip{width:auto!important;max-width:48%}.lobby-auth-actions{grid-template-columns:1fr!important}.lobby-inline-field{flex-direction:row!important}.lobby-inline-field__button{width:auto!important;min-width:76px}.lobby-room-actions{flex-direction:row!important}.lobby-room-actions button:first-child{flex:1 1 auto}.lobby-leaderboard-row{grid-template-columns:36px minmax(0,1fr) 44px 44px 52px 50px!important}.lobby-leaderboard-lastplay{grid-column:2 / span 2}.lobby-leaderboard-meta{grid-column:5 / span 2}.lobby-leaderboard-columns{grid-template-columns:36px minmax(0,1fr) 44px 44px 52px 50px;padding:0 6px 4px}.app-bug-link{right:8px!important;bottom:8px!important;padding:4px 9px!important;border-radius:999px!important;font-size:10px!important;opacity:.92}}@media (max-width: 390px){.lobby-card{padding:8px 8px 48px!important}.lobby-card .lobby-panel,.lobby-identity-card,.lobby-join-panel{padding:8px!important}.lobby-room-seats,.lobby-auth-actions{grid-template-columns:1fr!important}.lobby-rooms-header{align-items:flex-start!important}.lobby-inline-field,.lobby-room-actions,.lobby-page-head,.lobby-leaderboard-me{flex-direction:column!important;align-items:stretch!important}.lobby-leaderboard-columns{display:none}.lobby-leaderboard-row{grid-template-columns:34px minmax(0,1fr) 40px 40px 48px 46px!important}.lobby-leaderboard-lastplay,.lobby-leaderboard-meta{grid-column:2 / -1;text-align:left}.lobby-inline-field__button,.lobby-room-actions button{width:100%!important}}.player-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:16px}.chat-wrapper{margin:16px auto 24px;width:min(1100px,calc(100% - 24px))}.match-shell{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(180deg,#f6d8e8,#f0cfe1 36%,#ebcae1)}.match-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start;padding:0}.match-main{min-width:0}.match-side{position:sticky;top:84px;width:auto;z-index:1320;align-self:start}.match-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.35),transparent 40%);pointer-events:none}.match-bar{position:sticky;left:0;top:12px;transform:none;width:100%;background:#fffafdd1;color:#7d5470;font-size:12px;padding:8px 14px;display:flex;gap:12px;align-items:center;flex-wrap:wrap;border:1px solid rgba(205,159,189,.35);border-radius:999px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1330;box-shadow:0 18px 40px #78416c1f}.match-shell .chat-wrapper{width:100%;margin:0}.match-side .chat-wrapper,.match-side .chat-wrapper textarea,.match-side .chat-wrapper button{background:#fffafdb8!important;color:#5b2944!important;border-color:#cd9fbd5c!important}.match-side .chat-wrapper{border-radius:18px!important;box-shadow:0 18px 40px #78416c1f!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.match-side .chat-wrapper textarea{background:#ffffffe6!important}.match-side .chat-wrapper button{background:linear-gradient(135deg,#ff7eb6,#8e6bff)!important;color:#fff!important}.scroll-log{position:fixed;top:112px;right:16px;width:284px;max-height:180px;height:180px;z-index:1320;background:#fffafdbd!important;border:1px solid rgba(205,159,189,.36)!important;color:#5b2944!important;border-radius:18px!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 40px #78416c1f;overflow:hidden}.player-hand-dock{position:fixed;left:50%;bottom:10px;transform:translate(-50%);width:min(1180px,calc(100vw - 24px));z-index:1315;padding:10px 14px 12px;border-radius:24px;background:#fffafdc2;border:1px solid rgba(205,159,189,.36);box-shadow:0 18px 40px #78416c1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.player-hand-head{display:flex;justify-content:space-between;align-items:center;gap:10px;color:#7d5470;font-size:11px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.player-hand-row{display:flex;justify-content:center;align-items:flex-end;flex-wrap:nowrap;gap:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none}.player-hand-row::-webkit-scrollbar{display:none}.hand-card-fan{display:inline-flex;margin-left:-14px}.hand-card-fan:first-child{margin-left:0}.action-panel-float{position:fixed;left:16px;bottom:122px;width:min(320px,calc(100vw - 32px));max-height:26vh;overflow:hidden;z-index:1314}.board-bottom-shell{display:contents}.turn-step-bar{position:fixed;left:50%;top:120px;transform:translate(-50%);width:min(1240px,calc(100vw - 24px));display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;border:1px solid rgba(205,159,189,.36);border-radius:22px;box-shadow:0 14px 30px #78416c1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1322}.turn-step-meta{display:flex;flex-direction:column;gap:3px;min-width:0}.turn-step-title{font-size:14px;font-weight:800}.turn-step-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.turn-step-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#ffffff73;color:#8d5b77;font-size:11px;font-weight:700}.turn-step-pill span{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#8d5b771f}.turn-step-pill.is-active{background:linear-gradient(135deg,#ff7eb6eb,#8e6bffe0);color:#fff}.turn-step-pill.is-active span,.turn-step-pill.is-complete span{background:#fff3}.turn-step-pill.is-complete{background:#4ecca32e;color:#25543f}.action-sheet-shell{overflow:hidden}.action-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(205,159,189,.24);background:#ffffff2e}.action-sheet-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#8d5b77}.action-sheet-title{font-size:14px;font-weight:800}.action-sheet-meta{font-size:11px;font-weight:700;white-space:nowrap}.action-panel-float>*{background:#fffafdc2!important;border:1px solid rgba(205,159,189,.36)!important;border-radius:18px!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden}.page.theme-spring .board-hero{display:none}.page.theme-spring .game-header{background:#ffffffe6;box-shadow:0 18px 40px #78416c1f}.page.theme-spring .board-arena-radial{margin-top:118px}@media (max-width: 980px){.match-side{position:static;width:auto;margin:72px 12px 0}.game-header{top:54px;width:calc(100vw - 16px)}.turn-step-bar{top:112px;width:calc(100vw - 16px)}.board-arena-radial{height:calc(100vh - 236px);min-height:420px;margin-top:152px}.player-hand-dock{width:calc(100vw - 16px)}.scroll-log{position:static;width:auto;max-height:180px;margin:16px 12px 0}}.game-header{position:fixed;left:50%;top:58px;transform:translate(-50%);width:min(1240px,calc(100vw - 24px));display:flex;align-items:center;gap:10px;margin:0;background:#fffafdd1;border-radius:26px;padding:10px 14px;border:1px solid rgba(205,159,189,.36);flex-wrap:wrap;box-shadow:0 18px 40px #78416c1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1325}.pill{padding:4px 12px;border-radius:20px;font-size:13px;font-weight:700}@media (max-width: 720px){.lobby-shell{padding:8px;align-items:flex-start}.lobby-card{padding:12px;border-radius:18px;height:calc(100vh - 16px)}.lobby-grid{grid-template-columns:1fr;gap:10px}.lobby-hero{flex-direction:column}.lobby-hero .icon-btn{align-self:stretch}.lobby-install-anchor{width:100%;align-items:stretch}.lobby-install-button,.lobby-install-hint{width:100%}.lobby-rooms-header{flex-wrap:nowrap}.lobby-refresh-button{width:auto!important}.lobby-room-actions{flex-direction:column}}@media (max-width: 640px){:root{--card-chip-w: 50px;--card-chip-h: 68px}.page{padding:8px;padding-bottom:calc(8px + var(--safe-inset-b))}.player-grid{grid-template-columns:1fr;gap:12px}.chat-wrapper{width:calc(100% - 20px);margin:10px auto 12px}.match-bar{gap:8px;padding:6px 10px;font-size:10px;width:calc(100vw - 16px)}.game-header{top:52px;width:calc(100vw - 16px);padding:8px 10px;gap:6px}.turn-step-bar{top:106px;width:calc(100vw - 16px);padding:8px 10px;gap:8px;flex-direction:column;align-items:stretch}.turn-step-pills{justify-content:flex-start}.board-arena-radial{height:calc(100vh - 360px);min-height:340px;margin-top:166px}.player-hand-dock{bottom:8px;padding:8px 10px 10px;border-radius:20px}.player-hand-row{justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.hand-card-fan{margin-left:0;margin-right:6px}.hand-card-fan[style]{transform:none!important}.board-bottom-shell{display:block;position:fixed;left:8px;right:8px;bottom:90px;z-index:1314;pointer-events:none}.action-panel-float{position:static;width:100%;max-height:28vh;pointer-events:auto;border-radius:20px}.scroll-log{margin:12px 8px 0;border-radius:16px!important;max-height:140px}.pill{font-size:11px;padding:3px 10px}.hide-mobile{display:none!important}h1.app-title{font-size:26px!important}h2.board-title{font-size:18px!important}}@media (max-width: 720px){.layout-mobile-blueprint .scroll-log{order:5}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;padding-top:calc(16px + var(--safe-inset-t));padding-bottom:calc(16px + var(--safe-inset-b))}.modal{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);width:min(920px,100%);max-height:100%;overflow-y:auto;display:flex;flex-direction:column}.modal-header{position:sticky;top:0;background:var(--panel);border-bottom:1px solid var(--border);padding:14px 18px;display:flex;align-items:center;gap:12px;z-index:1;flex-wrap:wrap}.modal-body{padding:16px 18px}.modal-footer{position:sticky;bottom:0;background:var(--panel);border-top:1px solid var(--border);padding:12px 18px;display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 640px){.modal-backdrop{padding:0}.modal{max-height:100vh;height:100vh;border-radius:0}.modal-header,.modal-body{padding:12px 14px}.modal-footer{padding:10px 14px}}.card-tile-section-heading{color:var(--text-hint);font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin:14px 0 8px}.card-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}@media (max-width: 480px){.card-tile-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}}@media (pointer: coarse){.card-chip{margin:4px}.card-chip.small{width:40px;height:54px}.garden-grid{gap:0}.garden-empty-slot{min-height:72px}.board-hero{gap:12px}.discard-fly-card{top:62%}@keyframes discard-fly{0%{transform:translate(-50%,-50%) scale(1) rotate(-6deg);opacity:1}70%{opacity:1}to{transform:translate(calc(-50% + 22vw),calc(-50% - 24vh)) scale(.18) rotate(14deg);opacity:0}}@keyframes wind-fly{0%{transform:translate(-50%,-50%) scale(1) rotate(-8deg);opacity:1}55%{opacity:1}to{transform:translate(calc(-50% + var(--wind-end-x, 0px)),calc(-50% + var(--wind-end-y, 0px))) scale(.22) rotate(14deg);opacity:0}}}.card-tile{background:var(--panel-alt);border:1px solid var(--border-soft);border-radius:var(--radius-sm);padding:10px;display:flex;flex-direction:column;gap:8px;text-align:center}.card-tile .preview{aspect-ratio:3 / 4;background:var(--bg);border:1px solid var(--border-soft);border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-tile .preview img{width:100%;height:100%;object-fit:cover;display:block}.card-tile .preview .placeholder{font-size:42px;opacity:.9}.card-tile .tile-name{color:var(--text-dim);font-size:12px;line-height:1.25;min-height:1.25em;text-transform:capitalize}.card-tile .tile-actions{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.card-tile .tile-actions button{flex:1 1 auto;font-size:11px;padding:6px 8px;border:none;border-radius:6px;cursor:pointer;background:var(--border);color:var(--text);min-height:30px}.card-tile .tile-actions button.primary{background:var(--accent);color:#1a1a2e;font-weight:700}.card-tile .tile-actions button.danger{background:transparent;color:var(--danger)}.card-chip{position:relative;width:var(--card-chip-w);height:var(--card-chip-h);touch-action:manipulation;border-radius:8px;border:2px solid #2c5282;background:#16213e;margin:3px;-webkit-user-select:none;user-select:none;overflow:hidden;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .12s,box-shadow .12s,border-color .12s;font-size:22px;flex-shrink:0}.card-chip.selectable{cursor:pointer}.card-chip.selectable:active{transform:scale(.96)}.card-chip.draggable{cursor:grab;touch-action:none}.card-chip.draggable:active{cursor:grabbing}.card-chip.dragging{opacity:.16}.card-chip.selected{border-color:var(--accent);background:var(--panel-alt);box-shadow:0 0 10px var(--accent)}.card-chip.dim{opacity:.4}.card-chip.hidden-back{opacity:.3}.card-chip .art{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.card-chip .label{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(to top,#000c,#0000);color:#fff;font-size:9px;padding:4px 2px 3px;line-height:1.1;text-align:center;text-transform:capitalize;font-weight:600;letter-spacing:.02em}.card-chip.no-art .label{background:none;position:static;color:#aaa;padding:2px 0 0;font-weight:400}.card-chip.no-art{justify-content:center}.card-chip.no-art .emoji{line-height:1}.inline-card-label{display:inline-flex;align-items:center;gap:6px;vertical-align:middle}.inline-flower-icon{width:16px;height:16px;object-fit:contain;image-rendering:auto;vertical-align:middle}.mini-flower-token{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.mini-flower-token img{width:100%;height:100%;object-fit:contain;image-rendering:auto;transform:scale(calc(1 + var(--proximity, 0) * .18));transition:transform .15s ease-out}.card-chip.small{width:36px;height:50px;font-size:14px;margin:2px}.scroll-log{max-height:150px;overflow-y:auto}.file-hidden{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.icon-btn{background:linear-gradient(135deg,#ff7eb62e,#8e6bff29);color:#6a3153;border:1px solid rgba(205,159,189,.5);border-radius:999px;padding:8px 14px;font-size:13px;cursor:pointer;font-weight:700}.icon-btn:hover{filter:brightness(1.15)}.board-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:12px 0 16px;padding:16px 18px;border-radius:28px;border:1px solid rgba(205,159,189,.36);box-shadow:0 18px 44px #78416c1f;flex-wrap:wrap;overflow:hidden;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.board-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.8) 0 14%,transparent 30%),conic-gradient(from 180deg,#ff7eb624,#ffd67a2e,#8e6bff24,#ff7eb624);pointer-events:none;opacity:.7;filter:blur(20px)}.board-arena{align-items:stretch;gap:18px}.board-arena-radial{position:relative;min-height:var(--arena-height, calc(100vh - 255px) );height:var(--arena-height, calc(100vh - 255px) );margin:118px 0 0;overflow:hidden;overscroll-behavior:contain;touch-action:pan-x pan-y}.arena-pan-stage,.arena-zoom-stage{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform}.arena-pan-stage{transform:translate3d(var(--arena-pan-x, 0px),var(--arena-pan-y, 0px),0);transition:transform .18s ease}.arena-zoom-stage{transform:scale(var(--arena-zoom, 1));transform-origin:center center;transition:transform .18s ease}.arena-core{position:absolute;left:50%;top:50%;width:92px;height:92px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;align-items:center;justify-content:center;background:transparent;box-shadow:none;z-index:1;overflow:visible;pointer-events:none}.arena-core-ui{position:relative;z-index:1;width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(255,126,182,.24))}.arena-core.is-urgent .arena-core-ui{width:82px;height:82px;filter:drop-shadow(0 0 16px rgba(255,90,90,.32))}.player-garden{position:absolute;display:flex;flex-direction:column;gap:3px;background:transparent!important;border:none!important;box-shadow:none!important;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible}.garden-body{position:relative;width:100%;height:100%;transform-origin:50% 64%;will-change:transform;transform:scale(calc(1 + var(--proximity, 0) * .04));transition:transform .1s ease-out}.garden-goo-defs{position:absolute;width:0;height:0;pointer-events:none}.garden-visual-fx{position:absolute;top:10px;right:12px;bottom:12px;left:12px;display:grid;place-items:center;pointer-events:none;z-index:1}.garden-visual-fx__image{width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.28));animation:garden-visual-fx-pop 1s cubic-bezier(.22,.8,.2,1) forwards}.garden-visual-fx--natural-disaster .garden-visual-fx__image{width:88%;height:88%}.garden-blob-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:visible;opacity:.95}.garden-blob-shadow{fill:#ffffff29;opacity:.8;transform:translate(1px,2px)}.garden-blob-texture{opacity:.58}.garden-blob-line{fill:none;stroke:#ffffff8c;stroke-width:1.4;stroke-linejoin:round}.player-garden:before,.player-garden:after{content:none}.player-garden.is-targeted .garden-blob-svg{filter:drop-shadow(0 0 14px rgba(255,126,182,.55))}.player-garden.is-gods-fav .garden-blob-svg{filter:drop-shadow(0 0 12px rgba(255,214,102,.78)) drop-shadow(0 0 24px rgba(255,214,102,.4))}.player-garden.is-gods-fav.is-targeted .garden-blob-svg{filter:drop-shadow(0 0 12px rgba(255,214,102,.76)) drop-shadow(0 0 24px rgba(255,214,102,.38)) drop-shadow(0 0 12px rgba(255,126,182,.52))}.player-garden.is-current-turn .garden-body{animation:garden-slow-wiggle 7.8s ease-in-out infinite}@keyframes garden-slow-wiggle{0%{transform:translateZ(0) rotate(0) scale(1)}18%{transform:translate3d(1px,-1.4px,0) rotate(-1deg) scale(1.006)}40%{transform:translate3d(-1.4px,.9px,0) rotate(1.15deg) scale(1.01)}62%{transform:translate3d(1.2px,1.3px,0) rotate(-1.05deg) scale(1.008)}82%{transform:translate3d(-.8px,-.7px,0) rotate(.65deg) scale(1.004)}to{transform:translateZ(0) rotate(0) scale(1)}}.garden-zone{position:absolute!important;top:34px;right:8px;bottom:10px;left:8px;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:stretch;justify-content:center;align-items:center;gap:0;background:transparent!important;border:none!important;box-shadow:none;padding:2px 0 4px!important;overflow:visible;scrollbar-width:none;z-index:2}.garden-zone::-webkit-scrollbar{display:none}.garden-cluster-backdrop{position:absolute;left:50%;top:28px;width:min(calc(100% - 30px),168px);max-width:min(calc(100% - 30px),168px);height:calc(100% - 42px);transform:translate(-50%);pointer-events:none;z-index:1;opacity:.86}.garden-cluster-backdrop__field{position:relative;width:100%;height:100%;transform-origin:50% 42%}.garden-cluster-backdrop__blob{position:absolute;left:50%;top:28%;width:var(--cluster-blob-size, 34px);height:calc(var(--cluster-blob-size, 34px) * .8);border-radius:999px;background:radial-gradient(circle at 35% 34%,rgba(255,255,255,.92),rgba(255,255,255,.14) 28%,transparent 60%),linear-gradient(180deg,color-mix(in srgb,var(--cluster-tint, rgba(171, 214, 193, .44)) 90%,white 10%),var(--cluster-tint, rgba(171, 214, 193, .44)));opacity:.9;transform:translate3d(calc(-50% + var(--cluster-x, 0px)),calc(-50% + var(--cluster-y, 0px)),0) rotate(var(--cluster-rot, 0deg)) scale(var(--cluster-scale, 1));box-shadow:0 12px 26px color-mix(in srgb,var(--cluster-tint, rgba(171, 214, 193, .44)) 70%,transparent)}.garden-set-chip:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:999px;background:radial-gradient(circle at 38% 32%,#ffffff85,#fff0 44%),var(--cluster-tint, rgba(171, 214, 193, .72));z-index:-1;pointer-events:none}.player-garden .garden-quick-confirm{position:relative;z-index:2}.garden-mini-meta{position:absolute;top:3px;left:12px;right:12px;z-index:4;display:flex;align-items:center;justify-content:center;gap:0;width:auto;padding:0;border:none;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;cursor:pointer;font:inherit;text-align:center;pointer-events:auto}.garden-mini-meta:active{transform:translateY(1px)}.garden-mini-meta>div:first-child{min-width:0}.garden-mini-meta__name{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;max-width:min(100%,148px);margin:0 auto;padding:4px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#0e081a08;box-shadow:0 4px 10px #00000014;color:#fff;font-weight:800;font-size:11px;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.garden-mini-meta__count{display:inline-flex;align-items:center;justify-content:center;gap:3px;min-width:0;height:auto;padding:0;border:none;background:transparent;color:#ffffffe6;font-weight:800;font-size:10px;line-height:1;white-space:nowrap;flex-shrink:0}@keyframes garden-visual-fx-pop{0%{transform:scale(.9);opacity:0}12%{transform:scale(1);opacity:1}82%{transform:scale(1.02);opacity:1}to{transform:scale(1.04);opacity:0}}.garden-grid{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;align-items:flex-start;gap:4px 6px;width:calc(100% - 12px);max-width:calc(100% - 12px);min-height:fit-content;padding-top:4px;margin:0 auto;transform:none;z-index:2}.garden-grid.is-empty{position:relative;justify-content:center;align-items:center;align-content:center;padding-top:0;transform:none}.garden-set-chip{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;gap:1px;padding:3px 5px;border-radius:10px;border:2px solid var(--garden-set-border, transparent);background:var(--garden-set-bg, transparent);filter:var(--garden-set-glow, none);box-shadow:var(--garden-set-shadow, none);min-height:22px;margin:0;z-index:1;transform:none;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease,opacity .22s ease}.garden-set-chip.size-lg{padding:4px 6px}.garden-set-chip.size-xl{padding:4px 7px}.garden-set-chip.size-token{min-width:40px;min-height:40px;padding:4px 8px;justify-content:center}.garden-set-chip.is-token{background:linear-gradient(180deg,#8ee0ff38,#ffffff14);box-shadow:inset 0 0 0 1px #8ee0ff52,0 0 16px #8ee0ff2e}.mini-token-placeholder{display:inline-flex;align-items:center;justify-content:center;font-size:28px;line-height:1;filter:drop-shadow(0 0 10px rgba(142,224,255,.55))}.garden-set-chip:hover,.garden-set-chip.is-highlighted,.garden-set-chip.is-drag-active{z-index:3}.garden-grid.is-simulating .garden-set-chip{transition:none;animation:none!important}.garden-grid.is-simulating .garden-set-chip.is-new-growth{animation:garden-physics-entry .5s ease-out both!important}@keyframes garden-physics-entry{0%{opacity:0}to{opacity:1}}.garden-set-chip.is-being-grabbed{cursor:grabbing!important;transition:none!important;animation:none!important;z-index:10}.garden-grid.is-dragging .garden-set-chip{transform:scale(calc(1 + var(--proximity, 0) * .08));transition:transform .12s ease-out,filter .22s ease,box-shadow .22s ease,opacity .22s ease}.player-garden.is-settling .garden-cluster-backdrop__field,.garden-body.is-settling .garden-cluster-backdrop__field{animation:garden-cluster-settle .9s cubic-bezier(.18,.86,.2,1) both}.player-garden.is-settling .garden-set-chip,.garden-body.is-settling .garden-set-chip{will-change:transform,opacity,filter;animation:garden-chip-settle .86s cubic-bezier(.2,.88,.22,1) both;animation-delay:var(--cluster-delay, 0ms)}.player-garden.is-settling .garden-set-chip.is-new-growth,.garden-body.is-settling .garden-set-chip.is-new-growth{animation:garden-chip-growth .92s cubic-bezier(.16,.92,.2,1) both;animation-delay:0ms}.garden-empty-slot{border:none!important;border-radius:0;min-height:40px;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 12px;background:transparent!important;color:#8b5b77!important;font-family:var(--font-playful);font-size:14px;font-weight:600;line-height:1.15;letter-spacing:.02em;text-shadow:0 1px 0 rgba(255,255,255,.32);width:min(132px,80%);margin:auto}.garden-grid.is-empty .garden-empty-slot{position:absolute;left:50%;top:57%;width:min(124px,74%);margin:0;transform:translate(-50%,-50%)}@keyframes garden-cluster-settle{0%{transform:translate(-50%) translateY(-12px) scale(.96);opacity:.42}55%{transform:translate(-50%) translateY(3px) scale(1.02);opacity:.92}to{transform:translate(-50%) translateY(0) scale(1);opacity:.86}}@keyframes garden-chip-settle{0%{transform:translate3d(0,-10px,0) scale(.96);opacity:.82}58%{transform:translate3d(0,2px,0) scale(1.02);opacity:1}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes garden-chip-growth{0%{transform:translate3d(0,-14px,0) scale(.72);opacity:0;filter:brightness(1.18) saturate(1.22) var(--garden-set-glow, none)}45%{transform:translate3d(0,1px,0) scale(1.07);opacity:1}to{transform:translateZ(0) scale(1);opacity:1;filter:var(--garden-set-glow, none)}}.garden-density-spacious .card-chip,.garden-density-comfy .card-chip{margin:1px}.garden-density-compact .card-chip{margin:0}@media (hover: hover) and (pointer: fine) and (min-width: 900px) and (prefers-reduced-motion: no-preference){.garden-grid--gooey-desktop .garden-cluster-backdrop__field{filter:url(#garden-goo-filter)}.garden-grid--gooey-desktop{filter:url(#garden-goo-filter-chips);will-change:filter}}@media (prefers-reduced-motion: reduce){.player-garden.is-settling .garden-cluster-backdrop__field,.garden-body.is-settling .garden-cluster-backdrop__field,.player-garden.is-settling .garden-set-chip,.garden-body.is-settling .garden-set-chip,.player-garden.is-settling .garden-set-chip.is-new-growth,.garden-body.is-settling .garden-set-chip.is-new-growth{animation:none!important}.garden-set-chip{transition:none}}.page.theme-spring .card-chip{border-color:#8e6bff47;box-shadow:0 8px 18px #78416c24}.page.theme-spring .card-chip.selected{border-color:#ff7eb6;box-shadow:0 0 0 2px #ff7eb638,0 10px 24px #ff7eb63d}.discard-fly-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1400}.drag-card-overlay{position:fixed;pointer-events:none;z-index:1450;transform:rotate(-4deg) scale(1.05);transform-origin:center center;filter:drop-shadow(0 18px 28px rgba(14,20,40,.32))}.drag-card-overlay .card-chip{width:100%;height:100%;margin:0}.tether-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1350}.tether-path{fill:none;stroke:url(#tetherGradient);stroke-width:6;stroke-linecap:round;stroke-dasharray:18 12;filter:drop-shadow(0 0 14px rgba(255,126,182,.35));animation:tether-drift 1.4s linear infinite}.turn-aura{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:900;opacity:0;transition:opacity .25s ease}.turn-aura.is-active{opacity:1;background:radial-gradient(circle at center,transparent 62%,rgba(255,255,255,.04) 70%,rgba(255,126,182,.2) 86%,rgba(142,107,255,.18) 100%),conic-gradient(from 0deg,#ff7eb62e,#ffd67a26,#8e6bff29,#ff7eb62e);mix-blend-mode:screen}.turn-aura.is-urgent{opacity:1;background:radial-gradient(circle at center,transparent 60%,rgba(255,100,100,.14) 78%,rgba(255,60,60,.24) 100%),conic-gradient(from 0deg,#ff5a5a38,#ff282826,#ff5a5a38)}.scene-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1000}.scene-eclipse{background:radial-gradient(circle at center,#0c0e1e26,#040410e0 72%,#000000f5);-webkit-backdrop-filter:saturate(.7) brightness(.45);backdrop-filter:saturate(.7) brightness(.45)}.scene-reset{background:#000000e0}.card-play-fx{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none;z-index:1120;background:#0a081424}.card-play-fx__image{width:min(80vw,80vh);height:min(80vw,80vh);object-fit:contain;filter:drop-shadow(0 18px 42px rgba(0,0,0,.28));animation:card-play-fx-pop 1s cubic-bezier(.22,.8,.2,1) forwards}.card-play-fx--wind-blow .card-play-fx__image{width:min(82vw,82vh);height:min(82vw,82vh)}@keyframes card-play-fx-pop{0%{transform:scale(.9);opacity:0}14%{transform:scale(1);opacity:1}82%{transform:scale(1.02);opacity:1}to{transform:scale(1.06);opacity:0}}.discard-fly-card{position:absolute;left:50%;top:58%;animation:discard-fly .85s cubic-bezier(.2,.7,.2,1) forwards;transform-origin:center center}@keyframes discard-fly{0%{transform:translate(-50%,-50%) scale(1) rotate(-6deg);opacity:1}70%{opacity:1}to{transform:translate(calc(-50% + 34vw),calc(-50% - 38vh)) scale(.18) rotate(14deg);opacity:0}}.discard-hud{transition:transform .14s ease,box-shadow .14s ease}.discard-hud:active{transform:scale(.98)}.page.theme-spring .discard-hud{box-shadow:0 0 0 7px #ff7eb61f,0 24px 48px #8e6bff29!important}.wind-fly-overlay{position:fixed;pointer-events:none;z-index:1450}.wind-fly-card{position:absolute;animation:wind-fly 1.1s cubic-bezier(.18,.75,.2,1) forwards;transform-origin:center center}@keyframes wind-fly{0%{transform:translate(-50%,-50%) scale(1) rotate(-8deg);opacity:1}55%{opacity:1}to{transform:translate(calc(-50% + var(--wind-end-x, 0px)),calc(-50% + var(--wind-end-y, 0px))) scale(.2) rotate(14deg);opacity:0}}@keyframes vortex-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes tether-drift{0%{stroke-dashoffset:0}to{stroke-dashoffset:-30}}.page.theme-spring .match-bar{background:#fffafdeb;color:#7d5470;border-bottom:1px solid rgba(205,159,189,.24)}.page.theme-spring .scroll-log,.page.theme-spring .chat-wrapper{background:#fffafdd1!important;border-color:#cd9fbd5c!important;color:#5b2944!important}.page .garden-zone{transition:none}.page.theme-spring .game-header,.page.theme-spring .board-hero,.page.theme-spring .player-garden,.page.theme-spring .scroll-log,.page.theme-spring .chat-wrapper{color:#5b2944}.page.theme-spring:before,.page.theme-winter:before,.page.theme-summer:before,.page.theme-autumn:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.page.theme-winter:before{background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.45),transparent 32%),linear-gradient(180deg,#ffffff1f,#bee6ff29);-webkit-backdrop-filter:blur(2px) saturate(1.05) hue-rotate(185deg);backdrop-filter:blur(2px) saturate(1.05) hue-rotate(185deg)}.page.theme-summer:before{background:radial-gradient(circle at 50% 12%,rgba(255,242,165,.22),transparent 28%),radial-gradient(circle at 72% 16%,rgba(255,168,76,.14),transparent 18%);-webkit-backdrop-filter:blur(1px) saturate(1.18) hue-rotate(10deg);backdrop-filter:blur(1px) saturate(1.18) hue-rotate(10deg)}.page.theme-autumn:before{background:radial-gradient(circle at 50% 8%,rgba(255,181,94,.18),transparent 30%),radial-gradient(circle at 18% 82%,rgba(241,109,94,.12),transparent 22%);-webkit-backdrop-filter:saturate(1.08) hue-rotate(-16deg);backdrop-filter:saturate(1.08) hue-rotate(-16deg)}.hand-card-fan.is-drag-origin{opacity:.12}.page.theme-winter .board-hero,.page.theme-winter .player-garden,.page.theme-winter .game-header,.page.theme-winter .icon-btn,.page.theme-winter .pill,.page.theme-winter .garden-empty-slot{color:#17324d}.page.theme-winter .player-garden,.page.theme-winter .game-header,.page.theme-winter .board-hero,.page.theme-winter .icon-btn{box-shadow:0 10px 28px #2c7be51f}.page.layout-compact{overflow:visible;font-size:.92rem}.page.layout-compact .match-shell,.page.layout-compact .lobby-shell{overflow:visible;min-height:100dvh}.page.layout-compact .match-layout{display:flex;flex-direction:column;gap:10px}.page.layout-compact .match-main,.page.layout-compact .match-side{width:100%;position:static;margin:0}.page.layout-compact .game-header,.page.layout-compact .board-hero,.page.layout-compact .player-hand-dock,.page.layout-compact .action-panel-float,.page.layout-compact .scroll-log,.page.layout-compact .match-bar{position:static!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:auto!important;max-width:none!important;margin:8px!important}.page.layout-compact .board-hero{padding:12px 14px;border-radius:18px}.page.layout-compact .board-arena-radial{display:flex;flex-direction:column;gap:12px;height:auto!important;min-height:0!important;margin:8px!important;overflow:visible}.page.layout-compact .arena-core{position:relative;left:auto;top:auto;transform:none;width:72px;height:72px;margin:0 auto 4px}.page.layout-compact .arena-core-ui{width:58px;height:58px}.page.layout-compact .player-garden{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;height:auto!important;min-height:168px;margin:0!important}.page.layout-compact .player-garden .garden-mini-meta{width:calc(100% - 16px);max-width:none}.page.layout-compact .garden-zone{top:24px;right:8px;bottom:10px;left:8px}.page.layout-compact .player-hand-row{overflow-x:auto;justify-content:flex-start;padding-bottom:2px}.page.layout-compact .hand-card-fan{margin-left:-10px}.page.layout-compact .hand-card-fan:first-child{margin-left:0}.page.layout-compact .scroll-log{max-height:none;height:auto;overflow:visible}.page.layout-compact .action-panel-float>*{width:100%}.page.layout-compact .game-header{gap:6px;padding:8px 10px;font-size:11px}.page.layout-compact .board-hero{padding:10px 12px}.page.layout-compact .board-hero>div:first-child>div:first-child{font-size:9px!important}.page.layout-compact .board-hero>div:first-child>div:last-child{font-size:14px!important}.page.layout-compact .board-hero>div:last-child{font-size:11px!important;max-width:none}.page.layout-compact .player-garden{min-height:150px}.page.layout-compact .player-garden .garden-zone{top:24px;right:8px;bottom:10px;left:8px}.page.layout-compact .scroll-log{max-height:140px;overflow:auto}.page.layout-compact .scroll-log>div{font-size:11px}.page.layout-compact .player-hand-dock{position:sticky;bottom:6px;z-index:1316}@media (max-width: 900px){html,body{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}.page,.lobby-shell,.match-shell{height:auto;min-height:100dvh;overflow:visible}.page{padding:8px;padding-bottom:calc(12px + var(--safe-inset-b))}.match-layout{display:flex;flex-direction:column;gap:12px}.match-bar{position:sticky;transform:none;left:auto;top:0;width:auto;margin:0 8px 10px;border-radius:18px}.match-side{position:static;width:auto;margin:0 8px}.match-main{width:100%}.lobby-card{height:auto;min-height:calc(100dvh - 16px)}.lobby-grid{grid-template-columns:1fr}.lobby-hero{flex-direction:column;align-items:stretch}.lobby-hero .icon-btn{align-self:stretch}.game-header,.board-hero,.player-hand-dock,.action-panel-float,.scroll-log,.match-side{position:static!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:auto!important;max-width:none!important;margin:8px!important}.game-header{gap:8px}.board-hero{display:flex;flex-wrap:wrap;padding:12px 14px;border-radius:18px}.board-arena-radial{display:flex;flex-direction:column;align-items:stretch;position:relative;height:auto!important;min-height:0!important;margin:8px!important;overflow:visible;gap:12px}.arena-core{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:72px;height:72px;margin:0 auto 4px}.arena-core-ui{width:58px;height:58px}.player-garden{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;height:auto!important;min-height:152px;margin:0!important}.player-garden .garden-mini-meta{width:calc(100% - 16px);max-width:none}.player-garden .garden-zone{top:22px;right:7px;bottom:10px;left:7px}.garden-grid{gap:0;width:min(calc(100% - 26px),160px);max-width:min(calc(100% - 26px),160px);padding-top:6px;transform:translateY(4px)}.player-hand-dock{padding:10px 10px 12px}.player-hand-row{overflow-x:auto;justify-content:flex-start;padding-bottom:2px}.hand-card-fan{margin-left:-10px}.hand-card-fan:first-child{margin-left:0}.action-panel-float>*{width:100%}.scroll-log{max-height:132px;height:auto;overflow:auto}.match-shell .chat-wrapper{order:3}.match-main{order:1}.match-side{order:2}.card-chip.small{width:40px;height:56px}.icon-btn{width:auto}}@media (max-width: 640px){:root{--card-chip-w: 52px;--card-chip-h: 70px}.page{padding:6px;padding-bottom:calc(10px + var(--safe-inset-b))}.lobby-shell{padding:6px}.lobby-card{padding:12px;border-radius:18px}.lobby-card .lobby-panel{padding:12px!important}.lobby-card h1{font-size:clamp(24px,8vw,30px)!important}.lobby-actions-grid{grid-template-columns:1fr}.lobby-room-title-row{flex-direction:column}.lobby-room-seats{grid-template-columns:repeat(2,minmax(0,1fr))}.lobby-room-actions button,.lobby-hero .icon-btn{width:100%}.player-grid{grid-template-columns:1fr;gap:12px}.chat-wrapper{width:calc(100% - 16px);margin:10px auto 12px}.match-bar{gap:8px;padding:6px 10px;font-size:10px;margin:0 6px 10px}.game-header{gap:6px;padding:8px 10px;margin:6px!important}.board-hero{margin:6px!important;padding:12px!important}.board-arena-radial{margin:6px!important}.player-garden{min-height:146px}.garden-empty-slot{min-height:48px;width:min(116px,78%);font-size:13px}.garden-grid.is-empty .garden-empty-slot{width:min(112px,74%);top:56%}.player-hand-dock{margin:6px!important;padding:8px 8px 10px}.action-panel-float,.scroll-log{margin:6px!important}.pill{font-size:11px;padding:3px 10px}.hide-mobile{display:none!important}h1.app-title{font-size:26px!important}h2.board-title{font-size:18px!important}}:root{--v2-header-h: 40px;--v2-action-h: 108px;--v2-footer-h: 34px}.v2-shell{display:grid!important;grid-template-rows:var(--v2-header-h) 1fr var(--v2-action-h) var(--v2-footer-h);grid-template-columns:1fr;grid-template-areas:"header" "play" "action" "footer";height:100dvh;width:100%;max-width:100vw;max-width:100dvw;overflow:hidden!important;padding:0!important;margin:0!important;min-height:unset!important;font-size:13px;position:relative;isolation:isolate}.v2-header{grid-area:header;display:flex;align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid rgba(205,159,189,.3);background:#fffafdeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;overflow:hidden;min-width:0;max-width:100%}.v2-header-left{display:flex;align-items:center;gap:6px;flex:0 1 auto;min-width:0;overflow:hidden}.v2-brand{font-size:15px;line-height:1}.v2-player-chip{font-weight:800;font-size:12px;color:#5b2944;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.v2-header-center{flex:1;display:flex;align-items:center;justify-content:center;min-width:0}.v2-season-pill{padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700;color:#1a1a2e;white-space:nowrap}.v2-season-none{background:#cd9fbd2e;color:#8d5b77;font-size:11px}.v2-header-right{display:flex;align-items:center;gap:8px;flex:0 1 auto;min-width:0;overflow:hidden;font-size:11px;color:#7d5470}.v2-header-right>span{white-space:nowrap}.v2-deck-cluster{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;min-width:0}.v2-deck-pill{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0;border:none;background:transparent;white-space:nowrap;line-height:1}.v2-phase-badge{background:#cd9fbd2e;border-radius:8px;padding:1px 6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8d5b77}.v2-designs-btn{padding:4px 10px!important;font-size:11px!important;min-height:unset!important}.v2-drawer{position:absolute;top:calc(var(--v2-header-h) + 10px);bottom:calc(var(--v2-action-h) + var(--v2-footer-h) + 10px);display:flex;overflow:hidden;min-height:0;z-index:16;opacity:0;pointer-events:none;transition:transform .18s ease,opacity .18s ease}.v2-drawer.is-open{opacity:1;pointer-events:auto}.v2-chat-drawer{left:10px;width:min(280px,calc(100vw - 24px));flex-direction:row;transform:translate(-12px)}.v2-chat-drawer.is-open{transform:translate(0)}.v2-log-drawer{right:10px;width:min(260px,calc(100vw - 24px));flex-direction:row-reverse;transform:translate(12px)}.v2-log-drawer.is-open{transform:translate(0)}.v2-rail{flex:0 0 32px;width:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#0e081af5;border:none;cursor:pointer;border-right:1px solid rgba(80,40,100,.4);padding:0;position:relative;z-index:5;font-family:inherit}.v2-log-drawer .v2-rail{border-right:none;border-left:1px solid rgba(80,40,100,.4)}.v2-rail-icon{font-size:14px}.v2-rail-text{font-size:9px;writing-mode:vertical-rl;transform:rotate(180deg);color:#c8a0e699;letter-spacing:.06em;font-weight:700;text-transform:uppercase;-webkit-user-select:none;user-select:none}.v2-badge{position:absolute;top:6px;right:3px;background:#e94560;color:#fff;font-size:8px;font-weight:900;width:14px;height:14px;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:1}.v2-drawer-content{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;background:#140a20fb;border-right:1px solid rgba(80,40,100,.35);backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:16px;box-shadow:0 16px 36px #0a081666}.v2-log-drawer .v2-drawer-content{border-right:none;border-left:1px solid rgba(80,40,100,.35)}.v2-chat-title{flex:0 0 auto;padding:6px 8px 4px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#c8a0e699;font-weight:700;border-bottom:1px solid rgba(80,40,100,.3)}.v2-chat-msgs{flex:1;overflow-y:auto;padding:6px 8px;display:flex;flex-direction:column;gap:5px;min-height:0}.v2-chat-msg{font-size:11px;color:#e6d2f5e6;line-height:1.3}.v2-chat-msg-meta{font-size:9px;color:#b48cd299;margin-bottom:1px}.v2-chat-msg-meta b{color:#e6d2f5d9}.v2-chat-empty{color:#b48cd280;font-size:11px}.v2-chat-err{color:#e94560;font-size:10px;padding:2px 0}.v2-chat-composer{flex:0 0 auto;display:flex;gap:4px;padding:5px 6px;border-top:1px solid rgba(80,40,100,.3);background:#12081cfe}.v2-chat-input{flex:1;font-size:11px;padding:4px 7px;border-radius:8px;border:1px solid rgba(100,60,140,.5);background:#221034fa;color:#e6d2f5e6;resize:none;font-family:inherit;min-height:26px;max-height:52px;line-height:1.3}.v2-chat-input::placeholder{color:#a078be80}.v2-chat-send{flex:0 0 auto;background:linear-gradient(135deg,#ff7eb6,#8e6bff);color:#fff;border:none;border-radius:8px;padding:4px 8px;font-size:12px;cursor:pointer;font-weight:700;min-height:26px;font-family:inherit}.v2-chat-send:disabled{opacity:.5;cursor:default}.v2-log-inner{flex:1;overflow-y:auto;padding:10px 10px 12px;display:flex;flex-direction:column;gap:0;min-height:0;border-radius:16px;background:#140a20fb;border:1px solid rgba(80,40,100,.35);box-shadow:0 16px 36px #0a081666}.v2-log-head{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#c8a0e699;font-weight:700;margin-bottom:5px;padding-bottom:4px;border-bottom:1px solid rgba(80,40,100,.3);flex:0 0 auto}.v2-log-entry{font-size:12px;color:#dcc8f0cc;padding:3px 0;border-bottom:1px solid rgba(80,40,100,.2);line-height:1.35}.v2-log-entry:last-child{border-bottom:none}.v2-log-empty{color:#b48cd280;font-size:11px}.garden-chat-bubble{position:absolute;top:76px;left:50%;background:#0e081af0;color:#ebd7fff5;font-size:10px;line-height:1.25;text-align:center;padding:5px 9px;border-radius:14px;border:1px solid rgba(140,80,200,.3);white-space:normal;max-width:min(120px,calc(100% - 42px));overflow:hidden;text-overflow:ellipsis;box-shadow:0 4px 20px #00000073,0 0 0 1px #ff7eb626;pointer-events:none;z-index:12;animation:garden-bubble 4s ease forwards}@keyframes garden-bubble{0%{opacity:0;transform:translate(-50%) translateY(8px) scale(.88)}10%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}80%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-6px) scale(.92)}}.v2-playfield{grid-area:play;position:relative;overflow:hidden;min-width:0;min-height:0;max-width:100%}.v2-playfield .board-arena-radial{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;height:100%!important;min-height:0!important;overflow:hidden}.arena-overlay-controls{position:absolute;top:10px;left:10px;right:10px;z-index:18;display:flex;align-items:flex-start;justify-content:space-between;pointer-events:none}.arena-corner-btn{position:relative;display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:6px 10px;border:1px solid rgba(205,159,189,.36);border-radius:999px;background:#fffafdeb;box-shadow:0 8px 20px #5b29441f;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer;pointer-events:auto;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.arena-corner-btn.is-open{box-shadow:0 0 0 2px #ff7eb633,0 10px 22px #5b294429}.arena-corner-btn__icon{font-size:13px;line-height:1}.arena-corner-btn__label{line-height:1}.arena-corner-btn__badge{top:-4px;right:-2px}.arena-log-toast{position:absolute;top:48px;right:10px;z-index:17;max-width:min(280px,calc(100% - 20px));padding:7px 11px;border-radius:12px;border:1px solid rgba(205,159,189,.32);box-shadow:0 14px 32px #0a081647;font-size:11px;font-weight:600;line-height:1.35;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:arena-log-toast 5s ease forwards;pointer-events:none}@keyframes arena-log-toast{0%{opacity:0;transform:translateY(-6px) scale(.96)}12%{opacity:1;transform:translateY(0) scale(1)}90%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-4px) scale(.98)}}.arena-quick-chat-anchor{position:absolute;right:12px;bottom:12px;z-index:18;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.arena-quick-chat-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px;border-radius:18px;box-shadow:0 14px 34px #0a081647;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.arena-quick-chat-btn,.arena-quick-chat-option{border:1px solid rgba(205,159,189,.36);cursor:pointer;font-family:inherit;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.arena-quick-chat-btn{width:42px;height:42px;border-radius:999px;background:#fffafdf0;box-shadow:0 10px 24px #5b294429;font-size:20px;display:inline-flex;align-items:center;justify-content:center}.arena-quick-chat-btn.is-open{box-shadow:0 0 0 2px #ff7eb62e,0 10px 24px #5b294433}.arena-quick-chat-option{width:38px;height:38px;border-radius:12px;background:#ffffffe6;font-size:20px;display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,background .12s ease}.arena-quick-chat-option:hover{transform:translateY(-1px);background:#ffeef7f5}.v2-gameover-banner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;background:linear-gradient(135deg,#ff7eb6f5,#8e6bfff0);color:#fff;border-radius:18px;padding:20px 32px;font-size:20px;font-weight:800;text-align:center;box-shadow:0 18px 40px #78416c4d;pointer-events:none}.v2-gods-fav{position:absolute;top:6px;left:6px;z-index:5;background:#fffafdd1;border:1px solid rgba(205,159,189,.36);border-radius:10px;padding:3px 8px;font-size:10px;color:#5b2944;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.v2-action-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-end;padding:8px;background:#f0cfe1b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.v2-action-sheet{width:100%;max-height:calc(100% - 8px);overflow-y:auto;background:#fffafdf7!important;border:1px solid rgba(205,159,189,.4)!important;border-radius:16px!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:4px 0}.v2-action-row{grid-area:action;display:grid;grid-template-columns:140px 1fr;border-top:1px solid rgba(205,159,189,.3);background:#fffafdeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:visible;min-width:0;min-height:0;max-width:100%;position:relative;z-index:20}.v2-moves-panel{border-right:1px solid rgba(205,159,189,.24);padding:5px 7px;overflow:hidden;display:flex;flex-direction:column;gap:4px;min-width:0}.v2-moves-label{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#7d5470;font-weight:700;flex:0 0 auto;white-space:nowrap}.v2-moves-label b{color:#5b2944}.v2-moves-btns{display:flex;flex-wrap:wrap;gap:3px;overflow:hidden;flex:1;align-content:flex-start}.v2-move-btn{background:#ffffffb8;border:1px solid rgba(205,159,189,.36);border-radius:8px;padding:3px 6px;font-size:13px;cursor:pointer;font-family:inherit;min-height:26px;line-height:1;white-space:nowrap;color:#5b2944;transition:background .12s}.v2-move-btn:hover{background:#ff7eb62e}.v2-move-btn.pass-btn{font-size:10px;padding:3px 8px}.v2-waiting-msg{font-size:10px;color:#8d5b77;padding:3px 0;line-height:1.4}.v2-open-panel-btn{background:linear-gradient(135deg,#ff7eb62e,#8e6bff24);border:1px solid rgba(205,159,189,.4);border-radius:8px;padding:4px 8px;font-size:10px;font-weight:700;cursor:pointer;color:#5b2944;font-family:inherit;min-height:24px}.v2-hand-dock{--card-chip-w: 62px;--card-chip-h: 84px;position:relative;padding:7px 8px 8px;display:flex;flex-direction:column;gap:0;overflow:visible;min-width:0;z-index:30}.v2-hand-label{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#7d5470;font-weight:700;flex:0 0 auto;text-align:center;white-space:nowrap}.v2-hand-row{display:flex;justify-content:flex-start;align-items:flex-end;flex:1;min-height:0;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;padding:4px 18px 8px;scroll-snap-type:x proximity}.v2-hand-row::-webkit-scrollbar{display:none}.v2-hand-row>*{flex:0 0 auto}.v2-hand-row:before,.v2-hand-row:after{content:"";flex:0 0 10px}.v2-hand-row .hand-card-fan{margin-left:0;margin-right:5px;scroll-snap-align:center}.v2-hand-row .hand-card-fan:first-child{margin-left:0}.v2-hand-dock.is-play-turn .v2-hand-row .card-chip.draggable{touch-action:pan-x}.v2-hand-dock.is-reorder-turn .v2-hand-row .card-chip.draggable{touch-action:none}.hand-card-info-pop{position:absolute;left:var(--hand-info-anchor, 50%);bottom:calc(100% + 10px);transform:translate(-50%);width:min(230px,calc(100vw - 24px));padding:10px 12px;border-radius:14px;background:#121b36f5;color:#f4f1ff;box-shadow:0 14px 30px #0e142847;border:1px solid rgba(205,159,189,.34);z-index:40;pointer-events:none}.hand-card-info-pop:after{content:"";position:absolute;left:50%;bottom:-7px;width:14px;height:14px;transform:translate(-50%) rotate(45deg);background:#121b36f5;border-right:1px solid rgba(205,159,189,.34);border-bottom:1px solid rgba(205,159,189,.34)}.hand-card-info-pop__title{font-size:12px;font-weight:800;margin-bottom:4px}.hand-card-info-pop__body{font-size:11px;line-height:1.45;color:#ece7ffe0}.v2-timer-panel{border-left:1px solid rgba(205,159,189,.24);padding:5px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;overflow:hidden}.v2-timer-label{font-size:9px;color:#8d5b77;text-align:center;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;flex:0 0 auto}.v2-timer-name{font-size:10px;color:#5b2944;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;flex:0 0 auto}.v2-timer-clock{font-size:26px;font-weight:900;color:#5b2944;line-height:1;font-variant-numeric:tabular-nums;flex:0 0 auto}.v2-timer-clock.is-urgent{color:#e94560;animation:v2-timer-pulse 1s ease-in-out infinite}@keyframes v2-timer-pulse{0%,to{opacity:1}50%{opacity:.55}}.v2-timer-pill{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;white-space:nowrap;pointer-events:none;box-shadow:0 2px 12px #78416c26}.v2-timer-pill-name{font-size:11px;font-weight:600}.v2-timer-pill-clock{font-size:15px;font-weight:900;font-variant-numeric:tabular-nums}.v2-timer-pill-total{font-size:10px;font-weight:700;opacity:.88;font-variant-numeric:tabular-nums}.v2-timer-pill.is-urgent .v2-timer-pill-clock{color:#e94560!important;animation:v2-timer-pulse 1s ease-in-out infinite}.v2-timer-pill-moves{font-size:10px}.v2-footer{grid-area:footer;display:flex;align-items:stretch;border-top:1px solid rgba(205,159,189,.3);background:#fffafdf5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden;min-width:0;max-width:100%}.v2-footer-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;background:none;border:none;border-right:1px solid rgba(205,159,189,.2);cursor:pointer;font-size:10px;color:#7d5470;font-family:inherit;padding:0 6px;font-weight:600;transition:background .12s}.v2-footer-btn:last-child{border-right:none}.v2-footer-btn:hover{background:#ff7eb61a}.v2-footer-exit{color:#d4547a}.v2-player-status{display:inline-block;font-size:9px;padding:1px 5px;border-radius:6px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.v2-status-playing{background:#ff7eb633;color:#c0284e}.v2-status-waiting{background:#cd9fbd24;color:#8d5b77}.v2-placeholder-body{text-align:center;padding:48px 24px;color:#8d5b77;font-size:13px}.v2-placeholder-body p{margin-top:8px}@media (max-width: 640px){:root{--v2-action-h: 152px;--card-chip-w: 52px;--card-chip-h: 70px}.v2-footer-btn .v2-footer-label{display:none}.v2-shell{width:100%;max-width:100vw;max-width:100dvw}.v2-shell,.v2-header,.v2-playfield,.v2-action-row,.v2-hand-dock,.v2-hand-row,.v2-footer{min-width:0;max-width:100%}.v2-header{gap:5px;padding:0 8px}.v2-header-left{flex:0 1 auto;max-width:32%}.v2-header-left>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-header-center{flex:1 1 auto;justify-content:center;overflow:hidden}.v2-header-center .pill,.v2-header-center>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-header-right{flex:0 1 auto;justify-content:flex-end;gap:5px;font-size:10px}.v2-deck-cluster{gap:3px}.v2-deck-pill{padding:2px 6px}.v2-action-row{display:flex!important;flex-direction:column;grid-template-columns:none}.v2-moves-panel{flex-direction:row!important;align-items:center;border-right:none!important;border-bottom:1px solid rgba(205,159,189,.24);padding:4px 8px!important;flex:0 0 auto;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;gap:6px!important;min-height:36px}.v2-moves-panel>*{flex-shrink:0}.v2-moves-label{margin-bottom:0!important;white-space:nowrap}.v2-move-buttons,.v2-moves-btns{flex-wrap:nowrap!important}.v2-hand-dock{--card-chip-w: 60px;--card-chip-h: 80px;flex:1;min-height:0}.v2-hand-row{padding:4px 12px 8px}.v2-hand-row:before,.v2-hand-row:after{flex-basis:8px}.v2-hand-row .hand-card-fan{margin-right:4px}.v2-timer-clock{font-size:20px}.v2-timer-pill{gap:5px;padding:4px 10px;max-width:calc(100vw - 16px);max-width:calc(100dvw - 16px)}.v2-timer-pill-name{display:none}.v2-timer-pill-total{font-size:9px}.v2-drawer{top:calc(var(--v2-header-h) + 8px);bottom:calc(var(--v2-action-h) + var(--v2-footer-h) + 8px)}.v2-chat-drawer,.v2-log-drawer{width:min(280px,calc(100vw - 16px))}.arena-overlay-controls{top:8px;left:8px;right:8px}.arena-zoom-controls{bottom:12px;gap:4px;padding:5px}.arena-zoom-btn{width:28px;height:28px;font-size:18px}.arena-zoom-readout{min-width:54px;height:28px;padding:0 10px;font-size:11px}.arena-corner-btn{min-height:28px;padding:5px 9px;font-size:10px}.arena-log-toast{top:42px;right:8px;max-width:min(240px,calc(100% - 16px));font-size:10px}.arena-quick-chat-anchor{right:8px;bottom:10px;gap:6px}.arena-quick-chat-panel{padding:7px;gap:5px}.arena-quick-chat-btn{width:38px;height:38px;font-size:18px}.arena-quick-chat-option{width:34px;height:34px;font-size:18px}.v2-playfield{overflow-y:auto;overflow-x:hidden}.v2-shell .board-arena-radial{display:flex!important;flex-direction:column!important;position:relative!important;inset:auto!important;height:auto!important;min-height:100%!important;overflow:visible!important;padding:10px 8px 42px;gap:10px!important}.v2-shell .arena-core{position:relative!important;left:auto!important;top:auto!important;transform:none!important;margin:0 auto 6px!important}.v2-shell .player-garden{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;height:auto!important;min-height:148px}.v2-shell .player-garden .garden-zone{position:relative!important;inset:auto!important;min-height:94px;padding:28px 8px 10px!important;overflow-y:auto}.v2-shell .player-garden .garden-mini-meta{position:absolute;top:8px;left:8px;right:8px;width:calc(100% - 16px);max-width:none}.v2-shell .garden-grid{align-content:flex-start;width:min(calc(100% - 34px),158px);max-width:min(calc(100% - 34px),158px);padding-top:6px;transform:translateY(4px)}}.v2-shell.theme-winter .v2-header,.v2-shell.theme-winter .v2-action-row,.v2-shell.theme-winter .v2-footer{background:#ffffffeb;color:#17324d}.v2-shell.theme-summer .v2-header,.v2-shell.theme-summer .v2-action-row,.v2-shell.theme-summer .v2-footer,.v2-shell.theme-autumn .v2-header,.v2-shell.theme-autumn .v2-action-row,.v2-shell.theme-autumn .v2-footer{background:#16213eeb;border-color:#0f3460;color:#eee}.v2-shell.theme-summer .v2-rail,.v2-shell.theme-autumn .v2-rail{background:#16213ed1;border-color:#0f3460}.v2-shell.theme-summer .v2-drawer-content,.v2-shell.theme-autumn .v2-drawer-content{background:#16213efa;border-color:#0f3460}.v2-shell.theme-winter .v2-drawer-content{background:#ebf4fcfb;border-color:#4b7eab52}.v2-shell.theme-winter .v2-chat-composer{background:#e2effafe;border-top-color:#4b7eab3d}.v2-shell.theme-winter .v2-chat-input{background:#fffffffa;border-color:#4b7eab47;color:#17324d}.v2-shell.theme-winter .v2-chat-input::placeholder{color:#385c8094}.v2-shell.theme-winter .v2-log-entry,.v2-shell.theme-winter .v2-chat-bubble,.v2-shell.theme-winter .v2-chat-meta,.v2-shell.theme-winter .v2-log-head,.v2-shell.theme-winter .v2-rail-text{color:#17324d}.v2-shell.theme-summer .v2-log-entry,.v2-shell.theme-summer .v2-chat-msg,.v2-shell.theme-summer .v2-player-chip,.v2-shell.theme-summer .v2-timer-clock,.v2-shell.theme-summer .v2-timer-name,.v2-shell.theme-summer .v2-moves-label b,.v2-shell.theme-autumn .v2-log-entry,.v2-shell.theme-autumn .v2-chat-msg,.v2-shell.theme-autumn .v2-player-chip,.v2-shell.theme-autumn .v2-timer-clock,.v2-shell.theme-autumn .v2-timer-name,.v2-shell.theme-autumn .v2-moves-label b{color:#eee}.v2-shell.theme-summer .v2-rail-text,.v2-shell.theme-summer .v2-footer-btn,.v2-shell.theme-summer .v2-waiting-msg,.v2-shell.theme-summer .v2-moves-label,.v2-shell.theme-summer .v2-hand-label,.v2-shell.theme-summer .v2-timer-label,.v2-shell.theme-summer .v2-log-head,.v2-shell.theme-summer .v2-chat-title,.v2-shell.theme-autumn .v2-rail-text,.v2-shell.theme-autumn .v2-footer-btn,.v2-shell.theme-autumn .v2-waiting-msg,.v2-shell.theme-autumn .v2-moves-label,.v2-shell.theme-autumn .v2-hand-label,.v2-shell.theme-autumn .v2-timer-label,.v2-shell.theme-autumn .v2-log-head,.v2-shell.theme-autumn .v2-chat-title{color:#ccc}.v2-shell.theme-summer .v2-move-btn,.v2-shell.theme-autumn .v2-move-btn{background:#ffffff14;border-color:#ffffff24;color:#eee}.v2-shell.theme-summer .v2-gods-fav,.v2-shell.theme-autumn .v2-gods-fav{background:#16213ee0;border-color:#0f3460;color:#eee}.v2-shell.theme-summer .v2-chat-input,.v2-shell.theme-autumn .v2-chat-input{background:#16213ee6;border-color:#0f3460;color:#eee}.v2-shell.theme-summer .v2-chat-input::placeholder,.v2-shell.theme-autumn .v2-chat-input::placeholder{color:#68a}.v2-move-buttons{display:flex;flex-wrap:wrap;gap:3px}.v2-timer-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px 8px;min-width:0}.v2-footer-label{font-size:10px}.v2-chat-row{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.v2-chat-row.is-me{align-items:flex-end}.v2-chat-meta{font-size:9px;color:#9d6b87;display:flex;gap:6px}.v2-chat-bubble{font-size:11px;padding:4px 8px;border-radius:10px;max-width:90%;line-height:1.4;word-break:break-word}.v2-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;padding:12px;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.v2-modal{border-radius:16px;min-width:280px;max-width:420px;width:min(90vw,420px);max-height:min(88dvh,760px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000059;margin:auto}.v2-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.v2-modal-body{padding:16px;font-size:13px;line-height:1.5;overflow-y:auto;min-height:0}.v2-modal--results{width:min(94vw,420px)}.v2-modal-body--results{padding:12px;font-size:11px;line-height:1.35}.v2-results-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:12px}.v2-results-summary-card{min-width:0;padding:8px 9px;border-radius:12px}.v2-results-summary-label{margin-bottom:2px;font-size:6.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.v2-results-summary-value{font-size:8.5px;font-weight:800;line-height:1.3}.v2-results-section-label{margin-bottom:6px;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.v2-results-player-list{display:grid;gap:8px}.v2-results-player-card{border-radius:14px;padding:9px}.v2-results-player-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.v2-results-player-name{font-size:9px;font-weight:800;line-height:1.25}.v2-results-player-meta{font-size:6.5px;line-height:1.35}.v2-results-player-badge{flex-shrink:0;padding:3px 6px;border-radius:999px;font-size:6.5px;font-weight:800;letter-spacing:.08em}.v2-results-player-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 8px}.v2-results-player-stat-label{margin-bottom:2px;font-size:6.5px;line-height:1.25}.v2-results-player-stat-value{font-size:8px;font-weight:800;line-height:1.25}.v2-results-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.v2-results-actions button{min-height:30px!important;padding:7px 10px!important;font-size:8px!important}@media (min-width: 560px){.v2-results-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.v2-results-player-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 540px){.v2-modal-backdrop{align-items:flex-start}.v2-modal{width:min(96vw,420px);max-height:min(92dvh,760px)}}.v2-shell .board-arena-radial{display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;height:100%!important;min-height:0!important;overflow:hidden!important;gap:0!important}.v2-shell .arena-core{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important}.v2-shell .player-garden{position:absolute!important;left:calc(50% + var(--pg-x, 0px))!important;top:calc(50% + var(--pg-y, 0px))!important;transform:translate(-50%,-50%)!important;width:var(--pg-w, 160px)!important;height:var(--pg-h, 120px)!important}.waiting-room-shell{width:100%;max-width:100vw;max-width:100dvw;min-height:100vh;min-height:100dvh;max-height:100dvh;display:flex;align-items:center;justify-content:center;padding:clamp(12px,4vw,24px);padding-bottom:calc(clamp(12px,4vw,24px) + var(--safe-inset-b));overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.waiting-room-panel{width:min(920px,100%);max-width:100%;min-width:0;border-radius:24px;padding:clamp(16px,3vw,24px);display:grid;gap:18px;margin:auto}.waiting-room-header{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,320px);gap:12px;align-items:start}.waiting-room-heading{min-width:0}.waiting-room-kicker,.waiting-room-card-label{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.waiting-room-title{margin:6px 0 4px;font-size:clamp(24px,6vw,32px);line-height:1.05}.waiting-room-subtitle,.waiting-room-card-copy,.waiting-room-seat-copy{font-size:13px;line-height:1.5}.waiting-room-subtitle{word-break:break-word}.waiting-room-rules,.waiting-room-info-card,.waiting-room-actions-card,.waiting-room-seat-card{border-radius:18px}.waiting-room-rules,.waiting-room-info-card,.waiting-room-actions-card{padding:16px}.waiting-room-rules{min-width:0}.waiting-room-card-copy{margin-top:6px}.waiting-room-seat-grid,.waiting-room-footer-grid{display:grid;gap:12px}.waiting-room-seat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.waiting-room-seat-card{padding:16px}.waiting-room-seat-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.waiting-room-seat-index{font-size:12px}.waiting-room-seat-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.waiting-room-badge{padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.waiting-room-seat-name{margin-top:10px;font-size:18px;font-weight:800;line-height:1.2;word-break:break-word}.waiting-room-seat-copy{margin-top:6px}.waiting-room-footer-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.waiting-room-status-value{margin-top:8px;font-size:clamp(22px,5vw,24px);font-weight:800}.waiting-room-actions-card{display:grid;gap:10px;align-content:start}.waiting-room-action-button{width:100%}@media (max-width: 760px){.waiting-room-shell{align-items:flex-start;justify-content:stretch;padding-inline:10px}.waiting-room-panel{width:100%;margin:0}.waiting-room-header{grid-template-columns:1fr}.waiting-room-footer-grid{order:2}.waiting-room-seat-grid{order:3}.waiting-room-actions-card{order:-1}.waiting-room-seat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 520px){.waiting-room-panel{border-radius:20px;gap:14px}.waiting-room-rules,.waiting-room-info-card,.waiting-room-actions-card,.waiting-room-seat-card{padding:14px}.waiting-room-seat-grid,.waiting-room-footer-grid{grid-template-columns:1fr}.waiting-room-seat-top{align-items:flex-start}}
