:root {
    --purple: #7418d6;
    --red: #ef1b35;
    --yellow: #ffd62e;
    --ink: #09080d;
    --panel: rgba(255, 255, 255, .16);
    --panel-strong: rgba(14, 12, 20, .76);
    --muted: #d6d2dc;
    --line: rgba(255, 255, 255, .34);
    --white: #fbfaf7;
    --field: #24262c;
    --accent-gradient: linear-gradient(115deg, var(--purple) 0%, #a914a7 43%, var(--red) 100%);
    --page-background: url('/assets/images/backgrounds/bhard-01.jpg');
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color-scheme: dark;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--ink); }
body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(123, 37, 216, .82), transparent 36%),
        radial-gradient(circle at 88% 78%, rgba(239, 27, 53, .72), transparent 38%),
        linear-gradient(135deg, #16082d 0%, #350b42 42%, #5d102f 72%, #260711 100%);
    color: var(--white);
    line-height: 1.55;
    isolation: isolate;
}

body.bg-1 { --page-background: url('/assets/images/backgrounds/bhard-01.jpg'); }
body.bg-2 { --page-background: url('/assets/images/backgrounds/bhard-02.jpg'), url('/assets/images/backgrounds/bhard-01.jpg'); }
body.bg-3 { --page-background: url('/assets/images/backgrounds/bhard-03.jpg'), url('/assets/images/backgrounds/bhard-01.jpg'); }

