/* ===================================================================
   AERONA SPACE – SPIELE

   Vierte Seite der Erklär-Reihe: `ki.css` (Türkis), `herkunft.css`
   (Bernstein), `bleibt.css` (Smaragd) und diese hier (Koralle).
   Gleicher Aufbau, gleiche Maße – die vier sollen sich als Reihe
   lesen.

   Spiele dürfen freundlicher aussehen als eine Rechtsseite, aber
   nicht kindisch: Die Liste ist der Kern, und eine Liste von
   sechsundzwanzig Namen verträgt keine Verspieltheit drumherum.
   Deshalb nur ein wärmerer Akzent, sonst dieselbe Ruhe.

   Zwei Farben tragen Bedeutung: Koralle für das, was kommen soll,
   ein gedämpftes Rot für die Ausschlüsse in 01 und 05.
   =================================================================== */

.sp-main {
    padding: 7rem 0 6rem;
    overflow-x: clip;
}

.sp-bahn {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ---------- Bühne ---------- */

.sp-buehne {
    position: relative;
    padding-bottom: 3.5rem;
    margin-bottom: 4.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, .15);
}

/* Bleibt in der Seitenbreite – ragte der Schein hinaus, würde die
   Seite auf schmalen Bildschirmen waagerecht rollen. */
.sp-buehne::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 8%;
    width: 420px;
    max-width: 70%;
    height: 320px;
    background: radial-gradient(circle, rgba(251, 113, 133, .10), transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.sp-buehne > * { position: relative; z-index: 1; }

.sp-schild {
    display: inline-block;
    padding: .38rem .95rem;
    border: 1px solid rgba(251, 113, 133, .32);
    border-radius: 999px;
    background: rgba(251, 113, 133, .07);
    color: #fda4af;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.sp-titel {
    margin: 1.5rem 0 1.6rem;
    font-size: clamp(2.1rem, 5.2vw, 3.5rem);
    line-height: 1.12;
    letter-spacing: -.02em;
    color: #f1f5f9;
}

.sp-anriss {
    max-width: 68ch;
    margin-bottom: 1.1rem;
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(203, 213, 225, .88);
}

.sp-buehne-zahlen {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6rem;
    margin-top: 2.6rem;
}

.sp-zahl { display: flex; flex-direction: column; gap: .3rem; }

.sp-zahl strong {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
    color: #fb7185;
}

.sp-zahl span {
    max-width: 24ch;
    font-size: .87rem;
    line-height: 1.5;
    color: rgba(148, 163, 184, .9);
}

/* ---------- Abschnitte ---------- */

.sp-abschnitt { margin-bottom: 5.5rem; }

.sp-kopf { margin-bottom: 2.4rem; }

.sp-nummer {
    display: block;
    margin-bottom: .7rem;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(253, 164, 175, .8);
}

.sp-kopf h2 {
    margin: 0 0 .9rem;
    font-size: clamp(1.6rem, 3.4vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #f1f5f9;
}

.sp-kopf-text,
.sp-text {
    max-width: 66ch;
    font-size: 1rem;
    line-height: 1.78;
    color: rgba(203, 213, 225, .82);
}

.sp-text { margin-bottom: 1.3rem; }

.sp-text em {
    font-style: normal;
    color: #fda4af;
}

/* ---------- Ausschlusslisten (01 und 05) ---------- */

.sp-liste {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.1rem 2rem;
}

.sp-punkt { display: flex; gap: .9rem; padding: 1.1rem 0; }

.sp-punkt-zeichen {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: .1rem;
    border-radius: 50%;
    background: rgba(248, 113, 113, .13);
    color: #f87171;
    font-size: .8rem;
}

.sp-punkt strong {
    display: block;
    margin-bottom: .4rem;
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
}

.sp-punkt p {
    max-width: 46ch;
    margin: 0;
    font-size: .92rem;
    line-height: 1.68;
    color: rgba(203, 213, 225, .76);
}

.sp-merksatz {
    max-width: 62ch;
    margin: 2.4rem 0 0;
    padding-left: 1.1rem;
    border-left: 2px solid rgba(251, 113, 133, .5);
    font-size: 1.04rem;
    line-height: 1.7;
    color: rgba(226, 232, 240, .9);
}

/* ---------- 02 Die Liste der Spiele ---------- */

/* `align-items: start` ist hier keine Feinheit: Die vier Gruppen haben
   drei bis acht Einträge. Ohne die Zeile streckt das Raster jede Karte
   auf die Höhe der längsten in ihrer Reihe – die Würfelgruppe stünde
   dann zur Hälfte leer. */
.sp-gruppen {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
    align-items: start;
    gap: 1.4rem;
}

.sp-gruppe {
    padding: 1.4rem 1.5rem 1.5rem;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 16px;
    background: rgba(30, 41, 59, .35);
}

.sp-gruppe-kopf {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
}

.sp-gruppe-zeichen {
    font-size: 1.3rem;
    line-height: 1;
    color: #fb7185;
}

.sp-gruppe-kopf h3 {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 600;
    color: #f1f5f9;
}

.sp-spielliste {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-spielliste li {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    padding: .55rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, .07);
}

.sp-spielliste li:last-child { border-bottom: 0; padding-bottom: 0; }

.sp-spielliste b {
    font-size: .95rem;
    font-weight: 600;
    color: #e2e8f0;
}

.sp-spielliste span {
    font-size: .84rem;
    line-height: 1.5;
    color: rgba(148, 163, 184, .85);
}

/* ---------- 03 Die Bauregeln ---------- */

.sp-regeln {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(21rem, 1fr));
    gap: 1.3rem 2rem;
}

.sp-regel { display: flex; gap: 1rem; }

.sp-regel-nr {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid rgba(251, 113, 133, .35);
    border-radius: 50%;
    background: rgba(251, 113, 133, .08);
    color: #fda4af;
    font-size: .84rem;
    font-weight: 700;
}

.sp-regel strong {
    display: block;
    margin-bottom: .35rem;
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
}

.sp-regel p {
    max-width: 44ch;
    margin: 0;
    font-size: .92rem;
    line-height: 1.68;
    color: rgba(203, 213, 225, .76);
}
