: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:90vw;max-width:100%;min-height:100svh;margin:0 auto;display:flex}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:36px}}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%}.buffer-container{-webkit-overflow-scrolling:touch;border-bottom:1px solid #333;flex-wrap:wrap;min-height:80px;padding:1rem;overflow-x:auto}.buffer-container::-webkit-scrollbar{display:none}.buffer-container{-ms-overflow-style:none;scrollbar-width:none}.buffer-container:has(.poet){background:#007bff0d;border-left:3px solid #007bff}.buffer-container:has(.noise){background:#0000003a;border-left:3px solid #636363}@media (width<=768px){.buffer-container{-webkit-overflow-scrolling:touch;flex-flow:row;display:flex;overflow-x:auto}}.word-entry{cursor:pointer;touch-action:manipulation;background:0 0;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;transition:all .3s ease-in-out;animation:.3s ease-out slideIn;display:inline-flex}.word-entry.poet{color:#fff;background-color:#007bff}.word-entry.noise{color:#fff;background-color:#3d3c3c}.word-entry.poet:hover,.word-entry.noise:hover{background-color:#20867c}.word-text{font-size:.9rem;font-weight:700}.word-username{opacity:.8;margin-right:.5rem;font-size:.85rem;font-style:italic}.word-health{white-space:nowrap;background:#0003;border-radius:3px;margin-left:.5rem;padding:.15rem .4rem;font-family:Courier New,monospace;font-size:.75rem}.word-health.locked{background:#00000080}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.user-container{border:none;grid-template-columns:repeat(2,1fr);align-self:start;gap:.5rem;width:100%;display:grid}@media (width>=768px){.user-container{grid-template-columns:1fr;margin:0}}.user-header{margin-top:0;padding-bottom:.5rem;font-weight:700}.user-row{color:#faebd7;border-radius:4px;margin-bottom:2px;padding:.5rem 12px;font-weight:700;transition:background-color .3s}.tally,.health{justify-content:space-between;display:flex}.health{white-space:nowrap;gap:.5rem;margin-top:.5rem;display:flex}.user-row.poet{background:#007bff}.user-row.noise{background:#2b2a2a84}.user-score{font-size:.8rem}.user-score.value{background-color:#0003;border-radius:4px;padding:.1rem .5rem}.user-name{white-space:nowrap;margin-left:1rem;margin-right:1rem}.ready-indicator{color:#55ec75;font-size:2.2rem}.app-header{border-bottom:2px solid #5b5b5b5a;margin-bottom:1rem;display:flex}.app-header h1{font-family:Courier New,monospace}.game{flex-direction:column;justify-content:flex-start;align-items:stretch;max-width:80%;min-height:100svh;margin:0 auto;padding:1rem;display:flex}.game-container{flex-direction:row;align-items:flex-start;gap:1rem;width:100%;display:flex}@media (width>=768px){.game-container{flex-direction:row}}.side-panel{flex-direction:column;gap:1rem;padding:0}@media (width<=1024px){.game{max-width:95%}}@media (width<=768px){.game{height:100vh;padding:.5rem}.buffer-parent{flex:1;overflow-y:auto}.game input{z-index:20;width:95%;position:sticky;bottom:10px}.game-container{flex-direction:column}.side-panel{display:contents}.user-container{order:1}.word-container{order:2}.activity-log{order:3;width:100%;margin-top:1rem}.log-entries{scrollbar-width:none;max-height:150px;overflow-y:auto}.log-entries::-webkit-scrollbar{display:none}}.word-container{text-align:left;width:100%}.game h1{text-align:center}.game button{color:#fff;cursor:pointer;border:none;margin:.5rem;padding:.5rem 1rem;font-weight:700}input{border:2px solid #5b5b5b;border-radius:8px;outline:none;min-width:300px;height:30px;margin-top:.5rem;padding:.5rem 1rem}.input-container{white-space:nowrap;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem;display:flex}.winner{text-align:center;margin:2rem;font-family:Courier New,monospace;font-size:1rem;font-weight:700;animation:1s ease-in-out infinite pulse}.final-scores{background:#0000004d;border:2px solid #fff9;border-radius:12px;padding:2rem}.final-score-row{border-bottom:1px solid #ffffff1a;justify-content:space-between;gap:2rem;padding:.75rem 1rem;font-size:1.25rem;display:flex}.final-score-row:last-child{border-bottom:none}.final-score-row .score{color:#4ade80;font-weight:700}.exit-btn:hover{color:#d88737}.ready-btn,.exit-btn{font-size:1.1rem}.ready-btn{border:2px solid #10b981!important}.ready-btn:hover{color:#15d998}.ready-section{border-radius:8px;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.ready-section button,.home button{min-width:150px;min-height:50px}.waiting-text{color:#a78bfa;margin:0;font-size:1.1rem;font-style:italic}.activity-log{background:#0003;border:2px solid #333;border-radius:8px;min-width:250px;margin-top:.5rem}.log-entries{max-height:400px;padding:0 .5rem .25rem;overflow-y:auto}.activity-log text{font-size:.75rem;font-weight:700}.log-header{color:#888;border-bottom:3px solid #333;padding:.5rem 0;font-family:Courier New,monospace;font-weight:700}.score-feedback{color:#fff;pointer-events:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:4px;font-size:.8rem;animation:.3s ease-out slideInRight;position:relative}.score-feedback.positive,.score-feedback.negative{background-color:#000000b3}.score-feedback .points{border-radius:4px;justify-content:space-between;margin-top:.5rem}.score-feedback .points .info{display:flex}.score-feedback .points .info .word{font-style:italic}.score-feedback .points .info .word,.username{margin:auto;font-weight:700}.score-feedback .points .info .username,.score-feedback .points .message{font-family:Courier New,monospace}.score-feedback .points .message{font-size:smaller;font-weight:700}.score-feedback .points .value{text-align:center;background-color:#00000031;border-radius:4px;margin:auto;padding:0 .5rem;font-family:Courier New,monospace;font-weight:700}.score-feedback.positive .points{background-color:#3797558d}.score-feedback.negative .points{background-color:#9737379c}.game-footer{color:#888;border-top:1px solid #333;margin-top:3rem;padding-top:1.5rem;padding-bottom:3rem;font-family:Courier New,monospace}.game-container{flex:1}.rules-container h3{color:#4ade80;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:1.2rem}.rules-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;font-size:.9rem;line-height:1.4;display:grid}.rule-item strong{color:#eee;margin-bottom:.3rem;display:block}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.01)}}@keyframes slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes popIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.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}*{scrollbar-width:thin;scrollbar-color:#282828 #0f0f0f00}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1f2937;border-radius:999px}::-webkit-scrollbar-thumb{background:#7c3aed;border:2px solid #1f2937;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#8b5cf6}button{border-radius:6px}.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}
