/* _content/sbg_portal/Pages/Account/Login.razor.rz.scp.css */
/* ─── Header ─── */
.login-header[b-7k292uul51] {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(229, 233, 240, 0.8);
    padding: 0 32px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    transition: all 0.3s;
}

.login-header-left[b-7k292uul51] { display: flex; align-items: center; gap: 32px; }

.landing-logo img[b-7k292uul51] { height: 2.6rem; width: auto; display: block; }

.landing-nav[b-7k292uul51] { display: flex; gap: 24px; align-items: center; }
.landing-nav-link[b-7k292uul51] {
    color: #0F172A; text-decoration: none;
    font-size: 0.85rem; font-weight: 600;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
    text-transform: uppercase;
}
.landing-nav-link:hover[b-7k292uul51] { color: #003FCA; }

/* ─── Container ─── */
.login-container[b-7k292uul51] {
    height: 100vh;
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

/* ─── Left Side Panel ─── */
.login-left-side[b-7k292uul51] {
    width: 42%;
    background: #0051FF;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    height: 100vh;
    z-index: 10;
}

/* Grid Overlay & Animations */
.left-grid-overlay[b-7k292uul51] {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 2;
    mask-image: radial-gradient(ellipse at 50% 50%, black, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black, transparent 80%);
    animation: gridPulse 8s ease-in-out infinite;
}

@@keyframes gridPulse {
    0%[b-7k292uul51], 100%[b-7k292uul51] { opacity: 0.5; }
    50%[b-7k292uul51] { opacity: 0.8; }
}

/* Glowing Blob elements */
.left-glow-blob[b-7k292uul51] {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.35;
    z-index: 1;
    animation: floatBlob 18s ease-in-out infinite alternate;
}
.blob-1[b-7k292uul51] {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #00C4FF 0%, rgba(0, 196, 255, 0) 70%);
    top: -50px;
    right: -150px;
}
.blob-2[b-7k292uul51] {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #0051FF 0%, rgba(0, 81, 255, 0) 70%);
    bottom: -150px;
    left: -150px;
    animation-delay: -6s;
}
.blob-3[b-7k292uul51] {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.4) 0%, rgba(168, 85, 247, 0) 70%);
    top: 40%;
    left: 20%;
    animation: floatBlob 22s ease-in-out infinite alternate;
    animation-delay: -3s;
}

@@keyframes floatBlob {
    0%[b-7k292uul51] { transform: translate(0, 0) scale(1); }
    100%[b-7k292uul51] { transform: translate(40px, 30px) scale(1.15); }
}

.left-brand-header[b-7k292uul51] {
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
}

.left-main-content[b-7k292uul51] {
    display: flex;
    flex-direction: column;
    z-index: 5;
    gap: 24px;
}

.left-trusted-badge[b-7k292uul51] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    width: fit-content;
    text-transform: uppercase;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    margin-bottom: 8px;
}
.badge-dot[b-7k292uul51] {
    width: 6px;
    height: 6px;
    background-color: #00F0FF;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #00F0FF;
}

.left-title-primary[b-7k292uul51] {
    font-size: 2.5rem;
    font-weight: 800;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.25;
    color: #FFFFFF !important;
    margin: 12px 0 16px 0;
}
.left-title-primary span[b-7k292uul51] {
    color: #00F0FF !important; /* High contrast cyan */
}

.left-subtitle[b-7k292uul51] {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
    color: #E2E8F0 !important; /* Highly visible light grey/slate */
    max-width: 460px;
    margin-bottom: 8px;
}

