/* /Components/AppSelect.razor.rz.scp.css */
.select-trigger:focus[b-y1bpqhdnns] {
    border-color: #747a77 !important;
    box-shadow: 0 0 0 1px #747a77 !important;
}

.select-trigger[b-y1bpqhdnns]  .ui-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #555b58;
    transition: transform .15s ease;
}

.select-trigger[aria-expanded="true"][b-y1bpqhdnns]  .ui-icon {
    transform: rotate(180deg);
}

.select-label[b-y1bpqhdnns] {
    color: #333735;
}

.select-label.placeholder[b-y1bpqhdnns] {
    color: #aeb3b0;
}

.select-menu[b-y1bpqhdnns] {
    position: absolute;
    z-index: 100;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 310px;
    overflow-y: auto;
    padding: 4px;
    border: 1px solid #c8cdca;
    background: #fff;
    box-shadow: 0 12px 30px rgba(35, 39, 37, .12);
}

.select-option[b-y1bpqhdnns] {
    box-sizing: border-box;
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: #454a48;
    font: inherit;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
}

.select-option:hover[b-y1bpqhdnns],
.select-option.selected[b-y1bpqhdnns] {
    background: #f1f2f1;
}

.select-option.selected[b-y1bpqhdnns] {
    font-weight: 600;
}
/* /Components/CopyLinkButton.razor.rz.scp.css */
.action-button[b-xzikxt827a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    text-decoration: none;
    cursor: pointer;
}

.action-button:hover[b-xzikxt827a] {
    border-color: #777e7a;
    background: #f6f7f6;
    text-decoration: none;
}

.action-button[b-xzikxt827a]  .ui-icon {
    width: 15px;
    height: 15px;
}
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-ap80ht2wyc] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px 1fr;
    background: #f7f7f6;
    color: #3e4241;
}

.admin-sidebar[b-ap80ht2wyc] {
    min-height: 100vh;
    padding: 2rem 1.4rem;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dfe2e1;
    background: #fff;
}

.admin-brand[b-ap80ht2wyc] {
    display: block;
    margin-bottom: 2.6rem;
    color: inherit;
    text-decoration: none;
}

.admin-brand .brand-logo[b-ap80ht2wyc] {
    display: block;
    width: 100%;
    max-width: 205px;
    height: auto;
}

.admin-brand > span[b-ap80ht2wyc] {
    display: block;
    max-width: 205px;
    margin-top: .45rem;
    font-size: .57rem;
    letter-spacing: .27em;
    color: #969b99;
    text-align: center;
}

nav[b-ap80ht2wyc] {
    display: grid;
    gap: .25rem;
}

nav[b-ap80ht2wyc]  a {
    display: flex;
    align-items: center;
    gap: .72rem;
    padding: .78rem .75rem;
    color: #737977;
    text-decoration: none;
    border-left: 2px solid transparent;
}

nav[b-ap80ht2wyc]  a img,
.admin-sidebar button img[b-ap80ht2wyc] {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    opacity: .72;
}

nav[b-ap80ht2wyc]  a.active {
    color: #303432;
    border-left-color: #555b59;
    background: #f6f7f6;
}

nav[b-ap80ht2wyc]  a.active img {
    opacity: 1;
}

.sidebar-bottom[b-ap80ht2wyc] {
    margin-top: auto;
    display: grid;
    gap: .25rem;
}

.admin-sidebar form[b-ap80ht2wyc] {
    margin: 0;
}

.admin-sidebar button[b-ap80ht2wyc] {
    width: 100%;
    padding: .8rem;
    display: flex;
    align-items: center;
    gap: .72rem;
    border: 0;
    background: transparent;
    text-align: left;
    color: #888e8c;
    cursor: pointer;
}

.admin-content[b-ap80ht2wyc] {
    min-width: 0;
    padding: 3rem;
}

@media (max-width: 800px) {
    .admin-shell[b-ap80ht2wyc] {
        display: block;
    }

    .admin-sidebar[b-ap80ht2wyc] {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #dfe2e1;
    }

    nav[b-ap80ht2wyc] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-content[b-ap80ht2wyc] {
        padding: 1.5rem;
    }
}

.admin-sidebar[b-ap80ht2wyc]  .settings-link {
    display: flex;
    align-items: center;
    gap: .72rem;
    padding: .8rem;
    color: #888e8c;
    text-decoration: none;
    border-left: 2px solid transparent;
}

.admin-sidebar[b-ap80ht2wyc]  .settings-link.active {
    color: #303432;
    border-left-color: #555b59;
    background: #f6f7f6;
}

.admin-sidebar[b-ap80ht2wyc]  .settings-link img {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    opacity: .72;
}

/* v4.6 smartphone portrait */
@media (max-width: 760px) {
    .admin-shell[b-ap80ht2wyc] {
        display: block;
    }

    .admin-sidebar[b-ap80ht2wyc] {
        min-height: auto;
        padding: 1rem;
        border-right: 0;
        border-bottom: 1px solid #dfe2e1;
    }

    .admin-brand[b-ap80ht2wyc] {
        margin-bottom: 1rem;
        text-align: center;
    }

    .admin-brand .brand-logo[b-ap80ht2wyc] {
        max-width: 190px;
        margin: 0 auto;
    }

    .admin-brand > span[b-ap80ht2wyc] {
        max-width: 190px;
        margin-left: auto;
        margin-right: auto;
    }

    nav[b-ap80ht2wyc] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .25rem;
    }

    nav[b-ap80ht2wyc]  a {
        min-height: 44px;
        padding: .65rem .6rem;
        font-size: .88rem;
    }

    .sidebar-bottom[b-ap80ht2wyc] {
        grid-template-columns: 1fr 1fr;
        margin-top: .5rem;
    }

    .admin-sidebar[b-ap80ht2wyc]  .settings-link,
    .admin-sidebar button[b-ap80ht2wyc] {
        min-height: 44px;
        padding: .65rem .6rem;
        font-size: .88rem;
    }

    .admin-content[b-ap80ht2wyc] {
        padding: 1rem;
    }
}

@media (max-width: 390px) {
    nav[b-ap80ht2wyc] {
        grid-template-columns: 1fr;
    }

    .sidebar-bottom[b-ap80ht2wyc] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-88a5ovt882] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-88a5ovt882] {
    flex: 1;
}

.sidebar[b-88a5ovt882] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-88a5ovt882] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-88a5ovt882]  a, .top-row[b-88a5ovt882]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-88a5ovt882]  a:hover, .top-row[b-88a5ovt882]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-88a5ovt882]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-88a5ovt882] {
        justify-content: space-between;
    }

    .top-row[b-88a5ovt882]  a, .top-row[b-88a5ovt882]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-88a5ovt882] {
        flex-direction: row;
    }

    .sidebar[b-88a5ovt882] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-88a5ovt882] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-88a5ovt882]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-88a5ovt882], article[b-88a5ovt882] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-88a5ovt882] {
    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-88a5ovt882] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m0r5plfbpr] {
    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-m0r5plfbpr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-m0r5plfbpr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m0r5plfbpr] {
    font-size: 1.1rem;
}

.bi[b-m0r5plfbpr] {
    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-m0r5plfbpr] {
    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-m0r5plfbpr] {
    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-m0r5plfbpr] {
    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-m0r5plfbpr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m0r5plfbpr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m0r5plfbpr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m0r5plfbpr]  .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-m0r5plfbpr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-m0r5plfbpr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-m0r5plfbpr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-m0r5plfbpr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m0r5plfbpr] {
        display: none;
    }

    .nav-scrollable[b-m0r5plfbpr] {
        /* 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/PublicLayout.razor.rz.scp.css */
.public-shell[b-8npedyabde] {
    min-height: 100vh;
    background: #f7f7f6;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ieqq7mwmu0],
.components-reconnect-repeated-attempt-visible[b-ieqq7mwmu0],
.components-reconnect-failed-visible[b-ieqq7mwmu0],
.components-pause-visible[b-ieqq7mwmu0],
.components-resume-failed-visible[b-ieqq7mwmu0],
.components-rejoining-animation[b-ieqq7mwmu0] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ieqq7mwmu0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ieqq7mwmu0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ieqq7mwmu0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ieqq7mwmu0],
#components-reconnect-modal.components-reconnect-retrying[b-ieqq7mwmu0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ieqq7mwmu0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ieqq7mwmu0],
#components-reconnect-modal.components-reconnect-failed[b-ieqq7mwmu0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ieqq7mwmu0] {
    display: block;
}


#components-reconnect-modal[b-ieqq7mwmu0] {
    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-ieqq7mwmu0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ieqq7mwmu0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ieqq7mwmu0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ieqq7mwmu0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ieqq7mwmu0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ieqq7mwmu0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ieqq7mwmu0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ieqq7mwmu0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ieqq7mwmu0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ieqq7mwmu0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ieqq7mwmu0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ieqq7mwmu0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ieqq7mwmu0] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ieqq7mwmu0] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ieqq7mwmu0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ieqq7mwmu0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ieqq7mwmu0] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ieqq7mwmu0 {
    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/MoneyInput.razor.rz.scp.css */
.money-control:focus-within[b-kikgbp1fle] {
    border-color: #747a77 !important;
    box-shadow: 0 0 0 1px #747a77 !important;
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-page-header[b-yiq0lyky73] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-yiq0lyky73] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-yiq0lyky73] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-yiq0lyky73],
.admin-secondary[b-yiq0lyky73],
.admin-danger[b-yiq0lyky73],
.action-button[b-yiq0lyky73] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-yiq0lyky73] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-yiq0lyky73] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-yiq0lyky73],
.admin-secondary:hover[b-yiq0lyky73],
.admin-danger:hover[b-yiq0lyky73],
.action-button:hover[b-yiq0lyky73] {
    text-decoration: none;
}

.admin-primary:hover[b-yiq0lyky73] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-yiq0lyky73],
.action-button:hover[b-yiq0lyky73] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-yiq0lyky73] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-yiq0lyky73]  .ui-icon,
.admin-secondary[b-yiq0lyky73]  .ui-icon,
.admin-danger[b-yiq0lyky73]  .ui-icon,
.action-button[b-yiq0lyky73]  .ui-icon,
.action-link[b-yiq0lyky73]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-yiq0lyky73] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-yiq0lyky73] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-yiq0lyky73],
.admin-table td[b-yiq0lyky73] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-yiq0lyky73] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-yiq0lyky73] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-yiq0lyky73] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-yiq0lyky73],
.admin-form textarea[b-yiq0lyky73] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-yiq0lyky73],
.admin-form textarea:focus[b-yiq0lyky73] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-yiq0lyky73] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-yiq0lyky73] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-yiq0lyky73],
.action-list[b-yiq0lyky73] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-yiq0lyky73] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-yiq0lyky73] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-yiq0lyky73] {
    color: #985959;
}

