/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ze4luvy76k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ze4luvy76k] {
    flex: 1;
}

.sidebar[b-ze4luvy76k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ze4luvy76k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ze4luvy76k]  a, .top-row[b-ze4luvy76k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ze4luvy76k]  a:hover, .top-row[b-ze4luvy76k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ze4luvy76k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ze4luvy76k] {
        justify-content: space-between;
    }

    .top-row[b-ze4luvy76k]  a, .top-row[b-ze4luvy76k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ze4luvy76k] {
        flex-direction: row;
    }

    .sidebar[b-ze4luvy76k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ze4luvy76k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ze4luvy76k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ze4luvy76k], article[b-ze4luvy76k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ze4luvy76k] {
    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-ze4luvy76k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-35uivuoii9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-35uivuoii9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-35uivuoii9] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-35uivuoii9] {
    font-size: 1.1rem;
}

.bi[b-35uivuoii9] {
    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-35uivuoii9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-35uivuoii9] {
    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-35uivuoii9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-35uivuoii9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-35uivuoii9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-35uivuoii9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-35uivuoii9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-35uivuoii9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-35uivuoii9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-35uivuoii9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-35uivuoii9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-35uivuoii9] {
        display: none;
    }

    .nav-scrollable[b-35uivuoii9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7fi8krvwlx],
.components-reconnect-repeated-attempt-visible[b-7fi8krvwlx],
.components-reconnect-failed-visible[b-7fi8krvwlx],
.components-pause-visible[b-7fi8krvwlx],
.components-resume-failed-visible[b-7fi8krvwlx],
.components-rejoining-animation[b-7fi8krvwlx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7fi8krvwlx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7fi8krvwlx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7fi8krvwlx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7fi8krvwlx],
#components-reconnect-modal.components-reconnect-retrying[b-7fi8krvwlx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7fi8krvwlx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7fi8krvwlx],
#components-reconnect-modal.components-reconnect-failed[b-7fi8krvwlx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7fi8krvwlx] {
    display: block;
}


#components-reconnect-modal[b-7fi8krvwlx] {
    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-7fi8krvwlx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7fi8krvwlx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7fi8krvwlx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7fi8krvwlx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7fi8krvwlx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7fi8krvwlx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7fi8krvwlx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7fi8krvwlx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7fi8krvwlx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7fi8krvwlx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7fi8krvwlx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7fi8krvwlx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7fi8krvwlx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7fi8krvwlx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7fi8krvwlx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7fi8krvwlx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7fi8krvwlx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7fi8krvwlx {
    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;
    }
}
/* /Components/Pages/Admin/AdminAccess.razor.rz.scp.css */
/* AdminAccess.razor.css — scoped styles for the /admin/access page */

.aa-inline-link[b-syaksh8mdv] {
    color: var(--color-red);
    font-weight: 600;
    text-decoration: underline;
}

/* ── Two-pane grid: admin rail + editor ── */
.aa-grid[b-syaksh8mdv] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
    align-items: start;
}

/* ── Left rail ── */
.aa-rail[b-syaksh8mdv] {
    padding: 1.1rem;
    position: sticky;
    top: 1rem;
}

.aa-rail-head[b-syaksh8mdv] {
    margin: 0 0 0.75rem;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-muted);
}

.aa-admin-list[b-syaksh8mdv] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.aa-admin-btn[b-syaksh8mdv] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 0.7rem;
    border: 1px solid transparent;
    border-radius: 12px;
    background: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.aa-admin-btn:hover[b-syaksh8mdv] {
    background: var(--color-bg);
}

.aa-admin-btn.is-selected[b-syaksh8mdv] {
    background: var(--color-peach);
    border-color: var(--color-brown);
}

.aa-admin-btn.is-inactive[b-syaksh8mdv] {
    opacity: 0.5;
}

.aa-admin-avatar[b-syaksh8mdv] {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-peach);
    color: var(--color-darker-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 0.95rem;
}

.aa-admin-btn.is-selected .aa-admin-avatar[b-syaksh8mdv] {
    background: #fff;
}

.aa-admin-text[b-syaksh8mdv] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.aa-admin-name[b-syaksh8mdv] {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aa-admin-sub[b-syaksh8mdv] {
    font-size: 0.72rem;
    color: var(--color-muted);
}

/* ── Editor pane ── */
.aa-editor[b-syaksh8mdv] {
    padding: 1.5rem;
    min-height: 360px;
}

.aa-placeholder[b-syaksh8mdv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 340px;
    text-align: center;
    padding: 1.5rem;
}

.aa-placeholder-badge[b-syaksh8mdv] {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: var(--color-peach);
    color: var(--color-darker-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.aa-placeholder-title[b-syaksh8mdv] {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text);
}

.aa-placeholder-text[b-syaksh8mdv] {
    margin: 0.35rem 0 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-muted);
    max-width: 38ch;
}

.aa-editor-head[b-syaksh8mdv] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
}

.aa-editor-title[b-syaksh8mdv] {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-text);
}

.aa-editor-sub[b-syaksh8mdv] {
    margin: 0.3rem 0 0;
    font-size: 0.82rem;
    color: var(--color-muted);
}

