*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{color:#fff;background:#11031d;font-family:Segoe UI,Roboto,Arial,sans-serif;position:relative}body:before{content:"";z-index:-1;background:linear-gradient(#19042b 0%,#11031d 100%);width:100%;height:100%;position:fixed;top:0;left:0}.age-verification-container{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.yellow-bar{z-index:1;background:linear-gradient(#ccfa1e 0%,#ccfa1e66 100%);width:8px;height:100%;position:absolute;top:0;left:0}.content-wrapper{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;max-width:600px;padding:20px;display:flex;position:relative}.logo-container{justify-content:center;align-items:center;width:100%;display:flex}.logo{width:100%;max-width:500px;height:auto}.loading-dots{opacity:1;justify-content:center;align-items:center;gap:8px;display:flex}.dot{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite bounce}.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{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}@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}}