.left-stats-grid[b-7k292uul51] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}
.stat-card[b-7k292uul51] {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.stat-card:hover[b-7k292uul51] {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.stat-value[b-7k292uul51] {
    font-size: 1.65rem;
    font-weight: 800;
    color: #FFFFFF !important;
    line-height: 1.1;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.35);
    letter-spacing: -0.5px;
}
.stat-label[b-7k292uul51] {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.80) !important;
    margin-top: 6px;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

.left-services-list[b-7k292uul51] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}
.service-nav-card[b-7k292uul51] {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.service-nav-card[b-7k292uul51]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 60%);
    pointer-events: none;
}
.service-nav-card:hover[b-7k292uul51] {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateX(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.service-icon-wrapper[b-7k292uul51] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7DF9FF !important;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.service-nav-card:hover .service-icon-wrapper[b-7k292uul51] {
    background: rgba(255, 255, 255, 0.28);
    color: #FFFFFF !important;
    box-shadow: 0 0 14px rgba(125, 249, 255, 0.4);
}
.service-card-info[b-7k292uul51] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.service-card-title[b-7k292uul51] {
    font-size: 0.98rem;
    font-weight: 700;
    color: #FFFFFF !important;
    line-height: 1.2;
    letter-spacing: -0.1px;
}
.service-card-desc[b-7k292uul51] {
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75) !important;
    margin-top: 4px;
    line-height: 1.4;
}
.service-chevron[b-7k292uul51] {
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.service-nav-card:hover .service-chevron[b-7k292uul51] {
    color: #FFFFFF;
    transform: translateX(4px);
}


.left-footer[b-7k292uul51] {
    z-index: 5;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
}

/* ─── Right Side Panel ─── */
.login-right-side[b-7k292uul51] {
    width: 58%;
    background: #F8FAFC;
    display: grid;
    place-items: center;
    padding: 20px 48px; /* Symmetric padding for perfect vertical centering */
    position: relative;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto; /* Enable native scrolling for tall cards */
}

/* Right Side Glowing Blobs for Ambient Depth behind glass card */
.right-glow-blob[b-7k292uul51] {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}
.blob-right-1[b-7k292uul51] {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #0051FF 0%, rgba(0, 81, 255, 0) 70%);
    top: 10%;
    right: -100px;
}
.blob-right-2[b-7k292uul51] {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(168, 85, 247, 0) 70%);
    bottom: 10%;
    left: -100px;
}

/* ─── Centered form wrapper ─── */
.login-form-side[b-7k292uul51] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px; /* Squeezed to match mockup */
    padding: 24px 30px 16px 30px; /* Squeezed height padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 24px !important;
    box-shadow: 0 30px 60px rgba(0, 4, 32, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    animation: slideInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
    margin: 20px 0 !important; /* Symmetric margins */
}

.login-form-side.reg-wide[b-7k292uul51] {
    max-width: 800px;
    padding: 32px 36px;
}

.reg-form-cols[b-7k292uul51] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.reg-col[b-7k292uul51] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reg-buttons-row[b-7k292uul51] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 18px;
    width: 100%;
}

.login-content[b-7k292uul51] {
    width: 100%;
}

/* Form Groups and Labels */
.form-group[b-7k292uul51] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    text-align: left;
}

.form-label[b-7k292uul51] {
    font-size: 14px;
    font-weight: 500;
    color: #222E37;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    text-align: left;
}

/* ─── Card structure ─── */
.login-form-side .login-card[b-7k292uul51], .login-form-side .registration-card[b-7k292uul51] {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    box-shadow: none !important;
    transition: all 0.3s;
    animation: none !important;
}

.login-card.hidden[b-7k292uul51], .registration-card.hidden[b-7k292uul51] { display: none; }

.login-card-header[b-7k292uul51] { text-align: center; margin-bottom: 12px; width: 100%; }
.login-logo-container[b-7k292uul51] {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.login-logo-container img[b-7k292uul51] {
    height: 38px;
    width: auto;
    display: block;
}
.login-title-premium[b-7k292uul51] {
    font-size: 28px;
    font-weight: 700;
    color: #02070D;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    margin-top: 8px;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
    text-align: center;
}
.login-subtitle-premium[b-7k292uul51] {
    font-size: 14px;
    font-weight: 400;
    color: #222E37;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.4;
}
.header-divider[b-7k292uul51], .footer-divider[b-7k292uul51] {
    height: 1px;
    background-color: #E2E8F0;
    margin: 12px 0;
    width: 100%;
}

/* ─── Form elements ─── */
.login-form[b-7k292uul51] { display: flex; flex-direction: column; gap: 12px; }

.login-form-options[b-7k292uul51] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    font-weight: 500;
    color: #334155;
    margin-top: 4px;
}
.login-form-remember[b-7k292uul51] { display: flex; align-items: center; gap: 6px; cursor: pointer; }
.login-form-forgot[b-7k292uul51] {
    color: #003FCA;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    transition: color 0.2s;
}
.login-form-forgot:hover[b-7k292uul51] {
    color: #002D9C;
    text-decoration: underline;
}