.aa-editor-actions[b-syaksh8mdv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.aa-btn[b-syaksh8mdv] {
    height: 2.4rem;
    padding: 0 1.1rem;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.aa-btn-ghost[b-syaksh8mdv] {
    background: #fff;
    border: 2px solid var(--color-border);
    color: var(--color-text);
}

.aa-btn-ghost:hover:not(:disabled)[b-syaksh8mdv] {
    background: var(--color-bg);
}

.aa-btn:disabled[b-syaksh8mdv] {
    opacity: 0.5;
    cursor: default;
}

.aa-save-ok[b-syaksh8mdv] {
    font-size: 0.82rem;
    color: var(--color-olive);
    font-weight: 600;
}

/* ── Two columns: companies | bakers ── */
.aa-cols[b-syaksh8mdv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.aa-col[b-syaksh8mdv] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.aa-col-head[b-syaksh8mdv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.aa-col-title[b-syaksh8mdv] {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--color-text);
}

.aa-col-bulk[b-syaksh8mdv] {
    font-size: 0.78rem;
    color: var(--color-muted);
}

.aa-link[b-syaksh8mdv] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--color-red);
    font-size: 0.78rem;
    font-weight: 600;
}

.aa-link:hover[b-syaksh8mdv] {
    text-decoration: underline;
}

.aa-dot[b-syaksh8mdv] {
    margin: 0 0.3rem;
    color: var(--color-border);
}

.aa-search[b-syaksh8mdv] {
    padding: 0.55rem 0.8rem;
    font-size: 0.85rem;
    height: auto;
    margin-bottom: 0.6rem;
}

.aa-checklist[b-syaksh8mdv] {
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 0.4rem;
    max-height: 360px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.aa-check[b-syaksh8mdv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.6rem;
    border-radius: 9px;
    cursor: pointer;
    transition: background 0.12s ease;
}

.aa-check:hover[b-syaksh8mdv] {
    background: var(--color-bg);
}

.aa-check.is-on[b-syaksh8mdv] {
    background: var(--color-mint);
}

.aa-check input[type="checkbox"][b-syaksh8mdv] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    accent-color: var(--color-brown);
    cursor: pointer;
}

.aa-check-main[b-syaksh8mdv] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.aa-check-name[b-syaksh8mdv] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aa-check-meta[b-syaksh8mdv] {
    font-size: 0.72rem;
    color: var(--color-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aa-none[b-syaksh8mdv] {
    color: var(--color-muted);
    font-size: 0.82rem;
    text-align: center;
    padding: 1.5rem 1rem;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .aa-grid[b-syaksh8mdv] {
        grid-template-columns: 1fr;
    }

    .aa-rail[b-syaksh8mdv] {
        position: static;
    }

    .aa-cols[b-syaksh8mdv] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/AdminBakers.razor.rz.scp.css */
.btn-xs[b-mxlxshbm3f] {
    font-size: 0.7rem;
    height: 1.75rem;
    padding: 0 0.6rem;
}

.input-compact[b-mxlxshbm3f] {
    height: 1.75rem;
    padding: 0 0.6rem;
    font-size: 0.7rem;
    max-width: 220px;
    width: 220px;
}

.btn-danger[b-mxlxshbm3f] {
    background-color: #e87a56;
}

.btn-danger:hover[b-mxlxshbm3f] {
    background-color: #d4613d;
}

/* Uniform, full-width action buttons inside the mobile card */
.rcard-actions .btn[b-mxlxshbm3f] {
    width: 100%;
    height: 2.5rem;
    padding: 0 1rem;
    font-size: 0.85rem;
}
/* /Components/Pages/Admin/AdminCms.razor.rz.scp.css */
.page-shell[b-e0kip5z25n] {
    min-height: 100vh;
    background: var(--color-bg);
    padding: var(--LR-padding);
}

.page-content[b-e0kip5z25n] {
    margin: 0 auto;
}

.page-title[b-e0kip5z25n] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 1.5rem;
}

.section-card[b-e0kip5z25n] {
    padding: 1.5rem;
    position: relative;
}

/* Add button (circle) */
.add-circle-btn[b-e0kip5z25n] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: var(--color-brown);
    color: #fff;
    text-decoration: none;
}

/* Filter bar */
.filter-bar[b-e0kip5z25n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.filter-label[b-e0kip5z25n] {
    font-size: 0.8rem;
    color: var(--color-muted);
    font-weight: 600;
    margin-right: 0.25rem;
}

.filter-btn[b-e0kip5z25n] {
    height: 2rem;
    padding: 0 0.875rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid;
    transition: all 0.15s;
}

.filter-btn-count[b-e0kip5z25n] {
    margin-left: 0.3rem;
    opacity: 0.7;
}

/* Error / loading */
.text-error[b-e0kip5z25n] {
    color: #b91c1c;
    font-size: 0.875rem;
    margin: 0 0 1rem;
}

.text-loading[b-e0kip5z25n] {
    color: var(--color-muted);
    font-size: 0.875rem;
}

/* Empty state */
.empty-state[b-e0kip5z25n] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--color-muted);
}

.empty-state-icon[b-e0kip5z25n] {
    margin: 0 auto 0.75rem;
    display: block;
    opacity: 0.4;
}

/* Table */
.table-scroll[b-e0kip5z25n] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.data-table[b-e0kip5z25n] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.thead-row-thick[b-e0kip5z25n] {
    border-bottom: 2px solid var(--color-border, #e5e7eb);
}

.th-cell[b-e0kip5z25n] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: var(--color-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.th-cell-img[b-e0kip5z25n] {
    padding: 0.5rem 0.75rem;
    width: 56px;
}

.th-cell-actions[b-e0kip5z25n] {
    width: 80px;
}

.tr-row[b-e0kip5z25n] {
    border-bottom: 1px solid var(--color-blue);
}

.td-img[b-e0kip5z25n] {
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    width: 56px;
}

.td-title[b-e0kip5z25n] {
    padding: 0.75rem;
    max-width: 300px;
}

.td-status[b-e0kip5z25n] {
    padding: 0.75rem;
    white-space: nowrap;
}

.td-date[b-e0kip5z25n] {
    padding: 0.75rem;
    color: var(--color-muted);
    white-space: nowrap;
    font-size: 0.85rem;
}

.td-actions[b-e0kip5z25n] {
    padding: 0.75rem;
    text-align: right;
}

.thumb-img[b-e0kip5z25n] {
    width: 48px;
    height: 36px;
    object-fit: cover;
    border-radius: 0.3rem;
    border: 1px solid var(--color-border, #e5e7eb);
    display: block;
}

.thumb-placeholder[b-e0kip5z25n] {
    width: 48px;
    height: 36px;
    border-radius: 0.3rem;
    background: #f3f4f6;
    border: 1px solid var(--color-border, #e5e7eb);
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-link[b-e0kip5z25n] {
    margin: 0;
    font-weight: 600;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    display: block;
    text-decoration: none;
}

.status-pill[b-e0kip5z25n] {
    border: none;
    border-radius: 9999px;
    padding: 0.2rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s;
}

.edit-link[b-e0kip5z25n] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    height: 1.875rem;
    padding: 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-text);
    background: white;
    border: 1px solid var(--color-border, #d1d5db);
    border-radius: 0.4rem;
    text-decoration: none;
    white-space: nowrap;
}
/* /Components/Pages/Admin/AdminConnections.razor.rz.scp.css */
/* AdminConnections.razor.css */

/* Compact buttons (mirrors the shared admin button sizing) */
.btn-compact[b-zt6bthpoum] {
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 0.875rem;
}

.btn-compact-icon[b-zt6bthpoum] {
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-unlink[b-zt6bthpoum] {
    font-size: 0.75rem;
    height: 1.75rem;
    padding: 0 0.6rem;
}

.btn-danger[b-zt6bthpoum] {
    background-color: #e87a56;
}

.btn-danger:hover[b-zt6bthpoum] {
    background-color: #d4613d;
}

.btn-peach[b-zt6bthpoum] {
    background: #f0b5a5;
}

.btn-peach:hover[b-zt6bthpoum] {
    background: #e09a88;
}

.label-sm[b-zt6bthpoum] {
    font-size: 0.8rem;
}

/* Hint under the baker picker (e.g. all bakers already linked) */
.conn-hint[b-zt6bthpoum] {
    margin: 0.4rem 0 0;
    font-size: 0.8rem;
    color: var(--color-text-muted, #6b7280);
}

/* Search bar — full-width, mirrors the shared form-input/SearchableSelect look */
.conn-search[b-zt6bthpoum] {
    position: relative;
    margin-bottom: 1rem;
}

.conn-search-icon[b-zt6bthpoum] {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-text-muted, #6b7280);
    pointer-events: none;
}

.conn-search-input[b-zt6bthpoum] {
    width: 100%;
    height: 3rem;
    padding: 0 2.5rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
}

.conn-search-clear[b-zt6bthpoum] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0.35rem;
    color: var(--color-text-muted, #6b7280);
    cursor: pointer;
}

.conn-search-clear:hover[b-zt6bthpoum] {
    background: var(--color-border, #f1f3f5);
    color: var(--color-text, #1f2937);
}

/* Grouped connection list — one card per company, its bakers listed inside */
.conn-groups[b-zt6bthpoum] {
    display: flex;
    flex-direction: column;
    gap: 0rem;
}

.conn-group[b-zt6bthpoum] {
    padding: 0;
    overflow: hidden;
    /* .ap-card adds a 1.5rem bottom margin that stacked on top of the flex gap,
       leaving an uneven ~2.5rem space between rows — the gap above is the single
       source of spacing now. */
    margin: 0;
    border-radius: 0.7rem;
}

/* The company header doubles as the dropdown toggle (mobile + desktop) */
.conn-group-head[b-zt6bthpoum] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.conn-group-head[aria-expanded="true"][b-zt6bthpoum] {
    border-bottom-color: var(--color-border, #eef0f2);
}

.conn-group-head:hover[b-zt6bthpoum] {
    background: var(--color-mint, #eef7ee);
}

.conn-group-meta[b-zt6bthpoum] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 0 0 auto;
}

.conn-chev[b-zt6bthpoum] {
    color: var(--color-text-muted, #6b7280);
    transition: transform 0.15s ease;
}

.conn-chev--open[b-zt6bthpoum] {
    transform: rotate(180deg);
}

.conn-company[b-zt6bthpoum] {
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-text, #1f2937);
}

.conn-count[b-zt6bthpoum] {
    font-size: 0.8rem;
    color: var(--color-text-muted, #6b7280);
    white-space: nowrap;
}

.conn-baker-list[b-zt6bthpoum] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.conn-baker[b-zt6bthpoum] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid var(--color-border, #f1f3f5);
}

.conn-baker:last-child[b-zt6bthpoum] {
    border-bottom: none;
}

.conn-baker-main[b-zt6bthpoum] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.conn-baker-name[b-zt6bthpoum] {
    font-size: 0.9rem;
    color: var(--color-text, #1f2937);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conn-baker-dist[b-zt6bthpoum] {
    flex: 0 0 auto;
    font-size: 0.8rem;
    color: var(--color-text-muted, #6b7280);
    white-space: nowrap;
}

/* Connections to a deactivated baker */
.conn-baker--inactive[b-zt6bthpoum] {
    opacity: 0.6;
}

@media (max-width: 600px) {
    .conn-baker[b-zt6bthpoum] {
        flex-wrap: wrap;
        gap: 0.4rem 0.75rem;
    }

    .conn-baker-dist[b-zt6bthpoum] {
        order: 3;
        flex-basis: 100%;
    }
}

.conn-inactive-badge[b-zt6bthpoum] {
    display: inline-block;
    margin-left: 0.4rem;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--color-danger, #b42318);
    background: var(--color-danger-bg, #fef3f2);
    border-radius: 0.35rem;
    padding: 0.1rem 0.4rem;
    vertical-align: middle;
}
/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
/* AdminDashboard.razor.css */

.page-shell[b-ujl4uf87ul] {
    min-height: 100vh;
    background: var(--color-bg);
    padding: var(--LR-padding);
}

.page-content[b-ujl4uf87ul] {
    margin: 0 auto;
}

.page-title[b-ujl4uf87ul] {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-text);
}

.text-loading[b-ujl4uf87ul] {
    color: var(--color-muted);
}

.text-error[b-ujl4uf87ul] {
    color: var(--color-red);
}

/* Stats section */
.stats-section[b-ujl4uf87ul] {
    scroll-margin-top: 7rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.stat-label[b-ujl4uf87ul] {
    color: var(--color-dark-red);
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 1rem;
}

.stat-value[b-ujl4uf87ul] {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1;
    margin: 0;
}

/* Card sections */
.section-card[b-ujl4uf87ul] {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-card-scrollable[b-ujl4uf87ul] {
    scroll-margin-top: 7rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-title[b-ujl4uf87ul] {
    margin: 0 0 1rem;
    font-family: var(--font-serif);
}

.section-title-inline[b-ujl4uf87ul] {
    margin: 0;
    font-family: var(--font-serif);
}

/* Info tooltip */
.title-with-info[b-ujl4uf87ul] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.info-tip[b-ujl4uf87ul] {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #9ca3af;
    cursor: help;
}

.info-tip:hover[b-ujl4uf87ul],
.info-tip:focus-visible[b-ujl4uf87ul] {
    color: #d97757;
    outline: none;
}

.info-tip-box[b-ujl4uf87ul] {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%) translateY(-0.25rem);
    z-index: 20;
    width: max-content;
    max-width: 16rem;
    padding: 0.6rem 0.75rem;
    background: #1f2937;
    color: #f9fafb;
    font-size: 0.78rem;
    line-height: 1.35;
    font-family: var(--font-sans, sans-serif);
    border-radius: 0.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.info-tip-box[b-ujl4uf87ul]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom-color: #1f2937;
}

.info-tip:hover .info-tip-box[b-ujl4uf87ul],
.info-tip:focus-visible .info-tip-box[b-ujl4uf87ul] {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Plan settings */
.plan-row[b-ujl4uf87ul] {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Compact input row */
.input-compact[b-ujl4uf87ul] {
    height: 2.25rem;
    padding: 0 0.75rem;
    width: 120px;
}

/* Compact button */
.btn-compact[b-ujl4uf87ul] {
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 0.875rem;
}

.btn-compact-icon[b-ujl4uf87ul] {
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-compact-sm[b-ujl4uf87ul] {
    height: 2.25rem;
    padding: 0 0.75rem;
    font-size: 0.875rem;
}

.btn-xs[b-ujl4uf87ul] {
    font-size: 0.7rem;
    height: 1.75rem;
    padding: 0 0.6rem;
}

.save-message[b-ujl4uf87ul] {
    font-size: 0.8rem;
    color: var(--color-olive);
}

.save-error[b-ujl4uf87ul] {
    font-size: 0.8rem;
    color: var(--color-red);
}

/* Connections section */
.section-header-row[b-ujl4uf87ul] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-actions[b-ujl4uf87ul] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.inline-message[b-ujl4uf87ul] {
    font-size: 0.8rem;
    color: var(--color-olive);
    margin: 0 0 0.75rem;
}

.inline-error[b-ujl4uf87ul] {
    color: var(--color-red);
    font-size: 0.8rem;
    margin: 0 0 0.75rem;
}

/* Add connection form */
.add-form-panel[b-ujl4uf87ul] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
    padding: 1rem;
    background: var(--color-blue);
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.add-form-field[b-ujl4uf87ul] {
    flex: 1;
    min-width: 160px;
}

.label-sm[b-ujl4uf87ul] {
    font-size: 0.8rem;
}

.select-compact[b-ujl4uf87ul] {
    height: 2.25rem;
    padding: 0 2rem 0 0.5rem; /* right room for the shared select chevron */
}

.btn-row-sm[b-ujl4uf87ul] {
    display: flex;
    gap: 0.5rem;
}

/* Empty state */
.empty-state[b-ujl4uf87ul] {
    color: var(--color-muted);
    font-size: 0.875rem;
}

/* Show more / less toggle for the connections list */
.connections-toggle[b-ujl4uf87ul] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.6rem;
    background: none;
    border: none;
    border-top: 1px solid var(--color-border, #e5e7eb);
    color: var(--color-muted);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.15s ease;
}

.connections-toggle:hover[b-ujl4uf87ul] {
    color: var(--color-olive);
}

/* Table wrapper */
.table-scroll[b-ujl4uf87ul] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Data table */
.data-table[b-ujl4uf87ul] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.thead-row[b-ujl4uf87ul] {
    border-bottom: 1px solid var(--color-border, #e5e7eb);
    color: var(--color-muted);
}

.th-cell[b-ujl4uf87ul] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
}

.th-cell-w80[b-ujl4uf87ul] {
    width: 80px;
}

.tr-row[b-ujl4uf87ul] {
    border-bottom: 1px solid var(--color-blue);
}

.td-cell[b-ujl4uf87ul] {
    padding: 0.6rem 0.75rem;
}

.td-cell-muted[b-ujl4uf87ul] {
    padding: 0.6rem 0.75rem;
    color: var(--color-muted);
}

.td-cell-right[b-ujl4uf87ul] {
    padding: 0.6rem 0.75rem;
    text-align: right;
}

.btn-unlink[b-ujl4uf87ul] {
    font-size: 0.75rem;
    height: 1.75rem;
    padding: 0 0.6rem;
}

.btn-danger[b-ujl4uf87ul] {
    background-color: #e87a56;
}

.btn-danger:hover[b-ujl4uf87ul] {
    background-color: #d4613d;
}

.btn-peach[b-ujl4uf87ul] {
    background: #f0b5a5;
}

.btn-peach:hover[b-ujl4uf87ul] {
    background: #e09a88;
}

/* Main grid */
.main-grid-section[b-ujl4uf87ul] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

/* Company / Bakery list */
.list-card[b-ujl4uf87ul] {
    padding: 1.5rem;
}

.list-stack[b-ujl4uf87ul] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.list-item[b-ujl4uf87ul] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: var(--color-blue);
    border-radius: 0.5rem;
}

.list-item-name[b-ujl4uf87ul] {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
}

.list-item-sub[b-ujl4uf87ul] {
    margin: 0.1rem 0 0;
    color: var(--color-muted);
    font-size: 0.8rem;
}

.list-item-right[b-ujl4uf87ul] {
    text-align: right;
}

.list-item-count[b-ujl4uf87ul] {
    margin: 0;
    font-size: 0.8rem;
    color: var(--color-muted);
}

.badge-inactive[b-ujl4uf87ul] {
    font-size: 0.7rem;
    background: var(--color-peach);
    color: var(--color-red);
    border-radius: 9999px;
    padding: 0.1rem 0.4rem;
}

/* Bakery section */
.bakeries-section[b-ujl4uf87ul] {
    scroll-margin-top: 7rem;
    padding: 1.5rem;
}

.bakery-header-row[b-ujl4uf87ul] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

/* Add bakery form */
.add-bakery-panel[b-ujl4uf87ul] {
    padding: 1.25rem;
    background: var(--color-blue);
    border-radius: 0.75rem;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.add-bakery-title[b-ujl4uf87ul] {
    margin: 0;
    font-size: 0.95rem;
}

.add-bakery-error[b-ujl4uf87ul] {
    color: var(--color-red);
    font-size: 0.8rem;
    margin: 0;
}

.form-grid-2[b-ujl4uf87ul] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.form-actions[b-ujl4uf87ul] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 0.25rem;
}

/* Bakery list item */
.bakery-item[b-ujl4uf87ul] {
    padding: 0.75rem;
    background: var(--color-blue);
    border-radius: 0.5rem;
}

.bakery-row[b-ujl4uf87ul] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bakery-right[b-ujl4uf87ul] {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.bakery-company-count[b-ujl4uf87ul] {
    font-size: 0.75rem;
    color: var(--color-muted);
}

.badge-login-ready[b-ujl4uf87ul] {
    font-size: 0.7rem;
    background: var(--color-mint);
    border-radius: 9999px;
    padding: 0.1rem 0.5rem;
}

/* Password form */
.password-form[b-ujl4uf87ul] {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.password-row[b-ujl4uf87ul] {
    display: flex;
    gap: 0.5rem;
}

.password-error[b-ujl4uf87ul] {
    color: var(--color-red);
    font-size: 0.75rem;
    margin: 0;
}
/* /Components/Pages/Admin/AuditLog.razor.rz.scp.css */
/* AuditLog.razor.css — scoped styles for the /admin/audit-log page.
   Mirrors the shared admin filter-bar / table conventions used on the
   Companies & Company-detail pages so the look stays consistent. */

/* ── Filter bar (matches the .card filter rows on sibling pages) ── */
.al-filters[b-xswncwpcgw] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    padding: 1rem 1.5rem;
    margin-bottom: 1.25rem;
}

.al-field[b-xswncwpcgw] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.al-field--grow[b-xswncwpcgw] {
    flex: 1 1 16rem;
    min-width: 14rem;
}

/* Keep From + To paired on the same row (they wrap together as one unit). */
.al-daterange[b-xswncwpcgw] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.al-flabel[b-xswncwpcgw] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-muted);
    display: block;
}

/* Compact the large default .form-input to the sibling filter-input size. */
.al-filters .al-input[b-xswncwpcgw] {
    height: 2.5rem;
    font-size: 0.875rem;
    min-width: 9rem;
}

.al-filters input.al-input[b-xswncwpcgw] {
    padding: 0 0.75rem;
}

/* Selects keep room on the right for the shared chevron (set in app.css). */
.al-filters select.al-input[b-xswncwpcgw] {
    padding: 0 2.25rem 0 0.75rem;
}

.al-field--grow .al-input[b-xswncwpcgw] {
    width: 100%;
    min-width: 0;
}

/* ── Filter buttons (match sibling Clear/sort filter buttons) ── */
.al-fbtn[b-xswncwpcgw] {
    height: 2.5rem;
    padding: 0 0.875rem;
    border: 1.5px solid var(--color-border);
    border-radius: 0.5rem;
    background: var(--color-bg);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-text);
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.al-fbtn:hover:not(:disabled)[b-xswncwpcgw] {
    border-color: var(--color-brown);
    background: var(--color-bg-light);
}

.al-fbtn--muted[b-xswncwpcgw] {
    color: var(--color-muted);
}

.al-fbtn:disabled[b-xswncwpcgw] {
    opacity: 0.45;
    cursor: default;
}

/* ── Table cells ── */
.al-tbl[b-xswncwpcgw] {
    font-size: 0.82rem;
}

.al-nowrap[b-xswncwpcgw] {
    white-space: nowrap;
}

.al-actor[b-xswncwpcgw] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.25;
}

.al-role[b-xswncwpcgw] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-muted);
}

.al-imp[b-xswncwpcgw] {
    font-size: 0.68rem;
    font-style: italic;
    color: var(--color-red);
}

.al-desc[b-xswncwpcgw] {
    max-width: 28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-text);
}

@media (max-width: 900px) {
    .al-filters > .al-field[b-xswncwpcgw],
    .al-filters > .al-field--grow[b-xswncwpcgw],
    .al-daterange[b-xswncwpcgw] {
        flex: 1 1 100%;
        min-width: 100%;
    }

    /* Within the date-range pair, From + To split the row evenly. */
    .al-daterange .al-field[b-xswncwpcgw] {
        flex: 1 1 0;
        min-width: 0;
    }

    .al-daterange .al-input[b-xswncwpcgw] {
        min-width: 0;
    }
}

/* ── Pagination buttons ──
   Arrow sits beside the label on desktop (← Prev / Next →). On mobile the buttons
   stack the arrow ABOVE the label for both — prev uses column (arrow is first child),
   next uses column-reverse (arrow is last child) so the arrow ends up on top either way. */
.al-pgbtn[b-xswncwpcgw] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.al-pgbtn span[b-xswncwpcgw] {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .al-pgbtn--prev[b-xswncwpcgw] {
        flex-direction: column;
        gap: 0.1rem;
    }

    .al-pgbtn--next[b-xswncwpcgw] {
        flex-direction: column-reverse;
        gap: 0.1rem;
    }
}
/* /Components/Pages/Admin/ManageBlogs.razor.rz.scp.css */
/* ManageBlogs.razor.css */

.page-shell[b-uhyu3vm66q] {
    min-height: 100vh;
    background: var(--color-bg);
    padding: var(--LR-padding);
}

.page-content[b-uhyu3vm66q] {
    margin: 0 auto;
}

.section-card[b-uhyu3vm66q] {
    padding: 1.5rem;
    position: relative;
}

/* Add button (circle) */
.add-circle-btn[b-uhyu3vm66q] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: var(--color-brown);
    color: #fff;
    text-decoration: none;
}

/* Filter bar */
.filter-bar[b-uhyu3vm66q] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.filter-label[b-uhyu3vm66q] {
    font-size: 0.8rem;
    color: var(--color-muted);
    font-weight: 600;
    margin-right: 0.25rem;
}

/* Filter button base — dynamic active styles stay inline */
.filter-btn[b-uhyu3vm66q] {
    height: 2rem;
    padding: 0 0.875rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid;
    transition: all 0.15s;
}

.filter-btn-count[b-uhyu3vm66q] {
    margin-left: 0.3rem;
    opacity: 0.7;
}

/* Error / loading */
.text-error[b-uhyu3vm66q] {
    color: #b91c1c;
    font-size: 0.875rem;
    margin: 0 0 1rem;
}

.text-loading[b-uhyu3vm66q] {
    color: var(--color-muted);
    font-size: 0.875rem;
}

/* Empty state */
.empty-state[b-uhyu3vm66q] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--color-muted);
}

.empty-state-icon[b-uhyu3vm66q] {
    margin: 0 auto 0.75rem;
    display: block;
    opacity: 0.4;
}

.page-title[b-uhyu3vm66q] {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-text);
}

/* Table scroll */
.table-scroll[b-uhyu3vm66q] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Data table */
.data-table[b-uhyu3vm66q] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.thead-row-thick[b-uhyu3vm66q] {
    border-bottom: 2px solid var(--color-border, #e5e7eb);
}

.th-cell[b-uhyu3vm66q] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: var(--color-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.th-cell-img[b-uhyu3vm66q] {
    padding: 0.5rem 0.75rem;
    width: 56px;
}

.th-cell-actions[b-uhyu3vm66q] {
    width: 80px;
}

.tr-row[b-uhyu3vm66q] {
    border-bottom: 1px solid var(--color-blue);
}

.td-img[b-uhyu3vm66q] {
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    width: 56px;
}

.td-title[b-uhyu3vm66q] {
    padding: 0.75rem;
    max-width: 300px;
}

.td-status[b-uhyu3vm66q] {
    padding: 0.75rem;
    white-space: nowrap;
}

.td-date[b-uhyu3vm66q] {
    padding: 0.75rem;
    color: var(--color-muted);
    white-space: nowrap;
    font-size: 0.85rem;
}

.td-actions[b-uhyu3vm66q] {
    padding: 0.75rem;
    text-align: right;
}

/* Thumbnail */
.thumb-img[b-uhyu3vm66q] {
    width: 48px;
    height: 36px;
    object-fit: cover;
    border-radius: 0.3rem;
    border: 1px solid var(--color-border, #e5e7eb);
    display: block;
}

.thumb-placeholder[b-uhyu3vm66q] {
    width: 48px;
    height: 36px;
    border-radius: 0.3rem;
    background: #f3f4f6;
    border: 1px solid var(--color-border, #e5e7eb);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Title link */
.title-link[b-uhyu3vm66q] {
    margin: 0;
    font-weight: 600;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    display: block;
    text-decoration: none;
}

/* Status pill — dynamic styles stay inline */
.status-pill[b-uhyu3vm66q] {
    border: none;
    border-radius: 9999px;
    padding: 0.2rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s;
}

/* Edit action link */
.edit-link[b-uhyu3vm66q] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    height: 1.875rem;
    padding: 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-text);
    background: white;
    border: 1px solid var(--color-border, #d1d5db);
    border-radius: 0.4rem;
    text-decoration: none;
    white-space: nowrap;
}
/* /Components/Pages/Admin/ManageTestimonials.razor.rz.scp.css */
/* ManageTestimonials.razor.css */

.page-shell[b-awwwugebyo] {
    min-height: 100vh;
    background: var(--color-bg);
    padding: var(--LR-padding);
}

.page-content[b-awwwugebyo] {
    margin: 0 auto;
}

.page-title[b-awwwugebyo] {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-text);
}

.section-card[b-awwwugebyo] {
    padding: 1.5rem;
    position: relative;
}

/* Add button (circle) */
.add-circle-btn[b-awwwugebyo] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: var(--color-brown);
    color: #fff;
    border: none;
    cursor: pointer;
}

/* Filter bar */
.filter-bar[b-awwwugebyo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.filter-label[b-awwwugebyo] {
    font-size: 0.8rem;
    color: var(--color-muted);
    font-weight: 600;
    margin-right: 0.25rem;
}

.filter-btn[b-awwwugebyo] {
    height: 2rem;
    padding: 0 0.875rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid;
    transition: all 0.15s;
}

.filter-btn-count[b-awwwugebyo] {
    margin-left: 0.3rem;
    opacity: 0.7;
}

/* Error / loading */
.text-error[b-awwwugebyo] {
    color: #b91c1c;
    font-size: 0.875rem;
    margin: 0 0 1rem;
}

.text-loading[b-awwwugebyo] {
    color: var(--color-muted);
    font-size: 0.875rem;
}

/* Empty state */
.empty-state[b-awwwugebyo] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--color-muted);
}

.empty-state-icon[b-awwwugebyo] {
    margin: 0 auto 0.75rem;
    display: block;
    opacity: 0.4;
}

/* Table */
.table-scroll[b-awwwugebyo] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.data-table[b-awwwugebyo] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.thead-row-thick[b-awwwugebyo] {
    border-bottom: 2px solid var(--color-border, #e5e7eb);
}

.th-cell[b-awwwugebyo] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: var(--color-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.th-cell-img[b-awwwugebyo] {
    padding: 0.5rem 0.75rem;
    width: 56px;
}

.th-cell-quote[b-awwwugebyo] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: var(--color-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.th-cell-actions[b-awwwugebyo] {
    width: 80px;
}

.tr-row[b-awwwugebyo] {
    border-bottom: 1px solid var(--color-blue);
}

.td-img[b-awwwugebyo] {
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    width: 56px;
}

.td-name[b-awwwugebyo] {
    padding: 0.75rem;
    font-weight: 600;
    color: var(--color-text);
    white-space: nowrap;
}

.td-muted[b-awwwugebyo] {
    padding: 0.75rem;
    color: var(--color-muted);
    white-space: nowrap;
    font-size: 0.85rem;
}

.td-stars[b-awwwugebyo] {
    padding: 0.75rem;
    white-space: nowrap;
}

.td-quote[b-awwwugebyo] {
    padding: 0.75rem;
    color: var(--color-muted);
    font-size: 0.85rem;
    max-width: 280px;
}

.td-visible[b-awwwugebyo] {
    padding: 0.75rem;
}

.td-actions[b-awwwugebyo] {
    padding: 0.75rem;
    text-align: right;
}

/* Avatar images */
.avatar-img[b-awwwugebyo] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--color-border, #e5e7eb);
    display: block;
}

.avatar-placeholder[b-awwwugebyo] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f4f6;
    border: 1px solid var(--color-border, #e5e7eb);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Stars display */
.stars-display[b-awwwugebyo] {
    color: #d97706;
    letter-spacing: 0.05em;
}

/* Quote truncation */
.quote-truncate[b-awwwugebyo] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Status pill */
.status-pill[b-awwwugebyo] {
    border: none;
    border-radius: 9999px;
    padding: 0.2rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s;
}

/* Edit button */
.edit-btn[b-awwwugebyo] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    height: 1.875rem;
    padding: 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-text);
    background: white;
    border: 1px solid var(--color-border, #d1d5db);
    border-radius: 0.4rem;
    cursor: pointer;
    white-space: nowrap;
}

/* Modal overlay */
.modal-overlay[b-awwwugebyo] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

/* Modal card */
.modal-card[b-awwwugebyo] {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    height: 100vh;
    top: 5%;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    width: 100%;
    max-width: 520px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.modal-title[b-awwwugebyo] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-dark-red);
    margin: 0 0 1.5rem;
}

.form-error[b-awwwugebyo] {
    color: #b91c1c;
    font-size: 0.875rem;
    margin: 0 0 1rem;
}

/* Form fields stack */
.form-stack[b-awwwugebyo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Form field label */
.field-label[b-awwwugebyo] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-muted);
    display: block;
    margin-bottom: 0.3rem;
}

/* Text inputs */
.field-input[b-awwwugebyo] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
    border: 1.5px solid var(--color-border, #d1d5db);
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

/* Textarea */
.field-textarea[b-awwwugebyo] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
    border: 1.5px solid var(--color-border, #d1d5db);
    border-radius: 0.5rem;
    font-size: 0.9rem;
    resize: vertical;
}

/* Star picker row */
.star-row[b-awwwugebyo] {
    display: flex;
    gap: 0.5rem;
}

/* Star button — color is dynamic, kept inline */
.star-btn[b-awwwugebyo] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1;
}

/* File input */
.file-input[b-awwwugebyo] {
    font-size: 0.85rem;
    color: var(--color-muted);
}

/* Image preview row */
.img-preview-row[b-awwwugebyo] {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.img-preview-avatar[b-awwwugebyo] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.img-preview-logo[b-awwwugebyo] {
    height: 32px;
    max-width: 120px;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    padding: 2px;
}

.remove-btn[b-awwwugebyo] {
    font-size: 0.75rem;
    color: #b91c1c;
    background: none;
    border: none;
    cursor: pointer;
}

/* Checkbox row */
.checkbox-row[b-awwwugebyo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-input[b-awwwugebyo] {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.checkbox-label[b-awwwugebyo] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text);
    cursor: pointer;
}

/* Modal actions */
.modal-actions[b-awwwugebyo] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.75rem;
    justify-content: flex-end;
}

.btn-delete[b-awwwugebyo] {
    height: 2.25rem;
    padding: 0 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    background: #fee2e2;
    color: #b91c1c;
    border: none;
    cursor: pointer;
    margin-right: auto;
}

.btn-cancel[b-awwwugebyo] {
    height: 2.25rem;
    padding: 0 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    background: white;
    color: var(--color-muted);
    border: 1px solid var(--color-border, #d1d5db);
    cursor: pointer;
}

/* Save button — opacity is dynamic, kept inline */
.btn-save[b-awwwugebyo] {
    height: 2.25rem;
    padding: 0 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    background: var(--color-brown);
    color: #fff;
    border: none;
    cursor: pointer;
}
/* /Components/Pages/Admin/SuperAdmin.razor.rz.scp.css */
/* SuperAdmin.razor.css — scoped styles for the /admin/super page */

.sa-shell[b-m0fspd62rx] {
    min-height: 100vh;
    background: var(--color-bg);
    padding: var(--LR-padding);
}

.sa-content[b-m0fspd62rx] {
    max-width: 920px;
    margin: 0 auto;
}

/* ── Header ── */
.sa-header[b-m0fspd62rx] {
    margin-bottom: 2rem;
}

.sa-title[b-m0fspd62rx] {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

.sa-subtitle[b-m0fspd62rx] {
    margin: 0.35rem 0 0;
    color: var(--color-muted);
    font-size: 0.95rem;
}

/* ── Cards ── */
.sa-card[b-m0fspd62rx] {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}

.sa-card-head[b-m0fspd62rx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.sa-card-title[b-m0fspd62rx] {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-text);
}

.sa-card-hint[b-m0fspd62rx] {
    margin: 0.4rem 0 0;
    color: var(--color-muted);
    font-size: 0.85rem;
    line-height: 1.45;
    max-width: 60ch;
}

/* ── Buttons (refine the global .btn) ── */
.sa-btn[b-m0fspd62rx] {
    height: 2.6rem;
    padding: 0 1.25rem;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.sa-btn-ghost[b-m0fspd62rx] {
    background: #fff;
    border: 2px solid var(--color-border);
    color: var(--color-text);
}

.sa-btn-ghost:hover[b-m0fspd62rx] {
    background: var(--color-bg);
}

.sa-btn-danger-ghost[b-m0fspd62rx] {
    background: #fff;
    border: 2px solid var(--color-peach);
    color: var(--color-red);
}

.sa-btn-danger-ghost:hover[b-m0fspd62rx] {
    background: var(--color-peach);
}

.sa-btn-danger-ghost:disabled[b-m0fspd62rx] {
    opacity: 0.55;
    cursor: default;
}

/* ── Create-admin panel ── */
.sa-create-panel[b-m0fspd62rx] {
    background: var(--color-blue);
    border-radius: 14px;
    padding: 1.4rem;
    margin-bottom: 1.5rem;
}

.sa-field-grid[b-m0fspd62rx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.sa-field[b-m0fspd62rx] {
    display: flex;
    flex-direction: column;
}

.sa-label[b-m0fspd62rx] {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--color-text);
    margin-bottom: 0.4rem;
}

.sa-optional[b-m0fspd62rx] {
    font-weight: 400;
    font-size: 0.78rem;
    color: var(--color-muted);
}

/* Compact form inputs (the global .form-input is quite tall) */
.sa-input[b-m0fspd62rx] {
    padding: 0.6rem 0.9rem;
    font-size: 0.9rem;
    height: auto;
}

.sa-panel-actions[b-m0fspd62rx] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.sa-error[b-m0fspd62rx] {
    color: var(--color-red);
    font-size: 0.85rem;
    margin: 0.9rem 0 0;
}

/* ── States ── */
.sa-loading[b-m0fspd62rx],
.sa-empty[b-m0fspd62rx] {
    color: var(--color-muted);
    font-size: 0.9rem;
    text-align: center;
    padding: 2rem 1rem;
    border: 2px dashed var(--color-border);
    border-radius: 14px;
}

/* ── Admin list ── */
.sa-admin-list[b-m0fspd62rx] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.sa-admin-row[b-m0fspd62rx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1rem;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    transition: border-color 0.2s ease;
}

.sa-admin-row:hover[b-m0fspd62rx] {
    border-color: var(--color-brown);
}

.sa-admin-row.is-inactive[b-m0fspd62rx] {
    opacity: 0.55;
}

.sa-admin-avatar[b-m0fspd62rx] {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--color-peach);
    color: var(--color-darker-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 1.05rem;
}

.sa-admin-info[b-m0fspd62rx] {
    flex: 1 1 auto;
    min-width: 150px;
}

.sa-admin-name[b-m0fspd62rx] {
    margin: 0;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--color-text);
}

.sa-admin-email[b-m0fspd62rx] {
    margin: 0.1rem 0 0;
    font-size: 0.82rem;
    color: var(--color-muted);
    word-break: break-all;
}

.sa-admin-meta[b-m0fspd62rx] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
    text-align: right;
}

.sa-badge[b-m0fspd62rx] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 9999px;
    padding: 0.15rem 0.6rem;
}

.sa-badge-active[b-m0fspd62rx] {
    background: var(--color-mint);
    color: var(--color-olive);
}

.sa-badge-inactive[b-m0fspd62rx] {
    background: var(--color-peach);
    color: var(--color-red);
}

.sa-admin-date[b-m0fspd62rx] {
    font-size: 0.72rem;
    color: var(--color-muted);
}

.sa-admin-actions[b-m0fspd62rx] {
    flex: 0 0 auto;
}

/* ── Plan settings ── */
.sa-plan-row[b-m0fspd62rx] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
}

.sa-field-narrow[b-m0fspd62rx] {
    max-width: 220px;
}

.sa-save-ok[b-m0fspd62rx] {
    font-size: 0.85rem;
    color: var(--color-olive);
    padding-bottom: 0.7rem;
}

.sa-error-inline[b-m0fspd62rx] {
    font-size: 0.85rem;
    color: var(--color-red);
    padding-bottom: 0.7rem;
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .sa-card-head[b-m0fspd62rx] {
        flex-direction: column;
        gap: 1rem;
    }

    .sa-admin-row[b-m0fspd62rx] {
        flex-wrap: wrap;
    }

    .sa-admin-meta[b-m0fspd62rx] {
        align-items: flex-start;
        text-align: left;
    }
}
/* /Components/Pages/Baker/BakerHolidays.razor.rz.scp.css */
/* Add Holiday form: the Date field is a fixed width on desktop, but expands to
   fill the row on mobile — matching the Name field — instead of staying a stubby box. */
.holiday-date-field[b-5mlikohmm1] {
    flex: 0 0 auto;
}

.holiday-date-field .form-input[b-5mlikohmm1] {
    width: 11rem;
}

@media (max-width: 640px) {
    .holiday-date-field[b-5mlikohmm1] {
        flex: 1 1 100%;
        min-width: 12rem;
    }

    .holiday-date-field .form-input[b-5mlikohmm1] {
        width: 100%;
    }
}
/* /Components/Pages/Baker/BakerMenu.razor.rz.scp.css */
/* The "Add cake option / add-on" rows. Fields expand to fill the available
   width and stack full-width on small screens instead of cramming into one line. */
.menu-add-row[b-vebi3tnbmv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: flex-end;
    margin-top: 1rem;
}

/* Text / number fields grow to share the row evenly. The basis keeps them
   comfortably wide before they wrap, so they never clump together. */
.menu-field[b-vebi3tnbmv] {
    flex: 1 1 10rem;
    min-width: 0;
}

/* Flavour / Add-on name gets roughly double the share of the numeric fields. */
.menu-field-wide[b-vebi3tnbmv] {
    flex: 2 1 14rem;
}

/* Image picker also grows; its button / preview row fills the column width. */
.menu-image > .btn[b-vebi3tnbmv],
.menu-image > div[b-vebi3tnbmv] {
    width: 100%;
}

/* Tablet: let the wide text field take a full row, numeric fields share the next. */
@media (max-width: 768px) {
    .menu-field-wide[b-vebi3tnbmv] {
        flex: 1 1 100%;
    }
}

/* Mobile: every field (and the Add button) goes full width and stacks. */
@media (max-width: 540px) {
    .menu-field[b-vebi3tnbmv],
    .menu-field-wide[b-vebi3tnbmv],
    .menu-add-btn[b-vebi3tnbmv] {
        flex: 1 1 100%;
        width: 100%;
    }
}
/* /Components/Pages/Company/Celebrations.razor.rz.scp.css */
/* Primary call-to-action buttons rendered as filled capsules.
   The shared `.btn-primary` class is only defined locally on public pages,
   so on this page the base `.btn` alone leaves them with no fill — making
   them hard to recognise as buttons. These rules give them a clear,
   pill-shaped (capsule) appearance matching the page's #c24612 accent. */
.celebration-cta[b-o7x0x46nob] {
    background: #c24612;
    color: #fff;
    border-radius: 999px;
}

.celebration-cta:hover:not(:disabled)[b-o7x0x46nob] {
    background: #a83a0e;
    box-shadow: 0 4px 14px rgba(194, 70, 18, 0.35);
}

.celebration-cta:disabled[b-o7x0x46nob] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}
/* /Components/Pages/Company/Dashboard.razor.rz.scp.css */
/* ===== Dashboard.razor.css ===== */

/* Page shell */
.dash-page-shell[b-5omizjn5qb] {
    padding: var(--LR-padding);
    background: var(--color-bg);
}

/* Page header row */
.page-header-row[b-5omizjn5qb] {
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

/* Left side of header — icon + title */
.page-header-left[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Page title */
.page-title[b-5omizjn5qb] {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-text);
}

/* Sub-subtitle / helper text */
.page-subtitle[b-5omizjn5qb] {
    color: var(--color-muted);
    margin-top: 0.25rem;
}

/* Pending/error subtitle */
.page-subtitle-error[b-5omizjn5qb] {
    color: #b91c1c;
    margin-top: 0.25rem;
    font-weight: 600;
}

/* Header actions row */
.header-actions[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Btn with icon inline */
.btn-icon-row[b-5omizjn5qb] {
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Anchor-as-button with icon row */
.btn-link-row[b-5omizjn5qb] {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Error stat card */
.stat-error[b-5omizjn5qb] {
    grid-column: 1 / -1;
    padding: 1rem;
    border: 1px solid #fca5a5;
    background: #fef2f2;
    color: #991b1b;
}

/* Stat card header row */
.stat-row[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Stat label */
.stat-label[b-5omizjn5qb] {
    color: var(--color-dark-red);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Stat value */
.stat-value[b-5omizjn5qb] {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1;
    /* Keep the currency symbol and amount on a single line — the space between
       them is otherwise a break point that splits them on narrow screens. */
    white-space: nowrap;
}

/* Stat label + info icon row */
.stat-label-row[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.stat-label-row .stat-label[b-5omizjn5qb] {
    margin-bottom: 0;
}

/* Info tooltip on stat cards (popover sits above the icon so it never falls
   behind the cards/sections below it) */
.info-tip[b-5omizjn5qb] {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #9ca3af;
    cursor: help;
}

.info-tip:hover[b-5omizjn5qb],
.info-tip:focus-visible[b-5omizjn5qb] {
    color: var(--color-peach-dark, #d97757);
    outline: none;
}

.info-tip-box[b-5omizjn5qb] {
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%) translateY(0.25rem);
    z-index: 1100;
    width: max-content;
    max-width: 15rem;
    padding: 0.6rem 0.75rem;
    background: #1f2937;
    color: #f9fafb;
    font-size: 0.78rem;
    line-height: 1.35;
    font-family: var(--font-sans, sans-serif);
    font-weight: 500;
    text-align: left;
    border-radius: 0.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.info-tip-box[b-5omizjn5qb]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1f2937;
}

.info-tip:hover .info-tip-box[b-5omizjn5qb],
.info-tip:focus-visible .info-tip-box[b-5omizjn5qb] {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Lift the whole stat card while its tooltip is showing so the popover paints
   above the sibling cards instead of being clipped behind them. */
.stat-card[b-5omizjn5qb] {
    position: relative;
}

.stat-card:hover[b-5omizjn5qb],
.stat-card:focus-within[b-5omizjn5qb] {
    z-index: 1000;
}

/* On mobile the icon sits in a tiny, near-the-edge spot, so a popover centred on
   it overflows the screen. Anchor it to the whole card instead and drop it below,
   spanning the card width. */
@media (max-width: 874px) {
    .stat-card[b-5omizjn5qb] {
        position: relative;
    }

    .info-tip[b-5omizjn5qb] {
        position: static;
    }

    .info-tip-box[b-5omizjn5qb] {
        left: 0.75rem;
        right: 0.75rem;
        bottom: auto;
        top: calc(100% + 0.6rem);
        width: auto;
        max-width: none;
        transform: translateY(-0.25rem);
        z-index: 1000;
    }

    /* Arrow flips to the top edge, pointing up at the card. */
    .info-tip-box[b-5omizjn5qb]::after {
        top: auto;
        bottom: 100%;
        left: auto;
        right: 1.25rem;
        transform: none;
        border-top-color: transparent;
        border-bottom-color: #1f2937;
    }

    .info-tip:hover .info-tip-box[b-5omizjn5qb],
    .info-tip:focus-visible .info-tip-box[b-5omizjn5qb] {
        transform: translateY(0);
    }

    /* Lift the active card above its neighbours so the popover isn't covered. */
    .stat-card:hover[b-5omizjn5qb],
    .stat-card:focus-within[b-5omizjn5qb] {
        z-index: 1000;
    }
}

/* Stat icon bubble (color set via inline because it's dynamic @stat.BgColor) */
.stat-icon[b-5omizjn5qb] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
}

/* Calendar card padding */
.card-padded[b-5omizjn5qb] {
    padding: 1.5rem;
}

/* Calendar header */
.cal-header[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/* Calendar / upcoming card section title */
.section-title[b-5omizjn5qb] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-text);
}

/* Calendar header — left side: chevrons + month name */
.cal-header-left[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.cal-month-title[b-5omizjn5qb] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0.5rem;
    min-width: 9rem;
    text-align: center;
}

.cal-chevron[b-5omizjn5qb] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    border: 1px solid var(--color-border);
    background: #fff;
    color: var(--color-text);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.cal-chevron:hover[b-5omizjn5qb] {
    background: var(--color-bg-light);
    border-color: var(--color-peach);
}

.cal-today-link[b-5omizjn5qb] {
    background: none;
    border: none;
    color: var(--color-red);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.cal-today-link:hover[b-5omizjn5qb] {
    opacity: 0.8;
}

/* Cal nav buttons container (legacy — kept for fallback) */
.cal-nav[b-5omizjn5qb] {
    display: flex;
    gap: 0.5rem;
}

/* === Calendar surface (the gray-beige container) === */
.cal-surface[b-5omizjn5qb] {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem 1rem;
}

/* Override global .cal-grid: tight grid, no gaps */
.cal-grid[b-5omizjn5qb] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 1px;
    background-color: white;
}

/* Day header cell */
.cal-day-header[b-5omizjn5qb] {
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-muted);
    padding: 0.5rem 0.625rem;
    border-bottom: 1px solid var(--color-border);
}

/* === Override global .cal-day === */
.cal-day[b-5omizjn5qb] {
    aspect-ratio: auto;
    min-height: 5.25rem;
    border-radius: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.4rem 0.625rem;
    background: var(--color-bg);
    color: var(--color-muted);
    font-size: 0.8125rem;
    cursor: default;
    transition: background 0.15s ease;
    position: relative;
}

/* Remove rightmost vertical border on each row's last cell */
.cal-day:nth-child(7n + 7)[b-5omizjn5qb] {
    border-right: none;
}

.cal-day:hover[b-5omizjn5qb] {
    background: rgba(253, 224, 218, 0.25);
    border-color: var(--color-border);
}

/* Day number */
.cal-daynum[b-5omizjn5qb] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text);
}

/* Celebration day */
.cal-day.has-birthday[b-5omizjn5qb] {
    background: rgba(253, 224, 218, 0.55);
    color: var(--color-peach-dark);
    font-weight: 600;
}

.cal-day.has-birthday .cal-daynum[b-5omizjn5qb] {
    color: #d96845;
    font-weight: 700;
}

.cal-day.has-birthday:hover[b-5omizjn5qb] {
    background: rgba(253, 224, 218, 0.75);
}

/* Today */
.cal-day.is-today[b-5omizjn5qb] {
    background: #dceeffff;
    border-color: var(--color-border);
    color: #2a6cb5;
    font-weight: 600;
}

.cal-day.is-today .cal-daynum[b-5omizjn5qb] {
    color: #2a6cb5;
    font-weight: 700;
}

.cal-day.is-today:hover[b-5omizjn5qb] {
    background: #cde3f8;
}

/* Name chips inside a celebration cell — wrap as a row, multiple per line if they fit */
.cal-celeb-chips[b-5omizjn5qb] {
    margin-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    width: 100%;
    min-width: 0;
}

.cal-celeb-chip[b-5omizjn5qb] {
    max-width: 100%;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1.3;
    color: #b1532f;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(217, 104, 69, 0.3);
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Holiday day */
.cal-day.is-holiday[b-5omizjn5qb] {
    background: var(--color-mint);
    border-color: var(--color-border);
    color: #4A7C66;
    font-weight: 600;
}

.cal-day.is-holiday .cal-daynum[b-5omizjn5qb] {
    color: #4A7C66;
}

.cal-day.is-holiday[b-5omizjn5qb]::after {
    content: none;
}

.cal-holiday-name[b-5omizjn5qb] {
    margin-top: 0.2rem;
    font-size: 0.65rem;
    color: #4A7C66;
    line-height: 1.15;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* Clickable celebration days */
.cal-day-clickable[b-5omizjn5qb] {
    cursor: pointer;
}

.cal-day-clickable:active[b-5omizjn5qb] {
    transform: scale(0.97);
}

.cal-day-clickable:focus-visible[b-5omizjn5qb] {
    outline: 2px solid var(--color-peach-dark);
    outline-offset: -2px;
    z-index: 1;
}

/* Count badge in the top-right corner when a day has multiple celebrations */
.cal-day-count[b-5omizjn5qb] {
    position: absolute;
    top: 0.35rem;
    right: 0.4rem;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #d96845;
    border-radius: 999px;
}

/* Upcoming header */
.upcoming-header[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/* Add-employee button */
.btn-add-emp[b-5omizjn5qb] {
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Upcoming list */
.upcoming-list[b-5omizjn5qb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Upcoming card loading/empty */
.upcoming-muted[b-5omizjn5qb] {
    color: var(--color-muted);
}

/* Upcoming list — scrollable, no pagination */
.upcoming-list[b-5omizjn5qb] {
    gap: 0.5rem;
    overflow-y: auto;
    max-height: 32rem;
    padding: 0.125rem 0.375rem 0.125rem 0.25rem;
    margin: 0 -0.375rem 0 -0.25rem;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) transparent;
}

.upcoming-list[b-5omizjn5qb]::-webkit-scrollbar {
    width: 4px;
}

.upcoming-list[b-5omizjn5qb]::-webkit-scrollbar-track {
    background: transparent;
}

.upcoming-list[b-5omizjn5qb]::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 99px;
}

.upcoming-list[b-5omizjn5qb]::-webkit-scrollbar-thumb:hover {
    background: var(--color-muted);
}

/* === Celebration card (redesigned) ===
   A clean horizontal row: calendar date chip · name + status · actions */
.celebration-card[b-5omizjn5qb] {
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 0.75rem;
    background: #fff;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.celebration-card:hover[b-5omizjn5qb] {
    background: var(--color-bg-light);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Celebration card inner row — now horizontal */
.celebration-row[b-5omizjn5qb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.875rem;
}

/* === Calendar date chip — just the day number === */
.celeb-date-chip[b-5omizjn5qb] {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--color-border);
    background: var(--color-bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.celeb-chip-day[b-5omizjn5qb] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: var(--color-dark-red);
}

/* Employee photo (retained for other sections; hidden here) */
.emp-photo[b-5omizjn5qb] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 2px solid var(--color-peach);
    object-fit: cover;
    flex-shrink: 0;
    display: none;
}

/* Employee info */
.emp-info[b-5omizjn5qb] {
    flex: 1;
    min-width: 0;
}

.emp-name[b-5omizjn5qb] {
    font-weight: 600;
    color: var(--color-text);
    font-size: 1.0625rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    /* Soft fade-out instead of a hard ellipsis cut — keeps the right edge of
       the name visually consistent across rows whether or not they carry
       action buttons. */
    text-overflow: clip;
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 1.5rem), transparent 100%);
    mask-image: linear-gradient(to right, #000 calc(100% - 1.5rem), transparent 100%);
}

/* Meta row — status + reschedule */
.emp-meta[b-5omizjn5qb] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.2rem;
}

.emp-meta:empty[b-5omizjn5qb] {
    display: none;
}

/* Order status — plain colored text, no pill */
.status-chip[b-5omizjn5qb] {
    font-size: 0.75rem;
    font-weight: 600;
}

/* Rescheduled-delivery — plain text */
.reschedule-chip[b-5omizjn5qb] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-green);
}

/* Inline note (e.g. short-notice warning) */
.emp-note[b-5omizjn5qb] {
    font-size: 0.72rem;
    color: var(--color-muted);
    margin-top: 0.4rem;
    line-height: 1.3;
}

/* Celebration action cluster — icons stacked + chevron.
   margin-left:auto pins it right; the fixed-width icon stack inside keeps the
   name column ending at the same x-position on every row. */
.celebration-actions[b-5omizjn5qb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    flex-shrink: 0;
}

/* Icon stack: edit + cancel side by side. Reserve room for both buttons even
   when a row has fewer (or none, e.g. cancelled) so the chevron and the name's
   fade line up across all rows. Buttons hug the right, next to the chevron. */
.celeb-icon-stack[b-5omizjn5qb] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 0.3rem;
    width: 4.05rem;
}

/* Chevron — communicates "tap to open" */
.celeb-chevron[b-5omizjn5qb] {
    color: #555555;
    flex-shrink: 0;
    transition: color 0.15s ease;
}

.celebration-card:hover .celeb-chevron[b-5omizjn5qb] {
    color: var(--color-text);
}

/* === Celebration list — mobile layout ===
   Tighten the row so the date chip · name · status · actions · chevron
   stay aligned and never crowd the screen edges on small viewports. */
@media (max-width: 575px) {
    .upcoming-list[b-5omizjn5qb] {
        /* symmetric gutters so cards sit evenly within the card */
        padding: 0.125rem 0.375rem;
        margin: 0 -0.375rem;
    }

    .celebration-row[b-5omizjn5qb] {
        gap: 0.625rem;
    }

    .celeb-date-chip[b-5omizjn5qb] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .celeb-chip-day[b-5omizjn5qb] {
        font-size: 1.125rem;
    }

    /* Crop names shorter on mobile and hold a clear gap before the action
       cluster, so the buttons sit aligned with even breathing room on both
       sides — name fades out well short of the buttons. */
    .emp-info[b-5omizjn5qb] {
        margin-right: 0.5rem;
    }

    .emp-name[b-5omizjn5qb] {
        font-size: 1rem;
        -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 1.75rem), transparent 100%);
        mask-image: linear-gradient(to right, #000 calc(100% - 1.75rem), transparent 100%);
    }

    .celebration-actions[b-5omizjn5qb] {
        gap: 0.375rem;
    }

    .celeb-icon-stack[b-5omizjn5qb] {
        gap: 0.25rem;
        width: 3.75rem;
    }

    .icon-btn[b-5omizjn5qb] {
        width: 1.75rem;
        height: 1.75rem;
    }
}

/* === Icon buttons (rounded-square, subtle) === */
.icon-btn[b-5omizjn5qb] {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.5rem;
    border: 1px solid var(--color-border);
    background: #fff;
    color: var(--color-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.icon-btn-edit[b-5omizjn5qb] {
    color: var(--color-brown);
}

.icon-btn-edit:hover[b-5omizjn5qb] {
    background: var(--color-peach);
    border-color: var(--color-peach-dark);
    color: var(--color-dark-red);
}

.icon-btn-cancel[b-5omizjn5qb] {
    color: #b91c1c;
}

.icon-btn-cancel:hover[b-5omizjn5qb] {
    background: #fef2f2;
    border-color: #fca5a5;
}

.icon-btn-cancel:disabled[b-5omizjn5qb] {
    opacity: 0.4;
    cursor: not-allowed;
}

.icon-btn-approve[b-5omizjn5qb] {
    color: #15803d;
}

.icon-btn-approve:hover[b-5omizjn5qb] {
    background: #f0fdf4;
    border-color: #86efac;
}

.icon-btn-approve:disabled[b-5omizjn5qb] {
    opacity: 0.4;
    cursor: not-allowed;
}

.icon-btn-locked[b-5omizjn5qb],
.icon-btn-cancel-locked[b-5omizjn5qb] {
    opacity: 0.35;
    cursor: not-allowed;
}

/* Pagination row */
.pagination-row[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
}

.pagination-info[b-5omizjn5qb] {
    color: var(--color-muted);
}

.pagination-btns[b-5omizjn5qb] {
    display: flex;
    gap: 0.4rem;
}

.btn-page[b-5omizjn5qb] {
    height: 1.875rem;
    padding: 0 0.625rem;
}

.page-indicator[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    color: var(--color-muted);
}

/* ===== Today's Birthdays section ===== */
.todays-birthdays-section[b-5omizjn5qb] {
    border-left: 4px solid var(--color-peach);
}

.todays-bday-header[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.todays-bday-count[b-5omizjn5qb] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-muted);
    background: var(--color-bg-light);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    padding: 0.2rem 0.75rem;
}

.todays-bday-list[b-5omizjn5qb] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.todays-bday-row[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: var(--color-bg-light);
    border: 1px solid var(--color-border);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.todays-bday-row:hover[b-5omizjn5qb] {
    background: rgba(253, 224, 218, 0.35);
    border-color: var(--color-peach);
}

.todays-bday-pill[b-5omizjn5qb] {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.3rem 0.875rem;
    border-radius: 999px;
    border: 2px solid;
}

/* Info note at bottom of upcoming */
.upcoming-note[b-5omizjn5qb] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid var(--color-border);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: var(--color-muted);
    font-size: 0.875rem;
}

.upcoming-note-icon[b-5omizjn5qb] {
    color: var(--color-mint);
    margin-top: 0.125rem;
}

/* ===== Slide-over detail panel ===== */
.modal-overlay[b-5omizjn5qb] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 100;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.slide-over[b-5omizjn5qb] {
    background: #fff;
    width: min(480px, 100%);
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
}

/* Slide-over header */
.slide-over-header[b-5omizjn5qb] {
    padding: 1.5rem 2rem;
    border-bottom: 2px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.slide-over-header-left[b-5omizjn5qb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.slide-over-avatar[b-5omizjn5qb] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 2px solid var(--color-peach);
    object-fit: cover;
}

.slide-over-name[b-5omizjn5qb] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-text);
}

.slide-over-date[b-5omizjn5qb] {
    font-size: 0.8125rem;
    color: var(--color-muted);
}

.slide-over-close[b-5omizjn5qb] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-muted);
    padding: 0.25rem;
}

/* Back-to-day button in the order detail header */
.slide-over-back[b-5omizjn5qb] {
    background: var(--color-bg-light);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-text);
    flex-shrink: 0;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.slide-over-back:hover[b-5omizjn5qb] {
    background: rgba(253, 224, 218, 0.45);
    border-color: var(--color-peach);
}

/* Secondary line under a name in list rows */
.emp-sublabel[b-5omizjn5qb] {
    font-size: 0.8125rem;
    color: var(--color-muted);
    line-height: 1.2;
    margin-top: 0.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Slide-over body */
.slide-over-body[b-5omizjn5qb] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.slide-over-loading[b-5omizjn5qb] {
    color: var(--color-muted);
    text-align: center;
    padding: 2rem 0;
}

/* Badge row */
.badge-row[b-5omizjn5qb] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Badge order status */
.badge-order-status[b-5omizjn5qb] {
    background: rgba(166, 123, 91, 0.15);
    color: var(--color-brown);
    border: 2px solid rgba(166, 123, 91, 0.3);
    font-size: 0.8125rem;
}

/* Detail section group label */
.detail-section-label[b-5omizjn5qb] {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--color-muted);
    margin-bottom: 0.75rem;
}

/* Info grid container */
.info-grid-wrap[b-5omizjn5qb] {
    background: var(--color-bg-light);
    border-radius: 0.75rem;
    border: 1px solid var(--color-border);
    overflow: hidden;
}

.info-grid[b-5omizjn5qb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

/* Info cell */
.info-cell[b-5omizjn5qb] {
    padding: 0.875rem 1rem;
}

.info-cell-br[b-5omizjn5qb] {
    padding: 0.875rem 1rem;
    border-right: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.info-cell-b[b-5omizjn5qb] {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid var(--color-border);
}

.info-cell-r[b-5omizjn5qb] {
    padding: 0.875rem 1rem;
    border-right: 1px solid var(--color-border);
}

.info-cell-full[b-5omizjn5qb] {
    padding: 0.875rem 1rem;
    grid-column: 1 / -1;
}

.info-cell-full-b[b-5omizjn5qb] {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid var(--color-border);
    grid-column: 1 / -1;
}

.info-cell-label[b-5omizjn5qb] {
    font-size: 0.75rem;
    color: var(--color-muted);
    margin-bottom: 0.25rem;
}

.info-cell-value[b-5omizjn5qb] {
    font-weight: 600;
    color: var(--color-text);
}

.info-cell-value-italic[b-5omizjn5qb] {
    font-weight: 600;
    color: var(--color-text);
    font-style: italic;
}

.info-cell-value-brown[b-5omizjn5qb] {
    font-weight: 700;
    color: var(--color-brown);
}

/* Dietary allergy cell */
.info-cell-allergy[b-5omizjn5qb] {
    padding: 0.875rem 1rem;
    grid-column: 1 / -1;
    background: #fef2f2;
    border-top: 1px solid #fca5a5;
}

.info-cell-allergy-label[b-5omizjn5qb] {
    font-size: 0.75rem;
    color: var(--color-peach);
    margin-bottom: 0.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Addon list */
.addon-list[b-5omizjn5qb] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.addon-row[b-5omizjn5qb] {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.addon-name[b-5omizjn5qb] {
    color: var(--color-text);
}

.addon-price[b-5omizjn5qb] {
    font-weight: 600;
    color: var(--color-brown);
}

/* Slide-over footer */
.slide-over-footer[b-5omizjn5qb] {
    padding: 1rem 2rem;
    border-top: 2px solid var(--color-border);
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
    background: #fff;
}

.btn-footer-flex[b-5omizjn5qb] {
    flex: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Pages/Company/EditOrder.razor.rz.scp.css */
/* ============================================================
   Edit Celebration Order — focus + summary layout
   ============================================================ */

.eo-page[b-fchcyvndvg] {
    min-height: 100vh;
    background: var(--color-bg);
    padding: var(--LR-padding);
}

.eo-shell[b-fchcyvndvg] {
    max-width: 1040px;
    margin: 0 auto;
}

/* ── Header ── */
.eo-header[b-fchcyvndvg] {
    margin-bottom: 1.5rem;
}

.eo-title[b-fchcyvndvg] {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0.5rem 0 0.25rem;
}

.eo-subtitle[b-fchcyvndvg] {
    color: var(--color-muted);
    margin: 0;
}

/* ── Employee preferences banner ── */
.eo-prefs[b-fchcyvndvg] {
    background: #fffbeb;
    border: 1px solid #fbbf24;
    border-radius: 0.75rem;
    padding: 0.875rem 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.eo-prefs-title[b-fchcyvndvg] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.eo-prefs-line[b-fchcyvndvg] {
    font-size: 0.875rem;
    color: #78350f;
}

.eo-prefs-line--alert[b-fchcyvndvg] {
    color: #b91c1c;
}

/* ── Loading / error states ── */
.eo-state[b-fchcyvndvg] {
    text-align: center;
    color: var(--color-muted);
    padding: 3rem 1rem;
}

.eo-state--error[b-fchcyvndvg] {
    text-align: left;
    border: 1px solid #fca5a5;
    background: #fef2f2;
    color: #b91c1c;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
}

/* ── Two-column grid ── */
.eo-grid[b-fchcyvndvg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22rem;
    gap: 1.5rem;
    align-items: start;
}

.eo-main[b-fchcyvndvg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
}

/* ── Cards ── */
.eo-card[b-fchcyvndvg] {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    padding: 1.5rem;
}

.eo-card-title[b-fchcyvndvg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 1.25rem;
}

.eo-card-title svg[b-fchcyvndvg] {
    color: var(--color-brown);
    flex-shrink: 0;
}

.eo-fields[b-fchcyvndvg] {
    display: grid;
    gap: 1.5rem;
}

.eo-hint[b-fchcyvndvg] {
    color: var(--color-muted);
    font-size: 0.875rem;
    margin: 0;
}

/* Move the native date picker icon to the left of the field */
.date-field[b-fchcyvndvg] {
    position: relative;
    padding-left: 3.5rem;
}

.date-field[b-fchcyvndvg]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 1.25rem;
    margin: 0;
    cursor: pointer;
}

/* ── Sticky summary panel ── */
.eo-summary[b-fchcyvndvg] {
    position: sticky;
    top: 1.5rem;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    overflow: hidden;
}

.eo-summary-hero[b-fchcyvndvg] {
    width: 100%;
    height: 11rem;
    background: #f3f4f6;
}

.eo-summary-hero img[b-fchcyvndvg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eo-summary-hero--empty[b-fchcyvndvg] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-muted);
}

.eo-sum-body[b-fchcyvndvg] {
    padding: 1.25rem 1.5rem 1.5rem;
}

.eo-sum-cake[b-fchcyvndvg] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.eo-sum-cake-name[b-fchcyvndvg] {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 1.0625rem;
    color: var(--color-text);
}

.eo-sum-cake-meta[b-fchcyvndvg] {
    font-size: 0.8125rem;
    color: var(--color-muted);
}

.eo-muted[b-fchcyvndvg] {
    color: var(--color-muted);
    font-weight: 500;
}

.eo-sum-divider[b-fchcyvndvg] {
    border-top: 1px solid var(--color-border);
    margin: 1rem 0;
}

.eo-sum-row[b-fchcyvndvg] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
    padding: 0.3rem 0;
}

.eo-sum-row .k[b-fchcyvndvg] {
    color: var(--color-muted);
}

.eo-sum-row .v[b-fchcyvndvg] {
    font-weight: 600;
    color: var(--color-text);
    text-align: right;
}

.eo-sum-total[b-fchcyvndvg] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.eo-sum-total-label[b-fchcyvndvg] {
    font-size: 0.875rem;
    color: var(--color-muted);
}

.eo-sum-total .amt[b-fchcyvndvg] {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--color-text);
}

/* ── Status pill ── */
.eo-status[b-fchcyvndvg] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    margin-top: 1rem;
}

.eo-status .dot[b-fchcyvndvg] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.eo-status--pending[b-fchcyvndvg] {
    background: #fffbeb;
    color: #92400e;
}

.eo-status--pending .dot[b-fchcyvndvg] {
    background: #f59e0b;
}

.eo-status--sent[b-fchcyvndvg] {
    background: #ecfdf5;
    color: #047857;
}

.eo-status--sent .dot[b-fchcyvndvg] {
    background: #10b981;
}

.eo-status--draft[b-fchcyvndvg] {
    background: #f3f4f6;
    color: #4b5563;
}

.eo-status--draft .dot[b-fchcyvndvg] {
    background: #9ca3af;
}

/* ── Actions ── */
.eo-actions[b-fchcyvndvg] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1rem;
}

.eo-actions .btn[b-fchcyvndvg] {
    width: 100%;
    justify-content: center;
}

.eo-help[b-fchcyvndvg] {
    font-size: 0.8rem;
    color: var(--color-muted);
    line-height: 1.5;
    margin: 0.875rem 0 0;
}

.eo-save-msg[b-fchcyvndvg] {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0.875rem 0 0;
}

.eo-save-msg--error[b-fchcyvndvg] {
    color: #b91c1c;
}

.eo-save-msg--ok[b-fchcyvndvg] {
    color: var(--color-green);
}

/* ── Date warning ── */
.eo-warn[b-fchcyvndvg] {
    margin-top: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: #fffbeb;
    border: 1px solid #fbbf24;
    border-radius: 0.5rem;
    padding: 0.625rem 0.875rem;
}

.eo-warn svg[b-fchcyvndvg] {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.eo-warn span[b-fchcyvndvg] {
    font-size: 0.875rem;
    color: #92400e;
    font-weight: 500;
}

/* ── Responsive: collapse to single column ── */
@media (max-width: 900px) {
    .eo-grid[b-fchcyvndvg] {
        grid-template-columns: 1fr;
    }

    .eo-summary[b-fchcyvndvg] {
        position: static;
    }
}
/* /Components/Shared/BakerHeader.razor.rz.scp.css */
/* Desktop nav — visible above 1024px */
.baker-nav-desktop[b-id7ppjx3m2] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

/* User chip — visible above 1024px */
.baker-user-chip[b-id7ppjx3m2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.baker-avatar[b-id7ppjx3m2] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--color-peach);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--color-text);
}

/* Burger — hidden on desktop */
.baker-burger-btn[b-id7ppjx3m2] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: var(--color-text);
}

@media (max-width: 1024px) {
    .baker-nav-desktop[b-id7ppjx3m2] {
        display: none;
    }

    .baker-user-chip[b-id7ppjx3m2] {
        display: none;
    }

    .baker-burger-btn[b-id7ppjx3m2] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.logout-overlay[b-id7ppjx3m2] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.logout-modal[b-id7ppjx3m2] {
    background: var(--color-bg);
    border-radius: 1.25rem;
    padding: 2.5rem 2rem 2rem;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.logout-icon-wrap[b-id7ppjx3m2] {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: var(--color-peach);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.logout-title[b-id7ppjx3m2] {
    font-family: var(--font-brand);
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 0.5rem;
}

.logout-desc[b-id7ppjx3m2] {
    font-size: 0.9rem;
    color: var(--color-muted);
    line-height: 1.5;
    margin: 0 0 1.75rem;
}

.logout-actions[b-id7ppjx3m2] {
    display: flex;
    gap: 0.75rem;
}

.logout-btn-cancel[b-id7ppjx3m2],
.logout-btn-confirm[b-id7ppjx3m2] {
    flex: 1;
    padding: 0.85rem 1.5rem;
    border-radius: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: opacity 0.15s;
}

.logout-btn-cancel[b-id7ppjx3m2] {
    background: #F0EDED;
    color: var(--color-text);
}

.logout-btn-cancel:hover[b-id7ppjx3m2] {
    background: #E5E1E1;
}

.logout-btn-confirm[b-id7ppjx3m2] {
    background: var(--color-red);
    color: #fff;
}

.logout-btn-confirm:hover[b-id7ppjx3m2] {
    opacity: 0.9;
}

.logout-note[b-id7ppjx3m2] {
    font-size: 0.8rem;
    color: var(--color-muted);
    margin: 1.25rem 0 0;
}
/* /Components/Shared/SearchableSelect.razor.rz.scp.css */
/* SearchableSelect.razor.css */

.ss-root[b-fgf60g1orr] {
    position: relative;
    width: 100%;
}

.ss-input[b-fgf60g1orr] {
    height: 2.5rem;
    padding: 0 2rem 0 0.5rem; /* room for the chevron */
    width: 100%;
}

.ss-chev[b-fgf60g1orr] {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-text-muted, #6b7280);
    pointer-events: none;
    transition: transform 0.15s ease;
}

.ss-open .ss-chev[b-fgf60g1orr] {
    transform: translateY(-50%) rotate(180deg);
}

.ss-menu[b-fgf60g1orr] {
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    max-height: 14rem;
    overflow-y: auto;
    background: #fff;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 0.25rem;
}

.ss-option[b-fgf60g1orr] {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    border-radius: 0.35rem;
    padding: 0.5rem 0.6rem;
    font-size: 0.9rem;
    color: var(--color-text, #1f2937);
    cursor: pointer;
}

.ss-option:hover[b-fgf60g1orr] {
    background: var(--color-mint, #eef7ee);
}

.ss-option--selected[b-fgf60g1orr] {
    background: var(--color-mint, #eef7ee);
    font-weight: 600;
}

.ss-empty[b-fgf60g1orr] {
    padding: 0.6rem;
    font-size: 0.85rem;
    color: var(--color-text-muted, #6b7280);
}
/* /Components/Shared/TrendChart.razor.rz.scp.css */
.trend-chart[b-gmfmxcmour] {
    padding: 1.25rem 1.5rem 1rem;
}

.trend-head[b-gmfmxcmour] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.trend-title[b-gmfmxcmour] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-brown-dark, #885A41);
}

.trend-toggles[b-gmfmxcmour] {
    display: flex;
    gap: 0.5rem;
}

/* Segmented toggle control */
.trend-seg[b-gmfmxcmour] {
    display: inline-flex;
    background: rgba(168, 120, 101, 0.08);
    border: 1px solid rgba(168, 120, 101, 0.18);
    border-radius: 0.6rem;
    padding: 2px;
}

.trend-seg-btn[b-gmfmxcmour] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: none;
    background: transparent;
    color: var(--color-brown, #A87865);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.35rem 0.7rem;
    border-radius: 0.45rem;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.trend-seg-btn:hover[b-gmfmxcmour] {
    color: var(--color-brown-dark, #885A41);
}

.trend-seg-btn.is-active[b-gmfmxcmour] {
    background: #fff;
    color: var(--color-brown-dark, #885A41);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* The SVG body is emitted as a MarkupString, so its internals are styled inline
   (scoped CSS can't reach raw markup). Only the outer chrome is styled here. */

.trend-empty[b-gmfmxcmour] {
    text-align: center;
    color: #94867f;
    font-size: 0.875rem;
    margin: 0.75rem 0 0.25rem;
}
