/* /Components/EmtModal.razor.rz.scp.css */
/* EMT restyle (#50) — mirrors the supplied "Event Manager Tool w Summary" build:
   warm paper palette, pill tabs, numbered section cards with field hints, and script
   "sheets" (eyebrow · big title · meta row · script paragraphs). Accent = WDS gold. */

.emt-canvas[b-vhebm3ud1k] {
    background: #F7F5F1;
    min-height: 100%;
    padding: 18px 22px 28px;
    overflow-y: auto;
}

.emt-eyebrow[b-vhebm3ud1k] {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--wds-accent-ink);
}

.emt-title[b-vhebm3ud1k] {
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 2px 0 0;
}

/* Pill tabs, exactly the sample's shape: active = filled accent, idle = white on warm border */
.emt-tabs[b-vhebm3ud1k] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
}

.emt-tab[b-vhebm3ud1k] {
    font-size: 13px;
    font-weight: 600;
    color: #5B5147;
    background: #fff;
    border: 1px solid #E4DACE;
    border-radius: 10px;
    padding: 9px 16px;
    cursor: pointer;
}

    .emt-tab.active[b-vhebm3ud1k] {
        font-weight: 700;
        color: #fff;
        background: var(--wds-accent);
        border-color: var(--wds-accent);
    }

/* Numbered section cards (START HERE + Summary) */
.emt-card[b-vhebm3ud1k] {
    background: #fff;
    border: 1px solid #E4DACE;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(23, 18, 15, .06);
    margin-bottom: 14px;
    overflow: hidden;
}

.emt-card-head[b-vhebm3ud1k] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #17120F;
    color: #fff;
    padding: 9px 16px;
    font-weight: 700;
    font-size: .92rem;
}

.emt-card-num[b-vhebm3ud1k] {
    flex: none;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    background: var(--wds-accent);
    color: #17120F;
    font-size: .78rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.emt-card-body[b-vhebm3ud1k] {
    padding: 14px 16px 16px;
}

/* Spreadsheet-heritage field rows: warm label cell + input + hint underneath */
.emt-field label[b-vhebm3ud1k] {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #5B5147;
    background: #FAF7F2;
    border: 1px solid #EFE7DB;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    padding: 4px 10px 3px;
    margin: 0;
}

.emt-field .form-control[b-vhebm3ud1k], .emt-field .form-check-like[b-vhebm3ud1k] {
    border-radius: 0 0 8px 8px;
    border-color: #E4DACE;
}

.emt-hint[b-vhebm3ud1k] {
    display: block;
    font-size: .74rem;
    color: #8A8075;
    margin-top: 3px;
}

/* Script sheets — the paper look */
.emt-sheet[b-vhebm3ud1k] {
    background: #fff;
    border: 1px solid #E4DACE;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(23, 18, 15, .08);
    max-width: 824px;
    margin: 0 auto;
    padding: 26px 34px 30px;
}

.emt-sheet-meta[b-vhebm3ud1k] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 26px;
    border-top: 2px solid var(--wds-accent);
    border-bottom: 1px solid #EFE7DB;
    margin-top: 12px;
    padding: 9px 0 10px;
}

.emt-sheet-meta .m-label[b-vhebm3ud1k] {
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #8A8075;
}

.emt-sheet-meta .m-value[b-vhebm3ud1k] {
    font-weight: 650;
    font-size: .9rem;
}

.emt-sheet-body[b-vhebm3ud1k] {
    margin-top: 14px;
}

    .emt-sheet-body p[b-vhebm3ud1k] {
        margin: 0 0 .65rem;
        font-size: .98rem;
        line-height: 1.5;
    }

/* Summary: centered report column */
.emt-summary[b-vhebm3ud1k] {
    max-width: 824px;
    margin: 0 auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0eawyssc29] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0eawyssc29] {
    flex: 1;
}

.sidebar[b-0eawyssc29] {
    /* #184: flat near-black, the same surface as the wds-dark pages; the bright gold
       lives on the wordmark and the active link. (Was the #48 black→charcoal gradient.) */
    background-color: var(--wds-nav-bg);
    border-right: 1px solid var(--wds-nav-line);
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-0eawyssc29] {
    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-0eawyssc29] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bbfoy2yqj0] {
    filter: var(--wds-nav-toggler-filter);
    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-bbfoy2yqj0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-bbfoy2yqj0] {
    min-height: 3.75rem;
    background: transparent;
    border-bottom: 1px solid var(--wds-line);
}