[b-7k292uul51] .login-button-mud {
    background: #0051FF !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(0, 51, 170, 0.3) !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}
/* Force white text through MudBlazor's internal span */
[b-7k292uul51] .login-button-mud .mud-button-label,
[b-7k292uul51] .login-button-mud * {
    color: #FFFFFF !important;
}
[b-7k292uul51] .login-button-mud:hover:not(:disabled) {
    background: linear-gradient(135deg, #003FCA 0%, #0051FF 100%) !important;
    box-shadow: 0 6px 16px rgba(0, 51, 170, 0.4) !important;
    transform: translateY(-1px);
}
[b-7k292uul51] .login-button-mud:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 51, 170, 0.25) !important;
}
[b-7k292uul51] .login-button-mud:disabled {
    background: #CBD5E1 !important;
    color: #94A3B8 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    transform: none !important;
    opacity: 1 !important;
}

[b-7k292uul51] .login-button-mud-secondary {
    background-color: #FFFFFF !important;
    color: #0033AA !important;
    border: 2px solid #0033AA !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    text-transform: none !important;
}
[b-7k292uul51] .login-button-mud-secondary .mud-button-label,
[b-7k292uul51] .login-button-mud-secondary * {
    color: #0033AA !important;
}
[b-7k292uul51] .login-button-mud-secondary:hover:not(:disabled) {
    background-color: rgba(0, 51, 170, 0.05) !important;
    border-color: #0033AA !important;
    color: #0033AA !important;
}

.login-btn-col[b-7k292uul51] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 4px;
}

.create-account-wrap[b-7k292uul51] {
    text-align: center;
    font-size: 14px;
    color: #475569;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    margin: 8px 0;
}
.create-account-link[b-7k292uul51] {
    color: #0051FF;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.15s;
}
.create-account-link:hover[b-7k292uul51] {
    color: #003BCA;
    text-decoration: underline;
}

/* Security Badges Row */
.security-features-row[b-7k292uul51] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    gap: 8px;
}
.security-feature-item[b-7k292uul51] {
    display: flex;
    align-items: center;
    gap: 6px;
}
.sec-label-compact[b-7k292uul51] {
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
}

/* ─── Registration extras ─── */
.reg-back-link[b-7k292uul51] {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003FCA;
    text-align: center;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    text-decoration: none;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
}
.reg-back-link:hover[b-7k292uul51] { color: #002D9C; }

/* ─── MudBlazor field overrides (Unified Height, Size & Borders) ─── */
[b-7k292uul51] .mud-input-outlined {
    background-color: #FFFFFF !important;
    border-radius: 12px !important;
}

/* Style the native MudBlazor border element instead of hiding it */
[b-7k292uul51] .mud-input-outlined .mud-input-outlined-border {
    border: 1px solid #697786 !important;
    border-radius: 12px !important;
    transition: border-color 0.2s ease !important;
}

[b-7k292uul51] .mud-input-outlined.mud-focused .mud-input-outlined-border {
    border: 1.5px solid #0051FF !important;
    box-shadow: 0 0 0 2px rgba(0, 81, 255, 0.15) !important;
}

[b-7k292uul51] .mud-input-outlined:hover:not(.mud-focused) .mud-input-outlined-border {
    border-color: #222E37 !important;
}

/* We use external labels, so hide the notch completely */
[b-7k292uul51] .mud-input-notched-outline {
    display: none !important;
}

[b-7k292uul51] .mud-input-slot {
    font-size: 16px !important;
    font-family: 'Benton Sans Pro', 'BentonSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #222E37 !important;
    padding: 12px 16px !important;
}
[b-7k292uul51] .mud-input-has-adornment-end .mud-input-slot {
    padding-right: 48px !important;
}
[b-7k292uul51] .mud-input-adornment-end {
    z-index: 5 !important;
    pointer-events: auto !important;
}
[b-7k292uul51] .mud-input-adornment-end button {
    pointer-events: auto !important;
    cursor: pointer !important;
}
[b-7k292uul51] .mud-input-slot::placeholder {
    font-size: 16px !important;
    font-family: 'Benton Sans Pro', 'BentonSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #697786 !important;
    opacity: 1 !important;
}
[b-7k292uul51] input[type="password"] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
}
[b-7k292uul51] .mud-input-helper-text {
    font-size: 12px;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    color: #697786;
}
[b-7k292uul51] .mud-select-icon {
    color: #64748B !important;
}
[b-7k292uul51] .mud-checkbox .mud-icon-button {
    color: #94A3B8 !important;
}
[b-7k292uul51] .mud-checkbox.mud-checked .mud-icon-button {
    color: #0033AA !important;
}
[b-7k292uul51] .mud-checkbox .mud-checkbox-label {
    font-size: 14px !important;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif !important;
    font-weight: 500 !important;
    color: #334155 !important;
}

