/* ===================================================================
   „EINE EINZELNE APP" — DIE EINZELTEILE

   Die zwei Listen (heute / geplant), der Hinweis, der Bezugsweg und
   die Verweise am Fuß.
   =================================================================== */

:root[data-thema] .ad-now {
    display: grid;
    gap: 0.65rem;
}

:root[data-thema] .ad-now li {
    position: relative;
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem 1.2rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 0.96rem;
    line-height: 1.7;
    list-style: none;
}

:root[data-thema] .ad-now li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.82rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
    background-image: var(--k-verlauf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

:root[data-thema] .ad-next {
    display: grid;
    gap: 0.5rem;
}

:root[data-thema] .ad-next li {
    position: relative;
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.85rem 1.1rem;
    border: 1px dashed var(--k-rand-seite);
    border-radius: var(--k-rund-klein);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 0.92rem;
    line-height: 1.7;
    list-style: none;
}

:root[data-thema] .ad-next li::before {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.72rem;
    margin-top: 0.35rem;
    flex-shrink: 0;
    color: var(--k-text-still);
}

:root[data-thema] .ad-note {
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem 1.4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 0.93rem;
    line-height: 1.75;
}

:root[data-thema] .ad-note > i {
    flex-shrink: 0;
    margin-top: 0.25rem;
    font-size: 1rem;
}

:root[data-thema] .ad-note > i::before,
:root[data-thema] .ad-source > i::before {
    background-image: var(--k-verlauf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

:root[data-thema] .ad-note strong {
    color: var(--k-text);
}

:root[data-thema] .ad-source {
    position: relative;
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem 1.2rem;
    margin-bottom: 2.4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 0.9rem;
    line-height: 1.75;
}

:root[data-thema] .ad-source > i {
    flex-shrink: 0;
    margin-top: 0.25rem;
    font-size: 0.95rem;
}

:root[data-thema] .ad-source strong {
    color: var(--k-text);
}

:root[data-thema] .ad-source a {
    position: relative;
    color: var(--k-text-leise);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--k-rand-oben);
    text-underline-offset: 3px;
    transition: color var(--bew-schnell) var(--bew-beides);
}

:root[data-thema] .ad-source a:hover,
:root[data-thema] .ad-source a:focus-visible {
    color: var(--k-text);
    outline: none;
}

:root[data-thema] .ad-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--k-rand-dicke);
}

:root[data-thema] .ad-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.1rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-klein);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color var(--bew-schnell) var(--bew-beides),
        transform var(--bew-ruhig) var(--bew-feder);
}

:root[data-thema] .ad-links a:hover,
:root[data-thema] .ad-links a:focus-visible {
    transform: translateY(-2px);
    color: var(--k-text);
    outline: none;
}

:root[data-thema] .ad-links a > i {
    color: var(--k-text-still);
}

:root[data-thema] .ad-note > span,
:root[data-thema] .ad-source > span {
    flex: 1 1 auto;
    min-width: 0;
}

:root[data-thema] .ad-source .ad-pixel,
:root[data-thema] .ad-note .ad-pixel,
:root[data-thema] .ad-links .ad-pixel {
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    max-height: none;
    pointer-events: none;
}
