/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vuthutgsyj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vuthutgsyj] {
    flex: 1;
}

.sidebar[b-vuthutgsyj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vuthutgsyj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vuthutgsyj]  a, .top-row[b-vuthutgsyj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vuthutgsyj]  a:hover, .top-row[b-vuthutgsyj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vuthutgsyj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vuthutgsyj] {
        justify-content: space-between;
    }

    .top-row[b-vuthutgsyj]  a, .top-row[b-vuthutgsyj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vuthutgsyj] {
        flex-direction: row;
    }

    .sidebar[b-vuthutgsyj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vuthutgsyj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vuthutgsyj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vuthutgsyj], article[b-vuthutgsyj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vuthutgsyj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vuthutgsyj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eh3r7apin8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: oklch(97% 0.01 260);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    list-style: none;
    border: 1px solid oklch(54% 0.03 252 / 0.45);
    border-radius: 0.6rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler[b-eh3r7apin8]::-webkit-details-marker {
    display: none;
}

.mobile-nav-shell[b-eh3r7apin8] {
    display: block;
}

.sr-only[b-eh3r7apin8] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.navbar-toggler:hover[b-eh3r7apin8],
.navbar-toggler:focus-visible[b-eh3r7apin8] {
    background-color: oklch(47% 0.055 250 / 0.55);
}

.navbar-toggler:focus-visible[b-eh3r7apin8] {
    outline: 3px solid oklch(79% 0.09 245 / 0.45);
    outline-offset: 2px;
}

.top-row[b-eh3r7apin8] {
    min-height: 3.5rem;
    background-color: oklch(32% 0.04 252 / 0.72);
}

.navbar-brand[b-eh3r7apin8] {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
}

.bi[b-eh3r7apin8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-eh3r7apin8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-eh3r7apin8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-eh3r7apin8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-eh3r7apin8] {
    font-size: 0.94rem;
    padding-bottom: 0.35rem;
}

    .nav-item:first-of-type[b-eh3r7apin8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eh3r7apin8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eh3r7apin8]  a {
        color: oklch(92% 0.015 260);
        border-radius: 0.6rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-inline: 0.85rem;
        transition: background-color 170ms ease-out, color 170ms ease-out;
    }

.nav-item[b-eh3r7apin8]  a.active {
    background-color: oklch(61% 0.06 248 / 0.72);
    color: oklch(98% 0.01 260);
}

.nav-item[b-eh3r7apin8]  a:hover {
    background-color: oklch(50% 0.05 248 / 0.45);
    color: oklch(98% 0.01 260);
}

.nav-item[b-eh3r7apin8]  a:focus-visible {
    outline: 3px solid oklch(79% 0.09 245 / 0.45);
    outline-offset: 2px;
}

.nav-scrollable[b-eh3r7apin8] {
    display: none;
}

.mobile-nav-shell[open] .nav-scrollable[b-eh3r7apin8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eh3r7apin8] {
        display: none;
    }

    .mobile-nav-shell[b-eh3r7apin8] {
        display: block;
    }

    .nav-scrollable[b-eh3r7apin8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* User Info Styles */
.nav-divider[b-eh3r7apin8] {
    border: 0;
    border-top: 1px solid oklch(57% 0.03 252 / 0.45);
    margin: 0.5rem 0;
}

.user-info[b-eh3r7apin8] {
    padding-bottom: 0;
}

.user-display[b-eh3r7apin8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background-color: oklch(42% 0.04 252 / 0.5);
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
}

.user-avatar[b-eh3r7apin8] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, oklch(63% 0.09 240), oklch(54% 0.1 285));
    border-radius: 50%;
    color: oklch(98% 0.01 260);
}

.user-avatar .bi[b-eh3r7apin8] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    top: 0;
}

