@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Rajdhani:wght@700&display=swap";*,*:before,*:after{box-sizing:border-box}html{color-scheme:dark}body{margin:0;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;color:#e8eef4;background:radial-gradient(circle at top,#222,#111 45%,#080808);overflow:hidden}#root{min-height:100vh;display:flex;justify-content:center;align-items:center}.page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;padding:2rem;text-align:center;position:relative}.scene{width:420px;height:240px;display:flex;justify-content:center;align-items:center;animation:fade-in 1.2s ease-out both}.ninja-head{position:relative;width:360px;height:210px;border-radius:50% 50% 45% 45%;background:linear-gradient(180deg,#181818,#0d0d0d);box-shadow:inset 0 -12px 30px #00000073,0 20px 40px #00000073;overflow:hidden}.mask-band{position:absolute;left:0;right:0;top:62px;height:86px;background:linear-gradient(180deg,#1b1b1b,#111);border-top:2px solid rgba(255,255,255,.03);border-bottom:2px solid rgba(0,0,0,.65);overflow:hidden}.eye-slit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:260px;height:44px;background:#070707;border-radius:18px 18px 22px 22px;box-shadow:inset 0 2px 4px #ffffff08,inset 0 -6px 10px #000000d9;display:flex;justify-content:center;align-items:center;gap:54px;overflow:hidden}.eye-slit:before{content:"";position:absolute;top:-18px;left:0;width:100%;height:20px;background:#111;clip-path:polygon(0 100%,10% 35%,50% 0,90% 35%,100% 100%);opacity:.98;z-index:3;pointer-events:none}.eye-wrap{position:relative;width:72px;height:22px;overflow:hidden;z-index:1}.eye{position:absolute;width:72px;height:72px;left:0;top:-22px;border-radius:50%;background:#f2f0ea;border:2px solid #121212;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 -6px 12px #0000001f,0 0 8px #0000002e}.eye.left{transform:rotate(-8deg)}.eye.right{transform:rotate(8deg)}.pupil{position:absolute;width:24px;height:24px;border-radius:50%;background:#000;box-shadow:inset 0 0 4px #ffffff14;transition:transform .04s linear}.pupil:after{content:"";position:absolute;top:6px;left:7px;width:5px;height:5px;border-radius:50%;background:#ffffff2e}.fold-top,.fold-bottom{position:absolute;left:50%;transform:translate(-50%);width:280px;border-radius:50%;pointer-events:none}.fold-top{top:38px;height:24px;border-top:2px solid rgba(255,255,255,.03)}.fold-bottom{top:148px;height:22px;border-bottom:2px solid rgba(255,255,255,.04)}.brand{display:flex;flex-direction:column;align-items:center;gap:.75rem;animation:fade-in 1.6s ease-out .3s both}.brand-name{margin:0;font-family:Rajdhani,Inter,sans-serif;font-weight:800;font-size:clamp(2rem,6vw,3.25rem);letter-spacing:.06em;text-transform:uppercase;color:#fff;text-shadow:0 0 60px rgba(255,255,255,.08)}.slogan{margin:0;font-weight:300;font-size:clamp(.9rem,2.2vw,1.15rem);letter-spacing:.08em;color:#fff6;max-width:32ch}.scene:before{content:"";position:absolute;width:500px;height:300px;border-radius:50%;background:radial-gradient(ellipse,rgba(255,255,255,.025) 0%,transparent 70%);pointer-events:none;z-index:-1}@keyframes fade-in{0%{opacity:0;transform:scale(.85);filter:blur(6px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@media(max-width:480px){.scene{width:320px;height:190px;transform:scale(.82)}.page{gap:2rem}}