.action-link.danger:hover[b-yiq0lyky73] {
    color: #793f3f;
}

.admin-muted[b-yiq0lyky73] {
    color: #8b918f;
}

.two-columns[b-yiq0lyky73] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-yiq0lyky73] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-yiq0lyky73] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-yiq0lyky73],
.validation-summary-errors[b-yiq0lyky73] {
    color: #a32f2f;
}

.amount-summary[b-yiq0lyky73] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-yiq0lyky73] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-yiq0lyky73],
    .three-columns[b-yiq0lyky73] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-yiq0lyky73] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-yiq0lyky73] { background:#f5edbd; color:#766728; }
.status-confirmed[b-yiq0lyky73] { background:#e8dcf0; color:#675171; }
.status-completed[b-yiq0lyky73] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-yiq0lyky73] { background:#f1dddd; color:#815555; }
.sort-button[b-yiq0lyky73] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-yiq0lyky73] { color:#3f4642; }

.metric[b-yiq0lyky73] { margin-top:.35rem; font-family:Georgia,"Times New Roman",serif; font-size:3rem; }
.upcoming[b-yiq0lyky73] { margin-top:1rem; }
.upcoming h2[b-yiq0lyky73] { margin-top:0; font-family:Georgia,"Times New Roman",serif; font-weight:400; }
.upcoming-row[b-yiq0lyky73] { display:flex; justify-content:space-between; gap:1rem; padding:1rem 0; border-top:1px solid #e4e6e5; }

.admin-grid[b-yiq0lyky73] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.admin-grid .admin-card[b-yiq0lyky73] {
    min-height: 150px;
}

@media (max-width: 1050px) {
    .admin-grid[b-yiq0lyky73] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .admin-grid[b-yiq0lyky73] {
        grid-template-columns: 1fr;
    }
}

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-yiq0lyky73],
.admin-form textarea[b-yiq0lyky73] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-yiq0lyky73] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-yiq0lyky73],
.admin-form textarea:focus[b-yiq0lyky73] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}

@media (max-width: 1050px) and (min-width: 701px) {
    .admin-grid[b-yiq0lyky73] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .admin-grid[b-yiq0lyky73] { grid-template-columns: 1fr; }
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-yiq0lyky73],
.admin-form textarea[b-yiq0lyky73] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-yiq0lyky73],
.admin-form input[type="time"][b-yiq0lyky73],
.admin-form input[type="number"][b-yiq0lyky73] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-yiq0lyky73] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-yiq0lyky73] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-yiq0lyky73],
.admin-form textarea:focus[b-yiq0lyky73] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-yiq0lyky73] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-yiq0lyky73],
.admin-form textarea[b-yiq0lyky73] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-yiq0lyky73] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-yiq0lyky73],
.admin-form input[type="time"][b-yiq0lyky73],
.admin-form input[type="number"][b-yiq0lyky73] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-yiq0lyky73] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-yiq0lyky73],
.admin-form textarea:focus[b-yiq0lyky73] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-yiq0lyky73] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-yiq0lyky73] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-yiq0lyky73],
    .admin-page-header > .admin-secondary[b-yiq0lyky73] {
        align-self: flex-start;
    }

    .admin-title[b-yiq0lyky73] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-yiq0lyky73] {
        padding: 1rem;
    }

    .two-columns[b-yiq0lyky73],
    .three-columns[b-yiq0lyky73] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-yiq0lyky73] {
        align-items: stretch;
    }

    .admin-actions > a[b-yiq0lyky73],
    .admin-actions > button[b-yiq0lyky73] {
        width: 100%;
    }

    .list-card[b-yiq0lyky73] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-yiq0lyky73] {
        min-width: 720px;
    }
}

/* v4.6 dashboard layout - authoritative */
.admin-grid[b-yiq0lyky73] {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
}

.admin-grid > .admin-card[b-yiq0lyky73] {
    min-height: 145px;
}

@media (max-width: 1050px) and (min-width: 761px) {
    .admin-grid[b-yiq0lyky73] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .admin-grid[b-yiq0lyky73] {
        grid-template-columns: 1fr !important;
    }
}
/* /Components/Pages/AdminBookingDetail.razor.rz.scp.css */
.admin-page-header[b-t4kpi6xcsg] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-t4kpi6xcsg] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-t4kpi6xcsg] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-t4kpi6xcsg],
.admin-secondary[b-t4kpi6xcsg],
.admin-danger[b-t4kpi6xcsg],
.action-button[b-t4kpi6xcsg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-t4kpi6xcsg] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-t4kpi6xcsg] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-t4kpi6xcsg],
.admin-secondary:hover[b-t4kpi6xcsg],
.admin-danger:hover[b-t4kpi6xcsg],
.action-button:hover[b-t4kpi6xcsg] {
    text-decoration: none;
}

.admin-primary:hover[b-t4kpi6xcsg] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-t4kpi6xcsg],
.action-button:hover[b-t4kpi6xcsg] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-t4kpi6xcsg] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-t4kpi6xcsg]  .ui-icon,
.admin-secondary[b-t4kpi6xcsg]  .ui-icon,
.admin-danger[b-t4kpi6xcsg]  .ui-icon,
.action-button[b-t4kpi6xcsg]  .ui-icon,
.action-link[b-t4kpi6xcsg]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-t4kpi6xcsg] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-t4kpi6xcsg] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-t4kpi6xcsg],
.admin-table td[b-t4kpi6xcsg] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-t4kpi6xcsg] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-t4kpi6xcsg] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-t4kpi6xcsg] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-t4kpi6xcsg],
.admin-form textarea[b-t4kpi6xcsg] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-t4kpi6xcsg],
.admin-form textarea:focus[b-t4kpi6xcsg] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-t4kpi6xcsg] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-t4kpi6xcsg] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-t4kpi6xcsg],
.action-list[b-t4kpi6xcsg] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-t4kpi6xcsg] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-t4kpi6xcsg] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-t4kpi6xcsg] {
    color: #985959;
}

.action-link.danger:hover[b-t4kpi6xcsg] {
    color: #793f3f;
}

.admin-muted[b-t4kpi6xcsg] {
    color: #8b918f;
}

.two-columns[b-t4kpi6xcsg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-t4kpi6xcsg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-t4kpi6xcsg] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-t4kpi6xcsg],
.validation-summary-errors[b-t4kpi6xcsg] {
    color: #a32f2f;
}

.amount-summary[b-t4kpi6xcsg] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-t4kpi6xcsg] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-t4kpi6xcsg],
    .three-columns[b-t4kpi6xcsg] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-t4kpi6xcsg] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-t4kpi6xcsg] { background:#f5edbd; color:#766728; }
.status-confirmed[b-t4kpi6xcsg] { background:#e8dcf0; color:#675171; }
.status-completed[b-t4kpi6xcsg] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-t4kpi6xcsg] { background:#f1dddd; color:#815555; }
.sort-button[b-t4kpi6xcsg] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-t4kpi6xcsg] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-t4kpi6xcsg],
.admin-form textarea[b-t4kpi6xcsg] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-t4kpi6xcsg] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-t4kpi6xcsg],
.admin-form textarea:focus[b-t4kpi6xcsg] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-t4kpi6xcsg],
.admin-form textarea[b-t4kpi6xcsg] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-t4kpi6xcsg],
.admin-form input[type="time"][b-t4kpi6xcsg],
.admin-form input[type="number"][b-t4kpi6xcsg] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-t4kpi6xcsg] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-t4kpi6xcsg] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-t4kpi6xcsg],
.admin-form textarea:focus[b-t4kpi6xcsg] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-t4kpi6xcsg] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-t4kpi6xcsg],
.admin-form textarea[b-t4kpi6xcsg] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-t4kpi6xcsg] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-t4kpi6xcsg],
.admin-form input[type="time"][b-t4kpi6xcsg],
.admin-form input[type="number"][b-t4kpi6xcsg] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-t4kpi6xcsg] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-t4kpi6xcsg],
.admin-form textarea:focus[b-t4kpi6xcsg] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-t4kpi6xcsg] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-t4kpi6xcsg] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-t4kpi6xcsg],
    .admin-page-header > .admin-secondary[b-t4kpi6xcsg] {
        align-self: flex-start;
    }

    .admin-title[b-t4kpi6xcsg] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-t4kpi6xcsg] {
        padding: 1rem;
    }

    .two-columns[b-t4kpi6xcsg],
    .three-columns[b-t4kpi6xcsg] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-t4kpi6xcsg] {
        align-items: stretch;
    }

    .admin-actions > a[b-t4kpi6xcsg],
    .admin-actions > button[b-t4kpi6xcsg] {
        width: 100%;
    }

    .list-card[b-t4kpi6xcsg] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-t4kpi6xcsg] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminBookingNew.razor.rz.scp.css */
.admin-page-header[b-15mchbni8u] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-15mchbni8u] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-15mchbni8u] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-15mchbni8u],
.admin-secondary[b-15mchbni8u],
.admin-danger[b-15mchbni8u],
.action-button[b-15mchbni8u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-15mchbni8u] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-15mchbni8u] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-15mchbni8u],
.admin-secondary:hover[b-15mchbni8u],
.admin-danger:hover[b-15mchbni8u],
.action-button:hover[b-15mchbni8u] {
    text-decoration: none;
}

.admin-primary:hover[b-15mchbni8u] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-15mchbni8u],
.action-button:hover[b-15mchbni8u] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-15mchbni8u] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-15mchbni8u]  .ui-icon,
.admin-secondary[b-15mchbni8u]  .ui-icon,
.admin-danger[b-15mchbni8u]  .ui-icon,
.action-button[b-15mchbni8u]  .ui-icon,
.action-link[b-15mchbni8u]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-15mchbni8u] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-15mchbni8u] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-15mchbni8u],
.admin-table td[b-15mchbni8u] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-15mchbni8u] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-15mchbni8u] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-15mchbni8u] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-15mchbni8u],
.admin-form textarea[b-15mchbni8u] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-15mchbni8u],
.admin-form textarea:focus[b-15mchbni8u] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-15mchbni8u] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-15mchbni8u] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-15mchbni8u],
.action-list[b-15mchbni8u] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-15mchbni8u] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-15mchbni8u] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-15mchbni8u] {
    color: #985959;
}

.action-link.danger:hover[b-15mchbni8u] {
    color: #793f3f;
}

.admin-muted[b-15mchbni8u] {
    color: #8b918f;
}

.two-columns[b-15mchbni8u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-15mchbni8u] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-15mchbni8u] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-15mchbni8u],
.validation-summary-errors[b-15mchbni8u] {
    color: #a32f2f;
}

