:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;line-height:1.7;background:#f8fafc}main section,body>section{opacity:0;transform:translateY(28px);animation:fadeUp .9s ease-out forwards}main section:nth-of-type(1),body>section:nth-of-type(1){animation-delay:.1s}main section:nth-of-type(2),body>section:nth-of-type(2){animation-delay:.2s}main section:nth-of-type(3),body>section:nth-of-type(3){animation-delay:.25s}main section:nth-of-type(4),body>section:nth-of-type(4){animation-delay:.3s}main section:nth-of-type(5),body>section:nth-of-type(5){animation-delay:.35s}main section:nth-of-type(6),body>section:nth-of-type(6){animation-delay:.4s}main section:nth-of-type(n+7),body>section:nth-of-type(n+7){animation-delay:.45s}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.floating-orb{animation:floatPulse 8s ease-in-out infinite;will-change:transform}.floating-orb-delay{animation-duration:10s}@keyframes floatPulse{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}to{transform:translateY(0) scale(1)}}.floating-orb:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:999px;border:1px dashed rgba(255,255,255,.6);animation:shimmer 6s linear infinite}@keyframes shimmer{0%{opacity:0}50%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){main section,body>section{animation:none;transform:none}.floating-orb{animation:none}}
