/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-0ruxvcsbpd] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-5izsn0et0t] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-5izsn0et0t] {
    width: var(--sidebar-width);
    background-color: var(--sidebar-bg);
    min-height: 100vh;
    position: sticky;
    top: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.main-content[b-5izsn0et0t] {
    flex: 1;
    min-width: 0;
    background: #f4f6f9;
}

.content-area[b-5izsn0et0t] {
    padding: 2rem 2.5rem;
}

#blazor-error-ui[b-5izsn0et0t] {
    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-5izsn0et0t] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .app-shell[b-5izsn0et0t] {
        flex-direction: column;
    }

    .sidebar[b-5izsn0et0t] {
        width: 100%;
        min-height: auto;
        position: relative;
    }

    .content-area[b-5izsn0et0t] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-header[b-lohw37y5cq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1.25rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 0.5rem;
}

.brand-logo-img[b-lohw37y5cq] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.brand-name[b-lohw37y5cq] {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}

.brand-sub[b-lohw37y5cq] {
    color: var(--sidebar-text);
    font-size: 0.7rem;
    line-height: 1.2;
}

.nav-items[b-lohw37y5cq] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.75rem;
    flex: 1;
    gap: 0.2rem;
}

[b-lohw37y5cq] .nav-link-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.9rem;
    color: var(--sidebar-text);
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

[b-lohw37y5cq] .nav-link-item:hover {
    background-color: rgba(255,255,255,0.07);
    color: #ffffff;
}

[b-lohw37y5cq] .nav-link-item.active {
    background-color: var(--accent);
    color: #ffffff;
}

.nav-icon[b-lohw37y5cq] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    opacity: 0.85;
}

[b-lohw37y5cq] .nav-link-item.active .nav-icon {
    opacity: 1;
}

.nav-footer[b-lohw37y5cq] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-top: auto;
}

.user-avatar[b-lohw37y5cq] {
    width: 34px;
    height: 34px;
    background-color: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
    flex-shrink: 0;
}

.user-info[b-lohw37y5cq] {
    flex: 1;
    min-width: 0;
}

.user-name[b-lohw37y5cq] {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-role[b-lohw37y5cq] {
    color: var(--sidebar-text);
    font-size: 0.7rem;
}

.logout-btn[b-lohw37y5cq] {
    color: var(--sidebar-text);
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0.25rem;
    border-radius: 4px;
    transition: color 0.15s ease;
    flex-shrink: 0;
}

.logout-btn:hover[b-lohw37y5cq] {
    color: #ffffff;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zx3bhqjx3z],
.components-reconnect-repeated-attempt-visible[b-zx3bhqjx3z],
.components-reconnect-failed-visible[b-zx3bhqjx3z],
.components-pause-visible[b-zx3bhqjx3z],
.components-resume-failed-visible[b-zx3bhqjx3z],
.components-rejoining-animation[b-zx3bhqjx3z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zx3bhqjx3z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zx3bhqjx3z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zx3bhqjx3z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zx3bhqjx3z],
#components-reconnect-modal.components-reconnect-retrying[b-zx3bhqjx3z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zx3bhqjx3z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zx3bhqjx3z],
#components-reconnect-modal.components-reconnect-failed[b-zx3bhqjx3z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zx3bhqjx3z] {
    display: block;
}


#components-reconnect-modal[b-zx3bhqjx3z] {
    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-zx3bhqjx3z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zx3bhqjx3z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zx3bhqjx3z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zx3bhqjx3z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zx3bhqjx3z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zx3bhqjx3z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zx3bhqjx3z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zx3bhqjx3z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zx3bhqjx3z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zx3bhqjx3z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zx3bhqjx3z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zx3bhqjx3z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zx3bhqjx3z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zx3bhqjx3z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zx3bhqjx3z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zx3bhqjx3z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zx3bhqjx3z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zx3bhqjx3z {
    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;
    }
}
/* /Features/Admin/Users/UserList.razor.rz.scp.css */
.page-header[b-3ii4h6nebu] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-title[b-3ii4h6nebu] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0;
}

.flash[b-3ii4h6nebu] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.flash-ok[b-3ii4h6nebu]    { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.flash-error[b-3ii4h6nebu] { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }

/* Users table */
.users-card[b-3ii4h6nebu] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
    overflow: hidden;
    margin-bottom: 2rem;
}

.users-table[b-3ii4h6nebu] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.users-table thead tr[b-3ii4h6nebu] {
    background: #f8fafc;
    border-bottom: 2px solid #e9ecef;
}

.users-table th[b-3ii4h6nebu] {
    padding: 0.7rem 1rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.05em;
}

.users-table td[b-3ii4h6nebu] {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #374151;
    vertical-align: middle;
}

.users-table tbody tr:last-child td[b-3ii4h6nebu] { border-bottom: none; }

