/* Extracted from the matching Jinja template for a strict style-src policy. */
.otp-section { background: rgba(16, 185, 129, 0.05); padding: 25px; border-radius: 16px; border: 1px solid var(--buy-color); margin-bottom: 20px; animation: fadeIn 0.5s ease; }
        .otp-title { color: var(--buy-color); font-weight: 700; margin-bottom: 15px; font-size: 1.1rem; display: flex; align-items: center; gap: 8px; }
        .otp-input { text-align: center; letter-spacing: 5px; font-family: var(--font-family-monospace); font-size: 1.5rem; font-weight: bold; border-color: var(--buy-color) !important; }
        .otp-input:focus { box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15) !important; }
        
        /* Liquid Background Elements */
        .liquid-bg { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: 0; overflow: hidden; background: var(--bg-color); pointer-events: none; }
        .orb { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.6; animation: float 20s infinite alternate ease-in-out; will-change: transform; }
        .orb-1 { width: 50vw; height: 50vw; background: #3b82f6; inset-block-start: -10%; inset-inline-start: -10%; animation-delay: 0s; }
        .orb-2 { width: 40vw; height: 40vw; background: #bc13fe; inset-block-end: -20%; inset-inline-end: -10%; animation-delay: -5s; animation-duration: 25s; }
        .orb-3 { width: 30vw; height: 30vw; background: #00f2ff; inset-block-start: 40%; inset-inline-start: 50%; transform: translate(-50%, -50%); animation-delay: -10s; animation-duration: 18s; opacity: 0.4; }
        @keyframes float {
            0% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(5vw, 10vh) scale(1.1); }
            66% { transform: translate(-10vw, 5vh) scale(0.9); }
            100% { transform: translate(0, -10vh) scale(1.05); }
        }
        .auth-wrapper { background: transparent !important; animation: none !important; }
        
        /* Mobile-specific overrides for login orbs */
        @media (max-width: 600px) {
            .orb { filter: blur(70px); opacity: 0.5; }
            .orb-1 { width: 90vw; height: 90vw; }
            .orb-2 { width: 80vw; height: 80vw; }
            .orb-3 { width: 60vw; height: 60vw; }
        }
        
        /* Reduce motion for users who prefer it */
        @media (prefers-reduced-motion: reduce) {
            .orb { animation: none; }
        }
        
        /* Cyber grid overlay for premium depth */
        .grid-overlay {
            position: absolute; inset: 0;
            background: none;
            mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
            -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
        }
        
        /* Premium auth card glow accent */
        .auth-card { position: relative; }
        .auth-card::before {
            content: ''; position: absolute; inset: -1px;
            border-radius: inherit;
            padding: 1px;
            background: linear-gradient(135deg, rgba(0, 242, 255, 0.4), transparent 40%, transparent 60%, rgba(188, 19, 254, 0.4));
            -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            -webkit-mask-composite: xor; mask-composite: exclude;
            pointer-events: none; opacity: 0.6;
        }
        
        /* OTP input premium polish */
        .otp-input::placeholder { letter-spacing: 5px; opacity: 0.3; }
        
        /* Resend code link */
        .resend-link {
            display: inline-block; margin-top: 12px; font-size: 0.8rem;
            color: var(--text-secondary); text-decoration: none;
            transition: color 0.2s ease;
        }
        .resend-link:hover { color: var(--buy-color); }
        .resend-link i { margin-inline-end: 4px; }
        
        /* Screen-reader-only utility */
        .visually-hidden {
            position: absolute !important;
            width: 1px; height: 1px;
            padding: 0; margin: -1px;
            overflow: hidden; clip: rect(0, 0, 0, 0);
            white-space: nowrap; border: 0;
        }

/* Former static style attributes, deduplicated by declaration digest. */
.csp-style-0035ac7154ec { color: var(--interactive-default); margin-inline-start: 6px; }
.csp-style-02ee4b516bec { background: linear-gradient(135deg, #10b981, #059669); }
.csp-style-1702fe9e4891 { margin-inline-end: 8px; }
.csp-style-19579251011f { margin-top: 8px; font-size: 0.7rem; opacity: 0.5; }
.csp-style-21d17d614be1 { padding-inline-end: 60px; }
.csp-style-2654e48d5b83 { margin-inline-end: 6px; opacity: 0.7; }
.csp-style-3a6257bdb338 { color: var(--text-primary); font-family: var(--font-family-monospace); }
.csp-style-4fa00029d5b1 { position: relative; }
.csp-style-5bd0bfbe260c { margin-inline-end: 4px; opacity: 0.6; }
.csp-style-9f40520e1a6e { color: var(--buy-color); margin-inline-end: 6px; }
.csp-style-af9d89b200e4 { margin-inline-start: 8px; }
.csp-style-b5f68d1e5b27 { position: absolute; inset-inline-end: 8px; inset-block-start: 50%; transform: translateY(-50%); min-width: 44px; min-height: 44px; background: transparent; border: none; cursor: pointer; color: var(--text-secondary); padding: 6px; display: inline-flex; align-items: center; justify-content: center; }
.csp-style-b5f68d1e5b27:focus-visible { outline: 2px solid var(--accent-color); outline-offset: 2px; }
.csp-style-b94ad19c3983 { font-size: 0.85rem; color: var(--text-secondary); margin-bottom: 15px; line-height: 1.5; }
.csp-style-c9d423beb4fb { margin-inline-end: 4px; }
.csp-style-f6279acc7326 { margin-bottom: 20px; }
.csp-style-fb5ec070f2bf { text-align: center; }
