*,*::before,*::after{box-sizing:border-box}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;background-color:#111;background-image:radial-gradient(circle at center,rgba(255,252,0,.08) 0,transparent 60%),repeating-linear-gradient(45deg,#1a1a1a 0,#1a1a1a 2px,#111 2px,#111 4px);font-family:'Orbitron',sans-serif;color:#f1f1f1;display:flex;flex-direction:column}.wrapper{display:flex;flex-direction:column;height:100%;width:100%;padding:2rem}header{flex:0 0 auto;text-align:center}header img{height:clamp(40px,8vw,80px);width:auto;filter:drop-shadow(0 0 5px rgba(255,252,0,.5))}main{flex:1 0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:900px;margin:0 auto}h1{font-size:clamp(2rem,5vw,4rem);margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:1px;text-shadow:0 4px 6px rgba(0,0,0,.9),0 0 15px rgba(255,252,0,.3)}p{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:#ccc;margin-bottom:2rem}.tt{position:relative;border-bottom:1px dotted #FFFC00;cursor:help;color:#FFFC00}.tt::after{content:attr(data-def);position:absolute;bottom:130%;left:50%;transform:translateX(-50%);background:linear-gradient(180deg,#333,#111);color:#fff;padding:.5rem 1rem;border:1px solid #FFFC00;border-radius:4px;font-family:sans-serif;font-size:.875rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.8),0 0 10px rgba(255,252,0,.2);z-index:10}.tt:hover::after{opacity:1;visibility:visible;bottom:150%}.cta{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 3rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700;color:#000;text-decoration:none;text-transform:uppercase;letter-spacing:2px;border-radius:4px;background:linear-gradient(124deg,#FFFC00,#ffea00,#fff,#fc0,#FFFC00);background-size:400% 400%;animation:holo 3s ease infinite,pulseGlow 1.5s infinite alternate;transition:transform .2s;box-shadow:0 0 15px rgba(255,252,0,.6);z-index:1}.cta:hover{transform:scale(1.05)}.cta::before,.cta::after{content:'';position:absolute;width:10px;height:10px;background:#FFFC00;border-radius:50%;filter:blur(3px);opacity:0;z-index:-1}.cta:hover::before{animation:exhaust 1s infinite linear;left:10%}.cta:hover::after{animation:exhaust 1s infinite linear .5s;right:10%}@keyframes holo{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes pulseGlow{0%{box-shadow:0 0 10px rgba(255,252,0,.4),0 20px 30px -10px rgba(255,200,0,.3)}100%{box-shadow:0 0 20px rgba(255,252,0,.8),0 30px 40px -5px rgba(255,200,0,.6)}}@keyframes exhaust{0%{transform:translateY(0) scale(1);opacity:.8}100%{transform:translateY(30px) scale(2);opacity:0}}footer{flex:0 0 auto;position:relative;display:flex;justify-content:space-between;align-items:flex-end;font-family:sans-serif;font-size:.75rem;color:#666}.ip-mask{display:flex;align-items:center;gap:5px}.ip-mask::before{content:'';display:block;width:6px;height:6px;background:#0f0;border-radius:50%;box-shadow:0 0 5px #0f0}.ver{position:fixed;bottom:10px;right:10px;opacity:.4;font-family:sans-serif;font-size:.7rem;color:#666}