/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-shell[b-u75fmjzc5w] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, #f6f8fc 0%, #eef2f7 100%);
    color: #0f1f3d;
}

.login-card[b-u75fmjzc5w] {
    width: min(1100px, 100%);
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(17, 38, 73, 0.08);
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    overflow: hidden;
}

.login-hero[b-u75fmjzc5w] {
    background: linear-gradient(180deg, #f3fbf4 0%, #e6f5e8 100%);
    padding: 2.75rem 2.5rem;
    border-right: 1px solid #e2e8f3;
    display: flex;
    gap: 1.25rem;
}

.brand-mark[b-u75fmjzc5w] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2f9e44 0%, #1f7a36 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 25px rgba(47, 158, 68, 0.25);
}

.eyebrow[b-u75fmjzc5w] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #2f7d3f;
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
}

.login-hero h1[b-u75fmjzc5w] {
    font-size: 1.6rem;
    margin: 0 0 0.75rem;
}

.subtext[b-u75fmjzc5w] {
    margin: 0 0 1rem;
    color: #4c5c72;
}

.login-highlights[b-u75fmjzc5w] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.4rem;
}

.login-highlights li[b-u75fmjzc5w] {
    position: relative;
    padding-left: 1.2rem;
    color: #2f3f5b;
}

.login-highlights li[b-u75fmjzc5w]::before {
    content: "•";
    color: #2f9e44;
    position: absolute;
    left: 0;
    top: 0;
}