.amount-summary[b-15mchbni8u] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-15mchbni8u] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-15mchbni8u],
    .three-columns[b-15mchbni8u] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-15mchbni8u] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-15mchbni8u] { background:#f5edbd; color:#766728; }
.status-confirmed[b-15mchbni8u] { background:#e8dcf0; color:#675171; }
.status-completed[b-15mchbni8u] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-15mchbni8u] { background:#f1dddd; color:#815555; }
.sort-button[b-15mchbni8u] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-15mchbni8u] { color:#3f4642; }
.created-link[b-15mchbni8u]{margin:1rem 0 1.5rem;word-break:break-all}.success[b-15mchbni8u]{max-width:850px}
/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-15mchbni8u],
.admin-form textarea[b-15mchbni8u] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-15mchbni8u] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-15mchbni8u],
.admin-form textarea:focus[b-15mchbni8u] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-15mchbni8u],
.admin-form textarea[b-15mchbni8u] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-15mchbni8u],
.admin-form input[type="time"][b-15mchbni8u],
.admin-form input[type="number"][b-15mchbni8u] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-15mchbni8u] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-15mchbni8u] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-15mchbni8u],
.admin-form textarea:focus[b-15mchbni8u] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-15mchbni8u] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-15mchbni8u],
.admin-form textarea[b-15mchbni8u] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-15mchbni8u] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-15mchbni8u],
.admin-form input[type="time"][b-15mchbni8u],
.admin-form input[type="number"][b-15mchbni8u] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-15mchbni8u] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-15mchbni8u],
.admin-form textarea:focus[b-15mchbni8u] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-15mchbni8u] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-15mchbni8u] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-15mchbni8u],
    .admin-page-header > .admin-secondary[b-15mchbni8u] {
        align-self: flex-start;
    }

    .admin-title[b-15mchbni8u] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-15mchbni8u] {
        padding: 1rem;
    }

    .two-columns[b-15mchbni8u],
    .three-columns[b-15mchbni8u] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-15mchbni8u] {
        align-items: stretch;
    }

    .admin-actions > a[b-15mchbni8u],
    .admin-actions > button[b-15mchbni8u] {
        width: 100%;
    }

    .list-card[b-15mchbni8u] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-15mchbni8u] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminBookings.razor.rz.scp.css */
.admin-page-header[b-qp9pp0q69f] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-qp9pp0q69f] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-qp9pp0q69f] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-qp9pp0q69f],
.admin-secondary[b-qp9pp0q69f],
.admin-danger[b-qp9pp0q69f],
.action-button[b-qp9pp0q69f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-qp9pp0q69f] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-qp9pp0q69f] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-qp9pp0q69f],
.admin-secondary:hover[b-qp9pp0q69f],
.admin-danger:hover[b-qp9pp0q69f],
.action-button:hover[b-qp9pp0q69f] {
    text-decoration: none;
}

.admin-primary:hover[b-qp9pp0q69f] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-qp9pp0q69f],
.action-button:hover[b-qp9pp0q69f] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-qp9pp0q69f] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-qp9pp0q69f]  .ui-icon,
.admin-secondary[b-qp9pp0q69f]  .ui-icon,
.admin-danger[b-qp9pp0q69f]  .ui-icon,
.action-button[b-qp9pp0q69f]  .ui-icon,
.action-link[b-qp9pp0q69f]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-qp9pp0q69f] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-qp9pp0q69f] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-qp9pp0q69f],
.admin-table td[b-qp9pp0q69f] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-qp9pp0q69f] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-qp9pp0q69f] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-qp9pp0q69f] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-qp9pp0q69f],
.admin-form textarea[b-qp9pp0q69f] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-qp9pp0q69f],
.admin-form textarea:focus[b-qp9pp0q69f] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-qp9pp0q69f] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-qp9pp0q69f] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-qp9pp0q69f],
.action-list[b-qp9pp0q69f] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-qp9pp0q69f] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-qp9pp0q69f] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-qp9pp0q69f] {
    color: #985959;
}

.action-link.danger:hover[b-qp9pp0q69f] {
    color: #793f3f;
}

.admin-muted[b-qp9pp0q69f] {
    color: #8b918f;
}

.two-columns[b-qp9pp0q69f] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-qp9pp0q69f] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-qp9pp0q69f] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-qp9pp0q69f],
.validation-summary-errors[b-qp9pp0q69f] {
    color: #a32f2f;
}

.amount-summary[b-qp9pp0q69f] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-qp9pp0q69f] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-qp9pp0q69f],
    .three-columns[b-qp9pp0q69f] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-qp9pp0q69f] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-qp9pp0q69f] { background:#f5edbd; color:#766728; }
.status-confirmed[b-qp9pp0q69f] { background:#e8dcf0; color:#675171; }
.status-completed[b-qp9pp0q69f] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-qp9pp0q69f] { background:#f1dddd; color:#815555; }
.sort-button[b-qp9pp0q69f] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-qp9pp0q69f] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-qp9pp0q69f],
.admin-form textarea[b-qp9pp0q69f] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-qp9pp0q69f] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-qp9pp0q69f],
.admin-form textarea:focus[b-qp9pp0q69f] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-qp9pp0q69f],
.admin-form textarea[b-qp9pp0q69f] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-qp9pp0q69f],
.admin-form input[type="time"][b-qp9pp0q69f],
.admin-form input[type="number"][b-qp9pp0q69f] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-qp9pp0q69f] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-qp9pp0q69f] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-qp9pp0q69f],
.admin-form textarea:focus[b-qp9pp0q69f] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-qp9pp0q69f] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-qp9pp0q69f],
.admin-form textarea[b-qp9pp0q69f] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-qp9pp0q69f] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-qp9pp0q69f],
.admin-form input[type="time"][b-qp9pp0q69f],
.admin-form input[type="number"][b-qp9pp0q69f] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-qp9pp0q69f] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-qp9pp0q69f],
.admin-form textarea:focus[b-qp9pp0q69f] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-qp9pp0q69f] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-qp9pp0q69f] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-qp9pp0q69f],
    .admin-page-header > .admin-secondary[b-qp9pp0q69f] {
        align-self: flex-start;
    }

    .admin-title[b-qp9pp0q69f] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-qp9pp0q69f] {
        padding: 1rem;
    }

    .two-columns[b-qp9pp0q69f],
    .three-columns[b-qp9pp0q69f] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-qp9pp0q69f] {
        align-items: stretch;
    }

    .admin-actions > a[b-qp9pp0q69f],
    .admin-actions > button[b-qp9pp0q69f] {
        width: 100%;
    }

    .list-card[b-qp9pp0q69f] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-qp9pp0q69f] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminCalendar.razor.rz.scp.css */
.admin-page-header[b-0mtgivm7jq] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-0mtgivm7jq] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-0mtgivm7jq] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-0mtgivm7jq],
.admin-secondary[b-0mtgivm7jq],
.admin-danger[b-0mtgivm7jq],
.action-button[b-0mtgivm7jq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-0mtgivm7jq] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-0mtgivm7jq] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-0mtgivm7jq],
.admin-secondary:hover[b-0mtgivm7jq],
.admin-danger:hover[b-0mtgivm7jq],
.action-button:hover[b-0mtgivm7jq] {
    text-decoration: none;
}

.admin-primary:hover[b-0mtgivm7jq] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-0mtgivm7jq],
.action-button:hover[b-0mtgivm7jq] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-0mtgivm7jq] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-0mtgivm7jq]  .ui-icon,
.admin-secondary[b-0mtgivm7jq]  .ui-icon,
.admin-danger[b-0mtgivm7jq]  .ui-icon,
.action-button[b-0mtgivm7jq]  .ui-icon,
.action-link[b-0mtgivm7jq]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-0mtgivm7jq] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-0mtgivm7jq] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-0mtgivm7jq],
.admin-table td[b-0mtgivm7jq] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-0mtgivm7jq] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-0mtgivm7jq] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-0mtgivm7jq] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-0mtgivm7jq],
.admin-form textarea[b-0mtgivm7jq] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-0mtgivm7jq],
.admin-form textarea:focus[b-0mtgivm7jq] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-0mtgivm7jq] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-0mtgivm7jq] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-0mtgivm7jq],
.action-list[b-0mtgivm7jq] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-0mtgivm7jq] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-0mtgivm7jq] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-0mtgivm7jq] {
    color: #985959;
}

.action-link.danger:hover[b-0mtgivm7jq] {
    color: #793f3f;
}

.admin-muted[b-0mtgivm7jq] {
    color: #8b918f;
}

.two-columns[b-0mtgivm7jq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-0mtgivm7jq] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-0mtgivm7jq] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-0mtgivm7jq],
.validation-summary-errors[b-0mtgivm7jq] {
    color: #a32f2f;
}

.amount-summary[b-0mtgivm7jq] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-0mtgivm7jq] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-0mtgivm7jq],
    .three-columns[b-0mtgivm7jq] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-0mtgivm7jq] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-0mtgivm7jq] { background:#f5edbd; color:#766728; }
.status-confirmed[b-0mtgivm7jq] { background:#e8dcf0; color:#675171; }
.status-completed[b-0mtgivm7jq] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-0mtgivm7jq] { background:#f1dddd; color:#815555; }
.sort-button[b-0mtgivm7jq] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-0mtgivm7jq] { color:#3f4642; }

.calendar-grid[b-0mtgivm7jq] { display:grid; grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr); gap:1rem; }
.calendar-grid h2[b-0mtgivm7jq] { margin-top:0; font-family:Georgia,"Times New Roman",serif; font-weight:400; }
.checkbox[b-0mtgivm7jq] { display:flex !important; align-items:center; }
.checkbox input[b-0mtgivm7jq] { width:auto !important; min-height:0 !important; }
.agenda-row[b-0mtgivm7jq] { display:grid; grid-template-columns:64px 1fr; gap:1rem; padding:1rem 0; border-top:1px solid #e3e5e4; }
.agenda-row .date[b-0mtgivm7jq] { font-family:Georgia,"Times New Roman",serif; font-size:1.25rem; }
.agenda-row.block[b-0mtgivm7jq] { opacity:.72; }
@media(max-width:900px){.calendar-grid[b-0mtgivm7jq]{grid-template-columns:1fr;}}

.left-stack[b-0mtgivm7jq] {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.block-card[b-0mtgivm7jq] {
    opacity: .94;
}

.agenda-main[b-0mtgivm7jq] {
    min-width: 0;
}

.agenda-actions[b-0mtgivm7jq] {
    display: flex;
    gap: .9rem;
    flex-wrap: wrap;
    margin-top: .55rem;
}

.agenda-row.inquiry[b-0mtgivm7jq] {
    background: rgba(214, 228, 239, .22);
}

.agenda-row.block[b-0mtgivm7jq] {
    opacity: .72;
}

@media (max-width: 900px) {
    .calendar-grid[b-0mtgivm7jq] {
        grid-template-columns: 1fr;
    }
}

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-0mtgivm7jq],
.admin-form textarea[b-0mtgivm7jq] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-0mtgivm7jq] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-0mtgivm7jq],
.admin-form textarea:focus[b-0mtgivm7jq] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}

