/* Shared by the pre-JavaScript shell and React SplashScreen. No fake percentage. */
.kidoo-splash{position:fixed;inset:0;z-index:80;display:grid;place-items:center;min-height:100svh;overflow:hidden;background:radial-gradient(ellipse at 50% 42%,#edf5e7 0,transparent 54%),#fafcf8;color:#496552;font-family:'DM Sans Variable',system-ui,sans-serif}
.kidoo-splash-center{display:flex;align-items:center;flex-direction:column;margin-top:-4vh;animation:kidoo-splash-in .7s cubic-bezier(.22,1,.36,1) both}
.kidoo-splash-brand{position:relative;width:310px;max-width:72vw}.kidoo-splash-brand img{position:relative;display:block;width:100%;height:auto;object-fit:contain}
.kidoo-splash-center>p{font-size:14px;font-weight:450;letter-spacing:.02em;margin:9px 0 29px;color:#65795f;animation:kidoo-splash-in .6s .18s both}
.kidoo-brand-light{position:absolute;inset:0;pointer-events:none}.kidoo-brand-light>i{position:absolute;width:57px;height:57px;top:46%;left:37%;border-radius:50%;background:#b4dd9f;filter:blur(24px);animation:kidoo-color-awake 1.8s ease-in-out both}
.kidoo-brand-light>i:nth-child(2){left:58%;background:#f0b0a0;animation-delay:.12s}.kidoo-brand-light>i:nth-child(3){left:77%;background:#f6d57a;animation-delay:.24s}
.kidoo-brand-trail{display:flex;align-items:center;gap:8px;height:8px}.kidoo-brand-trail>i{width:20px;height:3px;border-radius:3px;background:#62936f;animation:kidoo-trail 1s ease-in-out 3}.kidoo-brand-trail>i:nth-child(2){background:#d78f77;animation-delay:.12s}.kidoo-brand-trail>i:nth-child(3){background:#d9b956;animation-delay:.24s}
.kidoo-splash-foot{position:absolute;bottom:max(36px,env(safe-area-inset-bottom));font-size:10px;font-weight:500;letter-spacing:.2em;color:#7d8d75}
@keyframes kidoo-splash-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes kidoo-color-awake{0%,100%{opacity:.25;transform:scale(.65)}50%{opacity:.6;transform:scale(1.3)}}
@keyframes kidoo-trail{0%,100%{opacity:.45;transform:scaleX(.65)}50%{opacity:1;transform:scaleX(1)}}
@media(prefers-reduced-motion:reduce){.kidoo-splash *{animation:none!important}.kidoo-brand-light{display:none}}
