.gate-page{min-height:100dvh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:#fafafa}.gate-card{width:100%;max-width:400px;text-align:center;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;padding:32px 24px;box-shadow:0 1px 2px rgba(0,0,0,.04),0 8px 32px rgba(0,0,0,.06)}.gate-card h1{font-size:clamp(18px,5vw,22px);font-weight:600;margin:0 0 8px;color:#1a1a1a}.gate-card p{color:#666;font-size:clamp(14px,3.8vw,16px);line-height:1.5;margin:0 0 24px}.gate-turnstile{display:flex;justify-content:center;width:100%;overflow:hidden}.gate-turnstile iframe,.gate-turnstile>div{max-width:100%!important}.gate-msg{font-size:14px;margin-top:16px;line-height:1.4}.gate-msg--loading{color:#666}.gate-msg--erro{color:#b3261e}.gate-loading{min-height:100dvh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:16px;color:#666;font-size:15px}@media (max-width:360px){.gate-card{padding:28px 18px;border-radius:16px}}@media (min-width:481px){.gate-card{padding:40px 32px;border-radius:24px}}@media (hover:none) and (pointer:coarse){.gate-card{padding:36px 22px}}