body:has(> main > .hero) {
    --page-background: url('/assets/images/backgrounds/bhard-startpage.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(#account-email-terms) {
    --page-background: url('/assets/images/backgrounds/bhard-emailsignup.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(.password-reset-page) {
    --page-background: url('/assets/images/backgrounds/bhard-resetpassword.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

.account-help { margin: -.35rem 0 .15rem; }
.account-help a { color: var(--yellow); font-weight: 750; }

body:has(form[action="/verify-email/resend"]),
body:has(form[action="/verify-email/consent"]),
body:has(.abandonment-close-page) {
    --page-background: url('/assets/images/backgrounds/bhard-verifyemail.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(.welcome-start) {
    --page-background: url('/assets/images/backgrounds/bhard-registrationstart.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(.account-login) {
    --page-background: url('/assets/images/backgrounds/bhard-login.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(form.checkpoint[data-checkpoint="1"]) {
    --page-background: url('/assets/images/backgrounds/bhard-checkpoint1.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(form.checkpoint[data-checkpoint="2"]) {
    --page-background: url('/assets/images/backgrounds/bhard-checkpoint2.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(form.checkpoint[data-checkpoint="3"]) {
    --page-background: url('/assets/images/backgrounds/bhard-checkpoint3.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(form.checkpoint[data-checkpoint="4"]) {
    --page-background: url('/assets/images/backgrounds/bhard-checkpoint4.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(.checkpoint-photo-page) {
    --page-background: url('/assets/images/backgrounds/bhard-checkpoint5.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(form.checkpoint[data-checkpoint="6"]) {
    --page-background: url('/assets/images/backgrounds/bhard-checkpoint6.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(.checkpoint-payment-page) {
    --page-background: url('/assets/images/backgrounds/bhard-checkpoint7.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(.whats-next) {
    --page-background: url('/assets/images/backgrounds/bhard-checkpoint8.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body:has(.previous-results-review) {
    --page-background: url('/assets/images/backgrounds/bhard-previousresults.jpg');
    --page-background-position: center;
    --photo-overlay-opacity: .35;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(ellipse at 14% 16%, rgba(139, 49, 234, .96) 0%, rgba(94, 24, 178, .58) 24%, transparent 49%),
        radial-gradient(ellipse at 82% 78%, rgba(245, 38, 70, .88) 0%, rgba(182, 20, 86, .5) 26%, transparent 52%),
        radial-gradient(ellipse at 66% 8%, rgba(255, 100, 142, .3) 0%, transparent 35%),
        linear-gradient(132deg, #140725 0%, #321046 38%, #681342 68%, #230711 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.photo-background::before {
    background-image: linear-gradient(rgb(5 3 10 / var(--photo-overlay-opacity, .20)), rgb(5 3 10 / var(--photo-overlay-opacity, .20))), var(--page-background);
    background-position: var(--page-background-position, center);
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: center;
    animation: photo-background-zoom 40s ease-out both;
    will-change: transform;
}

body.gradient-background::before {
    animation: gradient-drift 16s ease-in-out infinite alternate;
}

body.gradient-background::after {
    background-image: url('/assets/images/backgrounds/izohipse.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .25;
    filter: brightness(0) invert(1);
    mix-blend-mode: soft-light;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 15%, transparent 0 28%, rgba(4, 3, 8, .26) 100%),
        linear-gradient(115deg, rgba(255, 255, 255, .035), transparent 36% 64%, rgba(255, 255, 255, .025));
}

@keyframes gradient-drift {
    from { transform: scale(1.015) translate3d(-1.35%, -.75%, 0); filter: hue-rotate(-4deg) saturate(1.02); }
    to { transform: scale(1.115) translate3d(1.35%, .95%, 0); filter: hue-rotate(5deg) saturate(1.16); }
}

@keyframes photo-background-zoom {
    from { transform: scale(1.02); }
    to { transform: scale(1.10); }
}

header {
    min-height: 72px;
    padding: 0 max(20px, calc((100% - 1180px) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 214, 46, .35);
    position: sticky;
    top: 0;
    background: rgba(8, 7, 12, .70);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
    backdrop-filter: blur(16px) saturate(130%);
    z-index: 5;
}

.brand {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: clamp(170px, 18vw, 230px);
    height: auto;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
}

.brand span,
.eyebrow {
    color: var(--red);
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-background .eyebrow {
    color: var(--yellow);
    background: none;
    -webkit-text-fill-color: var(--yellow);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .72);
}

.photo-background .hero > .eyebrow {
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .85);
}

.photo-background .checkpoint-label {
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    letter-spacing: .15em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .85);
}

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
nav { display: flex; gap: 18px; align-items: center; }
nav a, .link {
    color: #fff;
    text-decoration: none;
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
    text-shadow: 0 1px 8px #000;
}
nav a:hover, nav a:focus-visible, .link:hover, .link:focus-visible { color: var(--yellow); }
nav form { margin: 0; }
.journey-nav-link { display: inline-flex; align-items: center; gap: .42em; }
.journey-nav-badge { display: inline-grid; place-items: center; width: 1.18em; height: 1.18em; border: .12em solid var(--yellow); border-radius: 50%; font-size: .86em; font-weight: 950; line-height: 1; text-shadow: none; }
.journey-nav-badge.is-complete { background: #6f20b5; color: #fff; }
.journey-nav-badge.needs-action { background: var(--yellow); color: #5b168e; }
.nav-toggle { display: none; }

main { width: min(1180px, calc(100% - 32px)); margin: 48px auto; min-height: 70vh; }
footer { text-align: center; color: rgba(255, 255, 255, .72); padding: 48px; text-shadow: 0 1px 8px #000; }
.hero { padding: 8vh 0; max-width: 850px; }
.hero h1, .page-head h1 { font-size: clamp(2.4rem, 7vw, 5.7rem); line-height: .93; letter-spacing: -.06em; margin: .15em 0; text-shadow: 0 3px 24px rgba(0, 0, 0, .76); }
.hero p, .page-head p { color: #fff; text-shadow: 0 2px 12px #000; }
.hero p { font-size: 1.2rem; max-width: 650px; }
.eyebrow { text-transform: uppercase; letter-spacing: .17em; font-weight: 900; font-size: .8rem; }

.card .eyebrow {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin: 0;
    padding: 7px 11px;
    border: 1px solid rgba(255, 214, 46, .82);
    border-radius: 999px;
    background: rgba(75, 17, 139, .92);
    background-clip: border-box;
    color: var(--yellow);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: var(--yellow);
    box-shadow: 0 5px 14px rgba(24, 4, 47, .34);
    text-shadow: none;
}

.card {
    background: var(--panel);
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 18px;
    padding: clamp(22px, 4vw, 42px);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .24);
    -webkit-backdrop-filter: blur(20px) saturate(135%);
    backdrop-filter: blur(20px) saturate(135%);
}

.glass-panel-reveal {
    animation: glass-panel-reveal .78s cubic-bezier(.2,.78,.2,1) both;
    animation-delay: var(--glass-panel-reveal-delay, 0ms);
}

@keyframes glass-panel-reveal {
    from {
        opacity: 0;
        transform: translate3d(0, 13px, 0) scale(.996);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.narrow { max-width: 580px; margin: auto; }
.stack, .cards { display: grid; gap: 20px; }
.grid2, .admin-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
label { display: grid; gap: 7px; font-weight: 750; text-shadow: 0 1px 5px rgba(0, 0, 0, .45); }
input, select, textarea {
    width: 100%;
    background: var(--field);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 10px;
    padding: 13px;
    font: inherit;
    box-shadow: inset 0 1px 8px rgba(0, 0, 0, .28);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1000px var(--field), inset 0 1px 8px rgba(0, 0, 0, .28);
    transition: background-color 9999s ease-out 0s;
}
input::placeholder, textarea::placeholder { color: #bbb7c2; opacity: 1; }
select[multiple] { min-height: 130px; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--yellow); outline-offset: 1px; border-color: transparent; }

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    min-height: 50px;
    border: 3px solid var(--yellow);
    border-radius: 999px;
    padding: 12px 26px;
    background: var(--accent-gradient);
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(90, 11, 118, .32), inset 0 1px 0 rgba(255, 255, 255, .25);
    text-shadow: 0 1px 4px rgba(0, 0, 0, .52);
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}
.button:hover { filter: brightness(1.12) saturate(1.08); transform: translateY(-1px); box-shadow: 0 11px 30px rgba(90, 11, 118, .42), 0 0 0 3px rgba(255, 214, 46, .15); }
.button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button:active { transform: translateY(0); }
.button:disabled { cursor: not-allowed; filter: grayscale(.7); opacity: .62; transform: none; }
.ghost { background: rgba(8, 7, 12, .46); border-color: rgba(255, 255, 255, .72); box-shadow: none; }
.ghost:hover { border-color: var(--yellow); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

.welcome-roadmap {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: welcome-step;
}
.welcome-roadmap li {
    counter-increment: welcome-step;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 3px 14px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 14px;
    background: rgba(7, 6, 11, .32);
}
.welcome-roadmap li::before {
    content: counter(welcome-step);
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
    background: var(--accent-gradient);
    color: #fff;
    font-weight: 800;
}
.welcome-roadmap span { color: #e1dde5; }

.welcome-start { max-width: 920px; margin: auto; }
.welcome-start > h1 { margin: 32px 0 0; }
.welcome-start > h1 + p { margin: -8px 0 0; }
.welcome-event-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; flex-wrap: wrap; margin-top: 22px; }
.welcome-event-heading h2 { margin: 0; }
.welcome-event-heading strong { color: var(--yellow); font-size: 1.2rem; }
.welcome-website-prompt { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 8px; padding: 18px 20px; border-left: 4px solid var(--yellow); border-radius: 0 14px 14px 0; background: rgba(7, 6, 11, .28); }
.welcome-website-prompt p { margin: 0; }
.welcome-website-prompt .button { flex: 0 0 auto; }
.welcome-schedule, .welcome-affiliations, .welcome-registration { display: grid; gap: 14px; }
.welcome-schedule > h2, .welcome-affiliations > h2, .welcome-registration > h2 { margin-bottom: 0; }
.welcome-schedule ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.welcome-schedule li { display: grid; grid-template-columns: 205px minmax(0, 1fr); gap: 10px; padding: 13px 16px; border-left: 4px solid var(--purple); background: rgba(7, 6, 11, .32); border-radius: 0 12px 12px 0; }
.welcome-schedule time { color: var(--yellow); font-weight: 900; }
.welcome-schedule p { margin: 0; }
.affiliation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.affiliation-card { display: grid; grid-template-rows: 124px auto; gap: 12px; align-items: center; padding: 15px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 14px; background: rgba(255, 255, 255, .88); color: #17131d; text-align: center; text-decoration: none; }
.affiliation-card:hover { transform: translateY(-2px); border-color: var(--yellow); box-shadow: 0 10px 24px rgba(0, 0, 0, .24); }
.affiliation-logo { display: grid; place-items: center; height: 124px; }
.affiliation-logo img { display: block; width: 100%; max-width: 220px; max-height: 112px; object-fit: contain; }

.choices { display: grid; gap: 14px; }
.choice { display: grid; }
.choice > input { position: absolute; opacity: 0; width: 1px; }
.choice-summary { display: grid; padding: 20px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 14px; cursor: pointer; background: rgba(7, 6, 11, .35); }
.choice-summary > b { font-size: 1.12rem; line-height: 1.35; }
.choice-category-code { color: var(--yellow); }
.choice > input:checked + .choice-summary { border-color: var(--yellow); border-radius: 14px 14px 0 0; background: linear-gradient(125deg, rgba(116, 24, 214, .52), rgba(239, 27, 53, .46)); box-shadow: inset 0 0 0 2px var(--yellow), 0 8px 24px rgba(0, 0, 0, .25); }
.choice > input:focus-visible + .choice-summary { outline: 3px solid #fff; outline-offset: 3px; }
.choice > input:disabled + .choice-summary { opacity: .48; cursor: not-allowed; filter: grayscale(.35); }
.choice small, .choice em { color: #e1dde5; font-style: normal; }
.choice-expand-hint { margin-top: 10px; color: var(--yellow); font-size: .82rem; font-weight: 850; }
.choice > input:checked + .choice-summary .choice-expand-hint { display: none; }
.choice-details { display: none; padding: clamp(20px, 4vw, 32px); border: 1px solid var(--yellow); border-top: 0; border-radius: 0 0 14px 14px; background: rgba(7, 6, 11, .54); }
.choice { scroll-margin-top: 96px; }
.choice > input:checked ~ .choice-details { display: block; }
.choice-details p:first-child { margin-top: 0; }
.choice-details p:last-child { margin-bottom: 0; }
.choice-details li + li { margin-top: 7px; }
.choice-details a { color: #fff; font-weight: 800; }
.category-current-rate { display: grid; gap: 5px; margin-top: clamp(24px, 4vw, 38px); padding: clamp(18px, 3vw, 25px); border: 1px solid var(--yellow); border-left: 5px solid var(--yellow); border-radius: 12px; background: linear-gradient(120deg, rgba(119, 30, 210, .58), rgba(238, 28, 57, .38)); }
.category-current-rate strong { color: var(--yellow); font-size: clamp(1.15rem, 2.2vw, 1.45rem); line-height: 1.2; }
.category-current-rate span { color: #fff; font-size: clamp(1.22rem, 2.6vw, 1.7rem); font-weight: 850; line-height: 1.2; }
.category-current-rate small { color: #fff; font-size: 1rem; font-weight: 750; }
.race-preferences .starting-package a { color: #fff; font-weight: 800; }
.choice .pair-details { margin-top: 14px; }
.pair-change-panel { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .28); }
.pair-change-panel summary { color: var(--yellow); font-size: 1.05rem; font-weight: 850; cursor: pointer; }

.progress { display: flex; gap: 8px; margin: 24px 0; }
.progress span { flex: 1 1 20px; width: auto; max-width: 34px; min-width: 12px; height: 7px; background: rgba(255, 255, 255, .28); border-radius: 10px; text-indent: -9999px; }
.progress .active { background: var(--accent-gradient); box-shadow: 0 0 0 1px var(--yellow); }
.check { grid-template-columns: auto 1fr; align-items: start; }
.check input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 5px;
    background: rgba(7, 6, 11, .72);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}
.check input[type="checkbox"]:checked {
    border-color: var(--yellow);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='m4 10 4 4 8-9'/%3E%3C/svg%3E"), var(--accent-gradient);
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: 16px 16px, cover;
}
.pill { display: inline-block; background: var(--accent-gradient); color: #fff; border: 1px solid var(--yellow); border-radius: 999px; padding: 5px 12px; text-transform: capitalize; font-weight: 750; }
.offer { display: grid; gap: 0; border-left: 4px solid var(--red); border-image: var(--accent-gradient) 1; padding: 24px 24px 26px; margin-top: 25px; background: rgba(6, 5, 10, .52); }
.offer h3 { margin: 0 0 22px; }
.offer .payment-offer-amount { display: block; font-size: 2rem; margin-bottom: 18px; }
.offer .payment-summary-lines,.offer .payment-rate-breakdown { display: grid; gap: 2px; }
.offer .payment-summary-lines p,.offer .payment-rate-breakdown p { margin: 0; }
.offer .payment-discount-restriction { margin: 8px 0 2px; max-width: 760px; font-size: .92rem; line-height: 1.45; color: var(--yellow); }
.discount-wait-opportunity,
.discount-waiting-page {
    display: grid;
    gap: 12px;
    padding: clamp(22px, 3vw, 34px);
    border: 2px solid var(--yellow);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(91, 30, 151, .74), rgba(190, 30, 91, .58));
    box-shadow: 0 18px 44px rgba(24, 5, 46, .25);
}
.discount-wait-opportunity > *,
.discount-waiting-page > * { margin-top: 0; margin-bottom: 0; }
.discount-wait-opportunity .eyebrow,
.discount-waiting-page .eyebrow { color: var(--yellow); }
.discount-wait-opportunity form { margin-top: 5px; }
.discount-wait-state { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 20px; padding-top: 6px; }
.discount-wait-state p { margin: 0; }
.offer .payment-lifecycle-copy { display: grid; gap: 7px; margin-top: 14px; color: var(--muted); font-size: .94rem; }
.offer .payment-lifecycle-copy p { margin: 0; max-width: 980px; }
.offer .payment-rate-breakdown { margin-top: 20px; }
.offer .payment-rate-breakdown strong { font-size: 1.05rem; }
.offer > .button,.offer > .payment-confirmed { justify-self: start; margin-top: 22px; }
.registration-deactivated { display: grid; justify-items: start; gap: 12px; margin-top: 18px; }
.registration-deactivated p,.registration-deactivated form { margin: 0; }
.registration-dashboard-card > .eyebrow { margin-bottom: 0; }
.registration-dashboard-card > .rider-summary-identity { margin-top: 20px; }
.dashboard-category { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0; margin: 0; font-size: clamp(1.45rem, 3vw, 2rem); }
.dashboard-category > span { white-space: nowrap; color: var(--yellow); }
.dashboard-category > b { padding: 0 .34em; font: inherit; }
.rider-summary-identity { display: flex; align-items: center; gap: clamp(10px,1.5vw,16px); flex-wrap: wrap; margin: 14px 0 0; }
.rider-summary-identity h2 { margin: 0; font-size: clamp(1.85rem,3.4vw,2.65rem); line-height: 1.08; }
.rider-summary-identity .rider-recognition { color: var(--yellow); white-space: nowrap; }
.rider-summary-identity .review-nationality-flag { display: block; flex: 0 0 auto; width: clamp(34px,3.5vw,44px); aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid rgba(255,255,255,.72); border-radius: 3px; box-shadow: 0 4px 9px rgba(0,0,0,.24); }
.rider-summary-identity .review-nationality-code { display: inline-grid; place-items: center; min-width: 38px; min-height: 28px; padding: 3px 6px; border: 1px solid rgba(255,255,255,.6); border-radius: 3px; color: #fff; font-size: .85rem; font-weight: 900; letter-spacing: .04em; }
.subcategory-display { display: grid; gap: 7px; margin-top: 12px; font-size: .96rem; }
.subcategory-display > small { color: var(--muted); font-weight: 750; letter-spacing: .025em; }
.subcategory-display-list { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 18px; }
.subcategory-display-item { color: #fff; font-weight: 800; }
.subcategory-display-item strong { color: var(--yellow); white-space: nowrap; }
.application-lifecycle-status { margin: 22px 0 0; font-size: 1.05rem; }
.registration-dashboard-card > .dashboard-category { margin: 16px 0 4px; }
.registration-dashboard-card > .application-lifecycle-status { margin: 6px 0; }
.application-lifecycle-status strong { font-size: 1.12em; }
.application-lifecycle-status.status-incomplete strong { color: var(--yellow); }
.application-lifecycle-status.status-review strong { color: #fff; }
.application-lifecycle-status.status-approved strong { color: #ffe477; }
.application-lifecycle-status.status-ready strong { color: #a7ffc4; }
.application-lifecycle-status.status-terminal strong { color: #ffc2ca; }
.dashboard-status-action { margin-top: 18px; }
.dashboard-checkpoints { display: grid; gap: 10px; margin-top: 30px; }
.dashboard-checkpoints > h3 { margin: 0; font-size: 1.35rem; }
.dashboard-checkpoints > p { margin: -2px 0 8px; }
.dashboard-checkpoint,.account-panel {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 14px;
    background: rgba(8, 7, 12, .30);
}
.dashboard-checkpoint.warning { border-color: rgba(255, 214, 46, .72); }
.dashboard-checkpoint.upcoming { border-color: rgba(255,255,255,.24); opacity: .84; }
.dashboard-checkpoint.warning .review-mark { border-color: var(--yellow); background: var(--yellow); color: var(--purple); text-shadow: none; }
.dashboard-checkpoint.upcoming .review-mark { border-color: rgba(255,255,255,.48); background: rgba(7,6,11,.34); color: rgba(255,255,255,.72); text-shadow: none; }
.dashboard-checkpoint summary,.account-panel summary { display: flex; align-items: center; gap: 13px; padding: 15px 17px; list-style: none; }
.dashboard-checkpoint summary::-webkit-details-marker,.account-panel summary::-webkit-details-marker { display: none; }
.dashboard-checkpoint summary::after,.account-panel summary::after { content: '+'; margin-left: auto; color: var(--yellow); font-size: 1.4rem; line-height: 1; }
.dashboard-checkpoint[open] summary::after,.account-panel[open] summary::after { content: '−'; }
.dashboard-checkpoint summary > span:nth-child(2),.account-panel summary > span { display: grid; gap: 2px; }
.dashboard-checkpoint summary small,.account-panel summary small { color: var(--muted); font-weight: 650; }
.dashboard-checkpoint-body { display: grid; gap: 15px; padding: 18px 18px 20px 58px; border-top: 1px solid rgba(255, 255, 255, .18); }
.dashboard-checkpoint-body > * { margin-top: 0; margin-bottom: 0; }
.review-mark { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 2px solid var(--yellow); border-radius: 50%; background: var(--accent-gradient); color: #fff; font-weight: 950; }
.checkpoint-data { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.checkpoint-data li { display: grid; grid-template-columns: minmax(145px, .55fr) minmax(0, 1fr); gap: 14px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.13); }
.checkpoint-data span { overflow-wrap: anywhere; white-space: pre-wrap; }
.dashboard-photo-strip { display: grid; grid-template-columns: repeat(auto-fill,minmax(90px,130px)); gap: 10px; }
.dashboard-photo-strip img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 2px solid rgba(255,255,255,.68); border-radius: 10px; }
.dashboard-photo-upload { max-width: 720px; padding: 16px; border: 1px solid rgba(255,214,46,.58); border-radius: 12px; background: rgba(7,6,11,.24); }
.dashboard-photo-upload-status:empty { display: none; }
.payment-history { margin-top: 18px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; }
.payment-history ul { display: grid; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.payment-history li { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.14); }
.payment-history li span { display: grid; gap: 2px; }
.payment-history li small { color: var(--muted); }
.my-bhard-head { max-width: 900px; margin-bottom: 34px; }
.my-bhard-head > p:last-child { max-width: 780px; font-size: 1.1rem; }
.my-bhard-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(300px,1fr); gap: clamp(20px,2.5vw,30px); align-items: start; }
.my-bhard-main { display: grid; min-width: 0; gap: 20px; }
.my-bhard-main > .my-bhard-journey,.my-bhard-main > .my-bhard-schedule,.my-bhard-main > .registration-management,.my-bhard-main > .history-card { margin: 0; }
.my-bhard-activity-rail { display: grid; min-width: 0; gap: 16px; align-self: start; }
.my-bhard-activity-heading { padding: 4px 3px 2px; }
.my-bhard-activity-heading .eyebrow { margin-bottom: 8px; }
.my-bhard-activity-heading h2 { margin: 0 0 10px; font-size: clamp(1.55rem,2.5vw,2.1rem); }
.my-bhard-activity-heading p:last-child { margin-bottom: 0; }
.my-bhard-activity-rail .whats-next-grid { gap: 12px; }
.my-bhard-activity-rail .whats-next-section summary { min-height: 88px; padding: 16px; align-items: flex-start; flex-direction: column; gap: 8px; }
.my-bhard-activity-rail .whats-next-section summary b { font-size: 1.06rem; }
.my-bhard-activity-rail .whats-next-section summary small { font-size: .7rem; }
.my-bhard-activity-rail .whats-next-section summary > strong { font-size: .75rem; }
.my-bhard-activity-rail .whats-next-section-content { padding: 0 16px 18px; }
.my-bhard-activity-rail .whats-next-actions,.my-bhard-activity-rail .friend-invite-form { grid-template-columns: 1fr; }
.my-bhard-activity-rail .whats-next-actions { display: grid; }
.my-bhard-activity-rail .friend-invite-status { grid-column: 1; }
.my-bhard-activity-rail .button.small { width: 100%; justify-content: center; }
.my-bhard-activity-rail .rider-share-image { width: 100%; padding: 8px; }
.my-bhard-activity-rail .rider-share-image figcaption,.my-bhard-activity-rail .checkpoint-video figcaption { align-items: flex-start; flex-direction: column; }
.my-bhard-activity-rail .checkpoint-video figcaption a { white-space: normal; }
.my-bhard-activity-rail .checkpoint-video-poster span { width: 54px; height: 54px; font-size: 22px; }
.my-bhard-activity-locked { margin: 0; }
.my-bhard-journey { margin-bottom: 20px; }
.my-bhard-journey > div { max-width: none; }
.my-bhard-journey p { margin: 6px 0; }
.my-bhard-journey .rider-summary-identity { margin-top: 20px; }
.my-bhard-journey-category { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin: 16px 0 4px; color: #fff; font-size: clamp(1.35rem,3vw,2.15rem); line-height: 1.15; }
.my-bhard-journey-category span { color: var(--yellow); font-size: 1em; letter-spacing: .05em; white-space: nowrap; }
.my-bhard-journey-status strong { color: var(--yellow); }
.my-bhard-journey form { margin: 0; }
.my-bhard-journey-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.my-bhard-journey-actions .dashboard-status-action { margin-top: 0; }
.my-bhard-schedule { display: grid; width: 100%; gap: 0; }
.my-bhard-collapsible { overflow: hidden; }
.my-bhard-card-summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; cursor: pointer; }
.my-bhard-card-summary::-webkit-details-marker { display: none; }
.my-bhard-card-summary h2 { margin: 0; font-size: clamp(1.45rem,2.5vw,1.9rem); }
.my-bhard-card-summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 8px; border-radius: 4px; }
.my-bhard-card-toggle { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 1.3rem; font-weight: 900; line-height: 1; }
.my-bhard-card-toggle::before { content: '+'; }
.my-bhard-collapsible[open] > .my-bhard-card-summary .my-bhard-card-toggle::before { content: '\2212'; }
.my-bhard-card-content { padding-top: 18px; }
.my-bhard-schedule ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.my-bhard-schedule li { display: grid; gap: 7px; padding: 14px 16px; border-left: 4px solid var(--purple); border-radius: 0 12px 12px 0; background: rgba(7,6,11,.3); }
.my-bhard-schedule time { color: var(--yellow); font-weight: 900; }
.my-bhard-schedule p { margin: 0; line-height: 1.5; }
.registration-management { margin-bottom: 20px; }
.registration-management > .my-bhard-card-content > p:first-child { margin-top: 0; }
.registration-options-timeline { display: grid; gap: 16px; margin: 24px 0 18px; padding: clamp(18px,3vw,26px); border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: rgba(7,6,11,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.registration-timeline-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.registration-timeline-heading h3 { margin: 0; font-size: clamp(1.15rem,2vw,1.42rem); }
.registration-timeline-heading p { margin: 5px 0 0; color: rgba(255,255,255,.75); font-size: .9rem; }
.registration-timeline-heading > strong { flex: 0 0 auto; color: var(--yellow); font-size: .85rem; }
.registration-timeline-scroll { overflow-x: auto; padding-bottom: 6px; }
.registration-timeline-chart { display: grid; min-width: 720px; gap: 10px; }
.registration-timeline-axis,
.registration-timeline-row { display: grid; grid-template-columns: 190px minmax(480px,1fr) 94px; gap: 14px; align-items: center; }
.registration-timeline-axis { color: rgba(255,255,255,.7); font-size: .76rem; font-weight: 800; }
.registration-timeline-axis > :last-child { text-align: right; }
.registration-timeline-axis-track { position: relative; height: 30px; border-bottom: 1px solid rgba(255,255,255,.34); }
.registration-timeline-axis-track::after,
.registration-timeline-track::after { content: ''; position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--registration-today); width: 2px; background: #fff; box-shadow: 0 0 8px rgba(255,255,255,.55); pointer-events: none; }
.registration-timeline-axis-track b { position: absolute; left: clamp(34px,var(--registration-today),calc(100% - 34px)); bottom: 6px; transform: translateX(-50%); color: #fff; font-size: .72rem; }
.registration-timeline-row { color: #fff; text-decoration: none; }
.registration-timeline-row:hover .registration-timeline-label,
.registration-timeline-row:focus-visible .registration-timeline-label { color: var(--action-color); }
.registration-timeline-row:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; border-radius: 6px; }
.registration-timeline-label { display: flex; align-items: center; gap: 9px; font-weight: 850; transition: color .18s ease; }
.registration-timeline-label::before,
.registration-timeline-chip::before,
.registration-management-action > summary > span::before { content: ''; flex: 0 0 auto; width: 10px; height: 10px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--action-color,#fff); box-shadow: 0 0 0 3px color-mix(in srgb,var(--action-color,#fff) 20%,transparent); }
.registration-timeline-track { position: relative; height: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.1); }
.registration-timeline-segment { position: absolute; z-index: 2; top: 3px; bottom: 3px; min-width: 8px; border-radius: 999px; background: var(--action-color); box-shadow: 0 0 14px color-mix(in srgb,var(--action-color) 38%,transparent); }
.registration-timeline-conditions { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 2px; }
.registration-timeline-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font-size: .8rem; font-weight: 800; text-decoration: none; }
.registration-timeline-chip:hover,
.registration-timeline-chip:focus-visible { border-color: var(--action-color); color: var(--action-color); outline: none; }
.registration-action-tone-category { --action-color: #ffd62e; }
.registration-action-tone-deferral { --action-color: #c47aff; }
.registration-action-tone-cancellation { --action-color: #ff5975; }
.registration-action-tone-always { --action-color: #55ddd0; }
.registration-action-tone-condition { --action-color: #c4cedb; }
.registration-action-tone-neutral { --action-color: #fff; }
.registration-management-action { padding: 17px 0; }
.registration-management-action > summary { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; font-size: 1.08rem; color: var(--yellow); }
.registration-management-action > summary > span { display: inline-flex; align-items: center; gap: 9px; }
.registration-management-action > summary small { color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 750; text-align: right; }
.registration-management-action.is-disabled { opacity: .58; filter: grayscale(.45); }
.registration-management-action.is-disabled[open] { opacity: .78; }
.registration-management-action.is-disabled > summary { color: rgba(255,255,255,.7); }
.registration-management-body { display: grid; gap: 14px; padding: 8px 2px 4px; }
.registration-management-body > * { margin-top: 0; margin-bottom: 0; }
.registration-deletion-action { margin-top: 14px; border-top: 1px solid rgba(255,255,255,.22); }
.registration-deletion-action > summary { color: #fff; }
.registration-delete-form { max-width: 760px; padding: 18px; border: 1px solid rgba(255,214,46,.45); border-radius: 14px; background: rgba(7,6,11,.3); }
.registration-delete-button { justify-self: start; }
.registration-deleted-notice { margin-bottom: 18px; }
.registration-change-form { max-width: 760px; padding: 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(7,6,11,.25); }
.registration-change-form .button { justify-self: start; }
.registration-management .pair-change-panel { margin-top: 4px; padding: 17px; border: 1px solid rgba(255,214,46,.38); border-radius: 14px; background: rgba(7,6,11,.22); }
.registration-management .pair-change-panel > :first-child { margin-top: 0; }
.registration-management .pair-change-panel > :last-child { margin-bottom: 0; }
.merchandise-choices { display: grid; gap: 14px; }
.merchandise-choice { padding: 16px 18px; border: 1px solid rgba(255,255,255,.26); border-radius: 14px; background: rgba(7,6,11,.22); }
.merchandise-choice > p { margin: 8px 0 12px; color: rgba(255,255,255,.78); }
.merchandise-choice .check { margin: 0; }
.merchandise-choice .check strong { margin-left: auto; color: var(--yellow); white-space: nowrap; }
.payment-merchandise-breakdown { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.24); }
.payment-merchandise-breakdown ul { display: grid; gap: 8px; margin: 8px 0 0; padding: 0; list-style: none; }
.payment-merchandise-breakdown li { display: flex; justify-content: space-between; gap: 18px; }
.payment-merchandise-breakdown strong { color: var(--yellow); white-space: nowrap; }
.my-bhard-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.my-bhard-feature { position: relative; min-height: 285px; padding: clamp(24px,4vw,38px); overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 18px; background: rgba(8,7,12,.34); box-shadow: 0 18px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.18); -webkit-backdrop-filter: blur(18px) saturate(130%); backdrop-filter: blur(18px) saturate(130%); }
.my-bhard-feature h2 { position: relative; margin: 17px 0 8px; font-size: clamp(1.45rem,3vw,2rem); }
.my-bhard-feature p,.my-bhard-feature small { position: relative; }
.my-bhard-feature small { display: block; margin-top: 22px; color: var(--muted); }
.my-bhard-feature-mark { position: absolute; right: 18px; bottom: -34px; color: rgba(255,214,46,.08); font-size: clamp(7rem,14vw,11rem); font-weight: 950; line-height: 1; letter-spacing: -.09em; }
.my-bhard-cookie-settings { display: flex; justify-content: flex-end; margin-top: 20px; padding: 0 2px; }
.whats-next-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 16px; }
.payment-received-celebration { display: flex; align-items: center; gap: clamp(16px,3vw,28px); padding: clamp(20px,4vw,34px); border: 2px solid var(--yellow); border-radius: 18px; background: linear-gradient(125deg,rgba(116,24,214,.76),rgba(239,27,53,.68)); box-shadow: 0 18px 38px rgba(24,7,45,.3); }
.payment-received-celebration > div > :first-child { margin-top: 0; }
.payment-received-celebration > div > :last-child { margin-bottom: 0; }
.payment-received-celebration h2 { margin: 4px 0 8px; }
.payment-received-mark { display: grid; flex: 0 0 auto; place-items: center; width: 58px; height: 58px; border: 2px solid var(--purple); border-radius: 50%; background: var(--yellow); color: var(--purple); font-size: 1.75rem; font-weight: 950; box-shadow: 0 8px 24px rgba(255,214,46,.24); }
.whats-next-title { margin: 0; }
.whats-next-intro { margin: 0; font-size: 1.05rem; }
.whats-next-progress { margin: 0; }
.whats-next-section { overflow: hidden; border: 2px solid var(--yellow); border-radius: 14px; background: rgba(255,214,46,.12); transition: border-color .25s ease,background .25s ease,box-shadow .25s ease; }
.whats-next-section.is-complete { border-color: #a84cff; background: rgba(116,24,214,.34); box-shadow: inset 0 0 0 1px rgba(209,166,255,.2); }
.whats-next-section summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 112px; padding: clamp(18px,3vw,26px); cursor: pointer; list-style: none; }
.whats-next-section summary::-webkit-details-marker { display: none; }
.whats-next-section summary span { display: grid; gap: 5px; }
.whats-next-section summary small { color: var(--yellow); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.whats-next-section summary b { font-size: 1.25rem; }
.whats-next-section summary > strong { flex: 0 0 auto; color: var(--yellow); font-size: .86rem; }
.whats-next-section.is-complete summary > strong { color: #e3c8ff; }
.whats-next-section-content { overflow: hidden; padding: 0 clamp(18px,3vw,26px) clamp(18px,3vw,26px); border-top: 1px solid rgba(255,255,255,.22); }
.whats-next-section-content > :first-child { margin-top: 18px; }
.whats-next-section-content > :last-child { margin-bottom: 0; }
.whats-next-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.whats-next-promotion { margin-top: 18px; padding: 13px 15px; border: 1px solid var(--yellow); border-radius: 10px; background: rgba(255,214,46,.16); color: var(--yellow); font-weight: 800; }
.friend-invite-form { display: grid; grid-template-columns: minmax(220px,1fr) auto; align-items: end; gap: 12px; margin-top: 18px; }
.friend-invite-status { grid-column: 1 / -1; min-height: 1.4em; margin: 0; color: var(--yellow); font-weight: 750; }
.checkpoint-videos { display: grid; grid-template-columns: minmax(0,1fr); gap: 26px; margin-top: 20px; }
.checkpoint-video { min-width: 0; margin: 0; }
.checkpoint-video-poster { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 12px; background: #09070d; box-shadow: 0 12px 30px rgba(0,0,0,.28); }
.checkpoint-video-poster img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease,filter .3s ease; }
.checkpoint-video-poster span { position: absolute; left: 50%; top: 50%; display: grid; width: 68px; height: 68px; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; color: #fff; background: rgba(75,0,115,.82); box-shadow: 0 8px 28px rgba(0,0,0,.4); transform: translate(-50%,-50%); font-size: 28px; line-height: 1; padding-left: 4px; transition: transform .25s ease,background .25s ease; }
.checkpoint-video-poster:hover img,.checkpoint-video-poster:focus-visible img { transform: scale(1.018); filter: brightness(.88); }
.checkpoint-video-poster:hover span,.checkpoint-video-poster:focus-visible span { transform: translate(-50%,-50%) scale(1.08); background: rgba(223,0,70,.92); }
.checkpoint-video figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 10px; }
.checkpoint-video figcaption a { color: #fff; white-space: nowrap; }
.rider-share-images { display: grid; gap: 18px; margin-top: 20px; }
.rider-share-image { width: min(100%,420px); margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; background: rgba(7,6,11,.3); }
.rider-share-image img { display: block; width: 100%; height: auto; border-radius: 9px; }
.rider-share-image-toggle { display: block; margin-top: 12px; color: #fff; font-weight: 750; line-height: 1.45; text-decoration: underline; text-underline-offset: 3px; }
.rider-share-image-toggle:hover,.rider-share-image-toggle:focus-visible { color: var(--yellow); }
.rider-share-image figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; }
.button.small { min-height: 42px; justify-self: start; padding: 9px 18px; font-size: .9rem; }
.button.action-required { background: linear-gradient(115deg, #5c12ad, #8e22da); }
.button.yellow,.button.continue-registration,.button.payment-required,.button.action-required { border-color: var(--purple); background: var(--yellow); color: var(--purple); text-shadow: none; box-shadow: 0 8px 24px rgba(255,214,46,.2), inset 0 1px 0 rgba(255,255,255,.55); }
.button.yellow:hover,.button.continue-registration:hover,.button.payment-required:hover,.button.action-required:hover { box-shadow: 0 11px 30px rgba(255,214,46,.3), 0 0 0 3px rgba(116,24,214,.22); }
.button.continue-registration { margin: 14px 0 8px; padding: 14px 28px; }
.account-panel { padding: 0; }
.account-panel summary { font-size: 1.1rem; }
.dashboard-email-form,.dashboard-password-form { max-width: 620px; }
.dashboard-email-form .button,.dashboard-password-form .button { justify-self: start; }
.account-security-body { gap: 24px; }
.account-security-section { display: grid; gap: 15px; }
.account-security-section + .account-security-section { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.account-security-section > h3 { margin: 0; }
#save-status, .muted { color: var(--muted); }
.admin-columns { grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr); align-items: start; }
.admin-columns > div,
.admin-columns aside { display: grid; min-width: 0; gap: 20px; }
.admin-overview { display: grid; gap: 22px; margin-bottom: 34px; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(7, minmax(130px, 1fr)); gap: 12px; }
.admin-stat-card {
    display: grid;
    gap: 4px;
    min-height: 118px;
    padding: 20px;
    border: 1px solid rgba(255, 214, 46, .68);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(89, 35, 139, .82), rgba(186, 31, 104, .64));
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(20, 5, 43, .2);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.admin-stat-card:hover { transform: translateY(-3px); border-color: var(--yellow); background: linear-gradient(145deg, rgba(104, 39, 164, .9), rgba(217, 34, 112, .76)); }
.admin-stat-card strong { align-self: end; color: var(--yellow); font-size: clamp(2rem, 3vw, 3rem); line-height: .9; }
.admin-stat-card span { font-weight: 800; line-height: 1.2; }
.admin-overview-columns { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, 1fr); align-items: start; gap: 20px; }
.admin-overview-columns > .card { min-width: 0; padding: clamp(24px, 3vw, 38px); }
.admin-request-queue { display: grid; gap: 16px; margin-top: 22px; }
.admin-queue-item { min-width: 0; padding: 20px; border: 1px solid rgba(255, 214, 46, .45); border-radius: 15px; background: rgba(30, 18, 43, .3); }
.admin-queue-item-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.admin-queue-item h3,
.admin-queue-item p { margin-top: 0; }
.admin-queue-item-head p { margin-bottom: 0; }
.admin-queue-item blockquote { margin: 14px 0; padding: 12px 14px; border-left: 4px solid var(--yellow); background: rgba(255, 255, 255, .08); }
.registration-change-decision.compact { gap: 12px; margin-top: 16px; }
.registration-change-decision.compact textarea { min-height: 82px; }
.registration-change-decision .actions { justify-content: flex-start; }
.deferral-credit-preview { display: grid; gap: 5px; padding: 13px 15px; border: 1px solid var(--yellow); border-radius: 12px; background: rgba(255, 214, 46, .12); }
.deferral-credit-preview span { font-size: .92rem; }
.admin-open-rider { display: inline-block; margin-top: 14px; font-weight: 800; }
.admin-empty-state { padding: 18px; border: 1px dashed rgba(255, 255, 255, .35); border-radius: 12px; color: var(--muted); }
.admin-waiting-list { display: grid; gap: 4px; margin: 20px 0 0; padding: 0; list-style: none; }
.admin-waiting-list li { border-bottom: 1px solid var(--line); }
.admin-waiting-list li:last-child { border-bottom: 0; }
.admin-waiting-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 4px; color: #fff; text-decoration: none; }
.admin-waiting-list a:hover b { color: var(--yellow); }
.admin-waiting-list span { display: grid; gap: 4px; min-width: 0; }
.admin-waiting-list small { color: var(--muted); }
.admin-waiting-list strong { color: var(--yellow); font-size: .82rem; text-transform: uppercase; text-align: right; }
.admin-registration-table { margin-top: 26px; }
.admin-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 18px; }
.admin-section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.admin-section-heading p:last-child { margin-bottom: 0; }
.history-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.history-list li { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 8px 0; }
.history-card { margin-bottom: 20px; }
.claim-card { border-color: rgba(255, 214, 46, .56); }
.returning-rider-welcome { margin: 0 0 18px; padding: clamp(20px, 3vw, 32px); border: 2px solid var(--yellow); border-radius: 18px; background: linear-gradient(120deg, rgba(83, 24, 142, .88), rgba(205, 25, 89, .78)); box-shadow: 0 18px 46px rgba(23, 5, 48, .24); }
.returning-rider-welcome .eyebrow { color: var(--yellow); margin-bottom: 8px; }
.returning-rider-welcome h2 { margin: 0 0 14px; }
.returning-rider-welcome p:last-child { margin-bottom: 0; }
details { border-top: 1px solid var(--line); padding: 12px 0; }
summary { cursor: pointer; font-weight: 800; }
dl { display: grid; grid-template-columns: minmax(120px, 1fr) 2fr; gap: 8px; }
dt { color: #e2dee7; text-transform: capitalize; }
dd { margin: 0; white-space: pre-wrap; }

.ag-theme-quartz-dark { height: 68vh; min-height: 500px; --ag-background-color: #121214; --ag-header-background-color: #1c1c1f; --ag-accent-color: var(--red); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (max-width: 1050px) {
    .my-bhard-layout { grid-template-columns: minmax(0,1fr); }
    .admin-stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .admin-overview-columns { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .friend-invite-form { grid-template-columns: 1fr; }
    .friend-invite-status { grid-column: 1; }
    header { align-items: center; padding-top: 12px; padding-bottom: 12px; }
    .nav-toggle { display: grid; place-items: center; gap: 5px; width: 46px; height: 46px; padding: 10px; border: 2px solid var(--yellow); border-radius: 13px; background: rgba(95,25,150,.72); color: #fff; cursor: pointer; box-shadow: 0 8px 22px rgba(0,0,0,.24); }
    .nav-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .24s ease,opacity .18s ease; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .site-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: grid; gap: 4px; padding: 12px; border: 1px solid rgba(255,214,46,.55); border-radius: 0 0 16px 16px; background: rgba(23,7,35,.96); -webkit-backdrop-filter: blur(18px) saturate(135%); backdrop-filter: blur(18px) saturate(135%); box-shadow: 0 22px 46px rgba(0,0,0,.38); font-size: 1rem; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .22s ease,transform .22s ease,visibility 0s linear .22s; }
    .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
    .site-nav a,.site-nav .link { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 46px; padding: 10px 12px; border-radius: 10px; text-align: left; }
    .site-nav a:hover,.site-nav a:focus-visible,.site-nav .link:hover,.site-nav .link:focus-visible { background: rgba(255,255,255,.1); }
    .site-nav form,.site-nav form .link { width: 100%; }
    .grid2, .admin-columns { grid-template-columns: 1fr; }
    .admin-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-stat-card { min-height: 104px; padding: 16px; }
    .admin-overview-columns { grid-template-columns: 1fr; }
    .admin-section-heading { display: grid; align-items: start; }
    .admin-grid-tools { justify-content: flex-start; }
    .admin-queue-item-head { display: grid; }
    .welcome-schedule li { grid-template-columns: 1fr; gap: 5px; }
    .welcome-website-prompt { align-items: flex-start; flex-direction: column; }
    .affiliation-grid { grid-template-columns: 1fr; }
    .affiliation-card { grid-template-rows: 100px auto; }
    .affiliation-logo { height: 100px; }
    main { margin-top: 28px; }
    .card { border-radius: 14px; }
    .hero h1, .page-head h1 { font-size: 2.8rem; }
    .brand-logo { width: clamp(138px, 40vw, 170px); max-height: 52px; }
    .history-list li { display: grid; }
    .dashboard-checkpoint-body { padding-left: 17px; }
    .checkpoint-data li { grid-template-columns: 1fr; gap: 2px; }
    .payment-history li { display: grid; }
    .my-bhard-journey { align-items: flex-start; flex-direction: column; }
    .registration-timeline-heading { flex-direction: column; gap: 8px; }
    .registration-timeline-axis,
    .registration-timeline-row { grid-template-columns: 170px minmax(430px,1fr) 84px; }
    .registration-management-action > summary { align-items: flex-start; flex-direction: column; gap: 4px; }
    .registration-management-action > summary small { text-align: left; }
    .my-bhard-grid { grid-template-columns: 1fr; }
    .my-bhard-feature { min-height: 250px; }
}
