/* ===================================================================
   „ULTRA CHROME PIXEL GLASS" — DIE REGELN

   Der zweite Teil von `diesein-teile.css`. Dort steht, woraus gebaut
   wird: Marken, Punktformen, Dauern. Hier steht, wonach: die sechs
   Regeln, was es bewusst nicht gibt, und was noch fehlt.

   Getrennt, als das andere Blatt ueber dreihundert Zeilen ging — an
   der Naht, nicht an der Zeile (Regel 03).
   =================================================================== */

:root[data-thema] .ds-regeln {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: dsregel;
}

:root[data-thema] .ds-regeln li {
    position: relative;
    padding: 1.2rem 0 1.2rem 3.2rem;
    border-bottom: 1px solid var(--k-rand-dicke);
    counter-increment: dsregel;
}

:root[data-thema] .ds-regeln li:last-child {
    border-bottom: 0;
}

:root[data-thema] .ds-regeln li::before {
    content: counter(dsregel, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 1.25rem;
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    background-image: var(--k-verlauf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

:root[data-thema] .ds-regeln b {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--k-text);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

:root[data-thema] .ds-regeln span {
    display: block;
    max-width: 68ch;
    color: var(--k-text-leise);
    font-size: 0.93rem;
    line-height: 1.75;
}

:root[data-thema] .ds-nie {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

:root[data-thema] .ds-nie__punkt {
    position: relative;
    padding: 1.3rem 1.4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
}

:root[data-thema] .ds-nie__punkt b {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--k-text);
    font-size: 0.98rem;
    font-weight: 700;
}

:root[data-thema] .ds-nie__punkt p {
    margin: 0;
    color: var(--k-text-leise);
    font-size: 0.9rem;
    line-height: 1.7;
}

:root[data-thema] .ds-nie__punkt em {
    color: var(--k-text);
    font-style: normal;
    font-weight: 600;
}

:root[data-thema] .ds-offen {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

:root[data-thema] .ds-offen li {
    position: relative;
    padding: 1.05rem 1.3rem;
    border: 1px dashed var(--k-rand-seite);
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 0.94rem;
    line-height: 1.75;
}

:root[data-thema] .ds-offen b {
    color: var(--k-text);
    font-weight: 700;
}
