/* /Components/Account/Shared/AccountAuthLayout.razor.rz.scp.css */
.auth-main[b-tm7ilu9tzt] {
    min-height: 100vh;
    background: #f6f8fb;
}

#blazor-error-ui[b-tm7ilu9tzt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-tm7ilu9tzt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
/* ==================================================================
   Admin shell — top navbar + page chrome + scoped polish for all
   admin pages via ::deep. Applies once; pages stay untouched.
   ================================================================== */

.admin-main[b-wzsp6ry36l] {
    min-height: calc(100vh - 56px);
    background:
        radial-gradient(1200px 400px at 100% -200px, rgba(13, 110, 253, 0.06), transparent 60%),
        radial-gradient(900px 360px at 0 -160px, rgba(99, 102, 241, 0.05), transparent 60%),
        #f6f8fb;
    position: relative;
}

/* ==================================================================
   Top navbar
   ================================================================== */
.admin-nav[b-wzsp6ry36l] {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e9f0;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
    backdrop-filter: saturate(180%) blur(8px);
}

    .admin-nav .navbar-brand[b-wzsp6ry36l] {
        font-size: 1.05rem;
        letter-spacing: -0.01em;
        color: #1a1f2e;
    }

    .admin-nav .nav-link[b-wzsp6ry36l] {
        color: #495057;
        font-size: 0.925rem;
        padding: 0.5rem 0.85rem;
        border-radius: 0.4rem;
        position: relative;
        transition: background-color .15s ease, color .15s ease;
    }

        .admin-nav .nav-link:hover[b-wzsp6ry36l] {
            background: #f1f4f9;
            color: #0d6efd;
        }

        .admin-nav .nav-link.active[b-wzsp6ry36l] {
            background: rgba(13, 110, 253, 0.1);
            color: #0d6efd !important;
        }

            .admin-nav .nav-link.active[b-wzsp6ry36l]::before {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -10px;
                width: 24px;
                height: 2px;
                background: #0d6efd;
                border-radius: 2px;
                transform: translateX(-50%);
            }

    .admin-nav .dropdown-menu[b-wzsp6ry36l] {
        border: 1px solid #e5e9f0;
        border-radius: 0.6rem;
        box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
        padding: 0.4rem;
        margin-top: 0.5rem;
    }

    .admin-nav .dropdown-item[b-wzsp6ry36l] {
        border-radius: 0.4rem;
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
        transition: background-color .12s ease;
    }

        .admin-nav .dropdown-item:hover[b-wzsp6ry36l],
        .admin-nav .dropdown-item:focus[b-wzsp6ry36l] {
            background: #f1f4f9;
            color: #0d6efd;
        }

/* ==================================================================
   Page rhythm — h1.h3 acts as page title across all admin pages
   ================================================================== */
