@import '_content/Ds.DesignSystem.Blazor/Ds.DesignSystem.Blazor.tb0kmmc2d5.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* DEMO-001 banner — only rendered in demo mode. A loud, unmissable strip so nobody
   mistakes the sandbox for the real club. Colours/spacing from the warning tokens. */
.demo-banner[b-keca402jku] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--ds-space-sm) var(--ds-space-md);
    padding: var(--ds-space-xs) var(--ds-space-lg);
    background-color: var(--ds-color-warningContainer, var(--ds-color-primaryContainer));
    color: var(--ds-color-onWarningContainer, var(--ds-color-onPrimaryContainer));
    border-bottom: 1px solid var(--ds-color-outlineVariant);
    font-size: var(--ds-typography-bodySmall-font-size);
}

.demo-banner__badge[b-keca402jku] {
    font-weight: var(--ds-badge-typography-font-weight);
    letter-spacing: 0.08em;
    padding: 0 var(--ds-space-xs);
    border-radius: var(--ds-radius-sm);
    background-color: var(--ds-color-error);
    color: var(--ds-color-onError);
}

.demo-banner__text[b-keca402jku] { flex: 1 1 16rem; }

.demo-banner__links[b-keca402jku] {
    display: flex;
    gap: var(--ds-space-md);
}

.demo-banner__links a[b-keca402jku] {
    color: inherit;
    font-weight: var(--ds-typography-label-font-weight);
    text-decoration: underline;
    white-space: nowrap;
}

.page[b-keca402jku] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-keca402jku] {
    flex: 1;
    min-width: 0;
}

/* Cap + centre the content column so wide screens don't strand it on the left with a dead
   right gutter (#17 review X2). The top bar stays full-bleed (it's a sticky bar). */
article.content[b-keca402jku] {
    max-width: 90rem;
    margin-inline: auto;
    width: 100%;
}

/* Skip-to-content link — visually hidden until focused, then pinned top-left (#17 review X13). */
.skip-link[b-keca402jku] {
    position: absolute;
    left: var(--ds-space-sm);
    top: -10rem;
    z-index: 50;
    padding: var(--ds-space-xs) var(--ds-space-md);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: var(--ds-color-onPrimary);
    text-decoration: none;
}
.skip-link:focus[b-keca402jku] {
    top: var(--ds-space-sm);
}

.sidebar[b-keca402jku] {
    background-color: var(--ds-navigation-container);
    border-right: 1px solid var(--ds-navigation-border);
}