.calendar-grid h2[b-0mtgivm7jq] {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-0mtgivm7jq],
.admin-form textarea[b-0mtgivm7jq] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-0mtgivm7jq],
.admin-form input[type="time"][b-0mtgivm7jq],
.admin-form input[type="number"][b-0mtgivm7jq] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-0mtgivm7jq] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-0mtgivm7jq] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-0mtgivm7jq],
.admin-form textarea:focus[b-0mtgivm7jq] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-0mtgivm7jq] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-0mtgivm7jq],
.admin-form textarea[b-0mtgivm7jq] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-0mtgivm7jq] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-0mtgivm7jq],
.admin-form input[type="time"][b-0mtgivm7jq],
.admin-form input[type="number"][b-0mtgivm7jq] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-0mtgivm7jq] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-0mtgivm7jq],
.admin-form textarea:focus[b-0mtgivm7jq] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-0mtgivm7jq] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-0mtgivm7jq] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-0mtgivm7jq],
    .admin-page-header > .admin-secondary[b-0mtgivm7jq] {
        align-self: flex-start;
    }

    .admin-title[b-0mtgivm7jq] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-0mtgivm7jq] {
        padding: 1rem;
    }

    .two-columns[b-0mtgivm7jq],
    .three-columns[b-0mtgivm7jq] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-0mtgivm7jq] {
        align-items: stretch;
    }

    .admin-actions > a[b-0mtgivm7jq],
    .admin-actions > button[b-0mtgivm7jq] {
        width: 100%;
    }

    .list-card[b-0mtgivm7jq] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-0mtgivm7jq] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminCustomerDetail.razor.rz.scp.css */
.admin-page-header[b-kv11ih1233] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-kv11ih1233] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-kv11ih1233] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-kv11ih1233],
.admin-secondary[b-kv11ih1233],
.admin-danger[b-kv11ih1233],
.action-button[b-kv11ih1233] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-kv11ih1233] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-kv11ih1233] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-kv11ih1233],
.admin-secondary:hover[b-kv11ih1233],
.admin-danger:hover[b-kv11ih1233],
.action-button:hover[b-kv11ih1233] {
    text-decoration: none;
}

.admin-primary:hover[b-kv11ih1233] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-kv11ih1233],
.action-button:hover[b-kv11ih1233] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-kv11ih1233] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-kv11ih1233]  .ui-icon,
.admin-secondary[b-kv11ih1233]  .ui-icon,
.admin-danger[b-kv11ih1233]  .ui-icon,
.action-button[b-kv11ih1233]  .ui-icon,
.action-link[b-kv11ih1233]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-kv11ih1233] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-kv11ih1233] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-kv11ih1233],
.admin-table td[b-kv11ih1233] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-kv11ih1233] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-kv11ih1233] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-kv11ih1233] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-kv11ih1233],
.admin-form textarea[b-kv11ih1233] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-kv11ih1233],
.admin-form textarea:focus[b-kv11ih1233] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-kv11ih1233] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-kv11ih1233] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-kv11ih1233],
.action-list[b-kv11ih1233] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-kv11ih1233] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-kv11ih1233] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-kv11ih1233] {
    color: #985959;
}

.action-link.danger:hover[b-kv11ih1233] {
    color: #793f3f;
}

.admin-muted[b-kv11ih1233] {
    color: #8b918f;
}

.two-columns[b-kv11ih1233] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-kv11ih1233] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-kv11ih1233] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-kv11ih1233],
.validation-summary-errors[b-kv11ih1233] {
    color: #a32f2f;
}

.amount-summary[b-kv11ih1233] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-kv11ih1233] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-kv11ih1233],
    .three-columns[b-kv11ih1233] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-kv11ih1233] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-kv11ih1233] { background:#f5edbd; color:#766728; }
.status-confirmed[b-kv11ih1233] { background:#e8dcf0; color:#675171; }
.status-completed[b-kv11ih1233] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-kv11ih1233] { background:#f1dddd; color:#815555; }
.sort-button[b-kv11ih1233] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-kv11ih1233] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-kv11ih1233],
.admin-form textarea[b-kv11ih1233] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-kv11ih1233] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-kv11ih1233],
.admin-form textarea:focus[b-kv11ih1233] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-kv11ih1233],
.admin-form textarea[b-kv11ih1233] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-kv11ih1233],
.admin-form input[type="time"][b-kv11ih1233],
.admin-form input[type="number"][b-kv11ih1233] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-kv11ih1233] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-kv11ih1233] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-kv11ih1233],
.admin-form textarea:focus[b-kv11ih1233] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-kv11ih1233] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-kv11ih1233],
.admin-form textarea[b-kv11ih1233] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-kv11ih1233] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-kv11ih1233],
.admin-form input[type="time"][b-kv11ih1233],
.admin-form input[type="number"][b-kv11ih1233] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-kv11ih1233] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-kv11ih1233],
.admin-form textarea:focus[b-kv11ih1233] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-kv11ih1233] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-kv11ih1233] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-kv11ih1233],
    .admin-page-header > .admin-secondary[b-kv11ih1233] {
        align-self: flex-start;
    }

    .admin-title[b-kv11ih1233] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-kv11ih1233] {
        padding: 1rem;
    }

    .two-columns[b-kv11ih1233],
    .three-columns[b-kv11ih1233] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-kv11ih1233] {
        align-items: stretch;
    }

    .admin-actions > a[b-kv11ih1233],
    .admin-actions > button[b-kv11ih1233] {
        width: 100%;
    }

    .list-card[b-kv11ih1233] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-kv11ih1233] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminCustomers.razor.rz.scp.css */
.admin-page-header[b-eh8461a8g6] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-eh8461a8g6] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-eh8461a8g6] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-eh8461a8g6],
.admin-secondary[b-eh8461a8g6],
.admin-danger[b-eh8461a8g6],
.action-button[b-eh8461a8g6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-eh8461a8g6] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-eh8461a8g6] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-eh8461a8g6],
.admin-secondary:hover[b-eh8461a8g6],
.admin-danger:hover[b-eh8461a8g6],
.action-button:hover[b-eh8461a8g6] {
    text-decoration: none;
}

.admin-primary:hover[b-eh8461a8g6] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-eh8461a8g6],
.action-button:hover[b-eh8461a8g6] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-eh8461a8g6] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-eh8461a8g6]  .ui-icon,
.admin-secondary[b-eh8461a8g6]  .ui-icon,
.admin-danger[b-eh8461a8g6]  .ui-icon,
.action-button[b-eh8461a8g6]  .ui-icon,
.action-link[b-eh8461a8g6]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-eh8461a8g6] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-eh8461a8g6] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-eh8461a8g6],
.admin-table td[b-eh8461a8g6] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-eh8461a8g6] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-eh8461a8g6] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-eh8461a8g6] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-eh8461a8g6],
.admin-form textarea[b-eh8461a8g6] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-eh8461a8g6],
.admin-form textarea:focus[b-eh8461a8g6] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-eh8461a8g6] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-eh8461a8g6] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-eh8461a8g6],
.action-list[b-eh8461a8g6] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-eh8461a8g6] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-eh8461a8g6] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-eh8461a8g6] {
    color: #985959;
}

.action-link.danger:hover[b-eh8461a8g6] {
    color: #793f3f;
}

.admin-muted[b-eh8461a8g6] {
    color: #8b918f;
}

.two-columns[b-eh8461a8g6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-eh8461a8g6] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-eh8461a8g6] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-eh8461a8g6],
.validation-summary-errors[b-eh8461a8g6] {
    color: #a32f2f;
}

.amount-summary[b-eh8461a8g6] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-eh8461a8g6] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-eh8461a8g6],
    .three-columns[b-eh8461a8g6] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-eh8461a8g6] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-eh8461a8g6] { background:#f5edbd; color:#766728; }
.status-confirmed[b-eh8461a8g6] { background:#e8dcf0; color:#675171; }
.status-completed[b-eh8461a8g6] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-eh8461a8g6] { background:#f1dddd; color:#815555; }
.sort-button[b-eh8461a8g6] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-eh8461a8g6] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-eh8461a8g6],
.admin-form textarea[b-eh8461a8g6] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-eh8461a8g6] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-eh8461a8g6],
.admin-form textarea:focus[b-eh8461a8g6] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-eh8461a8g6],
.admin-form textarea[b-eh8461a8g6] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-eh8461a8g6],
.admin-form input[type="time"][b-eh8461a8g6],
.admin-form input[type="number"][b-eh8461a8g6] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-eh8461a8g6] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-eh8461a8g6] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-eh8461a8g6],
.admin-form textarea:focus[b-eh8461a8g6] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-eh8461a8g6] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-eh8461a8g6],
.admin-form textarea[b-eh8461a8g6] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-eh8461a8g6] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-eh8461a8g6],
.admin-form input[type="time"][b-eh8461a8g6],
.admin-form input[type="number"][b-eh8461a8g6] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-eh8461a8g6] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-eh8461a8g6],
.admin-form textarea:focus[b-eh8461a8g6] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-eh8461a8g6] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-eh8461a8g6] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-eh8461a8g6],
    .admin-page-header > .admin-secondary[b-eh8461a8g6] {
        align-self: flex-start;
    }

    .admin-title[b-eh8461a8g6] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-eh8461a8g6] {
        padding: 1rem;
    }

    .two-columns[b-eh8461a8g6],
    .three-columns[b-eh8461a8g6] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-eh8461a8g6] {
        align-items: stretch;
    }

    .admin-actions > a[b-eh8461a8g6],
    .admin-actions > button[b-eh8461a8g6] {
        width: 100%;
    }

    .list-card[b-eh8461a8g6] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-eh8461a8g6] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminInquiryDetail.razor.rz.scp.css */
.admin-page-header[b-8kj50wxjqk] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-8kj50wxjqk] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-8kj50wxjqk] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-8kj50wxjqk],
.admin-secondary[b-8kj50wxjqk],
.admin-danger[b-8kj50wxjqk],
.action-button[b-8kj50wxjqk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-8kj50wxjqk] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-8kj50wxjqk] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-8kj50wxjqk],
.admin-secondary:hover[b-8kj50wxjqk],
.admin-danger:hover[b-8kj50wxjqk],
.action-button:hover[b-8kj50wxjqk] {
    text-decoration: none;
}

