:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff8f1;--card:#ffffffeb;--text:#1f2937;--muted:#6b7280;--accent:#f59e0b;--accent-strong:#ea580c;--accent-soft:#fef3c7;--soft-blue:#dbeafe;--soft-pink:#fce7f3;--border:#f59e0b2e;--success:#15803d;--danger:#b91c1c}*{box-sizing:border-box}html,body{min-height:100%;color:var(--text);background:radial-gradient(circle at top,#fbbf2438,#0000 30%),linear-gradient(#fff7ed 0%,#fffaf5 100%);margin:0;padding:0;font-family:Inter,Arial,Helvetica,sans-serif}button,input{font:inherit}.page-shell{max-width:760px;min-height:100vh;margin:0 auto;padding:24px 16px 48px}.top-banner,.hero-card,.info-card,.parent-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--card);border:1px solid var(--border);border-radius:24px;box-shadow:0 12px 40px #0f172a14}.top-banner{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:18px 20px;display:flex}.top-banner h2{margin:6px 0 0;font-size:24px}.badge{background:linear-gradient(135deg, var(--accent-soft), #fde68a);color:#92400e;white-space:nowrap;border-radius:999px;padding:10px 14px;font-weight:700}.hero-card{text-align:center;padding:30px 20px}.hero-kids{flex-direction:column;justify-content:center;min-height:520px;display:flex}.hero-switch{animation:.5s fadeSwitch}@keyframes fadeSwitch{0%{opacity:.3;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:13px}.hero-avatar-wrap{justify-content:center;margin:18px 0 10px;display:flex}.hero-avatar-wrap.solo{margin-top:8px}.hero-avatar-frame{background:linear-gradient(135deg,#fde68a,#f9a8d4,#93c5fd);border-radius:36px;padding:8px;box-shadow:0 16px 40px #f59e0b3d}.giant-frame{width:280px;height:280px}.hero-avatar-image{object-fit:cover;border-radius:28px;width:100%;height:100%;display:block}.hero-name{margin:0 0 10px;font-size:38px;font-weight:800}.actions,.parent-actions,.pin-box{flex-direction:column;gap:12px;margin-top:24px;display:flex}.primary-button,.secondary-button,.ghost-button,.pin-input{border-radius:18px;width:100%;min-height:56px;padding:14px 18px}.primary-button,.secondary-button,.ghost-button{cursor:pointer;border:none;transition:transform .15s,opacity .15s}.primary-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#fff;font-weight:800}.primary-button.giant{min-height:68px;font-size:28px}.secondary-button{background:var(--accent-soft);color:#92400e;font-weight:700}.ghost-button{color:#7c2d12;background:#fff;border:1px solid #fed7aa;font-weight:600}.pin-input{background:#fff;border:1px solid #fed7aa;outline:none}.pin-input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #f59e0b26}button:disabled{opacity:.6;cursor:not-allowed;transform:none}.info-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.info-card,.parent-card{padding:20px}.info-card strong{margin-top:8px;font-size:20px;display:block}.info-card.warm{background:linear-gradient(135deg,#fef3c7bf,#ffffffeb)}.info-card.soft{background:linear-gradient(135deg,#e0f2feb3,#ffffffeb)}.parent-card{margin-top:16px}.section-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.section-header h2{margin:0}.section-header span{color:var(--muted);font-size:14px}.today-status{margin:10px 0 0;font-size:20px;font-weight:700}.today-status.done{color:var(--success)}.today-status.pending{color:#c2410c}.change-pin-card{border-top:1px solid #f5efe5;margin-top:18px;padding-top:18px}.pin-box.compact{margin-top:12px}.error-text{color:var(--danger);margin-top:12px}.success-text{color:var(--success);margin-top:12px}.celebration-screen{flex-direction:column;align-items:center;gap:14px;animation:.5s popIn;display:flex}@keyframes popIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.celebration-stars{font-size:34px}.celebration-avatars{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.mini-hero-avatar{background:linear-gradient(135deg,#fde68a,#f9a8d4,#93c5fd);border-radius:28px;width:120px;height:120px;padding:6px;overflow:hidden}.celebration-title{margin:0;font-size:36px;line-height:1.1}.celebration-subtitle{color:var(--muted);margin:0;font-size:18px}@media (max-width:640px){.top-banner,.section-header{flex-direction:column;align-items:flex-start}.info-grid{grid-template-columns:1fr}.giant-frame{width:220px;height:220px}.hero-name{font-size:32px}.primary-button.giant{font-size:24px}.celebration-title{font-size:28px}.celebration-avatars{gap:10px}.mini-hero-avatar{width:96px;height:96px}}.transition-exiting{animation:.42s ease-in-out forwards heroFadeOut}.transition-entering{animation:.62s cubic-bezier(.22,1,.36,1) forwards heroFadeIn}@keyframes heroFadeOut{0%{opacity:1;filter:blur();transform:translateY(0)scale(1)}to{opacity:0;filter:blur(2px);transform:translateY(-10px)scale(.985)}}@keyframes heroFadeIn{0%{opacity:0;filter:blur(3px);transform:translateY(18px)scale(.985)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.pulse-frame{animation:3.4s ease-in-out infinite pulseGlow}@keyframes pulseGlow{0%,to{transform:scale(1);box-shadow:0 16px 40px #f59e0b2e}50%{transform:scale(1.008);box-shadow:0 18px 46px #f973163d}}.ready-button{justify-content:center;align-items:center;gap:12px;display:inline-flex}.ready-icon{font-size:28px}.burst-in{animation:.9s cubic-bezier(.22,1,.36,1) burstIn}@keyframes burstIn{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.bounce-1{animation:2.4s ease-in-out infinite bounceAvatar}.bounce-2{animation:2.4s ease-in-out .24s infinite bounceAvatar}@keyframes bounceAvatar{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.confetti-layer{pointer-events:none;position:absolute;inset:0;overflow:hidden}.confetti{border-radius:4px;width:12px;height:18px;animation:2.4s linear infinite confettiDrop;position:absolute;top:-18px}.confetti-1{background:#f59e0b}.confetti-2{background:#ec4899}.confetti-3{background:#3b82f6}.confetti-4{background:#10b981}.confetti-5{background:#8b5cf6}.confetti-6{background:#ef4444}@keyframes confettiDrop{0%{opacity:0;transform:translateY(-10px)rotate(0)}10%{opacity:1}to{opacity:0;transform:translateY(420px)rotate(360deg)}}.celebration-screen,.adult-gate{position:relative;overflow:hidden}.all-avatars{max-width:540px;margin:0 auto}.gate-avatars .mini-hero-avatar{width:132px;height:132px}.gate-avatars .hero-avatar-image{object-fit:cover;object-position:center top}