/* Secure Badge right side */
.secure-badge[b-7k292uul51] {
    display: none; /* Removed as per mockup */
}

/* ─── Forgot-password overlay ─── */
[b-7k292uul51] .forgot-paper {
    min-width: 380px;
    max-width: 440px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 64px rgba(0, 10, 48, 0.15) !important;
}

.dark[b-7k292uul51]  .forgot-paper {
    background-color: rgba(17, 24, 39, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #F8FAFC !important;
}

/* ─── 2FA / OTP Dialog ─── */
/* ── 2FA overlay card ────────────────────────────────────── */
.twofa-card[b-7k292uul51] {
    position: relative;
    background: rgba(255, 255, 255, 0.85); /* Glassmorphism */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    padding: 32px 32px;
    width: calc(100% - 32px);
    margin: 0 16px;
    max-width: 400px;
    text-align: center;
}

.twofa-container[b-7k292uul51] {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 8px 4px 4px;
}

.twofa-close-btn[b-7k292uul51] {
    position: absolute;
    top: 16px; 
    right: 16px;
    background: #F2F2F7;
    border: none;
    border-radius: 50%;
    width: 30px; 
    height: 30px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: #8E8E93;
    transition: all 0.15s;
    z-index: 10;
}
.twofa-close-btn:hover[b-7k292uul51] { background: #E5E5EA; color: #1C1C1E; }

/* Logo at top of modal */
.twofa-logo[b-7k292uul51] {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.twofa-logo img[b-7k292uul51] {
    height: 32px;
    width: auto;
    display: block;
}

/* Icon badge */
.twofa-icon-badge[b-7k292uul51] {
    width: 64px; height: 64px;
    margin: 0 auto 16px;
    background: rgba(0, 81, 255, 0.08);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    border: 1.5px solid rgba(0, 81, 255, 0.15);
}

/* Divider under header */
.twofa-divider[b-7k292uul51] {
    display: none; /* Removed for cleaner iOS look */
}

.twofa-title[b-7k292uul51] {
    font-size: 22px;
    font-weight: 600;
    color: #1C1C1E;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
    margin: 0 0 8px;
    letter-spacing: -0.4px;
}
.twofa-subtitle[b-7k292uul51] {
    font-size: 15px;
    font-weight: 400;
    color: #8E8E93;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', sans-serif;
    margin: 0 0 4px;
    line-height: 1.4;
}
.twofa-email[b-7k292uul51] {
    font-size: 15px;
    font-weight: 500;
    color: #0051FF;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', sans-serif;
    word-break: break-all;
    margin: 0;
}

/* ─── Single-wide OTP input ─── */
.twofa-input-wrapper[b-7k292uul51] {
    margin: 24px 0 24px;
    position: relative;
}

.twofa-single-input[b-7k292uul51] {
    width: 100%;
    height: 54px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 16px; /* Spaced out to look like separate boxes */
    text-align: center;
    border: none;
    border-radius: 14px;
    background: #F2F2F7; /* Apple System Gray 6 */
    color: #1C1C1E;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
    transition: all 0.2s ease;
    padding: 0 16px 0 32px; /* Offset the letter-spacing to center it */
    box-sizing: border-box;
    outline: none;
}
.twofa-single-input:focus[b-7k292uul51] {
    background: #FFFFFF;
    box-shadow: 0 0 0 2px #0051FF;
}
.twofa-single-input[b-7k292uul51]::placeholder {
    letter-spacing: 16px;
    color: #C7C7CC;
    font-size: 24px;
    font-weight: 400;
}
    font-weight: 400;[b-7k292uul51]
}

/* ─── OTP status messages ─── */
.twofa-error[b-7k292uul51] {
    background: rgba(239, 68, 68, 0.06);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #ef4444;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    margin-bottom: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
}
.twofa-success[b-7k292uul51] {
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #10b981;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    margin-bottom: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ─── Verify button ─── */
.twofa-button[b-7k292uul51] {
    background: #003FCA;
    color: #FFFFFF;
    padding: 14px 28px;
    border: none;
    border-radius: 24px; /* Pill shape */
    font-size: 14px;
    font-weight: 700;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.twofa-button:hover:not(:disabled)[b-7k292uul51] { background: #002D9C; }
.twofa-button:active:not(:disabled)[b-7k292uul51] { transform: scale(0.98); }
.twofa-button:disabled[b-7k292uul51] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #E2E8F0;
    color: #94A3B8;
}

/* ─── Resend section ─── */
.twofa-resend-section[b-7k292uul51] {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    font-size: 13px;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
    color: #64748B;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.twofa-resend-link[b-7k292uul51] {
    color: #003FCA;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.15s;
}
.twofa-resend-link:hover[b-7k292uul51] { color: #002D9C; text-decoration: underline; }
.twofa-resend-disabled[b-7k292uul51] {
    color: #CBD5E1;
    font-weight: 500;
    cursor: not-allowed;
}
.twofa-timer[b-7k292uul51] {
    font-size: 12px;
    color: #64748B;
    margin-top: 4px;
    font-family: 'Benton Sans Pro', 'BentonSans', sans-serif;
}

/* ─── Dark mode ─── */
.dark .login-container[b-7k292uul51] { background: #003FCA; }
.dark .login-right-side[b-7k292uul51] { background: #0B1329; }
.dark .login-form-side[b-7k292uul51] { background: rgba(17, 24, 39, 0.85) !important; border: 1px solid rgba(255, 255, 255, 0.08) !important; }
.dark .login-card[b-7k292uul51], .dark .registration-card[b-7k292uul51] { background: transparent !important; border: none !important; box-shadow: none !important; }
.dark .login-header[b-7k292uul51] { background: rgba(11, 19, 41, 0.95); border-bottom-color: rgba(255, 255, 255, 0.08); }
.dark .login-card-title[b-7k292uul51] { color: #F8FAFC; }
.dark .login-card-subtitle[b-7k292uul51], .dark .login-form-forgot[b-7k292uul51] { color: #94A3B8; }
.dark[b-7k292uul51]  .mud-input-label { color: #94A3B8 !important; }
.dark[b-7k292uul51]  .mud-input-outlined { background-color: rgba(30, 41, 59, 0.95) !important; }
.dark[b-7k292uul51]  .mud-input-outlined .mud-input-notched-outline { border-color: #334155 !important; }
.dark[b-7k292uul51]  .mud-input-outlined .mud-input-slot { color: #F8FAFC !important; }
.dark .login-button-secondary[b-7k292uul51] { background: transparent; color: #F8FAFC !important; border-color: #F8FAFC !important; }
.dark .twofa-input[b-7k292uul51] { background: #1E293B; color: #F8FAFC; border-color: #334155; }
.dark .twofa-input.filled[b-7k292uul51] { background: rgba(0, 63, 202, 0.15); border-color: #003FCA; }

@@keyframes slideInUp {
    from[b-7k292uul51] { opacity: 0; transform: translateY(30px); }
    to[b-7k292uul51]   { opacity: 1; transform: translateY(0); }
}

/* ────────────────────────────────────────
   RESPONSIVE BREAKPOINTS
   ──────────────────────────────────────── */

/* Mobile/Tablet alignment */
@media (max-width: 1024px) {
    .login-left-side[b-7k292uul51] {
        display: none;
    }
    .login-right-side[b-7k292uul51] {
        width: 100%;
        padding: 80px 24px 24px;
    }
}

@media (max-width: 768px) {
    .reg-form-cols[b-7k292uul51] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .reg-buttons-row[b-7k292uul51] {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .login-form-side.reg-wide[b-7k292uul51] {
        max-width: 480px;
    }
}

@media (max-width: 600px) {
    .login-header[b-7k292uul51] { padding: 0 16px; height: 52px; }
    
    .login-form-side[b-7k292uul51] { padding: 32px 20px; border-radius: 16px; }

    .login-card[b-7k292uul51], .registration-card[b-7k292uul51] { padding: 0 !important; border-radius: 0 !important; }
    .login-card-title[b-7k292uul51] { font-size: 24px; }
    .login-card-subtitle[b-7k292uul51] { font-size: 13px; }

    /* Stack login buttons vertically on very small screens */
    .login-btn-row[b-7k292uul51] { grid-template-columns: 1fr; }
    
    [b-7k292uul51] .mud-input-slot {
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
    [b-7k292uul51] .login-button-mud, [b-7k292uul51] .login-button-mud-secondary {
        height: 40px !important;
        font-size: 14px !important;
    }
    .form-group[b-7k292uul51] { gap: 2px; }
    
    /* Forgot password paper */
    [b-7k292uul51] .forgot-paper { min-width: unset; width: calc(100vw - 32px); }
}
/* _content/sbg_portal/Shared/MainLayout.razor.rz.scp.css */
.page[b-rxa58ra9qh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rxa58ra9qh] {
    flex: 1;
}

.sidebar[b-rxa58ra9qh] {
    background-color: #00008C;
}

.top-row[b-rxa58ra9qh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rxa58ra9qh]  a, .top-row .btn-link[b-rxa58ra9qh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rxa58ra9qh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rxa58ra9qh] {
        display: none;
    }

    .top-row.auth[b-rxa58ra9qh] {
        justify-content: space-between;
    }

    .top-row a[b-rxa58ra9qh], .top-row .btn-link[b-rxa58ra9qh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rxa58ra9qh] {
        flex-direction: row;
    }

    .sidebar[b-rxa58ra9qh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rxa58ra9qh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rxa58ra9qh], article[b-rxa58ra9qh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/sbg_portal/Shared/NavMenu.razor.rz.scp.css */
/* Navbar base styles */
.navbar-toggler[b-wb5z3w1y0r] {
    background-color: rgba(11, 95, 244, 0.15);
    border: 1px solid rgba(11, 95, 244, 0.3);
    transition: all 0.2s ease;
}

    .navbar-toggler:hover[b-wb5z3w1y0r] {
        background-color: rgba(11, 95, 244, 0.25);
        border-color: rgba(11, 95, 244, 0.5);
    }

.top-row[b-wb5z3w1y0r] {
    height: 3.5rem;
    background: linear-gradient(135deg, rgba(11, 95, 244, 0.08) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-bottom: 1px solid rgba(11, 95, 244, 0.1);
    backdrop-filter: blur(10px);
}

.navbar-brand[b-wb5z3w1y0r] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0B5FF4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.oi[b-wb5z3w1y0r] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

/* Nav items */
.nav-item[b-wb5z3w1y0r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    position: relative;
}

    .nav-item:first-of-type[b-wb5z3w1y0r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wb5z3w1y0r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wb5z3w1y0r]  a {
        color: #64748b;
        border-radius: 8px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 0 1rem;
        transition: all 0.2s ease;
        position: relative;
        overflow: hidden;
    }

        /* Active state with distinctive blue accent */
        .nav-item[b-wb5z3w1y0r]  a.active {
            background: linear-gradient(135deg, rgba(11, 95, 244, 0.12) 0%, rgba(11, 95, 244, 0.08) 100%);
            color: #0B5FF4;
            font-weight: 600;
            border-left: 3px solid #0B5FF4;
            box-shadow: 0 2px 8px rgba(11, 95, 244, 0.15);
        }

            .nav-item[b-wb5z3w1y0r]  a.active::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 4px;
                background: linear-gradient(180deg, #0B5FF4 0%, #0a4fc4 100%);
                box-shadow: 0 0 12px rgba(11, 95, 244, 0.5);
            }

            .nav-item[b-wb5z3w1y0r]  a.active .mud-icon-root {
                color: #0B5FF4;
                filter: drop-shadow(0 0 4px rgba(11, 95, 244, 0.3));
            }

        /* Hover state */
        .nav-item[b-wb5z3w1y0r]  a:hover {
            background: linear-gradient(135deg, rgba(11, 95, 244, 0.06) 0%, rgba(11, 95, 244, 0.03) 100%);
            color: #0B5FF4;
            transform: translateX(4px);
        }

            .nav-item[b-wb5z3w1y0r]  a:hover .mud-icon-root {
                color: #0B5FF4;
            }

/* Clean expansion panel styling */
.mud-expand-panel[b-wb5z3w1y0r] {
    margin: 0 !important;
    border-radius: 8px;
    margin-bottom: 4px !important;
    overflow: hidden;
}

.mud-expand-panel-header[b-wb5z3w1y0r] {
    padding: 10px 14px !important;
    min-height: unset !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .mud-expand-panel-header:hover[b-wb5z3w1y0r] {
        background: linear-gradient(135deg, rgba(11, 95, 244, 0.04) 0%, rgba(243, 244, 246, 1) 100%);
    }

.mud-expand-panel-content[b-wb5z3w1y0r] {
    padding: 0 !important;
}

/* Menu header styling */
.menu-header[b-wb5z3w1y0r] {
    font-weight: 500;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    width: 100%;
    transition: all 0.2s ease;
}

    .menu-header:hover[b-wb5z3w1y0r] {
        color: #0B5FF4;
    }

        .menu-header:hover .mud-icon-root[b-wb5z3w1y0r] {
            color: #0B5FF4;
            transform: scale(1.1);
        }

    .menu-header.disabled[b-wb5z3w1y0r] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Submenu list */
.submenu-list[b-wb5z3w1y0r] {
    padding: 4px 0 !important;
    background: rgba(11, 95, 244, 0.02);
}

/* Submenu items */
.submenu[b-wb5z3w1y0r] {
    padding: 8px 14px 8px 42px !important;
    font-size: 0.875rem;
    cursor: pointer;
    color: #6b7280;
    min-height: unset !important;
    border-radius: 8px;
    margin: 2px 8px;
    transition: all 0.2s ease;
    position: relative;
}

    .submenu[b-wb5z3w1y0r]::before {
        content: '';
        position: absolute;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #cbd5e1;
        transition: all 0.2s ease;
    }

    .submenu:hover[b-wb5z3w1y0r] {
        color: #0B5FF4;
        background: linear-gradient(135deg, rgba(11, 95, 244, 0.08) 0%, rgba(11, 95, 244, 0.04) 100%);
        transform: translateX(4px);
    }

        .submenu:hover[b-wb5z3w1y0r]::before {
            background: #0B5FF4;
            box-shadow: 0 0 8px rgba(11, 95, 244, 0.5);
            width: 6px;
            height: 6px;
        }

    .submenu.disabled[b-wb5z3w1y0r] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* MudNavLink styling */
.mud-nav-link[b-wb5z3w1y0r] {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

    .mud-nav-link:hover[b-wb5z3w1y0r] {
        background: linear-gradient(135deg, rgba(11, 95, 244, 0.06) 0%, rgba(243, 244, 246, 1) 100%) !important;
        color: #0B5FF4 !important;
        transform: translateX(4px) !important;
    }

    /* Distinctive active state for MudNavLink */
    .mud-nav-link.active[b-wb5z3w1y0r] {
        background: linear-gradient(135deg, rgba(11, 95, 244, 0.12) 0%, rgba(11, 95, 244, 0.08) 100%) !important;
        color: #0B5FF4 !important;
        font-weight: 600 !important;
        border-left: 3px solid #0B5FF4 !important;
        box-shadow: 0 2px 8px rgba(11, 95, 244, 0.15) !important;
    }

        .mud-nav-link.active[b-wb5z3w1y0r]::before {
            content: '' !important;
            position: absolute !important;
            left: 0 !important;
            top: 0 !important;
            height: 100% !important;
            width: 4px !important;
            background: linear-gradient(180deg, #0B5FF4 0%, #0a4fc4 100%) !important;
            box-shadow: 0 0 12px rgba(11, 95, 244, 0.5) !important;
        }

    .mud-nav-link .mud-icon-root[b-wb5z3w1y0r],
    .menu-header .mud-icon-root[b-wb5z3w1y0r] {
        color: inherit;
        font-size: 1.25rem;
        transition: all 0.2s ease;
    }

    .mud-nav-link.active .mud-icon-root[b-wb5z3w1y0r] {
        color: #0B5FF4 !important;
        filter: drop-shadow(0 0 4px rgba(11, 95, 244, 0.3));
    }

.mud-expand-panel-header .mud-icon-root[b-wb5z3w1y0r] {
    color: #6b7280;
    transition: all 0.2s ease;
}

.mud-expand-panel-header:hover .mud-icon-root[b-wb5z3w1y0r] {
    color: #0B5FF4;
}

/* Development links styling */
.dev-link[b-wb5z3w1y0r] {
    color: #7c3aed !important;
    font-size: 0.8125rem !important;
    font-style: italic;
}

    .dev-link:hover[b-wb5z3w1y0r] {
        background-color: #f5f3ff !important;
        color: #6d28d9 !important;
    }

/* Responsive styles */
@media (min-width: 641px) {
    .navbar-toggler[b-wb5z3w1y0r] {
        display: none;
    }

    .collapse[b-wb5z3w1y0r] {
        display: block;
    }

    .nav-scrollable[b-wb5z3w1y0r] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 8px;
    }

        /* Custom scrollbar with blue accent */
        .nav-scrollable[b-wb5z3w1y0r]::-webkit-scrollbar {
            width: 6px;
        }

        .nav-scrollable[b-wb5z3w1y0r]::-webkit-scrollbar-track {
            background: rgba(11, 95, 244, 0.05);
            border-radius: 3px;
        }

        .nav-scrollable[b-wb5z3w1y0r]::-webkit-scrollbar-thumb {
            background: rgba(11, 95, 244, 0.3);
            border-radius: 3px;
        }

            .nav-scrollable[b-wb5z3w1y0r]::-webkit-scrollbar-thumb:hover {
                background: rgba(11, 95, 244, 0.5);
            }
}

/* Dark mode overrides */
.dark .top-row[b-wb5z3w1y0r] {
    background: linear-gradient(135deg, rgba(11, 95, 244, 0.12) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-bottom: 1px solid rgba(11, 95, 244, 0.2);
}

.dark .navbar-brand[b-wb5z3w1y0r] {
    color: #60a5fa;
}

.dark .nav-item[b-wb5z3w1y0r]  a {
    color: #cbd5e1;
}

    .dark .nav-item[b-wb5z3w1y0r]  a.active {
        background: linear-gradient(135deg, rgba(11, 95, 244, 0.2) 0%, rgba(11, 95, 244, 0.12) 100%);
        color: #60a5fa;
        border-left: 3px solid #60a5fa;
        box-shadow: 0 2px 12px rgba(11, 95, 244, 0.3);
    }

        .dark .nav-item[b-wb5z3w1y0r]  a.active::before {
            background: linear-gradient(180deg, #60a5fa 0%, #0B5FF4 100%);
            box-shadow: 0 0 16px rgba(96, 165, 250, 0.6);
        }

        .dark .nav-item[b-wb5z3w1y0r]  a.active .mud-icon-root {
            color: #60a5fa;
            filter: drop-shadow(0 0 6px rgba(96, 165, 250, 0.5));
        }

    .dark .nav-item[b-wb5z3w1y0r]  a:hover {
        background: linear-gradient(135deg, rgba(11, 95, 244, 0.15) 0%, rgba(11, 95, 244, 0.08) 100%);
        color: #60a5fa;
    }

.dark .mud-nav-link.active[b-wb5z3w1y0r] {
    background: linear-gradient(135deg, rgba(11, 95, 244, 0.2) 0%, rgba(11, 95, 244, 0.12) 100%) !important;
    color: #60a5fa !important;
    border-left: 3px solid #60a5fa !important;
}

.dark .menu-header:hover[b-wb5z3w1y0r] {
    color: #60a5fa;
}

.dark .submenu:hover[b-wb5z3w1y0r] {
    color: #60a5fa;
    background: linear-gradient(135deg, rgba(11, 95, 244, 0.15) 0%, rgba(11, 95, 244, 0.08) 100%);
}

    .dark .submenu:hover[b-wb5z3w1y0r]::before {
        background: #60a5fa;
        box-shadow: 0 0 10px rgba(96, 165, 250, 0.6);
    }