/* #184: text-set wordmark — DRIVE in the bright gold, as the mockup has it. Outside this
   sidebar the #48 horizontal logo SVG (never below 180px) still applies. */
.navbar-brand.wds-wordmark[b-bbfoy2yqj0] {
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: .06em;
    color: var(--wds-nav-fg-strong);
    white-space: nowrap;
}

.wds-wordmark span[b-bbfoy2yqj0] {
    color: var(--wds-theme-accent);
}

.nav-scrollable[b-bbfoy2yqj0] {
    display: none;
    padding-bottom: 1rem;
}

/* #184 spacing: roomier rows, a rounded gold fill on the active item, per-item icons that
   ride the link's colour. */
.nav-item[b-bbfoy2yqj0] {
    font-size: .92rem;
    padding: 0 .65rem;
    margin-bottom: .2rem;
}

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

    .nav-item[b-bbfoy2yqj0]  .nav-link {
        color: var(--wds-fg-3);
        background: none;
        border: none;
        border-radius: 9px;
        height: 2.65rem;
        padding: 0 .85rem;
        display: flex;
        align-items: center;
        gap: .7rem;
        width: 100%;
        font-weight: 500;
    }

    .nav-item[b-bbfoy2yqj0]  .nav-icon {
        width: 17px;
        height: 17px;
        flex: 0 0 17px;
    }

.nav-item[b-bbfoy2yqj0]  a.active {
    background-color: rgba(242, 176, 30, 0.14);
    color: var(--wds-theme-accent-text);
}

.nav-item[b-bbfoy2yqj0]  .nav-link:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.07);
    color: var(--wds-nav-fg-strong);
}