.admin-primary:hover[b-8kj50wxjqk] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-8kj50wxjqk],
.action-button:hover[b-8kj50wxjqk] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-8kj50wxjqk] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-8kj50wxjqk]  .ui-icon,
.admin-secondary[b-8kj50wxjqk]  .ui-icon,
.admin-danger[b-8kj50wxjqk]  .ui-icon,
.action-button[b-8kj50wxjqk]  .ui-icon,
.action-link[b-8kj50wxjqk]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-8kj50wxjqk] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-8kj50wxjqk] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-8kj50wxjqk],
.admin-table td[b-8kj50wxjqk] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-8kj50wxjqk] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-8kj50wxjqk] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-8kj50wxjqk] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-8kj50wxjqk],
.admin-form textarea[b-8kj50wxjqk] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-8kj50wxjqk],
.admin-form textarea:focus[b-8kj50wxjqk] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-8kj50wxjqk] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-8kj50wxjqk] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-8kj50wxjqk],
.action-list[b-8kj50wxjqk] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-8kj50wxjqk] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-8kj50wxjqk] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-8kj50wxjqk] {
    color: #985959;
}

.action-link.danger:hover[b-8kj50wxjqk] {
    color: #793f3f;
}

.admin-muted[b-8kj50wxjqk] {
    color: #8b918f;
}

.two-columns[b-8kj50wxjqk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-8kj50wxjqk] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-8kj50wxjqk] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-8kj50wxjqk],
.validation-summary-errors[b-8kj50wxjqk] {
    color: #a32f2f;
}

.amount-summary[b-8kj50wxjqk] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-8kj50wxjqk] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-8kj50wxjqk],
    .three-columns[b-8kj50wxjqk] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-8kj50wxjqk] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-8kj50wxjqk] { background:#f5edbd; color:#766728; }
.status-confirmed[b-8kj50wxjqk] { background:#e8dcf0; color:#675171; }
.status-completed[b-8kj50wxjqk] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-8kj50wxjqk] { background:#f1dddd; color:#815555; }
.sort-button[b-8kj50wxjqk] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-8kj50wxjqk] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-8kj50wxjqk],
.admin-form textarea[b-8kj50wxjqk] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-8kj50wxjqk] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-8kj50wxjqk],
.admin-form textarea:focus[b-8kj50wxjqk] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-8kj50wxjqk],
.admin-form textarea[b-8kj50wxjqk] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-8kj50wxjqk],
.admin-form input[type="time"][b-8kj50wxjqk],
.admin-form input[type="number"][b-8kj50wxjqk] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-8kj50wxjqk] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-8kj50wxjqk] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-8kj50wxjqk],
.admin-form textarea:focus[b-8kj50wxjqk] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-8kj50wxjqk] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-8kj50wxjqk],
.admin-form textarea[b-8kj50wxjqk] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-8kj50wxjqk] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-8kj50wxjqk],
.admin-form input[type="time"][b-8kj50wxjqk],
.admin-form input[type="number"][b-8kj50wxjqk] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-8kj50wxjqk] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-8kj50wxjqk],
.admin-form textarea:focus[b-8kj50wxjqk] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-8kj50wxjqk] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-8kj50wxjqk] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-8kj50wxjqk],
    .admin-page-header > .admin-secondary[b-8kj50wxjqk] {
        align-self: flex-start;
    }

    .admin-title[b-8kj50wxjqk] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-8kj50wxjqk] {
        padding: 1rem;
    }

    .two-columns[b-8kj50wxjqk],
    .three-columns[b-8kj50wxjqk] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-8kj50wxjqk] {
        align-items: stretch;
    }

    .admin-actions > a[b-8kj50wxjqk],
    .admin-actions > button[b-8kj50wxjqk] {
        width: 100%;
    }

    .list-card[b-8kj50wxjqk] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-8kj50wxjqk] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminPackageDetail.razor.rz.scp.css */
.admin-page-header[b-dui92wie6d] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-dui92wie6d] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-dui92wie6d] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-dui92wie6d],
.admin-secondary[b-dui92wie6d],
.admin-danger[b-dui92wie6d],
.action-button[b-dui92wie6d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-dui92wie6d] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-dui92wie6d] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-dui92wie6d],
.admin-secondary:hover[b-dui92wie6d],
.admin-danger:hover[b-dui92wie6d],
.action-button:hover[b-dui92wie6d] {
    text-decoration: none;
}

.admin-primary:hover[b-dui92wie6d] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-dui92wie6d],
.action-button:hover[b-dui92wie6d] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-dui92wie6d] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-dui92wie6d]  .ui-icon,
.admin-secondary[b-dui92wie6d]  .ui-icon,
.admin-danger[b-dui92wie6d]  .ui-icon,
.action-button[b-dui92wie6d]  .ui-icon,
.action-link[b-dui92wie6d]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-dui92wie6d] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-dui92wie6d] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-dui92wie6d],
.admin-table td[b-dui92wie6d] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-dui92wie6d] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-dui92wie6d] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-dui92wie6d] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-dui92wie6d],
.admin-form textarea[b-dui92wie6d] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-dui92wie6d],
.admin-form textarea:focus[b-dui92wie6d] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-dui92wie6d] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-dui92wie6d] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-dui92wie6d],
.action-list[b-dui92wie6d] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-dui92wie6d] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-dui92wie6d] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-dui92wie6d] {
    color: #985959;
}

.action-link.danger:hover[b-dui92wie6d] {
    color: #793f3f;
}

.admin-muted[b-dui92wie6d] {
    color: #8b918f;
}

.two-columns[b-dui92wie6d] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-dui92wie6d] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-dui92wie6d] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-dui92wie6d],
.validation-summary-errors[b-dui92wie6d] {
    color: #a32f2f;
}

.amount-summary[b-dui92wie6d] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-dui92wie6d] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-dui92wie6d],
    .three-columns[b-dui92wie6d] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-dui92wie6d] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-dui92wie6d] { background:#f5edbd; color:#766728; }
.status-confirmed[b-dui92wie6d] { background:#e8dcf0; color:#675171; }
.status-completed[b-dui92wie6d] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-dui92wie6d] { background:#f1dddd; color:#815555; }
.sort-button[b-dui92wie6d] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-dui92wie6d] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-dui92wie6d],
.admin-form textarea[b-dui92wie6d] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-dui92wie6d] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-dui92wie6d],
.admin-form textarea:focus[b-dui92wie6d] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-dui92wie6d],
.admin-form textarea[b-dui92wie6d] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-dui92wie6d],
.admin-form input[type="time"][b-dui92wie6d],
.admin-form input[type="number"][b-dui92wie6d] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-dui92wie6d] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-dui92wie6d] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-dui92wie6d],
.admin-form textarea:focus[b-dui92wie6d] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-dui92wie6d] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-dui92wie6d],
.admin-form textarea[b-dui92wie6d] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-dui92wie6d] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-dui92wie6d],
.admin-form input[type="time"][b-dui92wie6d],
.admin-form input[type="number"][b-dui92wie6d] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-dui92wie6d] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-dui92wie6d],
.admin-form textarea:focus[b-dui92wie6d] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-dui92wie6d] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-dui92wie6d] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-dui92wie6d],
    .admin-page-header > .admin-secondary[b-dui92wie6d] {
        align-self: flex-start;
    }

    .admin-title[b-dui92wie6d] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-dui92wie6d] {
        padding: 1rem;
    }

    .two-columns[b-dui92wie6d],
    .three-columns[b-dui92wie6d] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-dui92wie6d] {
        align-items: stretch;
    }

    .admin-actions > a[b-dui92wie6d],
    .admin-actions > button[b-dui92wie6d] {
        width: 100%;
    }

    .list-card[b-dui92wie6d] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-dui92wie6d] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminSettings.razor.rz.scp.css */
.admin-page-header[b-fqi7ty5h9w] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-fqi7ty5h9w] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-fqi7ty5h9w] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-fqi7ty5h9w],
.admin-secondary[b-fqi7ty5h9w],
.admin-danger[b-fqi7ty5h9w],
.action-button[b-fqi7ty5h9w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-fqi7ty5h9w] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-fqi7ty5h9w] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-fqi7ty5h9w],
.admin-secondary:hover[b-fqi7ty5h9w],
.admin-danger:hover[b-fqi7ty5h9w],
.action-button:hover[b-fqi7ty5h9w] {
    text-decoration: none;
}

.admin-primary:hover[b-fqi7ty5h9w] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-fqi7ty5h9w],
.action-button:hover[b-fqi7ty5h9w] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-fqi7ty5h9w] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-fqi7ty5h9w]  .ui-icon,
.admin-secondary[b-fqi7ty5h9w]  .ui-icon,
.admin-danger[b-fqi7ty5h9w]  .ui-icon,
.action-button[b-fqi7ty5h9w]  .ui-icon,
.action-link[b-fqi7ty5h9w]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-fqi7ty5h9w] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-fqi7ty5h9w] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-fqi7ty5h9w],
.admin-table td[b-fqi7ty5h9w] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-fqi7ty5h9w] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-fqi7ty5h9w] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-fqi7ty5h9w] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-fqi7ty5h9w],
.admin-form textarea[b-fqi7ty5h9w] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-fqi7ty5h9w],
.admin-form textarea:focus[b-fqi7ty5h9w] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-fqi7ty5h9w] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-fqi7ty5h9w] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-fqi7ty5h9w],
.action-list[b-fqi7ty5h9w] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-fqi7ty5h9w] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-fqi7ty5h9w] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-fqi7ty5h9w] {
    color: #985959;
}

.action-link.danger:hover[b-fqi7ty5h9w] {
    color: #793f3f;
}

.admin-muted[b-fqi7ty5h9w] {
    color: #8b918f;
}

.two-columns[b-fqi7ty5h9w] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-fqi7ty5h9w] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-fqi7ty5h9w] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-fqi7ty5h9w],
.validation-summary-errors[b-fqi7ty5h9w] {
    color: #a32f2f;
}

