*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;overflow:hidden}body{background:#0f2416;color:#fff;font-family:Segoe UI,Roboto,Arial,sans-serif;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0f2416 0,#0a1f2e 50%,#0d1b2a);z-index:-1}.age-verification-container{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.yellow-bar{position:absolute;left:0;top:0;width:8px;height:100%;background:#fcdc00;z-index:1}.content-wrapper{flex-direction:column;gap:40px;max-width:600px;padding:20px;position:relative;z-index:2}.content-wrapper,.logo-container{display:flex;align-items:center;justify-content:center;width:100%}.logo{max-width:500px;width:100%;height:auto}.loading-dots{display:flex;gap:8px;align-items:center;justify-content:center;opacity:1}.dot{width:6px;height:6px;background:#fff;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@media (max-width:768px){.logo{max-width:350px}.dot{width:5px;height:5px}.loading-dots{gap:6px}.content-wrapper{gap:30px}.yellow-bar{width:6px}}