.role-badge[b-3ii4h6nebu] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
}

.role-admin[b-3ii4h6nebu] { background: #ede9fe; color: #5b21b6; }
.role-bdm[b-3ii4h6nebu]   { background: #dbeafe; color: #1e40af; }

.status-badge[b-3ii4h6nebu] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
}

.status-ok[b-3ii4h6nebu]      { background: #d1fae5; color: #065f46; }
.status-pending[b-3ii4h6nebu] { background: #fef3c7; color: #92400e; }

.actions-cell[b-3ii4h6nebu] {
    display: flex;
    gap: 0.4rem;
}

.action-btn[b-3ii4h6nebu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background-color 0.15s;
}

.action-btn:hover[b-3ii4h6nebu] { border-color: #6366f1; color: #6366f1; background: #f0f0ff; }

.action-delete:hover[b-3ii4h6nebu] { border-color: #ef4444; color: #ef4444; background: #fff0f0; }

/* Add user */
.section-title[b-3ii4h6nebu] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2234;
    margin-bottom: 0.75rem;
}

.add-card[b-3ii4h6nebu] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
}

.add-row[b-3ii4h6nebu] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
}

.add-field[b-3ii4h6nebu] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 180px;
    flex: 1;
}

.field-label[b-3ii4h6nebu] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #374151;
}

.field-input[b-3ii4h6nebu] {
    height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    color: #374151;
    background: #f9fafb;
    outline: none;
    transition: border-color 0.15s;
    width: 100%;
    box-sizing: border-box;
}

.field-input:focus[b-3ii4h6nebu] { border-color: var(--accent); background: #fff; }

.btn-add[b-3ii4h6nebu] {
    height: 38px;
    padding: 0 1.25rem;
    background: var(--accent);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s;
    align-self: flex-end;
}

.btn-add:hover[b-3ii4h6nebu] { background: var(--accent-hover); }

/* Reset password modal */
.modal-backdrop[b-3ii4h6nebu] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-card[b-3ii4h6nebu] {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem;
    width: 420px;
    max-width: 90vw;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.modal-title[b-3ii4h6nebu] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2234;
    margin-bottom: 1.25rem;
}

.modal-body[b-3ii4h6nebu] { margin-bottom: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; }

.field-hint[b-3ii4h6nebu] { font-size: 0.75rem; color: #94a3b8; }

.modal-actions[b-3ii4h6nebu] { display: flex; justify-content: flex-end; gap: 0.75rem; }

.btn-cancel[b-3ii4h6nebu] {
    padding: 0.5rem 1.1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
}

.btn-cancel:hover[b-3ii4h6nebu] { border-color: #94a3b8; }

.btn-confirm[b-3ii4h6nebu] {
    padding: 0.5rem 1.1rem;
    background: var(--accent);
    border: none;
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.15s;
}

.btn-confirm:hover[b-3ii4h6nebu] { background: var(--accent-hover); }

.btn-danger[b-3ii4h6nebu] {
    padding: 0.5rem 1.1rem;
    background: #ef4444;
    border: none;
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.15s;
}

.btn-danger:hover[b-3ii4h6nebu] { background: #dc2626; }

.modal-text[b-3ii4h6nebu] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* Countries column */
.countries-all[b-3ii4h6nebu]  { font-size: 0.78rem; color: #94a3b8; font-style: italic; }
.countries-list[b-3ii4h6nebu] { font-size: 0.78rem; color: #374151; font-family: monospace; }

/* Country checkboxes (used in add form and modal) */
.add-countries-section[b-3ii4h6nebu] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-hint-inline[b-3ii4h6nebu] {
    font-size: 0.75rem;
    font-weight: 400;
    color: #94a3b8;
    margin-left: 0.35rem;
}

.country-check-grid[b-3ii4h6nebu] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 0.5rem;
}

.cluster-group[b-3ii4h6nebu] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 160px;
}

.cluster-label[b-3ii4h6nebu] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 0.1rem;
}

.country-check-item[b-3ii4h6nebu] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: #374151;
    cursor: pointer;
    user-select: none;
}

.country-check-item input[type="checkbox"][b-3ii4h6nebu] { cursor: pointer; accent-color: var(--accent); }

.add-footer[b-3ii4h6nebu] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

/* Wide modal variant for country editing */
.modal-card-wide[b-3ii4h6nebu] {
    width: 640px;
    max-width: 92vw;
}

.modal-card-wide .country-check-grid[b-3ii4h6nebu] { max-height: 360px; overflow-y: auto; padding-right: 0.25rem; }
/* /Features/Auth/ChangePassword/ChangePassword.razor.rz.scp.css */
.login-container[b-qqn1sc9k8t] {
    max-width: 440px;
    margin: 80px auto;
    padding: 2rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background: #fff;
}

.change-intro[b-qqn1sc9k8t] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.25rem;
}

.field-hint[b-qqn1sc9k8t] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.25rem;
}
/* /Features/Auth/Login/Login.razor.rz.scp.css */
.login-container[b-4m9b21fpqy] {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.login-logo[b-4m9b21fpqy] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.login-logo img[b-4m9b21fpqy] {
    height: 40px;
    width: auto;
}

h1[b-4m9b21fpqy] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0 0 1.5rem;
    text-align: center;
}
/* /Features/Auth/TwoFactor/Setup2fa.razor.rz.scp.css */
.setup-2fa-container[b-j4sifl8bpd] {
    max-width: 440px;
}

