*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;background:linear-gradient(135deg,#0a0a0a 0%,#141414 100%);color:#fff;height:100vh;overflow:hidden;position:relative}.code-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:.15;z-index:1}.code-line{position:absolute;color:#0f8;font-family:'Courier New',monospace;font-size:14px;white-space:nowrap;opacity:0;animation:code-fall linear infinite}@keyframes code-fall{0%{transform:translateY(-100px) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:.8}100%{transform:translateY(100vh) rotate(2deg);opacity:0}}.banner{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;z-index:2}.content{text-align:center;z-index:3;max-width:800px;padding:0 2rem}.title{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.3;margin-bottom:1rem;background:linear-gradient(90deg,#ffffff 0%,#a0a0a0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 30px rgba(0,0,0,.4);letter-spacing:-.02em;position:relative}.title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,transparent,#00ff88,transparent);border-radius:2px;animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,100%{opacity:.7;width:60px}50%{opacity:1;width:100px}}.subtitle{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:300;color:rgba(255,255,255,.6);margin-top:1.5rem;line-height:1.4;background:linear-gradient(90deg,rgba(255,255,255,.6) 0%,rgba(255,255,255,.3) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,255,136,.1) 0%,transparent 70%);filter:blur(40px);z-index:1;animation:float 8s ease-in-out infinite}.glow:nth-child(1){top:20%;left:10%;width:200px;height:200px;animation-delay:0s}.glow:nth-child(2){bottom:15%;right:15%;width:350px;height:350px;background:radial-gradient(circle,rgba(0,136,255,.1) 0%,transparent 70%);animation-delay:2s}.glow:nth-child(3){top:40%;right:20%;width:150px;height:150px;background:radial-gradient(circle,rgba(255,0,136,.1) 0%,transparent 70%);animation-delay:4s}@keyframes float{0%,100%{transform:translate(0,0)}25%{transform:translate(20px,-20px)}50%{transform:translate(-15px,15px)}75%{transform:translate(10px,20px)}}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.01) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.01) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:1}