@import "https://fonts.googleapis.com/css2?family=Nunito:wght@700;900&display=swap";: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;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;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%}body{background-color:#e0f7fa;background-image:linear-gradient(#e0f7fa4d,#e0f7fa4d),url(/playground-bg.jpg);background-position:50%;background-repeat:repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box;background-clip:border-box;place-items:center;min-width:320px;min-height:100vh;margin:0;font-family:Nunito,sans-serif;display:flex}#root{text-align:center;width:100%;max-width:1200px;margin:0 auto;padding:1rem}.game-container{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#2c3e50;background:#fff9;border:8px solid #ff69b4;border-radius:50px;flex-direction:column;justify-content:space-between;min-height:85vh;padding:2.5rem;display:flex;overflow:hidden;box-shadow:0 20px #ffb6c1,0 30px 60px #0000001a}.menu-title{color:#ff4757;text-shadow:4px 4px #ffd32a;letter-spacing:-1px;margin-bottom:2rem;font-size:clamp(3rem,10vw,5rem);font-weight:900;line-height:1}.name-input-group{margin-bottom:3rem}.name-input{color:#2f3542;text-align:center;background:#f1f2f6;border:4px solid #7bed9f;border-radius:25px;width:100%;max-width:450px;padding:1.5rem;font-size:1.8rem;transition:transform .2s,border-color .2s;box-shadow:inset 0 4px #0000000d}.name-input:focus{border-color:#2ecc71;outline:none;transform:scale(1.02)}.mode-selection{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.menu-button{color:#fff;cursor:pointer;text-transform:uppercase;background:#ff6b81;border:none;border-bottom:8px solid #ee5253;border-radius:30px;min-width:280px;padding:1.5rem 3rem;font-size:1.5rem;font-weight:900;transition:all .1s}.menu-button:hover:not(:disabled){background:#ff4757;border-bottom-width:4px;transform:translateY(2px)}.menu-button:active:not(:disabled){border-bottom-width:0;transform:translateY(6px)}.menu-button:disabled{cursor:not-allowed;opacity:.7;background:#ced4da;border-bottom-color:#adb5bd}.game-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.stat-box{color:#fff;background:#70a1ff;border-radius:25px;padding:1rem 2rem;font-size:1.4rem;font-weight:900;box-shadow:0 6px #1e90ff}.stat-box.headline{background:#ffa502;box-shadow:0 6px #ff7b00}.cards-area{flex:1;justify-content:center;align-items:center;display:flex}.card-container{perspective:1000px;gap:4rem;display:flex}.card-wrapper{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.card-label{color:#ff6b81;text-transform:uppercase;background:#fff;border-radius:15px;padding:.5rem 1.5rem;font-size:1.2rem;font-weight:900;box-shadow:4px 4px #ff6b81}.card{background:#fff;border:8px solid #f1f2f6;border-radius:35px;justify-content:center;align-items:center;width:260px;height:320px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 15px 40px #00000014,0 10px #f1f2f6}.card:hover{transform:translateY(-10px)rotate(-2deg)scale(1.05)}.answers-area{justify-content:center;gap:2rem;margin-top:3rem;display:flex}.answer-box{color:#fff;cursor:pointer;background:#2ed573;border:none;border-bottom:8px solid #26af60;border-radius:25px;min-width:180px;padding:1.5rem 3.5rem;font-size:3rem;font-weight:900;transition:all .1s}.answer-box:hover{border-bottom-width:4px;transform:translateY(2px)}.answer-box:active{border-bottom-width:0;transform:translateY(6px)}.fade-in{animation:.6s cubic-bezier(.68,-.55,.265,1.55) forwards bounceIn}.fade-out{opacity:0;transition:all .3s ease-in;transform:scale(.8)rotate(5deg)}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.shake{animation:.5s cubic-bezier(.36,.07,.19,.97) both shake;background:#ff4757!important;border-bottom-color:#ee5253!important}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.stats-results{background:#f1f2f6;border:4px dashed #7bed9f;border-radius:35px;margin-bottom:2rem;padding:3rem}.player-highlight{color:#ff6b81;margin-bottom:1rem;font-size:3.5rem;font-weight:900}.time-highlight{color:#1e90ff;font-weight:900}.ranking-label{color:#ffa502;text-transform:uppercase;margin-top:2rem;font-size:2rem;font-weight:900}.sparkle{pointer-events:none;z-index:100;border-radius:50%;width:15px;height:15px;animation:1s ease-out forwards popOut;position:absolute}@keyframes popOut{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(var(--x), var(--y)) scale(0);opacity:0}}
