@import '_content/Blazor.Flags/Blazor.Flags.bundle.scp.css';
@import '_content/Microtec.Components.Blazor/Microtec.Components.Blazor.mlatnb9apq.bundle.scp.css';

/* /Features/Auth/Pages/login-redirect.razor.rz.scp.css */
/* Main Container */
.auth-portal-container[b-75dovmyvn3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #667eea 50%, #764ba2 75%, #667eea 100%);
    background-size: 400% 400%;
    animation: gradientShift-b-75dovmyvn3 20s ease infinite;
}

/* Animated Background */
.auth-background[b-75dovmyvn3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.floating-particles[b-75dovmyvn3] {
    position: relative;
    width: 100%;
    height: 100%;
}

.particle[b-75dovmyvn3] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: floatParticle-b-75dovmyvn3 15s infinite ease-in-out;
}

.particle-1[b-75dovmyvn3] {
    width: 60px;
    height: 60px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.particle-2[b-75dovmyvn3] {
    width: 40px;
    height: 40px;
    top: 70%;
    left: 80%;
    animation-delay: -3s;
}

.particle-3[b-75dovmyvn3] {
    width: 80px;
    height: 80px;
    top: 30%;
    right: 20%;
    animation-delay: -6s;
}

.particle-4[b-75dovmyvn3] {
    width: 30px;
    height: 30px;
    bottom: 20%;
    left: 30%;
    animation-delay: -9s;
}

.particle-5[b-75dovmyvn3] {
    width: 50px;
    height: 50px;
    top: 60%;
    left: 60%;
    animation-delay: -12s;
}

.particle-6[b-75dovmyvn3] {
    width: 70px;
    height: 70px;
    bottom: 40%;
    right: 10%;
    animation-delay: -15s;
}

/* Content Wrapper */
.auth-content-wrapper[b-75dovmyvn3] {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 500px;
    padding: 2rem;
}

/* Brand Header */
.brand-header[b-75dovmyvn3] {
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(-40px);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .brand-header.animate-in[b-75dovmyvn3] {
        opacity: 1;
        transform: translateY(0);
    }

.brand-logo[b-75dovmyvn3] {
    margin-bottom: 1.5rem;
}

.logo-icon[b-75dovmyvn3] {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: logoFloat-b-75dovmyvn3 3s ease-in-out infinite;
}

.logo-svg[b-75dovmyvn3] {
    width: 40px;
    height: 40px;
    color: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.brand-title[b-75dovmyvn3] {
    font-size: 2.5rem;
    font-weight: 300;
    color: white;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.brand-subtitle[b-75dovmyvn3] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 300;
}

/* Status Card */
.auth-status-card[b-75dovmyvn3] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(30px);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s;
}

    .auth-status-card.animate-in[b-75dovmyvn3] {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

/* Processing State */
.processing-state[b-75dovmyvn3] {
    text-align: center;
}

.loading-complex[b-75dovmyvn3] {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
}

.loading-rings[b-75dovmyvn3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ring[b-75dovmyvn3] {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    animation: spinRing-b-75dovmyvn3 3s linear infinite;
}

.ring-1[b-75dovmyvn3] {
    width: 100%;
    height: 100%;
    border-top-color: rgba(102, 126, 234, 0.8);
    border-right-color: rgba(102, 126, 234, 0.4);
    animation-duration: 2s;
}

.ring-2[b-75dovmyvn3] {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border-left-color: rgba(118, 75, 162, 0.6);
    border-bottom-color: rgba(118, 75, 162, 0.3);
    animation-duration: 2.5s;
    animation-direction: reverse;
}

.ring-3[b-75dovmyvn3] {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    border-top-color: rgba(102, 126, 234, 0.4);
    border-right-color: rgba(102, 126, 234, 0.2);
    animation-duration: 3s;
}

.loading-core[b-75dovmyvn3] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.security-icon[b-75dovmyvn3] {
    width: 24px;
    height: 24px;
    color: #667eea;
    animation: iconPulse-b-75dovmyvn3 2s ease-in-out infinite;
}

.status-text[b-75dovmyvn3] {
    margin-bottom: 2.5rem;
}

.status-title[b-75dovmyvn3] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.025em;
}

.status-description[b-75dovmyvn3] {
    font-size: 1.125rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* Custom Professional Stepper */
.custom-stepper[b-75dovmyvn3] {
    margin: 2.5rem 0;
}

.stepper-track[b-75dovmyvn3] {
    position: relative;
    width: 100%;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.progress-line[b-75dovmyvn3] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.progress-glow[b-75dovmyvn3] {
    position: absolute;
    top: -2px;
    right: -10px;
    width: 20px;
    height: 8px;
    background: radial-gradient(ellipse, rgba(102, 126, 234, 0.6), transparent);
    animation: progressGlow-b-75dovmyvn3 2s ease-in-out infinite;
}

.stepper-steps[b-75dovmyvn3] {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.step-item[b-75dovmyvn3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    transition: all 0.3s ease;
}

.step-circle[b-75dovmyvn3] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f3f4f6;
    border: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.step-item.active .step-circle[b-75dovmyvn3] {
    background: #667eea;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
    animation: stepPulse-b-75dovmyvn3 2s ease-in-out infinite;
}

.step-item.completed .step-circle[b-75dovmyvn3] {
    background: #10b981;
    border-color: #10b981;
    transform: scale(1.1);
}

.step-number[b-75dovmyvn3] {
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
}

.step-item.active .step-number[b-75dovmyvn3] {
    color: white;
}

.step-check[b-75dovmyvn3] {
    color: white;
}

.check-icon[b-75dovmyvn3] {
    width: 20px;
    height: 20px;
}

.step-pulse[b-75dovmyvn3] {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse-dot[b-75dovmyvn3] {
    width: 8px;
    height: 8px;
    background: #667eea;
    border-radius: 50%;
    animation: pulseDot-b-75dovmyvn3 1.5s ease-in-out infinite;
}

.step-content[b-75dovmyvn3] {
    text-align: center;
    max-width: 120px;
}

.step-icon[b-75dovmyvn3] {
    margin-bottom: 0.5rem;
}

.step-svg[b-75dovmyvn3] {
    width: 20px;
    height: 20px;
    color: #9ca3af;
    transition: color 0.3s ease;
}

.step-item.active .step-svg[b-75dovmyvn3],
.step-item.completed .step-svg[b-75dovmyvn3] {
    color: #667eea;
}

.step-label[b-75dovmyvn3] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
}

.step-sublabel[b-75dovmyvn3] {
    display: block;
    font-size: 0.75rem;
    color: #9ca3af;
    line-height: 1.3;
}

/* Progress Statistics */
.progress-stats[b-75dovmyvn3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.stat-item[b-75dovmyvn3] {
    text-align: center;
}

.stat-value[b-75dovmyvn3] {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
    line-height: 1;
}

.stat-label[b-75dovmyvn3] {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
    margin-top: 0.25rem;
}

.stat-divider[b-75dovmyvn3] {
    width: 1px;
    height: 2rem;
    background: #e5e7eb;
}

/* Error State */
.error-state[b-75dovmyvn3] {
    text-align: center;
}

.error-visual[b-75dovmyvn3] {
    margin-bottom: 2rem;
}

.error-icon-wrapper[b-75dovmyvn3] {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.error-rings[b-75dovmyvn3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.error-ring[b-75dovmyvn3] {
    position: absolute;
    border: 2px solid #dc2626;
    border-radius: 50%;
    opacity: 0.3;
    animation: errorRipple-b-75dovmyvn3 2s ease-out infinite;
}

    .error-ring:nth-child(1)[b-75dovmyvn3] {
        width: 100%;
        height: 100%;
        animation-delay: 0s;
    }

    .error-ring:nth-child(2)[b-75dovmyvn3] {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        animation-delay: 1s;
    }

.error-icon[b-75dovmyvn3] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    color: #dc2626;
}

.error-title[b-75dovmyvn3] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #dc2626;
    margin: 0 0 0.5rem 0;
}

.error-message[b-75dovmyvn3] {
    font-size: 1.125rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.error-details-wrapper[b-75dovmyvn3] {
    margin: 1.5rem 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .error-details-wrapper.show[b-75dovmyvn3] {
        opacity: 1;
        max-height: 200px;
    }

.error-details[b-75dovmyvn3] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 1rem;
    text-align: left;
}

.detail-item[b-75dovmyvn3] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

    .detail-item:last-child[b-75dovmyvn3] {
        margin-bottom: 0;
    }

.detail-label[b-75dovmyvn3] {
    font-weight: 500;
    color: #7f1d1d;
}

.detail-value[b-75dovmyvn3] {
    font-family: 'Courier New', monospace;
    color: #991b1b;
}

/* Success State */
.success-state[b-75dovmyvn3] {
    text-align: center;
}

.success-visual[b-75dovmyvn3] {
    margin-bottom: 2rem;
}

.success-icon-wrapper[b-75dovmyvn3] {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.success-rings[b-75dovmyvn3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.success-ring[b-75dovmyvn3] {
    position: absolute;
    border: 2px solid #10b981;
    border-radius: 50%;
    opacity: 0.3;
    animation: successRipple-b-75dovmyvn3 2s ease-out infinite;
}

    .success-ring:nth-child(1)[b-75dovmyvn3] {
        width: 100%;
        height: 100%;
        animation-delay: 0s;
    }

    .success-ring:nth-child(2)[b-75dovmyvn3] {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        animation-delay: 1s;
    }

.success-icon[b-75dovmyvn3] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
}

.checkmark-animation[b-75dovmyvn3] {
    width: 100%;
    height: 100%;
}

.success-svg[b-75dovmyvn3] {
    width: 100%;
    height: 100%;
    color: #10b981;
}

.checkmark-path[b-75dovmyvn3] {
    stroke-dasharray: 24;
    stroke-dashoffset: 24;
    animation: drawCheckmark-b-75dovmyvn3 0.8s ease-out 0.5s forwards;
}

.success-title[b-75dovmyvn3] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #10b981;
    margin: 0 0 0.5rem 0;
}

.success-message[b-75dovmyvn3] {
    font-size: 1.125rem;
    color: #6b7280;
    margin: 0 0 2rem 0;
    line-height: 1.5;
}

.redirect-info[b-75dovmyvn3] {
    margin-bottom: 2rem;
}

.redirect-countdown[b-75dovmyvn3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #374151;
}

.countdown-number[b-75dovmyvn3] {
    font-size: 2rem;
    font-weight: 700;
    color: #10b981;
    min-width: 3rem;
    text-align: center;
    animation: countdownPulse-b-75dovmyvn3 1s ease-in-out infinite;
}

.redirect-progress[b-75dovmyvn3] {
    width: 100%;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
}

.redirect-bar[b-75dovmyvn3] {
    width: 100%;
    height: 100%;
    position: relative;
}

.redirect-fill[b-75dovmyvn3] {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 2px;
    animation: redirectProgress-b-75dovmyvn3 3s linear;
}

/* Action Buttons */
.error-actions[b-75dovmyvn3],
.success-actions[b-75dovmyvn3] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.action-button[b-75dovmyvn3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

    .action-button[b-75dovmyvn3]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }

    .action-button:hover[b-75dovmyvn3]::before {
        left: 100%;
    }

.primary-action[b-75dovmyvn3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

    .primary-action:hover[b-75dovmyvn3] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    }

    .primary-action:disabled[b-75dovmyvn3] {
        opacity: 0.7;
        cursor: not-allowed;
        transform: none;
    }

.secondary-action[b-75dovmyvn3] {
    background: #f8fafc;
    color: #374151;
    border: 1px solid #e5e7eb;
}

    .secondary-action:hover[b-75dovmyvn3] {
        background: #f1f5f9;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.button-icon[b-75dovmyvn3] {
    width: 16px;
    height: 16px;
}

.button-spinner[b-75dovmyvn3] {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-75dovmyvn3 1s linear infinite;
}

.toggle-details[b-75dovmyvn3] {
    background: transparent;
    border: none;
    color: #6b7280;
    font-size: 0.875rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
    padding: 0.5rem;
    transition: color 0.3s ease;
}

    .toggle-details:hover[b-75dovmyvn3] {
        color: #374151;
    }

.toggle-icon[b-75dovmyvn3] {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

    .toggle-icon.rotated[b-75dovmyvn3] {
        transform: rotate(180deg);
    }

/* Security Footer */
.security-footer[b-75dovmyvn3] {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.6s;
}

    .security-footer.animate-in[b-75dovmyvn3] {
        opacity: 1;
        transform: translateY(0);
    }

.security-badge[b-75dovmyvn3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.security-icon[b-75dovmyvn3] {
    width: 24px;
    height: 24px;
    color: #10b981;
}

.security-text[b-75dovmyvn3] {
    text-align: left;
}

.security-title[b-75dovmyvn3] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.security-subtitle[b-75dovmyvn3] {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-links[b-75dovmyvn3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-link[b-75dovmyvn3] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

    .footer-link:hover[b-75dovmyvn3] {
        color: white;
    }

.link-separator[b-75dovmyvn3] {
    color: rgba(255, 255, 255, 0.5);
}

/* Animations */
@keyframes gradientShift-b-75dovmyvn3 {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes floatParticle-b-75dovmyvn3 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-20px) rotate(120deg);
    }

    66% {
        transform: translateY(20px) rotate(240deg);
    }
}

@keyframes logoFloat-b-75dovmyvn3 {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes spinRing-b-75dovmyvn3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes iconPulse-b-75dovmyvn3 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes progressGlow-b-75dovmyvn3 {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

@keyframes stepPulse-b-75dovmyvn3 {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(102, 126, 234, 0.1);
    }
}

@keyframes pulseDot-b-75dovmyvn3 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes errorRipple-b-75dovmyvn3 {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes successRipple-b-75dovmyvn3 {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes drawCheckmark-b-75dovmyvn3 {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes countdownPulse-b-75dovmyvn3 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes redirectProgress-b-75dovmyvn3 {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes spin-b-75dovmyvn3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .auth-content-wrapper[b-75dovmyvn3] {
        padding: 1rem;
    }

    .brand-title[b-75dovmyvn3] {
        font-size: 2rem;
    }

    .auth-status-card[b-75dovmyvn3] {
        padding: 2rem 1.5rem;
    }

    .stepper-steps[b-75dovmyvn3] {
        flex-direction: column;
        gap: 1rem;
    }

    .step-item[b-75dovmyvn3] {
        flex-direction: row;
        text-align: left;
    }

    .step-content[b-75dovmyvn3] {
        max-width: none;
        margin-left: 1rem;
    }

    .error-actions[b-75dovmyvn3],
    .success-actions[b-75dovmyvn3] {
        flex-direction: column;
    }

    .action-button[b-75dovmyvn3] {
        width: 100%;
        justify-content: center;
    }

    .security-badge[b-75dovmyvn3] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-links[b-75dovmyvn3] {
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (max-width: 480px) {
    .auth-content-wrapper[b-75dovmyvn3] {
        padding: 0.5rem;
    }

    .brand-title[b-75dovmyvn3] {
        font-size: 1.75rem;
    }

    .auth-status-card[b-75dovmyvn3] {
        padding: 1.5rem 1rem;
    }

    .loading-complex[b-75dovmyvn3],
    .error-icon-wrapper[b-75dovmyvn3],
    .success-icon-wrapper[b-75dovmyvn3] {
        width: 80px;
        height: 80px;
    }

    .progress-stats[b-75dovmyvn3] {
        flex-direction: column;
        gap: 1rem;
    }

    .stat-divider[b-75dovmyvn3] {
        width: 100%;
        height: 1px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .auth-status-card[b-75dovmyvn3] {
        background: rgba(31, 41, 55, 0.95);
        border: 1px solid rgba(75, 85, 99, 0.3);
    }

    .status-title[b-75dovmyvn3] {
        color: #f9fafb;
    }

    .progress-stats[b-75dovmyvn3] {
        background: rgba(31, 41, 55, 0.8);
        border: 1px solid rgba(75, 85, 99, 0.2);
    }

    .error-details[b-75dovmyvn3] {
        background: rgba(127, 29, 29, 0.2);
        border-color: rgba(220, 38, 38, 0.3);
    }

    .secondary-action[b-75dovmyvn3] {
        background: rgba(31, 41, 55, 0.8);
        color: #f9fafb;
        border-color: rgba(75, 85, 99, 0.3);
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .auth-status-card[b-75dovmyvn3] {
        border: 3px solid #000;
    }

    .step-circle[b-75dovmyvn3] {
        border-width: 3px;
    }

    .action-button[b-75dovmyvn3] {
        border: 2px solid currentColor;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *[b-75dovmyvn3], *[b-75dovmyvn3]::before, *[b-75dovmyvn3]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* /Features/Auth/Pages/Login.razor.rz.scp.css */
.login-container[b-9dz6iz5527] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

    .login-container[b-9dz6iz5527]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255,255,255,0.1) 0%, transparent 50%);
        animation: backgroundMove-b-9dz6iz5527 20s ease-in-out infinite;
    }

@keyframes backgroundMove-b-9dz6iz5527 {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

.login-card[b-9dz6iz5527] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 480px;
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: cardSlideIn-b-9dz6iz5527 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes cardSlideIn-b-9dz6iz5527 {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.login-header[b-9dz6iz5527] {
    animation: headerFadeIn-b-9dz6iz5527 0.8s ease-out 0.2s both;
}

@keyframes headerFadeIn-b-9dz6iz5527 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-icon-wrapper[b-9dz6iz5527] {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.login-icon[b-9dz6iz5527] {
    font-size: 4rem !important;
    color: #667eea;
    animation: iconPulse-b-9dz6iz5527 2s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(102, 126, 234, 0.3));
}

@keyframes iconPulse-b-9dz6iz5527 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.login-title[b-9dz6iz5527] {
    font-weight: 700 !important;
    color: #1a202c;
    margin-bottom: 0.5rem !important;
    font-size: 2.25rem !important;
    line-height: 1.2;
}

.login-subtitle[b-9dz6iz5527] {
    color: #64748b;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.login-form[b-9dz6iz5527] {
    animation: formSlideIn-b-9dz6iz5527 0.8s ease-out 0.4s both;
}

@keyframes formSlideIn-b-9dz6iz5527 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-group[b-9dz6iz5527] {
    position: relative;
}

.login-input[b-9dz6iz5527] {
    transition: all 0.3s ease;
}

    .login-input .mud-input-control[b-9dz6iz5527] {
        border-radius: 12px !important;
    }

    .login-input .mud-input-control-input-container[b-9dz6iz5527] {
        border-radius: 12px !important;
        border: 2px solid #e2e8f0;
        background: #fafafa;
        transition: all 0.3s ease;
    }

    .login-input:hover .mud-input-control-input-container[b-9dz6iz5527] {
        border-color: #667eea;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

    .login-input .mud-input-control-input-container.mud-input-control-input-container-focus[b-9dz6iz5527] {
        border-color: #667eea !important;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
    }

.form-options[b-9dz6iz5527] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}

.remember-checkbox .mud-checkbox-content[b-9dz6iz5527] {
    color: #4a5568;
    font-weight: 500;
}

.login-button[b-9dz6iz5527] {
    height: 56px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-transform: none !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4) !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

    .login-button[b-9dz6iz5527]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.5s;
    }

    .login-button:hover[b-9dz6iz5527]::before {
        left: 100%;
    }

    .login-button:hover[b-9dz6iz5527] {
        transform: translateY(-2px) !important;
        box-shadow: 0 12px 32px rgba(102, 126, 234, 0.5) !important;
    }

    .login-button:active[b-9dz6iz5527] {
        transform: translateY(0) !important;
    }

    .login-button:disabled[b-9dz6iz5527] {
        opacity: 0.7 !important;
        transform: none !important;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2) !important;
    }

.error-alert[b-9dz6iz5527] {
    border-left: 4px solid #ef4444 !important;
    animation: alertSlideIn-b-9dz6iz5527 0.3s ease-out;
}

.success-alert[b-9dz6iz5527] {
    border-left: 4px solid #10b981 !important;
    animation: alertSlideIn-b-9dz6iz5527 0.3s ease-out;
}

@keyframes alertSlideIn-b-9dz6iz5527 {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.additional-options[b-9dz6iz5527] {
    animation: optionsFadeIn-b-9dz6iz5527 0.8s ease-out 0.6s both;
}

@keyframes optionsFadeIn-b-9dz6iz5527 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.forgot-link[b-9dz6iz5527] {
    color: #667eea !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

    .forgot-link:hover[b-9dz6iz5527] {
        color: #5a67d8 !important;
        transform: translateX(2px);
    }

.register-link[b-9dz6iz5527] {
    color: #64748b !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .register-link:hover[b-9dz6iz5527] {
        color: #4a5568 !important;
    }

.security-notice[b-9dz6iz5527] {
    padding: 0.75rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border-radius: 8px;
    border: 1px solid #a7f3d0;
    animation: securityFadeIn-b-9dz6iz5527 0.8s ease-out 0.8s both;
}

@keyframes securityFadeIn-b-9dz6iz5527 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.security-text[b-9dz6iz5527] {
    color: #059669 !important;
    font-weight: 500;
}

.login-footer[b-9dz6iz5527] {
    animation: footerFadeIn-b-9dz6iz5527 0.8s ease-out 1s both;
}

@keyframes footerFadeIn-b-9dz6iz5527 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.footer-text[b-9dz6iz5527] {
    color: #94a3b8 !important;
}

.footer-link[b-9dz6iz5527] {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

    .footer-link:hover[b-9dz6iz5527] {
        color: #667eea !important;
    }

/* Responsive Design */
@media (max-width: 640px) {
    .login-container[b-9dz6iz5527] {
        padding: 1rem;
    }

    .login-card[b-9dz6iz5527] {
        margin: 0;
        border-radius: 16px !important;
    }

    .mud-container[b-9dz6iz5527] {
        padding: 1.5rem !important;
    }

    .login-title[b-9dz6iz5527] {
        font-size: 1.875rem !important;
    }

    .login-icon[b-9dz6iz5527] {
        font-size: 3rem !important;
    }

    .additional-options .mud-stack[b-9dz6iz5527] {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Loading Animation */
.mud-progress-circular[b-9dz6iz5527] {
    animation: spin 1s linear infinite;
}

/* Focus styles for accessibility */
.login-button:focus[b-9dz6iz5527] {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 2px;
}

.forgot-link:focus[b-9dz6iz5527],
.footer-link:focus[b-9dz6iz5527] {
    outline: 2px solid rgba(102, 126, 234, 0.5);
    outline-offset: 2px;
    border-radius: 4px;
}
/* /Features/Companies/Pages/CompaniesPage.razor.rz.scp.css */
.mud-chip[b-4e2hw4b2rf] {
    font-size: 0.75rem;
}
/* /Features/Companies/Pages/EditCompanyPage.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   EditCompanyPage — Scoped Styles
   ═══════════════════════════════════════════════════════════════════ */

/* ── Hero Card ──────────────────────────────────────────────────── */

.company-hero-card[b-844zn0frz0] {
    border-radius: 16px;
    overflow: hidden;
}

.hero-gradient-strip[b-844zn0frz0] {
    height: 5px;
    background: linear-gradient(
        90deg,
        var(--mud-palette-primary) 0%,
        var(--mud-palette-secondary) 100%
    );
}

.hero-body[b-844zn0frz0] {
    padding: 28px 28px 20px;
}

.hero-name[b-844zn0frz0] {
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.25;
}

/* Email + phone strip */
.hero-contact-row[b-844zn0frz0] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--mud-palette-text-secondary);
    font-size: 0.875rem;
}

.hero-contact-item[b-844zn0frz0] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Status chip + action buttons row */
.hero-status-row[b-844zn0frz0] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid var(--mud-palette-divider);
    margin-top: 16px;
    padding-top: 14px;
}

/* ── Tabs Card ──────────────────────────────────────────────────── */

.tabs-card[b-844zn0frz0] {
    border-radius: 16px;
    overflow: hidden;
}

/* ── Form Section Headers ───────────────────────────────────────── */

.form-section-header[b-844zn0frz0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-left: 3px solid var(--mud-palette-primary);
    border-radius: 0 8px 8px 0;
    background-color: var(--mud-palette-background-grey);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    letter-spacing: 0.2px;
}

/* ── Save Footer (bottom of each tab) ──────────────────────────── */

.tab-save-footer[b-844zn0frz0] {
    display: flex;
    justify-content: flex-end;
    padding: 16px 0 4px;
    border-top: 1px solid var(--mud-palette-divider);
    margin-top: 24px;
}
/* /Features/Companies/Pages/Tabs/AddressTab.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════
   AddressTab scoped styles
   Supports: LTR / RTL, light / dark mode, responsive
   ═══════════════════════════════════════════════════════════ */

/* ─ Form panel card ─────────────────────────────────────────
   Wraps all form fields on the left column.
   height:100% + box-sizing lets it stretch to match the map
   column height (both columns are flex siblings in MudGrid). */
.address-form-panel[b-xcg3nfxzsm] {
    height: 100%;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid var(--mud-palette-lines-inputs);
    border-radius: 12px;
    background-color: var(--mud-palette-surface);
}

/* ─ Coordinates row: section header + auto-sync chip ─────── */
.address-coords-header[b-xcg3nfxzsm] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.address-sync-hint[b-xcg3nfxzsm] {
    padding-inline-start: 4px;
}

/* ─ Map wrapper: fills grid column, fixed-height card ─────── */
.address-map-wrapper[b-xcg3nfxzsm] {
    height: 100%;
    min-height: 530px;
}

/* Force the map component (MudPaper root) to fill wrapper */
.address-map-wrapper .microtec-google-map[b-xcg3nfxzsm] {
    height: 100%;
    min-height: 530px;
    border-radius: 12px !important;
    overflow: hidden;
}

/* ─ Map loading placeholder ─────────────────────────────── */
.address-map-placeholder[b-xcg3nfxzsm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 530px;
    border: 2px dashed var(--mud-palette-lines-inputs);
    border-radius: 12px;
    background-color: var(--mud-palette-background-grey);
    gap: 4px;
}

/* ─ Responsive — mobile ─────────────────────────────────── */
@media (max-width: 959px) {
    .address-form-panel[b-xcg3nfxzsm] {
        height: auto;
    }

    .address-map-wrapper[b-xcg3nfxzsm],
    .address-map-placeholder[b-xcg3nfxzsm] {
        min-height: 420px;
    }

    .address-map-wrapper .microtec-google-map[b-xcg3nfxzsm] {
        min-height: 420px;
    }
}

/* ─ Dark mode ───────────────────────────────────────────── */
.mud-theme-dark .address-form-panel[b-xcg3nfxzsm] {
    border-color: rgba(255, 255, 255, 0.12);
    background-color: var(--mud-palette-surface);
}

.mud-theme-dark .address-map-placeholder[b-xcg3nfxzsm] {
    border-color: rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.04);
}


[dir="rtl"] .address-sync-hint[b-xcg3nfxzsm] {
    padding-inline-start: 4px;
}
/* /Features/Companies/Pages/Tabs/BranchesTab.razor.rz.scp.css */
/* BranchesTab scoped styles — intentionally minimal.
   Global grid and tab styles live in shared-components.css */
/* /Features/InvitedUsers/Pages/ConfirmInvitedUserPage.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   ConfirmInvitedUserPage — Component Styles
   Palette: Primary #1A90B0 · Success #3f995d · Error #EC2408
   ═══════════════════════════════════════════════════════════════ */

/* ─── Entrance animation ─────────────────────────────────────── */
.ci-enter[b-54ult2g358] {
    animation: ciEnter-b-54ult2g358 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ciEnter-b-54ult2g358 {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0);    }
}

/* ═══ LOADING ════════════════════════════════════════════════════ */
.ci-center[b-54ult2g358] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ci-loader[b-54ult2g358] {
    position: relative;
    width: 72px;
    height: 72px;
    margin-bottom: 1.25rem;
}

.ci-loader-ring[b-54ult2g358] {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    animation: ciSpin-b-54ult2g358 linear infinite;
}

.ci-loader-ring--1[b-54ult2g358] {
    inset: 0;
    border-top-color: #1A90B0;
    animation-duration: 1s;
}

.ci-loader-ring--2[b-54ult2g358] {
    inset: 10px;
    border-top-color: rgba(26,144,176,.45);
    animation-direction: reverse;
    animation-duration: 1.6s;
}

.ci-loader-core[b-54ult2g358] {
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A90B0, #0d5a70);
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes ciSpin-b-54ult2g358 {
    to { transform: rotate(360deg); }
}

.ci-loader-title[b-54ult2g358] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
    margin: 0 0 5px;
}

.ci-loader-sub[b-54ult2g358] {
    font-size: 0.825rem;
    color: var(--mud-palette-text-secondary);
    margin: 0;
}

/* ═══ FORM WRAP ══════════════════════════════════════════════════ */
.ci-form-wrap[b-54ult2g358] {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Header row: icon + title */
.ci-form-head[b-54ult2g358] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 1.25rem;
}

.ci-form-icon[b-54ult2g358] {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg, #1A90B0, #0d6a85);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(26,144,176,.35);
}

.ci-form-title[b-54ult2g358] {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--mud-palette-text-primary);
    letter-spacing: -0.4px;
    margin: 0 0 2px;
    line-height: 1.2;
}

.ci-form-sub[b-54ult2g358] {
    font-size: 0.8rem;
    color: var(--mud-palette-text-secondary);
    margin: 0;
    line-height: 1.4;
}

/* Invite info pills */
.ci-invite-row[b-54ult2g358] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 1.5rem;
}

.ci-invite-pill[b-54ult2g358] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(26,144,176,.08);
    border: 1px solid rgba(26,144,176,.2);
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #1A90B0;
    max-width: 260px;
    overflow: hidden;
}

.ci-invite-pill span[b-54ult2g358] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ─── Step label ─────────────────────────────────────────────── */
.ci-step-label[b-54ult2g358] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    color: var(--mud-palette-text-secondary);
    margin-bottom: 10px;
    margin-top: 16px;
}

.ci-step-num[b-54ult2g358] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1A90B0;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ─── Field helpers ──────────────────────────────────────────── */
.ci-name-row[b-54ult2g358] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 420px) {
    .ci-name-row[b-54ult2g358] {
        grid-template-columns: 1fr;
    }
}

/* Gap utility for floating-label fields that follow another element */
[b-54ult2g358] .ci-field-gap {
    margin-top: 14px;
}

/* ─── Password strength ──────────────────────────────────────── */
.ci-strength[b-54ult2g358] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ci-strength-bar[b-54ult2g358] {
    display: flex;
    gap: 4px;
    flex: 1;
}

.ci-bar-seg[b-54ult2g358] {
    flex: 1;
    height: 3px;
    border-radius: 99px;
    background: var(--mud-palette-lines-default);
    transition: background-color 0.3s ease;
}

.ci-bar--weak[b-54ult2g358]    { background: #EC2408; }
.ci-bar--fair[b-54ult2g358]    { background: #C4930A; }
.ci-bar--strong[b-54ult2g358]  { background: #1A90B0; }
.ci-bar--vstrong[b-54ult2g358] { background: #3f995d; }

.ci-strength-txt[b-54ult2g358] {
    font-size: 0.67rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 62px;
    text-align: right;
    white-space: nowrap;
}

.ci-str--weak[b-54ult2g358]    { color: #EC2408; }
.ci-str--fair[b-54ult2g358]    { color: #C4930A; }
.ci-str--strong[b-54ult2g358]  { color: #1A90B0; }
.ci-str--vstrong[b-54ult2g358] { color: #3f995d; }

/* ─── CTA button ─────────────────────────────────────────────── */
.ci-btn[b-54ult2g358] {
    width: 100%;
    margin-top: 20px;
    padding: 13px 20px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #1A90B0 0%, #0d6a85 100%);
    color: #fff;
    font-size: 0.925rem;
    font-weight: 700;
    letter-spacing: 0.15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow:
        0 1px 3px rgba(26,144,176,.25),
        0 5px 18px rgba(26,144,176,.3);
}

.ci-btn[b-54ult2g358]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.13) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.2s;
}

.ci-btn:hover:not(:disabled)[b-54ult2g358]::after { opacity: 1; }

.ci-btn:hover:not(:disabled)[b-54ult2g358] {
    transform: translateY(-2px);
    box-shadow:
        0 2px 6px rgba(26,144,176,.3),
        0 10px 28px rgba(26,144,176,.35);
}

.ci-btn:active:not(:disabled)[b-54ult2g358] {
    transform: translateY(0);
}

.ci-btn:disabled[b-54ult2g358] {
    opacity: 0.65;
    cursor: not-allowed;
}

.ci-btn--busy[b-54ult2g358] {
    background: linear-gradient(135deg, #127a97 0%, #0a5568 100%);
}

.ci-btn--green[b-54ult2g358] {
    background: linear-gradient(135deg, #3f995d 0%, #2d7244 100%);
    box-shadow:
        0 1px 3px rgba(63,153,93,.25),
        0 5px 18px rgba(63,153,93,.3);
}

.ci-btn--green:hover:not(:disabled)[b-54ult2g358] {
    box-shadow:
        0 2px 6px rgba(63,153,93,.3),
        0 10px 28px rgba(63,153,93,.35);
}

.ci-btn-spin[b-54ult2g358] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: ciSpin-b-54ult2g358 0.65s linear infinite;
    flex-shrink: 0;
}

/* Legal text */
.ci-legal[b-54ult2g358] {
    font-size: 0.7rem;
    color: var(--mud-palette-text-disabled);
    text-align: center;
    margin: 10px 0 0;
    line-height: 1.6;
}

.ci-legal a[b-54ult2g358] {
    color: #1A90B0;
    text-decoration: none;
    font-weight: 600;
}

.ci-legal a:hover[b-54ult2g358] { text-decoration: underline; }

/* ═══ STATE CARD (invalid + success) ════════════════════════════ */
.ci-state-card[b-54ult2g358] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 360px;
    width: 100%;
}

.ci-state-h[b-54ult2g358] {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: var(--mud-palette-text-primary);
    margin: 0 0 10px;
}

.ci-state-p[b-54ult2g358] {
    font-size: 0.875rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.7;
    margin: 0 0 1.75rem;
}

/* ─── Invalid icon ───────────────────────────────────────────── */
.ci-invalid-icon[b-54ult2g358] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(236,36,8,.08);
    border: 1.5px solid rgba(236,36,8,.18);
    color: #EC2408;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.ci-outline-btn[b-54ult2g358] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1.5px solid var(--mud-palette-lines-default);
    background: transparent;
    color: var(--mud-palette-text-secondary);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease;
}

.ci-outline-btn:hover[b-54ult2g358] {
    border-color: #EC2408;
    color: #EC2408;
    background: rgba(236,36,8,.04);
}

/* ─── Success rings ──────────────────────────────────────────── */
.ci-success-rings[b-54ult2g358] {
    position: relative;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ci-success-r[b-54ult2g358] {
    position: absolute;
    border-radius: 50%;
    animation: ciRingIn-b-54ult2g358 0.55s ease both;
}

.ci-success-r--outer[b-54ult2g358] {
    inset: 0;
    background: rgba(63,153,93,.1);
    animation-delay: 0s;
}

.ci-success-r--inner[b-54ult2g358] {
    inset: 12px;
    background: rgba(63,153,93,.16);
    animation-delay: 0.08s;
}

.ci-success-icon[b-54ult2g358] {
    position: absolute;
    inset: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3f995d, #2d7244);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: ciPopIn-b-54ult2g358 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.18s both;
}

@keyframes ciRingIn-b-54ult2g358 {
    from { transform: scale(0.4); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}

@keyframes ciPopIn-b-54ult2g358 {
    from { transform: scale(0.4); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}

/* SVG stroke-draw checkmark */
.ci-check-svg[b-54ult2g358] {
    width: 30px;
    height: 30px;
}

.ci-check-circle[b-54ult2g358] {
    stroke: rgba(255,255,255,.3);
    stroke-width: 1.5;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: ciDraw-b-54ult2g358 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

.ci-check-tick[b-54ult2g358] {
    stroke: #fff;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: ciDraw-b-54ult2g358 0.35s cubic-bezier(0.65, 0, 0.45, 1) 0.82s forwards;
}

@keyframes ciDraw-b-54ult2g358 {
    to { stroke-dashoffset: 0; }
}
/* /Features/OnlinePayment/Pages/ConfirmOnlinePaymentPage.razor.rz.scp.css */
/* ── Keyframes ─────────────────────────────────────────────────── */
@keyframes spin-b-49hmvtjcg6 {
    to { transform: rotate(360deg); }
}

@keyframes step-spin-b-49hmvtjcg6 {
    to { transform: rotate(360deg); }
}

/* ── Confirmation Container ─────────────────────────────────────── */
.confirmation-container[b-49hmvtjcg6] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafaf9;
    padding: 2rem 1rem;
}

/* ── Confirmation Card ──────────────────────────────────────────── */
.confirmation-card[b-49hmvtjcg6] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 3rem 2rem;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    text-align: center;
}

/* ── CSS Spinner (Loading) ──────────────────────────────────────── */
.spinner-wrapper[b-49hmvtjcg6] {
    margin-bottom: 2rem;
}

.spinner[b-49hmvtjcg6] {
    width: 4rem;
    height: 4rem;
    border: 0.375rem solid #e9ecef;
    border-top-color: rgb(26, 144, 176);
    border-radius: 50%;
    animation: spin-b-49hmvtjcg6 1s linear infinite;
    margin: 0 auto;
}

/* ── Success / Error Icons ──────────────────────────────────────── */
.success-icon[b-49hmvtjcg6],
.error-icon[b-49hmvtjcg6] {
    margin-bottom: 1.5rem;
}

.success-icon svg[b-49hmvtjcg6] {
    width: 5rem;
    height: 5rem;
    color: #36a19b;
    display: block;
    margin: 0 auto;
}

.error-icon svg[b-49hmvtjcg6] {
    width: 5rem;
    height: 5rem;
    color: #dc3545;
    display: block;
    margin: 0 auto;
}

/* ── Typography ─────────────────────────────────────────────────── */
.status-title[b-49hmvtjcg6] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 1rem 0;
}

.status-message[b-49hmvtjcg6] {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

.status-message strong[b-49hmvtjcg6] {
    color: rgb(26, 144, 176);
    font-weight: 700;
}

/* ── Progress Steps ─────────────────────────────────────────────── */
.progress-steps[b-49hmvtjcg6] {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding: 0 1rem;
}

.step[b-49hmvtjcg6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.step[b-49hmvtjcg6]::after {
    content: '';
    position: absolute;
    top: 1.25rem;
    left: 50%;
    right: -50%;
    height: 2px;
    background: #e9ecef;
    z-index: 0;
}

.step:last-child[b-49hmvtjcg6]::after {
    display: none;
}

.step.active[b-49hmvtjcg6]::after {
    background: rgb(26, 144, 176);
}

.step-icon[b-49hmvtjcg6] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #e9ecef;
    color: #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.step.active .step-icon[b-49hmvtjcg6] {
    background: rgb(26, 144, 176);
    color: #ffffff;
}

.step-icon.loading[b-49hmvtjcg6] {
    background: rgb(26, 144, 176);
    color: #ffffff;
}

.step-spinner[b-49hmvtjcg6] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: step-spin-b-49hmvtjcg6 0.8s linear infinite;
}

.step-label[b-49hmvtjcg6] {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
    text-align: center;
}

.step.active .step-label[b-49hmvtjcg6] {
    color: #212529;
    font-weight: 600;
}

/* ── Info / Error Boxes ─────────────────────────────────────────── */
.info-box[b-49hmvtjcg6],
.error-box[b-49hmvtjcg6] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 4px solid rgb(26, 144, 176);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    text-align: left;
}

.error-box[b-49hmvtjcg6] {
    background: #fff5f5;
    border-left-color: #dc3545;
}

.box-icon[b-49hmvtjcg6] {
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: rgb(26, 144, 176);
}

.error-box .box-icon[b-49hmvtjcg6] {
    color: #dc3545;
}

.info-box p[b-49hmvtjcg6],
.error-box p[b-49hmvtjcg6] {
    margin: 0;
    font-size: 0.9375rem;
    color: #495057;
    line-height: 1.5;
}

/* ── Buttons ────────────────────────────────────────────────────── */
.btn-primary[b-49hmvtjcg6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background: rgb(26, 144, 176);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
    font-family: inherit;
    margin-bottom: 0.5rem;
}

.btn-primary:hover[b-49hmvtjcg6] {
    background: rgba(26, 144, 176, 0.9);
    transform: translateY(-1px);
}

.action-buttons[b-49hmvtjcg6] {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
    justify-content: center;
}

.btn-outline[b-49hmvtjcg6] {
    flex: 1;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: rgb(26, 144, 176);
    background: transparent;
    border: 2px solid rgb(26, 144, 176);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
    font-family: inherit;
}

.btn-outline:hover[b-49hmvtjcg6] {
    background: rgba(26, 144, 176, 0.05);
}

.btn-secondary[b-49hmvtjcg6] {
    flex: 1;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    background: #6c757d;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
    font-family: inherit;
}

.btn-secondary:hover[b-49hmvtjcg6] {
    background: #5a6268;
}

/* ── Redirect Note ──────────────────────────────────────────────── */
.redirect-note[b-49hmvtjcg6] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 1rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.redirect-note svg[b-49hmvtjcg6] {
    color: rgb(26, 144, 176);
    flex-shrink: 0;
}

.redirect-note strong[b-49hmvtjcg6] {
    color: #212529;
    font-weight: 600;
}

/* ── Help Text ──────────────────────────────────────────────────── */
.help-text[b-49hmvtjcg6] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 1.5rem 0 0 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
}

.help-icon[b-49hmvtjcg6] {
    color: rgb(26, 144, 176);
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.help-text code[b-49hmvtjcg6] {
    background: #f8f9fa;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    color: #495057;
    font-family: 'Courier New', monospace;
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .confirmation-card[b-49hmvtjcg6] {
        padding: 2rem 1.5rem;
    }

    .status-title[b-49hmvtjcg6] {
        font-size: 1.5rem;
    }

    .success-icon svg[b-49hmvtjcg6],
    .error-icon svg[b-49hmvtjcg6] {
        width: 4rem;
        height: 4rem;
    }

    .progress-steps[b-49hmvtjcg6] {
        padding: 0;
    }

    .step-label[b-49hmvtjcg6] {
        font-size: 0.625rem;
    }

    .action-buttons[b-49hmvtjcg6] {
        flex-direction: column;
    }

    .btn-outline[b-49hmvtjcg6],
    .btn-secondary[b-49hmvtjcg6] {
        width: 100%;
    }
}
/* /Features/OnlinePayment/Pages/PaymentLinkPage.razor.rz.scp.css */
/* ── Keyframes ─────────────────────────────────────────────────── */
@keyframes shimmer-b-cbrl2pbeg7 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes pulse-lock-b-cbrl2pbeg7 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ── Main Container ─────────────────────────────────────────────── */
.payment_link[b-cbrl2pbeg7] {
    min-height: 100vh;
    background: #fafaf9;
    padding: 2rem 1rem;
}

.page_content[b-cbrl2pbeg7] {
    max-width: 1200px;
    margin: 0 auto;
}

/* ── Two-column grid ────────────────────────────────────────────── */
.pl-grid[b-cbrl2pbeg7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: flex-start;
}

.pl-left[b-cbrl2pbeg7],
.pl-right[b-cbrl2pbeg7] {
    display: flex;
    flex-direction: column;
}

/* ── Logo & Header ──────────────────────────────────────────────── */
.logo-container[b-cbrl2pbeg7] {
    margin-bottom: 2rem;
}

.logo-image[b-cbrl2pbeg7] {
    max-width: 180px;
    height: auto;
    display: block;
}

.page-title[b-cbrl2pbeg7] {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.page-subtitle[b-cbrl2pbeg7] {
    font-size: 1rem;
    color: #6c757d;
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
}

.page-subtitle strong[b-cbrl2pbeg7] {
    color: rgb(26, 144, 176);
    font-weight: 700;
}

/* ── Card base (shared) ─────────────────────────────────────────── */
.info-section[b-cbrl2pbeg7],
.billing-section[b-cbrl2pbeg7],
.payment-card-left[b-cbrl2pbeg7],
.summary-card[b-cbrl2pbeg7] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: box-shadow 0.2s ease;
}

.info-section:hover[b-cbrl2pbeg7],
.billing-section:hover[b-cbrl2pbeg7],
.summary-card:hover[b-cbrl2pbeg7] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* ── Section Title (shared) ─────────────────────────────────────── */
.section-title[b-cbrl2pbeg7] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

/* ── Account Info Section ───────────────────────────────────────── */
.info-section[b-cbrl2pbeg7] {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.info-grid[b-cbrl2pbeg7] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.info-item[b-cbrl2pbeg7] {
    display: flex;
    flex-direction: column;
}

.info-label[b-cbrl2pbeg7] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.375rem;
}

.info-value[b-cbrl2pbeg7] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

/* ── Billing Section ────────────────────────────────────────────── */
.billing-section[b-cbrl2pbeg7] {
    padding: 1.5rem;
}

.form-grid[b-cbrl2pbeg7] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-field[b-cbrl2pbeg7] {
    display: flex;
    flex-direction: column;
}

.form-field.full-width[b-cbrl2pbeg7] {
    grid-column: 1 / -1;
}

.field-label[b-cbrl2pbeg7] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.field-input[b-cbrl2pbeg7] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.9375rem;
    color: #212529;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.field-input:hover[b-cbrl2pbeg7] {
    border-color: #bcc4cc;
}

.field-input:focus[b-cbrl2pbeg7] {
    outline: none;
    border-color: rgb(26, 144, 176);
    box-shadow: 0 0 0 0.2rem rgba(26, 144, 176, 0.1);
}

.field-input[b-cbrl2pbeg7]::placeholder {
    color: #adb5bd;
}

.field-input.uppercase[b-cbrl2pbeg7] {
    text-transform: uppercase;
}

.field-hint[b-cbrl2pbeg7] {
    font-size: 0.75rem;
    color: #adb5bd;
    margin-top: 0.25rem;
}

.field-error[b-cbrl2pbeg7] {
    font-size: 0.75rem;
    color: #dc3545;
    margin-top: 0.25rem;
    font-weight: 500;
}

.submit-button[b-cbrl2pbeg7] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background: rgb(26, 144, 176);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: inherit;
}

.submit-button:hover:not(.disabled)[b-cbrl2pbeg7] {
    background: rgba(26, 144, 176, 0.9);
    transform: translateY(-1px);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.submit-button:active:not(.disabled)[b-cbrl2pbeg7] {
    transform: translateY(0);
}

.submit-button.disabled[b-cbrl2pbeg7] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* ── Payment Card Left (widget) ─────────────────────────────────── */
.payment-card-left[b-cbrl2pbeg7] {
    padding: 2.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%) !important;
    border: 1px solid rgba(26, 144, 176, 0.1);
    border-left: none !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(26, 144, 176, 0.04) !important;
    position: relative;
    overflow: hidden;
}

.payment-card-left[b-cbrl2pbeg7]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(26, 144, 176) 0%, rgba(26, 200, 230, 1) 100%);
    animation: shimmer-b-cbrl2pbeg7 3s ease-in-out infinite;
}

.payment-title[b-cbrl2pbeg7] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 2rem 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: -0.02em;
}

.payment-title svg[b-cbrl2pbeg7] {
    color: rgb(26, 144, 176);
    animation: pulse-lock-b-cbrl2pbeg7 2s ease-in-out infinite;
    flex-shrink: 0;
}

.payment-widget-wrapper[b-cbrl2pbeg7] {
    width: 100%;
}

/* ── Summary Card ───────────────────────────────────────────────── */
.summary-card[b-cbrl2pbeg7] {
    padding: 1.5rem;
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.summary-title[b-cbrl2pbeg7] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.currency-badge[b-cbrl2pbeg7] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgb(26, 144, 176);
    background: rgba(26, 144, 176, 0.1);
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
}

.currency-icon[b-cbrl2pbeg7] {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.summary-section[b-cbrl2pbeg7] {
    margin: 0.75rem 0;
}

.section-label[b-cbrl2pbeg7] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.summary-item[b-cbrl2pbeg7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.summary-item:last-of-type[b-cbrl2pbeg7] {
    border-bottom: none;
}

.item-name[b-cbrl2pbeg7] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.item-quantity[b-cbrl2pbeg7] {
    font-size: 0.75rem;
    color: #adb5bd;
    font-weight: 400;
}

.item-name.feature-name[b-cbrl2pbeg7] {
    padding-left: 1.5rem;
    font-size: 0.8125rem;
    color: #adb5bd;
}

.item-price[b-cbrl2pbeg7] {
    font-size: 0.875rem;
    color: #212529;
    font-weight: 700;
}

.summary-item.feature-item[b-cbrl2pbeg7] {
    padding: 0.5rem 0;
    border-bottom: none;
}

.feature-limit[b-cbrl2pbeg7] {
    font-size: 0.75rem;
    color: #adb5bd;
    font-style: italic;
}

.summary-item.subtotal[b-cbrl2pbeg7] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 2px solid #dee2e6;
}

.summary-item.subtotal .item-name[b-cbrl2pbeg7] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #212529;
}

.summary-item.subtotal .item-price[b-cbrl2pbeg7] {
    font-size: 1rem;
}

.summary-item.total[b-cbrl2pbeg7] {
    background: rgb(26, 144, 176);
    color: #ffffff;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 0.75rem;
    border-bottom: none;
}

.summary-item.total .item-name[b-cbrl2pbeg7],
.summary-item.total .item-price[b-cbrl2pbeg7] {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
}

.summary-divider[b-cbrl2pbeg7] {
    height: 1px;
    background: #e9ecef;
    margin: 0.75rem 0;
}

/* ── Status Container ───────────────────────────────────────────── */
.status-container[b-cbrl2pbeg7] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem;
    background: #fafaf9;
}

.status-card[b-cbrl2pbeg7] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-width: 400px;
    width: 100%;
}

.status-card h3[b-cbrl2pbeg7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 0.5rem 0;
}

.status-card p[b-cbrl2pbeg7] {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.status-spinner-wrap[b-cbrl2pbeg7] {
    margin-bottom: 1.5rem;
}

.status-spinner[b-cbrl2pbeg7] {
    width: 4rem;
    height: 4rem;
    border: 0.375rem solid #e9ecef;
    border-top-color: rgb(26, 144, 176);
    border-radius: 50%;
    animation: spin-b-cbrl2pbeg7 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-cbrl2pbeg7 {
    to { transform: rotate(360deg); }
}

.status-icon-wrap[b-cbrl2pbeg7] {
    margin-bottom: 1rem;
}

.status-icon-wrap svg[b-cbrl2pbeg7] {
    width: 4rem;
    height: 4rem;
    display: block;
    margin: 0 auto;
}

.status-card.success .status-icon-wrap svg[b-cbrl2pbeg7] {
    color: #36a19b;
}

.status-card.loading .status-icon-wrap svg[b-cbrl2pbeg7] {
    color: rgb(26, 144, 176);
}

.status-card.error .status-icon-wrap svg[b-cbrl2pbeg7] {
    color: #dc3545;
}

.status-card.info .status-icon-wrap svg[b-cbrl2pbeg7] {
    color: rgb(26, 144, 176);
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .info-grid[b-cbrl2pbeg7] {
        grid-template-columns: 1fr;
    }

    .form-grid[b-cbrl2pbeg7] {
        grid-template-columns: 1fr;
    }

    .form-field.full-width[b-cbrl2pbeg7] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .payment_link[b-cbrl2pbeg7] {
        padding: 1rem 0.5rem;
    }

    .page-title[b-cbrl2pbeg7] {
        font-size: 1.5rem;
    }

    .page-subtitle[b-cbrl2pbeg7] {
        font-size: 0.875rem;
    }

    .pl-grid[b-cbrl2pbeg7] {
        grid-template-columns: 1fr;
    }

    .pl-right[b-cbrl2pbeg7] {
        order: -1;
    }

    .info-section[b-cbrl2pbeg7],
    .billing-section[b-cbrl2pbeg7],
    .payment-card-left[b-cbrl2pbeg7] {
        padding: 1.25rem;
    }

    .summary-card[b-cbrl2pbeg7] {
        position: static;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .status-card[b-cbrl2pbeg7] {
        padding: 2rem 1.5rem;
    }

    .status-icon-wrap svg[b-cbrl2pbeg7] {
        width: 3rem;
        height: 3rem;
    }

    .status-card h3[b-cbrl2pbeg7] {
        font-size: 1.25rem;
    }
}
/* /Features/Subscriptions/Pages/SubscriptionsPage.razor.rz.scp.css */
/* Card Container */
.subscription-card[b-qdiay22ply] {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--mud-palette-divider);
    border-radius: var(--mud-default-borderradius);
    overflow: hidden;
    background: var(--mud-palette-background);
}

.subscription-card:hover[b-qdiay22ply] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--mud-palette-primary);
}

/* Card Header */
.card-header[b-qdiay22ply] {
    padding: 20px 20px 16px 20px;
    background: linear-gradient(135deg, var(--mud-palette-primary-lighten) 0%, var(--mud-palette-background) 100%);
    border-bottom: 1px solid var(--mud-palette-divider);
    border-radius: var(--mud-default-borderradius) var(--mud-default-borderradius) 0 0;
}

[b-qdiay22ply] .card-header .mud-typography-h6 {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

/* Billing Chip */
.billing-chip[b-qdiay22ply] {
    height: 24px;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: var(--mud-palette-primary-lighten) !important;
    color: var(--mud-palette-primary) !important;
}

/* Validity Section */
.validity-section[b-qdiay22ply] {
    padding: 16px 7px;
}

.date-text[b-qdiay22ply] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

[b-qdiay22ply] .validity-section .mud-progress-linear {
    height: 6px;
}

/* Renew Alert */
.renew-alert[b-qdiay22ply] {
    margin-top: 12px;
    font-size: 0.75rem;
    padding: 8px 12px;
}

/* Card Actions */
.card-actions[b-qdiay22ply] {
    padding: 0 !important;
    margin-top: auto;
    background: var(--mud-palette-background);
}

/* Quick Actions Grid */
.quick-actions-grid[b-qdiay22ply] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 0;
}

.quick-action-card[b-qdiay22ply] {
    cursor: pointer;
    transition: background-color 0.25s ease;
    border: none;
    border-right: 1px solid var(--mud-palette-divider);
    border-radius: 0;
    background: var(--mud-palette-background);
    position: relative;
    padding: 20px 16px;
}

.quick-action-card:last-child[b-qdiay22ply] {
    border-right: none;
}

.quick-action-card:hover[b-qdiay22ply] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.04);
}

/* Action Content Layout */
.action-content[b-qdiay22ply] {
    cursor:pointer;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.action-icon-wrapper[b-qdiay22ply] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mud-palette-primary-lighten);
    transition: background-color 0.25s ease;
    flex-shrink: 0;
}

.quick-action-card:hover .action-icon-wrapper[b-qdiay22ply] {
    background: var(--mud-palette-primary);
}

.quick-action-card:hover .action-icon-wrapper[b-qdiay22ply]  .mud-icon-root {
    color: white !important;
}

.action-text[b-qdiay22ply] {
    text-align: center;
    width: 100%;
}

.action-label[b-qdiay22ply] {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 2px;
    color: var(--mud-palette-text-primary);
    line-height: 1.2;
    transition: color 0.25s ease;
}

.quick-action-card:hover .action-label[b-qdiay22ply] {
    color: var(--mud-palette-primary);
}

.action-sublabel[b-qdiay22ply] {
    font-size: 0.7rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1;
}

/* Card Content */
[b-qdiay22ply] .mud-card-content {
    flex-grow: 1;
    padding: 20px;
}

/* Primary Dashboard Button */
.primary-dashboard-btn[b-qdiay22ply] {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    padding: 18px 24px !important;
    box-shadow: none !important;
    transition: background-color 0.25s ease;
    margin: 0 !important;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.primary-dashboard-btn:hover[b-qdiay22ply] {
    filter: brightness(1.1);
}

.primary-dashboard-btn:hover[b-qdiay22ply] {
    background-color: var(--mud-palette-primary-darken) !important;
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(var(--mud-palette-primary-rgb), 0.3) !important;
    border-top-color: rgba(255, 255, 255, 0.2);
}

.primary-dashboard-btn:active[b-qdiay22ply] {
    transform: scale(0.98);
    box-shadow: 0 4px 12px rgba(var(--mud-palette-primary-rgb), 0.2) !important;
}

/* Responsive Design */
@media (max-width: 960px) {
    .subscription-card[b-qdiay22ply] {
        margin-bottom: 16px;
    }
    
    .card-header[b-qdiay22ply] {
        padding: 16px;
    }
    
    .quick-action-card[b-qdiay22ply] {
        padding: 16px 12px;
    }
    
    .action-icon-wrapper[b-qdiay22ply] {
        width: 48px;
        height: 48px;
    }
    
    .primary-dashboard-btn[b-qdiay22ply] {
        padding: 16px 20px !important;
    }
}

@media (max-width: 600px) {
    .date-text[b-qdiay22ply] {
        font-size: 0.8rem;
    }
    
    .quick-action-card[b-qdiay22ply] {
        padding: 14px 10px;
    }
    
    .action-icon-wrapper[b-qdiay22ply] {
        width: 44px;
        height: 44px;
    }
    
    .action-content[b-qdiay22ply] {
        gap: 8px;
    }
    
    .action-label[b-qdiay22ply] {
        font-size: 0.75rem;
    }
    
    .action-sublabel[b-qdiay22ply] {
        font-size: 0.65rem;
    }
    
    .primary-dashboard-btn[b-qdiay22ply] {
        padding: 14px 16px !important;
        font-size: 0.875rem;
    }
}

/* Status Chip Colors */
[b-qdiay22ply] .mud-chip.mud-chip-color-success {
    background-color: rgba(76, 175, 80, 0.12) !important;
    color: rgb(46, 125, 50) !important;
}

[b-qdiay22ply] .mud-chip.mud-chip-color-warning {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: rgb(230, 81, 0) !important;
}

[b-qdiay22ply] .mud-chip.mud-chip-color-error {
    background-color: rgba(244, 67, 54, 0.12) !important;
    color: rgb(198, 40, 40) !important;
}

/* Dark Mode Adjustments */
@media (prefers-color-scheme: dark) {
    .subscription-card[b-qdiay22ply] {
        border-color: rgba(255, 255, 255, 0.12);
    }
    
    .subscription-card:hover[b-qdiay22ply] {
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    }
    
    .validity-section[b-qdiay22ply] {
    }
    
    .card-header[b-qdiay22ply] {
        background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.1) 0%, transparent 100%);
        border-bottom-color: rgba(255, 255, 255, 0.12);
    }
    
    .quick-action-card[b-qdiay22ply] {
        border-right-color: rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.02);
    }
    
    .quick-action-card:hover[b-qdiay22ply] {
        background: rgba(255, 255, 255, 0.05);
        box-shadow: 
            0 10px 30px -5px rgba(0, 0, 0, 0.3),
            0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.3) inset;
    }
    
    .quick-action-card[b-qdiay22ply]::after {
        background: linear-gradient(to top, rgba(var(--mud-palette-primary-rgb), 0.15), transparent);
    }
    
    .action-icon-wrapper[b-qdiay22ply] {
        background: rgba(var(--mud-palette-primary-rgb), 0.15);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    
    .primary-dashboard-btn[b-qdiay22ply] {
        border-top-color: rgba(255, 255, 255, 0.05);
    }
    
    .primary-dashboard-btn:hover[b-qdiay22ply] {
        border-top-color: rgba(255, 255, 255, 0.15);
    }
}
/* /Features/Users/Pages/UsersPage.razor.rz.scp.css */
.mud-chip[b-k09khb580x] {
    font-size: 0.75rem;
}
/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-t01z314pfs] {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.auth-form-container[b-t01z314pfs] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    padding: 2rem;
}

@media (max-width: 960px) {
    .auth-layout .mud-grid .mud-grid-item:first-child[b-t01z314pfs] {
        min-height: 300px;
    }
}
/* /Layout/EmptyLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   EmptyLayout — Full-width version of PublicLayout (no left panel)
   Same controls, same surface, same font — just full viewport width
   ═══════════════════════════════════════════════════════════════ */

.el-root[b-z9cgn37jpz] {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--mud-palette-surface);
    font-family: "Zain", sans-serif;
}

/* Cascade Zain to all native elements */
[b-z9cgn37jpz] button,
[b-z9cgn37jpz] input,
[b-z9cgn37jpz] textarea,
[b-z9cgn37jpz] label,
[b-z9cgn37jpz] p,
[b-z9cgn37jpz] h1,
[b-z9cgn37jpz] h2,
[b-z9cgn37jpz] h3,
[b-z9cgn37jpz] span,
[b-z9cgn37jpz] a,
[b-z9cgn37jpz] li {
    font-family: "Zain", sans-serif;
}

/* ── Controls: lang + theme — top right ────────────────────────── */
.el-controls[b-z9cgn37jpz] {
    position: fixed;
    top: 20px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 100;
}

/* Language pill toggle */
.el-lang[b-z9cgn37jpz] {
    display: flex;
    background: var(--mud-palette-action-default-hover);
    border-radius: 8px;
    padding: 3px;
    gap: 2px;
}

.el-lang-btn[b-z9cgn37jpz] {
    border: none;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: transparent;
    color: var(--mud-palette-text-secondary);
    transition: all 0.15s ease;
    line-height: 1;
}

.el-lang-btn:hover[b-z9cgn37jpz] {
    color: var(--mud-palette-text-primary);
}

.el-lang-btn--on[b-z9cgn37jpz] {
    background: var(--mud-palette-surface);
    color: #1A90B0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

/* Theme toggle */
.el-theme-btn[b-z9cgn37jpz] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
}

.el-theme-btn:hover[b-z9cgn37jpz] {
    border-color: #1A90B0;
    color: #1A90B0;
    background: rgba(26, 144, 176, .06);
}

/* ── Page body ──────────────────────────────────────────────────── */
.el-body[b-z9cgn37jpz] {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: none;
}

.el-body[b-z9cgn37jpz]::-webkit-scrollbar {
    display: none;
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .el-controls[b-z9cgn37jpz] {
        top: 12px;
        right: 16px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Fix for mini drawer width and overflow */
.drawer-mini[b-40jlr6o37z] {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
}

.drawer-expanded[b-40jlr6o37z] {
    width: 260px !important;
}

/* Ensure drawer content doesn't overflow */
.mud-drawer .mud-drawer-content[b-40jlr6o37z] {
    overflow: visible !important;
    width: 100% !important;
}

/* Fix main content positioning for mini drawer */
.mud-layout:has(.drawer-mini) .mud-main-content[b-40jlr6o37z] {
    margin-left: 72px !important;
}

.mud-layout:has(.drawer-expanded) .mud-main-content[b-40jlr6o37z] {
    margin-left: 260px !important;
}
/* /Layout/PublicLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   PublicLayout — Senior-level split-screen, no-scroll
   Palette: Primary #1A90B0 · Panel #0a3a46
   ═══════════════════════════════════════════════════════════════ */

/* ─── Root: full viewport, no scroll ────────────────────────── */
.pl-root[b-xvxurg4238] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    font-family: "Zain", sans-serif;
}

/* Cascade Zain to all native elements not covered by MudTheme */
[b-xvxurg4238] button,
[b-xvxurg4238] input,
[b-xvxurg4238] textarea,
[b-xvxurg4238] label,
[b-xvxurg4238] p,
[b-xvxurg4238] h1,
[b-xvxurg4238] h2,
[b-xvxurg4238] h3,
[b-xvxurg4238] span,
[b-xvxurg4238] a,
[b-xvxurg4238] li {
    font-family: "Zain", sans-serif;
}

/* ═══ LEFT PANEL ═════════════════════════════════════════════════ */
.pl-left[b-xvxurg4238] {
    flex: 0 0 42%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #051e26 0%, #0a3a46 45%, #0d5061 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Subtle dot-grid texture */
.pl-mesh[b-xvxurg4238] {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

/* Ambient glow orbs */
.pl-orb[b-xvxurg4238] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
}

.pl-orb--1[b-xvxurg4238] {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(26,144,176,.25) 0%, transparent 70%);
    top: -120px;
    right: -80px;
}

.pl-orb--2[b-xvxurg4238] {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(78,205,196,.15) 0%, transparent 70%);
    bottom: -80px;
    left: -40px;
}

.pl-orb--3[b-xvxurg4238] {
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(91,119,162,.2) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Decorative rings */
.pl-ring[b-xvxurg4238] {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.06);
    pointer-events: none;
}

.pl-ring--1[b-xvxurg4238] {
    width: 420px;
    height: 420px;
    bottom: -140px;
    right: -140px;
}

.pl-ring--2[b-xvxurg4238] {
    width: 260px;
    height: 260px;
    bottom: -60px;
    right: -60px;
}

/* Content wrapper */
.pl-left-body[b-xvxurg4238] {
    position: relative;
    z-index: 1;
    padding: 2rem 2.5rem;
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pl-left-body .pl-welcome[b-xvxurg4238],
.pl-left-body .pl-headline[b-xvxurg4238],
.pl-left-body .pl-sub-en[b-xvxurg4238] {
    width: 100%;
}

/* Logo */
.pl-logo-wrap[b-xvxurg4238] {
    margin-bottom: 2rem;
}

.pl-logo[b-xvxurg4238] {
    height: 48px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    display: block;
    margin: 0 auto;
}

/* Arabic welcome */
.pl-welcome[b-xvxurg4238] {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255,255,255,.6);
    letter-spacing: 0.3px;
    margin: 0 0 6px;
    direction: rtl;
    text-align: right;
    width: 100%;
}

.pl-headline[b-xvxurg4238] {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    direction: rtl;
    text-align: right;
    width: 100%;
}

.pl-headline-accent[b-xvxurg4238] {
    color: #4ecdc4;
}

.pl-sub-en[b-xvxurg4238] {
    font-size: 0.8rem;
    color: rgba(255,255,255,.4);
    letter-spacing: 0.4px;
    margin: 0;
    text-align: left;
    width: 100%;
}

/* Divider */
.pl-sep[b-xvxurg4238] {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #1A90B0, #4ecdc4);
    border-radius: 2px;
    margin: 1.5rem 0;
}

/* Feature list */
.pl-feats[b-xvxurg4238] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.pl-feats li[b-xvxurg4238] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: rgba(255,255,255,.8);
    direction: rtl;
}

.pl-check[b-xvxurg4238] {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(26,144,176,.25);
    border: 1px solid rgba(26,144,176,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4ecdc4;
}

/* Trust badges */
.pl-trust[b-xvxurg4238] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pl-trust-item[b-xvxurg4238] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.72rem;
    color: rgba(255,255,255,.45);
    font-weight: 500;
}

.pl-trust-dot[b-xvxurg4238] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
}

/* ═══ RIGHT PANEL ════════════════════════════════════════════════ */
.pl-right[b-xvxurg4238] {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: var(--mud-palette-surface);
    display: flex;
    flex-direction: column;
}

/* Controls: lang + theme — top right */
.pl-controls[b-xvxurg4238] {
    position: absolute;
    top: 20px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

/* Language pill toggle */
.pl-lang[b-xvxurg4238] {
    display: flex;
    background: var(--mud-palette-action-default-hover);
    border-radius: 8px;
    padding: 3px;
    gap: 2px;
}

.pl-lang-btn[b-xvxurg4238] {
    border: none;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: transparent;
    color: var(--mud-palette-text-secondary);
    transition: all 0.15s ease;
    line-height: 1;
}

.pl-lang-btn:hover[b-xvxurg4238] {
    color: var(--mud-palette-text-primary);
}

.pl-lang-btn--on[b-xvxurg4238] {
    background: var(--mud-palette-surface);
    color: #1A90B0;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

/* Theme toggle */
.pl-theme-btn[b-xvxurg4238] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
}

.pl-theme-btn:hover[b-xvxurg4238] {
    border-color: #1A90B0;
    color: #1A90B0;
    background: rgba(26,144,176,.06);
}

/* Page content — centred in right panel */
.pl-right-body[b-xvxurg4238] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
    overflow-y: auto;
    /* Hide scrollbar but allow scroll if needed */
    scrollbar-width: none;
}

.pl-right-body[b-xvxurg4238]::-webkit-scrollbar {
    display: none;
}

/* ─── Responsive: hide left panel on small screens ──────────── */
@media (max-width: 768px) {
    .pl-left[b-xvxurg4238] {
        display: none;
    }

    .pl-right[b-xvxurg4238] {
        width: 100%;
    }

    .pl-right-body[b-xvxurg4238] {
        padding: 4rem 1.5rem 2rem;
    }

    .pl-controls[b-xvxurg4238] {
        top: 12px;
        right: 16px;
    }
}
/* /Pages/AccessDeniedPage.razor.rz.scp.css */

.access-denied-container[b-2j5v55nzz1] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    padding: 2rem;
}

