*{box-sizing:border-box}body{margin:0;background:#f3f6fb;color:#111827;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding-bottom:86px}header{max-width:760px;margin:auto;padding:22px 18px 10px;display:flex;justify-content:space-between;align-items:center}h1,h2,p{margin:0}h1{font-size:34px}h1 span{font-size:14px;color:#2563eb}.eyebrow{font-size:11px;letter-spacing:.12em;font-weight:800;color:#2563eb}.avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#1e3a8a;color:#fff;font-weight:800}main{max-width:760px;margin:auto;padding:10px 16px}.card{background:#fff;border-radius:24px;padding:20px;margin-bottom:14px;box-shadow:0 8px 30px #0f172a0f}.welcome{background:linear-gradient(135deg,#0f172a,#233876);color:white;display:flex;justify-content:space-between}.welcome h2{font-size:27px;margin:5px 0}.xp{width:72px;height:72px;border-radius:50%;background:#ffffff1f;display:grid;place-items:center;text-align:center;font-weight:800}.head{display:flex;justify-content:space-between;align-items:center;gap:12px}.head>span{background:#dbeafe;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-weight:800}.choices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.choice{padding:16px;border:2px solid transparent;border-radius:18px;background:#f8fafc;text-align:left}.choice.selected{border-color:#2563eb;background:#eff6ff}.choice strong{display:block;margin:8px 0}.choice small,.muted{color:#6b7280}.exercise{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #e5e7eb}.num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eff6ff;color:#1d4ed8;font-weight:800}.exercise b{display:block}.exercise small{color:#6b7280}button{border:0;font:inherit;font-weight:760;cursor:pointer}.primary{background:#2563eb;color:#fff;padding:15px;border-radius:16px;width:100%}.stage{height:190px;border-radius:22px;background:linear-gradient(#eff6ff,#fff);position:relative;overflow:hidden;margin:14px 0}.large{height:260px}.person{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:150px}.headp{position:absolute;left:42px;top:2px;width:36px;height:36px;border-radius:50%;background:#f4b183}.torso{position:absolute;left:38px;top:38px;width:44px;height:88px;border-radius:20px;background:#2563eb}.sl,.sr{position:absolute;top:48px;width:28px;height:28px;border-radius:50%;background:#1d4ed8}.sl{left:12px}.sr{right:12px}.ol,.or{position:absolute;top:76px;width:50px;height:50px;border:3px dashed #60a5fa;border-radius:50%;animation:spin 2.4s linear infinite}.ol{left:38px}.or{right:38px;animation-direction:reverse}@keyframes spin{to{transform:rotate(360deg)}}.walker{position:absolute;bottom:25px;font-size:72px;animation:walk 5s linear infinite}@keyframes walk{from{left:2%}to{left:78%}}.breath{position:absolute;left:50%;top:50%;width:110px;height:110px;border-radius:50%;background:#60a5fa;animation:breathe 10s ease-in-out infinite}@keyframes breathe{0%,100%{transform:translate(-50%,-50%) scale(.65);opacity:.5}40%{transform:translate(-50%,-50%) scale(1);opacity:1}}.emoji{position:absolute;left:50%;top:50%;font-size:92px;transform:translate(-50%,-50%);animation:sway 2.8s ease-in-out infinite}@keyframes sway{0%,100%{transform:translate(-50%,-50%) rotate(-3deg)}50%{transform:translate(-50%,-50%) rotate(3deg)}}.timer{font-size:64px;font-weight:900;text-align:center;margin:18px}.actions{display:flex;gap:10px}.actions button{flex:1;padding:15px;border-radius:16px}dialog{border:0;border-radius:24px;padding:22px;width:min(92vw,540px)}dialog::backdrop{background:#0f172aa6}nav{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;display:flex;justify-content:center;gap:10px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e5e7eb}nav button{background:transparent;display:flex;flex-direction:column;align-items:center;padding:7px 20px}@media(max-width:560px){.choices{grid-template-columns:1fr}}