.qr-wrapper[b-j4sifl8bpd] {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.qr-wrapper img[b-j4sifl8bpd] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px;
    background: #fff;
}

.manual-key-intro[b-j4sifl8bpd] {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0 0 0.3rem;
    text-align: center;
}

.manual-key[b-j4sifl8bpd] {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1.25rem;
    word-break: break-all;
    user-select: all;
}

.code-input[b-j4sifl8bpd] {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.4em;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.recovery-codes[b-j4sifl8bpd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin: 1.25rem 0 1.5rem;
}

.recovery-codes code[b-j4sifl8bpd] {
    font-size: 0.9rem;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.45rem 0.5rem;
    user-select: all;
}
/* /Features/Auth/TwoFactor/TwoFactorLogin.razor.rz.scp.css */
.code-input[b-l5rbca4c6o] {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.4em;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.auth-alt-link[b-l5rbca4c6o] {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.auth-alt-link:hover[b-l5rbca4c6o] {
    color: var(--accent, #f97316);
}
/* /Features/Dashboard/Dashboard.razor.rz.scp.css */
/* Toast */
.toast[b-n5jh6beyfj] {
    position: fixed;
    top: 1.25rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #059669;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.65rem 1.1rem;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.14);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    z-index: 9999;
}

.toast-visible[b-n5jh6beyfj] {
    opacity: 1;
    transform: translateY(0);
}

.page-header[b-n5jh6beyfj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.page-title[b-n5jh6beyfj] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0;
}

.btn-accent[b-n5jh6beyfj] {
    display: inline-flex;
    align-items: center;
    background-color: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.btn-accent:hover[b-n5jh6beyfj] {
    background-color: var(--accent-hover);
    color: #fff;
    text-decoration: none;
}

/* Filter bar */
.filter-bar[b-n5jh6beyfj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    background: #fff;
    padding: 0.875rem 1.25rem;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
    margin-bottom: 1rem;
}

.filter-group[b-n5jh6beyfj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.filter-select[b-n5jh6beyfj],
.filter-input[b-n5jh6beyfj] {
    height: 36px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0 0.75rem;
    font-size: 0.8rem;
    color: #374151;
    background: #f9fafb;
    outline: none;
    transition: border-color 0.15s;
    min-width: 140px;
}

.filter-select:focus[b-n5jh6beyfj],
.filter-input:focus[b-n5jh6beyfj] {
    border-color: var(--accent);
    background: #fff;
}

.status-toggle[b-n5jh6beyfj] {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.status-btn[b-n5jh6beyfj] {
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem;
    border: none;
    background: #f9fafb;
    color: #6b7280;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

.status-btn:not(:last-child)[b-n5jh6beyfj] {
    border-right: 1px solid #e2e8f0;
}

.status-btn-active[b-n5jh6beyfj] {
    background-color: var(--accent);
    color: #fff;
    font-weight: 600;
}

.date-filter[b-n5jh6beyfj] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.date-label[b-n5jh6beyfj] {
    font-size: 0.8rem;
    color: #6b7280;
    white-space: nowrap;
}

/* Table header row */
.table-header[b-n5jh6beyfj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0 0.25rem;
}

.entry-count[b-n5jh6beyfj] {
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 500;
}

.export-btns[b-n5jh6beyfj] {
    display: flex;
    gap: 0.5rem;
}

.btn-export[b-n5jh6beyfj] {
    display: inline-flex;
    align-items: center;
    font-size: 0.82rem;
    color: #374151;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.3rem 0.8rem;
    text-decoration: none;
    font-weight: 500;
    transition: border-color 0.15s, color 0.15s;
}

.btn-export:hover[b-n5jh6beyfj] {
    border-color: var(--accent);
    color: var(--accent);
    text-decoration: none;
}

.btn-export-disabled[b-n5jh6beyfj] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Table */
.table-wrapper[b-n5jh6beyfj] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
    overflow-x: auto;
}

.promo-table[b-n5jh6beyfj] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.83rem;
    table-layout: fixed;
}

.promo-table thead tr[b-n5jh6beyfj] {
    background: #f8fafc;
    border-bottom: 2px solid #e9ecef;
}

.promo-table th[b-n5jh6beyfj] {
    padding: 0.65rem 0.6rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.72rem;
    color: #64748b;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-table td[b-n5jh6beyfj] {
    padding: 0.6rem 0.6rem;
    border-bottom: 1px solid #f1f5f9;
    color: #374151;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promo-table tbody tr:hover[b-n5jh6beyfj] {
    background: #fafbfc;
}

.promo-table tbody tr:last-child td[b-n5jh6beyfj] {
    border-bottom: none;
}

.nr-cell[b-n5jh6beyfj] {
    color: #94a3b8;
    font-weight: 500;
    width: 40px;
}


.sku-name[b-n5jh6beyfj] {
    font-weight: 600;
    color: #1a2234;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sku-code[b-n5jh6beyfj] {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.country-cell[b-n5jh6beyfj] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date-cell[b-n5jh6beyfj] {
    white-space: nowrap;
    color: #4b5563;
}

.wk-cell[b-n5jh6beyfj] {
    color: #6b7280;
    font-weight: 500;
}

.actions-cell[b-n5jh6beyfj] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

.action-btn[b-n5jh6beyfj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s, background-color 0.15s;
}

.action-edit[b-n5jh6beyfj] {
    color: #6b7280;
}

.action-edit:hover[b-n5jh6beyfj] {
    border-color: #6366f1;
    color: #6366f1;
    background: #f0f0ff;
    text-decoration: none;
}

.action-delete[b-n5jh6beyfj] {
    color: #6b7280;
}

.action-delete:hover[b-n5jh6beyfj] {
    border-color: #ef4444;
    color: #ef4444;
    background: #fff0f0;
}

.empty-row[b-n5jh6beyfj] {
    text-align: center;
    color: #94a3b8;
    padding: 2.5rem;
    font-style: italic;
}

/* Empty state — no entries at all */
.empty-state[b-n5jh6beyfj] {
    text-align: center;
    padding: 3.5rem 1rem;
}

.empty-icon[b-n5jh6beyfj] {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.empty-title[b-n5jh6beyfj] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2234;
    margin-bottom: 0.35rem;
}

.empty-subtitle[b-n5jh6beyfj] {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 1.25rem;
}

/* Clear filters button */
.btn-clear[b-n5jh6beyfj] {
    height: 36px;
    padding: 0 0.9rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ef4444;
    background: #fff;
    border: 1px solid #fca5a5;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s, border-color 0.15s;
}

.btn-clear:hover[b-n5jh6beyfj] {
    background: #fff0f0;
    border-color: #ef4444;
}

/* Sortable column headers */
.th-sortable[b-n5jh6beyfj] {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 1.4rem !important;
}

.th-sortable:hover[b-n5jh6beyfj] {
    color: #374151;
}

.th-sortable[b-n5jh6beyfj]::after {
    content: '↕';
    position: absolute;
    right: 0.4rem;
    opacity: 0.3;
    font-size: 0.65rem;
}

.th-asc[b-n5jh6beyfj]::after {
    content: '↑';
    opacity: 0.8;
    color: var(--accent);
}

.th-desc[b-n5jh6beyfj]::after {
    content: '↓';
    opacity: 0.8;
    color: var(--accent);
}

/* Status badges */
.badge-draft[b-n5jh6beyfj] {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
}

.badge-saved[b-n5jh6beyfj] {
    display: inline-block;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
}

/* Delete confirmation modal */
.modal-backdrop[b-n5jh6beyfj] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-card[b-n5jh6beyfj] {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem;
    width: 400px;
    max-width: 90vw;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.modal-title[b-n5jh6beyfj] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2234;
    margin-bottom: 0.75rem;
}

.modal-text[b-n5jh6beyfj] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

.modal-body[b-n5jh6beyfj] { margin-bottom: 1.25rem; }

.modal-actions[b-n5jh6beyfj] { display: flex; justify-content: flex-end; gap: 0.75rem; }

.btn-cancel[b-n5jh6beyfj] {
    padding: 0.5rem 1.1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
}

.btn-cancel:hover[b-n5jh6beyfj] { border-color: #94a3b8; }

.btn-danger[b-n5jh6beyfj] {
    padding: 0.5rem 1.1rem;
    background: #ef4444;
    border: none;
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.15s;
}

.btn-danger:hover[b-n5jh6beyfj] { background: #dc2626; }
/* /Features/Entries/Edit/EditEntry.razor.rz.scp.css */
.edit-page-header[b-igb2xkkpvx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.75rem;
}

.edit-page-title[b-igb2xkkpvx] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0 0 0.25rem;
}

.edit-page-subtitle[b-igb2xkkpvx] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

.edit-loading[b-igb2xkkpvx] {
    color: #6b7280;
    font-size: 0.875rem;
    padding: 2rem 0;
}

.edit-card[b-igb2xkkpvx] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    padding: 2rem;
}

.edit-alert[b-igb2xkkpvx] {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #dc2626;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.edit-section[b-igb2xkkpvx] {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #f1f5f9;
}

.edit-section:last-of-type[b-igb2xkkpvx] {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.edit-section-title[b-igb2xkkpvx] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0 0 1.1rem;
}

.edit-form-grid[b-igb2xkkpvx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    max-width: 660px;
}

.form-field[b-igb2xkkpvx] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-igb2xkkpvx] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.optional-tag[b-igb2xkkpvx] {
    font-size: 0.7rem;
    font-weight: 400;
    color: #94a3b8;
    background: #f1f5f9;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

.field-input[b-igb2xkkpvx],
.field-select[b-igb2xkkpvx] {
    height: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 0.85rem;
    font-size: 0.875rem;
    color: #374151;
    background: #fff;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.field-input:focus[b-igb2xkkpvx],
.field-select:focus[b-igb2xkkpvx] {
    border-color: var(--accent);
}

.field-error[b-igb2xkkpvx] {
    font-size: 0.78rem;
    color: #dc2626;
    margin-top: 0.2rem;
}

.input-prefix-wrapper[b-igb2xkkpvx] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-prefix[b-igb2xkkpvx] {
    position: absolute;
    left: 0.75rem;
    color: #94a3b8;
    font-size: 0.875rem;
    pointer-events: none;
}

.field-input-prefixed[b-igb2xkkpvx] {
    padding-left: 1.75rem;
}

.edit-actions[b-igb2xkkpvx] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 1.75rem;
}

.btn-save[b-igb2xkkpvx] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.btn-save:hover:not(:disabled)[b-igb2xkkpvx] {
    background-color: var(--accent-hover);
}

.btn-save:disabled[b-igb2xkkpvx] {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-back[b-igb2xkkpvx],
.btn-cancel[b-igb2xkkpvx],
.btn-back-link[b-igb2xkkpvx] {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-back:hover[b-igb2xkkpvx],
.btn-cancel:hover[b-igb2xkkpvx],
.btn-back-link:hover[b-igb2xkkpvx] {
    border-color: #94a3b8;
    color: #1a2234;
}

.spinner[b-igb2xkkpvx] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-igb2xkkpvx 0.6s linear infinite;
    display: inline-block;
}

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

@media (max-width: 480px) {
    .edit-form-grid[b-igb2xkkpvx] {
        grid-template-columns: 1fr;
    }

    .edit-page-header[b-igb2xkkpvx] {
        flex-direction: column;
        gap: 0.75rem;
    }
}
/* /Features/Entries/EntryWizard/Step1Country/Step1Country.razor.rz.scp.css */
.step-section[b-eg3cef7927] {
    margin-bottom: 1.75rem;
}

.step-title[b-eg3cef7927] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0 0 0.3rem;
}

.step-subtitle[b-eg3cef7927] {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0 0 0.9rem;
}

/* Searchable combobox */
.combobox-wrapper[b-eg3cef7927] {
    position: relative;
    max-width: 480px;
}

.combobox-field[b-eg3cef7927] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    min-height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.35rem 0.65rem;
    background: #fff;
    cursor: text;
    transition: border-color 0.15s;
}

.combobox-field:focus-within[b-eg3cef7927],
.combobox-open[b-eg3cef7927] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.combobox-input[b-eg3cef7927] {
    flex: 1;
    min-width: 120px;
    border: none;
    outline: none;
    font-size: 0.875rem;
    color: #374151;
    background: transparent;
    padding: 0.1rem 0;
}

.combobox-input[b-eg3cef7927]::placeholder {
    color: #94a3b8;
}

.combobox-dropdown[b-eg3cef7927] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    z-index: 100;
    max-height: 280px;
    overflow-y: auto;
}

.combobox-option[b-eg3cef7927] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.85rem;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.1s;
}

.combobox-option:hover[b-eg3cef7927] {
    background: #fff7ed;
    color: var(--accent);
}

.option-code[b-eg3cef7927] {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    color: #4f46e5;
    background: #f0f4ff;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    min-width: 30px;
    text-align: center;
}

.combobox-empty[b-eg3cef7927] {
    padding: 0.7rem 0.85rem;
    font-size: 0.82rem;
    color: #94a3b8;
}

/* Country chips (inside the combobox field) */
.country-chip[b-eg3cef7927] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background-color: var(--accent);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem 0.2rem 0.4rem;
    border-radius: 9999px;
    white-space: nowrap;
}

.chip-flag[b-eg3cef7927] {
    font-size: 0.65rem;
    font-weight: 700;
    background: rgba(255,255,255,0.25);
    border-radius: 3px;
    padding: 0.05rem 0.3rem;
}

.chip-remove[b-eg3cef7927] {
    background: none;
    border: none;
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    font-size: 0.7rem;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: color 0.15s;
}

.chip-remove:hover[b-eg3cef7927] {
    color: #fff;
}

/* Retailer section */
.retailer-search-wrapper[b-eg3cef7927] {
    margin-bottom: 0.9rem;
    max-width: 320px;
}

.retailer-search[b-eg3cef7927] {
    width: 100%;
    height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 0.85rem;
    font-size: 0.875rem;
    color: #374151;
    background: #f9fafb;
    outline: none;
}

.retailer-search:focus[b-eg3cef7927] {
    border-color: var(--accent);
    background: #fff;
}

.retailer-list[b-eg3cef7927] {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    max-height: 340px;
    overflow-y: auto;
}

.retailer-row[b-eg3cef7927] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0.9rem;
    border: none;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 0.875rem;
    color: #374151;
    transition: background-color 0.1s, color 0.1s;
}

.retailer-row:last-child[b-eg3cef7927] { border-bottom: none; }
.retailer-row-alt[b-eg3cef7927] { background: #f9fafb; }

.retailer-row:hover:not(.retailer-row-selected)[b-eg3cef7927] {
    background: #fff7ed;
    color: var(--accent);
}

.retailer-row-selected[b-eg3cef7927] {
    background: #fff7ed;
    color: var(--accent);
    font-weight: 600;
}

.retailer-name[b-eg3cef7927] {
    font-size: 0.875rem;
}

/* Navigation */
.step-actions[b-eg3cef7927] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.5rem;
}

.btn-next[b-eg3cef7927] {
    display: inline-flex;
    align-items: center;
    background-color: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.btn-next:hover:not(:disabled)[b-eg3cef7927] {
    background-color: var(--accent-hover);
}

.btn-next:disabled[b-eg3cef7927] {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-back[b-eg3cef7927] {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-back:hover[b-eg3cef7927] {
    border-color: #94a3b8;
    color: #1a2234;
}
/* /Features/Entries/EntryWizard/Step2Sku/Step2Sku.razor.rz.scp.css */
.step-section[b-1jeiy9htks] {
    margin-bottom: 1.75rem;
}

.step-title[b-1jeiy9htks] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0 0 0.3rem;
}

.step-subtitle[b-1jeiy9htks] {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0 0 0.9rem;
}

.sku-search-wrapper[b-1jeiy9htks] {
    margin-bottom: 0.9rem;
    max-width: 320px;
}

.sku-search[b-1jeiy9htks] {
    width: 100%;
    height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 0.85rem;
    font-size: 0.875rem;
    color: #374151;
    background: #f9fafb;
    outline: none;
}

.sku-search:focus[b-1jeiy9htks] {
    border-color: var(--accent);
    background: #fff;
}

.sku-table-wrapper[b-1jeiy9htks] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.sku-table[b-1jeiy9htks] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.sku-table thead tr[b-1jeiy9htks] {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.sku-table th[b-1jeiy9htks] {
    padding: 0.6rem 1rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.05em;
}

.col-check[b-1jeiy9htks] {
    width: 44px;
    text-align: center !important;
}

.sku-table td[b-1jeiy9htks] {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.sku-table tbody tr:last-child td[b-1jeiy9htks] {
    border-bottom: none;
}

.sku-row[b-1jeiy9htks] {
    cursor: pointer;
    transition: background-color 0.1s;
}

.sku-row:hover[b-1jeiy9htks] {
    background: #fafbfc;
}

.sku-row-selected[b-1jeiy9htks] {
    background: #fff7ed;
    box-shadow: inset 3px 0 0 var(--accent);
}

.sku-row-selected:hover[b-1jeiy9htks] {
    background: #ffedd5;
}

.sku-checkbox[b-1jeiy9htks] {
    width: 16px;
    height: 16px;
    accent-color: var(--accent);
    cursor: pointer;
}

.sku-name[b-1jeiy9htks] {
    font-weight: 600;
    color: #1a2234;
}

.sku-code[b-1jeiy9htks] {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 1px;
}

.sku-category[b-1jeiy9htks] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 4px;
    padding: 0.15rem 0.45rem;
    letter-spacing: 0.02em;
}

.price-cell[b-1jeiy9htks] {
    color: #374151;
    font-weight: 500;
    white-space: nowrap;
}

/* Promo type pills */
.promo-type-pills[b-1jeiy9htks] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.promo-pill[b-1jeiy9htks] {
    padding: 0.45rem 1.1rem;
    border-radius: 9999px;
    border: 2px solid #e2e8f0;
    background: #fff;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.15s, background-color 0.15s, color 0.15s;
}

.promo-pill:hover[b-1jeiy9htks] {
    border-color: var(--accent);
    color: var(--accent);
}

.promo-pill-active[b-1jeiy9htks] {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
    font-weight: 600;
}

.promo-pill-active:hover[b-1jeiy9htks] {
    background-color: var(--accent-hover);
    border-color: var(--accent-hover);
    color: #fff;
}

/* Navigation */
.step-actions[b-1jeiy9htks] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.5rem;
}

.btn-next[b-1jeiy9htks] {
    display: inline-flex;
    align-items: center;
    background-color: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.btn-next:hover:not(:disabled)[b-1jeiy9htks] {
    background-color: var(--accent-hover);
}

.btn-next:disabled[b-1jeiy9htks] {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-back[b-1jeiy9htks] {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-back:hover[b-1jeiy9htks] {
    border-color: #94a3b8;
    color: #1a2234;
}
/* /Features/Entries/EntryWizard/Step3Pricing/Step3Pricing.razor.rz.scp.css */
.step-section[b-ywjai3zoxs] {
    margin-bottom: 1.75rem;
}

.step-title[b-ywjai3zoxs] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0 0 0.3rem;
}

.step-subtitle[b-ywjai3zoxs] {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0 0 1.25rem;
}

.quick-select-row[b-ywjai3zoxs] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.btn-quick[b-ywjai3zoxs] {
    padding: 0.35rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: border-color 0.12s, color 0.12s, background-color 0.12s;
}

.btn-quick:hover[b-ywjai3zoxs] {
    border-color: var(--accent);
    color: var(--accent);
    background: #fff7ed;
}

.date-summary[b-ywjai3zoxs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    font-size: 0.82rem;
}

.date-summary-weeks[b-ywjai3zoxs] { font-weight: 600; color: #374151; }
.date-summary-dot[b-ywjai3zoxs] { color: #d1d5db; }
.date-summary-days[b-ywjai3zoxs] { color: #6b7280; }

.form-grid[b-ywjai3zoxs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    max-width: 600px;
}

.form-field[b-ywjai3zoxs] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-ywjai3zoxs] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.optional-tag[b-ywjai3zoxs] {
    font-size: 0.7rem;
    font-weight: 400;
    color: #94a3b8;
    background: #f1f5f9;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

.required-tag[b-ywjai3zoxs] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #dc2626;
    background: #fef2f2;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

.field-error[b-ywjai3zoxs] {
    font-size: 0.78rem;
    color: #dc2626;
    margin-top: 0.2rem;
}

.pricing-table-wrapper[b-ywjai3zoxs] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow-x: auto;
}

.pricing-table[b-ywjai3zoxs] {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.pricing-table thead tr[b-ywjai3zoxs] {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.pricing-table th[b-ywjai3zoxs] {
    padding: 0.6rem 1rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.pricing-table td[b-ywjai3zoxs] {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.pricing-table tbody tr:last-child td[b-ywjai3zoxs] {
    border-bottom: none;
}

.sku-name[b-ywjai3zoxs] {
    font-weight: 600;
    color: #1a2234;
    white-space: nowrap;
}

.price-cell[b-ywjai3zoxs] {
    white-space: nowrap;
}

.pricing-table .field-input[b-ywjai3zoxs] {
    min-width: 110px;
}

.sku-code[b-ywjai3zoxs] {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 1px;
}

.promo-type-label[b-ywjai3zoxs] {
    font-size: 0.78rem;
    font-weight: 500;
    color: #374151;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 0.2rem 0.6rem;
    white-space: nowrap;
}

.input-required[b-ywjai3zoxs] {
    border-color: #fca5a5;
    background: #fff5f5;
}

.field-input[b-ywjai3zoxs] {
    height: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 0.85rem;
    font-size: 0.875rem;
    color: #374151;
    background: #fff;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.field-input:focus[b-ywjai3zoxs] {
    border-color: var(--accent);
}

.input-prefix-wrapper[b-ywjai3zoxs] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-prefix[b-ywjai3zoxs] {
    position: absolute;
    left: 0.75rem;
    color: #94a3b8;
    font-size: 0.875rem;
    pointer-events: none;
}

.field-input-prefixed[b-ywjai3zoxs] {
    padding-left: 1.75rem;
}

/* Navigation */
.step-actions[b-ywjai3zoxs] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.5rem;
}

.btn-next[b-ywjai3zoxs] {
    display: inline-flex;
    align-items: center;
    background-color: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.btn-next:hover:not(:disabled)[b-ywjai3zoxs] {
    background-color: var(--accent-hover);
}

.btn-next:disabled[b-ywjai3zoxs] {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-draft[b-ywjai3zoxs] {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-draft:hover[b-ywjai3zoxs] {
    border-color: var(--accent);
    color: var(--accent);
}

.btn-back[b-ywjai3zoxs] {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-back:hover[b-ywjai3zoxs] {
    border-color: #94a3b8;
    color: #1a2234;
}

@media (max-width: 480px) {
    .form-grid[b-ywjai3zoxs] {
        grid-template-columns: 1fr;
    }
}
/* /Features/Entries/EntryWizard/Step4Review/Step4Review.razor.rz.scp.css */
.step-section[b-zc06b2fg30] {
    margin-bottom: 1.75rem;
}

.step-title[b-zc06b2fg30] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0 0 0.3rem;
}

.step-subtitle[b-zc06b2fg30] {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0 0 1rem;
}

/* Meta row — promo type + period */
.review-meta[b-zc06b2fg30] {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}

.review-meta-item[b-zc06b2fg30] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.meta-label[b-zc06b2fg30] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.meta-value[b-zc06b2fg30] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a2234;
}

/* Banner */
.review-banner[b-zc06b2fg30] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #92400e;
    margin-bottom: 1.25rem;
}

/* Retailer grouped cards */
.retailer-card[b-zc06b2fg30] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.retailer-card-header[b-zc06b2fg30] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.65rem 1rem;
}

.retailer-country-badge[b-zc06b2fg30] {
    display: inline-block;
    background: #f0f4ff;
    color: #4f46e5;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
}

.retailer-name[b-zc06b2fg30] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1a2234;
}

/* SKU review table inside each card */
.sku-review-table[b-zc06b2fg30] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.sku-review-table th[b-zc06b2fg30] {
    padding: 0.5rem 1rem;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.sku-review-table td[b-zc06b2fg30] {
    padding: 0.6rem 1rem;
    border-top: 1px solid #f1f5f9;
    vertical-align: middle;
}

.sku-name[b-zc06b2fg30] {
    font-weight: 600;
    color: #1a2234;
}

.sku-code[b-zc06b2fg30] {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 1px;
}

.num-cell[b-zc06b2fg30] {
    color: #374151;
    font-weight: 500;
    white-space: nowrap;
}

/* Navigation */
.step-actions[b-zc06b2fg30] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.5rem;
}

.btn-draft[b-zc06b2fg30] {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-draft:hover:not(:disabled)[b-zc06b2fg30] {
    border-color: var(--accent);
    color: var(--accent);
}

.btn-draft:disabled[b-zc06b2fg30] { opacity: 0.5; cursor: not-allowed; }

.btn-submit[b-zc06b2fg30] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: #059669;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.btn-submit:hover:not(:disabled)[b-zc06b2fg30] {
    background-color: #047857;
}

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

.btn-back[b-zc06b2fg30] {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-back:hover:not(:disabled)[b-zc06b2fg30] {
    border-color: #94a3b8;
    color: #1a2234;
}

.btn-back:disabled[b-zc06b2fg30] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Spinner */
.spinner[b-zc06b2fg30] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-zc06b2fg30 0.6s linear infinite;
}

@keyframes spin-b-zc06b2fg30 {
    to { transform: rotate(360deg); }
}
/* /Features/Entries/EntryWizard/Wizard.razor.rz.scp.css */
.wizard-page-header[b-dytlhu4a6t] {
    margin-bottom: 1.75rem;
}

.wizard-page-title[b-dytlhu4a6t] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2234;
    margin: 0 0 0.25rem;
}

.wizard-page-subtitle[b-dytlhu4a6t] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* Progress bar */
.wizard-progress[b-dytlhu4a6t] {
    display: flex;
    align-items: center;
    margin-bottom: 1.75rem;
}

.progress-step[b-dytlhu4a6t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.step-circle[b-dytlhu4a6t] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    border: 2px solid #e2e8f0;
    background: #fff;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.step-label[b-dytlhu4a6t] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #94a3b8;
    white-space: nowrap;
}

.step-active .step-circle[b-dytlhu4a6t] {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.step-active .step-label[b-dytlhu4a6t] {
    color: var(--accent);
    font-weight: 700;
}

.step-done .step-circle[b-dytlhu4a6t] {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.step-done .step-label[b-dytlhu4a6t] {
    color: #6b7280;
}

.step-connector[b-dytlhu4a6t] {
    flex: 1;
    height: 2px;
    background: #e2e8f0;
    margin: 0 0.5rem;
    margin-bottom: 1.25rem;
    transition: background-color 0.2s ease;
}

.connector-done[b-dytlhu4a6t] {
    background: var(--accent);
}

/* Centered container */
.wizard-container[b-dytlhu4a6t] {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Progress card */
.wizard-progress-card[b-dytlhu4a6t] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    padding: 1.25rem 1.75rem;
}

.wizard-progress[b-dytlhu4a6t] {
    margin-bottom: 0;
}

/* Wizard card */
.wizard-card[b-dytlhu4a6t] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    padding: 2rem;
}