.access-denied-content[b-2j5v55nzz1] {
    text-align: center;
    max-width: 600px;
}

.security-illustration[b-2j5v55nzz1] {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shield-container[b-2j5v55nzz1] {
    position: relative;
}

.shield-icon[b-2j5v55nzz1] {
    font-size: 6rem !important;
    color: #dc2626;
    animation: pulse-b-2j5v55nzz1 2s infinite;
}

.lock-container[b-2j5v55nzz1] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lock-icon[b-2j5v55nzz1] {
    font-size: 2.5rem !important;
    color: #ffffff;
    background: #dc2626;
    border-radius: 50%;
    padding: 0.5rem;
    animation: lockShake-b-2j5v55nzz1 1s ease-in-out 2s;
}

.error-message[b-2j5v55nzz1] {
    margin-bottom: 3rem;
}

.error-title[b-2j5v55nzz1] {
    color: #dc2626;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.error-subtitle[b-2j5v55nzz1] {
    color: #991b1b;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.error-description[b-2j5v55nzz1] {
    color: #6b7280;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

.user-info[b-2j5v55nzz1] {
    margin-bottom: 3rem;
}

.user-card[b-2j5v55nzz1] {
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #fecaca;
}

.user-details[b-2j5v55nzz1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-avatar[b-2j5v55nzz1] {
    font-size: 2.5rem !important;
    color: #dc2626;
    background: #fee2e2;
    border-radius: 50%;
    padding: 0.5rem;
}

.user-name[b-2j5v55nzz1] {
    color: #374151;
    font-weight: 600;
}

.user-role[b-2j5v55nzz1] {
    color: #6b7280;
}

.access-actions[b-2j5v55nzz1] {
    margin-bottom: 3rem;
}

.action-button[b-2j5v55nzz1] {
    min-width: 140px;
    border-radius: 8px !important;
    font-weight: 600;
    text-transform: none;
}

.logout-button:hover[b-2j5v55nzz1] {
    background-color: #fef2f2 !important;
}

.help-section[b-2j5v55nzz1] {
    margin-bottom: 2rem;
}

.help-panel[b-2j5v55nzz1] {
    background: white;
    border-radius: 8px;
    border: 1px solid #fecaca;
}

.help-title[b-2j5v55nzz1] {
    display: flex;
    align-items: center;
    color: #dc2626;
    font-weight: 600;
}

.help-content[b-2j5v55nzz1] {
    padding: 1rem 0;
}

.access-footer[b-2j5v55nzz1] {
    padding-top: 2rem;
}

.security-notice[b-2j5v55nzz1] {
    margin-bottom: 1rem;
    border-color: #f59e0b !important;
}

.footer-text[b-2j5v55nzz1] {
    color: #9ca3af;
    font-family: 'Courier New', monospace;
}

@keyframes pulse-b-2j5v55nzz1 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes lockShake-b-2j5v55nzz1 {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate(-50%, -50%) rotate(-5deg);
    }

    20%, 40%, 60%, 80% {
        transform: translate(-50%, -50%) rotate(5deg);
    }
}

@media (max-width: 768px) {
    .shield-icon[b-2j5v55nzz1] {
        font-size: 4rem !important;
    }

    .lock-icon[b-2j5v55nzz1] {
        font-size: 2rem !important;
    }

    .access-actions .mud-stack[b-2j5v55nzz1] {
        flex-direction: column;
        align-items: center;
    }

    .action-button[b-2j5v55nzz1] {
        width: 100%;
        max-width: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shield-icon[b-2j5v55nzz1],
    .lock-icon[b-2j5v55nzz1] {
        animation: none;
    }
}

/* /Pages/NotFoundPage.razor.rz.scp.css */
.not-found-container[b-gdn9kvuqph] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem;
}

.not-found-content[b-gdn9kvuqph] {
    text-align: center;
    max-width: 600px;
}

.not-found-illustration[b-gdn9kvuqph] {
    margin-bottom: 3rem;
    position: relative;
}

.error-code[b-gdn9kvuqph] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}

    .error-code span[b-gdn9kvuqph] {
        font-size: 8rem;
        line-height: 1;
        animation: bounce-b-gdn9kvuqph 2s infinite;
    }

.four[b-gdn9kvuqph] {
    color: #667eea;
    animation-delay: 0s;
}

.zero[b-gdn9kvuqph] {
    color: #764ba2;
    animation-delay: 0.2s;
    margin: 0 1rem;
}

.illustration-graphic[b-gdn9kvuqph] {
    position: relative;
}

.search-icon[b-gdn9kvuqph] {
    font-size: 4rem !important;
    color: #94a3b8;
    animation: float-b-gdn9kvuqph 3s ease-in-out infinite;
}

.error-message[b-gdn9kvuqph] {
    margin-bottom: 3rem;
}

.error-title[b-gdn9kvuqph] {
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 1rem;
}

.error-description[b-gdn9kvuqph] {
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

.error-actions[b-gdn9kvuqph] {
    margin-bottom: 3rem;
}

.action-button[b-gdn9kvuqph] {
    min-width: 140px;
    border-radius: 8px !important;
    font-weight: 600;
    text-transform: none;
}

.additional-help[b-gdn9kvuqph] {
    margin-bottom: 2rem;
}

.help-panel[b-gdn9kvuqph] {
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.help-title[b-gdn9kvuqph] {
    display: flex;
    align-items: center;
    color: #475569;
    font-weight: 600;
}

.help-content[b-gdn9kvuqph] {
    padding: 1rem 0;
}

.error-footer[b-gdn9kvuqph] {
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.footer-text[b-gdn9kvuqph] {
    color: #94a3b8;
    font-family: 'Courier New', monospace;
}

@keyframes bounce-b-gdn9kvuqph {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes float-b-gdn9kvuqph {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media (max-width: 768px) {
    .error-code span[b-gdn9kvuqph] {
        font-size: 6rem;
    }

    .zero[b-gdn9kvuqph] {
        margin: 0 0.5rem;
    }

    .error-actions .mud-stack[b-gdn9kvuqph] {
        flex-direction: column;
        align-items: center;
    }

    .action-button[b-gdn9kvuqph] {
        width: 100%;
        max-width: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .error-code span[b-gdn9kvuqph],
    .search-icon[b-gdn9kvuqph] {
        animation: none;
    }
}

