:root {
    --ink: #061116;
    --ink-2: #0a1a21;
    --panel: #0d2028;
    --panel-2: #112a34;
    --line: rgba(164, 223, 236, .15);
    --line-strong: rgba(164, 223, 236, .28);
    --text: #f4fbfc;
    --muted: #8faab2;
    --cyan: #38e4f6;
    --cyan-soft: #92f5ff;
    --blue: #398cff;
    --violet: #9d7bff;
    --danger: #ff6d79;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--cyan); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 118px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: .96; }
h1 em, h2 em { color: var(--cyan); font-style: italic; font-weight: 300; }
.setup-notice { background: #ffe087; color: #241d09; padding: 12px 0; font-size: 13px; }
.setup-notice code { padding: 2px 6px; border-radius: 5px; background: rgba(0,0,0,.1); }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(6, 17, 22, .88); backdrop-filter: blur(18px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { position: relative; display: inline-block; font-size: 26px; font-weight: 950; font-style: italic; letter-spacing: -.08em; line-height: 1; }
.brand > span { color: var(--cyan); }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 7px; font-style: normal; letter-spacing: .48em; text-align: right; }
.main-nav { display: flex; align-items: center; gap: 38px; }
.main-nav a { position: relative; padding: 33px 0 30px; color: #b6c8cd; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -1px; height: 2px; background: var(--cyan); transition: .25s; }
.main-nav a:hover, .main-nav a.is-active { color: var(--white); }
.main-nav a.is-active::after, .main-nav a:hover::after { left: 0; right: 0; }
.admin-link { display: flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1px solid var(--line-strong); border-radius: 999px; color: #d9e9ec; font-size: 12px; font-weight: 750; transition: .2s; }
.admin-link:hover { border-color: var(--cyan); color: var(--cyan); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #65efac; box-shadow: 0 0 0 4px rgba(101, 239, 172, .12); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: transparent; }
.nav-toggle i { display: block; height: 2px; margin: 5px 0; background: white; transition: .2s; }

.hero { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; overflow: hidden; }
.hero::before { content: ""; position: absolute; left: -22vw; top: 12%; width: 68vw; height: 68vw; border-radius: 50%; border: 1px solid rgba(56, 228, 246, .06); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding: 80px 0; }
.hero h1 { max-width: 720px; margin-bottom: 32px; font-size: clamp(56px, 6.3vw, 94px); font-weight: 850; }
.hero-lead { max-width: 620px; margin-bottom: 38px; color: #a8bec4; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 850; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: #041216; box-shadow: 0 10px 34px rgba(56, 228, 246, .14); }
.button-primary:hover { background: var(--cyan-soft); }
.button-ghost { border-color: var(--line-strong); color: #d6e6ea; background: rgba(255,255,255,.015); }
.button-ghost:hover { border-color: var(--cyan); }
.button-wide { width: 100%; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 10% 0; background: radial-gradient(circle, rgba(56, 228, 246, .16), transparent 60%); filter: blur(16px); }
.track-orbit { position: absolute; border: 1px solid rgba(56, 228, 246, .22); border-radius: 48% 52% 58% 42%; transform: rotate(-22deg); }
.track-orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 24px var(--cyan); }
.track-orbit-one { width: 390px; height: 460px; }
.track-orbit-one::after { right: 14px; top: 70px; }
.track-orbit-two { width: 510px; height: 350px; transform: rotate(22deg); border-style: dashed; opacity: .48; }
.track-orbit-two::after { left: 40px; bottom: 45px; }
.hero-badge { position: relative; width: 260px; aspect-ratio: .86; display: flex; flex-direction: column; align-items: center; justify-content: center; clip-path: polygon(50% 0, 92% 14%, 100% 70%, 50% 100%, 0 70%, 8% 14%); background: linear-gradient(145deg, rgba(25, 65, 77, .94), rgba(7, 22, 28, .98)); border: 1px solid var(--cyan); box-shadow: inset 0 0 0 5px rgba(56,228,246,.08), 0 30px 80px rgba(0,0,0,.42); }
.hero-badge::before { content: ""; position: absolute; inset: 10px; clip-path: inherit; border: 1px solid rgba(56,228,246,.22); }
.hero-badge > span { position: relative; color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .5em; }
.hero-badge > strong { position: relative; margin: 11px 0; font-size: 51px; font-style: italic; letter-spacing: -.1em; line-height: .78; }
.hero-badge > small { position: relative; color: #8ea9b1; font-size: 8px; letter-spacing: .28em; }
.floating-stat { position: absolute; z-index: 3; min-width: 150px; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 6px; background: rgba(7, 24, 30, .9); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-stat span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.floating-stat strong { font-size: 18px; color: var(--cyan-soft); }
.stat-power { right: 2%; bottom: 17%; }
.stat-members { left: 2%; top: 19%; min-width: 105px; }
.stat-members strong { font-size: 28px; }

.kpi-band { border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(56,228,246,.035), transparent 40%, rgba(57,140,255,.04)); }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.kpi { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 28px 38px; border-left: 1px solid var(--line); }
.kpi:last-child { border-right: 1px solid var(--line); }
.kpi div { display: flex; align-items: flex-end; gap: 7px; }
.kpi strong { color: white; font-size: 45px; font-style: italic; letter-spacing: -.08em; line-height: .9; }
.kpi span { color: var(--cyan); font-size: 13px; font-weight: 900; }
.kpi p { margin: 12px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.split-intro h2, .section-heading h2 { margin-bottom: 0; font-size: clamp(44px, 5.2vw, 72px); }
.intro-copy { padding-top: 54px; }
.intro-copy p { max-width: 530px; color: #a9bdc2; font-size: 17px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding: 12px 0 8px; border-bottom: 1px solid var(--cyan); color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.car-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.car-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); transition: .25s; }
.car-card:hover { transform: translateY(-5px); border-color: rgba(56,228,246,.4); }
.car-art { position: relative; min-height: 245px; overflow: hidden; background: radial-gradient(circle at 58% 38%, rgba(56,228,246,.18), transparent 32%), linear-gradient(155deg, #0d252d, #071116); }
.car-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 45%, rgba(255,255,255,.05) 45.5%, transparent 46%), repeating-linear-gradient(0deg, transparent 0 35px, rgba(255,255,255,.025) 36px 37px); }
.car-art-blue { background: radial-gradient(circle at 58% 38%, rgba(57,140,255,.28), transparent 34%), linear-gradient(155deg, #112846, #071116); }
.car-art-violet { background: radial-gradient(circle at 58% 38%, rgba(157,123,255,.25), transparent 34%), linear-gradient(155deg, #251b42, #071116); }
.car-art-steel { background: radial-gradient(circle at 58% 38%, rgba(191,215,224,.2), transparent 34%), linear-gradient(155deg, #26343a, #071116); }
.car-art-mint { background: radial-gradient(circle at 58% 38%, rgba(74,240,183,.22), transparent 34%), linear-gradient(155deg, #102d29, #071116); }
.car-art-sunset { background: radial-gradient(circle at 58% 38%, rgba(255,122,80,.22), transparent 34%), linear-gradient(155deg, #372018, #071116); }
.car-index { position: absolute; left: 20px; top: 17px; color: rgba(255,255,255,.34); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.car-silhouette { position: absolute; left: 14%; right: 14%; bottom: 48px; height: 60px; border-radius: 52% 58% 18px 18px; background: linear-gradient(180deg, #d9f9fc 0 16%, #55d8e6 17% 55%, #0d5661 56%); box-shadow: 0 20px 30px rgba(0,0,0,.45), inset 0 -7px 0 rgba(0,0,0,.35); transform: perspective(240px) rotateX(-4deg); }
.car-silhouette::before { content: ""; position: absolute; left: 22%; right: 20%; top: -35px; height: 46px; border-radius: 44px 58px 0 0; background: linear-gradient(140deg, #213c44 0 47%, #5b8c97 48% 53%, #172d34 54%); clip-path: polygon(19% 0, 76% 0, 100% 100%, 0 100%); }
.car-silhouette::after { content: ""; position: absolute; left: 9%; right: 9%; bottom: -11px; height: 22px; background: radial-gradient(circle at 10% 50%, #04090b 0 10px, #69777a 11px 13px, transparent 14px), radial-gradient(circle at 90% 50%, #04090b 0 10px, #69777a 11px 13px, transparent 14px); }
.car-silhouette i { position: absolute; right: 5%; top: 18px; width: 24px; height: 8px; border-radius: 8px; background: #d9ffff; box-shadow: 0 0 16px var(--cyan); }
.car-card-body { padding: 24px; }
.car-card-body > p { margin: 0 0 8px; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.car-card h3 { min-height: 51px; margin-bottom: 22px; font-size: 21px; }
.car-specs { display: flex; gap: 7px; }
.car-specs span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 4px; color: #9fb5ba; font-size: 10px; font-weight: 700; }

.event-feature { min-height: 260px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 55px; margin-bottom: 120px; padding: 42px 50px; overflow: hidden; border: 1px solid rgba(56,228,246,.25); border-radius: var(--radius); background: radial-gradient(circle at 86% 50%, rgba(56,228,246,.1), transparent 35%), var(--ink-2); }
.event-feature-date { min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); }
.event-feature-date > span { color: var(--cyan); font-size: 13px; font-weight: 900; letter-spacing: .2em; }
.event-feature-date strong { font-size: 72px; font-style: italic; line-height: .95; }
.event-feature-date small { color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.event-feature-copy .eyebrow { margin-bottom: 12px; }
.event-feature h2 { margin-bottom: 14px; font-size: clamp(34px, 4vw, 58px); }
.event-feature-copy > p:last-child { margin: 0; color: var(--muted); }

.page-hero { min-height: 430px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding-block: 72px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-bottom: 25px; font-size: clamp(58px, 7vw, 96px); }
.page-hero > div:first-child > p:last-child { max-width: 650px; color: #9db4ba; font-size: 17px; line-height: 1.7; }
.page-number { width: 180px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line-strong); border-radius: 50%; background: radial-gradient(circle, rgba(56,228,246,.08), transparent 67%); }
.page-number span, .page-number small { color: var(--muted); font-size: 8px; letter-spacing: .25em; }
.page-number strong { margin: 5px 0; color: var(--cyan); font-size: 58px; font-style: italic; line-height: 1; }

.member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.member-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); transition: transform .22s, border-color .22s, box-shadow .22s; }
.member-card:hover { transform: translateY(-6px); border-color: rgba(56,228,246,.42); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.member-portrait { position: relative; min-height: 290px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 56%, rgba(56,228,246,.22), transparent 31%), linear-gradient(140deg, #102b34, #071218); }
.member-portrait::before { content: ""; position: absolute; width: 205px; height: 205px; border: 1px solid rgba(56,228,246,.24); border-radius: 50%; box-shadow: 0 0 0 30px rgba(56,228,246,.025), 0 0 0 60px rgba(56,228,246,.02); }
.member-portrait > span { position: relative; z-index: 2; font-size: 78px; font-weight: 900; font-style: italic; letter-spacing: -.1em; }
.member-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.member-portrait small { position: absolute; top: 18px; right: 20px; color: rgba(255,255,255,.35); font-weight: 900; letter-spacing: .15em; }
.portrait-blue { background-color: #112544; }.portrait-violet { background-color: #241c40; }.portrait-steel { background-color: #24343a; }.portrait-mint { background-color: #10302b; }.portrait-sunset { background-color: #392118; }
.member-info { padding: 25px; }
.member-info > p { margin-bottom: 8px; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.member-info h2 { margin-bottom: 22px; font-size: 30px; }
.member-info > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 12px; color: var(--muted); font-size: 10px; }
.member-profile-link { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--cyan); font-size: 11px; }
.member-profile-link i { font-style: normal; transition: transform .2s; }
.member-card:hover .member-profile-link i { transform: translateX(5px); }
.crew-quote { padding-top: 50px; text-align: center; }
.crew-quote p { margin-bottom: 20px; font-size: clamp(35px, 5vw, 66px); font-weight: 800; letter-spacing: -.05em; line-height: 1.04; }
.crew-quote em { color: var(--cyan); font-weight: 300; }
.crew-quote > span { color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.member-profile-hero { min-height: 590px; display: grid; grid-template-columns: 420px 1fr; align-items: center; gap: clamp(60px, 8vw, 130px); padding-block: 70px; }
.member-profile-portrait { position: relative; min-height: 450px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 28px; background: radial-gradient(circle at 50% 54%, rgba(56,228,246,.22), transparent 32%), linear-gradient(145deg, #102c35, #061116); box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.member-profile-portrait::before { content: ""; position: absolute; width: 290px; height: 290px; border: 1px solid rgba(56,228,246,.26); border-radius: 50%; box-shadow: 0 0 0 45px rgba(56,228,246,.025), 0 0 0 90px rgba(56,228,246,.018); }
.member-profile-portrait > span { position: relative; z-index: 2; font-size: 118px; font-weight: 950; font-style: italic; letter-spacing: -.12em; }
.member-profile-portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.member-profile-portrait > small { position: absolute; left: 28px; bottom: 24px; z-index: 3; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 900; letter-spacing: .24em; }
.profile-back { display: inline-flex; margin-bottom: 75px; color: var(--muted); font-size: 12px; font-weight: 700; }
.profile-back:hover { color: var(--cyan); }
.member-profile-intro h1 { margin-bottom: 10px; font-size: clamp(70px, 8vw, 118px); }
.profile-handle { margin-bottom: 35px; color: #6f8b92; font-size: 16px; font-weight: 700; }
.profile-meta { display: flex; gap: 12px; }
.profile-meta > span { min-width: 170px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-size: 11px; }
.profile-meta strong { display: block; margin-top: 5px; color: white; font-size: 14px; }
.member-profile-kpis { border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(56,228,246,.04), transparent 50%, rgba(57,140,255,.04)); }
.profile-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.profile-kpi-grid article { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 30px 34px; border-left: 1px solid var(--line); }
.profile-kpi-grid article:last-child { border-right: 1px solid var(--line); }
.profile-kpi-grid article > span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.profile-kpi-grid article > div { display: flex; align-items: flex-end; gap: 8px; margin: 13px 0 10px; }
.profile-kpi-grid strong { font-size: 52px; font-style: italic; letter-spacing: -.07em; line-height: .85; }
.profile-kpi-grid small { color: var(--cyan); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.profile-kpi-grid p { margin: 0; color: #617d84; font-size: 10px; }
.member-garage-section { padding-bottom: 135px; }
.garage-summary { display: flex; align-items: center; gap: 11px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 8px; }
.garage-summary strong { color: var(--cyan); font-size: 30px; font-style: italic; line-height: 1; }
.garage-summary span { max-width: 75px; color: var(--muted); font-size: 9px; line-height: 1.3; text-transform: uppercase; }
.profile-not-found { min-height: 72vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.profile-not-found h1 { margin-bottom: 25px; font-size: clamp(58px, 7vw, 90px); }
.profile-not-found > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: 16px; }

.filter-bar { padding-top: 35px; }
.filter-bar form { display: flex; align-items: flex-end; gap: 12px; }
.filter-bar label { min-width: 210px; }
.filter-bar label span, .auth-form label > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.filter-bar select, .auth-form input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 5px; outline: none; background: var(--ink-2); color: white; }
.filter-bar select:focus, .auth-form input:focus { border-color: var(--cyan); }
.filter-reset { align-self: center; margin: 19px 0 0 8px; color: var(--muted); font-size: 11px; }
.garage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.garage-card { display: grid; grid-template-columns: 42% 58%; min-height: 330px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); }
.garage-visual { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(56,228,246,.22), transparent 38%), #0b2027; }
.garage-visual::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 34px, rgba(255,255,255,.025) 35px 36px); }
.garage-visual > span { position: relative; z-index: 2; color: var(--cyan-soft); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.garage-visual > small { position: relative; z-index: 2; color: #809aa1; font-weight: 800; }
.garage-visual .car-silhouette { left: 8%; right: 8%; bottom: 105px; transform: scale(.78); }
.garage-body { padding: 35px 30px; }
.garage-body > p { margin-bottom: 10px; color: var(--cyan); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.garage-body h2 { min-height: 76px; margin-bottom: 24px; font-size: 30px; line-height: 1.05; }
.garage-body h2 em { display: block; }
.garage-body dl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; }
.garage-body dl div { padding-top: 11px; border-top: 1px solid var(--line); }
.garage-body dt { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.garage-body dd { margin: 4px 0 0; font-size: 13px; font-weight: 800; }
.compact-kpis { margin-top: 90px; }

.events-section { padding-bottom: 35px; }
.event-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 32px; padding: 28px 20px; border-bottom: 1px solid var(--line); transition: .2s; }
.event-row:hover { background: rgba(255,255,255,.018); }
.event-row time { display: flex; align-items: center; gap: 11px; }
.event-row time strong { color: white; font-size: 47px; font-style: italic; line-height: 1; }
.event-row time > span { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.event-row time small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.event-row-main > p { margin-bottom: 7px; color: var(--cyan); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.event-row-main h3 { margin-bottom: 13px; font-size: 23px; }
.event-row-main > div { display: flex; gap: 22px; color: var(--muted); font-size: 11px; }
.event-status { padding: 7px 10px; border-radius: 999px; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.event-status.upcoming { background: rgba(101,239,172,.1); color: #65efac; border: 1px solid rgba(101,239,172,.2); }
.archive-section { padding-bottom: 120px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.archive-card { min-height: 185px; padding: 23px; border: 1px solid var(--line); border-radius: 13px; background: var(--ink-2); }
.archive-card > div { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 28px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.archive-card > div time { color: var(--cyan); }
.archive-card h3 { min-height: 48px; margin-bottom: 17px; font-size: 18px; }
.archive-card > p { margin: 0; color: var(--muted); font-size: 11px; }
.empty-state { padding: 65px 30px; border: 1px dashed var(--line-strong); border-radius: var(--radius); text-align: center; color: var(--muted); }
.empty-state strong { display: block; color: white; font-size: 22px; }
.empty-state p { margin: 9px 0 0; }
.empty-state.prominent > span { display: block; margin-bottom: 18px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .2em; }

.site-footer { padding: 70px 0 28px; border-top: 1px solid var(--line); background: #040d11; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.footer-lead > p { margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 13px; }
.footer-grid strong { margin-bottom: 5px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid a { color: var(--muted); font-size: 12px; }
.footer-grid a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); color: #5f7980; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.auth-page { min-height: 100vh; background: #071318; }
.auth-layout { min-height: 100vh; display: grid; grid-template-columns: 1.15fr .85fr; }
.auth-brand-panel { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 55px clamp(40px, 6vw, 100px); overflow: hidden; background: radial-gradient(circle at 72% 48%, rgba(56,228,246,.17), transparent 29%), linear-gradient(135deg, #0a232b, #061116 67%); }
.auth-brand-panel::before, .auth-brand-panel::after { content: ""; position: absolute; width: 520px; height: 650px; right: -180px; top: 12%; border: 1px solid rgba(56,228,246,.15); border-radius: 48% 52%; transform: rotate(24deg); }
.auth-brand-panel::after { width: 380px; height: 520px; right: -90px; top: 20%; border-style: dashed; transform: rotate(-8deg); }
.auth-brand-panel > * { position: relative; z-index: 2; }
.auth-brand-panel h1 { margin-bottom: 28px; font-size: clamp(58px, 7vw, 98px); }
.auth-brand-panel div > p:last-child { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.auth-brand-panel > small { color: #5d7880; font-size: 8px; letter-spacing: .22em; }
.auth-card { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(35px, 7vw, 105px); background: #0a1a20; }
.auth-back { position: absolute; top: 42px; color: var(--muted); font-size: 11px; }
.auth-card h2 { margin-bottom: 12px; font-size: 45px; }
.auth-card > div:first-of-type > p:last-child { color: var(--muted); line-height: 1.6; }
.auth-form { margin-top: 34px; }
.auth-form label { display: block; margin-bottom: 20px; }
.auth-form input { height: 54px; background: #0d222a; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 90px; }
.password-toggle { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); border: 0; background: transparent; color: var(--cyan); font-size: 10px; cursor: pointer; }
.form-error { padding: 13px 15px; margin-top: 22px; border: 1px solid rgba(255,109,121,.3); border-radius: 6px; background: rgba(255,109,121,.08); color: #ffafb6; font-size: 12px; }
.auth-register { margin: 26px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.auth-register a { color: var(--cyan); }
.honeypot { position: absolute !important; left: -9999px; }
.registration-success { text-align: center; }
.registration-success > span { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; background: rgba(101,239,172,.1); color: #65efac; font-size: 28px; }
.registration-success p { color: var(--muted); }

.legal-page { min-height: 70vh; padding-block: 100px 130px; }
.legal-page h1 { margin-bottom: 60px; font-size: clamp(60px, 7vw, 90px); }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.legal-grid section, .legal-copy section { padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: var(--ink-2); }
.legal-grid h2, .legal-copy h2 { margin-bottom: 15px; font-size: 18px; letter-spacing: -.02em; }
.legal-grid p, .legal-copy p { margin: 0; color: #a2b7bc; font-size: 14px; line-height: 1.8; }
.legal-grid a, .legal-copy a { color: var(--cyan); }
.legal-copy { display: grid; gap: 14px; }
.legal-note { padding: 22px 26px; border-left: 3px solid var(--cyan); background: rgba(56,228,246,.06); color: #a9c2c7; font-size: 13px; line-height: 1.7; }

.maintenance-page { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle, rgba(56,228,246,.12), transparent 30%), var(--ink); }
.maintenance-page main { text-align: center; }
.maintenance-ring { width: 280px; aspect-ratio: 1; display: grid; place-items: center; margin: 65px auto 35px; border: 1px dashed rgba(56,228,246,.4); border-radius: 50%; box-shadow: inset 0 0 50px rgba(56,228,246,.06); }
.maintenance-ring strong { font-size: 48px; font-style: italic; line-height: .85; }
.maintenance-page p { color: var(--muted); line-height: 1.7; }
.maintenance-page main > a { color: var(--cyan); font-size: 11px; font-weight: 800; }

.reveal { animation: reveal .65s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
    .hero { grid-template-columns: 1fr; padding-top: 50px; }
    .hero-copy { padding: 40px 0 0; }
    .hero-visual { min-height: 440px; }
    .split-intro { gap: 55px; }
    .car-grid, .member-grid, .archive-grid { grid-template-columns: repeat(2, 1fr); }
    .garage-card { grid-template-columns: 1fr; }
    .garage-visual { min-height: 250px; }
    .garage-visual .car-silhouette { bottom: 82px; }
    .event-feature { grid-template-columns: 130px 1fr; }
    .event-feature .button { grid-column: 2; width: max-content; }
    .auth-layout { grid-template-columns: 1fr 1fr; }
    .member-profile-hero { grid-template-columns: 330px 1fr; gap: 50px; }
    .member-profile-portrait { min-height: 390px; }
    .profile-kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .profile-kpi-grid article:nth-child(odd) { border-left: 0; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 30px, 1240px); }
    .section { padding-block: 78px; }
    .header-inner { height: 72px; }
    .nav-toggle { display: block; margin-left: auto; }
    .admin-link { display: none; }
    .main-nav { position: absolute; left: 15px; right: 15px; top: 64px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #0a1a20; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px 14px; }
    .main-nav a::after { display: none; }
    .hero { min-height: auto; gap: 0; }
    .hero-copy { padding-top: 58px; }
    .hero h1 { font-size: 50px; }
    .hero-lead { font-size: 15px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-visual { min-height: 400px; transform: scale(.82); margin: -15px -40px 0; }
    .kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .kpi { min-height: 125px; padding: 24px 20px; }
    .kpi:nth-child(odd) { border-left: 0; }
    .kpi strong { font-size: 37px; }
    .split-intro { grid-template-columns: 1fr; gap: 0; }
    .intro-copy { padding-top: 35px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .split-intro h2, .section-heading h2 { font-size: 45px; }
    .car-grid, .member-grid, .garage-grid, .archive-grid { grid-template-columns: 1fr; }
    .event-feature { grid-template-columns: 1fr; gap: 28px; padding: 30px; margin-bottom: 80px; }
    .event-feature-date { min-height: auto; align-items: flex-start; border-right: 0; }
    .event-feature .button { grid-column: auto; }
    .page-hero { grid-template-columns: 1fr; min-height: 0; padding-block: 65px; }
    .page-number { display: none; }
    .page-hero h1 { font-size: 54px; }
    .filter-bar form { align-items: stretch; flex-direction: column; }
    .filter-bar label { min-width: 0; }
    .filter-reset { margin: 5px 0; text-align: center; }
    .garage-card { grid-template-columns: 1fr; }
    .event-row { grid-template-columns: 90px 1fr; padding-inline: 0; }
    .event-row > .event-status { display: none; }
    .event-row-main > div { flex-direction: column; gap: 5px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .footer-lead { grid-column: 1 / -1; }
    .auth-layout { display: block; }
    .auth-brand-panel { min-height: 260px; padding: 35px 25px; }
    .auth-brand-panel h1 { font-size: 48px; }
    .auth-brand-panel div > p:last-child, .auth-brand-panel > small { display: none; }
    .auth-card { min-height: calc(100vh - 260px); padding: 70px 25px 45px; }
    .auth-back { top: 290px; }
    .legal-grid { grid-template-columns: 1fr; }
    .member-profile-hero { grid-template-columns: 1fr; gap: 40px; padding-block: 45px 65px; }
    .member-profile-portrait { min-height: 390px; }
    .profile-back { margin-bottom: 38px; }
    .member-profile-intro h1 { font-size: 64px; }
    .profile-meta { flex-direction: column; }
    .profile-meta > span { min-width: 0; }
    .profile-kpi-grid article { min-height: 150px; padding: 23px 18px; }
    .profile-kpi-grid strong { font-size: 39px; }
    .garage-summary { display: none; }
}