.top-row[b-keca402jku] {
    background-color: var(--ds-color-surface);
    border-bottom: 1px solid var(--ds-color-outlineVariant);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row__actions[b-keca402jku] {
    display: flex;
    align-items: center;
    gap: var(--ds-space-md);
}

    /* Plain links only — button-styled anchors (.ds-c-button: login/logout) keep
       their own on-container text colour, else contrast breaks on the button fill. */
    .top-row[b-keca402jku]  a:not(.ds-c-button) {
        color: var(--ds-color-onSurfaceVariant);
    }

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

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

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

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

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

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

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

    .top-row[b-keca402jku], article[b-keca402jku] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar navigation — bound to the design system's --ds-navigation-* tokens.
   Surface-coloured (white in light, slate in dark), so nav text and icons stay
   readable in both themes. */

.navbar-toggler[b-b2mnzfc7oc] {
    background-color: var(--ds-navigation-itemHover);
}

.top-row[b-b2mnzfc7oc] {
    min-height: 3.5rem;
    background-color: var(--ds-navigation-container);
    border-bottom: 1px solid var(--ds-navigation-border);
}

.navbar-brand[b-b2mnzfc7oc] {
    font-size: 1.1rem;
    padding: 0;
}

/* Icons follow the nav item text colour via mask + currentColor (the source
   SVGs were hard-coded white, invisible on the surface sidebar). */
.bi[b-b2mnzfc7oc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-color: currentColor;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.bi-house-door-fill-nav-menu[b-b2mnzfc7oc] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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-list-nested-nav-menu[b-b2mnzfc7oc] {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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-b2mnzfc7oc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

    .nav-item:last-of-type[b-b2mnzfc7oc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b2mnzfc7oc]  a {
        color: var(--ds-navigation-itemColor);
        background-color: transparent;
        border-radius: var(--ds-navigation-itemRadius);
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b2mnzfc7oc]  a.active {
    background-color: var(--ds-navigation-itemActive);
    color: var(--ds-navigation-onItemActive);
}

.nav-item[b-b2mnzfc7oc]  a:hover {
    background-color: var(--ds-navigation-itemHover);
    color: var(--ds-navigation-itemColorHover);
}

@media (min-width: 641px) {
    .navbar-toggler[b-b2mnzfc7oc] {
        display: none;
    }

    .collapse[b-b2mnzfc7oc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-b2mnzfc7oc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/ClubDashboard.razor.rz.scp.css */
/* Members dashboard redesign (MEMBER-001 UX pass). Tokens-first.
   The generic admin-list vocabulary (md-stats, md-kebab, md-table, md-subnav,
   md-bulkbar, md-pager, …) now lives globally in member-management.css so every
   admin list shares it (see spec/app-ux-pass.md). Only members-specific bits stay
   scoped here. */

/* The bulk-action form sits inside the global .md-bulkbar; keep its button cluster inline. */
.md-bulkbar[b-sg1tii5ab1]  .members-bulk { display: inline-flex; gap: var(--ds-space-sm); }

/* Identity cell: avatar + name */
.md-identity[b-sg1tii5ab1] { display: inline-flex; align-items: center; gap: var(--ds-space-sm); text-decoration: none; }
.md-identity:hover .md-name[b-sg1tii5ab1] { text-decoration: underline; }
.md-name[b-sg1tii5ab1] { font-weight: var(--ds-typography-label-font-weight); color: var(--ds-color-primary); }
.md-avatar[b-sg1tii5ab1] {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2rem; height: 2rem; border-radius: 50%; flex: 0 0 auto;
    background-color: var(--ds-color-primaryContainer); color: var(--ds-color-onPrimaryContainer);
    font-size: var(--ds-typography-bodySmall-font-size); font-weight: var(--ds-typography-label-font-weight);
}

/* Import card */
.md-import[b-sg1tii5ab1] { margin-top: var(--ds-space-lg); max-width: 48rem; }
/* /Components/Pages/DemoCheckout.razor.rz.scp.css */
.demo-checkout[b-bts77z607t] {
    display: flex;
    justify-content: center;
    padding: var(--ds-space-xl) var(--ds-space-md);
}

.demo-checkout__card[b-bts77z607t] {
    width: 100%;
    max-width: 26rem;
    display: flex;
    flex-direction: column;
    gap: var(--ds-space-md);
}

.demo-checkout__brand[b-bts77z607t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo-checkout__logo[b-bts77z607t] {
    font-weight: var(--ds-typography-heading6-font-weight);
    font-size: var(--ds-typography-heading6-font-size);
    color: var(--ds-color-primary);
}

.demo-checkout__sim[b-bts77z607t] {
    font-weight: var(--ds-badge-typography-font-weight);
    letter-spacing: 0.08em;
    padding: 0 var(--ds-space-xs);
    border-radius: var(--ds-radius-sm);
    background-color: var(--ds-color-error);
    color: var(--ds-color-onError);
    font-size: var(--ds-typography-bodySmall-font-size);
}

.demo-checkout__amount[b-bts77z607t] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0;
    padding: var(--ds-space-sm) 0;
    border-top: 1px solid var(--ds-color-outlineVariant);
    border-bottom: 1px solid var(--ds-color-outlineVariant);
}

.demo-checkout__amount dt[b-bts77z607t] { color: var(--ds-color-onSurfaceVariant); }

.demo-checkout__amount dd[b-bts77z607t] {
    margin: 0;
    font-size: var(--ds-typography-heading5-font-size);
    font-weight: var(--ds-typography-heading5-font-weight);
}

.demo-checkout__field[b-bts77z607t] {
    display: flex;
    flex-direction: column;
    gap: var(--ds-space-xs);
    color: var(--ds-color-onSurfaceVariant);
}

.demo-checkout__field input[b-bts77z607t] {
    padding: var(--ds-space-sm);
    border: 1px solid var(--ds-color-outline);
    border-radius: var(--ds-radius-md);
    background-color: var(--ds-color-surfaceContainer, var(--ds-color-surface));
    color: var(--ds-color-onSurfaceVariant);
    font-family: var(--ds-typography-body-font-family);
}

.demo-checkout__actions[b-bts77z607t] {
    display: flex;
    gap: var(--ds-space-sm);
}

.demo-checkout__actions form[b-bts77z607t] { flex: 1; }
.demo-checkout__actions button[b-bts77z607t] { width: 100%; }
/* /Components/Pages/DemoHome.razor.rz.scp.css */
.demo-home[b-nhs5ei0z3k] {
    max-width: 60rem;
    margin: 0 auto;
}

.demo-home__personas[b-nhs5ei0z3k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: var(--ds-space-md);
    margin: var(--ds-space-lg) 0;
}

.demo-home__persona[b-nhs5ei0z3k] {
    display: flex;
    flex-direction: column;
    gap: var(--ds-space-sm);
}

.demo-home__persona p[b-nhs5ei0z3k] { flex: 1; }

.demo-home__note[b-nhs5ei0z3k] {
    color: var(--ds-color-onSurfaceVariant);
    font-style: italic;
}

.demo-home__reset[b-nhs5ei0z3k] {
    margin-top: var(--ds-space-xl);
    padding-top: var(--ds-space-md);
    border-top: 1px solid var(--ds-color-outlineVariant);
}
/* /Components/Pages/MemberDetail.razor.rz.scp.css */
/* Member-detail "360" (MEMBER-001 UX pass). Tokens-first; pairs with member-management.css atoms. */

.md-detail-head[b-6m66r12uev] {
    display: flex;
    align-items: center;
    gap: var(--ds-space-md);
    flex-wrap: wrap;
    margin-bottom: var(--ds-space-md);
}
.md-detail-head__id[b-6m66r12uev] { display: flex; flex-direction: column; gap: var(--ds-space-xs); }
.md-detail-head__id h1[b-6m66r12uev] { margin: 0; }
.md-detail-head__badges[b-6m66r12uev] { display: flex; gap: var(--ds-space-sm); }
.md-detail-head__actions[b-6m66r12uev] { display: flex; gap: var(--ds-space-sm); flex-wrap: wrap; margin-left: auto; }
.md-detail-head__actions form[b-6m66r12uev] { display: inline; }

.md-avatar[b-6m66r12uev] {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2rem; height: 2rem; border-radius: 50%; flex: 0 0 auto;
    background-color: var(--ds-color-primaryContainer); color: var(--ds-color-onPrimaryContainer);
    font-size: var(--ds-typography-bodySmall-font-size); font-weight: var(--ds-typography-label-font-weight);
}
.md-avatar--lg[b-6m66r12uev] { width: 3rem; height: 3rem; font-size: var(--ds-typography-body-font-size); }

/* Tabs (absolute ?tab= links — not query-only relative, so they work without enhanced-nav JS) */
.md-tabs[b-6m66r12uev] {
    display: flex;
    gap: var(--ds-space-xs);
    border-bottom: 1px solid var(--ds-color-outlineVariant);
    margin-bottom: var(--ds-space-md);
}
.md-tab[b-6m66r12uev] {
    padding: var(--ds-space-sm) var(--ds-space-md);
    text-decoration: none;
    color: var(--ds-color-onSurfaceVariant);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}
.md-tab:hover[b-6m66r12uev] { color: var(--ds-color-onSurface); }
.md-tab--on[b-6m66r12uev] { color: var(--ds-color-primary); border-bottom-color: var(--ds-color-primary); font-weight: var(--ds-typography-label-font-weight); }

.md-detail-panel[b-6m66r12uev] { max-width: 52rem; }

.md-activity[b-6m66r12uev] { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--ds-space-sm); }
.md-activity li[b-6m66r12uev] { display: flex; align-items: center; gap: var(--ds-space-sm); flex-wrap: wrap; }
/* /Components/Signup/ManualPaymentPanel.razor.rz.scp.css */
/* Structural layout only — themable values stay var(--ds-*) (component-design.md). */

.manual-pay__grid[b-5dg7j5ccvh] {
    display: grid;
    gap: var(--ds-space-sm);
    margin: var(--ds-space-md) 0;
}

.manual-pay__row[b-5dg7j5ccvh] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--ds-space-sm);
}

.manual-pay__row dt[b-5dg7j5ccvh] {
    color: var(--ds-color-onSurfaceVariant);
}

/* Large and selectable-in-one-click ("copyable type") — a member reading this off their own phone
   needs to grab the whole code without carefully dragging a selection. */
.manual-pay__code[b-5dg7j5ccvh] {
    font-family: var(--ds-typography-code-font-family);
    font-size: var(--ds-typography-heading2-font-size);
    font-weight: var(--ds-typography-heading2-font-weight);
    letter-spacing: 0.05em;
    color: var(--ds-color-primary);
    user-select: all;
    cursor: text;
}

.manual-pay__qr[b-5dg7j5ccvh] {
    display: block;
    width: 12rem;
    height: 12rem;
    margin-top: var(--ds-space-md);
    border-radius: var(--ds-radius-md);
}
