:root {
    --navy-950: #050b13;
    --navy-900: #07111f;
    --navy-850: #0b1828;
    --navy-800: #102238;
    --orange: #e95a20;
    --orange-hot: #ff6a2b;
    --cream: #f5ede2;
    --paper: #faf7f2;
    --ink: #101822;
    --muted: #66717e;
    --line: rgba(255, 255, 255, 0.12);
    --dark-line: rgba(7, 17, 31, 0.12);
    --shell: min(1180px, calc(100% - 40px));
    --radius: 6px;
    --shadow: 0 24px 70px rgba(2, 7, 13, 0.24);
}

/* Version 0.7: Division, Dokumente, Fanclubs und Consent */
.division-strip { padding: 82px 0; color: var(--cream); background: #0a1829; }
.division-layout { display: grid; grid-template-columns: 310px minmax(0,1fr); align-items: center; gap: 70px; }
.division-intro h2 { margin: 12px 0 18px; color: #fff; font-size: clamp(42px,5vw,72px); line-height: .94; }
.division-intro > p:last-of-type { max-width: 270px; color: rgba(245,237,226,.55); font-size: 12px; line-height: 1.7; }
.division-intro a { display: inline-flex; gap: 12px; margin-top: 20px; color: var(--orange-hot); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.division-table-card { border: 1px solid rgba(255,255,255,.1); background: #0d1e33; box-shadow: 22px 22px 0 rgba(233,90,32,.08); }
.division-table-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 27px; border-bottom: 1px solid rgba(255,255,255,.1); }
.division-table-head > strong { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.division-row { display: grid; grid-template-columns: 34px minmax(210px,1fr) repeat(6,45px); align-items: center; min-height: 68px; padding: 0 27px; border-bottom: 1px solid rgba(255,255,255,.07); }
.division-row > b,.division-row > span { color: rgba(245,237,226,.62); font-size: 11px; text-align: center; }
.division-row > strong { display: flex; align-items: center; gap: 13px; color: #fff; font-size: 12px; }
.division-row > strong i { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 9px; font-style: normal; }
.division-columns { min-height: 36px; color: rgba(255,255,255,.35); background: rgba(255,255,255,.025); }
.division-columns > span { font-size: 8px; font-weight: 900; text-transform: uppercase; }
.division-columns > span:nth-child(2) { text-align: left; }
.division-row.is-bears { background: linear-gradient(90deg,rgba(233,90,32,.16),transparent); }
.division-row.is-bears > b,.division-row.is-bears > strong i { color: var(--orange-hot); }
.division-table-card > small { display: block; padding: 14px 27px; color: rgba(245,237,226,.38); font-size: 8px; line-height: 1.55; }

.document-downloads { padding: 60px 0; color: var(--cream); background: var(--navy-900); }
.document-downloads-inner { display: grid; grid-template-columns: 1fr 1.25fr; align-items: center; gap: 70px; }
.document-downloads h2 { margin: 8px 0; color: #fff; font-size: 42px; }
.document-downloads p { color: rgba(245,237,226,.55); }
.document-downloads-inner > div:last-child { display: grid; gap: 12px; }
.document-downloads a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.12); color: #fff; }
.document-downloads a:hover { border-color: var(--orange); background: rgba(233,90,32,.08); }
.document-downloads a > span { display: grid; height: 36px; place-items: center; color: var(--orange-hot); background: rgba(233,90,32,.12); font-size: 8px; font-weight: 900; }
.document-downloads a > i { color: var(--orange-hot); font-style: normal; }
.document-admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.document-card { display: grid; gap: 25px; padding: 32px; border: 1px solid rgba(7,17,31,.1); background: #fff; }
.document-card > div > span { color: var(--orange); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.document-card h2 { margin: 8px 0; font-size: 30px; }
.document-card p { color: var(--muted); font-size: 10px; }
.document-card a { color: var(--orange); font-size: 9px; font-weight: 800; }
.document-card label { display: grid; gap: 8px; }
.document-card label > span { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.document-card input { padding: 12px; border: 1px dashed rgba(7,17,31,.2); }
.admin-legal-hint { margin-top: 20px; padding: 20px 24px; border-left: 4px solid #d89a19; background: #fff8e8; }
.admin-legal-hint p { margin: 5px 0 0; color: #6e5b31; font-size: 10px; }

.fanclubs-hero { background: radial-gradient(circle at 85% 35%,rgba(233,90,32,.2),transparent 28%),linear-gradient(145deg,var(--navy-900),#102238); }
.fanclub-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 45px; }
.fanclub-card { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border: 1px solid var(--dark-line); background: #fff; }
.fanclub-monogram { display: grid; width: 56px; height: 56px; margin-bottom: 30px; place-items: center; color: var(--orange); background: var(--navy-900); font-family: Impact,sans-serif; font-size: 20px; }
.fanclub-card > span { color: var(--orange); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fanclub-card h2 { margin: 8px 0 3px; font-size: 27px; }
.fanclub-card small { color: var(--muted); font-size: 9px; }
.fanclub-card p { color: var(--muted); font-size: 11px; line-height: 1.65; }
.fanclub-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--dark-line); color: var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fanclub-admin-list { margin-top: 24px; border: 1px solid rgba(7,17,31,.1); background: #fff; }
.fanclub-admin-list > form { display: grid; grid-template-columns: 1.1fr 1fr .75fr 1.2fr; gap: 10px; padding: 18px; border-top: 1px solid rgba(7,17,31,.08); }
.fanclub-admin-list input,.fanclub-admin-list textarea { min-width: 0; padding: 10px; border: 1px solid rgba(7,17,31,.14); }
.fanclub-admin-list textarea { grid-column: 1/4; }
.fanclub-admin-list .fanclub-order { max-width: 90px; }
.fanclub-admin-list form > div { display: flex; justify-content: flex-end; gap: 10px; }
.button-link-danger { border: 0; color: #9b2d2d; background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; }

.consent-banner { position: fixed; z-index: 1200; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: minmax(280px,1fr) minmax(300px,.8fr) auto; align-items: center; gap: 28px; max-width: 1180px; margin: 0 auto; padding: 27px 30px; border: 1px solid rgba(255,255,255,.13); color: var(--cream); background: rgba(7,17,31,.98); box-shadow: 0 25px 80px rgba(0,0,0,.38); }
.consent-banner[hidden],.consent-preferences[hidden] { display: none; }
.consent-copy > span { color: var(--orange-hot); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.consent-copy h2 { margin: 5px 0; color: #fff; font-size: 24px; }
.consent-copy p { margin: 0; color: rgba(245,237,226,.58); font-size: 10px; line-height: 1.55; }
.consent-copy a { display: inline-block; margin-top: 7px; color: var(--orange-hot); font-size: 8px; font-weight: 800; }
.consent-preferences { display: grid; gap: 8px; }
.consent-preferences label { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; }
.consent-preferences input { margin-top: 3px; accent-color: var(--orange); }
.consent-preferences span { display: grid; gap: 1px; }
.consent-preferences strong { font-size: 9px; }
.consent-preferences small { color: rgba(245,237,226,.45); font-size: 8px; }
.consent-actions { display: grid; min-width: 170px; gap: 8px; }
.consent-actions .button { justify-content: center; min-height: 40px; padding: 10px 13px; font-size: 8px; }
.consent-actions .button-link { border: 0; color: rgba(255,255,255,.65); background: transparent; cursor: pointer; font-size: 8px; text-decoration: underline; }

@media (max-width: 980px) {
    .division-layout { grid-template-columns: 1fr; gap: 38px; }
    .division-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 10px 30px; }
    .division-intro .eyebrow,.division-intro h2 { grid-column: 1; }
    .division-intro > p:last-of-type,.division-intro a { grid-column: 2; }
    .document-downloads-inner { grid-template-columns: 1fr; gap: 28px; }
    .fanclub-grid { grid-template-columns: 1fr 1fr; }
    .consent-banner { grid-template-columns: 1fr auto; }
    .consent-preferences { grid-column: 1; }
    .fanclub-admin-list > form { grid-template-columns: 1fr 1fr; }
    .fanclub-admin-list textarea { grid-column: 1/-1; }
}
@media (max-width: 700px) {
    .division-strip { padding: 60px 0; }
    .division-intro { display: block; }
    .division-table-card { margin: 0 -10px; overflow: hidden; }
    .division-row { grid-template-columns: 25px minmax(160px,1fr) repeat(3,32px); padding: 0 13px; }
    .division-row > span:nth-last-child(-n+3) { display: none; }
    .division-row > strong { font-size: 10px; }
    .division-table-card > small { padding: 13px 17px; }
    .document-admin-grid,.fanclub-grid { grid-template-columns: 1fr; }
    .fanclub-card { min-height: 290px; }
    .fanclub-admin-list > form { grid-template-columns: 1fr; }
    .fanclub-admin-list textarea { grid-column: auto; }
    .consent-banner { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr; gap: 17px; max-height: calc(100vh - 20px); overflow: auto; padding: 23px 20px; }
    .consent-preferences { grid-column: auto; }
    .consent-actions { grid-template-columns: 1fr 1fr; }
    .consent-actions .button-link { grid-column: 1/-1; }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--cream);
    background: var(--navy-900);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    color: inherit;
}

img,
svg {
    display: block;
    max-width: 100%;
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: var(--navy-900);
    background: var(--cream);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--orange-hot);
    outline-offset: 4px;
}

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 17, 31, 0.86);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.brand-mark {
    width: 42px;
    color: var(--orange);
}

.brand-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.22));
}

.auth-brand-panel .brand-logo {
    width: 72px;
    height: 72px;
}

.brand-copy {
    display: grid;
    line-height: 1.05;
}

.brand-copy strong {
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.brand-copy small {
    margin-top: 5px;
    color: rgba(245, 237, 226, 0.56);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.desktop-nav a {
    position: relative;
    color: rgba(245, 237, 226, 0.74);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: color 180ms ease;
}

.desktop-nav a::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: var(--orange);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
    color: var(--cream);
}

.desktop-nav a:hover::after {
    transform: scaleX(1);
}

.desktop-nav a.active { color: var(--cream); }
.desktop-nav a.active::after { transform: scaleX(1); }

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.install-button {
    padding: 0;
    border: 0;
    color: rgba(245, 237, 226, 0.74);
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 24px;
    border: 1px solid var(--orange);
    border-radius: 2px;
    color: #fff;
    background: var(--orange);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
    border-color: var(--orange-hot);
    background: var(--orange-hot);
    transform: translateY(-2px);
}

.button-small {
    min-height: 40px;
    padding-inline: 18px;
    font-size: 11px;
}

.button-dark {
    border-color: var(--navy-900);
    color: var(--cream);
    background: var(--navy-900);
}

.button-dark:hover {
    border-color: var(--navy-800);
    background: var(--navy-800);
}

.button-light {
    border-color: var(--cream);
    color: var(--navy-900);
    background: var(--cream);
}

.button-light:hover {
    border-color: #fff;
    color: var(--navy-900);
    background: #fff;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 1px;
    margin: 5px auto;
    background: currentColor;
    transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-last-child(2) {
    transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
}

.mobile-nav {
    position: fixed;
    inset: 78px 0 0;
    padding: 32px 20px;
    background: var(--navy-900);
}

.mobile-nav a {
    display: block;
    padding: 18px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 22px;
    font-weight: 800;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--orange-hot);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.eyebrow span {
    display: inline-block;
    width: 28px;
    height: 2px;
    margin: 0 9px 3px 0;
    background: currentColor;
}

.eyebrow-dark {
    color: var(--orange);
}

.hero {
    position: relative;
    min-height: 850px;
    overflow: hidden;
    padding: 178px 0 0;
    background:
        radial-gradient(circle at 74% 32%, rgba(233, 90, 32, 0.13), transparent 24%),
        radial-gradient(circle at 12% 0%, rgba(55, 101, 151, 0.16), transparent 26%),
        linear-gradient(145deg, var(--navy-900) 0%, #09192b 52%, #050b13 100%);
}

.hero::before {
    position: absolute;
    top: 79px;
    left: calc(50% + 146px);
    width: 460px;
    height: 690px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    content: "";
    transform: skewX(-10deg);
}

.field-lines {
    position: absolute;
    inset: 0;
    opacity: 0.17;
    pointer-events: none;
    background-image:
        linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.18) 50%, transparent 50.2%),
        repeating-linear-gradient(0deg, transparent 0 89px, rgba(255, 255, 255, 0.1) 90px);
    mask-image: linear-gradient(90deg, transparent 0%, #000 36%, #000 100%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.74fr);
    align-items: center;
    gap: 78px;
}

.hero-copy h1,
.page-hero h1 {
    max-width: 770px;
    margin: 0;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(70px, 8vw, 124px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.84;
    text-transform: uppercase;
}

.hero-copy h1 em {
    color: transparent;
    -webkit-text-stroke: 2px rgba(245, 237, 226, 0.74);
    font-style: normal;
}

.hero-lead {
    max-width: 620px;
    margin: 34px 0 0;
    color: rgba(245, 237, 226, 0.69);
    font-size: 18px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 36px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--navy-900);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero .text-link,
.text-link-light {
    color: var(--cream);
}

.text-link span {
    color: var(--orange-hot);
    font-size: 18px;
    transition: transform 180ms ease;
}

.text-link:hover span {
    transform: translateX(4px);
}

.game-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 4px solid var(--orange);
    background: rgba(12, 29, 47, 0.9);
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
}

.game-card::after {
    position: absolute;
    inset: 8px -8px -8px 8px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.07);
    content: "";
}

.game-card-top,
.game-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
}

.game-card-top {
    border-bottom: 1px solid var(--line);
}

.game-card-top .eyebrow {
    margin-bottom: 5px;
}

.game-card h2 {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(245, 237, 226, 0.62);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.status-pill i,
.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #55d68b;
    box-shadow: 0 0 0 4px rgba(85, 214, 139, 0.1);
}

.matchup {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    padding: 34px 22px 30px;
}

.team {
    display: grid;
    justify-items: center;
    gap: 15px;
    min-width: 0;
    text-align: center;
}

.team strong {
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
}

.team-monogram {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 2px solid var(--orange);
    border-radius: 50%;
    color: var(--orange-hot);
    background: var(--navy-900);
    font-family: Georgia, serif;
    font-size: 39px;
    font-weight: 900;
    font-style: italic;
}

.team-monogram-muted {
    border-color: rgba(245, 237, 226, 0.22);
    color: rgba(245, 237, 226, 0.38);
}

.matchup-center {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.matchup-center > span {
    color: rgba(245, 237, 226, 0.32);
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
}

.matchup-center time {
    max-width: 92px;
    color: var(--cream);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.game-card-bottom {
    border-top: 1px solid var(--line);
    color: rgba(245, 237, 226, 0.48);
    font-size: 10px;
    font-weight: 700;
}

.game-card-bottom a {
    color: var(--cream);
    text-transform: uppercase;
}

.game-card-bottom a span {
    margin-left: 6px;
    color: var(--orange-hot);
}

.hero-meta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 86px;
    border-top: 1px solid var(--line);
}

.hero-meta div {
    display: grid;
    gap: 2px;
    padding: 28px 24px;
    border-right: 1px solid var(--line);
}

.hero-meta div:first-child {
    padding-left: 0;
}

.hero-meta div:last-child {
    border-right: 0;
}

.hero-meta strong {
    font-size: 19px;
    letter-spacing: -0.02em;
}

.hero-meta span {
    color: rgba(245, 237, 226, 0.42);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section {
    padding: 120px 0;
}

.section-light {
    color: var(--ink);
    background: var(--paper);
}

.section-heading {
    margin-bottom: 58px;
}

.two-column-heading,
.news-heading {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    align-items: end;
    gap: 80px;
}

.section-heading h2,
.app-promo h2,
.membership-cta h2,
.site-footer h2,
.narrow-content h2 {
    margin: 0;
    font-size: clamp(42px, 5.2vw, 74px);
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.two-column-heading > p {
    max-width: 440px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--dark-line);
    border-bottom: 1px solid var(--dark-line);
}

.benefit-card {
    position: relative;
    min-height: 340px;
    padding: 34px 34px 38px;
    border-right: 1px solid var(--dark-line);
    transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.benefit-card:last-child {
    border-right: 0;
}

.benefit-card:hover {
    z-index: 1;
    color: var(--cream);
    background: var(--navy-900);
    transform: translateY(-8px);
}

.benefit-number {
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.benefit-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-top: 42px;
    place-items: center;
    border: 1px solid var(--dark-line);
    border-radius: 50%;
    color: var(--orange);
    font-size: 20px;
}

.benefit-card:hover .benefit-icon {
    border-color: var(--line);
}

.benefit-card h3 {
    margin: 28px 0 10px;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.benefit-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.benefit-card:hover p {
    color: rgba(245, 237, 226, 0.62);
}

.news-section {
    background: var(--navy-850);
}

.news-heading .text-link {
    justify-self: end;
    margin-bottom: 8px;
}

.news-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 18px;
}

.news-card {
    overflow: hidden;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.025);
}

.news-visual {
    position: relative;
    display: flex;
    min-height: 190px;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    padding: 20px;
    background:
        radial-gradient(circle at 15% 20%, rgba(233, 90, 32, 0.4), transparent 28%),
        linear-gradient(135deg, #132942, #07111f);
}

.news-card-featured .news-visual {
    min-height: 250px;
}

.news-visual > span {
    position: relative;
    z-index: 2;
    color: rgba(245, 237, 226, 0.78);
    font-family: Impact, sans-serif;
    font-size: 72px;
    line-height: 1;
}

.play-lines {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image:
        linear-gradient(118deg, transparent 38%, rgba(255, 255, 255, 0.11) 38.5%, transparent 39%),
        radial-gradient(circle at 72% 24%, transparent 0 44px, rgba(255, 255, 255, 0.13) 45px 46px, transparent 47px);
}

.news-card-body {
    padding: 26px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(245, 237, 226, 0.43);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.article-meta span {
    color: var(--orange-hot);
}

.article-meta span::after {
    margin-left: 12px;
    color: rgba(245, 237, 226, 0.22);
    content: "/";
}

.news-card h3 {
    margin: 14px 0 12px;
    font-size: 21px;
    letter-spacing: -0.03em;
    line-height: 1.22;
}

.news-card-featured h3 {
    font-size: 29px;
}

.news-card h3 a:hover {
    color: var(--orange-hot);
}

.news-card p {
    margin: 0;
    color: rgba(245, 237, 226, 0.53);
    font-size: 13px;
}

.app-promo {
    overflow: hidden;
    padding: 110px 0;
    color: var(--ink);
    background: var(--cream);
}

.app-promo-grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    align-items: center;
    gap: 110px;
}

.app-promo h2 {
    max-width: 700px;
}

.app-promo p:not(.eyebrow) {
    max-width: 640px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: 17px;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 26px 0 34px;
    color: var(--navy-800);
    font-size: 12px;
    font-weight: 800;
}

.phone-mockup {
    position: relative;
    width: 280px;
    height: 560px;
    margin-inline: auto;
    padding: 10px;
    border: 8px solid var(--navy-900);
    border-radius: 42px;
    background: var(--navy-900);
    box-shadow: 25px 34px 0 rgba(233, 90, 32, 0.14), var(--shadow);
    transform: rotate(-4deg);
}

.phone-top {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 50%;
    width: 84px;
    height: 22px;
    border-radius: 20px;
    background: var(--navy-900);
    transform: translateX(-50%);
}

.phone-screen {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 48px 20px 22px;
    border-radius: 28px;
    color: var(--cream);
    background:
        radial-gradient(circle at 80% 10%, rgba(233, 90, 32, 0.28), transparent 28%),
        var(--navy-850);
}

.phone-screen::after {
    position: absolute;
    right: -70px;
    bottom: 46px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.mini-logo {
    color: var(--orange-hot);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.phone-screen > p {
    margin: 116px 0 0 !important;
    color: var(--cream) !important;
    font-size: 34px !important;
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.notification-preview {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 38px;
    left: 14px;
    display: grid;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.notification-preview small {
    color: var(--orange-hot);
    font-size: 9px;
    text-transform: uppercase;
}

.notification-preview strong {
    margin-top: 4px;
    font-size: 11px;
}

.membership-cta {
    padding: 68px 0;
    background: var(--orange);
}

.membership-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.membership-cta .eyebrow {
    color: var(--navy-900);
}

.membership-cta h2 {
    font-size: clamp(38px, 4.5vw, 62px);
}

.site-footer {
    padding: 80px 0 26px;
    background: var(--navy-950);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 0.45fr 0.55fr;
    gap: 70px;
    padding-bottom: 70px;
}

.site-footer h2 {
    max-width: 600px;
    font-size: clamp(34px, 4vw, 56px);
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 13px;
    padding-top: 34px;
}

.footer-links a,
.footer-links button {
    width: fit-content;
    padding: 0;
    border: 0;
    color: rgba(245, 237, 226, 0.56);
    background: transparent;
    cursor: pointer;
    font-size: 13px;
}

.footer-links a:hover,
.footer-links button:hover {
    color: var(--cream);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: rgba(245, 237, 226, 0.32);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 190px 0 110px;
    background: linear-gradient(145deg, var(--navy-900), #0a2037);
}

.page-hero-inner {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    max-width: 930px;
    font-size: clamp(62px, 8vw, 110px);
}

.page-hero p:not(.eyebrow) {
    max-width: 640px;
    margin: 28px 0;
    color: rgba(245, 237, 226, 0.65);
    font-size: 18px;
}

.narrow-content {
    max-width: 760px;
    margin-inline: auto;
}

.narrow-content h2 {
    font-size: clamp(38px, 5vw, 62px);
}

.narrow-content > p:last-child {
    color: var(--muted);
    font-size: 17px;
}

.admin-page {
    min-height: 100vh;
    color: var(--ink);
    background: #eef0f2;
}

.admin-shell {
    display: grid;
    min-height: 100vh;
    grid-template-columns: 250px 1fr;
}

.admin-sidebar {
    position: sticky;
    top: 0;
    display: flex;
    height: 100vh;
    flex-direction: column;
    padding: 28px 24px;
    color: var(--cream);
    background: var(--navy-900);
}

.admin-sidebar nav {
    display: grid;
    gap: 5px;
    margin-top: 52px;
}

.admin-sidebar nav a,
.admin-sidebar nav span {
    padding: 10px 12px;
    border-radius: 4px;
    color: rgba(245, 237, 226, 0.52);
    font-size: 13px;
    font-weight: 700;
}

.admin-sidebar nav .active {
    color: var(--cream);
    background: rgba(255, 255, 255, 0.08);
}

.admin-back {
    margin-top: auto;
    color: rgba(245, 237, 226, 0.5);
    font-size: 12px;
}

.admin-content {
    padding: 0 48px 60px;
}

.admin-topline {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(7, 17, 31, 0.1);
    color: var(--muted);
    font-size: 11px;
}

.admin-topline div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-heading {
    padding: 66px 0 38px;
}

.admin-heading h1 {
    margin: 0;
    font-size: clamp(42px, 5vw, 66px);
    letter-spacing: -0.055em;
    line-height: 1;
}

.admin-heading > p:last-child {
    color: var(--muted);
}

.admin-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.admin-cards article {
    padding: 26px;
    border: 1px solid rgba(7, 17, 31, 0.09);
    border-radius: var(--radius);
    background: #fff;
}

.admin-cards article > span {
    color: var(--orange);
    font-size: 10px;
    font-weight: 900;
}

.admin-cards h2 {
    margin: 40px 0 8px;
    font-size: 21px;
}

.admin-cards p {
    min-height: 68px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.admin-cards small {
    display: inline-block;
    margin-top: 20px;
    padding: 4px 8px;
    border-radius: 20px;
    color: #1e7750;
    background: #e9f7ef;
    font-weight: 800;
}

.admin-notice {
    margin-top: 20px;
    padding: 24px;
    border-left: 3px solid var(--orange);
    background: #fff;
}

.admin-notice p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.stage-bar {
    position: fixed;
    z-index: 120;
    inset: 0 0 auto;
    height: 34px;
    color: var(--navy-900);
    background: var(--orange-hot);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stage-bar .shell,
.stage-bar .shell > div,
.stage-bar form {
    display: flex;
    height: 100%;
    align-items: center;
}

.stage-bar .shell {
    justify-content: space-between;
}

.stage-bar .shell > span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stage-bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--navy-900);
}

.stage-bar .shell > div {
    gap: 18px;
}

.stage-bar a,
.stage-bar button {
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    color: inherit;
    background: transparent;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
}

.stage-mode .site-header {
    top: 34px;
}

.stage-mode .mobile-nav {
    top: 112px;
}

.auth-page {
    min-height: 100vh;
    background: var(--paper);
}

.auth-shell {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(380px, 0.9fr) minmax(520px, 1.1fr);
}

.auth-brand-panel {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    padding: 54px clamp(34px, 6vw, 92px);
    color: var(--cream);
    background:
        radial-gradient(circle at 84% 25%, rgba(233, 90, 32, 0.22), transparent 25%),
        linear-gradient(145deg, var(--navy-900), #0b2036);
}

.auth-brand-panel h1 {
    max-width: 640px;
    margin: 0;
    font-size: clamp(54px, 7vw, 94px);
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.auth-brand-panel div > p:last-child {
    max-width: 540px;
    margin: 28px 0 0;
    color: rgba(245, 237, 226, 0.62);
    font-size: 17px;
}

.auth-brand-panel > small {
    color: rgba(245, 237, 226, 0.38);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.auth-form-panel {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 40px;
    color: var(--ink);
}

.auth-form {
    display: grid;
    width: min(100%, 430px);
    gap: 22px;
}

.auth-form h2 {
    margin: -12px 0 12px;
    font-size: 48px;
    letter-spacing: -0.05em;
}

.auth-form label,
.legal-editor label {
    display: grid;
    gap: 7px;
}

.auth-form label > span,
.legal-editor label > span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-form input,
.legal-editor input,
.legal-editor textarea {
    width: 100%;
    border: 1px solid rgba(7, 17, 31, 0.16);
    border-radius: 3px;
    color: var(--ink);
    background: #fff;
}

.auth-form input,
.legal-editor input {
    min-height: 52px;
    padding: 0 14px;
}

.legal-editor textarea {
    padding: 14px;
    resize: vertical;
    line-height: 1.55;
}

.auth-form input:focus,
.legal-editor input:focus,
.legal-editor textarea:focus {
    border-color: var(--orange);
    outline: 3px solid rgba(233, 90, 32, 0.12);
}

.form-error,
.form-success {
    padding: 13px 15px;
    border-left: 3px solid #c43939;
    color: #7d2020;
    background: #fff0f0;
    font-size: 13px;
}

.install-page {
    min-height: 100vh;
    padding: 56px 22px;
    color: var(--ink);
    background: linear-gradient(145deg, var(--navy-900) 0 310px, var(--paper) 310px);
}

.install-shell {
    width: min(100%, 940px);
    margin: 0 auto;
}

.install-header {
    display: flex;
    min-height: 210px;
    align-items: center;
    gap: 34px;
    color: var(--cream);
}

.install-header img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.install-header span,
.install-form label > span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.install-header h1 {
    margin: 7px 0 10px;
    font-size: clamp(42px, 7vw, 72px);
    letter-spacing: -.06em;
    line-height: .95;
}

.install-header p { margin: 0; color: rgba(245, 237, 226, .62); }

.install-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px;
    border-radius: var(--radius);
    background: #fff;
}

.install-checks span { padding: 7px 10px; border-radius: 20px; font-size: 11px; font-weight: 800; }
.install-checks .ok { color: #17613e; background: #eaf8f1; }
.install-checks .bad { color: #7d2020; background: #fff0f0; }

.install-form { display: grid; gap: 18px; margin-top: 18px; }
.install-form fieldset { display: grid; gap: 17px; margin: 0; padding: 26px; border: 0; border-radius: var(--radius); background: #fff; }
.install-form legend { padding: 0 0 10px; font-size: 21px; font-weight: 900; }
.install-form legend small { color: var(--muted); font-size: 11px; }
.install-form label { display: grid; gap: 7px; }
.install-form input:not([type="checkbox"]) { min-height: 50px; width: 100%; padding: 0 13px; border: 1px solid rgba(7,17,31,.16); border-radius: 3px; }
.install-form input:focus { border-color: var(--orange); outline: 3px solid rgba(233,90,32,.12); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.install-checkbox { display: grid !important; grid-template-columns: auto 1fr; align-items: center; }
.install-checkbox input { width: 18px; height: 18px; accent-color: var(--orange); }
.install-note { margin: 0; text-align: center; color: var(--muted); font-size: 11px; }

@media (max-width: 640px) {
    .install-page { padding: 24px 14px; background: linear-gradient(145deg, var(--navy-900) 0 330px, var(--paper) 330px); }
    .install-header { align-items: flex-start; flex-direction: column; gap: 10px; padding-bottom: 32px; }
    .install-header img { width: 96px; height: 96px; }
    .form-grid { grid-template-columns: 1fr; }
}

.form-success {
    margin-bottom: 18px;
    border-left-color: #27885a;
    color: #17613e;
    background: #eaf8f1;
}

.auth-switch {
    justify-self: center;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.admin-sidebar-bottom {
    display: grid;
    gap: 14px;
    margin-top: auto;
}

.admin-sidebar-bottom .admin-back {
    margin-top: 0;
}

.admin-sidebar-bottom button {
    padding: 0;
    border: 0;
    color: rgba(245, 237, 226, 0.5);
    background: transparent;
    cursor: pointer;
    font-size: 12px;
}

.admin-cards article > a {
    display: inline-block;
    margin-top: 20px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 900;
}

.admin-heading-compact {
    padding-bottom: 28px;
}

.admin-heading-compact h1 {
    font-size: clamp(38px, 4vw, 58px);
}

.legal-editor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.legal-editor {
    display: grid;
    gap: 18px;
    padding: 26px;
    border: 1px solid rgba(7, 17, 31, 0.09);
    border-radius: var(--radius);
    background: #fff;
}

.system-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.system-grid article,
.update-form {
    padding: 26px;
    border: 1px solid rgba(7, 17, 31, .09);
    border-radius: var(--radius);
    background: #fff;
}

.system-grid article { display: grid; gap: 10px; }
.system-grid span,
.update-form label > span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.system-grid strong { font-size: 28px; }
.system-grid small { color: var(--muted); line-height: 1.45; }

.update-form {
    display: grid;
    grid-template-columns: 1fr minmax(240px, .7fr) auto;
    align-items: end;
    gap: 26px;
    margin-top: 20px;
}

.update-form h2 { margin: 0 0 8px; font-size: 23px; }
.update-form p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.update-form label { display: grid; gap: 9px; }
.update-form input[type="file"] { padding: 13px; border: 1px dashed rgba(7,17,31,.2); border-radius: 3px; background: var(--paper); }
.update-form button:disabled { cursor: not-allowed; opacity: .45; }

@media (max-width: 980px) {
    .system-grid,
    .update-form { grid-template-columns: 1fr; }
}

/* Phase 2: Inhaltsseiten, News, Events und Redaktion */
.content-hero::after,
.listing-hero::after,
.article-hero::after {
    position: absolute;
    top: 90px;
    right: max(-90px, calc((100vw - 1180px) / 2));
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    content: "";
}

.content-hero-verein { background: radial-gradient(circle at 82% 45%, rgba(233,90,32,.18), transparent 24%), linear-gradient(145deg,#07111f,#0a2037); }
.content-hero-mitgliedschaft { background: radial-gradient(circle at 80% 20%, rgba(26,91,154,.25), transparent 30%), linear-gradient(145deg,#07111f,#111f31); }
.content-hero-bears { background: radial-gradient(circle at 78% 40%, rgba(233,90,32,.24), transparent 28%), linear-gradient(145deg,#050b13,#102238); }

.editorial-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.55fr); align-items: center; gap: clamp(60px,10vw,150px); }
.editorial-copy { max-width: 730px; }
.editorial-copy > p:not(.eyebrow) { margin: 0 0 1.45em; color: #394553; font-size: 18px; line-height: 1.85; }
.editorial-copy blockquote { margin: 42px 0; padding: 8px 0 8px 28px; border-left: 4px solid var(--orange); color: var(--navy-900); font-size: clamp(25px,3vw,38px); font-weight: 900; letter-spacing: -.035em; line-height: 1.15; }
.editorial-copy .button { margin-top: 20px; }
.editorial-badge { position: relative; display: grid; justify-items: center; padding: 42px 24px 30px; color: var(--cream); background: var(--navy-900); box-shadow: 22px 22px 0 rgba(233,90,32,.13); text-align: center; }
.editorial-badge::before { position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.1); content: ""; }
.editorial-badge img { position: relative; width: min(100%,250px); }
.editorial-badge span,.editorial-badge strong { position: relative; text-transform: uppercase; }
.editorial-badge span { margin-top: 18px; color: rgba(245,237,226,.48); font-size: 9px; letter-spacing: .16em; }
.editorial-badge strong { margin-top: 4px; font-size: 20px; }

.content-highlights { color: var(--cream); background: var(--navy-850); }
.highlight-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.highlight-grid article { min-height: 270px; padding: 50px 38px; border-right: 1px solid var(--line); }
.highlight-grid article:last-child { border-right: 0; }
.highlight-grid span { color: var(--orange-hot); font-family: Impact, sans-serif; font-size: 42px; letter-spacing: .02em; }
.highlight-grid h2 { margin: 30px 0 9px; font-size: 24px; }
.highlight-grid p { margin: 0; color: rgba(245,237,226,.5); font-size: 13px; }

.game-center-preview { background: var(--navy-950); }
.game-center-grid { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 90px; }
.game-center-grid h2 { max-width: 700px; margin: 0; font-size: clamp(46px,6vw,76px); letter-spacing: -.055em; line-height: .98; }
.game-center-grid > div > p:not(.eyebrow) { max-width: 680px; color: rgba(245,237,226,.55); }
.sync-card { display: grid; gap: 14px; padding: 36px; border: 1px solid var(--line); border-top: 4px solid var(--orange); background: var(--navy-850); }
.sync-card .status-pill { justify-self: start; }
.sync-card strong { margin-top: 24px; font-size: 30px; }
.sync-card p,.sync-card small { margin: 0; color: rgba(245,237,226,.48); }

.game-center-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.game-center-heading h2 { max-width: 700px; margin: 0; font-size: clamp(46px,6vw,76px); letter-spacing: -.055em; line-height: .98; }
.game-center-heading > div:first-child > p:not(.eyebrow) { max-width: 680px; color: rgba(245,237,226,.55); }
.game-source { display: grid; flex: 0 0 auto; justify-items: end; gap: 13px; text-align: right; }
.game-source small { color: rgba(245,237,226,.43); font-size: 9px; line-height: 1.6; }
.game-source a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.game-center-empty { padding: 45px; border: 1px solid var(--line); border-left: 4px solid var(--orange); background: var(--navy-850); }
.game-center-empty strong { font-size: 25px; }
.game-center-empty p { margin: 7px 0 0; color: rgba(245,237,226,.5); }
.schedule-list { display: grid; gap: 8px; }
.schedule-game { display: grid; grid-template-columns: 100px 1.05fr 1.25fr 90px; align-items: center; min-height: 112px; border: 1px solid var(--line); background: var(--navy-850); }
.schedule-game > div { display: grid; align-content: center; min-height: 72px; padding: 0 25px; border-right: 1px solid var(--line); }
.schedule-game > div:last-child { border-right: 0; }
.schedule-week { justify-items: center; }
.schedule-week span { color: var(--orange-hot); font-family: Impact,sans-serif; font-size: 30px; }
.schedule-week small,.schedule-matchup small,.schedule-result small { color: rgba(245,237,226,.38); font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.schedule-date strong { font-size: 13px; }
.schedule-date span { margin-top: 4px; color: rgba(245,237,226,.44); font-size: 10px; }
.schedule-matchup strong { margin-top: 5px; font-size: 15px; }
.schedule-matchup em { margin-inline: 6px; color: var(--orange-hot); font-family: Georgia,serif; font-weight: 400; }
.schedule-result { justify-items: center; }
.schedule-result strong { color: var(--cream); font-size: 23px; }
.schedule-result > span { color: rgba(245,237,226,.42); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.schedule-game.is-final { background: rgba(11,24,40,.64); }

.sync-overview { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sync-overview article,.sync-overview form,.cron-box,.admin-game-list { border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: #fff; }
.sync-overview article,.sync-overview form { display: grid; align-content: start; gap: 12px; min-height: 190px; padding: 25px; }
.sync-overview span,.cron-box span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sync-overview strong { margin-top: 16px; font-size: 24px; }
.sync-overview small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.sync-overview form .button { align-self: end; margin-top: 4px; }
.cron-box { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 35px; margin-top: 18px; padding: 25px; }
.cron-box h2 { margin: 5px 0; font-size: 23px; }
.cron-box p { margin: 0; color: var(--muted); font-size: 11px; }
.cron-box code { overflow: auto; padding: 15px; border-radius: 3px; color: #d9e6f2; background: var(--navy-900); font-size: 10px; white-space: nowrap; }
.admin-game-list { overflow: hidden; margin-top: 18px; }
.admin-game-list article { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 18px; padding: 16px 20px; border-bottom: 1px solid rgba(7,17,31,.08); }
.admin-game-list article:last-child { border-bottom: 0; }
.admin-game-list article > span { color: var(--orange); font-family: Impact,sans-serif; font-size: 22px; }
.admin-game-list article div { display: grid; }
.admin-game-list article small { color: var(--muted); font-size: 9px; }
.admin-game-list article b { font-size: 12px; }

.listing-hero h1 { max-width: 1000px; }
.news-archive { color: var(--ink); background: var(--paper); }
.archive-grid { display: grid; gap: 28px; }
.archive-card { display: grid; grid-template-columns: 310px 1fr; min-height: 300px; border: 1px solid var(--dark-line); background: #fff; }
.archive-card-featured { grid-template-columns: minmax(360px,.85fr) 1.15fr; min-height: 420px; }
.archive-visual { position: relative; display: flex; min-height: 100%; justify-content: space-between; align-items: flex-end; overflow: hidden; padding: 28px; color: var(--cream); background: radial-gradient(circle at 78% 18%,rgba(233,90,32,.35),transparent 24%),repeating-linear-gradient(120deg,transparent 0 45px,rgba(255,255,255,.035) 46px 47px),var(--navy-850); }
.archive-visual::after { position: absolute; top: 50%; left: 50%; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.archive-visual span { color: var(--orange-hot); font-family: Impact,sans-serif; font-size: 48px; }
.archive-visual b { position: relative; z-index: 1; font-size: 18px; line-height: 1; text-align: right; text-transform: uppercase; }
.archive-card > div { align-self: center; padding: clamp(28px,5vw,64px); }
.archive-card .article-meta { color: var(--muted); }
.archive-card h2 { max-width: 760px; margin: 17px 0 15px; font-size: clamp(27px,4vw,48px); letter-spacing: -.045em; line-height: 1.05; }
.archive-card:not(.archive-card-featured) h2 { font-size: clamp(25px,3vw,37px); }
.archive-card h2 a:hover { color: var(--orange); }
.archive-card p { max-width: 690px; color: var(--muted); font-size: 14px; }
.archive-card .text-link { margin-top: 20px; }

.article-hero { position: relative; overflow: hidden; padding: 170px 0 100px; background: radial-gradient(circle at 75% 25%,rgba(233,90,32,.2),transparent 25%),linear-gradient(145deg,var(--navy-900),#0a2037); }
.article-hero-inner { position: relative; z-index: 1; max-width: 1020px; }
.article-back { display: inline-block; margin-bottom: 70px; color: rgba(245,237,226,.5); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.article-hero h1 { max-width: 1000px; margin: 20px 0 26px; font-size: clamp(52px,7vw,94px); letter-spacing: -.065em; line-height: .94; }
.article-hero p { max-width: 760px; margin: 0; color: rgba(245,237,226,.62); font-size: 19px; }
.article-stripe { padding: 15px 0; color: var(--navy-900); background: var(--orange); font-size: 10px; text-transform: uppercase; }
.article-stripe .shell { display: flex; justify-content: space-between; }
.article-body { max-width: 790px; }
.article-body > p { margin: 0 0 1.55em; color: #354251; font-family: Georgia,serif; font-size: 19px; line-height: 1.85; }
.article-body .article-pullquote { margin: 55px -70px; padding: 32px 0; border-block: 1px solid var(--dark-line); color: var(--navy-900); font-family: inherit; font-size: clamp(28px,4vw,45px); font-weight: 900; letter-spacing: -.04em; line-height: 1.15; }
.article-end { display: flex; align-items: center; gap: 14px; margin-top: 60px; padding-top: 26px; border-top: 1px solid var(--dark-line); color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-end img { width: 58px; height: 58px; object-fit: contain; }

.event-archive { color: var(--ink); background: var(--paper); }
.event-list { display: grid; gap: 14px; }
.event-card { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 30px; padding: 28px 34px; border: 1px solid var(--dark-line); background: #fff; transition: transform 180ms ease,border-color 180ms ease; }
.event-card:hover { border-color: var(--orange); transform: translateX(5px); }
.event-date { display: grid; place-items: center; width: 88px; height: 88px; color: var(--cream); background: var(--navy-900); line-height: 1; }
.event-date span { color: var(--orange-hot); font-family: Impact,sans-serif; font-size: 42px; }
.event-date small { font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.event-meta { display: flex; gap: 18px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.event-card h2 { margin: 8px 0 5px; font-size: 28px; letter-spacing: -.035em; }
.event-card p { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; }
.event-card > div > small { display: block; margin-top: 12px; color: var(--navy-800); font-weight: 800; }
.event-arrow { color: var(--orange); font-size: 27px; }
.empty-state { max-width: 800px; margin: 0 auto; padding: 75px 40px; border: 1px solid var(--dark-line); background: #fff; text-align: center; }
.empty-state > span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.empty-state h2 { margin: 12px 0; font-size: clamp(36px,5vw,58px); letter-spacing: -.05em; line-height: 1; }
.empty-state p { max-width: 620px; margin: 0 auto; color: var(--muted); }
.empty-state .button { margin-top: 28px; }

.editor-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.editor-tabs a { padding: 10px 15px; border: 1px solid rgba(7,17,31,.12); border-radius: 30px; color: var(--muted); background: #fff; font-size: 11px; font-weight: 900; }
.editor-tabs a.active { border-color: var(--orange); color: #fff; background: var(--orange); }
.editor-form { border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: #fff; }
.editor-form-top,.editor-actions { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 28px; }
.editor-form-top { border-bottom: 1px solid rgba(7,17,31,.1); }
.editor-form-top span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.editor-form-top h2 { margin: 4px 0 0; font-size: 24px; }
.editor-form-top a { color: var(--orange); font-size: 11px; font-weight: 900; }
.editor-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 28px; }
.editor-fields label { display: grid; align-content: start; gap: 7px; }
.editor-fields label > span { font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.editor-fields input:not([type="checkbox"]),.editor-fields textarea,.editor-fields select { width: 100%; border: 1px solid rgba(7,17,31,.16); border-radius: 3px; color: var(--ink); background: #fff; }
.editor-fields input:not([type="checkbox"]),.editor-fields select { min-height: 48px; padding: 0 13px; }
.editor-fields textarea { padding: 13px; resize: vertical; line-height: 1.55; }
.editor-fields input:focus,.editor-fields textarea:focus,.editor-fields select:focus { border-color: var(--orange); outline: 3px solid rgba(233,90,32,.1); }
.editor-fields small { color: var(--muted); font-size: 9px; }
.editor-span { grid-column: 1/-1; }
.editor-actions { border-top: 1px solid rgba(7,17,31,.1); }
.editor-actions > span { color: var(--muted); font-size: 10px; }
.editor-workspace { display: grid; grid-template-columns: 290px minmax(0,1fr); align-items: start; gap: 18px; }
.content-list { overflow: hidden; border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: #fff; }
.content-list-head { display: flex; justify-content: space-between; padding: 18px; border-bottom: 1px solid rgba(7,17,31,.1); font-size: 11px; }
.content-list-head a { color: var(--orange); font-weight: 900; }
.content-list > a { display: grid; gap: 4px; padding: 15px 18px; border-bottom: 1px solid rgba(7,17,31,.07); }
.content-list > a:hover,.content-list > a.active { background: #fff7f1; }
.content-list > a.active { box-shadow: inset 3px 0 var(--orange); }
.content-list > a span { font-size: 12px; font-weight: 800; line-height: 1.3; }
.content-list > a small,.admin-empty { color: var(--muted); font-size: 9px; }
.admin-empty { padding: 18px; }
.check-field { grid-template-columns: auto 1fr; align-items: center; }
.check-field input { width: 18px; height: 18px; accent-color: var(--orange); }

@media (max-width: 980px) {
    .editorial-layout,.game-center-grid { grid-template-columns: 1fr; }
    .editorial-badge { width: min(100%,430px); }
    .highlight-grid { grid-template-columns: 1fr; }
    .highlight-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .editor-workspace { grid-template-columns: 1fr; }
    .content-list { max-height: 330px; overflow: auto; }
    .game-center-heading { align-items: flex-start; flex-direction: column; }
    .game-source { justify-items: start; text-align: left; }
    .schedule-game { grid-template-columns: 80px 1fr 90px; }
    .schedule-matchup { grid-column: 2; grid-row: 2; border-top: 1px solid var(--line); }
    .schedule-result { grid-column: 3; grid-row: 1 / span 2; }
    .sync-overview { grid-template-columns: 1fr; }
    .sync-overview article,.sync-overview form { min-height: 0; }
}

@media (max-width: 700px) {
    .archive-card,.archive-card-featured { grid-template-columns: 1fr; min-height: 0; }
    .archive-visual { min-height: 220px; }
    .article-body .article-pullquote { margin-inline: 0; }
    .event-card { grid-template-columns: 75px 1fr; gap: 18px; padding: 20px; }
    .event-date { width: 70px; height: 70px; }
    .event-date span { font-size: 34px; }
    .event-arrow { display: none; }
    .editor-fields { grid-template-columns: 1fr; padding: 20px; }
    .editor-span { grid-column: auto; }
    .editor-form-top,.editor-actions { align-items: flex-start; flex-direction: column; }
    .editor-actions .button { width: 100%; }
    .schedule-game { grid-template-columns: 65px 1fr 70px; }
    .schedule-game > div { min-height: 64px; padding-inline: 13px; }
    .schedule-date strong { font-size: 11px; }
    .schedule-date span { font-size: 8px; }
    .schedule-matchup strong { font-size: 11px; line-height: 1.35; }
    .cron-box { grid-template-columns: 1fr; }
}

/* Phase 6: Mitgliederimport */
.admin-heading > .button { margin-top: 16px; }
.admin-inline-back { display: inline-block; margin-top: 14px; color: var(--orange); font-size: 10px; font-weight: 900; }
.import-grid { display: grid; grid-template-columns: minmax(480px,1.2fr) minmax(280px,.8fr); align-items: start; gap: 18px; }
.import-help { padding: 30px; border: 1px solid rgba(7,17,31,.09); border-top: 4px solid var(--orange); border-radius: var(--radius); background: #fff; }
.import-help > span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.import-help h2 { margin: 22px 0 12px; }
.import-help code { display: block; overflow: auto; padding: 14px; color: #eaf1f7; background: var(--navy-900); font-size: 10px; white-space: nowrap; }
.import-help p,.import-help li { color: var(--muted); font-size: 10px; line-height: 1.6; }
.import-help ul { padding-left: 18px; }
.import-preview { overflow: hidden; margin-top: 18px; border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: #fff; }
.import-errors { max-height: 180px; overflow: auto; padding: 15px 20px; color: #9b2d2d; background: #fff1f1; }
.import-errors p { margin: 4px 0; font-size: 9px; }
.import-table-wrap { max-height: 440px; overflow: auto; }
.import-table-wrap table { width: 100%; border-collapse: collapse; }
.import-table-wrap th,.import-table-wrap td { padding: 12px 18px; border-bottom: 1px solid rgba(7,17,31,.07); font-size: 10px; text-align: left; }
.import-table-wrap th { position: sticky; top: 0; color: var(--muted); background: var(--paper); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.import-confirm { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px; background: var(--paper); }
.import-confirm p { margin: 5px 0 0; color: var(--muted); font-size: 9px; }
@media (max-width: 900px) { .import-grid { grid-template-columns: 1fr; } }
@media (max-width: 650px) { .import-confirm { align-items: stretch; flex-direction: column; } }

/* Phase 4: Mitgliederkonten und Web Push */
.invite-result { display: grid; grid-template-columns: minmax(240px,.8fr) 1.2fr auto; align-items: center; gap: 20px; margin: 0 0 18px; padding: 22px; border: 1px solid rgba(7,17,31,.09); border-left: 4px solid var(--orange); border-radius: var(--radius); background: #fff; }
.invite-result > div { display: grid; gap: 5px; }
.invite-result span,.push-info > span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.invite-result small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.invite-result input { min-width: 0; height: 46px; padding: 0 12px; border: 1px solid rgba(7,17,31,.15); background: var(--paper); font-size: 10px; }
.member-admin-grid { display: grid; grid-template-columns: minmax(330px,.7fr) minmax(520px,1.3fr); align-items: start; gap: 18px; }
.member-list { overflow: hidden; border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: #fff; }
.member-list article { display: grid; grid-template-columns: 42px minmax(150px,1fr) auto minmax(180px,auto); align-items: center; gap: 14px; padding: 16px 18px; border-bottom: 1px solid rgba(7,17,31,.07); }
.member-list article:last-child { border-bottom: 0; }
.member-list article > div:nth-child(2) { display: grid; gap: 2px; }
.member-list article > div:nth-child(2) strong { font-size: 12px; }
.member-list article > div:nth-child(2) span,.member-list article > div:nth-child(2) small { color: var(--muted); font-size: 9px; }
.member-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--cream); background: var(--navy-900); font-weight: 900; }
.member-status { padding: 5px 8px; border-radius: 20px; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.status-active { color: #17613e; background: #eaf8f1; }
.status-invited { color: #9b5412; background: #fff1df; }
.status-pending { color: #805d00; background: #fff4c2; }
.status-blocked,.status-archived { color: #9b2d2d; background: #fdeaea; }
.member-actions { display: grid; gap: 6px; }
.member-actions > a { color: var(--orange); font-size: 9px; font-weight: 900; }
.member-actions form { display: flex; gap: 5px; justify-content: flex-end; }
.member-actions button,.member-actions select,.text-button { padding: 6px 8px; border: 1px solid rgba(7,17,31,.13); color: var(--muted); background: #fff; cursor: pointer; font-size: 8px; font-weight: 800; }

.portal-page { min-height: 100vh; color: var(--cream); background: var(--navy-950); }
.portal-header { display: flex; min-height: 82px; align-items: center; justify-content: space-between; padding: 12px max(22px,calc((100vw - 1180px)/2)); border-bottom: 1px solid var(--line); background: rgba(7,17,31,.94); }
.portal-header .brand-logo { width: 56px; height: 56px; }
.portal-header > div,.portal-header form { display: flex; align-items: center; gap: 18px; }
.portal-header a,.portal-header button { border: 0; color: rgba(245,237,226,.56); background: none; cursor: pointer; font-size: 11px; font-weight: 800; }
.portal-shell { width: min(1180px,calc(100% - 44px)); margin: 0 auto; padding: 65px 0 90px; }
.portal-welcome { position: relative; display: grid; grid-template-columns: 1fr 300px; align-items: center; min-height: 330px; overflow: hidden; padding: clamp(35px,6vw,75px); background: radial-gradient(circle at 80% 30%,rgba(233,90,32,.25),transparent 27%),var(--navy-850); }
.portal-welcome h1 { margin: 5px 0 14px; font-size: clamp(53px,8vw,96px); letter-spacing: -.06em; line-height: .9; }
.portal-welcome p:not(.eyebrow) { max-width: 660px; color: rgba(245,237,226,.55); font-size: 15px; }
.portal-welcome img { width: 300px; max-height: 250px; object-fit: contain; filter: drop-shadow(0 25px 40px rgba(0,0,0,.35)); }
.portal-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; margin-top: 18px; }
.portal-card,.portal-devices { padding: 35px; border: 1px solid var(--line); background: var(--navy-850); }
.portal-card-number { color: var(--orange-hot); font-family: Impact,sans-serif; font-size: 33px; }
.portal-card h2,.portal-devices h2 { margin: 25px 0 8px; font-size: 29px; }
.portal-card > p,.portal-card > small,.portal-devices > p { color: rgba(245,237,226,.48); font-size: 12px; line-height: 1.6; }
.push-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 25px 0; }
.push-categories label { padding: 13px; border: 1px solid var(--line); color: rgba(245,237,226,.75); font-size: 11px; }
.push-categories input { margin-right: 7px; accent-color: var(--orange); }
.push-actions { display: flex; align-items: center; gap: 13px; }
.push-actions .text-button { border-color: var(--line); color: rgba(245,237,226,.45); background: transparent; }
.push-feedback { min-height: 18px; margin-top: 14px; color: #79d6a9; font-size: 11px; }
.push-feedback.is-error { color: #ff9a91; }
.account-details { display: grid; gap: 0; margin: 23px 0; }
.account-details > div { display: grid; grid-template-columns: 125px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); }
.account-details dt { color: rgba(245,237,226,.36); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.account-details dd { margin: 0; font-size: 12px; font-weight: 800; }
.portal-devices { display: grid; grid-template-columns: 240px 1fr; gap: 30px; margin-top: 18px; }
.portal-devices h2 { margin: 5px 0; }
.portal-devices > div:last-child { display: grid; gap: 7px; }
.portal-devices article { display: grid; grid-template-columns: 130px 1fr auto; gap: 15px; padding: 13px 15px; border: 1px solid var(--line); font-size: 10px; }
.portal-devices article span,.portal-devices article small { color: rgba(245,237,226,.4); }

.push-admin-grid { display: grid; grid-template-columns: minmax(500px,1.3fr) minmax(300px,.7fr); align-items: start; gap: 18px; }
.push-info { padding: 30px; border: 1px solid rgba(7,17,31,.09); border-top: 4px solid var(--orange); border-radius: var(--radius); background: #fff; }
.push-info h2 { margin: 25px 0 8px; }
.push-info p,.push-info li,.push-info small { color: var(--muted); font-size: 11px; line-height: 1.6; }
.push-info ul { padding-left: 18px; }
.push-info small { display: block; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(7,17,31,.1); }
.push-history { overflow: hidden; margin-top: 18px; border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: #fff; }
.push-history article { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 18px; padding: 15px 18px; border-top: 1px solid rgba(7,17,31,.07); }
.push-history article div { display: grid; gap: 3px; }
.push-history article p,.push-history article small { margin: 0; color: var(--muted); font-size: 9px; }

@media (max-width: 1100px) {
    .member-admin-grid,.push-admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .invite-result,.portal-welcome,.portal-grid,.portal-devices { grid-template-columns: 1fr; }
    .portal-welcome img { display: none; }
    .member-list article { grid-template-columns: 42px 1fr auto; }
    .member-actions { grid-column: 2/-1; }
    .push-categories { grid-template-columns: 1fr; }
    .portal-devices article { grid-template-columns: 1fr; }
    .portal-header .brand-copy small { display: none; }
    .push-history article { grid-template-columns: 65px 1fr; }
    .push-history article > small { grid-column: 2; }
}

/* Phase 5: Vorschau-Freigaben und Aufnahmeanträge */
.preview-create { display: grid; grid-template-columns: 1fr auto; margin-bottom: 18px; }
.preview-create .editor-fields { grid-template-columns: minmax(280px,1fr) 220px; }
.preview-create .editor-actions { align-items: end; flex-direction: column; border-top: 0; border-left: 1px solid rgba(7,17,31,.1); }
.preview-list { overflow: hidden; border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: #fff; }
.preview-list article { display: grid; grid-template-columns: 70px minmax(230px,1fr) auto auto; align-items: center; gap: 18px; padding: 15px 18px; border-top: 1px solid rgba(7,17,31,.07); }
.preview-list article > div { display: grid; gap: 4px; }
.preview-list article small { color: var(--muted); font-size: 9px; }
.preview-list button { padding: 7px 9px; border: 1px solid rgba(7,17,31,.13); color: #9b2d2d; background: #fff; cursor: pointer; font-size: 9px; font-weight: 800; }

.application-hero { background: radial-gradient(circle at 80% 30%,rgba(233,90,32,.2),transparent 27%),linear-gradient(145deg,var(--navy-900),#102238); }
.application-layout { display: grid; width: calc(100% - 36px); max-width: 1040px; gap: 34px; }
.application-summary { display: grid; grid-template-columns: minmax(240px,1fr) repeat(2,minmax(180px,.55fr)); align-items: center; gap: 28px; padding: 40px 46px; color: var(--cream); background: var(--navy-900); box-shadow: 16px 16px 0 rgba(233,90,32,.12); }
.application-summary .eyebrow,.application-summary h2 { grid-column: 1; }
.application-summary h2 { margin: 4px 0 0; font-size: 35px; }
.application-summary > div { display: grid; align-content: center; min-height: 105px; padding: 18px 22px; border: 1px solid var(--line); }
.application-summary > div strong { color: var(--orange-hot); font-family: Impact,sans-serif; font-size: 32px; }
.application-summary > div span,.application-summary p,.application-summary small { color: rgba(245,237,226,.52); font-size: 11px; line-height: 1.65; }
.application-summary p { grid-column: 1/3; margin: 0; }
.application-summary small { grid-column: 3; align-self: end; display: block; padding-left: 25px; border-left: 1px solid var(--line); }
.application-form { display: grid; gap: 28px; }
.application-form fieldset { margin: 0; padding: 42px 46px; border: 1px solid var(--dark-line); background: #fff; }
.application-form legend { padding: 0 8px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.application-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 24px; }
.application-form label { display: grid; gap: 10px; }
.application-form label > span { font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.application-form input:not([type="radio"]):not([type="checkbox"]),.application-form textarea,.application-form select,.application-decision textarea,.application-decision select { width: 100%; border: 1px solid rgba(7,17,31,.16); border-radius: 3px; color: var(--ink); background: #fff; }
.application-form input:not([type="radio"]):not([type="checkbox"]),.application-form select,.application-decision select { min-height: 49px; padding: 0 13px; }
.application-form textarea,.application-decision textarea { padding: 13px; resize: vertical; line-height: 1.55; }
.application-form input:focus,.application-form textarea:focus,.application-form select:focus { border-color: var(--orange); outline: 3px solid rgba(233,90,32,.1); }
.application-wide { grid-column: 1/-1; }
.membership-options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.membership-options label { position: relative; cursor: pointer; }
.membership-options input { position: absolute; opacity: 0; }
.membership-options span { display: grid; gap: 8px; min-height: 100px; align-content: center; padding: 25px 28px; border: 2px solid var(--dark-line); text-transform: none; }
.membership-options small { color: var(--muted); font-size: 11px; font-weight: 500; }
.membership-options input:checked + span { border-color: var(--orange); background: #fff7f1; box-shadow: inset 0 0 0 2px #fff; }
.family-field { display: none; }
.family-field.is-visible { display: block; }
.family-field > label { margin-bottom: 8px; }
.family-field > small { color: var(--muted); font-size: 9px; }
.application-consents { display: grid; gap: 12px; margin-top: 25px; }
.application-consents label { grid-template-columns: auto 1fr; align-items: start; }
.application-consents input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--orange); }
.application-consents label > span { font-size: 10px; font-weight: 600; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.application-consents a { color: var(--orange); text-decoration: underline; }
.application-legal-note { padding: 18px 22px; border-left: 4px solid #d89a19; background: #fff8e8; }
.application-legal-note p { margin: 5px 0 0; color: #6e5b31; font-size: 10px; line-height: 1.55; }
.application-form > .button { width: 100%; justify-content: space-between; }
.application-thanks { max-width: 780px; padding: 70px; border: 1px solid var(--dark-line); border-top: 5px solid var(--orange); background: #fff; text-align: center; }
.application-thanks > span { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.application-thanks > strong { display: block; margin: 14px 0; color: var(--navy-900); font-family: Impact,sans-serif; font-size: clamp(36px,6vw,62px); letter-spacing: .04em; }
.application-thanks p { color: var(--muted); }
.application-thanks .button { margin-top: 25px; }

.application-admin-grid { display: grid; grid-template-columns: 300px minmax(0,1fr); align-items: start; gap: 18px; }
.application-review,.application-admin-empty { border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: #fff; }
.application-admin-empty { padding: 70px; text-align: center; }
.application-admin-empty span { color: var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.application-admin-empty h2 { font-size: 33px; }
.application-admin-empty p { color: var(--muted); }
.application-data { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 20px 28px; }
.application-data > div { padding: 15px 12px; border-bottom: 1px solid rgba(7,17,31,.08); }
.application-data dt { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.application-data dd { margin: 5px 0 0; font-size: 11px; line-height: 1.55; }
.application-data a { color: var(--orange); }
.application-decision { display: grid; grid-template-columns: 210px 1fr auto; align-items: end; gap: 16px; padding: 25px 28px; background: var(--paper); }
.application-decision label { display: grid; gap: 7px; }
.application-decision label > span { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.application-convert { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 28px; border-top: 1px solid rgba(7,17,31,.1); }
.application-convert p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.application-converted { margin: 25px 28px; padding: 15px; color: #17613e; background: #eaf8f1; font-weight: 800; }

@media (max-width: 980px) {
    .application-layout,.application-admin-grid { grid-template-columns: 1fr; }
    .application-summary { grid-template-columns: 1fr 1fr; }
    .application-summary .eyebrow,.application-summary h2 { grid-column: 1/-1; }
    .application-summary p,.application-summary small { grid-column: 1/-1; }
    .application-summary small { padding: 20px 0 0; border-top: 1px solid var(--line); border-left: 0; }
    .application-decision { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .preview-create { grid-template-columns: 1fr; }
    .preview-create .editor-fields { grid-template-columns: 1fr; }
    .preview-create .editor-actions { border-top: 1px solid rgba(7,17,31,.1); border-left: 0; }
    .preview-list article { grid-template-columns: 65px 1fr; }
    .preview-list article > small,.preview-list article > form { grid-column: 2; }
    .application-fields,.membership-options,.application-data { grid-template-columns: 1fr; }
    .application-summary { grid-template-columns: 1fr; padding: 30px 24px; }
    .application-summary .eyebrow,.application-summary h2,.application-summary p,.application-summary small { grid-column: 1; }
    .application-form fieldset { padding: 30px 22px; }
    .application-wide { grid-column: auto; }
    .application-thanks { padding: 45px 22px; }
    .application-convert { align-items: stretch; flex-direction: column; }
}

.editor-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(7, 17, 31, 0.1);
}

.editor-heading small,
.legal-editor label small {
    color: var(--muted);
    font-size: 10px;
}

.editor-heading h2 {
    margin: 3px 0 0;
    font-size: 24px;
}

.editor-heading a {
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
}

.legal-editor .button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.legal-hero {
    padding-bottom: 82px;
}

.legal-content {
    max-width: 820px;
}

.legal-content p {
    margin: 0 0 1.5em;
    color: #394553;
    font-size: 16px;
}

@media (max-width: 1040px) {
    .desktop-nav,
    .install-button {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .hero {
        padding-top: 150px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .game-card {
        width: min(100%, 580px);
    }

    .hero-meta {
        margin-top: 62px;
    }

    .news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .news-card-featured {
        grid-column: span 2;
    }

    .app-promo-grid {
        gap: 60px;
    }

    .auth-shell {
        grid-template-columns: 1fr 1fr;
    }

    .legal-editor-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    :root {
        --shell: min(100% - 28px, 1180px);
    }

    .header-inner {
        min-height: 70px;
    }

    .brand-copy small {
        display: none;
    }

    .header-actions .button {
        display: none;
    }

    .mobile-nav {
        inset-block-start: 70px;
    }

    .stage-mode .mobile-nav {
        inset-block-start: 104px;
    }

    .stage-bar .shell > div > span {
        display: none;
    }

    .hero {
        min-height: auto;
        padding-top: 128px;
    }

    .hero-copy h1 {
        font-size: clamp(56px, 17vw, 78px);
    }

    .hero-copy h1 em {
        -webkit-text-stroke-width: 1px;
    }

    .hero-lead {
        font-size: 16px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .matchup {
        padding-inline: 14px;
    }

    .team-monogram {
        width: 58px;
        height: 58px;
        font-size: 31px;
    }

    .hero-meta {
        grid-template-columns: 1fr 1fr;
    }

    .hero-meta div,
    .hero-meta div:first-child {
        padding: 20px 12px;
        border-bottom: 1px solid var(--line);
    }

    .hero-meta div:nth-child(2) {
        border-right: 0;
    }

    .section {
        padding: 82px 0;
    }

    .two-column-heading,
    .news-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-heading h2,
    .app-promo h2 {
        font-size: 45px;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: 290px;
        border-right: 0;
        border-bottom: 1px solid var(--dark-line);
    }

    .benefit-card:last-child {
        border-bottom: 0;
    }

    .news-heading .text-link {
        justify-self: start;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-card-featured {
        grid-column: auto;
    }

    .news-card-featured .news-visual,
    .news-visual {
        min-height: 190px;
    }

    .app-promo-grid {
        grid-template-columns: 1fr;
    }

    .phone-mockup {
        width: 240px;
        height: 480px;
    }

    .phone-screen > p {
        margin-top: 86px !important;
        font-size: 29px !important;
    }

    .membership-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .footer-grid > div:first-child {
        grid-column: span 2;
    }

    .footer-bottom {
        gap: 4px;
        flex-direction: column;
    }

    .page-hero {
        padding: 150px 0 80px;
    }

    .admin-shell {
        display: block;
    }

    .admin-sidebar {
        position: static;
        height: auto;
    }

    .admin-sidebar nav,
    .admin-back {
        display: none;
    }

    .admin-content {
        padding: 0 18px 40px;
    }

    .admin-topline strong {
        display: none;
    }

    .admin-cards {
        grid-template-columns: 1fr;
    }

    .auth-shell {
        display: block;
    }

    .auth-brand-panel {
        min-height: 45vh;
        padding: 34px 24px;
    }

    .auth-brand-panel h1 {
        font-size: 52px;
    }

    .auth-brand-panel > small {
        display: none;
    }

    .auth-form-panel {
        min-height: 55vh;
        padding: 54px 22px;
    }
}

.bears-roster { position: relative; overflow: hidden; background: #0b1326; color: var(--cream); }
.bears-roster::before { position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%,rgba(200,56,3,.19),transparent 36%); content: ""; pointer-events: none; }
.bears-roster .shell { position: relative; }
.roster-tabs { display: flex; gap: 8px; margin: 0 0 24px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: none; }
.roster-tabs::-webkit-scrollbar { display: none; }
.roster-tabs button { flex: 0 0 auto; padding: 11px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: transparent; color: rgba(255,255,255,.62); font: inherit; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.roster-tabs button span { margin-left: 6px; color: var(--orange-light); }
.roster-tabs button.is-active { border-color: var(--orange); background: var(--orange); color: #fff; }
.roster-tabs button.is-active span { color: #fff; }
.roster-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.roster-card { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; min-height: 105px; padding: 18px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.035); }
.roster-card[hidden] { display: none; }
.roster-number { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: var(--orange-light); font-size: 17px; font-weight: 950; }
.roster-card span { color: var(--orange-light); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.roster-card h3 { margin: 4px 0 3px; color: #fff; font-size: 16px; line-height: 1.1; }
.roster-card small { display: block; overflow: hidden; color: rgba(255,255,255,.47); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.roster-sync-admin { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 18px 0 24px; padding: 25px; border: 1px solid rgba(7,17,31,.09); border-radius: var(--radius); background: linear-gradient(120deg,#fff,#f8f4ee); }
.roster-sync-admin span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.roster-sync-admin h2 { margin: 7px 0; font-size: 26px; }
.roster-sync-admin p,.roster-sync-admin small { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.fanclub-card-image { height: 145px; margin: -30px -30px 24px; overflow: hidden; background: #e8e4de; }
.fanclub-card-image img { width: 100%; height: 100%; object-fit: cover; }
.fanclub-admin-image { width: 76px; height: 76px; border-radius: 10px; object-fit: cover; }
.fanclub-image-input { display: grid; gap: 5px; color: var(--muted); font-size: 9px; }
.fanclub-image-input input { padding: 7px; }

@media (max-width: 1100px) { .roster-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 820px) { .roster-grid { grid-template-columns: repeat(2,1fr); } .roster-sync-admin { align-items: flex-start; flex-direction: column; } }
@media (max-width: 520px) { .roster-grid { grid-template-columns: 1fr; } .roster-card { min-height: 90px; } .fanclub-card-image { height: 165px; } }

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

@media (max-width: 760px) {
    .admin-sidebar {
        position: relative;
        gap: 18px;
        padding: 18px 18px 12px;
    }

    .admin-sidebar nav {
        display: flex;
        gap: 5px;
        margin: 0 -18px;
        padding: 2px 18px 6px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .admin-sidebar nav::-webkit-scrollbar { display: none; }
    .admin-sidebar nav a { flex: 0 0 auto; padding: 9px 12px; white-space: nowrap; }
    .admin-sidebar nav span { display: none; }
    .admin-sidebar-bottom { position: absolute; top: 25px; right: 18px; margin: 0; }
    .admin-sidebar-bottom .admin-back { display: none; }
}
