:root{--gc-red: #e62727;--gc-yellow: #fff200;--gc-cream: #fff8ed;--gc-ink: #291313;--gc-white: #ffffff;--gc-font-display: "Fredoka", "Arial Rounded MT Bold", "Nunito", ui-rounded, system-ui, sans-serif;--gc-font-interface: "Nunito", "Arial Rounded MT Bold", ui-rounded, system-ui, sans-serif;--gc-space-1: 4px;--gc-space-2: 8px;--gc-space-3: 12px;--gc-space-4: 16px;--gc-space-6: 24px;--gc-space-8: 32px;--gc-space-12: 48px;--gc-space-16: 64px;--gc-radius-sm: 12px;--gc-radius-md: 20px;--gc-radius-lg: 32px;--gc-radius-pill: 999px;--gc-border-standard: 2px;--gc-border-emphasis: 4px;--gc-border-focus: 6px;--gc-shadow-panel: 8px 8px 0 var(--gc-ink);--gc-shadow-small: 4px 4px 0 var(--gc-ink)}*{box-sizing:border-box}html{font-family:var(--gc-font-interface);background:var(--gc-red)}.gc-logo{display:grid;width:max-content;color:var(--gc-cream);font-family:var(--gc-font-display);font-weight:900;line-height:.82;letter-spacing:0;text-transform:uppercase;text-shadow:4px 4px 0 var(--gc-ink)}.gc-logo span,.gc-logo strong{display:block}.gc-logo-tv{font-size:clamp(54px,7vw,132px)}.gc-logo-phone{color:var(--gc-ink);font-size:clamp(48px,14vw,68px);text-shadow:3px 3px 0 var(--gc-yellow)}.gc-avatar{display:inline-grid;place-items:center;flex:0 0 auto;color:var(--gc-red);background:var(--gc-cream);border:3px solid var(--gc-ink);border-radius:50%;font-family:Times New Roman,serif;font-weight:900;line-height:1}.gc-avatar[data-selected=true]{background:var(--gc-yellow);box-shadow:var(--gc-shadow-small)}.gc-avatar-xs{width:34px;height:34px;font-size:23px}.gc-avatar-sm{width:46px;height:46px;font-size:32px}.gc-avatar-md{width:68px;height:68px;font-size:48px}.gc-avatar-lg{width:82px;height:82px;font-size:58px}.gc-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border:3px solid var(--gc-ink);border-radius:var(--gc-radius-pill);color:var(--gc-ink);cursor:pointer;font-family:var(--gc-font-display);font-size:16px;font-weight:900;line-height:1;letter-spacing:0;text-transform:uppercase;transition:transform .14s ease,box-shadow .14s ease}.gc-button:hover,.gc-button:focus-visible{outline:none;transform:translate(-2px,-2px);box-shadow:var(--gc-shadow-small)}.gc-button:disabled{cursor:not-allowed;opacity:.62;transform:none;box-shadow:none}.gc-button-primary{background:var(--gc-yellow)}.gc-button-secondary{background:var(--gc-cream)}.gc-button-destructive{color:var(--gc-cream);background:var(--gc-red)}.gc-button-icon,.gc-badge-icon{display:inline-flex;align-items:center}.gc-button svg,.gc-badge svg{width:18px;height:18px;stroke-width:3px}.gc-badge,.gc-status{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;min-height:34px;padding:7px 12px;border:2px solid var(--gc-ink);border-radius:var(--gc-radius-pill);font-family:var(--gc-font-display);font-size:13px;font-weight:900;line-height:1;text-transform:uppercase}.gc-badge-yellow{background:var(--gc-yellow);color:var(--gc-ink)}.gc-badge-cream{background:var(--gc-cream);color:var(--gc-ink)}.gc-badge-red{background:var(--gc-red);color:var(--gc-cream)}.gc-status{background:var(--gc-white)}.gc-status span{width:10px;height:10px;border:2px solid var(--gc-ink);border-radius:50%}.gc-status-connected span{background:var(--gc-yellow)}.gc-status-disconnected span{background:var(--gc-red)}.gc-room-code{display:grid;justify-items:end;min-width:230px;padding:20px 26px;color:var(--gc-ink);background:var(--gc-yellow);border:var(--gc-border-emphasis) solid var(--gc-ink);border-radius:var(--gc-radius-lg);box-shadow:var(--gc-shadow-panel);font-family:var(--gc-font-display);text-transform:uppercase}.gc-room-code span{font-size:22px;font-weight:900}.gc-room-code strong{font-size:clamp(54px,5.8vw,94px);line-height:.86;letter-spacing:0}.gc-qr-card{display:grid;gap:16px;padding:20px;color:var(--gc-ink);background:var(--gc-cream);border:var(--gc-border-emphasis) solid var(--gc-ink);border-radius:var(--gc-radius-lg);box-shadow:var(--gc-shadow-panel)}.gc-qr-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.gc-qr-header strong{font-family:var(--gc-font-display);font-size:34px;font-weight:900}.gc-qr{display:grid;aspect-ratio:1;background:var(--gc-white);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-md);overflow:hidden}.gc-qr span{background:transparent}.gc-qr span[data-on=true]{background:var(--gc-ink)}.gc-qr-card p{margin:0;overflow-wrap:anywhere;font-family:var(--gc-font-display);font-size:clamp(15px,1.2vw,20px);font-weight:900;text-align:center}.gc-player-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;min-height:112px;padding:14px 16px 14px 14px;background:var(--gc-white);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-lg)}.gc-player-card[data-status=disconnected]{opacity:.58}.gc-player-info{display:grid;min-width:0}.gc-player-info strong{overflow:hidden;color:var(--gc-ink);font-family:var(--gc-font-display);font-size:clamp(28px,2.4vw,42px);font-weight:900;line-height:.98;text-overflow:ellipsis;white-space:nowrap}.gc-player-info span{color:var(--gc-red);font-size:14px;font-weight:900;text-transform:uppercase}.gc-crown{position:absolute;top:-14px;right:18px;display:grid;place-items:center;width:40px;height:40px;color:var(--gc-ink);background:var(--gc-yellow);border:3px solid var(--gc-ink);border-radius:50%}.gc-crown svg{width:22px;height:22px;stroke-width:3px}.gc-chat-message{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px;background:var(--gc-white);border:2px solid var(--gc-ink);border-radius:var(--gc-radius-md)}.gc-chat-message div{display:grid;min-width:0}.gc-chat-message strong,.gc-chat-message span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gc-chat-message strong{font-family:var(--gc-font-display);font-size:15px;font-weight:900}.gc-chat-message span{font-size:18px;font-weight:900}.gc-empty-game{display:grid;gap:14px;padding:20px;color:var(--gc-ink);background:var(--gc-cream);border:4px solid var(--gc-ink);border-radius:var(--gc-radius-lg);box-shadow:var(--gc-shadow-panel)}.gc-empty-icon{display:grid;place-items:center;width:58px;height:58px;color:var(--gc-ink);background:var(--gc-yellow);border:3px solid var(--gc-ink);border-radius:50%}.gc-empty-icon svg{width:30px;height:30px;stroke-width:3px}.gc-empty-game h2{margin:0;font-family:var(--gc-font-display);font-size:clamp(24px,2vw,34px);font-weight:900;line-height:.94}.gc-empty-game p{margin:8px 0 0;font-size:15px;font-weight:800;line-height:1.25}.gc-vote-panel{display:grid;gap:14px;padding:20px;color:var(--gc-ink);background:var(--gc-yellow);border:4px solid var(--gc-ink);border-radius:var(--gc-radius-lg);box-shadow:var(--gc-shadow-panel)}.gc-vote-panel-phone{background:var(--gc-white)}.gc-vote-people{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-family:var(--gc-font-display);font-size:clamp(24px,2.4vw,38px);font-weight:900;line-height:.95}.gc-vote-people strong{color:var(--gc-red)}.gc-vote-progress{height:22px;overflow:hidden;background:var(--gc-cream);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-pill)}.gc-vote-progress span{display:block;height:100%;background:var(--gc-red)}.gc-vote-counts{display:flex;flex-wrap:wrap;gap:10px;font-family:var(--gc-font-display);font-size:15px;font-weight:900;text-transform:uppercase}.gc-phone-shell{position:relative;width:min(390px,100vw);min-height:min(844px,100vh);padding:16px;background:var(--gc-ink);border-radius:42px;box-shadow:12px 12px #29131361}.gc-phone-speaker{width:70px;height:8px;margin:0 auto 12px;background:var(--gc-red);border-radius:var(--gc-radius-pill)}.gc-phone-screen{min-height:calc(min(844px,100vh) - 60px);padding:22px;overflow:hidden;background:var(--gc-cream);border:4px solid var(--gc-red);border-radius:30px}@media(max-width:430px){.gc-phone-shell{width:100vw;min-height:100vh;padding:0;border-radius:0;box-shadow:none}.gc-phone-speaker{display:none}.gc-phone-screen{min-height:100vh;border:0;border-radius:0}}body{margin:0;min-width:100vw;min-height:100vh;background:linear-gradient(135deg,rgba(255,242,0,.16),transparent 36%),var(--gc-red);color:var(--gc-ink)}button,input{font:inherit}.controller-stage{min-height:100vh;display:grid;place-items:center;padding:28px;box-sizing:border-box}.phone-card{display:flex;flex-direction:column;gap:20px;min-height:100%}.join-card{justify-content:center}.phone-copy h1{margin:0;font-family:var(--gc-font-display);font-size:clamp(42px,13vw,64px);line-height:.88;letter-spacing:0}.phone-copy p,.host-summary p{margin:10px 0 0;font-size:16px;font-weight:800;line-height:1.28}.field-label{color:var(--gc-ink);font-family:var(--gc-font-display);font-size:15px;font-weight:900;text-transform:uppercase}.text-input{width:100%;min-height:58px;box-sizing:border-box;padding:12px 16px;color:var(--gc-ink);background:var(--gc-white);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-md);font-family:var(--gc-font-display);font-size:26px;font-weight:900;outline:none}.text-input:focus{box-shadow:0 0 0 5px var(--gc-yellow)}.phone-header-row,.player-strip{display:flex;align-items:center;justify-content:space-between;gap:12px}.avatar-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.avatar-choice,.role-option,.quick-message-button{min-height:44px;color:var(--gc-ink);background:var(--gc-white);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-md);cursor:pointer}.avatar-choice{display:grid;justify-items:center;gap:8px;padding:12px;font-family:var(--gc-font-display);font-weight:900;text-transform:capitalize}.avatar-choice[data-selected=true],.role-option[data-selected=true],.quick-message-button[data-selected=true]{background:var(--gc-yellow);box-shadow:4px 4px 0 var(--gc-ink)}.role-stack{display:grid;gap:12px}.role-option{display:grid;gap:6px;padding:16px;text-align:left}.role-option span{font-family:var(--gc-font-display);font-size:24px;font-weight:900}.role-option small{font-size:14px;font-weight:800;line-height:1.25}.phone-actions,.host-controls{display:grid;gap:12px;margin-top:auto}.phone-actions.split{grid-template-columns:1fr 1fr}.lobby-card{gap:16px}.player-strip{padding:10px;background:var(--gc-yellow);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-lg)}.player-strip div{display:grid;gap:2px;min-width:0;flex:1}.player-strip strong{overflow:hidden;font-family:var(--gc-font-display);font-size:24px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.player-strip span{font-size:13px;font-weight:900;text-transform:uppercase}.host-summary,.game-registry-card,.pass-host-card,.quick-message-card{padding:16px;background:var(--gc-white);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-lg)}.host-card{gap:10px}.host-card .gc-empty-game,.host-card .game-registry-card,.host-card .pass-host-card,.host-card .quick-message-card{padding:10px}.host-card .gc-empty-game{grid-template-columns:auto minmax(0,1fr);gap:10px}.host-card .gc-empty-game h2{font-size:22px}.host-card .gc-empty-game p{margin-top:4px;font-size:13px}.host-card .quick-grid{gap:7px;margin-bottom:8px}.host-card .quick-message-button{padding:7px;font-size:12px}.game-registry-card p{margin:8px 0 0;font-size:12px;font-weight:900;line-height:1.18}.game-module-stack{display:grid;gap:8px}.game-module-option{display:grid;gap:3px;width:100%;padding:10px;color:var(--gc-ink);background:var(--gc-cream);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-md);cursor:pointer;text-align:left}.game-module-option[data-selected=true]{background:var(--gc-yellow);box-shadow:4px 4px 0 var(--gc-ink)}.game-module-option span{overflow:hidden;font-family:var(--gc-font-display);font-size:20px;font-weight:900;line-height:.98;text-overflow:ellipsis;white-space:nowrap}.game-module-option small,.game-module-option strong{overflow:hidden;font-size:12px;font-weight:900;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.game-module-option strong{color:var(--gc-red);text-transform:uppercase}.target-select{width:100%;min-height:48px;box-sizing:border-box;padding:10px 12px;color:var(--gc-ink);background:var(--gc-yellow);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-md);font-family:var(--gc-font-display);font-size:18px;font-weight:900;outline:none}.target-select:focus{box-shadow:0 0 0 5px var(--gc-red)}.phone-feedback{margin:0;padding:10px 12px;color:var(--gc-ink);background:var(--gc-yellow);border:2px solid var(--gc-ink);border-radius:var(--gc-radius-md);font-family:var(--gc-font-display);font-size:13px;font-weight:900;line-height:1.15}.section-label{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-family:var(--gc-font-display);font-size:18px;font-weight:900}.section-label svg{width:20px;height:20px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.quick-message-button{padding:10px;font-size:15px;font-weight:900}.host-controls{margin-top:0}.host-card .host-controls{gap:8px}.host-card .phone-feedback{padding:8px 10px}.vote-card .gc-vote-panel{box-shadow:none}.game-card{gap:12px}.role-card,.game-phase-card{padding:14px;background:var(--gc-white);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-lg)}.role-card[data-role=imposter]{color:var(--gc-cream);background:var(--gc-red)}.role-card[data-role=crew],.role-card[data-role=drawer]{background:var(--gc-yellow)}.role-card[data-role=guesser]{background:var(--gc-white)}.role-card strong,.result-card h2{display:block;font-family:var(--gc-font-display);font-size:24px;font-weight:900;line-height:.95}.role-card h2,.result-card h2{margin:8px 0 0;overflow-wrap:anywhere;font-family:var(--gc-font-display);font-size:38px;font-weight:900;line-height:.9}.role-card p,.game-phase-card p{margin:8px 0 0;font-size:14px;font-weight:900;line-height:1.2}.role-card .section-label{margin-bottom:8px}.vote-target-stack{display:grid;gap:8px;margin-top:12px}.vote-target-button{display:flex;align-items:center;gap:10px;width:100%;min-height:48px;padding:8px 10px;color:var(--gc-ink);background:var(--gc-cream);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-md);cursor:pointer;font-family:var(--gc-font-display);font-size:18px;font-weight:900}.vote-target-button[data-selected=true]{background:var(--gc-yellow);box-shadow:4px 4px 0 var(--gc-ink)}.vote-target-button:disabled{cursor:not-allowed;opacity:.68}.result-card{background:var(--gc-yellow)}.sketch-card{gap:10px}.sketch-card .role-card h2{font-size:32px}.sketch-pad-shell{display:grid;gap:8px;padding:10px;background:var(--gc-white);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-lg)}.sketch-pad-shell span{font-family:var(--gc-font-display);font-size:13px;font-weight:900;text-align:center;text-transform:uppercase}.sketch-pad{width:100%;aspect-ratio:1 / .78;touch-action:none;background:var(--gc-cream);border:3px solid var(--gc-ink);border-radius:var(--gc-radius-md);cursor:crosshair}.sketch-pad rect{fill:var(--gc-cream)}.sketch-guess-input{min-height:50px;margin-top:10px;font-size:22px}@media(max-width:430px){.controller-stage{padding:0}}
