body{font-family:'Poppins',sans-serif;background-color:#000;color:#fff;overflow-x:hidden;}
.glow-text{color:#ffe066;text-shadow:0 0 4px #ffd700,0 0 8px #ff9900,0 0 12px #ff6600;}
.btn-login{border:2px solid #00aaff;color:#00aaff;padding:.6rem 1.2rem;font-weight:bold;border-radius:12px;text-decoration:none;transition:all .3s ease;}
.btn-login:hover{background:#00aaff;color:#fff;box-shadow:0 0 10px #00aaff,0 0 20px #66d9ff;transform:translateY(-2px);}
#intro-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:50;}
#background-static{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;display:none;}
#background-static img{width:100%;height:100%;object-fit:cover;filter:brightness(0.5);}
#landing-inner{position:relative;z-index:20;flex-direction:column;align-items:center;text-align:center;max-width:1200px;margin:0 auto;padding-top:6rem;}
#fullscreen-popup{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:9999;}
#fullscreen-popup .popup-content{color:#fff;text-align:center;}
#btn-fullscreen-accept{padding:.8rem 1.5rem;font-weight:bold;background:#ffe066;border:none;border-radius:12px;cursor:pointer;}
#btn-exit-fullscreen{position:fixed;top:20px;right:20px;width:40px;height:40px;background:transparent;border:2px solid #ffe066;border-radius:50%;cursor:pointer;z-index:10000;}
.input-field{padding:.6rem 1rem;border-radius:8px;border:none;background:#111;color:#fff;}