@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body,html,#root{color:#fafafa;background-color:#050505;width:100%;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}h1{letter-spacing:-.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:3rem;font-weight:900}h2{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2rem;font-weight:600}h3{color:#fff;font-size:1.5rem;font-weight:400}p{color:#a1a1aa;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.container{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:800px;min-height:100vh;margin:0 auto;padding:2rem;animation:.8s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}button{color:#050505;cursor:pointer;background-color:#fafafa;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;margin:.5rem;padding:1rem 2.5rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #fafafa1a}button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fafafa33}button.outline{color:#fafafa;box-shadow:none;background-color:#0000;border:1px solid #fafafa33}button.outline:hover{background-color:#fafafa0d;border-color:#fafafa66}button:disabled,button.disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}button.selected{color:#050505;background-color:#fafafa}button.choice{color:#fff;width:100%;max-width:300px;box-shadow:none;background-color:#ffffff0d;border:1px solid #ffffff1a;margin:.5rem auto;display:block}button.choice:hover{background-color:#ffffff1a;border-color:#ffffff4d}input{color:#fafafa;background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:350px;margin-bottom:1rem;margin-left:auto;margin-right:auto;padding:1rem 1.5rem;font-family:inherit;font-size:1.1rem;transition:all .3s;display:block}input:focus{background-color:#ffffff0f;border-color:#ffffff80;outline:none}.card{-webkit-backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;width:100%;max-width:600px;margin-bottom:2rem;padding:3rem 2rem;box-shadow:0 30px 60px #0006}.room-code{letter-spacing:.1em;background:linear-gradient(#fff 0%,#71717a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:1rem 0;font-family:monospace;font-size:5rem;font-weight:900}.players-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;margin-bottom:2rem;display:flex}.player-chip{color:#fff;background-color:#ffffff14;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:flex}.unicorn{width:300px;height:auto;filter:drop-shadow(0 0 30px rgba(ff, 105, 180, .6));margin:2rem auto;animation:4s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}.timer{font-variant-numeric:tabular-nums;color:#fafafa;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.timer.urgent{color:#ff4757;animation:1s infinite pulse}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.big-confusion-text{color:#fff;margin-bottom:2rem;font-size:2.5rem;font-weight:900;line-height:1.2}.result-card{background:#ffffff0d;border-radius:12px;margin-top:1rem;padding:1.5rem}.score-list{text-align:left;max-width:300px;margin:0 auto}.score-item{border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:.75rem 0;display:flex}.score-item:last-child{border-bottom:none}
