@font-face {
  font-family: "SV Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/schriftarten/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "SV Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/schriftarten/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "SV Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/schriftarten/montserrat-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "SV Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/schriftarten/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "SV Oswald";
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url("/assets/schriftarten/oswald-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "SV Oswald";
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url("/assets/schriftarten/oswald-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --gruen: #27852c;
  --gruen-dunkel: #173f1b;
  --gruen-tief: #102f14;
  --gruen-hell: #eaf6eb;
  --gelb: #f6d21f;
  --gelb-hell: #fff8cf;
  --text: #17201a;
  --text-sanft: #657068;
  --linie: #dce5de;
  --flaeche: #ffffff;
  --hintergrund: #f4f7f4;
  --fehler: #b42318;
  --fehler-hell: #fff0ee;
  --schatten: 0 24px 60px rgba(21, 55, 26, 0.13);
  --radius: 18px;
  --tafel-uhr-position: 4%;
  --tafel-uhr-groesse: 6.24cqw;
  --tafel-schriftart: "SV Inter", Arial, sans-serif;
  --tafel-logo-position: 16%;
  --tafel-logo-max-breite: 22%;
  --tafel-logo-max-hoehe: 40%;
  --tafel-kuerzel-groesse: 5cqw;
  --tafel-logo-rand: 6%;
  --tafel-ergebnis-position: 44%;
  --tafel-ergebnis-groesse: 10.5cqw;
  --tafel-name-position: 74%;
  --tafel-name-groesse: 2.2cqw;
  --tafel-name-max-breite: 48%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--hintergrund);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body { min-height: 100vh; margin: 0; font-size: 16px; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; fill: currentColor; }

.anmeldung { min-height: 100vh; display: grid; grid-template-columns: minmax(340px, 0.9fr) minmax(520px, 1.1fr); }
.anmeldung__buehne {
  position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 100vh; padding: 42px clamp(32px, 5vw, 76px);
  color: white; background:
    radial-gradient(circle at 94% 10%, rgba(246, 210, 31, .2), transparent 28%),
    linear-gradient(145deg, var(--gruen-tief), var(--gruen) 74%, var(--gruen));
}
.anmeldung__buehne::before { content: ""; position: absolute; width: 430px; height: 430px; right: -250px; bottom: 6%; border: 72px solid rgba(255,255,255,.055); border-radius: 50%; }
.anmeldung__buehne::after { content: ""; position: absolute; width: 240px; height: 240px; left: -150px; top: 28%; border: 44px solid rgba(246,210,31,.08); border-radius: 50%; }
.marke { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.marke strong { display: block; font-size: 1.05rem; letter-spacing: .01em; }
.marke small { display: block; margin-top: -1px; color: rgba(255,255,255,.68); font-size: .75rem; letter-spacing: .04em; }
.markenzeichen { display: grid; place-items: center; width: 46px; height: 46px; overflow: hidden; border-radius: 13px; background: var(--gelb); color: var(--gruen-tief); box-shadow: 0 10px 30px rgba(0,0,0,.15); transform: rotate(-4deg); }
.markenzeichen span { font-weight: 900; letter-spacing: -.08em; transform: rotate(4deg); }
.markenzeichen--bild { overflow: visible; padding: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
.markenzeichen--bild img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.anmeldung__botschaft { position: relative; z-index: 1; width: min(100%, 580px); margin: auto 0; padding: 64px 0; }
.signal { display: inline-flex; align-items: center; gap: 9px; font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; color: #e2f6e3; }
.signal i { width: 9px; height: 9px; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--gelb); box-shadow: 0 0 0 5px rgba(246,210,31,.1); }
.anmeldung__botschaft h1 { max-width: 610px; margin: 24px 0 18px; font-size: clamp(2.6rem, 5vw, 4.9rem); line-height: .98; letter-spacing: -.055em; }
.anmeldung__botschaft > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.spielstandkarte { margin-top: clamp(46px, 7vh, 82px); padding: 20px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(10,39,14,.42); box-shadow: 0 24px 70px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.spielstandkarte__kopf, .spielstandkarte__fuss { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: rgba(255,255,255,.64); font-size: .72rem; letter-spacing: .12em; }
.livepunkt { display: flex; align-items: center; gap: 7px; color: #fff3a6; }
.livepunkt::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gelb); }
.spielstandkarte__anzeige { display: grid; grid-template-columns: 1fr auto auto auto 1fr; align-items: center; gap: clamp(10px, 2vw, 22px); padding: 22px 0; text-align: center; }
.spielstandkarte__anzeige span { font-size: .77rem; font-weight: 700; letter-spacing: .13em; }
.spielstandkarte__anzeige strong { display: grid; place-items: center; width: 64px; height: 66px; border-radius: 12px; color: var(--gruen-tief); background: var(--gelb); font-size: 2.2rem; line-height: 1; }
.spielstandkarte__anzeige b { color: rgba(255,255,255,.5); font-size: 1.5rem; }
.spielstandkarte__fuss { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.11); letter-spacing: 0; }
.spielstandkarte__fuss strong { color: white; font-size: .78rem; font-weight: 650; }
.anmeldung__fuss { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.48); font-size: .76rem; }

.anmeldung__formularbereich { display: grid; place-items: center; min-height: 100vh; padding: 48px clamp(24px, 7vw, 110px); background: #fbfcfb; }
.anmeldekarte { width: min(100%, 470px); }
.mobilmarke { display: none; }
.mobilmarke--bild { overflow: visible; padding: 0; border-radius: 0; background: transparent; }
.mobilmarke--bild img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.ueberzeile { margin: 0 0 8px; color: var(--gruen); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.anmeldekarte__kopf h2 { margin: 0; font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1.1; letter-spacing: -.035em; }
.anmeldekarte__kopf > p:last-child { margin: 13px 0 0; color: var(--text-sanft); }
.anmeldetabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 34px 0 28px; padding: 5px; border-radius: 13px; background: #edf2ee; }
.anmeldetabs button { min-height: 44px; border: 0; border-radius: 9px; color: var(--text-sanft); background: transparent; cursor: pointer; font-size: .9rem; font-weight: 700; }
.anmeldetabs button[aria-selected="true"] { color: var(--gruen-dunkel); background: white; box-shadow: 0 3px 10px rgba(27,57,31,.08); }
.anmeldebereich[hidden] { display: none; }
label { display: block; margin: 0 0 8px; color: #2c392f; font-size: .87rem; font-weight: 700; }
.eingabe-mit-symbol { position: relative; margin-bottom: 20px; }
.eingabe-mit-symbol > svg { position: absolute; top: 50%; left: 16px; width: 19px; height: 19px; color: #87938a; transform: translateY(-50%); pointer-events: none; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid #ced9d0; border-radius: 11px; outline: none; color: var(--text); background: white; transition: border-color .16s, box-shadow .16s; }
input:not([type="radio"]):not([type="checkbox"]):not([type="color"]), select { padding: 0 14px; }
textarea { min-height: 110px; padding: 12px 14px; resize: vertical; }
.eingabe-mit-symbol input { padding: 0 80px 0 47px !important; }
select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, #718077 50%), linear-gradient(135deg, #718077 50%, transparent 50%); background-position: calc(100% - 19px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px); background-size: 5px 5px; background-repeat: no-repeat; }
.formularfeld input:disabled { color: #7d8980; background: #f2f5f2; }
.eingabe-mit-symbol input { padding: 0 80px 0 47px; }
input:focus, select:focus, textarea:focus { border-color: var(--gruen); box-shadow: 0 0 0 4px rgba(39,133,44,.11); }
.passwortschalter { position: absolute; top: 50%; right: 13px; padding: 7px; border: 0; color: var(--gruen); background: transparent; cursor: pointer; transform: translateY(-50%); font-size: .78rem; font-weight: 750; }
.hauptknopf, .sekundaerknopf { display: inline-flex; align-items: center; justify-content: center; gap: 12px; width: 100%; min-height: 52px; border: 0; border-radius: 11px; cursor: pointer; font-weight: 780; transition: transform .15s, box-shadow .15s, background .15s; }
.hauptknopf { color: white; background: var(--gruen); box-shadow: 0 10px 24px rgba(39,133,44,.18); }
.hauptknopf span { font-size: 1.2rem; transition: transform .15s; }
.hauptknopf svg, .sekundaerknopf svg { width: 19px; height: 19px; }
.hauptknopf--auto, .sekundaerknopf--auto { width: auto; padding: 0 20px; }
.hauptknopf:hover { background: var(--gruen-dunkel); box-shadow: 0 13px 26px rgba(39,133,44,.25); transform: translateY(-1px); }
.hauptknopf:hover span { transform: translateX(3px); }
.sekundaerknopf { min-height: 46px; border: 1px solid #bad5bd; color: var(--gruen); background: var(--gruen-hell); }
.sekundaerknopf:hover { background: #deefdf; }
.code-anfordern { margin-bottom: 22px; }
.trenner { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: #89938b; font-size: .77rem; }
.trenner::before, .trenner::after { content: ""; flex: 1; height: 1px; background: var(--linie); }
.codeeingabe { margin-bottom: 20px; padding: 0 16px; text-align: center; font-size: 1.5rem; font-weight: 750; letter-spacing: .42em; font-variant-numeric: tabular-nums; }
.sicherheitshinweis { display: flex; align-items: flex-start; gap: 9px; margin: 26px 0 0; color: #78837a; font-size: .78rem; line-height: 1.45; }
.sicherheitshinweis svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--gruen); }
.meldung { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0; padding: 13px 15px; border: 1px solid; border-radius: 11px; font-size: .86rem; }
.meldung > span { display: grid; place-items: center; flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; color: white; font-size: .72rem; font-weight: 900; }
.meldung--fehler { border-color: #ffd0cb; color: #7f1d16; background: var(--fehler-hell); }
.meldung--fehler > span { background: var(--fehler); }
.meldung--erfolg { border-color: #bfdfc2; color: var(--gruen-dunkel); background: var(--gruen-hell); }
.meldung--erfolg > span { background: var(--gruen); }

.app-seite { background: var(--hintergrund); }
.app-rahmen { display: grid; grid-template-columns: 276px minmax(0, 1fr); min-height: 100vh; }
.seitenleiste { position: sticky; top: 0; display: flex; flex-direction: column; height: 100vh; padding: 26px 18px 18px; border-right: 1px solid #dce7de; background: #fff; z-index: 30; }
.marke--seitenleiste { margin: 0 10px 38px; }
.marke--seitenleiste .markenzeichen { width: 42px; height: 42px; box-shadow: none; }
.marke--seitenleiste strong { color: var(--gruen-tief); }
.marke--seitenleiste small { color: #7b867d; }
.navigation { display: grid; gap: 5px; }
.navigation__gruppe { margin: 0 12px 9px; color: #99a29b; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.navigation__gruppe--abstand { margin-top: 24px; }
.navigation__eintrag { display: flex; align-items: center; gap: 13px; min-height: 46px; padding: 0 12px; border-radius: 10px; color: #5e6a60; font-size: .9rem; font-weight: 650; }
.navigation__eintrag svg { width: 20px; height: 20px; }
.navigation__eintrag small { margin-left: auto; color: #a3aca5; font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.navigation__eintrag.ist-aktiv { color: var(--gruen-dunkel); background: var(--gruen-hell); }
.navigation__eintrag.ist-aktiv::before { content: ""; position: absolute; left: 0; width: 3px; height: 26px; border-radius: 0 4px 4px 0; background: var(--gruen); }
.navigation__eintrag.ist-vorbereitet { cursor: default; opacity: .82; }
.seitenleiste__konto { display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 16px 8px 0; border-top: 1px solid var(--linie); }
.kontolink { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; margin: -6px; padding: 6px; border-radius: 12px; color: inherit; }
.kontolink:hover, .kontolink.ist-aktiv { background: var(--gruen-hell); }
.kontolink:focus-visible { outline: 3px solid rgba(39,133,44,.2); outline-offset: 2px; }
.avatar { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; color: var(--gruen-tief); background: var(--gelb); font-weight: 850; }
.kontoangaben { min-width: 0; flex: 1; }
.kontoangaben strong, .kontoangaben small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kontoangaben strong { font-size: .82rem; }
.kontoangaben small { color: var(--text-sanft); font-size: .7rem; }
.symbolknopf { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid var(--linie); border-radius: 10px; color: #657068; background: white; cursor: pointer; }
.symbolknopf:hover { color: var(--gruen); border-color: #b9d6bc; background: var(--gruen-hell); }
.symbolknopf svg { width: 19px; height: 19px; }
.app-inhalt { min-width: 0; }
.kopfzeile { display: flex; align-items: center; gap: 16px; min-height: 86px; padding: 18px clamp(24px, 4vw, 56px); border-bottom: 1px solid #dfe8e1; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); }
.kopfzeile__kontext { margin: 0; color: var(--text-sanft); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.kopfzeile h1 { margin: 1px 0 0; font-size: 1.35rem; letter-spacing: -.02em; }
.systemstatus { display: flex; align-items: center; gap: 8px; margin-left: auto; padding: 8px 12px; border: 1px solid #cbe2cd; border-radius: 999px; color: var(--gruen-dunkel); background: #f3fbf4; font-size: .75rem; font-weight: 700; }
.systemstatus i, .statuskarte > i { width: 8px; height: 8px; border-radius: 50%; background: #36a340; box-shadow: 0 0 0 4px rgba(54,163,64,.1); }
.menueknopf { display: none; }
.mobilkonto, .mobilnavigation { display: none; }
.nur-mobil { display: none; }
.hauptinhalt { width: min(100%, 1360px); margin: 0 auto; padding: clamp(26px, 4vw, 52px); }
.willkommen { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding: clamp(25px, 4vw, 40px); border-radius: 22px; color: white; background: linear-gradient(130deg, var(--gruen-tief), var(--gruen)); box-shadow: 0 18px 45px rgba(23,63,27,.15); }
.willkommen .ueberzeile { color: #bfe7c2; }
.willkommen h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: -.04em; }
.willkommen p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); }
.rollenabzeichen { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 11px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff8ca; background: rgba(10,37,13,.28); font-size: .8rem; font-weight: 750; }
.rollenabzeichen svg { width: 18px; height: 18px; color: var(--gelb); }
.statusraster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.statuskarte { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 20px; border: 1px solid #dfe8e1; border-radius: 16px; background: white; box-shadow: 0 7px 24px rgba(27,62,31,.04); }
.statuskarte__symbol { display: grid; place-items: center; flex: 0 0 auto; width: 45px; height: 45px; border-radius: 12px; color: var(--gruen); background: var(--gruen-hell); }
.statuskarte__symbol--gelb { color: #5c4b00; background: var(--gelb-hell); }
.statuskarte__symbol svg { width: 22px; height: 22px; }
.statuskarte div { min-width: 0; flex: 1; }
.statuskarte p, .statuskarte strong, .statuskarte small { display: block; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.statuskarte p { color: #89938b; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.statuskarte strong { margin-top: 2px; font-size: 1rem; }
.statuskarte small { margin-top: 2px; color: var(--text-sanft); font-size: .72rem; }
.arbeitskarte { margin-top: 22px; padding: clamp(24px, 4vw, 34px); border: 1px solid #dfe8e1; border-radius: 18px; background: white; }
.arbeitskarte__kopf { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--linie); }
.arbeitskarte__kopf h3 { margin: 0; font-size: 1.3rem; letter-spacing: -.02em; }
.schritt { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--gruen-tief); background: var(--gelb); font-weight: 850; }
.leerzustand { display: flex; align-items: center; gap: 18px; padding: 42px 4px 16px; }
.leerzustand__symbol { display: grid; place-items: center; flex: 0 0 auto; width: 62px; height: 62px; border: 1px solid #d8e5d9; border-radius: 17px; color: var(--gruen); background: #f4faf5; }
.leerzustand__symbol svg { width: 29px; height: 29px; }
.leerzustand strong { font-size: .98rem; }
.leerzustand p { margin: 4px 0 0; color: var(--text-sanft); font-size: .86rem; }
.menuehintergrund { display: none; }

.seitenkopf { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.seitenkopf--kompakt { align-items: flex-start; }
.seitenkopf h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.1; letter-spacing: -.035em; }
.seitenkopf p:last-child { margin: 8px 0 0; color: var(--text-sanft); }
.zuruecklink { display: inline-block; margin-bottom: 18px; color: var(--gruen); font-size: .84rem; font-weight: 750; }
.zuruecklink:hover { text-decoration: underline; }

.datenkarte { overflow: hidden; border: 1px solid #dfe8e1; border-radius: 18px; background: white; box-shadow: 0 7px 24px rgba(27,62,31,.035); }
.tabellenrahmen { overflow-x: auto; }
.datentabelle { width: 100%; border-collapse: collapse; }
.datentabelle th, .datentabelle td { padding: 15px 18px; border-bottom: 1px solid #e6ece7; text-align: left; vertical-align: middle; }
.datentabelle th { color: #748078; background: #f8faf8; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.datentabelle tbody tr:last-child td { border-bottom: 0; }
.datentabelle tbody tr:hover { background: #fbfdfb; }
.datentabelle td { font-size: .88rem; }
.datentabelle td > strong, .datentabelle td > small { display: block; }
.datentabelle td > small { margin-top: 2px; color: var(--text-sanft); font-size: .7rem; }
.tabellen-id, .datum { color: var(--text-sanft); font-size: .78rem; font-variant-numeric: tabular-nums; }
.aktionen-spalte { width: 1%; text-align: right !important; }
.tabellenaktionen { display: flex; justify-content: flex-end; gap: 7px; }
.tabellenaktionen form { margin: 0; }
.symbolknopf--gefahr:hover { color: var(--fehler); border-color: #f2c3bf; background: var(--fehler-hell); }
.mannschaftslogo { display: grid; place-items: center; width: 46px; height: 46px; overflow: hidden; border: 1px solid #d8e5d9; border-radius: 12px; color: var(--gruen-dunkel); background: var(--gruen-hell); font-size: .72rem; font-weight: 850; }
.mannschaftslogo img { width: 100%; height: 100%; padding: 4px; object-fit: contain; }
.statusmarke { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; font-size: .72rem; font-weight: 750; }
.statusmarke::before { content: ""; width: 7px; height: 7px; border-radius: 50%; }
.statusmarke--aktiv { color: #1b6520; background: #edf8ee; }
.statusmarke--aktiv::before { background: #36a340; }
.statusmarke--inaktiv { color: #6f7771; background: #f0f2f0; }
.statusmarke--inaktiv::before { background: #9da49f; }
.leerzustand--zentriert { justify-content: center; min-height: 260px; padding: 45px; text-align: left; }

.formularlayout, .einstellungsformular { display: grid; gap: 20px; }
.formularkarte { padding: clamp(22px, 3vw, 32px); border: 1px solid #dfe8e1; border-radius: 18px; background: white; box-shadow: 0 7px 24px rgba(27,62,31,.035); }
.formularkarte__kopf { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--linie); }
.formularkarte__kopf h3 { margin: 0; font-size: 1.15rem; letter-spacing: -.02em; }
.formularkarte__kopf p { margin: 3px 0 0; color: var(--text-sanft); font-size: .82rem; }
.abschnittsnummer { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; color: var(--gruen-dunkel); background: var(--gelb); font-size: .78rem; font-weight: 900; }
.formularraster { display: grid; gap: 20px; }
.formularraster--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.formularraster--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.formularfeld { min-width: 0; }
.formularfeld--breit { grid-column: 1 / -1; }
.formularfeld > small { display: block; margin-top: 7px; color: var(--text-sanft); font-size: .73rem; }
.optionsgruppe { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; border: 0; }
.optionsgruppe legend { display: block; width: 100%; margin-bottom: 8px; color: #2c392f; font-size: .87rem; font-weight: 700; }
.optionsgruppe--2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
.optionsgruppe--4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.auswahlkarte { position: relative; display: flex; align-items: flex-start; gap: 11px; flex: 1; min-width: 190px; margin: 0; padding: 14px; border: 1px solid #d6e0d8; border-radius: 12px; cursor: pointer; }
.auswahlkarte:hover { border-color: #b9d6bc; background: #fbfdfb; }
.auswahlkarte:has(input:checked) { border-color: var(--gruen); background: var(--gruen-hell); box-shadow: 0 0 0 2px rgba(39,133,44,.1); }
.auswahlkarte input { flex: 0 0 auto; width: 18px; min-height: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gruen); }
.auswahlkarte span, .auswahlkarte strong, .auswahlkarte small { display: block; }
.auswahlkarte strong { color: var(--text); font-size: .84rem; }
.auswahlkarte small { margin-top: 2px; color: var(--text-sanft); font-size: .72rem; font-weight: 450; line-height: 1.35; }
.auswahlkarte--gross { min-height: 95px; padding: 18px; }
.hinweiskarte { margin-bottom: 16px; padding: 15px 17px; border: 1px solid #eadc91; border-radius: 11px; color: #5f5009; background: var(--gelb-hell); font-size: .84rem; }
.hinweiskarte a { color: var(--gruen-dunkel); font-weight: 750; text-decoration: underline; }
.statushinweis { display: flex; align-items: flex-start; gap: 11px; }
.statushinweis > span { display: grid; place-items: center; flex: 0 0 auto; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: #8b740a; font-size: .72rem; font-weight: 900; }
.statushinweis p { margin: 1px 0 0; }
.statusanzeige { display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 10px 12px; border: 1px solid var(--linie); border-radius: 11px; background: #f8faf8; }
.statusanzeige small { color: var(--text-sanft); font-size: .75rem; }
.formularhinweis { margin: 20px 0 0; padding: 12px 14px; border-radius: 10px; color: #526056; background: #f3f7f3; font-size: .82rem; }
.formularaktionen { display: flex; align-items: center; justify-content: flex-end; gap: 18px; padding: 4px 0 20px; }
.textknopf { color: var(--text-sanft); font-size: .85rem; font-weight: 700; }
.textknopf:hover { color: var(--gruen); }
.eingabe-einheit { position: relative; }
.eingabe-einheit input { padding-right: 100px !important; }
.eingabe-einheit span { position: absolute; top: 50%; right: 14px; color: var(--text-sanft); font-size: .72rem; font-weight: 700; transform: translateY(-50%); pointer-events: none; }
.farbeingabe { display: grid; grid-template-columns: 58px 1fr; gap: 9px; }
.farbeingabe input[type="color"] { height: 50px; padding: 5px; cursor: pointer; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.profilraster { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.25fr); gap: 20px; align-items: start; }
.profilkarte__kopf { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.profilkarte__kopf h3 { margin: 0 0 7px; font-size: 1.3rem; }
.profilavatar { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 18px; color: var(--gruen-tief); background: var(--gelb); font-size: 1.45rem; font-weight: 900; }
.profildaten { display: grid; gap: 0; margin: 0; }
.profildaten > div { padding: 14px 0; border-top: 1px solid var(--linie); }
.profildaten dt { margin-bottom: 3px; color: var(--text-sanft); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.profildaten dd { margin: 0; overflow-wrap: anywhere; font-size: .9rem; font-weight: 700; }
.profilkarte__hinweis { margin: 18px 0 0; padding: 12px 14px; border-radius: 10px; color: var(--text-sanft); background: #f3f7f3; font-size: .78rem; line-height: 1.45; }
.profilpasswort .formularaktionen { padding-bottom: 0; margin-top: 22px; }

.werbepartnertabelle a:hover { color: var(--gruen); text-decoration: underline; }
.werbepartnertabelle .symbolknopf:hover { text-decoration: none; }
.abspiellistenraster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.abspiellistenkarte { padding: 22px; border: 1px solid #dfe8e1; border-radius: 18px; background: white; box-shadow: 0 7px 24px rgba(27,62,31,.035); }
.abspiellistenkarte.ist-aktiv { border-color: #b9d9bc; box-shadow: 0 0 0 3px rgba(39,133,44,.06), 0 10px 30px rgba(27,62,31,.06); }
.abspiellistenkarte__kopf { display: flex; align-items: center; gap: 13px; padding-bottom: 18px; border-bottom: 1px solid var(--linie); }
.abspiellistenkarte__kopf > div { min-width: 0; flex: 1; }
.abspiellistenkarte__kopf h3, .abspiellistenkarte__kopf small { display: block; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.abspiellistenkarte__kopf h3 { margin-top: 2px; font-size: 1.05rem; }
.abspiellistenkarte__kopf small { color: var(--text-sanft); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.kategoriezeichen { display: grid; place-items: center; flex: 0 0 auto; width: 43px; height: 43px; border-radius: 12px; color: var(--gruen-dunkel); background: var(--gruen-hell); font-size: .72rem; font-weight: 900; }
.kategoriezeichen--intern { color: #5b4c05; background: var(--gelb-hell); }
.abspiellistendaten { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 22px; margin: 20px 0; }
.abspiellistendaten div { min-width: 0; }
.abspiellistendaten dt { color: var(--text-sanft); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.abspiellistendaten dd { margin: 2px 0 0; font-size: .82rem; font-weight: 700; }
.abspiellistenkarte__aktionen { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.abspiellistenkarte__aktionen form { margin: 0; }
.partneranzeigen, .abspiellisteneintraege { margin-top: 20px; }
.anzeigenhinzufuegen, .eintraghinzufuegen { display: grid; grid-template-columns: minmax(240px, 1.45fr) minmax(180px, 1fr) minmax(130px, .55fr) auto; align-items: end; gap: 12px; margin-bottom: 14px; padding: 17px; border: 1px solid #dce7de; border-radius: 14px; background: #f8faf8; }
.eintraghinzufuegen { grid-template-columns: minmax(280px, 1.5fr) minmax(110px, .45fr) minmax(130px, .55fr) auto; }
.anzeigenhinzufuegen label, .eintraghinzufuegen label, .anzeigenzeile label { font-size: .76rem; }
.anzeigenliste { display: grid; gap: 10px; margin-top: 20px; }
.anzeigenzeile { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 12px; border: 1px solid var(--linie); border-radius: 14px; background: white; }
.anzeigenvorschau { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 104px; height: 66px; overflow: hidden; border-radius: 10px; color: white; background: #102f14; }
.anzeigenvorschau img, .anzeigenvorschau video { width: 100%; height: 100%; object-fit: contain; background: #eef3ef; }
.anzeigenvorschau > span { position: absolute; right: 5px; bottom: 5px; padding: 2px 5px; border-radius: 5px; background: rgba(5,20,8,.78); font-size: .58rem; font-weight: 900; }
.anzeigenzeile__formular { display: grid; grid-template-columns: minmax(170px, 1fr) minmax(190px, 1.2fr) minmax(120px, .55fr) auto auto; align-items: end; gap: 10px; min-width: 0; flex: 1; }
.anzeigenzeile__titel, .anzeigenzeile__daten { min-width: 160px; flex: 1; }
.anzeigenzeile__titel strong, .anzeigenzeile__titel small, .anzeigenzeile__daten strong, .anzeigenzeile__daten small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.anzeigenzeile__titel small, .anzeigenzeile__daten small { margin-top: 3px; color: var(--text-sanft); font-size: .72rem; }
.eintragzeile__formular { display: grid; grid-template-columns: 110px 135px auto auto; align-items: end; gap: 10px; }
.mini-schalter { display: inline-flex; align-items: center; gap: 7px; min-height: 50px; margin: 0; padding: 0 5px; font-size: .78rem !important; white-space: nowrap; }
.mini-schalter input { width: 18px; min-height: 18px; height: 18px; margin: 0; accent-color: var(--gruen); }

.bereichstabs { display: flex; gap: 6px; margin-bottom: 20px; padding: 5px; border: 1px solid #dfe8e1; border-radius: 13px; background: white; width: max-content; }
.bereichstabs a { padding: 10px 16px; border-radius: 9px; color: var(--text-sanft); font-size: .83rem; font-weight: 750; }
.bereichstabs a.ist-aktiv { color: var(--gruen-dunkel); background: var(--gruen-hell); }
.benutzerkopf { margin-top: 4px; }
.benutzerkopf h3, .benutzerkopf p { margin: 0; }
.benutzerkopf h3 { font-size: 1.2rem; }
.benutzerkopf p { margin-top: 4px; color: var(--text-sanft); font-size: .86rem; }
.rollenabzeichen--kompakt { display: inline-flex; width: auto; margin: 0; padding: 6px 10px; border-color: #cfe2d1; color: var(--gruen-dunkel); background: var(--gruen-hell); font-size: .74rem; }
.benutzertabelle td:nth-child(3) { overflow-wrap: anywhere; }
.markenwahl { margin: 0; padding: 0; border: 0; }
.medienaktionen { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 20px; margin-bottom: 20px; }
.kompaktformular { align-content: start; }
.ordnerkarte { margin-bottom: 20px; }
.datenkarte__kopf { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border-bottom: 1px solid var(--linie); }
.datenkarte__kopf h3, .datenkarte__kopf p { margin: 0; }
.datenkarte__kopf h3 { font-size: 1rem; }
.datenkarte__kopf p { margin-top: 3px; color: var(--text-sanft); font-size: .82rem; }
.anzahlmarke { display: grid; place-items: center; min-width: 34px; height: 34px; padding: 0 9px; border-radius: 999px; color: var(--gruen-dunkel); background: var(--gelb); font-size: .82rem; font-weight: 850; }
.ordneruebersicht { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 10px; padding: 16px; }
.ordnereintrag { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 11px; min-width: 0; padding: 12px; border: 1px solid #e0e8e1; border-radius: 12px; background: #fbfdfb; }
.ordnereintrag__symbol { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; color: var(--gruen-dunkel); background: var(--gruen-hell); }
.ordnereintrag__symbol svg { width: 21px; height: 21px; }
.ordnereintrag__angaben { min-width: 0; }
.ordnereintrag__angaben strong, .ordnereintrag__angaben small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ordnereintrag__angaben strong { font-size: .88rem; }
.ordnereintrag__angaben small { margin-top: 3px; color: var(--text-sanft); font-size: .78rem; }
.symbolknopf--hell { color: var(--gruen-dunkel); border-color: #d6e3d8; background: white; }
.symbolknopf--hell:hover { color: white; border-color: var(--gruen); background: var(--gruen); }
.ordnerleiste { display: flex; gap: 8px; overflow-x: auto; padding: 16px; border-bottom: 1px solid var(--linie); }
.ordnerchip { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; padding: 8px 12px; border: 1px solid #d9e2da; border-radius: 999px; color: var(--text-sanft); font-size: .76rem; font-weight: 750; }
.ordnerchip small { display: grid; place-items: center; min-width: 19px; height: 19px; border-radius: 999px; background: #eef2ef; font-size: .65rem; }
.ordnerchip.ist-aktiv { color: white; border-color: var(--gruen); background: var(--gruen); }
.ordnerchip.ist-aktiv small { color: var(--gruen-dunkel); background: var(--gelb); }
.medienraster { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 16px; padding: 20px; }
.medienkarte { overflow: hidden; border: 1px solid #dfe8e1; border-radius: 14px; background: #fff; }
.medienkarte__vorschau { display: grid; place-items: center; aspect-ratio: 4 / 3; padding: 14px; background: linear-gradient(135deg, #f2f6f2, #fafcfa); }
.medienkarte__vorschau img, .medienkarte__vorschau video { max-width: 100%; max-height: 100%; object-fit: contain; }
.medienkarte__vorschau video { width: 100%; height: 100%; border-radius: 8px; background: #07150a; }
.medienkarte__inhalt { padding: 14px; }
.medienkarte__inhalt strong, .medienkarte__inhalt span, .medienkarte__inhalt small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.medienkarte__inhalt strong { font-size: .84rem; }
.medienkarte__inhalt span { margin-top: 3px; color: var(--gruen); font-size: .7rem; font-weight: 700; }
.medienkarte__inhalt small { margin-top: 8px; color: var(--text-sanft); font-size: .67rem; }
.medienkarte__link { display: inline-flex; margin-top: 11px; color: var(--gruen-dunkel); font-size: .78rem; font-weight: 780; text-decoration: underline; text-underline-offset: 3px; }
.tafelmass-vorschau { display: grid; grid-template-columns: 130px 1fr; grid-template-rows: auto auto; column-gap: 18px; align-items: center; margin-bottom: 24px; padding: 16px; border: 1px solid #dce6de; border-radius: 13px; background: #f8faf8; }
.tafelmass-vorschau__flaeche { grid-row: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; aspect-ratio: 16 / 9; padding: 7px; border-radius: 8px; background: var(--gruen-tief); }
.tafelmass-vorschau__flaeche i { border-radius: 4px; background: var(--gruen); }
.tafelmass-vorschau__flaeche i:last-child { background: var(--gelb); }
.tafelmass-vorschau strong { align-self: end; font-size: 1rem; font-variant-numeric: tabular-nums; }
.tafelmass-vorschau small { align-self: start; color: var(--text-sanft); font-size: .72rem; }
.tafellayout-werkzeug { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding: 14px 16px; border: 1px solid #dce6de; border-radius: 13px; background: #f8faf8; }
.tafellayout-werkzeug__hinweis strong, .tafellayout-werkzeug__hinweis small { display: block; }
.tafellayout-werkzeug__hinweis small { margin-top: 3px; color: var(--text-sanft); font-size: .75rem; }
.tafellayout-schrift { width: min(100%, 560px); margin-bottom: 18px; }
.tafelschrift-probe { display: block; margin-top: 10px; padding: 12px 14px; border: 1px solid #dce6de; border-radius: 10px; color: #fff; background: var(--gruen-tief); font-size: 1.15rem; font-weight: 700; }
.tafelschrift-probe--inter { font-family: "SV Inter", Arial, sans-serif; }
.tafelschrift-probe--montserrat { font-family: "SV Montserrat", Arial, sans-serif; }
.tafelschrift-probe--oswald { font-family: "SV Oswald", Arial, sans-serif; }
.tafelschrift-probe--calibri { font-family: "Calibri", Arial, Helvetica, sans-serif; }
.tafellayout-raster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.tafellayout-element { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 16px; border: 1px solid var(--linie); border-radius: 13px; background: #fff; }
.tafellayout-element > div { grid-column: 1 / -1; }
.tafellayout-element > div strong, .tafellayout-element > div small { display: block; }
.tafellayout-element > div strong { color: var(--gruen-dunkel); }
.tafellayout-element > div small { min-height: 2.7em; margin-top: 3px; color: var(--text-sanft); font-size: .72rem; line-height: 1.35; }
.tafellayout-element label { margin: 0; color: var(--text-sanft); font-size: .72rem; }
.tafellayout-eingabe { position: relative; display: block; margin-top: 6px; }
.tafellayout-eingabe input { padding-right: 36px !important; font-weight: 800; font-variant-numeric: tabular-nums; }
.tafellayout-eingabe i { position: absolute; top: 50%; right: 13px; color: var(--text-sanft); font-style: normal; transform: translateY(-50%); pointer-events: none; }
.tafellayout-rand { width: min(100%, 380px); margin-top: 18px; }
.ablaufleiste { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 9px; margin-bottom: 26px; padding: 15px; border-radius: 13px; background: #f6f9f6; }
.ablaufleiste span { display: flex; align-items: center; gap: 7px; color: #4d5b50; font-size: .72rem; font-weight: 750; white-space: nowrap; }
.ablaufleiste b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--gruen-dunkel); background: var(--gelb); font-size: .67rem; }
.ablaufleiste i { height: 2px; background: #d5e2d7; }
.schalterzeile { display: flex; align-items: flex-start; gap: 12px; margin-top: 22px; padding: 16px; border: 1px solid #dce6de; border-radius: 12px; background: #fafcfa; cursor: pointer; }
.schalterzeile input { flex: 0 0 auto; width: 19px; height: 19px; min-height: 19px; margin-top: 2px; accent-color: var(--gruen); }
.schalterzeile span, .schalterzeile strong, .schalterzeile small { display: block; }
.schalterzeile strong { font-size: .85rem; }
.schalterzeile small { margin-top: 3px; color: var(--text-sanft); font-size: .73rem; font-weight: 450; }
.leerzustand__aktion { margin-left: auto; flex: 0 0 auto; }

.spielliste { display: grid; gap: 12px; }
.spielkarte { position: relative; display: grid; grid-template-columns: 150px minmax(300px, 1fr) minmax(210px, auto) 44px; align-items: center; gap: 22px; padding: 18px 20px; border: 1px solid #dfe8e1; border-radius: 17px; background: white; box-shadow: 0 7px 24px rgba(27,62,31,.035); }
.spieltermin { padding-right: 20px; border-right: 1px solid var(--linie); font-variant-numeric: tabular-nums; }
.spieltermin span, .spieltermin strong, .spieltermin small { display: block; }
.spieltermin span { color: var(--text-sanft); font-size: .72rem; font-weight: 750; }
.spieltermin strong { margin: 3px 0; color: var(--gruen-dunkel); font-size: 1.45rem; line-height: 1; }
.spieltermin small { color: #8b958d; font-size: .67rem; }
.spielpaarung { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 15px; }
.spielteam { display: flex; align-items: center; gap: 11px; min-width: 0; }
.spielteam > span:last-child { min-width: 0; }
.spielteam small, .spielteam strong { display: block; }
.spielteam small { margin-bottom: 2px; color: var(--text-sanft); font-size: .67rem; font-weight: 750; text-transform: uppercase; }
.spielteam strong { overflow: hidden; font-size: .85rem; text-overflow: ellipsis; white-space: nowrap; }
.spiellogo { display: grid; place-items: center; flex: 0 0 auto; width: 43px; height: 43px; overflow: hidden; border: 1px solid #d8e5d9; border-radius: 11px; color: var(--gruen-dunkel); background: var(--gruen-hell); font-size: .65rem; font-weight: 850; }
.spiellogo img { width: 100%; height: 100%; padding: 4px; object-fit: contain; }
.gegen { color: #8c968e; font-size: .66rem; font-weight: 700; }
.spieldetails { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: center; color: var(--text-sanft); font-size: .7rem; }
.spieldetails > span:not(.statusmarke) { white-space: nowrap; }
.statusmarke--spiel-geplant { color: #305f80; background: #edf6fb; }
.statusmarke--spiel-geplant::before { background: #4c94c0; }
.statusmarke--spiel-aktiv { color: #1b6520; background: #edf8ee; }
.statusmarke--spiel-aktiv::before { background: #36a340; }
.statusmarke--spiel-unterbrochen, .statusmarke--spiel-pause { color: #705d0c; background: #fff8d9; }
.statusmarke--spiel-unterbrochen::before, .statusmarke--spiel-pause::before { background: #d2aa16; }
.statusmarke--spiel-beendet, .statusmarke--spiel-abgesagt { color: #6f7771; background: #f0f2f0; }
.statusmarke--spiel-beendet::before, .statusmarke--spiel-abgesagt::before { background: #9da49f; }
.spielkarte__aktion { justify-self: end; }

.mannschaftssuche { position: relative; }
.mannschaftssuche__eingabe { display: none; }
.js .mannschaftssuche__eingabe { display: block; }
.mannschaftssuche__vorschlaege { position: absolute; top: calc(100% - 22px); z-index: 15; width: 100%; max-height: 260px; overflow-y: auto; padding: 6px; border: 1px solid #cbd9cd; border-radius: 12px; background: white; box-shadow: 0 16px 36px rgba(24,55,28,.16); }
.mannschaftssuche__vorschlaege button { display: block; width: 100%; padding: 10px 11px; border: 0; border-radius: 8px; color: var(--text); background: transparent; font: inherit; font-size: .8rem; text-align: left; cursor: pointer; }
.mannschaftssuche__vorschlaege button:hover, .mannschaftssuche__vorschlaege button.ist-aktiv { color: var(--gruen-dunkel); background: var(--gruen-hell); }
.mannschaftssuche__leer { display: block; padding: 10px 11px; color: var(--text-sanft); font-size: .78rem; }
.turnierseitenwahl[hidden] { display: none; }
.hauptknopf:disabled { cursor: not-allowed; opacity: .5; }

.tafelvorschaukarte { overflow: hidden; margin-bottom: 22px; border: 1px solid #dce6de; border-radius: 18px; background: #fff; box-shadow: 0 7px 24px rgba(27,62,31,.045); }
.tafelvorschaukarte__kopf { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border-bottom: 1px solid var(--linie); }
.tafelvorschaukarte__kopf > div { display: flex; align-items: center; gap: 9px; }
.tafelvorschaukarte__kopf .livepunkt { display: block; width: 8px; height: 8px; border-radius: 50%; background: #33a33d; box-shadow: 0 0 0 5px rgba(51,163,61,.1); }
.tafelvorschaukarte__kopf .livepunkt::before { display: none; }
.tafelvorschaukarte__kopf strong { font-size: .86rem; }
.tafelvorschaukarte__kopf small { color: var(--text-sanft); font-size: .72rem; }
.tafelrahmen { overflow: hidden; background: transparent; }
.tafelrahmen--admin { width: 100%; aspect-ratio: var(--anzeigetafel-verhaeltnis-breite, 16) / var(--anzeigetafel-verhaeltnis-hoehe, 9); }
.anzeige-dokument, .anzeigeseite { width: var(--anzeigetafel-breite); min-width: var(--anzeigetafel-breite); max-width: var(--anzeigetafel-breite); height: var(--anzeigetafel-hoehe); min-height: var(--anzeigetafel-hoehe); max-height: var(--anzeigetafel-hoehe); overflow: hidden; background: transparent; }
.oeffentliche-anzeige, .tafelrahmen--oeffentlich { width: var(--anzeigetafel-breite); min-width: var(--anzeigetafel-breite); max-width: var(--anzeigetafel-breite); height: var(--anzeigetafel-hoehe); min-height: var(--anzeigetafel-hoehe); max-height: var(--anzeigetafel-hoehe); overflow: hidden; background: transparent; }
.anzeigetafel-live { position: relative; display: grid; place-items: stretch; width: 100%; height: 100%; overflow: hidden; container-type: inline-size; color: #fff; background-color: transparent; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; font-family: var(--tafel-schriftart); isolation: isolate; }
.anzeigetafel-live[data-phase="werbung"], .anzeigetafel-live[data-phase="vereinsanzeigen"] { background-color: #000; background-image: none !important; }
.anzeigetafel-live::before { display: none; }
.anzeigetafel-live--verbindungsfehler::after { content: "Verbindung unterbrochen"; position: absolute; right: 1.4cqw; bottom: 1.4cqw; z-index: 4; padding: .45em .8em; border-radius: 999px; color: #6f1711; background: #ffe3df; font-size: clamp(.7rem, 1cqw, 1rem); font-weight: 800; }
.tafel-ladezustand, .tafelphase { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1.3cqw; padding: 5cqw; text-align: center; }
.tafel-ladezustand__zeichen { display: grid; place-items: center; width: 8cqw; height: 8cqw; min-width: 48px; min-height: 48px; border-radius: 22%; color: var(--gruen-tief); background: var(--gelb); font-size: clamp(1.1rem, 2.5cqw, 3rem); font-weight: 950; }
.tafel-ladezustand strong { font-size: clamp(1rem, 2.2cqw, 2.5rem); }
.tafelspiele { display: grid; width: 100%; height: 100%; }
.anzeigetafel-live--turnier .tafelspiele { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.anzeigetafel-live--turnier .tafelspiel[data-position="links"] { grid-column: 1; }
.anzeigetafel-live--turnier .tafelspiel[data-position="rechts"] { grid-column: 2; }
.tafelspiel { position: relative; min-width: 0; min-height: 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; box-shadow: none; container-type: inline-size; }
.tafelmannschaft { position: absolute; top: var(--tafel-logo-position); z-index: 1; display: grid; place-items: center; width: var(--tafel-logo-max-breite); height: var(--tafel-logo-max-hoehe); min-width: 0; }
.tafelmannschaft--heim { left: var(--tafel-logo-rand); }
.tafelmannschaft--gast { right: var(--tafel-logo-rand); }
.tafelmannschaft__logo { display: grid; place-items: center; width: 100%; height: 100%; }
.tafelmannschaft__logo--bild { width: 100%; height: 100%; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.tafelmannschaft__logo--bild img { display: block; width: 100%; height: 100%; padding: 0; object-fit: contain; object-position: center; }
.tafelmannschaft__logo--kuerzel { overflow: hidden; border: max(2px, .15cqw) solid rgba(255,255,255,.78); border-radius: .7cqw; color: var(--gruen-tief); background: rgba(255,255,255,.96); box-shadow: 0 1.2cqw 3cqw rgba(0,0,0,.2); font-size: var(--tafel-kuerzel-groesse); font-weight: 950; letter-spacing: -.04em; }
.tafelspiel__ergebnis { position: absolute; top: var(--tafel-ergebnis-position); left: 50%; z-index: 2; display: flex; align-items: center; justify-content: center; gap: .14em; color: #fff; font-size: var(--tafel-ergebnis-groesse); font-variant-numeric: tabular-nums; line-height: .85; transform: translateX(-50%); }
.tafelspiel__tor { min-width: .68em; font-size: 1em; font-weight: 930; text-align: center; text-shadow: 0 .4cqw 1.6cqw rgba(0,0,0,.25); }
.tafelspiel__doppelpunkt { color: var(--gelb); font-size: .58em; font-weight: 900; }
.tafelspiel__namen { position: absolute; top: var(--tafel-name-position); left: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 2%; width: 100%; }
.tafelspiel__name { display: -webkit-box; flex: 0 0 var(--tafel-name-max-breite); max-width: var(--tafel-name-max-breite); max-height: 2.2em; overflow: hidden; color: #fff; font-size: var(--tafel-name-groesse); line-height: 1.1; overflow-wrap: anywhere; text-align: center; text-shadow: 0 .18cqw .8cqw rgba(0,0,0,.28); white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tafeluhr { position: absolute; top: var(--tafel-uhr-position); left: 50%; z-index: 3; display: grid; justify-items: center; min-width: 18cqw; padding: .65cqw 2.2cqw .7cqw; border: max(2px, .16cqw) solid var(--gelb); border-radius: 0; color: #fff; background: transparent; box-shadow: none; font-variant-numeric: tabular-nums; transform: translateX(-50%); }
.tafeluhr__hauptzeit { font-size: var(--tafel-uhr-groesse); line-height: 1; letter-spacing: -.04em; text-shadow: 0 .18cqw .8cqw rgba(0,0,0,.22); }
.tafeluhr__nachspielzeit { display: flex; align-items: baseline; gap: .65em; margin-top: .5cqw; padding-top: .45cqw; border-top: max(1px, .08cqw) solid rgba(255,255,255,.4); }
.tafeluhr__nachspielzeit[hidden] { display: none; }
.tafeluhr__nachspielzeit small { font-size: clamp(.55rem, .8cqw, 1rem); font-weight: 800; text-transform: uppercase; }
.tafeluhr__nachspielzeit b { font-size: clamp(.8rem, 1.45cqw, 1.7rem); }
.tafeluhr__abschnitt { margin-top: .35cqw; color: rgba(255,255,255,.76); font-size: clamp(.6rem, .95cqw, 1.15rem); font-weight: 850; text-transform: uppercase; }
.tafelwerbung { position: relative; width: 100%; height: 100%; overflow: hidden; color: white; background: #000; }
.tafelwerbung__inhalt { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; animation-duration: var(--anzeigen-uebergang, 600ms); animation-timing-function: ease-out; animation-fill-mode: both; }
.tafelwerbung__inhalt img, .tafelwerbung__inhalt video { display: block; width: 100%; height: 100%; object-fit: contain; background: #000; }
.tafelwerbung__inhalt--ueberblenden { animation-name: anzeige-einblenden; }
.tafelwerbung__inhalt--schieben { animation-name: anzeige-schieben; }
.tafelwerbung__inhalt--zoom { animation-name: anzeige-zoom; }
@keyframes anzeige-einblenden { from { opacity: 0; } to { opacity: 1; } }
@keyframes anzeige-schieben { from { opacity: .65; transform: translateX(7%); } to { opacity: 1; transform: translateX(0); } }
@keyframes anzeige-zoom { from { opacity: .65; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
.tafelphase, .tafelphase--vereinsanzeigen { position: relative; background: transparent; }
.tafelphase__marke { padding: .55em 1.1em; border: max(1px, .08cqw) solid rgba(255,255,255,.25); border-radius: 999px; color: var(--gelb); font-size: clamp(.7rem, 1.2cqw, 1.4rem); font-weight: 900; letter-spacing: .18em; }
.tafelphase__titel { font-size: clamp(2.2rem, 7cqw, 8rem); line-height: .95; letter-spacing: -.05em; }
.tafelphase__text { max-width: 55ch; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(.8rem, 1.7cqw, 2rem); }
.tafelphase__partie { margin-top: 1.4cqw; color: rgba(255,255,255,.5); font-size: clamp(.7rem, 1.15cqw, 1.3rem); }
.tafel-noscript { margin: 0; padding: 20px; color: white; background: #651d17; text-align: center; }

.steuerungsraster { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 20px; margin-bottom: 20px; }
.steuerungskarte { min-width: 0; }
.auswahlformular { display: flex; align-items: flex-end; gap: 12px; }
.auswahlformular .formularfeld { flex: 1; }
.auswahlformular .hauptknopf { flex: 0 0 auto; }
.auswahlstatus { display: flex; align-items: flex-start; gap: 9px; margin: 16px 0 0; padding: 11px 13px; border-radius: 10px; color: #745a0b; background: #fff8dc; font-size: .78rem; }
.auswahlstatus > span { display: grid; place-items: center; flex: 0 0 auto; width: 19px; height: 19px; border-radius: 50%; color: white; background: #c49b13; font-weight: 900; }
.auswahlstatus.ist-bestaetigt { color: #1b6520; background: #edf8ee; }
.auswahlstatus.ist-bestaetigt > span { background: var(--gruen); }
.ergebnisformular { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: end; gap: 12px; text-align: center; }
.ergebnisformular label { min-width: 0; margin: 0; }
.ergebnisformular label > span { display: block; min-height: 2.7em; margin-bottom: 7px; overflow: hidden; font-size: .75rem; text-overflow: ellipsis; }
.ergebnisformular input { height: 76px; padding: 0 8px !important; color: var(--gruen-dunkel); background: var(--gruen-hell); font-size: 2rem; font-weight: 900; text-align: center; }
.ergebnisformular > strong { align-self: center; padding-top: 1.2em; color: var(--text-sanft); font-size: 1.6rem; }
.ergebnisformular button { grid-column: 1 / -1; justify-self: center; margin-top: 7px; }
.steuerung-gesperrt { display: grid; place-items: center; min-height: 150px; padding: 24px; border: 1px dashed #cfdbd1; border-radius: 12px; color: var(--text-sanft); background: #f8faf8; text-align: center; }
.steuerung-gesperrt strong, .steuerung-gesperrt span { display: block; }
.steuerung-gesperrt strong { color: var(--text); }
.steuerung-gesperrt span { margin-top: 4px; font-size: .78rem; }
.spielsteuerung .formularkarte__kopf { align-items: center; }
.spielsteuerung .formularkarte__kopf > div { flex: 1; }
.mobil-steuerungsschalter { display: none; }
.steuerstatus { padding: 7px 11px; border-radius: 999px; color: #315d34; background: #edf5ee; font-size: .72rem; font-weight: 800; white-space: nowrap; }
.steuerstatus--laeuft { color: #fff; background: var(--gruen); }
.steuerstatus--unterbrochen { color: #8b2a22; background: #ffebe8; }
.steuerstatus--pause { color: #6c5908; background: #fff5bc; }
.steuerstatus--beendet { color: #fff; background: var(--gruen-dunkel); }
.aktionsleiste { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.steuerknopf { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 830; transition: transform .15s, filter .15s; }
.steuerknopf svg { width: 20px; height: 20px; }
.steuerknopf:hover:not(:disabled) { filter: brightness(.95); transform: translateY(-1px); }
.steuerknopf:disabled { cursor: not-allowed; filter: grayscale(.35); opacity: .45; }
.steuerknopf--start { color: #fff; background: var(--gruen); }
.steuerknopf--unterbrechen { color: #8f241b; border-color: #f2bbb5; background: #ffebe8; }
.steuerknopf--pause { color: #4c410a; border-color: #e1bc13; background: var(--gelb); }
.steuerknopf--ende { color: #fff; background: var(--gruen-dunkel); }
.steuerknopf--rueckgaengig { grid-column: 1 / -1; min-height: 46px; color: #405443; border-color: #cad7cc; background: #f4f7f4; }

.spielereignisse { margin-bottom: 26px; }
.spielereignisformular { display: grid; grid-template-columns: 1.15fr 1.35fr .65fr .7fr 1.5fr; gap: 14px; align-items: end; }
.spielereignisformular__eigentor { grid-column: 1 / 4; min-height: 58px; margin: 0; }
.spielereignisformular > .hauptknopf { grid-column: 4 / 6; justify-self: end; }
.spielereignisliste { display: grid; margin-top: 24px; border-top: 1px solid var(--linie); }
.spielereigniszeile { display: grid; grid-template-columns: 56px 130px minmax(0,1fr) auto; gap: 14px; align-items: center; min-height: 70px; padding: 12px 2px; border-bottom: 1px solid var(--linie); }
.spielereigniszeile time { color: var(--gruen-dunkel); font-size: 1.05rem; font-weight: 900; text-align: center; }
.ereignismarke { display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 5px 10px; border-radius: 999px; color: #38513a; background: #edf4ee; font-size: .76rem; font-weight: 850; text-align: center; }
.ereignismarke--tor { color: #fff; background: var(--gruen); }
.ereignismarke--karte { color: #594900; background: var(--gelb); }
.spielereigniszeile__person { min-width: 0; }
.spielereigniszeile__person strong, .spielereigniszeile__person small { display: block; }
.spielereigniszeile__person strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.spielereigniszeile__person small, .spielereigniszeile__kategorie { margin-top: 3px; color: var(--text-sanft); font-size: .76rem; }
.spielereigniszeile__kategorie { white-space: nowrap; }

.ereignisart-neu { display: grid; grid-template-columns: minmax(220px,1.6fr) minmax(160px,1fr) 120px auto auto; gap: 14px; align-items: end; }
.ereignisart-neu__status { min-height: 50px; }
.ereignisartenliste { display: grid; gap: 12px; }
.ereignisartzeile { display: flex; gap: 10px; align-items: center; padding: 14px; border: 1px solid var(--linie); border-radius: 14px; background: #fbfdfb; }
.ereignisartformular { display: grid; grid-template-columns: minmax(210px,1.5fr) minmax(145px,1fr) 110px auto 80px auto; gap: 12px; align-items: end; flex: 1; }
.ereignisartzeile__info { align-self: center; color: var(--text-sanft); text-align: center; }
.ereignisartzeile__info strong, .ereignisartzeile__info small { display: block; }
.ereignisartzeile__info strong { color: var(--text); font-size: 1.05rem; }
.ereignisartzeile__info small { font-size: .68rem; }
.ereignisart-loeschen { flex: 0 0 auto; }

.fehlerseite { display: flex; flex-direction: column; min-height: 100vh; padding: 36px clamp(24px, 6vw, 80px); background: linear-gradient(145deg, var(--gruen-tief), var(--gruen)); }
.fehlerkarte { width: min(100%, 570px); margin: auto; padding: clamp(28px, 5vw, 52px); border-radius: 22px; background: white; box-shadow: var(--schatten); text-align: center; }
.fehlercode { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 22px; border-radius: 18px; color: var(--gruen-tief); background: var(--gelb); font-size: 1.4rem; font-weight: 900; }
.fehlerkarte h1 { margin: 0 0 12px; font-size: clamp(1.7rem, 4vw, 2.5rem); line-height: 1.1; }
.fehlerkarte > p:not(.ueberzeile) { margin: 0 0 28px; color: var(--text-sanft); }
.fehlerkarte .hauptknopf { width: auto; padding: 0 24px; }

@media (max-width: 980px) {
  .anmeldung { grid-template-columns: minmax(320px, .8fr) minmax(440px, 1.2fr); }
  .anmeldung__buehne { padding: 32px; }
  .anmeldung__botschaft h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
  .spielstandkarte__anzeige strong { width: 52px; height: 56px; }
  .statusraster { grid-template-columns: 1fr; }
  .formularraster--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tafellayout-raster { grid-template-columns: 1fr; }
  .optionsgruppe--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .medienaktionen { grid-template-columns: 1fr; }
  .ablaufleiste { grid-template-columns: 1fr; }
  .ablaufleiste i { width: 2px; height: 12px; margin-left: 10px; }
  .steuerungsraster { grid-template-columns: 1fr; }
  .profilraster { grid-template-columns: 1fr; }
  .abspiellistenraster { grid-template-columns: 1fr; }
  .anzeigenhinzufuegen, .eintraghinzufuegen { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .anzeigenhinzufuegen .hauptknopf, .eintraghinzufuegen .hauptknopf { width: 100%; }
  .anzeigenzeile { align-items: flex-start; flex-wrap: wrap; }
  .anzeigenzeile__formular { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .eintragzeile__formular { grid-template-columns: repeat(2, minmax(0,1fr)); flex: 1; }
  .aktionsleiste { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .spielereignisformular { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .spielereignisformular__name { grid-column: span 2; }
  .spielereignisformular__eigentor { grid-column: span 2; }
  .spielereignisformular > .hauptknopf { grid-column: auto; width: 100%; }
  .ereignisart-neu { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ereignisartformular { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ereignisartzeile__info { text-align: left; }
  .spielkarte { grid-template-columns: 125px minmax(300px, 1fr) 44px; }
  .spieldetails { grid-column: 2; }
  .spielkarte__aktion { grid-column: 3; grid-row: 1 / 3; }
}

@media (max-width: 760px) {
  .anmeldung { display: block; min-height: 100vh; background: linear-gradient(180deg, var(--gruen-tief) 0, var(--gruen) 250px, #f7faf7 250px); }
  .anmeldung__buehne { display: none; }
  .anmeldung__formularbereich { min-height: 100vh; padding: 38px 20px; background: transparent; align-items: start; }
  .anmeldekarte { margin-top: 45px; padding: 28px 22px; border-radius: 20px; background: white; box-shadow: var(--schatten); }
  .mobilmarke { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 26px; border-radius: 13px; color: var(--gruen-tief); background: var(--gelb); font-weight: 900; }
  .app-rahmen { display: block; }
  .seitenleiste, .menueknopf, .menuehintergrund, .systemstatus { display: none !important; }
  .nur-desktop { display: none !important; }
  .nur-mobil { display: inline; }
  .kopfzeile { position: sticky; top: 0; z-index: 18; min-height: 66px; padding: 10px 16px; background: rgba(255,255,255,.94); }
  .kopfzeile__kontext { display: none; }
  .kopfzeile h1 { margin: 0; font-size: 1.12rem; }
  .mobilkonto { display: flex; align-items: center; gap: 8px; margin-left: auto; }
  .mobilkonto__profil { display: block; border-radius: 11px; }
  .mobilkonto__profil:focus-visible { outline: 3px solid rgba(39,133,44,.2); outline-offset: 2px; }
  .mobilkonto .avatar, .mobilkonto .symbolknopf { width: 40px; height: 40px; }
  .mobilkonto form { margin: 0; }
  .mobilnavigation { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; min-height: calc(72px + env(safe-area-inset-bottom)); padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid #d9e5db; background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(17,54,22,.1); backdrop-filter: blur(14px); }
  .mobilnavigation a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; min-height: 54px; border-radius: 13px; color: #69746b; font-size: .8rem; font-weight: 750; }
  .mobilnavigation a.ist-aktiv { color: var(--gruen-dunkel); background: var(--gruen-hell); }
  .mobilnavigation svg { width: 23px; height: 23px; }
  .hauptinhalt { padding: 18px 14px calc(98px + env(safe-area-inset-bottom)); }
  .auswahlformular { align-items: stretch; flex-direction: column; }
  .auswahlformular .hauptknopf { width: 100%; }
  .tafelvorschaukarte { margin-bottom: 16px; border-radius: 14px; }
  .tafelvorschaukarte__kopf { padding: 10px 13px; }
  .tafelvorschaukarte__kopf small { display: none; }
  .steuerungsraster { gap: 14px; margin-bottom: 14px; }
  .steuerungskarte, .spielsteuerung, .spielereignisse { padding: 18px 16px; border-radius: 14px; }
  .steuerungskarte .formularkarte__kopf, .spielsteuerung .formularkarte__kopf, .spielereignisse .formularkarte__kopf { margin-bottom: 18px; padding-bottom: 14px; }
  .aktionsleiste { gap: 9px; }
  .steuerknopf { min-height: 62px; padding: 8px; }
  .ergebnisformular input { height: 68px; }
  .spielsteuerung { position: static; box-shadow: var(--schatten); }
  .mobil-steuerungsschalter { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; margin: -5px 0 10px; color: var(--text); cursor: pointer; font-size: .82rem; font-weight: 800; }
  .mobil-steuerungsschalter input { flex: 0 0 auto; width: 19px; height: 19px; margin: 0; accent-color: var(--gruen); }
  .aktionsleiste.ist-fixiert { position: fixed; right: 14px; bottom: calc(82px + env(safe-area-inset-bottom)); left: 14px; z-index: 12; padding: 10px; border: 1px solid #d9e5db; border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: 0 12px 38px rgba(17,54,22,.18); backdrop-filter: blur(12px); }
  .app-seite.mobile-steuerung-ist-fixiert .hauptinhalt { padding-bottom: calc(330px + env(safe-area-inset-bottom)); }
  .spielereignisformular { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .spielereignisformular__name, .spielereignisformular__eigentor, .spielereignisformular > .hauptknopf { grid-column: 1 / -1; }
  .spielereigniszeile { grid-template-columns: 48px 110px minmax(0,1fr); gap: 10px; }
  .spielereigniszeile__kategorie { display: none; }
  .ereignisartzeile { align-items: flex-end; }
  .ereignisartformular { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .spielkarte { grid-template-columns: 1fr auto; gap: 15px; }
  .spieltermin { padding: 0 0 13px; border-right: 0; border-bottom: 1px solid var(--linie); }
  .spielpaarung { grid-column: 1 / -1; grid-row: 2; }
  .spieldetails { grid-column: 1 / -1; grid-row: 3; }
  .spielkarte__aktion { grid-column: 2; grid-row: 1; }
  .willkommen { display: block; }
  .rollenabzeichen { width: max-content; margin-top: 24px; }
  .rollenabzeichen--kompakt { margin-top: 0; }
}

@media (max-width: 430px) {
  .anmeldekarte { padding: 25px 18px; }
  .anmeldetabs { margin-top: 28px; }
  .willkommen { padding: 24px 20px; }
  .leerzustand { align-items: flex-start; }
  .seitenkopf { align-items: flex-start; flex-direction: column; }
  .seitenkopf > div .ueberzeile, .seitenkopf > div > p:last-child { display: none; }
  .seitenkopf { gap: 12px; margin-bottom: 15px; }
  .seitenkopf h2 { font-size: 1.55rem; }
  .seitenkopf .hauptknopf { width: 100%; }
  .formularraster--2, .formularraster--3, .optionsgruppe--2, .optionsgruppe--4 { grid-template-columns: 1fr; }
  .tafellayout-werkzeug { align-items: stretch; flex-direction: column; }
  .tafellayout-element { grid-template-columns: 1fr; }
  .formularaktionen { align-items: stretch; flex-direction: column-reverse; text-align: center; }
  .formularaktionen .hauptknopf { width: 100%; }
  .bereichstabs { width: 100%; }
  .bereichstabs a { flex: 1; text-align: center; }
  .tabellenrahmen { overflow: visible; }
  .datentabelle, .datentabelle tbody { display: block; }
  .datentabelle thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .datentabelle tr { display: grid; grid-template-columns: 58px 1fr auto; gap: 8px 14px; padding: 17px; border-bottom: 1px solid var(--linie); }
  .datentabelle tbody tr:last-child { border-bottom: 0; }
  .datentabelle td { display: block; padding: 0; border: 0; }
  .datentabelle td:nth-child(1) { grid-row: 1 / 4; }
  .datentabelle td:nth-child(2) { display: none; }
  .datentabelle td:nth-child(3) { grid-column: 2; }
  .datentabelle td:nth-child(4) { grid-column: 2; }
  .datentabelle td:nth-child(5) { grid-column: 3; grid-row: 1 / 3; }
  .datentabelle td:nth-child(6) { display: none; }
  .datentabelle td:nth-child(7) { grid-column: 2 / 4; }
  .benutzertabelle tr { grid-template-columns: minmax(0, 1fr) auto; }
  .benutzertabelle td:nth-child(1) { grid-column: 1; grid-row: 1; }
  .benutzertabelle td:nth-child(2) { display: block; grid-column: 1; grid-row: 2; }
  .benutzertabelle td:nth-child(3) { grid-column: 1 / -1; grid-row: 3; }
  .benutzertabelle td:nth-child(4) { grid-column: 1; grid-row: 4; }
  .benutzertabelle td:nth-child(5) { grid-column: 2; grid-row: 4; }
  .benutzertabelle td:nth-child(6) { display: block; grid-column: 1 / -1; grid-row: 5; }
  .benutzertabelle td:nth-child(7) { grid-column: 2; grid-row: 1 / 3; }
  .aktionen-spalte { width: auto; }
  .tabellenaktionen { justify-content: flex-start; margin-top: 5px; }
  .leerzustand__aktion { width: 100%; margin: 18px 0 0; }
  .arbeitskarte .leerzustand { flex-wrap: wrap; }
  .abspiellistendaten { grid-template-columns: 1fr; }
  .anzeigenhinzufuegen, .eintraghinzufuegen, .anzeigenzeile__formular, .eintragzeile__formular { grid-template-columns: 1fr; width: 100%; }
  .anzeigenvorschau { width: 86px; height: 56px; }
  .anzeigenzeile__titel { width: calc(100% - 104px); }
  .mini-schalter { min-height: 34px; }
  .werbepartnertabelle tr { grid-template-columns: minmax(0,1fr) auto; }
  .werbepartnertabelle td:nth-child(1) { display: none; }
  .werbepartnertabelle td:nth-child(2) { display: block; grid-column: 1; grid-row: 1; }
  .werbepartnertabelle td:nth-child(3) { grid-column: 1; grid-row: 2; }
  .werbepartnertabelle td:nth-child(4) { grid-column: 1; grid-row: 3; }
  .werbepartnertabelle td:nth-child(5) { grid-column: 1; grid-row: 4; }
  .werbepartnertabelle td:nth-child(6) { display: none; }
  .werbepartnertabelle td:nth-child(7) { grid-column: 2; grid-row: 1 / 4; }
  .aktionsleiste { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steuerknopf { font-size: .83rem; }
  .spielereignisformular, .ereignisart-neu, .ereignisartformular { grid-template-columns: 1fr; }
  .spielereignisformular__name, .spielereignisformular__eigentor, .spielereignisformular > .hauptknopf { grid-column: 1; }
  .spielereigniszeile { grid-template-columns: 42px minmax(0,1fr); }
  .spielereigniszeile .ereignismarke { grid-column: 2; grid-row: 1; justify-self: start; }
  .spielereigniszeile__person { grid-column: 2; }
  .ereignisartzeile { align-items: flex-start; }
}

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