.bi-person-circle[b-eh3r7apin8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.user-details[b-eh3r7apin8] {
    flex: 1;
    min-width: 0;
}

.user-email[b-eh3r7apin8] {
    display: block;
    color: oklch(97% 0.01 260);
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-logout[b-eh3r7apin8] {
    width: 100%;
    background: none;
    border: none;
    color: oklch(92% 0.015 260);
    border-radius: 0.6rem;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 0 1rem;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 170ms ease-out, color 170ms ease-out;
}

.btn-logout:hover[b-eh3r7apin8] {
    background-color: oklch(56% 0.12 25 / 0.2);
    color: oklch(86% 0.06 20);
}

.btn-logout:focus[b-eh3r7apin8] {
    outline: 3px solid oklch(79% 0.09 245 / 0.45);
    outline-offset: 2px;
}

.btn-logout .bi[b-eh3r7apin8] {
    margin-right: 0.75rem;
}

.bi-box-arrow-right[b-eh3r7apin8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-box-arrow-in-right[b-eh3r7apin8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-in-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-info-circle-fill[b-eh3r7apin8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-info-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3E%3C/svg%3E");
}

/* Accessibility - Focus Visible */
.btn-logout:focus-visible[b-eh3r7apin8] {
    outline: 3px solid oklch(79% 0.09 245 / 0.45);
    outline-offset: 2px;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .user-email[b-eh3r7apin8] {
        font-size: 0.8rem;
    }

    .user-avatar[b-eh3r7apin8] {
        width: 2rem;
        height: 2rem;
    }

    .user-avatar .bi[b-eh3r7apin8] {
        width: 1.25rem;
        height: 1.25rem;
    }
}
/* /Components/Pages/AccessDenied.razor.rz.scp.css */
/* Access Denied Page Scoped Styles - WCAG 2.1 AA Compliant */

.access-denied-container[b-ihan3dormw] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.access-denied-card[b-ihan3dormw] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 0;
    max-width: 550px;
    width: 100%;
    animation: slideIn-b-ihan3dormw 0.3s ease-out;
    overflow: hidden;
}

@keyframes slideIn-b-ihan3dormw {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.access-denied-header[b-ihan3dormw] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.access-denied-header h1[b-ihan3dormw] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.access-denied-header i[b-ihan3dormw] {
    font-size: 1.75rem;
}

.access-denied-body[b-ihan3dormw] {
    padding: 2rem;
}

.access-denied-message[b-ihan3dormw] {
    margin-bottom: 1.5rem;
}

.access-denied-message .lead[b-ihan3dormw] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.access-denied-message p[b-ihan3dormw] {
    color: #6b7280;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.access-denied-message p:last-child[b-ihan3dormw] {
    margin-bottom: 0;
}

.btn-login[b-ihan3dormw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    width: 100%;
    margin-top: 1rem;
}

.btn-login:hover[b-ihan3dormw] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.btn-login:active[b-ihan3dormw] {
    transform: translateY(0);
}

.btn-login:focus[b-ihan3dormw] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

.btn-login i[b-ihan3dormw] {
    font-size: 1.125rem;
}

.access-denied-footer[b-ihan3dormw] {
    padding: 1.5rem 2rem;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.access-denied-footer a[b-ihan3dormw] {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.15s ease-in-out;
}

.access-denied-footer a:hover[b-ihan3dormw] {
    color: #374151;
    text-decoration: none;
}

.access-denied-footer i[b-ihan3dormw] {
    font-size: 1rem;
}

.icon-shield[b-ihan3dormw] {
    width: 4rem;
    height: 4rem;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.icon-shield i[b-ihan3dormw] {
    font-size: 2rem;
    color: #f59e0b;
}

/* Authorized variant (different color) */
.access-denied-header--forbidden[b-ihan3dormw] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.icon-shield--forbidden[b-ihan3dormw] {
    background: rgba(239, 68, 68, 0.1);
}

.icon-shield--forbidden i[b-ihan3dormw] {
    color: #ef4444;
}

/* Responsive Design */
@media (max-width: 576px) {
    .access-denied-card[b-ihan3dormw] {
        border-radius: 8px;
    }

    .access-denied-header[b-ihan3dormw] {
        padding: 1.25rem 1.5rem;
    }

    .access-denied-header h1[b-ihan3dormw] {
        font-size: 1.25rem;
    }

    .access-denied-header i[b-ihan3dormw] {
        font-size: 1.5rem;
    }

    .access-denied-body[b-ihan3dormw] {
        padding: 1.5rem;
    }

    .access-denied-message .lead[b-ihan3dormw] {
        font-size: 1rem;
    }

    .btn-login[b-ihan3dormw] {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }

    .access-denied-footer[b-ihan3dormw] {
        padding: 1.25rem 1.5rem;
    }

    .icon-shield[b-ihan3dormw] {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 1rem;
    }

    .icon-shield i[b-ihan3dormw] {
        font-size: 1.75rem;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .access-denied-card[b-ihan3dormw] {
        border: 2px solid #000;
    }

    .access-denied-footer[b-ihan3dormw] {
        border-top-width: 2px;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .access-denied-card[b-ihan3dormw] {
        animation: none;
    }

    .btn-login[b-ihan3dormw],
    .access-denied-footer a[b-ihan3dormw] {
        transition: none;
    }

    .btn-login:hover[b-ihan3dormw] {
        transform: none;
    }
}

/* Focus Visible for Keyboard Navigation */
.btn-login:focus-visible[b-ihan3dormw],
.access-denied-footer a:focus-visible[b-ihan3dormw] {
    outline: 3px solid #667eea;
    outline-offset: 2px;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .access-denied-card[b-ihan3dormw] {
        background: #1f2937;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    }

    .access-denied-message .lead[b-ihan3dormw] {
        color: #f9fafb;
    }

    .access-denied-message p[b-ihan3dormw] {
        color: #d1d5db;
    }

    .access-denied-footer[b-ihan3dormw] {
        background-color: #111827;
        border-top-color: #374151;
    }

    .access-denied-footer a[b-ihan3dormw] {
        color: #9ca3af;
    }

    .access-denied-footer a:hover[b-ihan3dormw] {
        color: #d1d5db;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-shell[b-jupwslc154] {
    --surface-base: oklch(98% 0.01 88);
    --surface-raised: oklch(95% 0.014 88);
    --surface-emphasis: oklch(91% 0.02 88);
    --ink-strong: oklch(30% 0.03 260);
    --ink-soft: oklch(43% 0.02 252);
    --line-soft: oklch(82% 0.015 95);
    --accent: oklch(54% 0.13 235);
    --accent-ink: oklch(97% 0.01 90);
    --accent-quiet: oklch(94% 0.025 235);

    display: grid;
    gap: 2.75rem;
    padding: 2.25rem clamp(1rem, 2.5vw, 2.5rem) 3rem;
    background: linear-gradient(165deg, var(--surface-base), var(--surface-raised));
}

.hero[b-jupwslc154] {
    max-width: 68ch;
    display: grid;
    gap: 0.75rem;
}

.hero-kicker[b-jupwslc154] {
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 650;
}

.hero h1[b-jupwslc154] {
    margin: 0;
    font-size: clamp(1.75rem, 3.4vw, 2.7rem);
    line-height: 1.12;
    color: var(--ink-strong);
    text-wrap: balance;
}

.hero-copy[b-jupwslc154] {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 64ch;
}

.action-layout[b-jupwslc154] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.4fr 1fr;
    align-items: stretch;
}

.action-primary[b-jupwslc154],
.action-secondary[b-jupwslc154] {
    border: 1px solid var(--line-soft);
    border-radius: 1rem;
    background: var(--surface-base);
}

.action-primary[b-jupwslc154] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.35rem;
}

.action-icon[b-jupwslc154] {
    inline-size: 3rem;
    block-size: 3rem;
    border-radius: 0.8rem;
    background: var(--accent-quiet);
    color: var(--accent);
    display: grid;
    place-items: center;
    font-size: 1.35rem;
}

.action-content[b-jupwslc154] {
    display: grid;
    gap: 0.75rem;
    align-content: start;
}

.action-content h2[b-jupwslc154],
.action-secondary h2[b-jupwslc154] {
    margin: 0;
    font-size: 1.32rem;
    line-height: 1.24;
    color: var(--ink-strong);
}

.action-content p[b-jupwslc154] {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.5;
    max-width: 52ch;
}

[b-jupwslc154] .action-button,
[b-jupwslc154] .action-link {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-decoration: none;
    font-weight: 620;
    transition: background-color 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out;
}

[b-jupwslc154] .action-button {
    background: var(--accent);
    color: var(--accent-ink);
    border: 1px solid var(--accent);
    border-radius: 0.7rem;
    padding: 0.65rem 1rem;
}

[b-jupwslc154] .action-button:hover,
[b-jupwslc154] .action-button:focus-visible {
    background: oklch(49% 0.13 235);
    border-color: oklch(49% 0.13 235);
}

[b-jupwslc154] .action-button:focus-visible,
[b-jupwslc154] .action-link:focus-visible {
    outline: 3px solid oklch(74% 0.1 235 / 0.45);
    outline-offset: 2px;
}

.action-secondary[b-jupwslc154] {
    padding: 1.3rem;
    display: grid;
    gap: 1rem;
    background: linear-gradient(180deg, var(--surface-base), var(--surface-emphasis));
}

.checklist[b-jupwslc154] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
    color: var(--ink-soft);
}

.checklist li[b-jupwslc154] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.5rem;
    line-height: 1.45;
}

.checklist .bi[b-jupwslc154] {
    color: var(--accent);
    transform: translateY(0.08rem);
}

[b-jupwslc154] .action-link {
    color: var(--ink-strong);
    border: 1px solid var(--line-soft);
    border-radius: 0.7rem;
    padding: 0.58rem 0.9rem;
    background: var(--surface-base);
}

[b-jupwslc154] .action-link:hover,
[b-jupwslc154] .action-link:focus-visible {
    background: var(--accent-quiet);
    border-color: oklch(73% 0.035 235);
}

@media (max-width: 860px) {
    .action-layout[b-jupwslc154] {
        grid-template-columns: 1fr;
    }
}

@media (pointer: coarse) {
    [b-jupwslc154] .action-button,
    [b-jupwslc154] .action-link {
        min-height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [b-jupwslc154] .action-button,
    [b-jupwslc154] .action-link {
        transition: none;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login Page Scoped Styles - WCAG 2.1 AA Compliant */

.login-container[b-wmyehfodkg] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card[b-wmyehfodkg] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 2.5rem;
    max-width: 450px;
    width: 100%;
    animation: slideIn-b-wmyehfodkg 0.3s ease-out;
}

@keyframes slideIn-b-wmyehfodkg {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-wmyehfodkg] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h1[b-wmyehfodkg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-wmyehfodkg] {
    color: #6b7280;
    font-size: 0.95rem;
    margin: 0;
}

.form-group[b-wmyehfodkg] {
    margin-bottom: 1.5rem;
}

.form-label[b-wmyehfodkg] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control[b-wmyehfodkg] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #1f2937;
    background-color: #fff;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    transition: all 0.15s ease-in-out;
}

.form-control:focus[b-wmyehfodkg] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control:disabled[b-wmyehfodkg] {
    background-color: #f3f4f6;
    cursor: not-allowed;
    opacity: 0.6;
}

.form-control.is-invalid[b-wmyehfodkg] {
    border-color: #ef4444;
}

.form-control.is-invalid:focus[b-wmyehfodkg] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.invalid-feedback[b-wmyehfodkg] {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.875rem;
    color: #ef4444;
}

.alert[b-wmyehfodkg] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.alert-danger[b-wmyehfodkg] {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.alert i[b-wmyehfodkg] {
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.alert span[b-wmyehfodkg] {
    flex: 1;
}

.retry-timer[b-wmyehfodkg] {
    margin: 0.5rem 0 0 0;
    font-weight: 600;
    font-size: 0.9rem;
}

.btn-login[b-wmyehfodkg] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-login:hover:not(:disabled)[b-wmyehfodkg] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.btn-login:active:not(:disabled)[b-wmyehfodkg] {
    transform: translateY(0);
}

.btn-login:disabled[b-wmyehfodkg] {
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-login:focus[b-wmyehfodkg] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

.spinner-border[b-wmyehfodkg] {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

.login-footer[b-wmyehfodkg] {
    margin-top: 2rem;
    text-align: center;
}

.login-footer p[b-wmyehfodkg] {
    margin: 0;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.login-footer i[b-wmyehfodkg] {
    color: #10b981;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 576px) {
    .login-card[b-wmyehfodkg] {
        padding: 2rem 1.5rem;
    }

    .login-header h1[b-wmyehfodkg] {
        font-size: 1.5rem;
    }

    .login-subtitle[b-wmyehfodkg] {
        font-size: 0.875rem;
    }

    .btn-login[b-wmyehfodkg] {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .login-card[b-wmyehfodkg] {
        border: 2px solid #000;
    }

    .form-control[b-wmyehfodkg] {
        border-width: 3px;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .login-card[b-wmyehfodkg] {
        animation: none;
    }

    .form-control[b-wmyehfodkg],
    .btn-login[b-wmyehfodkg] {
        transition: none;
    }

    .btn-login:hover:not(:disabled)[b-wmyehfodkg] {
        transform: none;
    }
}

/* Focus Visible for Keyboard Navigation */
.form-control:focus-visible[b-wmyehfodkg],
.btn-login:focus-visible[b-wmyehfodkg] {
    outline: 3px solid #667eea;
    outline-offset: 2px;
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
    .login-card[b-wmyehfodkg] {
        background: #1f2937;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    }

    .login-header h1[b-wmyehfodkg] {
        color: #f9fafb;
    }

    .login-subtitle[b-wmyehfodkg],
    .form-label[b-wmyehfodkg] {
        color: #d1d5db;
    }

    .form-control[b-wmyehfodkg] {
        background-color: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }

    .form-control:focus[b-wmyehfodkg] {
        border-color: #818cf8;
        background-color: #374151;
    }

    .form-control:disabled[b-wmyehfodkg] {
        background-color: #1f2937;
    }

    .alert-danger[b-wmyehfodkg] {
        background-color: #7f1d1d;
        border-color: #991b1b;
        color: #fecaca;
    }
}
/* /Components/Pages/VerifyCode.razor.rz.scp.css */
/* Verify Code Page Scoped Styles - WCAG 2.1 AA Compliant */

.verify-container[b-qwsp9n4w39] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.verify-card[b-qwsp9n4w39] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 2.5rem;
    max-width: 500px;
    width: 100%;
    animation: slideIn-b-qwsp9n4w39 0.3s ease-out;
}

@keyframes slideIn-b-qwsp9n4w39 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.verify-header[b-qwsp9n4w39] {
    text-align: center;
    margin-bottom: 2rem;
}

.verify-header h1[b-qwsp9n4w39] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.verify-subtitle[b-qwsp9n4w39] {
    color: #6b7280;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

.verify-subtitle strong[b-qwsp9n4w39] {
    color: #667eea;
    font-weight: 600;
}

.code-input-container[b-qwsp9n4w39] {
    margin-bottom: 2rem;
}

.code-inputs[b-qwsp9n4w39] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.code-digit[b-qwsp9n4w39] {
    width: 3.5rem;
    height: 4rem;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    color: #1f2937;
    background-color: #fff;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    transition: all 0.15s ease-in-out;
    font-family: 'Courier New', monospace;
}

.code-digit:focus[b-qwsp9n4w39] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: scale(1.05);
}

.code-digit:disabled[b-qwsp9n4w39] {
    background-color: #f3f4f6;
    cursor: not-allowed;
    opacity: 0.6;
}

.code-digit.is-invalid[b-qwsp9n4w39] {
    border-color: #ef4444;
    animation: shake-b-qwsp9n4w39 0.3s ease-in-out;
}

.code-digit.is-invalid:focus[b-qwsp9n4w39] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

@keyframes shake-b-qwsp9n4w39 {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.alert[b-qwsp9n4w39] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.alert-danger[b-qwsp9n4w39] {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.alert i[b-qwsp9n4w39] {
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.alert span[b-qwsp9n4w39] {
    flex: 1;
}

.loading-indicator[b-qwsp9n4w39] {
    text-align: center;
    padding: 1rem;
    color: #6b7280;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.verify-actions[b-qwsp9n4w39] {
    margin-bottom: 1.5rem;
}

.btn-verify[b-qwsp9n4w39] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.btn-verify:hover:not(:disabled)[b-qwsp9n4w39] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.btn-verify:active:not(:disabled)[b-qwsp9n4w39] {
    transform: translateY(0);
}

.btn-verify:disabled[b-qwsp9n4w39] {
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-verify:focus[b-qwsp9n4w39] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

.resend-section[b-qwsp9n4w39] {
    text-align: center;
    min-height: 2rem;
}

.resend-section p[b-qwsp9n4w39] {
    margin: 0;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.resend-section i[b-qwsp9n4w39] {
    font-size: 1rem;
}

.btn-link[b-qwsp9n4w39] {
    background: none;
    border: none;
    color: #667eea;
    text-decoration: none;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-link:hover:not(:disabled)[b-qwsp9n4w39] {
    background-color: rgba(102, 126, 234, 0.1);
    color: #5568d3;
}

.btn-link:disabled[b-qwsp9n4w39] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-link:focus[b-qwsp9n4w39] {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

.verify-footer[b-qwsp9n4w39] {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.verify-footer .btn-link[b-qwsp9n4w39] {
    color: #6b7280;
    font-size: 0.9rem;
}

.verify-footer .btn-link:hover[b-qwsp9n4w39] {
    color: #374151;
}

.verify-footer i[b-qwsp9n4w39] {
    font-size: 0.9rem;
}

.spinner-border[b-qwsp9n4w39] {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

/* Responsive Design */
@media (max-width: 576px) {
    .verify-card[b-qwsp9n4w39] {
        padding: 2rem 1.5rem;
    }

    .verify-header h1[b-qwsp9n4w39] {
        font-size: 1.5rem;
    }

    .verify-subtitle[b-qwsp9n4w39] {
        font-size: 0.875rem;
    }

    .code-inputs[b-qwsp9n4w39] {
        gap: 0.5rem;
    }

    .code-digit[b-qwsp9n4w39] {
        width: 2.75rem;
        height: 3.5rem;
        font-size: 1.5rem;
    }

    .btn-verify[b-qwsp9n4w39] {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .verify-card[b-qwsp9n4w39] {
        border: 2px solid #000;
    }

    .code-digit[b-qwsp9n4w39] {
        border-width: 3px;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .verify-card[b-qwsp9n4w39] {
        animation: none;
    }

    .code-digit[b-qwsp9n4w39],
    .btn-verify[b-qwsp9n4w39],
    .btn-link[b-qwsp9n4w39] {
        transition: none;
    }

    .code-digit:focus[b-qwsp9n4w39] {
        transform: none;
    }

    .btn-verify:hover:not(:disabled)[b-qwsp9n4w39] {
        transform: none;
    }

    .code-digit.is-invalid[b-qwsp9n4w39] {
        animation: none;
    }
}

/* Focus Visible for Keyboard Navigation */
.code-digit:focus-visible[b-qwsp9n4w39],
.btn-verify:focus-visible[b-qwsp9n4w39],
.btn-link:focus-visible[b-qwsp9n4w39] {
    outline: 3px solid #667eea;
    outline-offset: 2px;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .verify-card[b-qwsp9n4w39] {
        background: #1f2937;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    }

    .verify-header h1[b-qwsp9n4w39] {
        color: #f9fafb;
    }

    .verify-subtitle[b-qwsp9n4w39] {
        color: #d1d5db;
    }

    .verify-subtitle strong[b-qwsp9n4w39] {
        color: #818cf8;
    }

    .code-digit[b-qwsp9n4w39] {
        background-color: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }

    .code-digit:focus[b-qwsp9n4w39] {
        border-color: #818cf8;
        background-color: #374151;
    }

    .code-digit:disabled[b-qwsp9n4w39] {
        background-color: #1f2937;
    }

    .alert-danger[b-qwsp9n4w39] {
        background-color: #7f1d1d;
        border-color: #991b1b;
        color: #fecaca;
    }

    .loading-indicator[b-qwsp9n4w39] {
        color: #d1d5db;
    }

    .verify-footer[b-qwsp9n4w39] {
        border-top-color: #374151;
    }

    .btn-link[b-qwsp9n4w39] {
        color: #818cf8;
    }

    .btn-link:hover:not(:disabled)[b-qwsp9n4w39] {
        background-color: rgba(129, 140, 248, 0.1);
        color: #a5b4fc;
    }

    .verify-footer .btn-link[b-qwsp9n4w39] {
        color: #9ca3af;
    }

    .verify-footer .btn-link:hover[b-qwsp9n4w39] {
        color: #d1d5db;
    }
}
