body.js-loading *{visibility:hidden}.new-game-form{display:flex;flex-direction:column;align-items:center;gap:1rem}.new-game-form label{font-size:1.25rem;font-weight:300}.new-game-form input{padding:.75rem 1rem;font-size:1rem;border:1px solid #334155;border-radius:8px;background-color:#1e293b;color:#e2e8f0;text-align:center;outline:0}.new-game-form input:focus{border-color:#10b981}#game{display:contents}#game svg{max-width:100%;height:auto}.game-info{display:flex;align-items:center;gap:1rem;font-size:1.25rem}.player-one{color:#38bdf8;font-weight:600}.player-two{color:#f59e0b;font-weight:600}.vs{color:#64748b;font-weight:300}.waiting{color:#64748b;font-style:italic}.new-game.copied{background-color:#6366f1}.game-status{font-size:1.125rem;color:#94a3b8}@keyframes statusPulsePlayerOne{0%{transform:scale(1.15);color:#38bdf8}60%{transform:scale(1.05);color:#38bdf8}100%{transform:scale(1);color:#94a3b8}}@keyframes statusPulsePlayerTwo{0%{transform:scale(1.15);color:#f59e0b}60%{transform:scale(1.05);color:#f59e0b}100%{transform:scale(1);color:#94a3b8}}.game-status.player-one-turn{animation:statusPulsePlayerOne .8s ease-out}.game-status.player-two-turn{animation:statusPulsePlayerTwo .8s ease-out}@keyframes winGlowPlayerOne{0%,100%{box-shadow:0 0 4px 1px rgba(56,189,248,.4)}50%{box-shadow:0 0 10px 4px rgba(56,189,248,.9)}}@keyframes winGlowPlayerTwo{0%,100%{box-shadow:0 0 4px 1px rgba(245,158,11,.4)}50%{box-shadow:0 0 10px 4px rgba(245,158,11,.9)}}.game-status.player-one-wins,.game-status.player-two-wins{color:#e2e8f0}@keyframes discHeartbeat{0%,100%{transform:scale(1)}14%{transform:scale(1.13)}28%{transform:scale(1)}42%{transform:scale(1.13)}70%{transform:scale(1)}}.player-info{display:inline-flex;align-items:center;gap:.4rem}.online-indicator{display:none;width:4px;height:4px;border-radius:50%;background-color:#10b981;animation:onlineRipple 1.2s ease-out infinite}.player-info.online .online-indicator{display:inline-block}.player-info:not(.online) .player{color:#64748b}.rejoin-link{padding:.2rem .6rem;background-color:#10b981;color:#0f172a;font-family:inherit;font-size:.75rem;border:none;border-radius:6px;cursor:pointer}.rejoin-link:hover{background-color:#34d399}.player-info.online .rejoin-link{display:none}.player-info:has(.player-two) .rejoin-link{order:2}@keyframes onlineRipple{0%{box-shadow:0 0 0 0 rgba(16,185,129,.7)}100%{box-shadow:0 0 0 6px rgba(16,185,129,0)}}circle.winning-disc{transform-box:fill-box;transform-origin:center;animation:discHeartbeat 1.5s ease-in-out infinite}body.ws-disconnected>:not(.turbulence-overlay){filter:grayscale(1);pointer-events:none;user-select:none}.turbulence-overlay{display:none}body.ws-disconnected .turbulence-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000;background:rgba(0,0,0,.6)}.turbulence-modal{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:2.5rem 2rem;max-width:360px;width:90%;text-align:center;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.turbulence-modal svg{width:72px;height:72px;color:#64748b}.turbulence-modal p{font-size:1rem;line-height:1.6;margin:0;color:#94a3b8}@media (max-width:600px){.game-info{flex-wrap:wrap;justify-content:center;font-size:1.1rem}}
/*# sourceMappingURL=connectdiscs-06017d5.css.map */