*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Arial,Helvetica,sans-serif}
body{background:#ffffff;color:#111111}
#siteContent{min-height:calc(100vh - 74px)}
.loader{position:fixed;inset:0;z-index:99999;background:#ffffff;display:flex;align-items:center;justify-content:center;transition:.35s ease}
.loader.hide{opacity:0;visibility:hidden}
.loader-card{width:min(330px,calc(100% - 40px));background:#050505;color:#ffffff;border-radius:24px;padding:28px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.2)}
.loader-card strong{display:block;font-size:20px;margin:12px 0 6px}
.loader-card span{color:#dddddd;font-size:14px}
.spinner{width:42px;height:42px;border:4px solid rgba(255,255,255,.25);border-top-color:#ffffff;border-radius:50%;margin:auto;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.agt-powered-footer{position:relative;z-index:9999;display:flex;align-items:center;justify-content:center;gap:7px;min-height:74px;padding:22px;background:#050505;color:#ffffff;text-align:center;font-size:15px}
.agt-powered-footer span{color:#cfcfcf}
.agt-powered-footer a{color:#ffffff;font-weight:900;text-decoration:none}
.agt-powered-footer a:hover{text-decoration:underline}
.system-message{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:30px}
.system-message-box{max-width:620px;background:#050505;color:#ffffff;border-radius:28px;padding:36px}
.system-message-box h1{margin:0 0 12px;font-size:36px}
.system-message-box p{color:#dddddd;line-height:1.6}
