/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =============================================
   MainLayout — Precision Athletic navbar
   ============================================= */

.fitconnect-header[b-ptpcfzefct] {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 4px 20px rgba(0,0,0,.5);
}

.fitconnect-toolbar.e-toolbar[b-ptpcfzefct] {
    background: var(--clr-dark, #0a0a0a);
    border: none;
    min-height: var(--topbar-h, 68px);
}

/* Nav link buttons */
.fitconnect-toolbar .nav-item .e-tbar-btn[b-ptpcfzefct],
.fitconnect-toolbar .nav-item .e-tbar-btn.e-btn[b-ptpcfzefct] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: rgba(240,240,236,.80) !important;
    font-family: var(--ff-body, 'Barlow', sans-serif) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    padding: 0.35rem 0.875rem;
    border-radius: var(--r-sm, 4px);
    transition: color 140ms ease;
}

.fitconnect-toolbar .nav-item .e-tbar-btn:hover[b-ptpcfzefct],
.fitconnect-toolbar .nav-item .e-tbar-btn.e-btn:hover[b-ptpcfzefct] {
    background: rgba(255,255,255,.08) !important;
    color: #ffffff !important;
}

/* Nav anchors */
.nav-link-btn[b-ptpcfzefct] {
    display: inline-block;
    background: transparent;
    border: none;
    color: rgba(240,240,236,.80);
    font-family: var(--ff-body, 'Barlow', sans-serif);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.875rem;
    border-radius: var(--r-sm, 4px);
    text-decoration: none;
    transition: color 140ms ease, background 140ms ease;
}

.nav-link-btn:hover[b-ptpcfzefct] {
    background: rgba(255,255,255,.08);
    color: #ffffff;
}

.auth-buttons a.e-btn[b-ptpcfzefct] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

/* Brand — always white, clearly visible */
.navbar-brand[b-ptpcfzefct] {
    font-family: var(--ff-body, 'Barlow', sans-serif) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 1.45rem !important;
    text-decoration: none;
    padding: 0 var(--sp-2, 0.5rem);
    letter-spacing: -0.01em;
}


.toolbar-right[b-ptpcfzefct] {
    display: flex;
    align-items: center;
    gap: var(--sp-2, 0.5rem);
    padding-right: var(--sp-2, 0.5rem);
}

.auth-buttons[b-ptpcfzefct] {
    display: flex;
    gap: var(--sp-2, 0.5rem);
    align-items: center;
}

/* Login button — clear outline, readable */
.auth-buttons .e-outline.e-small.e-btn[b-ptpcfzefct] {
    border: 1.5px solid rgba(240,240,236,.55) !important;
    color: rgba(240,240,236,.92) !important;
    background: transparent !important;
    border-radius: var(--r-sm, 4px) !important;
    font-family: var(--ff-body, 'Barlow', sans-serif) !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    padding: 0.32rem 1rem !important;
    transition: all 140ms ease !important;
}

.auth-buttons .e-outline.e-small.e-btn:hover[b-ptpcfzefct] {
    border-color: rgba(240,240,236,.85) !important;
    background: rgba(255,255,255,.10) !important;
    color: #ffffff !important;
}

/* Register button — electric lime, clearly visible */
.auth-buttons .e-primary.e-small.e-btn[b-ptpcfzefct] {
    background: var(--clr-accent, #c6f000) !important;
    border-color: var(--clr-accent, #c6f000) !important;
    color: #0a0a0a !important;
    border-radius: var(--r-sm, 4px) !important;
    font-family: var(--ff-body, 'Barlow', sans-serif) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    padding: 0.32rem 1rem !important;
    transition: all 140ms ease !important;
}

.auth-buttons .e-primary.e-small.e-btn:hover[b-ptpcfzefct] {
    background: var(--clr-accent-h, #add500) !important;
    border-color: var(--clr-accent-h, #add500) !important;
    box-shadow: 0 3px 14px rgba(198,240,0,.32) !important;
}

.fitconnect-toolbar .e-separator[b-ptpcfzefct] {
    border-color: rgba(255,255,255,.1) !important;
}

@media (min-width: 768px) {
    .navbar-brand[b-ptpcfzefct] { font-size: 1.6rem !important; }
}

/* ── Session expired modal ── */

.session-expired-backdrop[b-ptpcfzefct] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
}

.session-expired-modal[b-ptpcfzefct] {
    background: var(--clr-dark-2, #111111);
    border: 1px solid var(--clr-dark-border, #2a2a2a);
    border-radius: var(--r-xl, 20px);
    padding: 2.75rem 2.5rem;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .6);
    position: relative;
    overflow: hidden;
}

/* Subtle lime glow behind icon */
.session-expired-modal[b-ptpcfzefct]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(198,240,0,.06) 0%, transparent 65%);
    pointer-events: none;
}

.session-expired-icon[b-ptpcfzefct] {
    font-size: 2.75rem;
    display: block;
    margin-bottom: 1.25rem;
    position: relative;
}

.session-expired-title[b-ptpcfzefct] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--clr-on-dark, #f0f0ec);
    margin: 0 0 0.625rem;
    letter-spacing: -0.01em;
    position: relative;
}

.session-expired-desc[b-ptpcfzefct] {
    font-family: var(--ff-body, 'Barlow', sans-serif);
    font-size: 0.9rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58));
    line-height: 1.65;
    margin: 0 0 2rem;
    position: relative;
}

.session-expired-btn[b-ptpcfzefct] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-accent, #c6f000);
    border: none;
    border-radius: var(--r-sm, 4px);
    color: #0a0a0a;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.7rem 2rem;
    cursor: pointer;
    transition: background 140ms ease, box-shadow 140ms ease, transform 100ms ease;
    position: relative;
    width: 100%;
}

