@font-face{font-family:"Be Vietnam Pro";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/BeVietnamPro-Regular.woff2) format("woff2")}
@font-face{font-family:"Be Vietnam Pro";font-style:normal;font-weight:500;font-display:swap;src:url(fonts/BeVietnamPro-Medium.woff2) format("woff2")}
@font-face{font-family:"Be Vietnam Pro";font-style:normal;font-weight:600;font-display:swap;src:url(fonts/BeVietnamPro-SemiBold.woff2) format("woff2")}
@font-face{font-family:"Be Vietnam Pro";font-style:normal;font-weight:700;font-display:swap;src:url(fonts/BeVietnamPro-Bold.woff2) format("woff2")}
*{box-sizing:border-box;margin:0;padding:0}
body{direction:ltr;font-family:Be Vietnam Pro,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:#0b112c;color:#ffffff;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden}
.redirect-background{position:fixed;top:0;left:0;width:100%;height:100%;background-position:center bottom;background-size:cover;background-repeat:no-repeat;z-index:-1}
@media (max-width:750px) {
.redirect-background{background-position:right}
}
.redirect-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:20px}
.redirect-box{background-color:rgba(22,29,53,0.98);border:1px solid rgba(79,159,255,.9);border-radius:12px;width:100%;max-width:360px;text-align:center;box-shadow:0 15px 40px rgba(79,159,255,0.4);display:flex;flex-direction:column}
.redirect-box-content{padding:35px 25px 25px}
.casino-logo{width:65px;height:65px;margin:0 auto 15px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,0.3)}
.casino-logo img{max-width:100%;height:auto;border-radius:50%}
.redirect-box h2{font-size:22px;font-weight:700;margin-bottom:8px;letter-spacing:.5px}
.score-text{font-size:15px;color:#e0e4f5;margin-bottom:30px}
.score-text strong{color:#ffffff;font-weight:bold}
.progress-bar-container{width:100%;height:8px;background-color:#2b3658;border-radius:6px;overflow:hidden;margin-bottom:25px}
.progress-bar{height:100%;background-color:#ff2a2a;width:0;border-radius:6px;animation:loadProgress 10s linear forwards}
@keyframes loadProgress {
0%{width:0}
100%{width:100%}
}
.manual-redirect{font-size:16px;line-height:1.6;color:#e0e4f5;margin-bottom:5px}
.manual-redirect a{color:#ffffff;text-decoration:underline;font-weight:600;transition:color .2s ease}
.manual-redirect a:hover{color:#ff2a2a}
.redirect-footer-note{border-top:1px solid rgba(79,159,255,.9);padding:16px 20px;font-size:13px;color:#f9f9f9;line-height:1.6;background-color:rgba(16,21,41,0.4);border-bottom-left-radius:12px;border-bottom-right-radius:12px}
.age-icon{font-size:13px;margin-right:2px;vertical-align:middle}