.amount-summary[b-fqi7ty5h9w] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-fqi7ty5h9w] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-fqi7ty5h9w],
    .three-columns[b-fqi7ty5h9w] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-fqi7ty5h9w] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-fqi7ty5h9w] { background:#f5edbd; color:#766728; }
.status-confirmed[b-fqi7ty5h9w] { background:#e8dcf0; color:#675171; }
.status-completed[b-fqi7ty5h9w] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-fqi7ty5h9w] { background:#f1dddd; color:#815555; }
.sort-button[b-fqi7ty5h9w] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-fqi7ty5h9w] { color:#3f4642; }

.settings-grid[b-fqi7ty5h9w] { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.settings-grid h2[b-fqi7ty5h9w],.users-card h2[b-fqi7ty5h9w] { margin-top:0; font-family:Georgia,"Times New Roman",serif; font-weight:400; }
.settings-grid hr[b-fqi7ty5h9w] { margin:2rem 0; border:0; border-top:1px solid #e3e5e4; }
.users-card[b-fqi7ty5h9w] { margin-top:1rem; }
.user-create[b-fqi7ty5h9w] { display:grid; grid-template-columns:1fr 1fr auto; gap:1rem; align-items:end; margin-bottom:1.5rem; }
.user-create label[b-fqi7ty5h9w] { display:grid; gap:.4rem; color:#717775; font-size:.82rem; }
.user-create input[b-fqi7ty5h9w] { box-sizing:border-box; width:100%; min-height:46px; padding:.72rem .85rem; border:1px solid #bfc5c2; background:#fff; font:inherit; }
.users-table-wrap[b-fqi7ty5h9w] { overflow-x:auto; }
.self-label[b-fqi7ty5h9w] { margin-left:.5rem; color:#8b918f; font-size:.78rem; }
@media(max-width:900px){.settings-grid[b-fqi7ty5h9w],.user-create[b-fqi7ty5h9w]{grid-template-columns:1fr;}}

.toggle-row[b-fqi7ty5h9w] {
    display: grid !important;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: .7rem !important;
}

.toggle-row input[b-fqi7ty5h9w] {
    width: 18px !important;
    height: 18px;
    min-height: 0 !important;
    margin: 0;
    accent-color: #777b76;
}

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-fqi7ty5h9w],
.admin-form textarea[b-fqi7ty5h9w] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-fqi7ty5h9w] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-fqi7ty5h9w],
.admin-form textarea:focus[b-fqi7ty5h9w] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-fqi7ty5h9w],
.admin-form textarea[b-fqi7ty5h9w] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-fqi7ty5h9w],
.admin-form input[type="time"][b-fqi7ty5h9w],
.admin-form input[type="number"][b-fqi7ty5h9w] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-fqi7ty5h9w] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-fqi7ty5h9w] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-fqi7ty5h9w],
.admin-form textarea:focus[b-fqi7ty5h9w] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-fqi7ty5h9w] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-fqi7ty5h9w],
.admin-form textarea[b-fqi7ty5h9w] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-fqi7ty5h9w] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-fqi7ty5h9w],
.admin-form input[type="time"][b-fqi7ty5h9w],
.admin-form input[type="number"][b-fqi7ty5h9w] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-fqi7ty5h9w] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-fqi7ty5h9w],
.admin-form textarea:focus[b-fqi7ty5h9w] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-fqi7ty5h9w] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-fqi7ty5h9w] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-fqi7ty5h9w],
    .admin-page-header > .admin-secondary[b-fqi7ty5h9w] {
        align-self: flex-start;
    }

    .admin-title[b-fqi7ty5h9w] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-fqi7ty5h9w] {
        padding: 1rem;
    }

    .two-columns[b-fqi7ty5h9w],
    .three-columns[b-fqi7ty5h9w] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-fqi7ty5h9w] {
        align-items: stretch;
    }

    .admin-actions > a[b-fqi7ty5h9w],
    .admin-actions > button[b-fqi7ty5h9w] {
        width: 100%;
    }

    .list-card[b-fqi7ty5h9w] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-fqi7ty5h9w] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminShootingTemplates.razor.rz.scp.css */
.admin-page-header[b-u2jph6kmlu] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-u2jph6kmlu] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-u2jph6kmlu] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-u2jph6kmlu],
.admin-secondary[b-u2jph6kmlu],
.admin-danger[b-u2jph6kmlu],
.action-button[b-u2jph6kmlu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-u2jph6kmlu] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-u2jph6kmlu] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-u2jph6kmlu],
.admin-secondary:hover[b-u2jph6kmlu],
.admin-danger:hover[b-u2jph6kmlu],
.action-button:hover[b-u2jph6kmlu] {
    text-decoration: none;
}

.admin-primary:hover[b-u2jph6kmlu] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-u2jph6kmlu],
.action-button:hover[b-u2jph6kmlu] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-u2jph6kmlu] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-u2jph6kmlu]  .ui-icon,
.admin-secondary[b-u2jph6kmlu]  .ui-icon,
.admin-danger[b-u2jph6kmlu]  .ui-icon,
.action-button[b-u2jph6kmlu]  .ui-icon,
.action-link[b-u2jph6kmlu]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-u2jph6kmlu] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-u2jph6kmlu] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-u2jph6kmlu],
.admin-table td[b-u2jph6kmlu] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-u2jph6kmlu] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-u2jph6kmlu] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-u2jph6kmlu] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-u2jph6kmlu],
.admin-form textarea[b-u2jph6kmlu] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-u2jph6kmlu],
.admin-form textarea:focus[b-u2jph6kmlu] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-u2jph6kmlu] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-u2jph6kmlu] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-u2jph6kmlu],
.action-list[b-u2jph6kmlu] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-u2jph6kmlu] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-u2jph6kmlu] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-u2jph6kmlu] {
    color: #985959;
}

.action-link.danger:hover[b-u2jph6kmlu] {
    color: #793f3f;
}

.admin-muted[b-u2jph6kmlu] {
    color: #8b918f;
}

.two-columns[b-u2jph6kmlu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-u2jph6kmlu] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-u2jph6kmlu] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-u2jph6kmlu],
.validation-summary-errors[b-u2jph6kmlu] {
    color: #a32f2f;
}

.amount-summary[b-u2jph6kmlu] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-u2jph6kmlu] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-u2jph6kmlu],
    .three-columns[b-u2jph6kmlu] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-u2jph6kmlu] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-u2jph6kmlu] { background:#f5edbd; color:#766728; }
.status-confirmed[b-u2jph6kmlu] { background:#e8dcf0; color:#675171; }
.status-completed[b-u2jph6kmlu] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-u2jph6kmlu] { background:#f1dddd; color:#815555; }
.sort-button[b-u2jph6kmlu] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-u2jph6kmlu] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-u2jph6kmlu],
.admin-form textarea[b-u2jph6kmlu] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-u2jph6kmlu] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-u2jph6kmlu],
.admin-form textarea:focus[b-u2jph6kmlu] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-u2jph6kmlu],
.admin-form textarea[b-u2jph6kmlu] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-u2jph6kmlu],
.admin-form input[type="time"][b-u2jph6kmlu],
.admin-form input[type="number"][b-u2jph6kmlu] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-u2jph6kmlu] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-u2jph6kmlu] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-u2jph6kmlu],
.admin-form textarea:focus[b-u2jph6kmlu] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-u2jph6kmlu] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-u2jph6kmlu],
.admin-form textarea[b-u2jph6kmlu] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-u2jph6kmlu] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-u2jph6kmlu],
.admin-form input[type="time"][b-u2jph6kmlu],
.admin-form input[type="number"][b-u2jph6kmlu] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-u2jph6kmlu] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-u2jph6kmlu],
.admin-form textarea:focus[b-u2jph6kmlu] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-u2jph6kmlu] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-u2jph6kmlu] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-u2jph6kmlu],
    .admin-page-header > .admin-secondary[b-u2jph6kmlu] {
        align-self: flex-start;
    }

    .admin-title[b-u2jph6kmlu] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-u2jph6kmlu] {
        padding: 1rem;
    }

    .two-columns[b-u2jph6kmlu],
    .three-columns[b-u2jph6kmlu] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-u2jph6kmlu] {
        align-items: stretch;
    }

    .admin-actions > a[b-u2jph6kmlu],
    .admin-actions > button[b-u2jph6kmlu] {
        width: 100%;
    }

    .list-card[b-u2jph6kmlu] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-u2jph6kmlu] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminTerms.razor.rz.scp.css */
.admin-page-header[b-pmg20r6s0u] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-pmg20r6s0u] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-pmg20r6s0u] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-pmg20r6s0u],
.admin-secondary[b-pmg20r6s0u],
.admin-danger[b-pmg20r6s0u],
.action-button[b-pmg20r6s0u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-pmg20r6s0u] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-pmg20r6s0u] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-pmg20r6s0u],
.admin-secondary:hover[b-pmg20r6s0u],
.admin-danger:hover[b-pmg20r6s0u],
.action-button:hover[b-pmg20r6s0u] {
    text-decoration: none;
}

.admin-primary:hover[b-pmg20r6s0u] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-pmg20r6s0u],
.action-button:hover[b-pmg20r6s0u] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-pmg20r6s0u] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-pmg20r6s0u]  .ui-icon,
.admin-secondary[b-pmg20r6s0u]  .ui-icon,
.admin-danger[b-pmg20r6s0u]  .ui-icon,
.action-button[b-pmg20r6s0u]  .ui-icon,
.action-link[b-pmg20r6s0u]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-pmg20r6s0u] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-pmg20r6s0u] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-pmg20r6s0u],
.admin-table td[b-pmg20r6s0u] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-pmg20r6s0u] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-pmg20r6s0u] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-pmg20r6s0u] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-pmg20r6s0u],
.admin-form textarea[b-pmg20r6s0u] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-pmg20r6s0u],
.admin-form textarea:focus[b-pmg20r6s0u] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-pmg20r6s0u] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-pmg20r6s0u] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-pmg20r6s0u],
.action-list[b-pmg20r6s0u] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-pmg20r6s0u] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-pmg20r6s0u] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-pmg20r6s0u] {
    color: #985959;
}

.action-link.danger:hover[b-pmg20r6s0u] {
    color: #793f3f;
}

.admin-muted[b-pmg20r6s0u] {
    color: #8b918f;
}

.two-columns[b-pmg20r6s0u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-pmg20r6s0u] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-pmg20r6s0u] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-pmg20r6s0u],
.validation-summary-errors[b-pmg20r6s0u] {
    color: #a32f2f;
}

.amount-summary[b-pmg20r6s0u] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-pmg20r6s0u] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-pmg20r6s0u],
    .three-columns[b-pmg20r6s0u] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-pmg20r6s0u] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-pmg20r6s0u] { background:#f5edbd; color:#766728; }
.status-confirmed[b-pmg20r6s0u] { background:#e8dcf0; color:#675171; }
.status-completed[b-pmg20r6s0u] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-pmg20r6s0u] { background:#f1dddd; color:#815555; }
.sort-button[b-pmg20r6s0u] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-pmg20r6s0u] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-pmg20r6s0u],
.admin-form textarea[b-pmg20r6s0u] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-pmg20r6s0u] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-pmg20r6s0u],
.admin-form textarea:focus[b-pmg20r6s0u] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-pmg20r6s0u],
.admin-form textarea[b-pmg20r6s0u] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-pmg20r6s0u],
.admin-form input[type="time"][b-pmg20r6s0u],
.admin-form input[type="number"][b-pmg20r6s0u] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-pmg20r6s0u] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-pmg20r6s0u] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-pmg20r6s0u],
.admin-form textarea:focus[b-pmg20r6s0u] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-pmg20r6s0u] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-pmg20r6s0u],
.admin-form textarea[b-pmg20r6s0u] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-pmg20r6s0u] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-pmg20r6s0u],
.admin-form input[type="time"][b-pmg20r6s0u],
.admin-form input[type="number"][b-pmg20r6s0u] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-pmg20r6s0u] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-pmg20r6s0u],
.admin-form textarea:focus[b-pmg20r6s0u] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-pmg20r6s0u] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-pmg20r6s0u] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-pmg20r6s0u],
    .admin-page-header > .admin-secondary[b-pmg20r6s0u] {
        align-self: flex-start;
    }

    .admin-title[b-pmg20r6s0u] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-pmg20r6s0u] {
        padding: 1rem;
    }

    .two-columns[b-pmg20r6s0u],
    .three-columns[b-pmg20r6s0u] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-pmg20r6s0u] {
        align-items: stretch;
    }

    .admin-actions > a[b-pmg20r6s0u],
    .admin-actions > button[b-pmg20r6s0u] {
        width: 100%;
    }

    .list-card[b-pmg20r6s0u] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-pmg20r6s0u] {
        min-width: 720px;
    }
}
/* /Components/Pages/AdminTermsDetail.razor.rz.scp.css */
.admin-page-header[b-8x46wdkadc] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.admin-kicker[b-8x46wdkadc] {
    margin: 0 0 .7rem;
    font-size: .68rem;
    letter-spacing: .28em;
    color: #979c9a;
}