.admin-main[b-wzsp6ry36l]  h1.h3 {
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.015em;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.admin-main[b-wzsp6ry36l]  h1.h3 + p,
.admin-main[b-wzsp6ry36l]  h1.h3 + .text-muted {
    color: #64748b;
}

/* ==================================================================
   Cards — refined elevation, hover lift, smooth headers
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .card {
    border: 1px solid #eaecf3;
    border-radius: 0.65rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
    background: #ffffff;
}

    .admin-main[b-wzsp6ry36l]  a.card:hover,
    .admin-main[b-wzsp6ry36l]  a.card:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(13, 110, 253, 0.10);
        border-color: #cfdbff;
    }

.admin-main[b-wzsp6ry36l]  .card-header {
    background: #fbfcfe;
    border-bottom: 1px solid #eef0f4;
    font-weight: 600;
    padding: 0.85rem 1.1rem;
    color: #1f2937;
}

.admin-main[b-wzsp6ry36l]  .card-body {
    padding: 1.15rem;
}

/* Stat / KPI cards — display-6 numbers get brand styling */
.admin-main[b-wzsp6ry36l]  .display-6 {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.1;
}

/* ==================================================================
   Tables — modern data-grid feel
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .table {
    font-size: 0.9375rem;
    margin-bottom: 0;
}

.admin-main[b-wzsp6ry36l]  .table > :not(caption) > * > * {
    padding: 0.7rem 0.95rem;
    vertical-align: middle;
    border-bottom-color: #eef0f4;
}

.admin-main[b-wzsp6ry36l]  .table > thead th {
    background: #fbfcfe;
    border-bottom: 1px solid #e5e9f0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.admin-main[b-wzsp6ry36l]  .table-hover > tbody > tr {
    transition: background-color .12s ease;
}

    .admin-main[b-wzsp6ry36l]  .table-hover > tbody > tr:hover {
        background: #f4f8ff;
    }

/* ==================================================================
   Forms — larger inputs, gentler focus
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .form-label {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.4rem;
    color: #334155;
}

.admin-main[b-wzsp6ry36l]  .form-control,
.admin-main[b-wzsp6ry36l]  .form-select {
    border-color: #d8dde6;
    border-radius: 0.45rem;
    padding: 0.5rem 0.75rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .admin-main[b-wzsp6ry36l]  .form-control:hover,
    .admin-main[b-wzsp6ry36l]  .form-select:hover {
        border-color: #b9c1cf;
    }

    .admin-main[b-wzsp6ry36l]  .form-control:focus,
    .admin-main[b-wzsp6ry36l]  .form-select:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
    }

.admin-main[b-wzsp6ry36l]  .form-text {
    font-size: 0.8125rem;
    color: #64748b;
}

.admin-main[b-wzsp6ry36l]  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.admin-main[b-wzsp6ry36l]  .input-group-text {
    background: #f8fafc;
    border-color: #d8dde6;
    color: #64748b;
    font-size: 0.875rem;
}

/* ==================================================================
   Buttons — micro-interactions
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .btn {
    font-weight: 500;
    border-radius: 0.45rem;
    padding: 0.45rem 0.95rem;
    transition: transform .12s ease, box-shadow .15s ease, background-color .12s ease;
}

.admin-main[b-wzsp6ry36l]  .btn-sm {
    border-radius: 0.4rem;
    padding: 0.3rem 0.65rem;
}

.admin-main[b-wzsp6ry36l]  .btn-lg {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
}

.admin-main[b-wzsp6ry36l]  .btn-primary {
    box-shadow: 0 1px 2px rgba(13, 110, 253, 0.18);
}

    .admin-main[b-wzsp6ry36l]  .btn-primary:hover {
        box-shadow: 0 4px 10px rgba(13, 110, 253, 0.25);
        transform: translateY(-1px);
    }

.admin-main[b-wzsp6ry36l]  .btn-outline-primary:hover,
.admin-main[b-wzsp6ry36l]  .btn-outline-secondary:hover,
.admin-main[b-wzsp6ry36l]  .btn-outline-danger:hover {
    transform: translateY(-1px);
}

/* ==================================================================
   Badges & pills
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .badge {
    font-weight: 500;
    font-size: 0.72rem;
    padding: 0.35em 0.6em;
    border-radius: 0.35rem;
    letter-spacing: 0.01em;
}

.admin-main[b-wzsp6ry36l]  .nav-pills .nav-link {
    color: #475569;
    background: transparent;
    border: 1px solid transparent;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 0.4rem 0.95rem;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease;
}

    .admin-main[b-wzsp6ry36l]  .nav-pills .nav-link:hover {
        background: #eef2ff;
        color: #0d6efd;
        border-color: #dbeafe;
    }

    .admin-main[b-wzsp6ry36l]  .nav-pills .nav-link.active,
    .admin-main[b-wzsp6ry36l]  .nav-pills .show > .nav-link {
        background: #0d6efd;
        color: #ffffff;
        border-color: #0d6efd;
        box-shadow: 0 2px 6px rgba(13, 110, 253, 0.25);
    }

/* ==================================================================
   Alerts — softer, modern
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .alert {
    border-radius: 0.55rem;
    border: 1px solid transparent;
    padding: 0.85rem 1rem;
}

.admin-main[b-wzsp6ry36l]  .alert-warning {
    background: #fffbeb;
    color: #854d0e;
    border-color: #fde68a;
}

.admin-main[b-wzsp6ry36l]  .alert-danger {
    background: #fef2f2;
    color: #991b1b;
    border-color: #fecaca;
}

.admin-main[b-wzsp6ry36l]  .alert-info {
    background: #eff6ff;
    color: #1e3a8a;
    border-color: #bfdbfe;
}

.admin-main[b-wzsp6ry36l]  .alert-success {
    background: #f0fdf4;
    color: #166534;
    border-color: #bbf7d0;
}

/* ==================================================================
   List groups
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .list-group-item {
    border-color: #eef0f4;
    padding: 0.85rem 1rem;
}

.admin-main[b-wzsp6ry36l]  .list-group-flush > .list-group-item {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

/* ==================================================================
   Subtle page entrance — fade content in
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .container-fluid {
    animation: adminFadeIn-b-wzsp6ry36l .25s ease-out;
}

@keyframes adminFadeIn-b-wzsp6ry36l {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================================================================
   Cap content width on huge monitors
   ================================================================== */
.admin-main[b-wzsp6ry36l]  > .container-fluid,
.admin-main[b-wzsp6ry36l]  .container-fluid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

/* ==================================================================
   Dashboard-specific polish — KPI cards (h-100 + display-6 inside)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  a.card .display-6 {
    color: #0d6efd;
    transition: color .15s ease;
}

.admin-main[b-wzsp6ry36l]  a.card:hover .display-6 {
    color: #1e3a8a;
}

.admin-main[b-wzsp6ry36l]  a.card .card-body > .text-muted.small:first-child {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.7rem !important;
    font-weight: 600;
    color: #94a3b8 !important;
}

/* ==================================================================
   Modals — refined surfaces (covers .modal-content used on every page)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .modal-content {
    border: 1px solid #eaecf3;
    border-radius: 0.7rem;
    box-shadow: 0 20px 50px rgba(16, 24, 40, 0.22);
    overflow: hidden;
}

.admin-main[b-wzsp6ry36l]  .modal-header {
    border-bottom: 1px solid #eef0f4;
    padding: 0.95rem 1.15rem;
    background: #fbfcfe;
}

    .admin-main[b-wzsp6ry36l]  .modal-header .modal-title {
        font-weight: 600;
        color: #0f172a;
        font-size: 1.05rem;
    }

.admin-main[b-wzsp6ry36l]  .modal-body {
    padding: 1.15rem;
}

.admin-main[b-wzsp6ry36l]  .modal-footer {
    border-top: 1px solid #eef0f4;
    padding: 0.8rem 1.15rem;
    background: #fbfcfe;
}

/* ==================================================================
   Generic dropdowns (anywhere in admin pages, not just navbar)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .dropdown-menu {
    border: 1px solid #e5e9f0;
    border-radius: 0.55rem;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.10);
    padding: 0.35rem;
    font-size: 0.9rem;
}

.admin-main[b-wzsp6ry36l]  .dropdown-item {
    border-radius: 0.4rem;
    padding: 0.45rem 0.7rem;
    transition: background-color .12s ease, color .12s ease;
}

    .admin-main[b-wzsp6ry36l]  .dropdown-item:hover,
    .admin-main[b-wzsp6ry36l]  .dropdown-item:focus {
        background: #eef2ff;
        color: #0d6efd;
    }

.admin-main[b-wzsp6ry36l]  .dropdown-divider {
    border-top-color: #eef0f4;
    margin: 0.3rem 0;
}

/* ==================================================================
   Toolbar / filter rows — soft surface so they read as one unit
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .container-fluid > .d-flex.gap-2.align-items-center.mb-3:has(.form-select) {
    background: #ffffff;
    border: 1px solid #eaecf3;
    border-radius: 0.55rem;
    padding: 0.65rem 0.85rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

/* ==================================================================
   Empty-state pattern (border rounded text-center text-muted py-5)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .text-center.text-muted.py-5.border.rounded,
.admin-main[b-wzsp6ry36l]  .text-center.text-muted.py-5.border {
    border-color: #eaecf3 !important;
    border-radius: 0.65rem !important;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

/* ==================================================================
   Code chips inline in tables/lists
   ================================================================== */
.admin-main[b-wzsp6ry36l]  td code,
.admin-main[b-wzsp6ry36l]  .list-group-item code {
    background: #f1f5f9;
    color: #475569;
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.825rem;
}

/* ==================================================================
   Inputs sized via input-group-lg / form-select-sm — keep the
   refinement consistent with the default sizes
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .form-select-sm,
.admin-main[b-wzsp6ry36l]  .form-control-sm {
    border-radius: 0.4rem;
    font-size: 0.875rem;
}

.admin-main[b-wzsp6ry36l]  .input-group-lg > .form-control,
.admin-main[b-wzsp6ry36l]  .input-group-lg > .form-select,
.admin-main[b-wzsp6ry36l]  .input-group-lg > .input-group-text {
    border-radius: 0.5rem;
}

/* ==================================================================
   Page footer / pagination links
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .pagination .page-link {
    border-radius: 0.4rem;
    margin: 0 0.15rem;
    border-color: #e5e9f0;
    color: #475569;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease;
}

    .admin-main[b-wzsp6ry36l]  .pagination .page-link:hover {
        background: #eef2ff;
        color: #0d6efd;
        border-color: #cfdbff;
    }

.admin-main[b-wzsp6ry36l]  .pagination .page-item.active .page-link {
    background: #0d6efd;
    border-color: #0d6efd;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.25);
}

.admin-main[b-wzsp6ry36l]  .pagination .page-item.disabled .page-link {
    color: #cbd5e1;
    background: #f8fafc;
}

/* ==================================================================
   Selection / focus polish
   ================================================================== */
.admin-main[b-wzsp6ry36l]  ::selection {
    background: rgba(13, 110, 253, 0.18);
    color: #0f172a;
}

.admin-main[b-wzsp6ry36l]  .btn:focus-visible,
.admin-main[b-wzsp6ry36l]  .form-control:focus-visible,
.admin-main[b-wzsp6ry36l]  .form-select:focus-visible {
    outline: none;
}

/* ==================================================================
   Soft scrollbar inside admin (Webkit only — graceful elsewhere)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.admin-main[b-wzsp6ry36l]  ::-webkit-scrollbar-track {
    background: transparent;
}

.admin-main[b-wzsp6ry36l]  ::-webkit-scrollbar-thumb {
    background: #d8dde6;
    border-radius: 5px;
    border: 2px solid #f6f8fb;
}

    .admin-main[b-wzsp6ry36l]  ::-webkit-scrollbar-thumb:hover {
        background: #b9c1cf;
    }

/* ==================================================================
   Blazor error UI
   ================================================================== */
#blazor-error-ui[b-wzsp6ry36l] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-wzsp6ry36l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.public-main[b-9ra2nrl3h0] {
    min-height: calc(100vh - 60px);
}

