#battle99-app{font-family:Inter,Arial,sans-serif;min-height:100vh;background:linear-gradient(180deg,#eef7ff 0%,#fff 55%,#fff7ed 100%);color:#172033}#battle99-app *{box-sizing:border-box}.b99-screen{max-width:560px;margin:0 auto;padding:22px 16px 42px}.b99-center{min-height:78vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.b99-logo{font-size:56px}.b99-kicker{display:inline-block;color:#1077d2;background:#e7f3ff;border:1px solid #bde0ff;border-radius:999px;padding:7px 11px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.b99-screen h1{font-size:31px;line-height:1.05;margin:14px 0 12px}.b99-screen h2{font-size:24px;margin:0 0 8px}.b99-screen h3{font-size:18px;line-height:1.35;margin:8px 0 12px}.b99-screen p{line-height:1.45;color:#475569}.b99-card{background:rgba(255,255,255,.86);border:1px solid #e2e8f0;border-radius:24px;padding:18px;margin:14px 0;box-shadow:0 14px 40px rgba(15,23,42,.07);backdrop-filter:blur(8px)}.b99-hero{background:linear-gradient(135deg,#fff,#e8f4ff)}.b99-btn,.b99-secondary{width:100%;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:17px;padding:15px 18px;font-size:16px;font-weight:900;text-decoration:none;cursor:pointer}.b99-btn{background:#1077d2;color:white;box-shadow:0 10px 22px rgba(16,119,210,.24)}.b99-secondary{background:#172033;color:white;margin-top:10px}.b99-link{border:0;background:transparent;color:#1077d2;font-weight:800;padding:10px}.b99-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.b99-stats div{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px;text-align:center}.b99-stats b{display:block;font-size:24px;color:#1077d2}.b99-stats span{font-size:12px;color:#64748b}.b99-row{display:flex;justify-content:center;gap:12px}.b99-task-num{color:#1077d2;font-weight:900;font-size:13px}.b99-options{display:grid;gap:9px}.b99-option{display:flex;gap:10px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;padding:12px;cursor:pointer}.b99-option input{transform:scale(1.15)}.b99-result{text-align:center}.b99-score{width:98px;height:98px;margin:0 auto 12px;border-radius:50%;background:#1077d2;color:white;font-size:32px;font-weight:900;display:flex;align-items:center;justify-content:center}.b99-check{border-top:1px solid #e2e8f0;padding:12px 0}.b99-check:first-child{border-top:0}.b99-check b{display:block}.b99-check.ok b{color:#059669}.b99-check.bad b{color:#dc2626}.b99-check span{font-size:13px;color:#64748b}.b99-muted{color:#64748b}.b99-loader{width:42px;height:42px;border:5px solid #dbeafe;border-top-color:#1077d2;border-radius:50%;animation:b99spin .8s linear infinite}.b99-wheel{font-size:82px;animation:b99pop .9s ease-in-out infinite alternate}.b99-leader{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #e2e8f0;padding:12px 0}.b99-leader:last-child{border-bottom:0}@keyframes b99spin{to{transform:rotate(360deg)}}@keyframes b99pop{from{transform:scale(.92) rotate(-4deg)}to{transform:scale(1.04) rotate(4deg)}}
