:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body.home-screen #root{border-inline:1px solid var(--border);width:780px;max-width:100%}body.lobby-screen #root{border-inline:none;width:1280px;max-width:100%}body.game-screen #root{border-inline:1px solid var(--border);width:1126px;max-width:100%}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:30px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}html,body{background:#050505;width:100%;min-height:100%;margin:0;padding:0}#root{background:#050505;min-height:100%;margin:0 auto;padding:0}body{overflow:hidden auto}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.homePage{color:#fff;background:linear-gradient(135deg,#0f0f0f,#030303);justify-content:center;align-items:center;height:100vh;font-family:Arial;display:flex}.homeCard{text-align:center;background:#111;border-radius:15px;flex-direction:column;gap:12px;width:320px;padding:40px;display:flex;box-shadow:0 10px 40px #00000080}.homeCard input{border:none;border-radius:8px;outline:none;padding:10px}.homeCard button{cursor:pointer;border:none;border-radius:8px;padding:10px}.homeCard button:disabled{opacity:.5;cursor:not-allowed}.lobbyPage{color:#fff;background:#0f0f0f;justify-content:center;align-items:center;height:100vh;font-family:Arial;display:flex}.lobbyCard{text-align:center;background:#111;border-radius:12px;width:320px;padding:40px}.roomCodeBox,.playersBox{margin:15px 0}.startBtn{cursor:pointer;background:#4ade80;border:none;width:100%;margin-top:40px;padding:10px;font-weight:700}.quitBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;width:100%;margin-top:30px;padding:8px}.lobby-panels{flex-direction:row;justify-content:center;align-items:stretch;gap:24px;width:1280px;display:flex}@media (width>=601px){.lobby-panels{flex-direction:row!important;justify-content:center!important;align-items:stretch!important;gap:24px!important;width:1280px!important;max-width:100%!important;padding:0!important;display:flex!important}.lobby-left-panel{flex:0 0 460px!important;width:460px!important;height:670px!important}.lobby-right-panel{flex:0 0 680px!important;width:680px!important;min-height:670px!important}.lobby-settings-grid{grid-template-columns:1fr 1fr!important}}@media (width<=600px){html,body{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}#root{width:100%!important;min-width:0!important;max-width:100%!important;margin:0 auto!important;padding:0!important}body.home-screen #root,body.lobby-screen #root,body.game-screen #root{border-inline:none!important;width:100%!important;max-width:100%!important}.home-page{box-sizing:border-box!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;height:auto!important;min-height:100svh!important;padding:82px 12px 30px!important;display:flex!important}.home-discord-button{gap:5px!important;height:34px!important;padding:0 9px!important;font-size:11px!important;top:585px!important;right:74px!important}.home-discord-button svg{width:18px!important;height:18px!important}.home-main-card{box-sizing:border-box!important;border-radius:14px!important;gap:13px!important;width:320px!important;max-width:calc(100vw - 32px)!important;margin:0 auto!important;padding:16px!important}.home-main-card h1{margin:2px 0 4px!important;font-size:29px!important;line-height:1.1!important}.home-main-card p{font-size:13px!important;line-height:1.35!important}.home-pseudo-input{box-sizing:border-box!important;width:100%!important;height:42px!important;margin-left:0!important;padding:8px 12px!important;font-size:16px!important}.home-room-input{box-sizing:border-box!important;align-self:center!important;width:55%!important;height:42px!important;margin-left:0!important;padding:8px!important;font-size:16px!important}.home-create-button{box-sizing:border-box!important;align-self:center!important;width:75%!important;height:43px!important;margin-bottom:4px!important;margin-left:0!important;font-size:15px!important}.home-join-button{box-sizing:border-box!important;align-self:center!important;width:85%!important;height:43px!important;margin-left:0!important;font-size:15px!important}.home-streamer-box{box-sizing:border-box!important;gap:8px!important;width:100%!important;margin-top:6px!important;padding:10px!important}.lobby-panels{box-sizing:border-box!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important;padding:67px 8px 60px!important}.lobby-left-panel,.lobby-right-panel{box-sizing:border-box!important;border-radius:11px!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;padding:12px!important}.lobby-left-panel{margin-bottom:5px;gap:8px!important}.lobby-left-panel h1{margin:0 0 3px!important;font-size:21px!important;line-height:1.1!important}.lobby-players-section{width:100%!important;margin-top:3px!important;margin-left:0!important}.lobby-players-section h3{margin-top:4px!important;margin-bottom:5px!important;font-size:15px!important}.lobby-right-panel{gap:8px!important}.lobby-right-panel h2{margin-bottom:3px!important;font-size:21px!important;line-height:1.1!important}.lobby-right-panel h3{margin-top:5px!important;margin-bottom:6px!important;font-size:16px!important}.lobby-settings-grid{grid-template-columns:1fr!important;gap:10px!important}.lobby-bottom-actions{flex-direction:column!important;gap:8px!important;width:calc(100% - 32px)!important;max-width:330px!important;position:absolute!important;bottom:-90px!important;left:50%!important;transform:translate(-50%)!important}.lobby-start-button{width:100%!important;height:42px!important;padding:7px!important;font-size:15px!important}.lobby-waiting-host{box-sizing:border-box!important;width:100%!important;height:42px!important;font-size:14px!important}.lobby-leave-button{width:100%!important;height:42px!important;margin-left:0!important;padding:7px!important;font-size:15px!important}.game-page{box-sizing:border-box!important;width:100%!important;height:auto!important;min-height:100svh!important;padding:8px!important}.game-main-content{flex-direction:column!important;gap:10px!important;overflow:visible!important}.game-scene{flex:none!important;height:240px!important;min-height:240px!important}.game-chat{flex:none!important;height:170px!important;min-height:170px!important}.game-scores{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:center!important;gap:6px 10px!important;width:100%!important;margin-top:8px!important;display:grid!important}.game-score-item{white-space:nowrap!important;justify-content:center!important;align-items:center!important;gap:4px!important;min-width:0!important;font-size:12px!important;display:flex!important}.game-score-item span{min-width:0}.game-score-item span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;max-width:85px;overflow:hidden}.game-podium{box-sizing:border-box;min-height:calc(100svh - 20px);justify-content:flex-start!important;gap:12px!important;height:auto!important}.game-podium h1{margin-top:80px!important;font-size:26px!important}.game-podium-list{box-sizing:border-box;max-width:360px;gap:6px!important;width:80%!important;padding:12px!important}.game-podium-row{padding:6px 8px!important;font-size:15px!important}.game-podium-actions{width:60%;max-width:360px;margin-top:auto;padding-bottom:10px;flex-direction:column!important;gap:8px!important;display:flex!important}.game-podium-button{box-sizing:border-box;width:100%!important}}@media (width<=768px){body.game-screen .auth-profile-button{display:none!important}}.home-create-button{color:#000}.home-create-button:disabled{color:#00000059;opacity:.5;cursor:not-allowed!important}
