@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&family=Space+Mono:wght@700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0e0e10;--surface: #1a1a1f;--surface-light: #24242b;--border: #2e2e36;--text: #f0eff4;--text-muted: #9896a3;--accent: #ff5c35;--accent-glow: rgba(255, 92, 53, .25);--green: #34d399;--green-glow: rgba(52, 211, 153, .2);--red: #f87171;--font-body: "DM Sans", -apple-system, sans-serif;--font-mono: "Space Mono", monospace;--radius: 12px;--radius-sm: 8px}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased}input,button{font-family:inherit;font-size:inherit;border:none;outline:none;background:none;color:inherit}.app{min-height:100dvh;display:flex;flex-direction:column;align-items:center;background:var(--bg)}.container{width:100%;max-width:420px;padding:20px 20px 32px;display:flex;flex-direction:column;min-height:100dvh}.container-wide{max-width:600px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:.8rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.field input{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;font-size:1rem;color:var(--text);transition:border-color .2s}.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.field input::placeholder{color:var(--text-muted);opacity:.6}.btn-primary{display:block;width:100%;padding:16px;background:var(--accent);color:#fff;font-size:1rem;font-weight:700;border-radius:var(--radius);cursor:pointer;transition:transform .15s,opacity .15s,box-shadow .15s;text-align:center;letter-spacing:.01em}.btn-primary:active{transform:scale(.97)}.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.landing{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding-bottom:40px}.landing-logo{width:140px;height:auto;margin-bottom:8px;border-radius:50%;filter:drop-shadow(0 4px 20px rgba(255,92,53,.15))}.landing-badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:8px}.landing-headline{font-size:2rem;font-weight:700;line-height:1.15;margin-bottom:8px}.accent-text{color:var(--accent)}.landing-sub{font-size:1rem;color:var(--text-muted);line-height:1.5;max-width:300px}.landing-fine{font-size:.82rem;color:var(--text-muted);opacity:.7;margin-bottom:12px}.landing-form{width:100%;display:flex;flex-direction:column;gap:14px;margin-top:12px}.game-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 4px;flex-shrink:0}.game-logo{width:32px;height:32px;border-radius:50%;object-fit:cover}.game-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.timer-center{display:flex;justify-content:center;padding:8px 0 4px;flex-shrink:0}.timer-ring-big{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.timer-ring-big .timer-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(-90deg)}.timer-track{fill:none;stroke:var(--surface-light);stroke-width:2.5}.timer-progress{fill:none;stroke:var(--green);stroke-width:2.5;stroke-linecap:round;transition:stroke-dasharray .9s linear,stroke .3s}.timer-urgent .timer-progress{stroke:var(--red)}.timer-text-big{font-family:var(--font-mono);font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--text);z-index:1}.timer-urgent .timer-text-big{color:var(--red);animation:timer-pulse .6s ease-in-out infinite}@keyframes timer-pulse{0%,to{opacity:1}50%{opacity:.5}}.game-question{text-align:center;font-size:1.7rem;color:var(--text-muted);line-height:1.4;padding:2px 4px 8px;max-width:320px;margin:0 auto;flex-shrink:0}.answers-list{flex:1;overflow-y:auto;padding:6px 0;display:flex;flex-direction:column;gap:4px;-webkit-overflow-scrolling:touch;justify-content:flex-end}.answers-empty{display:none}.answer-chip{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px;animation:chip-in .2s ease-out both}@keyframes chip-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.answer-num{font-family:var(--font-mono);font-size:.7rem;font-weight:700;color:var(--accent);min-width:18px;text-align:center}.answer-text{flex:1;font-size:.9rem}.answer-remove{color:var(--text-muted);font-size:1.1rem;padding:4px 8px;cursor:pointer;border-radius:4px;transition:color .15s,background .15s;line-height:1}.answer-remove:active{color:var(--red);background:#f871711a}.answer-form{padding:8px 0 0;border-top:1px solid var(--border);margin-top:auto;flex-shrink:0}.answer-input{width:100%;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;font-size:1rem;color:var(--text);transition:border-color .2s}.answer-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.answer-input::placeholder{color:var(--text-muted);opacity:.6}.answer-input:disabled{opacity:.4}.email-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-bottom:40px}.email-icon{font-size:2.5rem;margin-bottom:12px}.email-headline{font-size:1.25rem;font-weight:700;line-height:1.35;margin-bottom:4px;max-width:320px}.email-count{font-size:.9rem;color:var(--text-muted);margin-bottom:20px}.email-form{width:100%;display:flex;flex-direction:column;gap:16px;text-align:left}.checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.checkbox-text{font-size:.8rem;color:var(--text-muted);line-height:1.5}.terms-link{color:var(--accent);text-decoration:underline;cursor:pointer;font-size:inherit;padding:0}.center-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-bottom:40px}.spinner{width:40px;height:40px;border:3px solid var(--surface-light);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.scoring-text{font-size:1.3rem;font-weight:700;margin-bottom:4px}.scoring-sub{font-size:.9rem;color:var(--text-muted)}.result-badge{font-size:2rem;color:var(--accent);margin-bottom:8px}.result-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px}.result-score{font-family:var(--font-mono);font-size:4rem;font-weight:700;color:var(--accent);line-height:1;margin-bottom:8px}.result-detail{font-size:.9rem;color:var(--text-muted);margin-bottom:4px;line-height:1.5}.result-error-title{font-size:1.3rem;font-weight:700;margin-bottom:8px}.result-error-msg{font-size:.9rem;color:var(--red);margin-bottom:20px}.center-screen .btn-primary{margin-top:24px;max-width:260px}.terms-page{padding:8px 0 40px}.terms-back{font-size:.9rem;color:var(--accent);cursor:pointer;padding:8px 0;margin-bottom:16px;display:inline-block}.terms-title{font-size:1.4rem;font-weight:700;margin-bottom:4px}.terms-date{font-size:.8rem;color:var(--text-muted);margin-bottom:20px}.terms-body{font-size:.88rem;line-height:1.65;color:var(--text-muted)}.terms-body h2{color:var(--text);font-size:1rem;font-weight:700;margin-top:20px;margin-bottom:6px}.terms-body p{margin-bottom:10px}@supports (padding-top: env(safe-area-inset-top)){.container{padding-top:calc(20px + env(safe-area-inset-top));padding-bottom:calc(32px + env(safe-area-inset-bottom))}}@media screen and (max-width: 768px){input[type=text],input[type=email]{font-size:16px}}@media screen and (min-width: 500px){.container{padding:32px 24px 40px}.landing-headline{font-size:2.4rem}.timer-ring-big{width:160px;height:160px}.timer-text-big{font-size:3rem}.result-score{font-size:5rem}}