.navbar-toggler:checked ~ .nav-scrollable[b-bbfoy2yqj0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bbfoy2yqj0] {
    filter: var(--wds-nav-toggler-filter);
        display: none;
    }

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.75rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u15ggw2teb],
.components-reconnect-repeated-attempt-visible[b-u15ggw2teb],
.components-reconnect-failed-visible[b-u15ggw2teb],
.components-pause-visible[b-u15ggw2teb],
.components-resume-failed-visible[b-u15ggw2teb],
.components-rejoining-animation[b-u15ggw2teb] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-u15ggw2teb {
    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/EmDashboard.razor.rz.scp.css */
/* The persistent event stat band (#55, scaled up per JC #56) — fills the full width on a
   standard laptop screen: cells share the row evenly, big readable numbers. */

.emb-band[b-pn366i8x9x] {
    background: linear-gradient(120deg, #101011 0%, #2A2A2D 78%, #3a3a3e 100%);
    border-radius: var(--wds-radius);
    box-shadow: 0 10px 28px rgba(16,16,17,.18);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 20px 26px;
    margin-bottom: 16px;
}

/* Every cell takes an equal share of the full width — nothing bunches left. */
.emb-cell[b-pn366i8x9x] {
    flex: 1 1 0;
    min-width: 150px;
    padding: 6px 26px 4px;
    border-right: 1px solid rgba(255,255,255,.12);
}

    .emb-cell:first-child[b-pn366i8x9x] {
        padding-left: 0;
    }

    .emb-cell:last-child[b-pn366i8x9x] {
        border-right: 0;
    }

.emb-label[b-pn366i8x9x] {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #A7A19A;
    white-space: nowrap;
}

.emb-big[b-pn366i8x9x] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.emb-gold[b-pn366i8x9x] { color: var(--wds-accent-light); }
.emb-green[b-pn366i8x9x] { color: #4ADE80; }
.emb-amber[b-pn366i8x9x] { color: #FBBF24; }
.emb-red[b-pn366i8x9x] { color: #F87171; }   /* #80: missed appointments */

/* #85: band numbers are tappable filters; the active one rings gold. */
.emb-click[b-pn366i8x9x] { cursor: pointer; border-radius: 10px; transition: background .12s; }
.emb-click:hover[b-pn366i8x9x] { background: rgba(255, 255, 255, .07); }
.emb-on[b-pn366i8x9x] { outline: 2px solid var(--wds-accent-light); outline-offset: -2px; background: rgba(255, 255, 255, .06); }

.emb-sub[b-pn366i8x9x] {
    font-size: .95rem;
    font-weight: 650;
    white-space: nowrap;
}

.emb-bar[b-pn366i8x9x] {
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,.15);
    overflow: hidden;
    margin-top: 8px;
}

    .emb-bar > div[b-pn366i8x9x] {
        height: 100%;
        background: linear-gradient(90deg, #4ADE80, #86EFAC);
        border-radius: 4px;
        transition: width .5s ease;
    }

.emb-date[b-pn366i8x9x] {
    flex: 0 0 auto;
}

    .emb-date .emb-day-select[b-pn366i8x9x] {
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.25);
        color: #fff;
        border-radius: 8px;
        padding: 8px 12px;
        font-size: 1rem;
        font-weight: 650;
        color-scheme: dark;
        margin-top: 4px;
        max-width: 210px;
    }

        .emb-date .emb-day-select option[b-pn366i8x9x] {
            color: #101011;
            background: #fff;
        }

.emb-dealer[b-pn366i8x9x] {
    font-size: .9rem;
    font-weight: 650;
    color: #E8E4DE;
    margin-top: 8px;
    max-width: 190px;
}

/* Waiting queue (#59) */
.emq-wait[b-pn366i8x9x] {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: var(--wds-accent-ink);
}

.emq-late[b-pn366i8x9x] {
    color: #d92d20;
}

/* --- #202: the working layout — queue + guests left, the live rail right. --- */

.emd-cols[b-pn366i8x9x] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.emd-main[b-pn366i8x9x] {
    flex: 1 1 0;
    min-width: 0;
}

.emd-rail[b-pn366i8x9x] {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

/* Rail cards share the dealer-page dark-section look (#195). */
.emd-panel[b-pn366i8x9x] {
    background: var(--wds-panel);
    border: 1px solid var(--wds-line);
    border-radius: 14px;
    padding: 10px 14px 12px;
    min-width: 0;
}

.emd-title[b-pn366i8x9x] {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--wds-fg);
}

/* Every rail panel folds from its header — one uniform, unflashy control (#79). */
.emd-panel-head[b-pn366i8x9x] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: none;
    border: 0;
    padding: 2px 0;
    cursor: pointer;
    text-align: left;
}

.emd-spacer[b-pn366i8x9x] { flex: 1; }

.emd-chev[b-pn366i8x9x] { color: var(--wds-fg-4); font-size: .8rem; }

.emd-live[b-pn366i8x9x] { color: var(--wds-ok-text); font-size: .72rem; font-weight: 700; }

.emd-sub-note[b-pn366i8x9x] { color: var(--wds-fg-4); font-size: .78rem; white-space: nowrap; }

.emd-acrow[b-pn366i8x9x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 2px;
    border-top: 1px solid var(--wds-line);
    font-size: .86rem;
    color: var(--wds-fg);
}

.emd-acrow:first-of-type[b-pn366i8x9x] { border-top: 0; }

.emd-tap[b-pn366i8x9x] { cursor: pointer; }
.emd-tap:hover[b-pn366i8x9x] { background: var(--wds-hover-overlay); border-radius: 8px; }

.emd-note[b-pn366i8x9x] { font-size: .8rem; color: var(--wds-fg-2); }

.emd-time[b-pn366i8x9x] { color: var(--wds-fg-4); font-size: .76rem; margin-right: 8px; font-variant-numeric: tabular-nums; }

.emd-tag[b-pn366i8x9x] {
    font-size: .68rem;
    font-weight: 700;
    color: var(--wds-fg-2);
    background: var(--wds-raised);
    border: 1px solid var(--wds-line-strong);
    border-radius: 6px;
    padding: 2px 7px;
    white-space: nowrap;
}

.emd-count[b-pn366i8x9x] {
    font-size: .78rem;
    font-weight: 800;
    border-radius: 6px;
    padding: 1px 8px;
    border: 1px solid var(--wds-line-strong);
    font-variant-numeric: tabular-nums;
}

.emd-count-gold[b-pn366i8x9x] { color: var(--wds-theme-accent-text); border-color: var(--wds-warn-line); background: rgba(184,138,54,.12); }
.emd-count-red[b-pn366i8x9x] { color: var(--wds-alert); border-color: var(--wds-alert-line); background: rgba(248,113,113,.1); }
.emd-count-green[b-pn366i8x9x] { color: var(--wds-ok-text); border-color: var(--wds-ok-line); background: rgba(111,191,115,.1); }

/* --- The Sales Floor board (#202) --- */

.emd-sp[b-pn366i8x9x] {
    padding: 7px 2px 8px;
    border-top: 1px solid var(--wds-line);
}

.emd-sp-hot[b-pn366i8x9x] { background: rgba(251,191,36,.05); border-radius: 8px; padding-left: 8px; padding-right: 8px; }

.emd-sp-head[b-pn366i8x9x] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.emd-sp-name[b-pn366i8x9x] { font-weight: 700; font-size: .88rem; color: var(--wds-fg); }

.emd-dot[b-pn366i8x9x] { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.emd-dot-free[b-pn366i8x9x] { background: #4ADE80; }
.emd-dot-busy[b-pn366i8x9x] { background: #7aa7d8; }
.emd-dot-hot[b-pn366i8x9x] { background: #FBBF24; }

.emd-avail[b-pn366i8x9x] { color: var(--wds-ok-text); font-size: .78rem; font-weight: 650; }

.emd-x2[b-pn366i8x9x] {
    font-size: .68rem;
    font-weight: 800;
    color: var(--wds-warn-text);
    border: 1px solid var(--wds-warn-line);
    border-radius: 5px;
    padding: 0 5px;
    background: rgba(251,191,36,.12);
}

/* A guest chip: tap to disposition. */
.emd-chip[b-pn366i8x9x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    margin-top: 6px;
    background: var(--wds-raised);
    border: 1px solid var(--wds-line-strong);
    border-radius: 8px;
    padding: 5px 10px;
    font-size: .84rem;
    color: var(--wds-fg);
    cursor: pointer;
    text-align: left;
}

.emd-chip:hover[b-pn366i8x9x] { border-color: var(--wds-accent, #B88A36); }

.emd-chip-open[b-pn366i8x9x] { border-color: var(--wds-accent, #B88A36); background: rgba(184,138,54,.1); }

.emd-dispo[b-pn366i8x9x] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 2px 10px;
}

.emd-empty[b-pn366i8x9x] { color: var(--wds-fg-3); font-size: .84rem; padding: 8px 2px 2px; }

/* Smaller screens: two rows of cells rather than shrinking the numbers. */
@media (max-width: 1100px) {
    .emb-cell[b-pn366i8x9x] {
        flex: 1 1 30%;
        border-right: 0;
        padding-left: 0;
    }

    .emb-big[b-pn366i8x9x] {
        font-size: 2.3rem;
    }

    /* The rail drops under the main column instead of squeezing it. */
    .emd-cols[b-pn366i8x9x] { flex-direction: column; }
    .emd-rail[b-pn366i8x9x] { flex: 1 1 auto; width: 100%; }
}
/* /Components/Pages/GuestEdit.razor.rz.scp.css */
/* #204: the guest record in the EM dark look — two working columns, one home per task. */

.gedit-top[b-zxnzia82my] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.gedit-back[b-zxnzia82my] {
    font-weight: 650;
    font-size: .9rem;
}

.gedit-actions[b-zxnzia82my] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.gedit-cols[b-zxnzia82my] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.gedit-main[b-zxnzia82my] {
    flex: 1.15 1 0;
    min-width: 0;
}

.gedit-side[b-zxnzia82my] {
    flex: 1 1 0;
    min-width: 0;
}

/* Card headers match the dashboard rail's caps titles. */
.gedit-card-title[b-zxnzia82my] {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--wds-fg);
    margin-bottom: .8rem;
}

/* Profile rows: a quiet caps label gutter, fields flowing beside it (per the JC mockup). */
.gedit-row[b-zxnzia82my] {
    display: flex;
    gap: 14px;
    padding: 9px 0;
    border-top: 1px solid var(--wds-line);
}

.gedit-row:first-of-type[b-zxnzia82my] { border-top: 0; padding-top: 0; }

.gedit-rowlabel[b-zxnzia82my] {
    flex: 0 0 84px;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--wds-fg-4);
    padding-top: 8px;
}

.gedit-notes[b-zxnzia82my] {
    max-height: 420px;
    overflow-y: auto;
}

.gedit-auto[b-zxnzia82my] {
    font-size: .6rem;
    background: var(--wds-raised);
    border: 1px solid var(--wds-line-strong);
    border-radius: 999px;
    padding: .05rem .4rem;
    color: var(--wds-fg-3);
}

/* Narrow screens: the sale column drops under the profile. */
@media (max-width: 1100px) {
    .gedit-cols[b-zxnzia82my] { flex-direction: column; }
}
