@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #000000;--bg-secondary: #0a0a0a;--accent-gold: #d4af37;--accent-gold-light: #f4d03f;--accent-purple: #8b5cf6;--accent-cyan: #06b6d4;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7)}html{scroll-behavior:smooth}body{font-family:Rajdhani,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;min-height:100vh}#root{min-height:100vh}.app{min-height:100vh;background:#000;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.aurora{position:fixed;inset:0;overflow:hidden;z-index:0}.aurora-layer{position:absolute;width:200%;height:200%;top:-50%;left:-50%;opacity:.5;filter:blur(100px);animation:aurora-move 20s ease-in-out infinite}.aurora-1{background:radial-gradient(ellipse at 30% 20%,rgba(255,255,255,.08) 0%,transparent 50%);animation-delay:0s}.aurora-2{background:radial-gradient(ellipse at 70% 80%,rgba(255,255,255,.06) 0%,transparent 50%);animation-delay:-7s}.aurora-3{background:radial-gradient(ellipse at 50% 50%,rgba(255,255,255,.05) 0%,transparent 50%);animation-delay:-14s}@keyframes aurora-move{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(5%,5%) rotate(5deg)}50%{transform:translate(-5%,10%) rotate(-5deg)}75%{transform:translate(10%,-5%) rotate(3deg)}}.scanlines{position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.3) 2px,rgba(0,0,0,.3) 4px);pointer-events:none;z-index:100;opacity:.15}.noise{position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:99}.vignette{position:fixed;inset:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.8) 100%);pointer-events:none;z-index:2}.cyber-grid{position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:1;animation:grid-pulse 4s ease-in-out infinite}@keyframes grid-pulse{0%,to{opacity:.5}50%{opacity:1}}.cyber-line{position:fixed;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 20%,rgba(255,255,255,.3) 80%,transparent 100%);z-index:1}.spotlight{position:fixed;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none;z-index:3;transform:translate(-50%,-50%)}.particles{position:fixed;inset:0;pointer-events:none;z-index:4}.particle{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 6px #fff}.orb{position:fixed;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:1}.orb-1{width:500px;height:500px;top:10%;left:10%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%)}.orb-2{width:400px;height:400px;bottom:10%;right:10%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%)}.orb-3{width:350px;height:350px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%)}.main-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.accent-line{height:2px;background:linear-gradient(90deg,transparent,#ffffff,transparent);box-shadow:0 0 20px #ffffff80}.accent-line.top{margin-bottom:3rem}.accent-line.bottom{margin-top:3rem}.title-wrapper{position:relative}.title-glow{position:absolute;inset:-100px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 60%);filter:blur(40px);animation:glow-pulse 3s ease-in-out infinite}@keyframes glow-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.title{font-family:Orbitron,sans-serif;font-size:clamp(4rem,18vw,12rem);font-weight:900;letter-spacing:.15em;margin:0;display:flex;perspective:1000px;position:relative;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.5),0 0 40px rgba(255,255,255,.3),0 0 80px rgba(255,255,255,.2)}.letter{display:inline-block;cursor:pointer;transition:all .3s ease;position:relative}.letter:hover{color:#fff;text-shadow:0 0 20px rgba(255,255,255,1),0 0 40px rgba(255,255,255,.8),0 0 60px rgba(255,255,255,.6),0 0 100px rgba(255,255,255,.4)}.letter.glitching{animation:glitch .2s ease-in-out}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-3px,3px);filter:hue-rotate(90deg)}40%{transform:translate(3px,-3px);filter:hue-rotate(-90deg)}60%{transform:translate(-3px,-3px)}80%{transform:translate(3px,3px);filter:hue-rotate(180deg)}to{transform:translate(0);filter:hue-rotate(0deg)}}.rgb-layer{position:absolute;top:0;left:0;font-family:Orbitron,sans-serif;font-size:clamp(4rem,18vw,12rem);font-weight:900;letter-spacing:.15em;display:flex;pointer-events:none;mix-blend-mode:screen}.rgb-layer .letter{display:inline-block}.rgb-layer.red{color:#fff0;animation:rgb-red 4s ease-in-out infinite}.rgb-layer.blue{color:#fff0;animation:rgb-blue 4s ease-in-out infinite}@keyframes rgb-red{0%,to{transform:translate(0);color:#fff0}25%{transform:translate(-2px,1px);color:#ffffff1a}50%{transform:translate(0);color:#fff0}75%{transform:translate(2px,-1px);color:#ffffff1a}}@keyframes rgb-blue{0%,to{transform:translate(0);color:#fff0}25%{transform:translate(2px,-1px);color:#ffffff1a}50%{transform:translate(0);color:#fff0}75%{transform:translate(-2px,1px);color:#ffffff1a}}.corner-frame{position:fixed;width:80px;height:80px;pointer-events:none;z-index:20}.corner-frame:before,.corner-frame:after{content:"";position:absolute;background:#fff;box-shadow:0 0 10px #ffffff80}.corner-frame.top-left{top:40px;left:40px}.corner-frame.top-left:before{width:50px;height:2px;top:0;left:0}.corner-frame.top-left:after{width:2px;height:50px;top:0;left:0}.corner-frame.top-right{top:40px;right:40px}.corner-frame.top-right:before{width:50px;height:2px;top:0;right:0}.corner-frame.top-right:after{width:2px;height:50px;top:0;right:0}.corner-frame.bottom-left{bottom:40px;left:40px}.corner-frame.bottom-left:before{width:50px;height:2px;bottom:0;left:0}.corner-frame.bottom-left:after{width:2px;height:50px;bottom:0;left:0}.corner-frame.bottom-right{bottom:40px;right:40px}.corner-frame.bottom-right:before{width:50px;height:2px;bottom:0;right:0}.corner-frame.bottom-right:after{width:2px;height:50px;bottom:0;right:0}.tech-element{position:fixed;pointer-events:none;z-index:5;border:1px solid rgba(255,255,255,.15)}.tech-element.el-1{width:200px;height:200px;top:15%;right:10%;border-radius:50%;border-style:dashed}.tech-element.el-2{width:150px;height:150px;bottom:20%;left:8%;border-radius:50%}.tech-element.el-3{width:100px;height:100px;top:60%;right:15%;transform:rotate(45deg)}@media(max-width:768px){.title{letter-spacing:.08em}.corner-frame{width:50px;height:50px}.corner-frame:before{width:30px!important}.corner-frame:after{height:30px!important}.tech-element{display:none}}::selection{background:#ffffff4d;color:#000}