.login-form[b-u75fmjzc5w] {
    padding: 2.5rem 2.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-form__header h2[b-u75fmjzc5w] {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
}

.login-form__header p[b-u75fmjzc5w] {
    margin: 0.25rem 0 0;
    color: #4c5c72;
}

.login-form__body .form-label[b-u75fmjzc5w] {
    font-weight: 600;
    color: #0f1f3d;
}

.login-input[b-u75fmjzc5w] {
    border-radius: 10px;
    border: 1px solid #cdd6e6;
    background: #f8faff;
    padding: 0.9rem 1rem;
    transition: border-color 0.15s ease, box-shadow 0.2s ease;
}

.login-input:focus[b-u75fmjzc5w] {
    border-color: #2f9e44;
    box-shadow: 0 0 0 4px rgba(47, 158, 68, 0.15);
    background: #fff;
}

.login-button[b-u75fmjzc5w] {
    margin-top: 0.25rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    background: linear-gradient(90deg, #2f9e44 0%, #237636 100%);
    border: none;
    box-shadow: 0 12px 25px rgba(47, 158, 68, 0.25);
}

.login-button:hover[b-u75fmjzc5w] {
    background: linear-gradient(90deg, #27863a 0%, #1f6b31 100%);
}

.login-form .text-danger[b-u75fmjzc5w] {
    font-size: 0.95rem;
}

.login-form .form-check-input[b-u75fmjzc5w] {
    width: 1.05rem;
    height: 1.05rem;
}

.login-form .form-check-label[b-u75fmjzc5w] {
    font-weight: 500;
    margin-left: 0.35rem;
    color: #2f3f5b;
}

.login-form :global(.status-message)[b-u75fmjzc5w] {
    margin-bottom: 0;
}

.login-form :global(.btn-primary)[b-u75fmjzc5w] {
    background-color: #2f9e44;
    border-color: #2f9e44;
}

.login-form :global(.btn-primary:hover)[b-u75fmjzc5w] {
    background-color: #237636;
    border-color: #237636;
}

@media (max-width: 960px) {
    .login-card[b-u75fmjzc5w] {
        grid-template-columns: 1fr;
    }

    .login-hero[b-u75fmjzc5w] {
        border-right: none;
        border-bottom: 1px solid #e2e8f3;
    }
}

@media (max-width: 640px) {
    .login-shell[b-u75fmjzc5w] {
        padding: 1.5rem 1rem;
    }

    .login-hero[b-u75fmjzc5w],
    .login-form[b-u75fmjzc5w] {
        padding: 1.75rem 1.5rem;
    }

    .login-form__header h2[b-u75fmjzc5w] {
        font-size: 1.25rem;
    }
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.profile-card[b-cu4hkz9ngw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile-header[b-cu4hkz9ngw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.eyebrow[b-cu4hkz9ngw] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #2f5aa8;
    margin: 0;
    font-size: 0.8rem;
}

.subtext[b-cu4hkz9ngw] {
    margin: 0;
    color: #4c5c72;
}

.profile-card h2[b-cu4hkz9ngw] {
    margin: 0.2rem 0 0.25rem;
    font-weight: 700;
}

.username-chip[b-cu4hkz9ngw] {
    border: 1px solid #d8deea;
    border-radius: 999px;
    padding: 0.4rem 0.75rem;
    background: #f7f9fc;
    color: #0f1f3d;
    font-weight: 600;
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.account-manage-shell[b-ka619v4wrx] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page-header[b-ka619v4wrx] {
    background: linear-gradient(180deg, #f2f6ff 0%, #e8eef9 100%);
    border: 1px solid #e2e8f3;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.page-header h1[b-ka619v4wrx] {
    margin: 0.2rem 0 0.4rem;
    font-weight: 700;
}

.eyebrow[b-ka619v4wrx] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #2f5aa8;
    margin: 0;
    font-size: 0.8rem;
}

.subtext[b-ka619v4wrx] {
    margin: 0;
    color: #4c5c72;
}

.manage-grid[b-ka619v4wrx] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1rem;
    align-items: start;
}

.nav-panel[b-ka619v4wrx] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.content-panel[b-ka619v4wrx] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

@media (max-width: 900px) {
    .manage-grid[b-ka619v4wrx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.nav-pills[b-nscumleqmj] {
    gap: 0.35rem;
}

.nav-pills .nav-link[b-nscumleqmj] {
    border-radius: 10px;
    border: 1px solid #d8deea;
    color: #0f1f3d;
    font-weight: 600;
    background: #f7f9fc;
}

.nav-pills .nav-link.active[b-nscumleqmj] {
    background: linear-gradient(90deg, #1a73e8 0%, #1257c3 100%);
    border-color: #1a73e8;
    color: #fff;
}

.nav-pills .nav-link:hover[b-nscumleqmj] {
    background: #eef2f8;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-c92adgq3z8] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f6f8fc 0%, #eef2f7 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ibeo2b0otp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ibeo2b0otp] {
    flex: 1;
}

.sidebar[b-ibeo2b0otp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ibeo2b0otp] {
    background: #f7f9fc;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .top-row[b-ibeo2b0otp]  a,
    .top-row[b-ibeo2b0otp]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-ibeo2b0otp]  a:hover,
    .top-row[b-ibeo2b0otp]  .btn-link:hover {
        text-decoration: underline;
    }

.topbar-actions[b-ibeo2b0otp] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
    flex-shrink: 0;
}

@media (max-width: 640.98px) {
    .top-row[b-ibeo2b0otp] {
        justify-content: space-between;
        align-items: center;
    }

    .topbar-actions[b-ibeo2b0otp] {
        justify-content: space-between;
        gap: 1rem;
    }
}

@media (min-width: 641px) {
    .page[b-ibeo2b0otp] {
        flex-direction: row;
    }

    .sidebar[b-ibeo2b0otp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ibeo2b0otp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ibeo2b0otp],
    article[b-ibeo2b0otp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ibeo2b0otp] {
    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-ibeo2b0otp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t6pc3rq8k8] {
    appearance: none;
    cursor: pointer;
    width: 3.25rem;
    height: 2.4rem;
    color: #1a73e8;
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    border: 1px solid #d8deea;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231a73e8' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem #fff;
    border-radius: 10px;
    box-shadow: 0 6px 14px rgba(17, 38, 73, 0.08);
}

.navbar-toggler:checked[b-t6pc3rq8k8] {
    background-color: #e8f1ff;
}

.top-row[b-t6pc3rq8k8] {
    min-height: 3.5rem;
    background: #f7f9fc;
    border-bottom: 1px solid #e2e8f3;
    color: #0f1f3d;
}

.navbar-brand[b-t6pc3rq8k8] {
    display: block;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a73e8;
    line-height: 1.2;
    padding: 0.4rem 3.75rem 0.4rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bi[b-t6pc3rq8k8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-t6pc3rq8k8] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='m8 3.293 6 6V14.5a.5.5 0 0 1-.5.5h-3A.5.5 0 0 1 10 14v-3.5A1.5 1.5 0 0 0 8.5 9h-1A1.5 1.5 0 0 0 6 10.5V14a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V9.293l6-6Z'/%3E%3Cpath d='M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-t6pc3rq8k8] {
    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-nav-menu[b-t6pc3rq8k8] {
    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");
}

.bi-lock-nav-menu[b-t6pc3rq8k8] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-t6pc3rq8k8] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-t6pc3rq8k8] {
    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-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-t6pc3rq8k8] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-t6pc3rq8k8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-journal-text-nav-menu[b-t6pc3rq8k8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H5.5A.5.5 0 0 1 5 8zm0-2.5a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H5.5a.5.5 0 0 1-.5-.5zM5.5 10a.5.5 0 0 0 0 1H13a.5.5 0 0 0 0-1H5.5z'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h1V1H3z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-t6pc3rq8k8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 4-4 4 3 4 4-1 1-1 1H7Zm-4.5 0s-.5 0-.5-.5c0-.967.79-2.5 2.5-2.5.86 0 1.54.307 2.03.79-.63.465-1.03 1.16-1.03 2.21 0 .153.015.302.043.445A2.27 2.27 0 0 1 5.5 14h-3Z'/%3E%3Cpath d='M10 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm-5.5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E");
}

.bi-image-fill-nav-menu[b-t6pc3rq8k8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M.5 3A1.5 1.5 0 0 1 2 1.5h12A1.5 1.5 0 0 1 15.5 3v10A1.5 1.5 0 0 1 14 14.5H2A1.5 1.5 0 0 1 .5 13V3Zm1 0v7.793l3.146-3.147a.5.5 0 0 1 .708 0L8.5 10.793l1.646-1.647a.5.5 0 0 1 .708 0l3.646 3.647V3a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5Zm13 10-3.646-3.646L8.854 11.354a.5.5 0 0 1-.708 0L5 8.207l-3.5 3.5V13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v0Z'/%3E%3Cpath d='M4.5 6.5A1.5 1.5 0 1 0 4.5 3.5a1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E");
}

.nav-item[b-t6pc3rq8k8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t6pc3rq8k8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t6pc3rq8k8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t6pc3rq8k8]  .nav-link {
        color: #0f1f3d;
        background: #f7f9fc;
        border: 1px solid #e2e8f3;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        font-weight: 600;
    }

.nav-item[b-t6pc3rq8k8]  a.active {
    background: linear-gradient(90deg, #1a73e8 0%, #1257c3 100%);
    color: #fff;
    border-color: #1a73e8;
}

.nav-item[b-t6pc3rq8k8]  .nav-link:hover {
    background-color: #eef2f8;
    color: #0f1f3d;
}

.nav-scrollable[b-t6pc3rq8k8] {
    display: none;
    background: #fff;
    border-right: 1px solid #e2e8f3;
    box-shadow: 10px 0 30px rgba(17, 38, 73, 0.05);
    padding: 1rem 0.75rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-t6pc3rq8k8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t6pc3rq8k8] {
        display: none;
    }

    .nav-scrollable[b-t6pc3rq8k8] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Changelog.razor.rz.scp.css */
.changelog-shell[b-tfah0vx5ed] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.changelog-content :deep(h1)[b-tfah0vx5ed],
.changelog-content :deep(h2)[b-tfah0vx5ed],
.changelog-content :deep(h3)[b-tfah0vx5ed] {
    margin-top: 1rem;
}

.changelog-content :deep(ul)[b-tfah0vx5ed] {
    padding-left: 1.2rem;
}

.meta-note[b-tfah0vx5ed] {
    color: #4f5f7a;
    font-size: 0.9rem;
    margin: 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-shell[b-n3uqscxfa1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page-header[b-n3uqscxfa1] {
    background: linear-gradient(180deg, #f2f6ff 0%, #e8eef9 100%);
    border: 1px solid #e2e8f3;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.page-header h1[b-n3uqscxfa1] {
    margin: 0.2rem 0 0.4rem;
    font-weight: 700;
}

.eyebrow[b-n3uqscxfa1] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #2f5aa8;
    margin: 0;
    font-size: 0.8rem;
}

.subtext[b-n3uqscxfa1] {
    margin: 0;
    color: #4c5c72;
}

.header-actions[b-n3uqscxfa1] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn.primary[b-n3uqscxfa1] {
    border: 1px solid #1a73e8;
    color: #fff;
    background: linear-gradient(90deg, #1a73e8 0%, #1257c3 100%);
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.1);
}

.btn.ghost[b-n3uqscxfa1] {
    border: 1px solid #cdd6e6;
    color: #1a73e8;
    background: #fff;
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(17, 38, 73, 0.06);
}

.stat-grid[b-n3uqscxfa1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.stat-card[b-n3uqscxfa1] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.stat-label[b-n3uqscxfa1] {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #7b879b;
}

.stat-value[b-n3uqscxfa1] {
    margin: 0.35rem 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f1f3d;
}

.stat-hint[b-n3uqscxfa1] {
    margin: 0.15rem 0 0;
    color: #4c5c72;
}

.panel-grid[b-n3uqscxfa1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.panel[b-n3uqscxfa1] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.panel-header[b-n3uqscxfa1] {
    margin-bottom: 0.75rem;
}

.panel-header h2[b-n3uqscxfa1] {
    margin: 0.2rem 0 0.25rem;
    font-weight: 700;
}

.vehicle-summary[b-n3uqscxfa1] {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.vehicle-summary li[b-n3uqscxfa1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0;
    border-bottom: 1px solid #eef1f6;
}

.vehicle-summary li:last-child[b-n3uqscxfa1] {
    border-bottom: none;
}

.vehicle-summary span[b-n3uqscxfa1] {
    color: #4c5c72;
}

.vehicle-summary strong[b-n3uqscxfa1] {
    font-size: 1.1rem;
    color: #0f1f3d;
}

.activity-list[b-n3uqscxfa1] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.activity-list li[b-n3uqscxfa1] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #eef1f6;
}

.activity-list li:last-child[b-n3uqscxfa1] {
    border-bottom: none;
}

.activity-list strong[b-n3uqscxfa1] {
    color: #0f1f3d;
    display: block;
}

.activity-list p[b-n3uqscxfa1] {
    margin: 0.1rem 0 0;
    color: #4c5c72;
}

.activity-link[b-n3uqscxfa1] {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 600;
}

.activity-link:hover[b-n3uqscxfa1],
.activity-link:focus[b-n3uqscxfa1] {
    text-decoration: underline;
}

.activity-link:focus-visible[b-n3uqscxfa1] {
    outline: 2px solid #1a73e8;
    outline-offset: 2px;
    border-radius: 4px;
}

.pill[b-n3uqscxfa1] {
    align-self: center;
    background: #f7f9fc;
    border: 1px solid #e2e8f3;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    font-weight: 600;
    color: #0f1f3d;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .page-header[b-n3uqscxfa1] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-actions[b-n3uqscxfa1] {
        width: 100%;
    }
}
/* /Components/Pages/SiteContent.razor.rz.scp.css */
.panel[b-kj6qi8e3sn] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.panel-header[b-kj6qi8e3sn] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.panel-header h2[b-kj6qi8e3sn] {
    margin: 0.3rem 0 0.25rem;
    font-weight: 700;
}

.panel-body[b-kj6qi8e3sn] {
    padding-top: 0.75rem;
}

.media-grid[b-kj6qi8e3sn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.media-card[b-kj6qi8e3sn] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.preview-card[b-kj6qi8e3sn] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    text-align: center;
}

.hero-preview img[b-kj6qi8e3sn] {
    max-width: 100%;
    border-radius: 12px;
    border: 1px solid #e4e9f3;
    box-shadow: 0 8px 16px rgba(17, 38, 73, 0.05);
}

.actions[b-kj6qi8e3sn] {
    display: flex;
    justify-content: flex-end;
}
.site-content-shell[b-kj6qi8e3sn] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page-header[b-kj6qi8e3sn] {
    background: linear-gradient(180deg, #f2f6ff 0%, #e8eef9 100%);
    border: 1px solid #e2e8f3;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.page-header h1[b-kj6qi8e3sn] {
    margin: 0.2rem 0 0.4rem;
    font-weight: 700;
}

.eyebrow[b-kj6qi8e3sn] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #2f5aa8;
    margin: 0;
    font-size: 0.8rem;
}

.subtext[b-kj6qi8e3sn] {
    margin: 0;
    color: #4c5c72;
}

.header-actions[b-kj6qi8e3sn] {
    display: flex;
    gap: 0.75rem;
}

.btn.ghost[b-kj6qi8e3sn] {
    border: 1px solid #cdd6e6;
    color: #1a73e8;
    background: #fff;
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(17, 38, 73, 0.06);
}

.btn.ghost:disabled[b-kj6qi8e3sn] {
    opacity: 0.6;
}
/* /Components/Pages/VehicleEdit.razor.rz.scp.css */
.vehicle-edit-shell[b-hxkpxkqv6j] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page-header[b-hxkpxkqv6j] {
    background: linear-gradient(180deg, #f2f6ff 0%, #e8eef9 100%);
    border: 1px solid #e2e8f3;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.page-header h1[b-hxkpxkqv6j] {
    margin: 0.2rem 0 0.4rem;
    font-weight: 700;
}

.eyebrow[b-hxkpxkqv6j] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #2f5aa8;
    margin: 0;
    font-size: 0.8rem;
}

.subtext[b-hxkpxkqv6j] {
    margin: 0;
    color: #4c5c72;
}

.header-actions[b-hxkpxkqv6j] {
    display: flex;
    gap: 0.75rem;
}

.btn.ghost[b-hxkpxkqv6j] {
    border: 1px solid #cdd6e6;
    color: #1a73e8;
    background: #fff;
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(17, 38, 73, 0.06);
}

.stat-grid[b-hxkpxkqv6j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.stat-card[b-hxkpxkqv6j] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.stat-label[b-hxkpxkqv6j] {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #7b879b;
}

.stat-value[b-hxkpxkqv6j] {
    margin: 0.35rem 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f1f3d;
}

.stat-hint[b-hxkpxkqv6j] {
    margin: 0.15rem 0 0;
    color: #4c5c72;
}

.panel[b-hxkpxkqv6j] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.panel-header[b-hxkpxkqv6j] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.panel-header h2[b-hxkpxkqv6j] {
    margin: 0.3rem 0 0.25rem;
    font-weight: 700;
}

.panel-body[b-hxkpxkqv6j] {
    padding-top: 0.75rem;
}

.alert-panel[b-hxkpxkqv6j] {
    border-left: 4px solid #1a73e8;
    color: #0f1f3d;
}

.alert-panel.success[b-hxkpxkqv6j] {
    border-left-color: #2db36b;
    background: #f2fbf6;
}

.alert-panel.error[b-hxkpxkqv6j] {
    border-left-color: #d93025;
    background: #fff3f1;
}

.alert-panel.warning[b-hxkpxkqv6j] {
    border-left-color: #e3a02d;
    background: #fff9ec;
}

.alert-panel.info[b-hxkpxkqv6j] {
    border-left-color: #1a73e8;
}

.inline-panel[b-hxkpxkqv6j] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.divider[b-hxkpxkqv6j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #8c96aa;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem;
}

.divider[b-hxkpxkqv6j]::before,
.divider[b-hxkpxkqv6j]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e1e6f1;
}

.divider span[b-hxkpxkqv6j] {
    white-space: nowrap;
}

.seller-picker .form-select[b-hxkpxkqv6j] {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.seller-picker .btn[b-hxkpxkqv6j] {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.actions[b-hxkpxkqv6j] {
    display: flex;
    justify-content: flex-end;
}

.spec-table-wrapper[b-hxkpxkqv6j],
.spec-table[b-hxkpxkqv6j] {
    border-radius: 10px;
}

.spec-table thead[b-hxkpxkqv6j] {
    background: #f4f7fb;
}

.spec-table th[b-hxkpxkqv6j] {
    font-weight: 700;
    color: #0f1f3d;
    border: none;
}

.spec-table td[b-hxkpxkqv6j],
.spec-table th[b-hxkpxkqv6j] {
    padding: 0.75rem;
}

.equipment-list .list-group-item[b-hxkpxkqv6j] {
    border: 1px solid #edf0f6;
}

.image-list .list-group-item[b-hxkpxkqv6j] {
    border: 1px solid #edf0f6;
}

.image-url[b-hxkpxkqv6j] {
    font-weight: 600;
    color: #0f1f3d;
}

.upload-row[b-hxkpxkqv6j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0 1rem;
}

.upload-status[b-hxkpxkqv6j] {
    display: inline-flex;
    align-items: center;
    color: #4c5c72;
}

.image-thumb[b-hxkpxkqv6j] {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e4e9f3;
    background: #f5f7fb;
}

@media (max-width: 768px) {
    .page-header[b-hxkpxkqv6j] {
        flex-direction: column;
    }
}
/* /Components/Pages/VehicleList.razor.rz.scp.css */
.vehicles-shell[b-g2dkx9rr7f] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page-header[b-g2dkx9rr7f] {
    background: linear-gradient(180deg, #f2f6ff 0%, #e8eef9 100%);
    border: 1px solid #e2e8f3;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.page-header h1[b-g2dkx9rr7f] {
    margin: 0.2rem 0 0.4rem;
    font-weight: 700;
}

.eyebrow[b-g2dkx9rr7f] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #2f5aa8;
    margin: 0;
    font-size: 0.8rem;
}

.subtext[b-g2dkx9rr7f] {
    margin: 0;
    color: #4c5c72;
}

.header-actions[b-g2dkx9rr7f] {
    display: flex;
    gap: 0.75rem;
}

.btn.ghost[b-g2dkx9rr7f] {
    border: 1px solid #cdd6e6;
    color: #1a73e8;
    background: #fff;
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(17, 38, 73, 0.06);
}

.btn.ghost:disabled[b-g2dkx9rr7f] {
    opacity: 0.6;
}

.stat-grid[b-g2dkx9rr7f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.stat-card[b-g2dkx9rr7f] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.stat-label[b-g2dkx9rr7f] {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #7b879b;
}

.stat-value[b-g2dkx9rr7f] {
    margin: 0.35rem 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f1f3d;
}

.stat-hint[b-g2dkx9rr7f] {
    margin: 0.15rem 0 0;
    color: #4c5c72;
}

.panel[b-g2dkx9rr7f] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.panel-header[b-g2dkx9rr7f] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.panel-header h2[b-g2dkx9rr7f] {
    margin: 0.3rem 0 0.25rem;
    font-weight: 700;
}

.search-wrap[b-g2dkx9rr7f] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 260px;
}

.search-wrap .bi[b-g2dkx9rr7f] {
    position: absolute;
    left: 0.85rem;
    color: #8c96aa;
}

.search-input[b-g2dkx9rr7f] {
    width: 100%;
    padding: 0.75rem 0.9rem 0.75rem 2.6rem;
    border-radius: 12px;
    border: 1px solid #cdd6e6;
    background: #f8faff;
    transition: border-color 0.15s ease, box-shadow 0.2s ease;
}

.search-input:focus[b-g2dkx9rr7f] {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.12);
    background: #fff;
}

.alert-panel[b-g2dkx9rr7f] {
    border-left: 4px solid #1a73e8;
    color: #0f1f3d;
}

.alert-panel.info[b-g2dkx9rr7f] {
    border-left-color: #1a73e8;
}

.alert-panel.warning[b-g2dkx9rr7f] {
    border-left-color: #e3a02d;
    background: #fff9ec;
}

.alert-panel.error[b-g2dkx9rr7f] {
    border-left-color: #d93025;
    background: #fff3f1;
}

.inline-panel[b-g2dkx9rr7f] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.vehicle-table-wrapper[b-g2dkx9rr7f] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e4e9f3;
}

.vehicle-table thead[b-g2dkx9rr7f] {
    background: #f4f7fb;
}

.vehicle-table th[b-g2dkx9rr7f] {
    font-weight: 700;
    color: #0f1f3d;
    border: none;
}

.vehicle-table td[b-g2dkx9rr7f],
.vehicle-table th[b-g2dkx9rr7f] {
    padding: 0.9rem 0.9rem;
    vertical-align: middle;
}

.vehicle-table tbody tr:hover[b-g2dkx9rr7f] {
    background: #f8fbff;
}

.vehicle-title[b-g2dkx9rr7f] {
    font-weight: 700;
    color: #0f1f3d;
}

.vehicle-sub[b-g2dkx9rr7f] {
    color: #7b879b;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .page-header[b-g2dkx9rr7f] {
        flex-direction: column;
    }

    .panel-header[b-g2dkx9rr7f] {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-wrap[b-g2dkx9rr7f] {
        width: 100%;
    }
}
/* /Components/Pages/VehicleSellers.razor.rz.scp.css */
.sellers-shell[b-0dyttrlie9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page-header[b-0dyttrlie9] {
    background: linear-gradient(180deg, #f2f6ff 0%, #e8eef9 100%);
    border: 1px solid #e2e8f3;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.page-header h1[b-0dyttrlie9] {
    margin: 0.2rem 0 0.4rem;
    font-weight: 700;
}

.eyebrow[b-0dyttrlie9] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #2f5aa8;
    margin: 0;
    font-size: 0.8rem;
}

.subtext[b-0dyttrlie9] {
    margin: 0;
    color: #4c5c72;
}

.header-actions[b-0dyttrlie9] {
    display: flex;
    gap: 0.75rem;
}

.btn.primary[b-0dyttrlie9] {
    border: 1px solid #1a73e8;
    color: #fff;
    background: linear-gradient(90deg, #1a73e8 0%, #1257c3 100%);
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.1);
}

.btn.primary:disabled[b-0dyttrlie9] {
    opacity: 0.7;
}

.stat-grid[b-0dyttrlie9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.stat-card[b-0dyttrlie9] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.stat-label[b-0dyttrlie9] {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #7b879b;
}

.stat-value[b-0dyttrlie9] {
    margin: 0.35rem 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f1f3d;
}

.stat-hint[b-0dyttrlie9] {
    margin: 0.15rem 0 0;
    color: #4c5c72;
}

.panel[b-0dyttrlie9] {
    background: #fff;
    border: 1px solid #e4e9f3;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 24px rgba(17, 38, 73, 0.04);
}

.panel-header[b-0dyttrlie9] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.panel-header h2[b-0dyttrlie9] {
    margin: 0.3rem 0 0.25rem;
    font-weight: 700;
}

.panel-body[b-0dyttrlie9] {
    padding-top: 0.75rem;
}

.alert-panel[b-0dyttrlie9] {
    border-left: 4px solid #1a73e8;
    color: #0f1f3d;
}

.alert-panel.info[b-0dyttrlie9] {
    border-left-color: #1a73e8;
}

.alert-panel.success[b-0dyttrlie9] {
    border-left-color: #2db36b;
    background: #f2fbf6;
}

.alert-panel.error[b-0dyttrlie9] {
    border-left-color: #d93025;
    background: #fff3f1;
}

.inline-panel[b-0dyttrlie9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.sellers-table-wrapper[b-0dyttrlie9] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e4e9f3;
}

.sellers-table thead[b-0dyttrlie9] {
    background: #f4f7fb;
}

.sellers-table th[b-0dyttrlie9] {
    font-weight: 700;
    color: #0f1f3d;
    border: none;
}

.sellers-table td[b-0dyttrlie9],
.sellers-table th[b-0dyttrlie9] {
    padding: 0.9rem 0.9rem;
    vertical-align: middle;
}

.sellers-table tbody tr:hover[b-0dyttrlie9] {
    background: #f8fbff;
}

.seller-name[b-0dyttrlie9] {
    font-weight: 700;
    color: #0f1f3d;
}

.seller-sub[b-0dyttrlie9] {
    color: #7b879b;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .page-header[b-0dyttrlie9] {
        flex-direction: column;
    }
}
/* /Components/Shared/FeedbackWidget.razor.rz.scp.css */
.feedback-widget[b-7mjhdnaut3] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1200;
}

.feedback-open-button[b-7mjhdnaut3] {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.feedback-card[b-7mjhdnaut3] {
    width: min(26rem, calc(100vw - 2rem));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.feedback-honeypot[b-7mjhdnaut3] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* /Components/Shared/HelpButton.razor.rz.scp.css */
.help-icon-button[b-le3gcae36g] {
    border: 1px solid #cdd6e6;
    background: #fff;
    color: #1a73e8;
    border-radius: 999px;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(17, 38, 73, 0.06);
    margin-left: 1.5rem;
}

.help-icon-button:disabled[b-le3gcae36g] {
    opacity: 0.5;
    cursor: not-allowed;
}

.help-icon-button:focus-visible[b-le3gcae36g] {
    outline: 2px solid #1a73e8;
    outline-offset: 2px;
}
/* /Components/Shared/HelpModal.razor.rz.scp.css */
.help-modal-backdrop[b-is3ltvu8sk] {
    position: fixed;
    inset: 0;
    background: rgba(10, 24, 46, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.help-modal-overlay[b-is3ltvu8sk] {
    position: absolute;
    inset: 0;
    border: none;
    background: transparent;
    padding: 0;
    z-index: 1000;
}

.help-modal[b-is3ltvu8sk] {
    position: relative;
    z-index: 1001;
    width: min(720px, 92vw);
    max-height: 80vh;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e4e9f3;
    box-shadow: 0 24px 48px rgba(17, 38, 73, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.help-modal-header[b-is3ltvu8sk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: #f7f9fc;
    border-bottom: 1px solid #e4e9f3;
}

.help-modal-subtitle[b-is3ltvu8sk] {
    font-size: 0.8rem;
    color: #6b7a90;
    margin-top: 0.2rem;
}

.help-modal-close[b-is3ltvu8sk] {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #1a73e8;
}

.help-modal-close:focus-visible[b-is3ltvu8sk] {
    outline: 2px solid #1a73e8;
    outline-offset: 2px;
}

.help-modal-body[b-is3ltvu8sk] {
    padding: 1rem 1.25rem;
    overflow-y: auto;
}

.help-modal-loading[b-is3ltvu8sk],
.help-modal-error[b-is3ltvu8sk] {
    color: #4c5c72;
}

.help-markdown h1[b-is3ltvu8sk],
.help-markdown h2[b-is3ltvu8sk],
.help-markdown h3[b-is3ltvu8sk] {
    margin-top: 1rem;
}

.help-markdown ul[b-is3ltvu8sk] {
    padding-left: 1.2rem;
}