.admin-title[b-8x46wdkadc] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    letter-spacing: .02em;
}

.admin-primary[b-8x46wdkadc],
.admin-secondary[b-8x46wdkadc],
.admin-danger[b-8x46wdkadc],
.action-button[b-8x46wdkadc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 42px;
    box-sizing: border-box;
    padding: .66rem .9rem;
    border: 1px solid #aeb4b1;
    border-radius: 0;
    background: #fff;
    color: #545a57;
    font: inherit;
    font-size: .88rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.admin-primary[b-8x46wdkadc] {
    border-color: #444946;
    background: #444946;
    color: #fff;
}

.admin-danger[b-8x46wdkadc] {
    border-color: #b17c7c;
    color: #965656;
}

.admin-primary:hover[b-8x46wdkadc],
.admin-secondary:hover[b-8x46wdkadc],
.admin-danger:hover[b-8x46wdkadc],
.action-button:hover[b-8x46wdkadc] {
    text-decoration: none;
}

.admin-primary:hover[b-8x46wdkadc] {
    background: #353a37;
    border-color: #353a37;
}

.admin-secondary:hover[b-8x46wdkadc],
.action-button:hover[b-8x46wdkadc] {
    background: #f6f7f6;
    border-color: #777e7a;
}

.admin-danger:hover[b-8x46wdkadc] {
    background: #fbf5f5;
    border-color: #965656;
}

.admin-primary[b-8x46wdkadc]  .ui-icon,
.admin-secondary[b-8x46wdkadc]  .ui-icon,
.admin-danger[b-8x46wdkadc]  .ui-icon,
.action-button[b-8x46wdkadc]  .ui-icon,
.action-link[b-8x46wdkadc]  .ui-icon {
    width: 15px;
    height: 15px;
}

.admin-card[b-8x46wdkadc] {
    padding: 1.5rem;
    border: 1px solid #dfe2e1;
    background: #fff;
}

.admin-table[b-8x46wdkadc] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th[b-8x46wdkadc],
.admin-table td[b-8x46wdkadc] {
    padding: 1rem;
    border-bottom: 1px solid #e3e5e4;
    text-align: left;
    vertical-align: middle;
}

.admin-table th[b-8x46wdkadc] {
    font-size: .72rem;
    letter-spacing: .08em;
    color: #858b89;
}

.admin-form[b-8x46wdkadc] {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.admin-form label[b-8x46wdkadc] {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    color: #717775;
}

.admin-form input:not([type="checkbox"])[b-8x46wdkadc],
.admin-form textarea[b-8x46wdkadc] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid #bfc5c2;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.3;
    outline: none;
}

.admin-form input:focus[b-8x46wdkadc],
.admin-form textarea:focus[b-8x46wdkadc] {
    border-color: #666d6a;
    box-shadow: 0 0 0 1px #666d6a;
}

.admin-form textarea[b-8x46wdkadc] {
    min-height: 120px;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-8x46wdkadc] {
    min-height: 340px;
    line-height: 1.55;
}

.admin-actions[b-8x46wdkadc],
.action-list[b-8x46wdkadc] {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
}

.action-link[b-8x46wdkadc] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .25rem 0;
    border: 0;
    background: transparent;
    color: #4f5552;
    font: inherit;
    font-size: .87rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.action-link:hover[b-8x46wdkadc] {
    color: #222724;
    text-decoration: none;
}

.action-link.danger[b-8x46wdkadc] {
    color: #985959;
}

.action-link.danger:hover[b-8x46wdkadc] {
    color: #793f3f;
}

.admin-muted[b-8x46wdkadc] {
    color: #8b918f;
}

.two-columns[b-8x46wdkadc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.three-columns[b-8x46wdkadc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.list-card[b-8x46wdkadc] {
    margin-top: 1rem;
    overflow-x: auto;
}

.validation-message[b-8x46wdkadc],
.validation-summary-errors[b-8x46wdkadc] {
    color: #a32f2f;
}

.amount-summary[b-8x46wdkadc] {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    margin-top: -.2rem;
    font-size: .92rem;
    color: #666d6a;
}

.amount-summary strong[b-8x46wdkadc] {
    color: #323735;
}

@media (max-width: 700px) {
    .two-columns[b-8x46wdkadc],
    .three-columns[b-8x46wdkadc] {
        grid-template-columns: 1fr;
    }
}

.status-pill[b-8x46wdkadc] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .2rem .72rem;
    border-radius: 999px;
    font-size: .76rem;
    white-space: nowrap;
}
.status-open[b-8x46wdkadc] { background:#f5edbd; color:#766728; }
.status-confirmed[b-8x46wdkadc] { background:#e8dcf0; color:#675171; }
.status-completed[b-8x46wdkadc] { background:#e5e7e6; color:#5f6662; }
.status-cancelled[b-8x46wdkadc] { background:#f1dddd; color:#815555; }
.sort-button[b-8x46wdkadc] {
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    font:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    cursor:pointer;
}
.sort-button:hover[b-8x46wdkadc] { color:#3f4642; }

/* v4.5.1 unified controls */
.admin-form input:not([type="checkbox"])[b-8x46wdkadc],
.admin-form textarea[b-8x46wdkadc] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: .76rem .9rem;
    border: 1px solid #c3c8c5;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font: inherit;
    line-height: 1.25;
}

.admin-form textarea[b-8x46wdkadc] {
    min-height: 118px;
}

.admin-form input:not([type="checkbox"]):focus[b-8x46wdkadc],
.admin-form textarea:focus[b-8x46wdkadc] {
    border-color: #777d79;
    box-shadow: 0 0 0 1px #777d79;
    outline: none;
}


/* v4.5.2 canonical form controls */
.admin-form input:not([type="checkbox"])[b-8x46wdkadc],
.admin-form textarea[b-8x46wdkadc] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.admin-form input[type="date"][b-8x46wdkadc],
.admin-form input[type="time"][b-8x46wdkadc],
.admin-form input[type="number"][b-8x46wdkadc] {
    height: 48px;
    min-height: 48px;
}

.admin-form textarea[b-8x46wdkadc] {
    height: 112px;
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form .large-textarea textarea[b-8x46wdkadc] {
    height: 320px;
    min-height: 320px;
}

.admin-form input:not([type="checkbox"]):focus[b-8x46wdkadc],
.admin-form textarea:focus[b-8x46wdkadc] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-8x46wdkadc] {
    gap: 7px;
}


/* v4.6 final form + mobile pass */
.admin-form input:not([type="checkbox"])[b-8x46wdkadc],
.admin-form textarea[b-8x46wdkadc] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: #fff;
    color: #333735;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.admin-form input:not([type="checkbox"])[b-8x46wdkadc] {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    line-height: 48px;
}

.admin-form input[type="date"][b-8x46wdkadc],
.admin-form input[type="time"][b-8x46wdkadc],
.admin-form input[type="number"][b-8x46wdkadc] {
    height: 48px;
    min-height: 48px;
    line-height: normal;
}

.admin-form textarea[b-8x46wdkadc] {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.45;
    resize: vertical;
}

.admin-form input:not([type="checkbox"]):focus[b-8x46wdkadc],
.admin-form textarea:focus[b-8x46wdkadc] {
    border-color: #747a77;
    box-shadow: 0 0 0 1px #747a77;
}

.admin-form label[b-8x46wdkadc] {
    gap: 7px;
}

@media (max-width: 760px) {
    .admin-page-header[b-8x46wdkadc] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .admin-page-header > .admin-primary[b-8x46wdkadc],
    .admin-page-header > .admin-secondary[b-8x46wdkadc] {
        align-self: flex-start;
    }

    .admin-title[b-8x46wdkadc] {
        font-size: clamp(1.8rem, 10vw, 2.35rem);
        line-height: 1.05;
    }

    .admin-card[b-8x46wdkadc] {
        padding: 1rem;
    }

    .two-columns[b-8x46wdkadc],
    .three-columns[b-8x46wdkadc] {
        grid-template-columns: 1fr;
    }

    .admin-actions[b-8x46wdkadc] {
        align-items: stretch;
    }

    .admin-actions > a[b-8x46wdkadc],
    .admin-actions > button[b-8x46wdkadc] {
        width: 100%;
    }

    .list-card[b-8x46wdkadc] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-table[b-8x46wdkadc] {
        min-width: 720px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-tvzpnqxwok] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: #f7f7f6;
    color: #3e4241;
}

.login-card[b-tvzpnqxwok] {
    width: min(100%, 430px);
    padding: 3rem;
    background: #ffffff;
    border: 1px solid #e2e4e3;
}

.login-logo[b-tvzpnqxwok] {
    display: block;
    width: min(100%, 330px);
    height: auto;
    margin: 0 auto .8rem;
}

.login-kicker[b-tvzpnqxwok] {
    margin-bottom: 3rem;
    font-size: .72rem;
    letter-spacing: .3em;
    text-align: center;
    color: #8c9290;
}

h1[b-tvzpnqxwok] {
    margin: 0 0 2.25rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: .05em;
    text-align: center;
}

form[b-tvzpnqxwok] {
    display: grid;
    gap: .7rem;
}

label[b-tvzpnqxwok] {
    margin-top: .8rem;
    font-size: .85rem;
    color: #6f7573;
}

input[b-tvzpnqxwok] {
    width: 100%;
    padding: .85rem .1rem;
    border: 0;
    border-bottom: 1px solid #858b89;
    border-radius: 0;
    background: transparent;
    color: #333735;
    outline: none;
}

input:focus[b-tvzpnqxwok] {
    border-bottom-color: #3e4241;
}

button[b-tvzpnqxwok] {
    margin-top: 2rem;
    padding: 1rem 1.4rem;
    border: 1px solid #555b59;
    background: #3e4241;
    color: #fff;
    font-size: .82rem;
    letter-spacing: .22em;
    cursor: pointer;
}

.login-error[b-tvzpnqxwok] {
    margin-bottom: 1.2rem;
    padding: .9rem 1rem;
    border-left: 3px solid #8f5d5d;
    background: #f4eeee;
    font-size: .9rem;
}
/* /Components/Pages/PublicBooking.razor.rz.scp.css */
.booking-page[b-g8wanjmq91] {
    min-height: 100vh;
    padding: 2rem 1rem 5rem;
    background: #f7f7f6;
    color: #3e4241;
}

.booking-header[b-g8wanjmq91] {
    max-width: 960px;
    margin: 0 auto 3rem;
    text-align: center;
}

.booking-header a[b-g8wanjmq91] {
    display: inline-block;
}

.booking-header img[b-g8wanjmq91] {
    width: min(100%, 390px);
    height: auto;
}

.booking-card[b-g8wanjmq91] {
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 5rem);
    background: #fff;
    border: 1px solid #e1e4e2;
}

.booking-intro[b-g8wanjmq91] {
    max-width: 760px;
}

.section-kicker[b-g8wanjmq91] {
    margin: 0 0 1rem;
    font-size: .69rem;
    letter-spacing: .3em;
    color: #969c99;
}

.booking-title[b-g8wanjmq91] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.05rem, 4.2vw, 2.85rem);
    font-weight: 400;
    line-height: 1.02;
}

.confirmed-title[b-g8wanjmq91] {
    font-size: clamp(1.8rem, 3.5vw, 2.35rem);
}

.lead[b-g8wanjmq91] {
    max-width: 680px;
    margin: 1.5rem 0 0;
    color: #737977;
    line-height: 1.75;
}

.booking-summary[b-g8wanjmq91] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 3rem 0 0;
    border-top: 1px solid #dfe2e1;
}

.summary-item[b-g8wanjmq91] {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .45rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid #dfe2e1;
}

.summary-item:nth-child(odd)[b-g8wanjmq91] {
    padding-right: 2rem;
}

.summary-item:nth-child(even)[b-g8wanjmq91] {
    padding-left: 2rem;
    border-left: 1px solid #e6e8e7;
}

.summary-label[b-g8wanjmq91] {
    font-size: .68rem;
    letter-spacing: .22em;
    color: #999f9c;
}

.summary-value[b-g8wanjmq91] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 400;
    color: #3e4241;
}