.session-expired-btn:hover[b-ptpcfzefct] {
    background: var(--clr-accent-h, #add500);
    box-shadow: 0 4px 20px rgba(198,240,0,.35);
}

.session-expired-btn:active[b-ptpcfzefct] {
    transform: scale(0.97);
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
/* Admin Dashboard — Precision Athletic */

/* ── Welcome heading ── */
.admin-dash-welcome[b-ofcwazwm93] {
    margin-bottom: 1.75rem;
}

/* ── Stat cards ── */
.dash-stats[b-ofcwazwm93] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-ofcwazwm93] {
    background: var(--clr-dark, #0a0a0a);
    border-radius: var(--r-lg, 14px);
    padding: 1.25rem 1rem 1rem;
    box-shadow: var(--sh-md);
    border-bottom: 3px solid var(--clr-accent, #c6f000);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    transition: transform var(--t-base), box-shadow var(--t-base);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.stat-card[b-ofcwazwm93]::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 80px; height: 80px;
    background: radial-gradient(circle, rgba(198,240,0,.07) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(20px, -20px);
    pointer-events: none;
}

.stat-card:hover[b-ofcwazwm93] {
    transform: translateY(-2px);
    box-shadow: var(--sh-lg);
}

.stat-card--warning[b-ofcwazwm93] { border-bottom-color: #f59e0b; }
.stat-card--success[b-ofcwazwm93] { border-bottom-color: var(--clr-ok, #16a34a); }
.stat-card--info[b-ofcwazwm93]    { border-bottom-color: #38bdf8; }

.stat-card__value[b-ofcwazwm93] {
    font-family: var(--ff-condensed, 'Barlow Condensed', sans-serif);
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--clr-accent, #c6f000) !important;
    line-height: 1;
    letter-spacing: -0.02em;
    position: relative;
}

.stat-card--warning .stat-card__value[b-ofcwazwm93] { color: #f59e0b !important; }
.stat-card--success .stat-card__value[b-ofcwazwm93] { color: var(--clr-ok, #16a34a) !important; }
.stat-card--info    .stat-card__value[b-ofcwazwm93] { color: #38bdf8 !important; }

.stat-card__label[b-ofcwazwm93] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
}

/* ── Syncfusion grid overrides ── */
.admin-users-grid.e-grid .e-headercell[b-ofcwazwm93] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Role badges */
.role-badges[b-ofcwazwm93] {
    display: flex;
    gap: 0.375rem;
    flex-wrap: wrap;
}

.role-badge[b-ofcwazwm93] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: var(--r-sm, 4px);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: var(--clr-surface-alt, #f3f0eb);
    color: var(--clr-text, #111111);
    border: 1px solid var(--clr-border, #e0ddd6);
}

.role-badge--admin[b-ofcwazwm93] {
    background: rgba(198,240,0,.15);
    color: #5a7000;
    border-color: rgba(198,240,0,.4);
}

.role-badge--trainer[b-ofcwazwm93] {
    background: rgba(59,130,246,.1);
    color: #1d4ed8;
    border-color: rgba(59,130,246,.3);
}

.role-badge--practitioner[b-ofcwazwm93] {
    background: rgba(168,85,247,.1);
    color: #7e22ce;
    border-color: rgba(168,85,247,.3);
}

/* Already-admin indicator */
.admin-badge[b-ofcwazwm93] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: var(--r-sm, 4px);
    background: rgba(198,240,0,.15);
    color: #5a7000;
    border: 1px solid rgba(198,240,0,.4);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.admin-actions-menu[b-ofcwazwm93] {
    min-width: 120px;
}

.status-badge[b-ofcwazwm93] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: var(--r-sm, 4px);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.status-badge--active[b-ofcwazwm93] {
    background: rgba(22,163,74,.12);
    color: #166534;
    border: 1px solid rgba(22,163,74,.3);
}

.status-badge--blocked[b-ofcwazwm93] {
    background: rgba(239,68,68,.12);
    color: #991b1b;
    border: 1px solid rgba(239,68,68,.3);
}

/* ── Responsive ── */

@media (max-width: 900px) {
    .dash-stats[b-ofcwazwm93] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .dash-stats[b-ofcwazwm93] { grid-template-columns: 1fr 1fr; }
}
/* /Components/Pages/Client/Bookings.razor.rz.scp.css */
.bookings-filter[b-zruhp8mjfm] {
    margin-bottom: 1.25rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.bookings-filter .filter-dropdown[b-zruhp8mjfm] {
    width: 240px;
    min-width: 240px;
}

.bookings-filter .filter-date-range[b-zruhp8mjfm] {
    width: 320px;
    min-width: 320px;
}

.bookings-filter .e-btn[b-zruhp8mjfm] {
    height: 40px;
}

@media (max-width: 768px) {
    .bookings-filter[b-zruhp8mjfm] {
        align-items: stretch;
    }

    .bookings-filter .filter-dropdown[b-zruhp8mjfm],
    .bookings-filter .filter-date-range[b-zruhp8mjfm],
    .bookings-filter .e-btn[b-zruhp8mjfm] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/Client/Dashboard.razor.rz.scp.css */
/* Client Dashboard — Precision Athletic (mirrors Trainer Dashboard) */

.dash-stats[b-hebn48nt8d] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.stat-card[b-hebn48nt8d] {
    background: var(--clr-dark, #0a0a0a);
    border-radius: var(--r-lg, 14px);
    padding: 1.75rem 1.75rem 1.5rem;
    box-shadow: var(--sh-md);
    border-bottom: 4px solid var(--clr-accent, #c6f000);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transition: transform var(--t-base), box-shadow var(--t-base);
    position: relative;
    overflow: hidden;
}

.stat-card[b-hebn48nt8d]::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100px; height: 100px;
    background: radial-gradient(circle, rgba(198,240,0,.07) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(25px, -25px);
    pointer-events: none;
}

.stat-card:hover[b-hebn48nt8d] {
    transform: translateY(-3px);
    box-shadow: var(--sh-lg);
}

.stat-card--warning[b-hebn48nt8d] { border-bottom-color: #f59e0b; }
.stat-card--success[b-hebn48nt8d] { border-bottom-color: var(--clr-ok, #16a34a); }

.stat-card__value[b-hebn48nt8d] {
    font-family: var(--ff-condensed, 'Barlow Condensed', sans-serif);
    font-size: 3rem;
    font-weight: 900;
    color: var(--clr-accent, #c6f000) !important;
    line-height: 1;
    letter-spacing: -0.02em;
    position: relative;
}

.stat-card--warning .stat-card__value[b-hebn48nt8d] { color: #f59e0b !important; }
.stat-card--success .stat-card__value[b-hebn48nt8d] { color: var(--clr-ok, #16a34a) !important; }

.stat-card__label[b-hebn48nt8d] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
}

/* ── Booking list ── */

.booking-list[b-hebn48nt8d] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.booking-row[b-hebn48nt8d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.125rem;
    background: var(--clr-surface, #ffffff);
    border-radius: var(--r-md, 8px);
    border: 1px solid var(--clr-border, #e0ddd6);
    border-left: 4px solid var(--clr-border, #e0ddd6);
    gap: 1rem;
    transition: border-left-color var(--t-fast), background var(--t-fast);
}

.booking-row:hover[b-hebn48nt8d] {
    border-left-color: var(--clr-accent, #c6f000);
    background: rgba(198,240,0,.03);
}

.booking-row__time[b-hebn48nt8d] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    flex: 1;
}

.booking-row__date[b-hebn48nt8d] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1rem;
    font-weight: 800;
    color: var(--clr-text, #111111);
    letter-spacing: -0.01em;
}

.booking-row__hour[b-hebn48nt8d] {
    font-size: 0.82rem;
    color: var(--clr-muted, #636363);
}

/* Trainer name — client-specific column */
.booking-row__trainer[b-hebn48nt8d] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--clr-text, #111111);
    white-space: nowrap;
}

/* ── Quick actions ── */

.quick-actions[b-hebn48nt8d] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.quick-action-btn[b-hebn48nt8d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.375rem;
    background: var(--clr-dark, #0a0a0a);
    color: var(--clr-on-dark, #f0f0ec) !important;
    border-radius: var(--r-md, 8px);
    text-decoration: none;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all var(--t-fast);
    border: 1.5px solid var(--clr-dark-border, #2a2a2a);
}

.quick-action-btn:hover[b-hebn48nt8d] {
    background: var(--clr-accent, #c6f000);
    color: var(--clr-on-accent, #0a0a0a) !important;
    border-color: var(--clr-accent, #c6f000);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(198,240,0,.28);
}

.quick-action-btn__icon[b-hebn48nt8d] { font-size: 1.1rem; }

/* ── Membership card ── */

.membership-card[b-hebn48nt8d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: var(--r-lg, 14px);
    border: 1px solid var(--clr-border, #e0ddd6);
    background: var(--clr-surface, #ffffff);
    box-shadow: var(--sh-sm);
    flex-wrap: wrap;
}

.membership-card--none[b-hebn48nt8d] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
}

.membership-trainer[b-hebn48nt8d] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--clr-text, #111111);
}

.membership-badge[b-hebn48nt8d] {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: var(--r-sm, 4px);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.membership-badge--pending[b-hebn48nt8d] {
    background: rgba(245,158,11,.12);
    color: #b45309;
    border: 1px solid rgba(245,158,11,.3);
}

.membership-badge--active[b-hebn48nt8d] {
    background: rgba(198,240,0,.15);
    color: #5a7000;
    border: 1px solid rgba(198,240,0,.4);
}

.membership-info[b-hebn48nt8d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.membership-actions[b-hebn48nt8d] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.membership-rate[b-hebn48nt8d] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.rate-label[b-hebn48nt8d] {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--clr-muted, #636363);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 0.25rem;
}

/* ── Star buttons ── */

.star-btn[b-hebn48nt8d] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.375rem;
    color: var(--clr-border, #e0ddd6);
    padding: 0.1rem 0.05rem;
    transition: color var(--t-fast, 150ms), transform var(--t-fast, 150ms);
    line-height: 1;
}

.star-btn:hover[b-hebn48nt8d],
.star-btn--filled[b-hebn48nt8d] {
    color: #f59e0b;
    transform: scale(1.15);
}

.star-btn:disabled[b-hebn48nt8d] {
    cursor: not-allowed;
    opacity: 0.6;
}

/* ── Leave modal ── */

.leave-modal-body[b-hebn48nt8d] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0.25rem 0;
}

.leave-modal-intro[b-hebn48nt8d] {
    font-size: 0.9rem;
    color: var(--clr-muted, #636363);
    margin: 0;
}

.leave-modal-field[b-hebn48nt8d] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.leave-modal-label[b-hebn48nt8d] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--clr-text, #111111);
}

.leave-modal-textarea[b-hebn48nt8d] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1.5px solid var(--clr-border, #e0ddd6);
    border-radius: var(--r-md, 8px);
    font-family: var(--ff-body, 'Barlow', sans-serif);
    font-size: 0.9rem;
    color: var(--clr-text, #111111);
    background: var(--clr-surface, #ffffff);
    resize: vertical;
    transition: border-color var(--t-fast, 150ms);
    box-sizing: border-box;
}

.leave-modal-textarea:focus[b-hebn48nt8d] {
    outline: none;
    border-color: var(--clr-accent, #c6f000);
}

.leave-modal-error[b-hebn48nt8d] {
    font-size: 0.8rem;
    color: #dc2626;
}

.leave-stars[b-hebn48nt8d] {
    display: flex;
    gap: 0.125rem;
}

/* ── Responsive ── */

@media (max-width: 767px) {
    .dash-stats[b-hebn48nt8d] { grid-template-columns: 1fr; }
    .quick-actions[b-hebn48nt8d] { flex-direction: column; }
    .booking-row[b-hebn48nt8d] { flex-wrap: wrap; }
    .booking-row__trainer[b-hebn48nt8d] { width: 100%; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .dash-stats[b-hebn48nt8d] { grid-template-columns: repeat(2, 1fr); }
}
/* /Components/Pages/Client/Profile.razor.rz.scp.css */
/* Client Profile — mirrors Trainer Profile styling */

.profile-card[b-ywzxwk6rz3] {
    background: var(--clr-surface, #ffffff);
    border-radius: var(--r-lg, 14px);
    box-shadow: var(--sh-card);
    overflow: hidden;
    max-width: 720px;
    border: 1px solid var(--clr-border, #e0ddd6);
}

.profile-hero[b-ywzxwk6rz3] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 2.25rem;
    background: var(--clr-dark, #0a0a0a);
    position: relative;
    overflow: hidden;
}

.profile-hero[b-ywzxwk6rz3],
.profile-hero *[b-ywzxwk6rz3] { color: var(--clr-on-dark, #f0f0ec) !important; }

.profile-hero[b-ywzxwk6rz3]::after {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198,240,0,.08) 0%, transparent 70%);
    pointer-events: none;
}

.profile-avatar[b-ywzxwk6rz3] {
    width: 72px;
    height: 72px;
    background: var(--clr-accent, #c6f000);
    color: var(--clr-on-accent, #0a0a0a) !important;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.8rem;
    font-weight: 900;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.profile-avatar--photo[b-ywzxwk6rz3] {
    object-fit: cover;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid var(--clr-accent, #c6f000);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background: var(--clr-dark, #0a0a0a);
}

.profile-name[b-ywzxwk6rz3] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.75rem;
    font-weight: 900;
    margin: 0 0 0.2rem;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.profile-email[b-ywzxwk6rz3] {
    font-size: 0.875rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    margin: 0 0 0.4rem;
    position: relative;
    z-index: 1;
}

/* ── Edit button in hero ── */
.profile-edit-btn[b-ywzxwk6rz3] {
    margin-top: var(--sp-3, 0.75rem);
    background: transparent;
    border: 1.5px solid rgba(255,255,255,.35);
    color: rgba(255,255,255,.85);
    border-radius: var(--r-md, 8px);
    padding: 0.3rem 0.875rem;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: var(--fs-xs, 0.75rem);
    font-weight: var(--fw-bold, 700);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: border-color var(--t-fast, 150ms), color var(--t-fast, 150ms);
    position: relative;
    z-index: 1;
}
.profile-edit-btn:hover[b-ywzxwk6rz3] { border-color: var(--clr-accent, #c6f000); color: var(--clr-accent, #c6f000); }

/* ── View section with grid rows ── */
.profile-section[b-ywzxwk6rz3] {
    padding: 1.75rem 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile-row[b-ywzxwk6rz3] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0.4rem 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--clr-surface-alt, #efede7);
    align-items: start;
}

.profile-row:last-child[b-ywzxwk6rz3] { border-bottom: none; }

.profile-row__label[b-ywzxwk6rz3] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-weight: 800;
    color: var(--clr-muted, #636363);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.profile-row__value[b-ywzxwk6rz3] {
    font-size: 0.92rem;
    color: var(--clr-text, #111111);
    line-height: 1.55;
}

.tag-list[b-ywzxwk6rz3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tag[b-ywzxwk6rz3] {
    background: var(--clr-dark, #0a0a0a);
    color: var(--clr-accent, #c6f000) !important;
    border-radius: var(--r-full, 9999px);
    padding: 0.2rem 0.65rem;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ── Edit form ── */
.profile-form[b-ywzxwk6rz3] {
    padding: var(--sp-6, 1.5rem) 2.25rem;
    display: flex;
    flex-direction: column;
    gap: var(--sp-5, 1.25rem);
}

.form-field[b-ywzxwk6rz3] {
    display: flex;
    flex-direction: column;
    gap: var(--sp-2, 0.5rem);
}

.form-label[b-ywzxwk6rz3] {
    font-size: var(--fs-xs, 0.75rem);
    font-weight: var(--fw-bold, 700);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--clr-muted, #636363);
}

.form-error[b-ywzxwk6rz3] {
    font-size: var(--fs-xs, 0.75rem);
    color: var(--clr-err, #dc2626);
}

.profile-form__actions[b-ywzxwk6rz3] {
    display: flex;
    gap: var(--sp-3, 0.75rem);
    padding-top: var(--sp-2, 0.5rem);
}

/* ── Avatar upload ── */
.avatar-upload[b-ywzxwk6rz3] {
    display: flex;
    align-items: center;
    gap: var(--sp-4, 1rem);
}

.avatar-upload-label[b-ywzxwk6rz3] {
    cursor: pointer;
}

.avatar-preview[b-ywzxwk6rz3] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--clr-accent, #c6f000);
}

/* ── Tag editor ── */
.tag-editor[b-ywzxwk6rz3] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-2, 0.5rem);
    align-items: center;
}

.tag--removable[b-ywzxwk6rz3] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.tag--removable button[b-ywzxwk6rz3] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 0.9rem;
    opacity: 0.7;
    padding: 0 0.1rem;
}

.tag--removable button:hover[b-ywzxwk6rz3] { opacity: 1; }

.tag-add-row[b-ywzxwk6rz3] {
    display: flex;
    gap: var(--sp-2, 0.5rem);
    align-items: center;
    margin-top: var(--sp-2, 0.5rem);
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* =============================================
   Home / Landing Page — Precision Athletic
   Electric lime accents, Barlow Condensed
   ============================================= */

/* ── Hero ── */
.hero[b-6b2rayvi2o] {
    width: 100%;
    min-height: 90vh;
    background-image: url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=1920&q=80');
    background-size: cover;
    background-position: center 25%;
    position: relative;
}

.hero-overlay[b-6b2rayvi2o] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(10,10,10,0.97) 0%,
        rgba(10,10,10,0.88) 45%,
        rgba(10,10,10,0.45) 100%
    );
    display: flex;
    align-items: center;
}

.hero-content[b-6b2rayvi2o] {
    padding: 5rem 1.5rem 4rem;
    color: #fff;
    max-width: 760px;
}

.hero-badge[b-6b2rayvi2o] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(198,240,0,.1);
    border: 1px solid rgba(198,240,0,.3);
    border-radius: var(--r-full, 9999px);
    padding: 0.3rem 1rem;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--clr-accent, #c6f000);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.hero-headline[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
    color: #fff !important;
    border: none;
}

.hero-headline strong[b-6b2rayvi2o] {
    color: var(--clr-accent, #c6f000);
    font-weight: 900;
}

.hero-sub[b-6b2rayvi2o] {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: rgba(255,255,255,.72);
    margin: 0 0 2.25rem;
    line-height: 1.7;
    max-width: 540px;
    font-weight: 400;
}

.hero-actions[b-6b2rayvi2o] {
    display: flex;
    gap: 0.875rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
}

/* Hero primary button — lime */
.hero-btn-primary.e-btn[b-6b2rayvi2o] {
    background: var(--clr-accent, #c6f000) !important;
    border-color: var(--clr-accent, #c6f000) !important;
    color: #0a0a0a !important;
    font-family: var(--ff-display, 'Barlow', sans-serif) !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    padding: 0.75rem 2rem !important;
    border-radius: var(--r-sm, 4px) !important;
    box-shadow: 0 4px 20px rgba(198,240,0,.35) !important;
    transition: all 200ms ease !important;
}

.hero-btn-primary.e-btn:hover[b-6b2rayvi2o] {
    background: var(--clr-accent-h, #add500) !important;
    border-color: var(--clr-accent-h, #add500) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(198,240,0,.45) !important;
}

/* Hero secondary button — ghost */
.hero-btn-outline.e-btn[b-6b2rayvi2o] {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,.3) !important;
    color: rgba(255,255,255,.88) !important;
    font-family: var(--ff-display, 'Barlow', sans-serif) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    padding: 0.73rem 2rem !important;
    border-radius: var(--r-sm, 4px) !important;
    transition: all 200ms ease !important;
}

.hero-btn-outline.e-btn:hover[b-6b2rayvi2o] {
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.6) !important;
}

.hero-stats[b-6b2rayvi2o] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: 640px;
}

.hero-stat[b-6b2rayvi2o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
    border-right: 1px solid rgba(255,255,255,.15);
}

.hero-stat:first-child[b-6b2rayvi2o] { padding-left: 0; }
.hero-stat:last-child[b-6b2rayvi2o]  { border-right: none; }

.hero-stat strong[b-6b2rayvi2o] {
    font-family: var(--ff-condensed, 'Barlow Condensed', sans-serif);
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--clr-accent, #c6f000);
    line-height: 1;
}

.hero-stat span[b-6b2rayvi2o] {
    font-size: 0.7rem;
    color: rgba(255,255,255,.45);
    margin-top: 0.15rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.hero-stat span[b-6b2rayvi2o] {
    text-align: center;
}

@media (min-width: 768px) {
    .hero-content[b-6b2rayvi2o]  { padding: 6rem 4rem 5rem; }
    .hero-stat strong[b-6b2rayvi2o] { font-size: 2rem; }
}

@media (max-width: 640px) {
    .hero-stat[b-6b2rayvi2o] { padding: 0 0.75rem; }
    .hero-stat strong[b-6b2rayvi2o] { font-size: 1.45rem; }
    .hero-stat span[b-6b2rayvi2o] { font-size: 0.62rem; letter-spacing: 0.08em; }
}

@media (min-width: 1280px) {
    .hero-content[b-6b2rayvi2o]  { padding: 7rem 7rem 5rem; }
}

/* ── Shared section layout ── */
.section[b-6b2rayvi2o] {
    padding: 5rem 1.5rem;
}

.section-inner[b-6b2rayvi2o] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: clamp(1.6rem, 2.5vw, 2.25rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
    line-height: 1.1;
    color: #2d2d2d;
}

.section-sub[b-6b2rayvi2o] {
    text-align: center;
    font-size: 1rem;
    margin: 0 auto 3rem;
    max-width: 560px;
    line-height: 1.7;
}

/* Light sections */
.section:not(.section--dark) .section-title[b-6b2rayvi2o] { color: var(--clr-text, #111111); }
.section:not(.section--dark) .section-sub[b-6b2rayvi2o]   { color: var(--clr-muted, #636363); }

/* Dark section text overrides — must use !important to beat Syncfusion Bootstrap theme */
.section--dark .section-title[b-6b2rayvi2o],
.section--dark h1[b-6b2rayvi2o],
.section--dark h2[b-6b2rayvi2o],
.section--dark h3[b-6b2rayvi2o] { color: var(--clr-on-dark, #f0f0ec) !important; }
.section--dark .section-sub[b-6b2rayvi2o],
.section--dark p[b-6b2rayvi2o]  { color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important; }

@media (min-width: 768px) {
    .section[b-6b2rayvi2o] { padding: 6rem 2.5rem; }
}

/* ── Card grid ── */
.cards-grid[b-6b2rayvi2o] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

.cards-grid--3[b-6b2rayvi2o] { grid-template-columns: 1fr; }

@media (min-width: 640px) {
    .cards-grid--3[b-6b2rayvi2o] { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .cards-grid--3[b-6b2rayvi2o] { grid-template-columns: repeat(3, 1fr); }
}

/* ── Goal Categories ── */
.goals-section[b-6b2rayvi2o] {
    background: var(--clr-bg, #f6f5f0);
    border-top: 3px solid var(--clr-dark, #0a0a0a);
}

.goals-grid[b-6b2rayvi2o] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
}

@media (min-width: 480px) {
    .goals-grid[b-6b2rayvi2o] { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
    .goals-grid[b-6b2rayvi2o] { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}

.goal-tile[b-6b2rayvi2o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    background: var(--clr-surface, #ffffff);
    border: 1.5px solid var(--clr-border, #e0ddd6);
    border-radius: var(--r-lg, 14px);
    cursor: pointer;
    transition: all 200ms ease;
    text-align: center;
    font-family: inherit;
}

.goal-tile:hover[b-6b2rayvi2o] {
    background: var(--clr-dark, #0a0a0a);
    border-color: var(--clr-dark, #0a0a0a);
    transform: translateY(-3px);
    box-shadow: 0 6px 22px rgba(0,0,0,.16);
}

.goal-emoji[b-6b2rayvi2o] { font-size: 2rem; line-height: 1; }

.goal-name[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--clr-text, #111111);
    line-height: 1.25;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.goal-tile:hover .goal-name[b-6b2rayvi2o] { color: var(--clr-accent, #c6f000); }

/* ── How It Works — dark section ── */
.how-section[b-6b2rayvi2o] {
    background: var(--clr-dark, #0a0a0a);
}

/* Force all text in dark section to be light — defeats Syncfusion Bootstrap overrides */
.how-section .section-title[b-6b2rayvi2o] { color: var(--clr-on-dark, #f0f0ec) !important; }
.how-section .section-sub[b-6b2rayvi2o]   { color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important; }
.how-section .step-title[b-6b2rayvi2o]    { color: var(--clr-on-dark, #f0f0ec) !important; }
.how-section .step-desc[b-6b2rayvi2o]     { color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important; }
.how-section h2[b-6b2rayvi2o], .how-section h3[b-6b2rayvi2o], .how-section p[b-6b2rayvi2o] { color: inherit !important; }

.steps-row[b-6b2rayvi2o] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.step[b-6b2rayvi2o] { text-align: center; max-width: 360px; margin: 0 auto; }

.step-num[b-6b2rayvi2o] {
    width: 56px;
    height: 56px;
    background: var(--clr-accent, #c6f000);
    color: var(--clr-on-accent, #0a0a0a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 auto 1.25rem;
    box-shadow: 0 4px 18px rgba(198,240,0,.3);
}

.step-title[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--clr-on-dark, #f0f0ec) !important;
    margin: 0 0 0.6rem;
    letter-spacing: -0.01em;
}

.step-desc[b-6b2rayvi2o] {
    font-size: 0.92rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    line-height: 1.7;
    margin: 0;
}

.step-connector[b-6b2rayvi2o] { display: none; }

@media (min-width: 768px) {
    .steps-row[b-6b2rayvi2o] {
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
    }

    .step[b-6b2rayvi2o] {
        flex: 1;
        max-width: none;
        margin: 0;
        padding: 0 1.5rem;
    }

    .step-connector[b-6b2rayvi2o] {
        display: flex;
        align-items: center;
        padding-top: 1.75rem;
        flex-shrink: 0;
        width: 48px;
    }

    .step-connector[b-6b2rayvi2o]::before {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background: linear-gradient(90deg, rgba(198,240,0,.5), rgba(198,240,0,.1));
        border-radius: 2px;
    }
}

/* ── Features ── */
.features-section[b-6b2rayvi2o] { background: var(--clr-bg, #f6f5f0); }

.feature-card.e-card[b-6b2rayvi2o] {
    height: 100%;
    border-radius: var(--r-lg, 14px) !important;
    border: 1.5px solid var(--clr-border, #e0ddd6) !important;
    box-shadow: var(--sh-sm) !important;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
    background: var(--clr-surface, #ffffff) !important;
}

.feature-card.e-card:hover[b-6b2rayvi2o] {
    transform: translateY(-4px);
    box-shadow: var(--sh-lg) !important;
    border-color: var(--clr-dark, #0a0a0a) !important;
}

.feature-icon-wrap[b-6b2rayvi2o] {
    width: 52px;
    height: 52px;
    border-radius: var(--r-md, 8px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    background: var(--clr-dark, #0a0a0a);
}

/* Force icon color to lime inside dark wrapper */
.feature-icon-wrap .e-icons[b-6b2rayvi2o],
.feature-icon-wrap span[b-6b2rayvi2o],
.feature-icon-wrap i[b-6b2rayvi2o] {
    color: var(--clr-accent, #c6f000) !important;
}

.feature-icon--blue[b-6b2rayvi2o]   { background: var(--clr-dark, #0a0a0a); }
.feature-icon--green[b-6b2rayvi2o]  { background: var(--clr-dark, #0a0a0a); }
.feature-icon--purple[b-6b2rayvi2o] { background: var(--clr-dark, #0a0a0a); }

.feature-title[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
}

.feature-desc[b-6b2rayvi2o] {
    font-size: 0.9rem;
    color: var(--clr-muted, #636363);
    line-height: 1.7;
    margin: 0;
}

/* ── Trainer Spotlight ── */
.spotlight-section[b-6b2rayvi2o] {
    background: var(--clr-surface-alt, #efede7);
}

/* ── CTA Banner — dark with lime ── */
.cta-banner[b-6b2rayvi2o] {
    background: var(--clr-dark, #0a0a0a);
    padding: 6rem 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner[b-6b2rayvi2o]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 20% 50%, rgba(198,240,0,.07) 0%, transparent 60%),
        radial-gradient(ellipse 50% 80% at 80% 50%, rgba(198,240,0,.04) 0%, transparent 60%);
    pointer-events: none;
}

.cta-inner[b-6b2rayvi2o] {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.cta-title[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    font-weight: 900;
    color: var(--clr-on-dark, #f0f0ec) !important;
    margin: 0 0 0.875rem;
    letter-spacing: -0.01em;
    line-height: 1.05;
}

.cta-sub[b-6b2rayvi2o] {
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    font-size: 1rem;
    margin: 0 0 2.25rem;
    line-height: 1.7;
}

.cta-btn.e-btn[b-6b2rayvi2o] {
    background: var(--clr-accent, #c6f000) !important;
    border-color: var(--clr-accent, #c6f000) !important;
    color: #0a0a0a !important;
    font-family: var(--ff-display, 'Barlow', sans-serif) !important;
    font-size: 1.05rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    padding: 0.875rem 3rem !important;
    border-radius: var(--r-sm, 4px) !important;
    box-shadow: 0 4px 24px rgba(198,240,0,.4) !important;
    transition: all 200ms ease !important;
}

.cta-btn.e-btn:hover[b-6b2rayvi2o] {
    background: var(--clr-accent-h, #add500) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 32px rgba(198,240,0,.5) !important;
}

/* ── Footer ── */
.landing-footer[b-6b2rayvi2o] {
    background: var(--clr-dark-2, #111111);
    border-top: 1px solid var(--clr-dark-border, #2a2a2a);
    padding: 3.5rem 1.5rem 2.5rem;
}

.footer-inner[b-6b2rayvi2o] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center;
}

.footer-logo[b-6b2rayvi2o] {
    display: block;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--clr-on-dark, #f0f0ec) !important;
    letter-spacing: -0.01em;
    margin-bottom: 0.25rem;
    text-decoration: none;
}

.footer-tagline[b-6b2rayvi2o] {
    font-size: 0.85rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    margin: 0;
}

.footer-nav[b-6b2rayvi2o] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.footer-nav a[b-6b2rayvi2o] {
    color: var(--clr-on-dark-2, rgba(240,240,236,.58));
    text-decoration: none;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 140ms ease;
}

.footer-nav a:hover[b-6b2rayvi2o] { color: var(--clr-accent, #c6f000); }

.footer-copy[b-6b2rayvi2o] {
    font-size: 0.73rem;
    color: rgba(240,240,236,.22);
    margin: 0;
}

@media (min-width: 768px) {
    .footer-inner[b-6b2rayvi2o] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
    .footer-nav[b-6b2rayvi2o] { justify-content: flex-end; }
}

/* ── Role-based home (Trainer / Admin) ── */
.role-home[b-6b2rayvi2o] {
    min-height: calc(100vh - 64px);
    background: var(--clr-dark, #0a0a0a);
    padding: 3.5rem 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.role-home__header[b-6b2rayvi2o] {
    text-align: center;
    margin-bottom: 3rem;
}

.role-home__welcome[b-6b2rayvi2o] {
    font-family: var(--ff-condensed, 'Barlow Condensed', sans-serif);
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 900;
    color: var(--clr-on-dark, #f0f0ec);
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    line-height: 1.1;
}

.role-home__welcome strong[b-6b2rayvi2o],
.role-home__welcome span[b-6b2rayvi2o] {
    color: var(--clr-accent, #c6f000);
}

.role-home__subtitle[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58));
    margin: 0;
    letter-spacing: 0.02em;
}

.role-home__tiles[b-6b2rayvi2o] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    width: 100%;
    max-width: 720px;
}

.role-home__context[b-6b2rayvi2o] {
    width: 100%;
    max-width: 720px;
    margin-top: 2rem;
}

.role-home__context-title[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--clr-on-dark, #f0f0ec);
    margin: 0 0 1rem;
}

.role-tile--info[b-6b2rayvi2o] {
    cursor: pointer;
}

.role-tile--info:hover[b-6b2rayvi2o] {
    border-color: rgba(198,240,0,.45);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,.35);
}

.role-tile[b-6b2rayvi2o] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.75rem 1.5rem;
    background: var(--clr-surface-dark, #141414);
    border: 1.5px solid rgba(255,255,255,.08);
    border-radius: var(--r-lg, 14px);
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
    cursor: pointer;
}

.role-tile:hover[b-6b2rayvi2o] {
    border-color: rgba(198,240,0,.45);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,.35);
}

.role-tile__icon[b-6b2rayvi2o] {
    font-size: 1.6rem;
    color: var(--clr-accent, #c6f000);
    margin-bottom: 0.25rem;
}

.role-tile__label[b-6b2rayvi2o] {
    font-family: var(--ff-condensed, 'Barlow Condensed', sans-serif);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--clr-on-dark, #f0f0ec);
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.role-tile__desc[b-6b2rayvi2o] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.83rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.55));
    line-height: 1.5;
}

@media (max-width: 540px) {
    .role-home__tiles[b-6b2rayvi2o] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/TrainerProfile.razor.rz.scp.css */
/* Public Trainer Profile Page */

.tp-loading[b-twxikux4kq] {
    display: flex;
    justify-content: center;
    padding: 6rem 1rem;
}

/* ── Not Found ── */
.tp-not-found[b-twxikux4kq] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
}

.tp-not-found__card[b-twxikux4kq] {
    text-align: center;
    max-width: 420px;
}

.tp-not-found__icon[b-twxikux4kq] {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 1.25rem;
}

.tp-not-found__card h1[b-twxikux4kq] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 0.5rem;
}

.tp-not-found__card p[b-twxikux4kq] {
    color: var(--clr-muted, #636363);
    margin: 0 0 1.75rem;
}

/* ── Page layout ── */
.tp-page[b-twxikux4kq] {
    max-width: 780px;
    margin: 0 auto;
    padding: var(--sp-6, 2rem) var(--sp-5, 1.75rem) var(--sp-12, 4.5rem);
}

/* ── Back link ── */
.tp-back[b-twxikux4kq] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--clr-muted, #636363);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1.75rem;
    transition: color 140ms ease;
}

.tp-back:hover[b-twxikux4kq] { color: var(--clr-text, #2d2d2d); }

/* ── Hero card ── */
.tp-hero[b-twxikux4kq] {
    display: flex;
    align-items: flex-start;
    gap: 1.75rem;
    padding: 2rem 2rem;
    background: var(--clr-dark, #0a0a0a);
    border-radius: var(--r-lg, 14px);
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

/* subtle lime glow */
.tp-hero[b-twxikux4kq]::after {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198,240,0,.08) 0%, transparent 70%);
    pointer-events: none;
}

.tp-hero__avatar[b-twxikux4kq] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--clr-accent, #c6f000);
    color: #0a0a0a;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.tp-hero__avatar--photo[b-twxikux4kq] {
    object-fit: cover;
    background: transparent;
}

.tp-hero__info[b-twxikux4kq] {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.tp-hero__name[b-twxikux4kq] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--clr-on-dark, #f0f0ec) !important;
    margin: 0 0 0.35rem;
    letter-spacing: -0.01em;
}

.tp-hero__location[b-twxikux4kq] {
    font-size: 0.875rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    margin: 0 0 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.tp-hero__badges[b-twxikux4kq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.tp-rate-badge[b-twxikux4kq] {
    display: inline-block;
    background: rgba(198,240,0,.12);
    border: 1px solid rgba(198,240,0,.3);
    color: var(--clr-accent, #c6f000);
    border-radius: var(--r-full, 9999px);
    padding: 0.2rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 700;
}

/* ── Body sections ── */
.tp-body[b-twxikux4kq] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.tp-section[b-twxikux4kq] {
    background: var(--clr-surface, #ffffff);
    border: 1px solid var(--clr-border, #e0ddd6);
    border-radius: var(--r-lg, 14px);
    padding: 1.5rem 1.75rem;
}

.tp-section__title[b-twxikux4kq] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--clr-muted, #636363);
    margin: 0 0 0.875rem;
}

.tp-bio[b-twxikux4kq] {
    font-size: 0.95rem;
    color: var(--clr-text, #2d2d2d);
    line-height: 1.75;
    margin: 0;
}

.tp-tags[b-twxikux4kq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tp-tag[b-twxikux4kq] {
    background: var(--clr-dark, #0a0a0a);
    color: var(--clr-accent, #c6f000);
    border-radius: var(--r-full, 9999px);
    padding: 0.22rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.tp-tag--cert[b-twxikux4kq] {
    background: var(--clr-ok-bg, #dcfce7);
    color: var(--clr-ok, #16a34a);
}

/* ── CTA sections ── */
.tp-cta--auth[b-twxikux4kq] {
    padding: 1.5rem 0 0;
}

.tp-book-btn.e-btn[b-twxikux4kq] {
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 0.75rem 2.25rem !important;
}

/* Guest CTA — dark card with login prompt */
.tp-cta--guest[b-twxikux4kq] {
    background: var(--clr-dark, #0a0a0a);
    border-radius: var(--r-lg, 14px);
    padding: 2.25rem 1.75rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tp-cta--guest[b-twxikux4kq]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(198,240,0,.06) 0%, transparent 65%);
    pointer-events: none;
}

.tp-cta__icon[b-twxikux4kq] {
    font-size: 2.25rem;
    margin-bottom: 0.875rem;
}

.tp-cta__title[b-twxikux4kq] {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--clr-on-dark, #f0f0ec) !important;
    margin: 0 0 0.5rem;
    position: relative;
}

.tp-cta__desc[b-twxikux4kq] {
    font-size: 0.9rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    margin: 0 0 1.75rem;
    line-height: 1.65;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tp-cta__actions[b-twxikux4kq] {
    display: flex;
    gap: 0.875rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.tp-cta-login.e-btn[b-twxikux4kq] {
    background: var(--clr-accent, #c6f000) !important;
    border-color: var(--clr-accent, #c6f000) !important;
    color: #0a0a0a !important;
    font-weight: 700 !important;
    padding: 0.7rem 1.75rem !important;
}

.tp-cta-register.e-btn[b-twxikux4kq] {
    border-color: rgba(240,240,236,.45) !important;
    color: rgba(240,240,236,.90) !important;
    background: transparent !important;
    font-weight: 600 !important;
    padding: 0.7rem 1.75rem !important;
}

.tp-cta-register.e-btn:hover[b-twxikux4kq] {
    border-color: rgba(240,240,236,.75) !important;
    background: rgba(255,255,255,.08) !important;
}

@media (max-width: 600px) {
    .tp-hero[b-twxikux4kq] { flex-direction: column; gap: 1.25rem; }
    .tp-hero__avatar[b-twxikux4kq] { width: 60px; height: 60px; font-size: 1.5rem; }
    .tp-page[b-twxikux4kq] { padding: 1.25rem 1rem 4rem; }
}
/* /Components/Pages/Trainer/Bookings.razor.rz.scp.css */
/* Trainer Bookings — Precision Athletic */

.bookings-filter[b-u3rjaua9tf] {
    margin-bottom: 1.25rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.bookings-filter .filter-dropdown[b-u3rjaua9tf] {
    width: 240px;
    min-width: 240px;
}

.bookings-filter .filter-date-range[b-u3rjaua9tf] {
    width: 320px;
    min-width: 320px;
}

.bookings-filter .filter-client-multiselect[b-u3rjaua9tf] {
    width: 320px;
    min-width: 320px;
}

.bookings-filter .e-btn[b-u3rjaua9tf] {
    height: 40px;
}

@media (max-width: 768px) {
    .bookings-filter[b-u3rjaua9tf] {
        align-items: stretch;
    }

    .bookings-filter .filter-dropdown[b-u3rjaua9tf],
    .bookings-filter .filter-date-range[b-u3rjaua9tf],
    .bookings-filter .filter-client-multiselect[b-u3rjaua9tf],
    .bookings-filter .e-btn[b-u3rjaua9tf] {
        width: 100%;
        min-width: 0;
    }
}

.bookings-table-wrap[b-u3rjaua9tf] {
    background: var(--clr-surface, #ffffff);
    border-radius: var(--r-lg, 14px);
    box-shadow: var(--sh-card);
    overflow: hidden;
    border: 1px solid var(--clr-border, #e0ddd6);
}

.action-btns[b-u3rjaua9tf] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.e-btn.e-success[b-u3rjaua9tf] {
    background: var(--clr-ok, #16a34a) !important;
    border-color: var(--clr-ok, #16a34a) !important;
    color: #fff !important;
}

.e-btn.e-success:hover[b-u3rjaua9tf] {
    background: #14803e !important;
    border-color: #14803e !important;
}

.e-btn.e-danger[b-u3rjaua9tf] {
    background: var(--clr-err, #dc2626) !important;
    border-color: var(--clr-err, #dc2626) !important;
    color: #fff !important;
}

.e-btn.e-danger:hover[b-u3rjaua9tf] {
    background: #b91c1c !important;
    border-color: #b91c1c !important;
}

.detail-grid[b-u3rjaua9tf] {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0.75rem 1rem;
    align-items: start;
}

.detail-label[b-u3rjaua9tf] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-weight: 800;
    color: var(--clr-muted, #636363);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
/* /Components/Pages/Trainer/ClientProfile.razor.rz.scp.css */
/* Trainer — client profile (Precision Athletic) */

.clients-profile-back[b-tz4t8orz26] {
    margin: 0 0 var(--sp-4, 1.25rem);
}

.clients-profile-back a[b-tz4t8orz26] {
    font-family: var(--ff-body, 'Barlow', sans-serif);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--clr-accent, #c6f000);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.clients-profile-back a:hover[b-tz4t8orz26] {
    color: var(--clr-accent-h, #add500);
    text-decoration: underline;
}

.client-profile-page-title.dash-welcome[b-tz4t8orz26] {
    font-size: clamp(2.15rem, 4.2vw, 3rem);
    line-height: 1.08;
    margin-bottom: var(--sp-6, 2rem);
}

.client-profile-layout[b-tz4t8orz26] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-5, 1.75rem);
}

.client-profile-layout .dash-section.client-profile-card[b-tz4t8orz26] {
    padding: var(--sp-5, 1.75rem) var(--sp-5, 1.75rem);
    margin-bottom: 0;
}

.client-profile-top-row[b-tz4t8orz26] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: var(--sp-5, 1.75rem);
    width: 100%;
    max-width: 100%;
}

.client-profile-top-row > .dash-section.client-profile-card[b-tz4t8orz26] {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    width: fit-content;
    max-width: 100%;
    min-width: min(100%, 220px);
    box-sizing: border-box;
    margin: 0;
}

.client-profile-top-row .client-profile-card__body[b-tz4t8orz26] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.client-profile-card--metrics .client-profile-card__body[b-tz4t8orz26] {
    justify-content: center;
}

.client-profile-card--full[b-tz4t8orz26] {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    box-sizing: border-box;
}

.client-profile-dl[b-tz4t8orz26] {
    display: grid;
    grid-template-columns: max-content minmax(0, min(18rem, 100%));
    gap: var(--sp-3, 0.875rem) var(--sp-4, 1.25rem);
    align-items: baseline;
    margin: 0;
    font-family: var(--ff-body, 'Barlow', sans-serif);
    font-size: 0.92rem;
}

.client-profile-dl--compact[b-tz4t8orz26] {
    margin-bottom: var(--sp-4, 1.25rem);
}

.client-profile-dl dt[b-tz4t8orz26] {
    margin: 0;
    font-weight: 700;
    color: var(--clr-muted, #636363);
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
}

.client-profile-dl dd[b-tz4t8orz26] {
    margin: 0;
    color: var(--clr-text, #2d2d2d);
    font-weight: 600;
    word-break: break-word;
}

.client-profile-hint[b-tz4t8orz26] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--clr-muted, #636363);
}

.client-profile-hint--on-dark[b-tz4t8orz26] {
    color: var(--clr-on-dark-2, rgba(240, 240, 236, 0.72)) !important;
    text-align: center;
}

.client-profile-training[b-tz4t8orz26] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: var(--sp-5, 1.75rem);
    width: fit-content;
    max-width: 100%;
}

.client-profile-training--compact[b-tz4t8orz26],
.client-profile-training--inline[b-tz4t8orz26] {
    gap: var(--sp-4, 1.25rem);
}

.client-profile-card--training .dash-section__title[b-tz4t8orz26] {
    text-align: center;
}

.client-profile-card__body--training[b-tz4t8orz26] {
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.client-profile-stat[b-tz4t8orz26] {
    flex: 0 0 auto;
    width: fit-content;
    min-width: 0;
    max-width: 100%;
    background: var(--clr-dark, #0a0a0a);
    border-radius: var(--r-lg, 14px);
    padding: var(--sp-4, 1.25rem) var(--sp-5, 1.75rem);
    border-bottom: 4px solid var(--clr-accent, #c6f000);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.client-profile-stat__value[b-tz4t8orz26] {
    font-family: var(--ff-condensed, 'Barlow Condensed', sans-serif);
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--clr-accent, #c6f000) !important;
    text-align: center;
    width: 100%;
}

.client-profile-stat__value--muted[b-tz4t8orz26] {
    font-family: var(--ff-body, 'Barlow', sans-serif);
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--clr-on-dark-2, rgba(240, 240, 236, 0.58)) !important;
    text-align: center;
    width: 100%;
    max-width: 10rem;
    word-break: break-word;
}

.client-profile-stat__value--dash[b-tz4t8orz26] {
    font-size: 2rem !important;
}

.client-profile-stat__sub[b-tz4t8orz26] {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-top: -0.15rem;
    text-align: center;
    max-width: 10rem;
    word-break: break-word;
}

.client-profile-stat__star[b-tz4t8orz26] {
    margin-left: 0.35rem;
    font-size: 1.35rem;
    vertical-align: middle;
}

.client-profile-stat__unit[b-tz4t8orz26] {
    font-family: var(--ff-body, 'Barlow', sans-serif);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--clr-on-dark-2, rgba(240, 240, 236, 0.58)) !important;
    margin-top: 0.15rem;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.client-profile-stat--placeholder[b-tz4t8orz26] {
    flex: 1 1 100%;
    width: 100%;
    min-width: min(100%, 240px);
    min-height: 7.5rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.client-profile-stat--placeholder .client-profile-hint[b-tz4t8orz26] {
    max-width: 22rem;
}

.client-profile-stat__label[b-tz4t8orz26] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--clr-on-dark-2, rgba(240, 240, 236, 0.58)) !important;
    text-align: center;
    max-width: 10.5rem;
    line-height: 1.35;
    word-break: break-word;
    hyphens: auto;
}

.client-profile-subtitle[b-tz4t8orz26] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: var(--fs-md, 1.0625rem);
    font-weight: 800;
    margin: var(--sp-4, 1.25rem) 0 var(--sp-3, 0.875rem);
    color: var(--clr-text, #2d2d2d);
}

.client-profile-measure-table-wrap[b-tz4t8orz26] {
    overflow-x: auto;
    border-radius: var(--r-md, 8px);
    border: 1px solid var(--clr-border, #e0ddd6);
}

.client-profile-measure-table[b-tz4t8orz26] {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--ff-body, 'Barlow', sans-serif);
    font-size: 0.88rem;
}

.client-profile-measure-table thead tr[b-tz4t8orz26] {
    background: var(--clr-dark, #0a0a0a);
}

.client-profile-measure-table th[b-tz4t8orz26] {
    text-align: left;
    padding: 0.65rem 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--clr-on-dark-2, rgba(240, 240, 236, 0.58)) !important;
}

.client-profile-measure-table td[b-tz4t8orz26] {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid var(--clr-border, #e0ddd6);
    color: var(--clr-text, #2d2d2d);
}

.client-profile-measure-table tbody tr:hover[b-tz4t8orz26] {
    background: rgba(198, 240, 0, 0.04);
}

.client-profile-measure-table tbody tr:last-child td[b-tz4t8orz26] {
    border-bottom: none;
}
/* /Components/Pages/Trainer/Clients.razor.rz.scp.css */
/* Trainer Clients Page */

.clients-avg-rating[b-845cwztak0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0.875rem 1.25rem;
    background: var(--clr-surface, #ffffff);
    border: 1px solid var(--clr-border, #e0ddd6);
    border-radius: var(--r-lg, 14px);
    box-shadow: var(--sh-sm);
    width: fit-content;
}

.clients-metrics-row[b-845cwztak0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.avg-rating__stars[b-845cwztak0] {
    color: var(--clr-accent, #c6f000);
    font-size: 1.25rem;
    letter-spacing: 0.05em;
}

.avg-rating__value[b-845cwztak0] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--clr-text, #111111);
}

.avg-rating__label[b-845cwztak0] {
    font-size: 0.85rem;
    color: var(--clr-muted, #636363);
}

.clients-actions[b-845cwztak0] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.client-rating[b-845cwztak0] {
    color: var(--clr-accent, #c6f000);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}

.rating-none[b-845cwztak0] {
    color: var(--clr-muted, #636363);
}

.rating-reason[b-845cwztak0] {
    font-size: 0.85rem;
    color: var(--clr-muted, #636363);
    max-width: 300px;
}

.rating-history-cards[b-845cwztak0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0.85rem;
}

.rating-card[b-845cwztak0] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--clr-border, #e0ddd6);
    border-radius: var(--r-lg, 14px);
    background: var(--clr-surface, #ffffff);
    box-shadow: var(--sh-sm);
}

.rating-card__header[b-845cwztak0] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.rating-card__avatar[b-845cwztak0] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(198, 240, 0, 0.35);
    flex: 0 0 52px;
}

.rating-card__avatar--fallback[b-845cwztak0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-weight: 700;
    font-size: 1rem;
    color: var(--clr-text, #111111);
    background: rgba(198, 240, 0, 0.35);
}

.rating-card__name[b-845cwztak0] {
    margin: 0;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--clr-text, #111111);
}

.rating-card__reason[b-845cwztak0] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--clr-muted, #636363);
    min-height: 1.35rem;
}

.rating-card__meta[b-845cwztak0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.rating-card__date[b-845cwztak0] {
    font-size: 0.82rem;
    color: var(--clr-muted, #636363);
}

.dash-empty[b-845cwztak0] {
    color: var(--clr-muted, #636363);
    font-size: 0.9rem;
    padding: 1rem 0;
}

/* Active clients — Syncfusion grid (Precision Athletic) */
.clients-grid-wrap[b-845cwztak0] {
    background: var(--clr-surface, #ffffff);
    border-radius: var(--r-lg, 14px);
    box-shadow: var(--sh-card);
    overflow: hidden;
    border: 1px solid var(--clr-border, #e0ddd6);
}

.clients-filter-row[b-845cwztak0] {
    margin-bottom: 0.9rem;
}

.clients-filter-row[b-845cwztak0]  .e-autocomplete {
    width: min(100%, 320px);
}

.clients-grid-wrap[b-845cwztak0]  .e-gridheader {
    background: var(--clr-dark, #0a0a0a) !important;
}

.clients-grid-wrap[b-845cwztak0]  .e-headercell {
    background: var(--clr-dark, #0a0a0a) !important;
    color: var(--clr-on-dark-2, rgba(240, 240, 236, 0.58)) !important;
    font-family: var(--ff-display, 'Barlow', sans-serif) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.clients-grid-wrap[b-845cwztak0]  .e-rowcell {
    font-family: var(--ff-body, 'Barlow', sans-serif);
    color: var(--clr-text, #2d2d2d);
}

.clients-grid-wrap[b-845cwztak0]  .e-grid .e-row:hover .e-rowcell {
    background: rgba(198, 240, 0, 0.03) !important;
}

.clients-score-row[b-845cwztak0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.clients-score-value[b-845cwztak0] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.95rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: var(--clr-text, #2d2d2d);
}

.clients-score-star[b-845cwztak0] {
    font-size: 1.35rem;
    line-height: 1;
    color: var(--clr-accent, #c6f000);
    font-family: var(--ff-body, 'Barlow', sans-serif);
}

.clients-profile-link[b-845cwztak0] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    min-width: 0 !important;
    padding: 0.28rem 0.65rem !important;
    font-size: 0.72rem !important;
}
/* /Components/Pages/Trainer/Dashboard.razor.rz.scp.css */
/* Dashboard — Precision Athletic */

.dash-stats[b-m54mfy2hfx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.stat-card[b-m54mfy2hfx] {
    background: var(--clr-dark, #0a0a0a);
    border-radius: var(--r-lg, 14px);
    padding: 1.75rem 1.75rem 1.5rem;
    box-shadow: var(--sh-md);
    border-bottom: 4px solid var(--clr-accent, #c6f000);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transition: transform var(--t-base), box-shadow var(--t-base);
    position: relative;
    overflow: hidden;
}

.stat-card[b-m54mfy2hfx]::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100px; height: 100px;
    background: radial-gradient(circle, rgba(198,240,0,.07) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(25px, -25px);
    pointer-events: none;
}

.stat-card:hover[b-m54mfy2hfx] {
    transform: translateY(-3px);
    box-shadow: var(--sh-lg);
}

.stat-card--warning[b-m54mfy2hfx] { border-bottom-color: #f59e0b; }
.stat-card--success[b-m54mfy2hfx] { border-bottom-color: var(--clr-ok, #16a34a); }

.stat-card__value[b-m54mfy2hfx] {
    font-family: var(--ff-condensed, 'Barlow Condensed', sans-serif);
    font-size: 3rem;
    font-weight: 900;
    color: var(--clr-accent, #c6f000) !important;
    line-height: 1;
    letter-spacing: -0.02em;
    position: relative;
}

.stat-card--warning .stat-card__value[b-m54mfy2hfx] { color: #f59e0b !important; }
.stat-card--success .stat-card__value[b-m54mfy2hfx] { color: var(--clr-ok, #16a34a) !important; }

.stat-card__label[b-m54mfy2hfx] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
}

.booking-list[b-m54mfy2hfx] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.booking-row[b-m54mfy2hfx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.125rem;
    background: var(--clr-surface, #ffffff);
    border-radius: var(--r-md, 8px);
    border: 1px solid var(--clr-border, #e0ddd6);
    border-left: 4px solid var(--clr-border, #e0ddd6);
    transition: border-left-color var(--t-fast), background var(--t-fast);
}

.booking-row:hover[b-m54mfy2hfx] {
    border-left-color: var(--clr-accent, #c6f000);
    background: rgba(198,240,0,.03);
}

.booking-row__time[b-m54mfy2hfx] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.booking-row__date[b-m54mfy2hfx] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1rem;
    font-weight: 800;
    color: var(--clr-text, #111111);
    letter-spacing: -0.01em;
}

.booking-row__hour[b-m54mfy2hfx] {
    font-size: 0.82rem;
    color: var(--clr-muted, #636363);
}

.quick-actions[b-m54mfy2hfx] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.quick-action-btn[b-m54mfy2hfx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.375rem;
    background: var(--clr-dark, #0a0a0a);
    color: var(--clr-on-dark, #f0f0ec) !important;
    border-radius: var(--r-md, 8px);
    text-decoration: none;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all var(--t-fast);
    border: 1.5px solid var(--clr-dark-border, #2a2a2a);
}

.quick-action-btn:hover[b-m54mfy2hfx] {
    background: var(--clr-accent, #c6f000);
    color: var(--clr-on-accent, #0a0a0a) !important;
    border-color: var(--clr-accent, #c6f000);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(198,240,0,.28);
}

.quick-action-btn__icon[b-m54mfy2hfx] { font-size: 1.1rem; }

@media (max-width: 767px) {
    .dash-stats[b-m54mfy2hfx] { grid-template-columns: 1fr; }
    .quick-actions[b-m54mfy2hfx] { flex-direction: column; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .dash-stats[b-m54mfy2hfx] { grid-template-columns: repeat(2, 1fr); }
}
/* /Components/Pages/Trainer/Profile.razor.rz.scp.css */
/* Trainer Profile — Precision Athletic */

.profile-card[b-kzgn1yky3z] {
    background: var(--clr-surface, #ffffff);
    border-radius: var(--r-lg, 14px);
    box-shadow: var(--sh-card);
    overflow: hidden;
    max-width: 720px;
    border: 1px solid var(--clr-border, #e0ddd6);
}

.profile-hero[b-kzgn1yky3z] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 2.25rem 2.25rem;
    background: var(--clr-dark, #0a0a0a);
    position: relative;
    overflow: hidden;
}

/* All text inside dark hero must be light */
.profile-hero[b-kzgn1yky3z],
.profile-hero *[b-kzgn1yky3z] { color: var(--clr-on-dark, #f0f0ec) !important; }

.profile-hero[b-kzgn1yky3z]::after {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198,240,0,.08) 0%, transparent 70%);
    pointer-events: none;
}

.profile-avatar[b-kzgn1yky3z] {
    width: 72px;
    height: 72px;
    background: var(--clr-accent, #c6f000);
    color: var(--clr-on-accent, #0a0a0a) !important;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.8rem;
    font-weight: 900;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.profile-name[b-kzgn1yky3z] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.75rem;
    font-weight: 900;
    margin: 0 0 0.2rem;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.profile-email[b-kzgn1yky3z] {
    font-size: 0.875rem;
    color: var(--clr-on-dark-2, rgba(240,240,236,.58)) !important;
    margin: 0 0 0.4rem;
    position: relative;
    z-index: 1;
}

.profile-section[b-kzgn1yky3z] {
    padding: 1.75rem 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile-row[b-kzgn1yky3z] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0.4rem 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--clr-surface-alt, #efede7);
    align-items: start;
}

.profile-row:last-child[b-kzgn1yky3z] { border-bottom: none; }

.profile-row__label[b-kzgn1yky3z] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-weight: 800;
    color: var(--clr-muted, #636363);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.profile-row__value[b-kzgn1yky3z] {
    font-size: 0.92rem;
    color: var(--clr-text, #111111);
    line-height: 1.55;
}

.tag-list[b-kzgn1yky3z] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tag[b-kzgn1yky3z] {
    background: var(--clr-dark, #0a0a0a);
    color: var(--clr-accent, #c6f000) !important;
    border-radius: var(--r-full, 9999px);
    padding: 0.2rem 0.65rem;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tag--cert[b-kzgn1yky3z] {
    background: var(--clr-ok-bg, #dcfce7);
    color: var(--clr-ok, #16a34a) !important;
}

/* ── Edit button in hero ── */
.profile-edit-btn[b-kzgn1yky3z] {
    margin-top: var(--sp-3, 0.75rem);
    background: transparent;
    border: 1.5px solid rgba(255,255,255,.35);
    color: rgba(255,255,255,.85);
    border-radius: var(--r-md, 8px);
    padding: 0.3rem 0.875rem;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: var(--fs-xs, 0.75rem);
    font-weight: var(--fw-bold, 700);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: border-color var(--t-fast, 150ms), color var(--t-fast, 150ms);
    position: relative;
    z-index: 1;
}
.profile-edit-btn:hover[b-kzgn1yky3z] { border-color: var(--clr-accent, #c6f000); color: var(--clr-accent, #c6f000); }

/* ── Avatar photo variant ── */
.profile-avatar--photo[b-kzgn1yky3z] {
    object-fit: cover;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid var(--clr-accent, #c6f000);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background: var(--clr-dark, #0a0a0a);
}

/* ── Edit form ── */
.profile-form[b-kzgn1yky3z] {
    padding: var(--sp-6, 1.5rem) 2.25rem;
    display: flex;
    flex-direction: column;
    gap: var(--sp-5, 1.25rem);
}

.form-field[b-kzgn1yky3z] {
    display: flex;
    flex-direction: column;
    gap: var(--sp-2, 0.5rem);
}

.form-label[b-kzgn1yky3z] {
    font-size: var(--fs-xs, 0.75rem);
    font-weight: var(--fw-bold, 700);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--clr-muted, #636363);
}

.form-error[b-kzgn1yky3z] {
    font-size: var(--fs-xs, 0.75rem);
    color: var(--clr-err, #dc2626);
}

.profile-form__actions[b-kzgn1yky3z] {
    display: flex;
    gap: var(--sp-3, 0.75rem);
    padding-top: var(--sp-2, 0.5rem);
}

/* ── Avatar upload ── */
.avatar-upload[b-kzgn1yky3z] {
    display: flex;
    align-items: center;
    gap: var(--sp-4, 1rem);
}

.avatar-upload-label[b-kzgn1yky3z] {
    cursor: pointer;
}

.avatar-preview[b-kzgn1yky3z] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--clr-accent, #c6f000);
}

/* ── Tag editor ── */
.tag-editor[b-kzgn1yky3z] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-2, 0.5rem);
    align-items: center;
}

.tag--removable[b-kzgn1yky3z] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.tag--removable button[b-kzgn1yky3z] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 0.9rem;
    opacity: 0.7;
    padding: 0 0.1rem;
}

.tag--removable button:hover[b-kzgn1yky3z] { opacity: 1; }

.tag-add-row[b-kzgn1yky3z] {
    display: flex;
    gap: var(--sp-2, 0.5rem);
    align-items: center;
    margin-top: var(--sp-2, 0.5rem);
}
/* /Components/Pages/Trainer/Schedule.razor.rz.scp.css */
/* Trainer Schedule — Precision Athletic */

.schedule-header[b-qr0b5pfw23] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 0.875rem;
}

.schedule-wrap[b-qr0b5pfw23] {
    background: var(--clr-surface, #ffffff);
    border-radius: var(--r-lg, 14px);
    box-shadow: var(--sh-card);
    overflow: hidden;
    border: 1px solid var(--clr-border, #e0ddd6);
}

.slot-form[b-qr0b5pfw23] {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.slot-form label[b-qr0b5pfw23] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--clr-muted, #636363);
    margin-bottom: 0.25rem;
    display: block;
}

.detail-grid[b-qr0b5pfw23] {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 0.75rem 1rem;
    align-items: center;
}

.detail-label[b-qr0b5pfw23] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-weight: 800;
    color: var(--clr-muted, #636363);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.builder-preview[b-qr0b5pfw23] {
    margin-top: 0.5rem;
    padding: 0.75rem;
    background: var(--clr-surface-dim, #f5f4f1);
    border-radius: var(--r-md, 10px);
    border: 1px solid var(--clr-border, #e0ddd6);
}

.builder-preview > label[b-qr0b5pfw23] {
    margin-bottom: 0.5rem !important;
}

.builder-preview__list[b-qr0b5pfw23] {
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.builder-preview__day[b-qr0b5pfw23] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.builder-preview__day strong[b-qr0b5pfw23] {
    min-width: 100px;
    font-size: var(--fs-sm, 0.85rem);
}

.builder-preview__slot[b-qr0b5pfw23] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    background: #d1fae5;
    color: #065f46;
    border-radius: var(--r-sm, 6px);
    font-size: var(--fs-xs, 0.75rem);
    font-weight: 600;
}
/* /Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.lang-switcher[b-t3733o37ot] {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    margin-right: 0.625rem;
}

/* Inactive lang button — lime ghost: clearly readable on dark toolbar */
.lang-btn[b-t3733o37ot] {
    background: rgba(198,240,0,.10);
    border: 1px solid rgba(198,240,0,.38);
    color: rgba(198,240,0,.80);
    font-family: 'Barlow', system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.22rem 0.55rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 140ms ease;
    line-height: 1.4;
}

.lang-btn:hover[b-t3733o37ot] {
    background: rgba(198,240,0,.18);
    border-color: rgba(198,240,0,.65);
    color: #c6f000;
}

/* Active lang button — full lime fill */
.lang-btn--active[b-t3733o37ot] {
    background: #c6f000;
    border-color: #c6f000;
    color: #0a0a0a;
    font-weight: 800;
}

.lang-btn--active:hover[b-t3733o37ot] {
    background: #add500;
    border-color: #add500;
}
/* /Components/Shared/NotificationBell.razor.rz.scp.css */
.notif-bell[b-1d9om9lhv1] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.notif-bell__link[b-1d9om9lhv1] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.18s ease;
    text-decoration: none;
}

.notif-bell__link:hover[b-1d9om9lhv1] {
    background: rgba(255, 255, 255, 0.16);
}

.notif-bell__icon[b-1d9om9lhv1] {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
}

.notif-bell__badge[b-1d9om9lhv1] {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #ef4444;
    color: #fff;
    font-family: 'Barlow', system-ui, sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
}
/* /Components/Shared/TrainerSpotlight.razor.rz.scp.css */
/* TrainerSpotlight — Precision Athletic */

.trainer-card.e-card[b-vk5n6qqnqn] {
    height: 100%;
    border-radius: var(--r-lg, 14px) !important;
    background: var(--clr-surface, #ffffff) !important;
    border: 1.5px solid var(--clr-border, #e0ddd6) !important;
    box-shadow: var(--sh-sm) !important;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.trainer-card.e-card:hover[b-vk5n6qqnqn] {
    transform: translateY(-4px);
    box-shadow: var(--sh-lg) !important;
    border-color: var(--clr-dark, #0a0a0a) !important;
}

/* Avatar */
.trainer-avatar[b-vk5n6qqnqn] {
    background: var(--clr-dark, #0a0a0a);
    color: var(--clr-accent, #c6f000) !important;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.4rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    box-shadow: 0 0 0 2px rgba(198,240,0,.2), 0 0 0 4px rgba(198,240,0,.06);
    transition: box-shadow 220ms ease;
}

.trainer-card.e-card:hover .trainer-avatar[b-vk5n6qqnqn] {
    box-shadow: 0 0 0 2px var(--clr-accent, #c6f000), 0 0 0 5px rgba(198,240,0,.18);
}

.trainer-header[b-vk5n6qqnqn] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.trainer-name[b-vk5n6qqnqn] {
    display: block;
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--clr-text, #111111);
    letter-spacing: -0.01em;
}

.trainer-location[b-vk5n6qqnqn] {
    font-size: 0.78rem;
    color: var(--clr-muted, #636363);
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.15rem;
}

.trainer-specs[b-vk5n6qqnqn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.spec-badge[b-vk5n6qqnqn] {
    background: var(--clr-surface-alt, #efede7);
    color: var(--clr-text, #111111);
    border: 1px solid var(--clr-border, #e0ddd6);
    font-size: 0.72rem;
    padding: 0.2rem 0.55rem;
    border-radius: var(--r-full, 9999px);
    font-weight: 600;
}

.trainer-bio[b-vk5n6qqnqn] {
    font-size: 0.875rem;
    color: var(--clr-muted, #636363);
    margin: 0 0 0.5rem;
    line-height: 1.6;
}

.trainer-rate[b-vk5n6qqnqn] {
    font-family: var(--ff-display, 'Barlow', sans-serif);
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--clr-text, #111111);
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
}
