*{margin:0;padding:0;box-sizing:border-box}body{font-family:Comic Sans MS,Courier New,monospace;background:#000;overflow-x:hidden;min-height:100vh;position:relative}.x-logo{position:fixed;top:20px;right:20px;width:40px;height:40px;z-index:1000;background:#fff;border-radius:50%;padding:8px;transition:transform .3s ease;cursor:pointer}.x-logo:hover{transform:scale(1.1) rotate(5deg)}.x-logo svg{width:100%;height:100%;fill:#000}.container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.image-stack{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.base-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:1}.stacked-img{position:absolute;max-width:300px;width:25%;height:auto;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(255,0,255,.5));bottom:20px}.img-1{left:5%;animation-delay:0s;animation-name:float-rotate-left}.img-2{left:50%;margin-left:-12.5%;animation-delay:1s;animation-name:float}.img-3{right:5%;animation-delay:2s;animation-name:float-rotate-right}.center-text{position:relative;z-index:10;text-align:center;padding:40px;background:transparent;animation:glitch 2s infinite}.title{font-size:clamp(24px,5vw,60px);font-weight:700;color:#0f0;text-transform:uppercase;letter-spacing:3px;margin-bottom:20px;text-shadow:0 0 10px #00ff00,0 0 20px #00ff00,0 0 30px #00ff00,0 0 40px #00ff00,3px 3px 0 #ff00ff,-3px -3px 0 #00ffff,0 0 50px rgba(0,0,0,.8),0 5px 10px rgba(0,0,0,.9);animation:neon 1.5s ease-in-out infinite alternate}.ca{font-size:clamp(18px,3vw,32px);color:#ff0;font-weight:700;letter-spacing:2px;text-shadow:0 0 10px #ffff00,0 0 20px #ffff00,0 0 30px #ffff00,2px 2px 0 #ff0000,0 0 40px rgba(0,0,0,.8),0 5px 10px rgba(0,0,0,.9)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-rotate-left{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-20px) rotate(-5deg)}}@keyframes float-rotate-right{0%,to{transform:translateY(0) rotate(5deg)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes neon{0%{text-shadow:0 0 10px #00ff00,0 0 20px #00ff00,0 0 30px #00ff00,0 0 40px #00ff00,3px 3px 0 #ff00ff,-3px -3px 0 #00ffff}to{text-shadow:0 0 5px #00ff00,0 0 10px #00ff00,0 0 15px #00ff00,0 0 20px #00ff00,3px 3px 0 #ff00ff,-3px -3px 0 #00ffff}}@keyframes glitch{0%,90%,to{transform:translate(0)}91%{transform:translate(-2px,2px)}92%{transform:translate(2px,-2px)}93%{transform:translate(-2px,2px)}94%{transform:translate(2px,-2px)}}@media (max-width: 768px){.stacked-img{max-width:150px;width:28%;bottom:10px}.center-text{padding:20px}.x-logo{width:35px;height:35px;top:15px;right:15px}}
