body{margin:0;padding:0;min-height:100vh;background:#111;overflow:hidden;font-family:system-ui,-apple-system,sans-serif}.falling-cats{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.cat{position:absolute;color:#ffffff80;font-size:24px;animation:fall linear infinite}@keyframes fall{0%{transform:translateY(-20vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(360deg);opacity:.2}}.hero-container{position:relative;z-index:2;height:100vh;display:flex;justify-content:center;align-items:center}.hero-text{margin-top:.3em;font-size:15vw;font-weight:700;background:linear-gradient(45deg,#4a9eff,#49f2c9);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 40px rgba(74,158,255,.2)}
