:root{--color-background: #f5f2ec;--color-surface: #fffdfa;--color-surface-strong: #10202b;--color-text: #142029;--color-muted: #5d6a70;--color-accent: #167c6b;--color-accent-strong: #0e5f51;--color-error: #b42318;--color-border: #d8d1c5;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 16px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--shadow-soft: 0 20px 60px rgb(28 35 40 / .12)}*{box-sizing:border-box}html{color:var(--color-text);background:var(--color-background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-width:320px;overflow-x:hidden}button,input,select{font:inherit}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #ffbf69;outline-offset:3px}.app-shell{width:min(1100px,calc(100% - 24px));min-height:100vh;margin:0 auto;padding:clamp(1rem,4vw,var(--space-6)) 0}.profile-page{display:grid;place-items:center}.profile-panel{width:min(720px,100%);padding:clamp(1.25rem,4vw,2rem);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.eyebrow,.muted-label{margin:0 0 var(--space-2);color:var(--color-muted);font-size:.85rem;font-weight:700;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:var(--space-3);font-size:clamp(2.2rem,8vw,4.5rem);line-height:.98}h2{font-size:clamp(1.4rem,4vw,2rem)}.lead{color:var(--color-muted);font-size:1.1rem;line-height:1.6}.profile-form{display:grid;gap:var(--space-5)}.field-group,.avatar-field,.join-form{display:grid;gap:var(--space-2)}label,legend{font-weight:800}input,select{min-height:48px;width:100%;padding:0 var(--space-4);color:var(--color-text);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md)}input:disabled{color:var(--color-muted);background:#eee8dd}select:disabled{color:var(--color-muted);background:#eee8dd}.field-hint,.field-error,.form-error,.phase-note{min-height:1.3em;margin:0;font-size:.95rem}.field-hint,.phase-note{color:var(--color-muted)}.field-error,.form-error{color:var(--color-error);font-weight:700}.avatar-field{padding:0;border:0}.avatar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:var(--space-3)}.avatar-option{min-height:88px;padding:var(--space-2);background:#fff;border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}.avatar-option span{display:block;margin-top:var(--space-1);font-size:.78rem;font-weight:800}.avatar-option[data-selected=true]{border-color:var(--color-accent);box-shadow:0 0 0 4px #167c6b2e}.avatar{display:block;flex:0 0 auto}.avatar-small{width:40px;height:40px}.avatar-medium{width:64px;height:64px;margin:0 auto}.avatar-large{width:96px;height:96px}.form-actions,.room-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.button{min-width:44px;min-height:48px;padding:.75rem 1rem;border:1px solid transparent;border-radius:var(--radius-md);font-weight:800;cursor:pointer;text-decoration:none}.button-primary{color:#fff;background:var(--color-accent)}.button-primary:hover{background:var(--color-accent-strong)}.button-secondary{color:var(--color-text);background:#fff;border-color:var(--color-border)}.button-disabled,.button:disabled{color:var(--color-muted);background:#e7e0d5;border-color:var(--color-border);cursor:not-allowed}.home-page{display:grid;gap:var(--space-5)}.home-hero,.room-panel,.future-games{display:grid;gap:var(--space-5);padding:clamp(1rem,4vw,2rem);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.home-hero{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:center}.player-card{display:grid;gap:var(--space-4);justify-items:start;padding:var(--space-5);color:#fff;background:var(--color-surface-strong);border-radius:var(--radius-md)}.player-card strong{display:block;overflow-wrap:anywhere;font-size:1.5rem}.join-form{flex:1 1 360px}.server-status{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;min-height:48px;padding:var(--space-3);color:var(--color-muted);background:#f7f3eb;border:1px solid var(--color-border);border-radius:var(--radius-md)}.server-status span{flex:1 1 220px;min-width:0;overflow-wrap:anywhere}.server-status[data-status=ready]{color:var(--color-accent-strong)}.server-status[data-status=waking]{color:var(--color-text)}.server-status[data-status=unavailable],.server-status[data-status=misconfigured]{color:var(--color-error);font-weight:700}.join-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-3)}.game-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.game-list article{min-width:0;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md)}.game-list article[data-availability=available]{background:#fff}.game-list article[data-availability=coming-soon],.game-list article[data-availability=internal]{background:#f7f3eb}.game-list p{color:var(--color-muted)}.not-found{display:grid;place-content:center;justify-items:center}.lobby-page{display:grid;align-items:start}.lobby-panel{display:grid;gap:var(--space-5);padding:clamp(1rem,4vw,2rem);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.lobby-header{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:start;justify-content:space-between}.room-code-display{margin:0;font-size:clamp(2.25rem,10vw,5rem);letter-spacing:.08em}.lobby-header-actions,.lobby-actions,.game-route-actions,.lobby-stats{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.lobby-stats span{padding:.45rem .7rem;color:var(--color-text);background:#efe8dc;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-weight:800}.lobby-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4)}.lobby-player-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--space-3);align-items:center;padding:var(--space-4);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md)}.lobby-player-card[data-local=true]{border-color:var(--color-accent);box-shadow:0 0 0 3px #167c6b29}.lobby-player-copy{min-width:0}.lobby-player-name-row{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.lobby-player-name-row h3{margin:0;overflow-wrap:anywhere;line-height:1.2}.status-pill{display:inline-flex;min-height:28px;align-items:center;padding:.25rem .5rem;background:#efe8dc;border-radius:var(--radius-sm);font-size:.82rem;font-weight:800}.status-pill-host{color:#fff;background:var(--color-accent)}.game-selection{display:grid;gap:var(--space-3)}.game-selection .game-list article[data-selected=true]{border-color:var(--color-accent);box-shadow:0 0 0 3px #167c6b29}.settings-panel{display:grid;gap:var(--space-4);padding:var(--space-4);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md)}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-3);align-items:end}.settings-grid label{display:grid;gap:var(--space-2)}.setting-toggle{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:48px;padding:0 var(--space-3);background:#f7f3eb;border:1px solid var(--color-border);border-radius:var(--radius-md)}.setting-toggle input{width:20px;min-height:20px;padding:0;accent-color:var(--color-accent)}.game-phase-panel{min-height:65vh;align-content:center;text-align:center}.countdown-display{margin:0;font-size:clamp(4rem,20vw,10rem);font-weight:900}.most-likely-panel{gap:var(--space-4)}.player-strip,.score-list>div,.ranking-list li{display:flex;gap:var(--space-3);align-items:center}.player-strip{flex-wrap:wrap;justify-content:center}.player-strip span{display:inline-flex;gap:var(--space-2);align-items:center;font-weight:800}.vote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-3)}.vote-card{min-width:0;min-height:136px;display:flex;flex-direction:column;gap:var(--space-2);align-items:center;justify-content:center;padding:var(--space-4);color:var(--color-text);background:#fff;border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}.vote-card span{overflow-wrap:anywhere}.vote-card[data-selected=true]{border-color:var(--color-accent);box-shadow:0 0 0 4px #167c6b2e}.vote-card[data-disabled=true]{color:var(--color-muted);background:#f7f3eb;cursor:not-allowed}.vote-card em{font-style:normal;font-weight:800;color:var(--color-muted)}.score-list,.ranking-list{display:grid;gap:var(--space-2);width:100%;max-width:640px;padding:0;margin:0 auto;text-align:left}.score-list>div,.ranking-list li{flex-wrap:wrap;justify-content:space-between;padding:var(--space-3);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md)}.score-list>div[data-winner=true]{border-color:var(--color-accent)}.score-list span,.ranking-list strong{flex:1;min-width:0;overflow-wrap:anywhere}.score-list em{font-style:normal;font-weight:800;color:var(--color-accent-strong)}.ranking-list{list-style:none}.drop-rush-panel{gap:var(--space-4);min-width:0}.drop-rush-header{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;justify-content:space-between}.drop-rush-header h1{margin:0}.drop-rush-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:var(--space-4);align-items:start;min-width:0}.drop-rush-board{width:100%;max-width:100%;min-width:0;min-height:clamp(360px,64vh,520px);aspect-ratio:10 / 7;overflow:hidden;touch-action:none;background:#10202b;border:1px solid var(--color-border);border-radius:var(--radius-md)}.drop-rush-board canvas{display:block;max-width:100%}.drop-position-controls{display:grid;gap:var(--space-2);min-width:0;padding:var(--space-3);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md)}.drop-position-controls input[type=range]{width:100%;max-width:100%;min-width:0;padding:0;accent-color:var(--color-accent)}@media(max-width:760px){.home-hero,.game-list,.join-row,.drop-rush-layout{grid-template-columns:1fr}.button,.join-row .button{width:100%}.home-hero,.room-panel,.future-games,.lobby-panel{padding:var(--space-4);border-radius:var(--radius-md)}.player-card,.lobby-player-card{padding:var(--space-3)}.lobby-header-actions,.lobby-actions,.game-route-actions,.room-actions{width:100%}.room-code-display{font-size:clamp(2rem,15vw,3.25rem)}.vote-grid{grid-template-columns:1fr}.game-phase-panel{min-height:auto}.drop-rush-board{min-height:clamp(340px,58vh,460px)}}@media(max-width:420px){.app-shell{width:min(100% - 16px,1100px)}.avatar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.score-list>div,.ranking-list li{align-items:flex-start}}@media(max-height:430px)and (orientation:landscape){.drop-rush-layout{grid-template-columns:minmax(0,1fr) minmax(200px,280px)}.drop-rush-board{min-height:300px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}}
