:root{--col-width: 390px;--col-width-desktop: 480px;--board-col-width-desktop: 940px;--tray-col-width-desktop: 240px;--breakpoint-desktop: 768px;--grid-cell: 40px;--font-stack: system-ui, -apple-system, sans-serif;--bg: #f8f9fa;--bg-grid: rgba(15, 23, 42, .04);--card: #ffffff;--card-dark: #1e293b;--border: #e2e8f0;--border-soft: #edf0f3;--text: #0f172a;--muted: #64748b;--subtle: #94a3b8;--on-brand: #ffffff;--brand: #8b5cf6;--brand-deep: #6d28d9;--brand-ink: #4c1d95;--brand-lift: #a855f7;--brand-grad: linear-gradient(140deg, #8b5cf6 0%, #6d28d9 52%, #4c1d95 100%);--brand-tile: linear-gradient(135deg, #a855f7 0%, #8b5cf6 52%, #6d28d9 100%);--brand-halo: radial-gradient(85% 100% at 50% 0%, rgba(139, 92, 246, .09) 0%, transparent 100%);--red: #e1463c;--red-grad: linear-gradient(140deg, #e1574b 0%, #c0392b 100%);--red-zone: radial-gradient(75% 100% at 50% 0%, rgba(225, 70, 60, .1) 0%, transparent 70%);--blue: #327deb;--blue-grad: linear-gradient(140deg, #3c5a8c 0%, #24406e 100%);--blue-zone: radial-gradient(75% 100% at 50% 100%, rgba(50, 125, 235, .09) 0%, transparent 70%);--wall: #334155;--wall-ghost: rgba(51, 65, 85, .28);--cell-a: #ffffff;--cell-b: #fafbfc;--cell-line: #edf0f3;--board-frame: linear-gradient(#eef1f7 0%, #e4e9f1 55%, #d9e0ec 100%);--board-gloss: radial-gradient(115% 50% at 50% 0%, rgba(255, 255, 255, .85) 0%, transparent 52%);--easy: #16a34a;--normal: #d9a520;--hard: #dc2626;--shadow-soft: 0 2px 8px rgba(0, 0, 0, .06);--shadow-card: 0 4px 24px rgba(0, 0, 0, .08), 0 1px 4px rgba(0, 0, 0, .04);--shadow-lift: 0 2px 5px rgba(15, 23, 42, .1), 0 12px 28px rgba(15, 23, 42, .16);--shadow-brand: 0 12px 30px rgba(139, 92, 246, .42), inset 0 1px 1px rgba(255, 255, 255, .35);--gloss: linear-gradient(rgba(255, 255, 255, .13), transparent);--r-xs: 2px;--r-sm: 11px;--r-md: 13px;--r-lg: 16px;--r-xl: 20px;--r-2xl: 24px;--r-full: 999px;--motion-press: .14s ease-out;--motion-enter: .22s cubic-bezier(.22, 1, .36, 1);--motion-pulse: .6s}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100vh;overflow:hidden}body{font-family:var(--font-stack);color:var(--text);background-color:var(--bg);background-image:linear-gradient(var(--bg-grid) 1px,transparent 1px),linear-gradient(90deg,var(--bg-grid) 1px,transparent 1px);background-size:var(--grid-cell) var(--grid-cell);min-height:100vh;display:flex;justify-content:center}a{color:inherit}.screen{width:var(--col-width);max-width:100%;height:100vh;position:relative;padding:28px 20px 112px}.screen.no-nav{padding-bottom:32px}.screen--board{height:100vh;display:flex;flex-direction:column;overflow:hidden}@media(min-width:768px){.screen{width:var(--col-width-desktop)}.screen--board{width:var(--board-col-width-desktop)}}@media(min-width:768px){.screen--board{display:grid;grid-template-columns:1fr var(--tray-col-width-desktop);grid-template-rows:auto auto auto 1fr auto;column-gap:24px;grid-template-areas:"header  header" "score   tray" "turn    tray" "board   tray" "notice  tray"}.match-header{grid-area:header}.score-row{grid-area:score;margin-bottom:0}.turn-banner{grid-area:turn;margin:0}.board-area{grid-area:board}.notice-slot{grid-area:notice;margin-top:0}.action-tray{grid-area:tray;align-self:center;margin-top:0}}.t-display{font-size:32px;font-weight:900;letter-spacing:-1.8px;color:var(--text)}.t-heading{font-size:28px;font-weight:900;letter-spacing:-1.2px;color:var(--text)}.t-card-title{font-size:17px;font-weight:800;letter-spacing:-.3px;color:var(--text)}.t-body{font-size:15px;font-weight:500;color:var(--text)}.t-subtitle{font-size:13px;font-weight:600;color:var(--muted)}.t-eyebrow{font-size:10px;font-weight:800;letter-spacing:3px;text-transform:uppercase;color:var(--subtle)}.section-rule{display:flex;align-items:center;gap:12px;margin:28px 0 16px}.section-rule:before,.section-rule:after{content:"";flex:1;height:1px;background:var(--border-soft)}.section-rule span{white-space:nowrap}.header-block{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.app-mark,.icon-tile-lg{width:64px;height:64px;border-radius:var(--r-2xl);background:var(--brand-grad);box-shadow:var(--shadow-brand);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.app-mark:after,.icon-tile-lg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gloss)}.app-mark svg,.icon-tile-lg svg{width:30px;height:30px;stroke:var(--on-brand);position:relative;z-index:1}.back-pill{position:absolute;top:28px;left:20px;display:inline-flex;align-items:center;gap:6px;background:var(--card);border-radius:var(--r-full);box-shadow:var(--shadow-soft);padding:10px 16px 10px 12px;font-size:14px;font-weight:700;color:var(--text);text-decoration:none}.back-pill svg{width:16px;height:16px;stroke:var(--text)}.tray{background:var(--card);border-radius:var(--r-2xl);box-shadow:var(--shadow-card);padding:14px;display:flex;flex-direction:column;gap:10px}.tray-row{display:flex;gap:10px}.tile{flex:1;background:var(--brand-tile);border-radius:var(--r-xl);padding:16px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:32px;min-height:108px;text-decoration:none;box-shadow:var(--shadow-brand)}.tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gloss);pointer-events:none}.tile-icon{width:34px;height:34px;border-radius:var(--r-md);background:var(--brand-lift);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.tile-icon svg{width:18px;height:18px;stroke:var(--on-brand)}.tile-title{font-size:17px;font-weight:800;letter-spacing:-.3px;color:var(--on-brand);position:relative;z-index:1}.tile-sub{font-size:13px;font-weight:600;color:var(--on-brand);opacity:.78;margin-top:2px;position:relative;z-index:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 22px;border-radius:var(--r-full);font-size:15px;font-weight:800;font-family:var(--font-stack);border:none;cursor:pointer;text-decoration:none;transition:transform var(--motion-press),box-shadow var(--motion-press)}.btn:active{transform:scale(.98)}.btn-block{width:100%}.btn-primary{background:var(--brand-grad);color:var(--on-brand);box-shadow:var(--shadow-brand);position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gloss);pointer-events:none}.btn-secondary{background:var(--card);color:var(--text);box-shadow:var(--shadow-soft)}.btn svg{width:18px;height:18px;position:relative;z-index:1}.btn-primary svg{stroke:var(--on-brand)}.btn-secondary svg{stroke:var(--text)}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:var(--col-width);max-width:100%;background:var(--card);display:flex;border-top:1px solid var(--border-soft);padding:10px 0 14px}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:var(--subtle);font-size:11px;font-weight:700}.nav-item svg{width:22px;height:22px;stroke:var(--subtle)}.nav-item.active{color:var(--brand)}.nav-item.active svg{stroke:var(--brand)}.form-card{background:var(--card);border-radius:var(--r-xl);box-shadow:var(--shadow-card);padding:20px;display:flex;flex-direction:column;gap:12px}.field-label{font-size:13px;font-weight:600;color:var(--muted)}.field-input{height:48px;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--card);padding:0 16px;font-size:15px;font-weight:500;color:var(--text);font-family:var(--font-stack);width:100%}.field-input::placeholder{color:var(--subtle)}.field-input:focus{border-color:var(--brand);outline:none}.code-card{background:var(--card);border-radius:var(--r-2xl);box-shadow:var(--shadow-card);padding:36px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.room-code{font-size:34px;font-weight:900;letter-spacing:6px;color:var(--text)}.status-line{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:600}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--easy);animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.match-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.match-brand{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:800;letter-spacing:-.3px;color:var(--text)}.mark-sm{width:32px;height:32px;border-radius:var(--r-md);background:var(--brand-grad);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.mark-sm:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gloss)}.mark-sm svg{width:18px;height:18px;stroke:var(--on-brand);position:relative;z-index:1}.leave-pill{display:inline-flex;align-items:center;gap:6px;background:var(--card);border-radius:var(--r-full);box-shadow:var(--shadow-soft);padding:9px 14px;font-size:11px;font-weight:800;color:var(--text);text-decoration:none}.leave-pill svg{width:14px;height:14px;stroke:var(--text)}.score-row{display:flex;align-items:stretch;gap:8px;margin-bottom:10px}.score-card{flex:1;border-radius:var(--r-xl);padding:8px 10px;display:flex;flex-direction:column;gap:4px;position:relative;overflow:hidden;transition:opacity var(--motion-press),box-shadow var(--motion-press)}.score-card.red{background:var(--red-grad)}.score-card.blue{background:var(--blue-grad)}.score-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gloss);pointer-events:none}.score-card.is-inactive{opacity:.82}.score-card.is-active{box-shadow:var(--shadow-lift)}.score-sphere{width:22px;height:22px;border-radius:50%;position:relative;overflow:hidden;z-index:1}.score-sphere.red{background:var(--red-grad)}.score-sphere.blue{background:var(--blue-grad)}.score-sphere:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gloss)}.score-top-row{display:flex;align-items:center;gap:6px}.score-name{font-size:16px;font-weight:900;color:var(--on-brand);position:relative;z-index:1;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score-timer{position:relative;z-index:1;width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.score-timer svg{width:100%;height:100%;transform:rotate(-90deg)}.score-timer-track{fill:none;stroke:var(--on-brand);opacity:.28;stroke-width:2.5}.score-timer-progress{fill:none;stroke:var(--on-brand);stroke-width:2.5;stroke-linecap:round;transition:stroke-dashoffset .32s linear}.score-timer.is-idle .score-timer-progress{opacity:.28}.score-timer-num{position:absolute;font-size:9px;font-weight:800;color:var(--on-brand)}.score-timer.is-warning .score-timer-progress{stroke:var(--hard)}.score-timer.is-warning .score-timer-num{color:var(--hard)}.score-timer.is-warning{animation:timer-warn-flash 1s ease-in-out infinite}@keyframes timer-warn-flash{0%,to{opacity:1}50%{opacity:.4}}.score-nickname{font-size:11px;font-weight:700;color:var(--on-brand);opacity:.78;position:relative;z-index:1;margin-top:-2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score-walls{display:flex;align-items:center;gap:6px;color:var(--on-brand);font-size:13px;font-weight:800;opacity:.92;position:relative;z-index:1}.score-walls svg{width:14px;height:14px;stroke:var(--on-brand)}.vs-divider{width:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:var(--card);border-radius:var(--r-lg);box-shadow:var(--shadow-soft);font-size:11px;font-weight:800;color:var(--subtle);letter-spacing:1px}.kebab{display:flex;flex-direction:column;gap:3px}.kebab span{width:3px;height:3px;border-radius:50%;background:var(--subtle)}.turn-banner{display:flex;align-items:center;justify-content:center;gap:12px;margin:4px 0 8px}.turn-banner .rule{flex:1;height:1px}.turn-banner.is-red .rule{background:var(--red)}.turn-banner.is-blue .rule{background:var(--blue)}.turn-banner .label{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800;letter-spacing:3px;white-space:nowrap}.turn-banner.is-red .label{color:var(--red)}.turn-banner.is-blue .label{color:var(--blue)}.board-area{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;container-type:size}.board-bezel{background:var(--board-frame);border-radius:var(--r-2xl);padding:18px;position:relative;box-shadow:var(--shadow-card);width:min(100cqw,100cqh,var(--board-col-width-desktop, var(--col-width)));height:min(100cqw,100cqh,var(--board-col-width-desktop, var(--col-width)));aspect-ratio:1 / 1}.board-bezel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--r-2xl);background:var(--board-gloss);pointer-events:none}.board-nub{position:absolute;top:50%;width:8px;height:18px;margin-top:-9px;border-radius:var(--r-xs);background:var(--muted);opacity:.3}.board-nub.left{left:5px}.board-nub.right{right:5px}.playfield{position:relative;aspect-ratio:1 / 1;border-radius:var(--r-lg);overflow:hidden;background:var(--cell-a)}.board-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr)}.cell{border:.5px solid var(--cell-line)}.cell.b{background:var(--cell-b)}.cell.a{background:var(--cell-a)}.goal-band{position:absolute;left:0;right:0;height:11.11%;pointer-events:none}.goal-band.top{top:0}.goal-band.bottom{bottom:0}.goal-band.top.zone-red{background-image:var(--red-zone);border-bottom:1px solid var(--red)}.goal-band.top.zone-blue{background-image:var(--blue-zone);border-bottom:1px solid var(--blue)}.goal-band.bottom.zone-blue{background-image:var(--blue-zone);border-top:1px solid var(--blue)}.goal-band.bottom.zone-red{background-image:var(--red-zone);border-top:1px solid var(--red)}.pawn{position:absolute;width:9.6%;aspect-ratio:1 / 1;border-radius:50%;transform:translate(-50%,-50%);box-shadow:var(--shadow-soft);overflow:hidden}.pawn.red{background:var(--red-grad)}.pawn.blue{background:var(--blue-grad)}.pawn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gloss)}.move-dot-hit{position:absolute;width:calc(100% / 9);height:calc(100% / 9);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.move-dot{width:32.4%;aspect-ratio:1 / 1;border-radius:50%;opacity:.55}.move-dot.red{background:var(--red-grad)}.move-dot.blue{background:var(--blue-grad)}.wall{position:absolute;border-radius:var(--r-xs);transform:translate(-50%,-50%)}.wall.is-solid{background:var(--wall)}.wall.is-ghost{background:var(--wall-ghost)}.action-tray{background:var(--card);border-radius:var(--r-2xl);box-shadow:var(--shadow-card);padding:12px;margin-top:10px;text-align:center}.action-tray .t-eyebrow{display:block;margin-bottom:6px}.wall-count{font-size:15px;font-weight:800;color:var(--text);margin-bottom:8px}.orient-toggle{display:flex;gap:10px;justify-content:center}.orient-btn{width:64px;height:44px;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--card);display:flex;align-items:center;justify-content:center}.orient-btn.is-selected{background:var(--card-dark);border-color:var(--card-dark);box-shadow:var(--shadow-soft)}.orient-btn svg{width:22px;height:22px;stroke:var(--text)}.orient-btn.is-selected svg{stroke:var(--on-brand)}.notice-slot{min-height:68px;margin-top:10px}.notice{display:flex;align-items:flex-start;gap:10px;background:var(--card);border-radius:var(--r-lg);box-shadow:var(--shadow-soft);padding:14px 16px;text-align:left}.notice svg{width:20px;height:20px;stroke:var(--hard);flex-shrink:0;margin-top:1px}.notice p{font-size:13px;font-weight:600;color:var(--text);line-height:1.4}.notice strong{color:var(--hard);font-weight:800}.result-wrap{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;margin-top:14vh}.result-sphere{width:88px;aspect-ratio:1 / 1;border-radius:50%;position:relative;overflow:hidden;box-shadow:var(--shadow-lift)}.result-sphere.red{background:var(--red-grad)}.result-sphere.blue{background:var(--blue-grad)}.result-sphere:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gloss)}.result-actions{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:8px}.wall-slot{position:absolute;transform:translate(-50%,-50%);background:transparent;border:0;width:calc(100% / 9);height:calc(100% / 9);cursor:pointer;touch-action:none;-webkit-tap-highlight-color:transparent;z-index:1}.move-dot-hit{z-index:2}.wall.is-solid,.wall.is-ghost,.pawn,.move-dot{pointer-events:none}.score-card.pulse-turn.red{animation:turn-pulse-red var(--motion-pulse) ease-out}.score-card.pulse-turn.blue{animation:turn-pulse-blue var(--motion-pulse) ease-out}@keyframes turn-pulse-red{0%{box-shadow:var(--shadow-lift)}50%{box-shadow:var(--shadow-lift),0 0 0 3px var(--red)}to{box-shadow:var(--shadow-lift)}}@keyframes turn-pulse-blue{0%{box-shadow:var(--shadow-lift)}50%{box-shadow:var(--shadow-lift),0 0 0 3px var(--blue)}to{box-shadow:var(--shadow-lift)}}.btn.is-disabled{opacity:.45;pointer-events:none}.status-pill{display:inline-flex;align-items:center;gap:6px;background:var(--card);border-radius:var(--r-full);box-shadow:var(--shadow-soft);padding:9px 14px;font-size:11px;font-weight:800;color:var(--text)}.pulse-dot.is-reconnecting{background:var(--normal)}.pulse-dot.is-disconnected{background:var(--hard);animation:none}.notice.is-positive svg{stroke:var(--easy)}.notice.is-positive strong{color:var(--easy)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.sound-toggle{display:inline-flex;align-items:center;gap:4px;background:var(--card);border-radius:var(--r-full);box-shadow:var(--shadow-soft);padding:4px}.sound-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;background:transparent;border-radius:var(--r-full);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background var(--motion-press)}.sound-btn svg{width:15px;height:15px;stroke:var(--subtle)}.sound-btn.is-on svg{stroke:var(--text)}.sound-btn:hover{background:var(--border-soft)}.sound-btn:active{transform:scale(.98)}.sound-toggle.is-floating{position:absolute;top:16px;right:16px;z-index:3}.match-header-right{display:inline-flex;align-items:center;gap:8px}.chat-fab{position:fixed;bottom:20px;right:20px;width:52px;height:52px;border:0;border-radius:var(--r-full);background:var(--brand-grad);box-shadow:var(--shadow-brand);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;-webkit-tap-highlight-color:transparent;transition:transform var(--motion-press)}.chat-fab:active{transform:scale(.96)}.chat-fab svg{width:22px;height:22px;stroke:var(--on-brand)}.chat-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 4px;border-radius:var(--r-full);border:2px solid var(--bg);background:var(--hard);color:var(--on-brand);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.chat-panel{position:fixed;bottom:84px;right:20px;width:min(320px,calc(100vw - 40px));height:min(420px,calc(100vh - 140px));background:var(--card);border-radius:var(--r-2xl);box-shadow:var(--shadow-card);display:flex;flex-direction:column;overflow:hidden;z-index:51}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border-soft);flex-shrink:0}.chat-close-btn{width:28px;height:28px;padding:0;border:0;border-radius:var(--r-full);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.chat-close-btn:hover{background:var(--border-soft)}.chat-close-btn svg{width:14px;height:14px;stroke:var(--muted)}.chat-messages{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:8px}.chat-empty{margin-top:20px;color:var(--subtle);font-size:13px;text-align:center}.chat-bubble{max-width:80%;padding:8px 12px;border-radius:var(--r-lg);font-size:14px;font-weight:500;line-height:1.4;word-break:break-word}.chat-bubble.is-self{align-self:flex-end;background:var(--brand-grad);color:var(--on-brand);border-bottom-right-radius:var(--r-xs)}.chat-bubble.is-other{align-self:flex-start;background:var(--border-soft);color:var(--text);border-bottom-left-radius:var(--r-xs)}.chat-input-row{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid var(--border-soft);flex-shrink:0}.chat-input{flex:1;min-width:0;border:1px solid var(--border);border-radius:var(--r-full);padding:9px 14px;font-size:14px;font-family:var(--font-stack);color:var(--text);background:var(--card);outline:none}.chat-input:focus{border-color:var(--brand)}.chat-send-btn{width:34px;height:34px;flex-shrink:0;padding:0;border:0;border-radius:var(--r-full);background:var(--brand-grad);display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.chat-send-btn svg{width:15px;height:15px;stroke:var(--on-brand)}