#blazor-error-ui[b-9ra2nrl3h0] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-9ra2nrl3h0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-14ytlvwvta],
.components-reconnect-repeated-attempt-visible[b-14ytlvwvta],
.components-reconnect-failed-visible[b-14ytlvwvta],
.components-pause-visible[b-14ytlvwvta],
.components-resume-failed-visible[b-14ytlvwvta],
.components-rejoining-animation[b-14ytlvwvta] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-14ytlvwvta],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-14ytlvwvta],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-14ytlvwvta],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-14ytlvwvta],
#components-reconnect-modal.components-reconnect-retrying[b-14ytlvwvta],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-14ytlvwvta],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-14ytlvwvta],
#components-reconnect-modal.components-reconnect-failed[b-14ytlvwvta],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-14ytlvwvta] {
    display: block;
}


#components-reconnect-modal[b-14ytlvwvta] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-14ytlvwvta 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-14ytlvwvta 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-14ytlvwvta 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-14ytlvwvta]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-14ytlvwvta 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-14ytlvwvta {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-14ytlvwvta {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-14ytlvwvta {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-14ytlvwvta] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-14ytlvwvta] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-14ytlvwvta] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-14ytlvwvta] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-14ytlvwvta] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-14ytlvwvta] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-14ytlvwvta] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-14ytlvwvta 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-14ytlvwvta] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-14ytlvwvta {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