.summary-item.total .summary-value[b-g8wanjmq91] {
    font-size: 1.65rem;
}

.content-section[b-g8wanjmq91] {
    margin-top: 3.05rem;
    padding-top: 0;
}

.services-copy[b-g8wanjmq91],
.terms-content[b-g8wanjmq91] {
    white-space: pre-line;
    line-height: 1.8;
    color: #707674;
}

.customer-data[b-g8wanjmq91] {
    display: grid;
    gap: 1.35rem;
}

.customer-data label[b-g8wanjmq91] {
    display: grid;
    gap: .45rem;
    color: #737977;
}

.customer-data label > span:first-child[b-g8wanjmq91] {
    font-size: .82rem;
}

.customer-data input[b-g8wanjmq91] {
    box-sizing: border-box;
    min-height: 46px;
    padding: .72rem 0;
    border: 0;
    border-bottom: 1px solid #9ba09e;
    border-radius: 0;
    background: transparent;
    font: inherit;
    color: #333735;
    outline: none;
}

.customer-data input:focus[b-g8wanjmq91] {
    border-bottom-color: #484e4b;
}

.two-columns[b-g8wanjmq91] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

details[b-g8wanjmq91] {
    padding: 1rem 0;
    border-top: 1px solid #dfe2e1;
    border-bottom: 1px solid #dfe2e1;
}

summary[b-g8wanjmq91] {
    position: relative;
    padding: .2rem 2rem .2rem 0;
    list-style: none;
    cursor: pointer;
    font-size: 1rem;
    color: #4e5552;
}

summary[b-g8wanjmq91]::-webkit-details-marker {
    display: none;
}

summary[b-g8wanjmq91]::after {
    content: "";
    position: absolute;
    right: .15rem;
    top: 50%;
    width: 15px;
    height: 15px;
    background-color: #5e6561;
    -webkit-mask: url('/icons/angle-small-down.svg') center / contain no-repeat;
    mask: url('/icons/angle-small-down.svg') center / contain no-repeat;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .15s ease;
}

details[open] summary[b-g8wanjmq91]::after {
    transform: translateY(-50%);
}

.terms-content[b-g8wanjmq91] {
    padding-top: 1.4rem;
}

.check[b-g8wanjmq91] {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: .85rem;
    align-items: center;
    margin-top: 1.35rem;
    line-height: 1.45;
    color: #555c58;
}

.check input[b-g8wanjmq91] {
    width: 19px;
    height: 19px;
    margin: 0;
}

.privacy-check[b-g8wanjmq91] {
    margin-top: 1.6rem;
}

.check a[b-g8wanjmq91] {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.reservation-box[b-g8wanjmq91] {
    display: grid;
    gap: .35rem;
    margin-top: 2.4rem;
    padding: 1.1rem 1.25rem;
    background: #edf0ef;
    border-left: 3px solid #7f8582;
    line-height: 1.5;
}

.booking-note[b-g8wanjmq91] {
    max-width: 660px;
    margin: 1.55rem auto 0;
    font-size: .8rem;
    line-height: 1.55;
    color: #7b817f;
    text-align: center;
}

.confirm-button[b-g8wanjmq91],
.calendar-button[b-g8wanjmq91] {
    display: block;
    box-sizing: border-box;
    width: fit-content;
    min-width: 280px;
    margin: 1rem auto 0;
    padding: 1rem 1.8rem;
    border: 1px solid #555b58;
    background: transparent;
    color: #4c5350;
    text-align: center;
    text-decoration: none;
    font: inherit;
    font-size: .82rem;
    letter-spacing: .2em;
    cursor: pointer;
}

.confirm-button:hover[b-g8wanjmq91],
.calendar-button:hover[b-g8wanjmq91] {
    background: #f0f2f1;
}

.error[b-g8wanjmq91],
.validation-message[b-g8wanjmq91] {
    color: #a32f2f;
}

.error[b-g8wanjmq91] {
    margin-top: 1rem;
    padding: 1rem;
    background: #f5eeee;
    border-left: 3px solid #956565;
}

.confirmed[b-g8wanjmq91] {
    text-align: center;
}

.confirmed-date[b-g8wanjmq91] {
    margin-top: 2rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
}

@media (max-width: 680px) {
    .booking-card[b-g8wanjmq91] {
        padding: 2rem 1.3rem;
    }

    .booking-summary[b-g8wanjmq91],
    .two-columns[b-g8wanjmq91] {
        grid-template-columns: 1fr;
    }

    .summary-item:nth-child(odd)[b-g8wanjmq91],
    .summary-item:nth-child(even)[b-g8wanjmq91] {
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
    }

    .confirm-button[b-g8wanjmq91],
    .calendar-button[b-g8wanjmq91] {
        width: 100%;
        min-width: 0;
    }
}

.terms-content[b-g8wanjmq91] { font-size:.88rem; }
.check input[b-g8wanjmq91] { accent-color:#777b76; }
.confirmed-copy[b-g8wanjmq91] { margin:.6rem 0 .15rem; font-size:1rem; line-height:1.45; }
.confirmed-copy strong[b-g8wanjmq91] { font-weight:700; }

.reservation-box.expired[b-g8wanjmq91] {
    background: #f0f0ee;
    border-left-color: #a1a19c;
}

.confirm-button:disabled[b-g8wanjmq91] {
    border-color: #c3c5c2;
    background: #dedfdd;
    color: #8d918e;
    cursor: not-allowed;
}

.confirm-button:disabled:hover[b-g8wanjmq91] {
    background: #dedfdd;
}

.customer-data .section-kicker[b-g8wanjmq91] {
    margin-bottom: .15rem;
}

.customer-data[b-g8wanjmq91] {
    gap: .85rem;
}

.customer-data .two-columns[b-g8wanjmq91] {
    margin-top: 0;
}

/* Force neutral UI checkbox color in Chromium/Firefox/Safari */
.check input[type="checkbox"][b-g8wanjmq91] {
    accent-color: #72766f !important;
}

.confirmed .section-kicker[b-g8wanjmq91] {
    margin-bottom: 1.35rem;
}

.confirmed-title[b-g8wanjmq91] {
    margin-bottom: 1.25rem;
}

.confirmed-copy[b-g8wanjmq91] {
    margin: 0 0 1.45rem;
}

/* v4.6 final smartphone pass */
@media (max-width: 760px) {
    .booking-page[b-g8wanjmq91] {
        padding: 1.25rem .75rem 3rem;
    }

    .booking-header[b-g8wanjmq91] {
        margin-bottom: 1.5rem;
    }

    .booking-header img[b-g8wanjmq91] {
        width: min(84vw, 320px);
    }

    .booking-card[b-g8wanjmq91] {
        padding: 1.6rem 1.1rem;
    }

    .booking-title[b-g8wanjmq91] {
        font-size: clamp(1.9rem, 10vw, 2.55rem);
    }

    .confirmed-title[b-g8wanjmq91] {
        font-size: clamp(1.75rem, 9vw, 2.25rem);
        line-height: 1.08;
    }

    .booking-summary[b-g8wanjmq91],
    .two-columns[b-g8wanjmq91] {
        grid-template-columns: 1fr;
    }

    .summary-item:nth-child(odd)[b-g8wanjmq91],
    .summary-item:nth-child(even)[b-g8wanjmq91] {
        min-height: 78px;
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
    }

    .summary-value[b-g8wanjmq91] {
        font-size: 1.25rem;
    }

    .content-section[b-g8wanjmq91] {
        margin-top: 2.25rem;
    }

    .customer-data .section-kicker[b-g8wanjmq91] {
        margin-bottom: 0;
    }

    .customer-data[b-g8wanjmq91] {
        gap: .7rem;
    }

    .customer-data input[b-g8wanjmq91] {
        min-height: 44px;
        font-size: 16px;
    }

    .check[b-g8wanjmq91] {
        grid-template-columns: 20px 1fr;
        gap: .7rem;
        align-items: center;
        font-size: .93rem;
    }

    .reservation-box[b-g8wanjmq91] {
        margin-top: 1.75rem;
        padding: 1rem;
    }

    .confirm-button[b-g8wanjmq91],
    .calendar-button[b-g8wanjmq91] {
        width: 100%;
        min-width: 0;
        padding: .95rem 1rem;
        letter-spacing: .14em;
    }
}
/* /Components/UiIcon.razor.rz.scp.css */
.ui-icon[b-k454m4bn9x] {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 1em;
    background-color: currentColor;
    -webkit-mask: var(--icon-url) center / contain no-repeat;
    mask: var(--icon-url) center / contain no-repeat;
}
