
        :root { color-scheme: light dark; }
        body { font-family: system-ui, -apple-system, sans-serif; max-width: 42rem; margin: 0 auto; padding: 1.5rem; line-height: 1.55; }
        header, footer { margin-bottom: 1.5rem; }
        footer { margin-top: 2rem; font-size: 0.85rem; color: #888; }
        article { border-bottom: 1px solid rgba(128, 128, 128, 0.3); padding: 1rem 0; }
        article h2 { margin: 0 0 0.25rem 0; font-size: 1.05rem; }
        article p { margin: 0.35rem 0; white-space: pre-wrap; overflow-wrap: anywhere; }
        .meta { color: #888; font-size: 0.85rem; }
        .notice { color: #888; font-size: 0.85rem; font-style: italic; }
        nav { display: flex; justify-content: space-between; margin-top: 1.5rem; gap: 1rem; }
        a { color: inherit; }
        .hp { position: absolute; left: -9999px; top: -9999px; }

        /* V1.3.0 "Öffentliche Transparenz-Startseite" (/transparenz) -- shares this stylesheet, see
           PublicTransparencyHtml class KDoc. */
        nav.jump { justify-content: flex-start; flex-wrap: wrap; }
        .stats { display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 0.5rem 0 1rem 0; }
        .stat { min-width: 8rem; }
        .stat-value { font-size: 1.4rem; font-weight: 600; }
        .stat-label { color: #888; font-size: 0.85rem; }
        .rank-top { display: flex; align-items: center; gap: 0.6rem; padding: 0.4rem 0; }
        .rank-num { font-size: 1.3rem; font-weight: 700; width: 1.6rem; text-align: right; }
        .mono {
            display: inline-flex; align-items: center; justify-content: center;
            width: 2rem; height: 2rem; border-radius: 50%;
            background: rgba(128, 128, 128, 0.2); font-size: 0.75rem; font-weight: 600;
        }
        .rank-name { font-weight: 600; }
        .rank-amount { margin-left: auto; color: #888; }
        .rank-list { padding-left: 1.6rem; }
        .rank-list li { padding: 0.2rem 0; }
        .section-note { color: #888; font-size: 0.8rem; font-style: italic; }

        /* Welle V1.4.1a "Öffentliche Website-Integration" (/embed/v1/login) -- shares this
           stylesheet, same reasoning as the V1.3.0 block above: no second stylesheet, no inline
           <style>, see network.lapis.cloud.server.routes.EmbedHtml class KDoc. */
        .embed-page { max-width: 22rem; margin: 3rem auto; }
        .embed-field { margin-bottom: 0.9rem; }
        .embed-field label { display: block; margin-bottom: 0.3rem; font-size: 0.9rem; }
        .embed-field input { width: 100%; padding: 0.5rem; box-sizing: border-box; }
        .embed-error { color: #b00020; font-size: 0.85rem; min-height: 1.2rem; }
        .embed-submit { width: 100%; padding: 0.6rem; margin-top: 0.4rem; }

        /* Welle V1.4.6 "Öffentliche Startseite" (/) -- shares this stylesheet, same reasoning as
           every block above: no second stylesheet, no inline <style>, see
           network.lapis.cloud.server.routes.PublicLandingHtml class KDoc. Column width for
           .hero is handled by the "body.has-chrome > .hero" rule further below, alongside main
           and footer -- see the maintenance rule attached there (V1.4.7). */
        .hero { margin-bottom: 2rem; }
        .hero p { color: #888; }
        .cta {
            display: inline-block; padding: 0.55rem 1.1rem; margin-right: 0.6rem;
            border: 1px solid currentColor; border-radius: 0.35rem; text-decoration: none;
        }
        .cta-primary { background: rgba(128, 128, 128, 0.15); font-weight: 600; }

        /* Welle "Einheitlicher Kopfbereich + Sprachumschalter" -- der gemeinsame Kopfbereich aller
           drei öffentlichen Seiten (/, /s, /transparenz), siehe PublicChrome class KDoc. Farbwerte
           1:1 aus theme.css' --lapis-nav-* / --lapis-fleck-Tokens übernommen (kein neuer, frei
           erfundener Hex-Wert), damit /app und die drei server-gerenderten Seiten visuell konsistent
           wirken. Additiv -- body's max-width bleibt für .page erhalten, EmbedHtml/EventPublicHtml
           setzen "has-chrome" nie und sind von diesem Block unberührt (Byte-Identitäts-Regressionstest
           in SocialPublicHtmlTest).

           Wartungsregel (V1.4.7): die Selektorliste unten führt ABSCHLIESSEND jedes direkte Kind
           von body.has-chrome auf, das die 42rem-Spalte trägt. Wer ein weiteres direktes Kind
           hinzufügt (heute: <main>, <section class="hero">, <footer> -- in dieser DOM-Reihenfolge),
           trägt es HIER ein, sonst fällt es an den linken Bildschirmrand: genau das war der
           Hero-Bug, den Nutzer-Feedback 2026-09-09 auf der Live-Instanz gefunden hat, weil ein
           Kommentar an dieser Stelle das Gegenteil versprach. */
        body.has-chrome { max-width: none; margin: 0; padding: 0; }
        body.has-chrome > main,
        body.has-chrome > .hero,
        body.has-chrome > footer { max-width: 42rem; margin-inline: auto; padding: 0 1.5rem; }
        body.has-chrome > footer { padding-bottom: 1.5rem; }
        /* V1.4.7 "Rechtstexte" -- the second footer line (PublicChrome.renderPublicFooter's
           Impressum/Datenschutz links). footer already inherits font-size/color from the base
           `footer` rule near the top of this stylesheet. */
        .footer-legal { margin-top: 0.35rem; }
        .footer-legal a { color: inherit; }
        /* V1.4.7 "Rechtstexte" -- LegalConfig.representative/dpoContact are the only two fields
           LegalConfig explicitly allows multiple "\n"-separated lines for (one named person per
           line, see LegalConfig.MULTILINE_FIELDS KDoc). Without this, HTML collapses that "\n" to
           a single space and the operator's line breaks are silently lost -- see LegalHtml's
           renderResponsiblePartyFields/renderPrivacyBody call sites. */
        .legal-multiline { white-space: pre-wrap; }
        .chrome { background: #14181E; color: #EDEAE3; }
        .chrome-inner {
            max-width: 42rem; margin: 0 auto; padding: 0.6rem 1.5rem;
            display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
        }
        .chrome a { color: #EDEAE3; text-decoration: none; }
        .chrome-logo { max-height: 22px; width: auto; vertical-align: middle; }
        .chrome-wordmark { font-family: Georgia, serif; letter-spacing: 0.01em; }
        .chrome-nav { display: flex; gap: 0.9rem; margin: 0; }
        .chrome-nav a { display: inline-flex; align-items: center; border-bottom: 2px solid transparent; padding: 0.2rem 0; }
        .chrome-nav a[aria-current="page"] { color: #C9A227; border-bottom-color: #C9A227; }
        /* Nutzer-Feedback 2026-09-09: passende Icons je Reiter -- rein dekorativ (CSS
           mask-image, kein <img>/<svg> im Markup), deshalb ohne jede a11y-Auswirkung: ein
           Screenreader sieht weiterhin nur den Linktext. currentColor via background-color +
           mask übernimmt automatisch die aktive-Seite-Goldfarbe (siehe Regel oben) ohne eigene
           Farbregel je Icon. Feste nth-child-Reihenfolge, weil PublicChrome.renderChrome die
           drei Links immer in genau dieser Reihenfolge rendert (Start/Transparenz/Soziales
           Netzwerk) -- siehe dessen eigene KDoc. */
        .chrome-nav a::before {
            content: ""; display: inline-block; width: 1.05em; height: 1.05em; margin-right: 0.4em;
            background-color: currentColor;
            -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
            -webkit-mask-position: center; mask-position: center;
            -webkit-mask-size: contain; mask-size: contain;
            flex-shrink: 0;
        }
        .chrome-nav a:nth-child(1)::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.5 10v9h13v-9'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.5 10v9h13v-9'/%3E%3C/svg%3E");
        }
        .chrome-nav a:nth-child(2)::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 20V10M12 20V4M20 20v-7'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 20V10M12 20V4M20 20v-7'/%3E%3C/svg%3E");
        }
        .chrome-nav a:nth-child(3)::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M3 20c0-3 2.5-5 5-5s5 2 5 5'/%3E%3Cpath d='M14.5 20c0-2.2 1.8-4 4-4s4 1.8 4 4'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M3 20c0-3 2.5-5 5-5s5 2 5 5'/%3E%3Cpath d='M14.5 20c0-2.2 1.8-4 4-4s4 1.8 4 4'/%3E%3C/svg%3E");
        }
        .chrome-lang { margin-left: auto; position: relative; }
        .chrome-lang summary {
            cursor: pointer; list-style: none; padding: 0.5rem 0.6rem; min-height: 44px;
            display: inline-flex; align-items: center;
        }
        .chrome-lang summary::-webkit-details-marker { display: none; }
        .chrome-lang[open] > div {
            position: absolute; right: 0; z-index: 1; background: #14181E;
            border: 1px solid #1E242E; padding: 0.3rem 0; min-width: 9rem;
        }
        .chrome-lang a { display: block; padding: 0.55rem 0.9rem; }
        .chrome-lang a[aria-current="true"] { color: #C9A227; }
        .chrome-cta { border: 1px solid currentColor; border-radius: 0.35rem; padding: 0.4rem 0.9rem; }
        .skip-link { position: absolute; left: -9999px; top: 0; }
        .skip-link:focus { position: static; display: block; padding: 0.5rem 1.5rem; background: #C9A227; color: #14181E; }
        @media (max-width: 30rem) { .chrome-nav { order: 3; width: 100%; } }

        /* V1.4.7 "Rechtstexte" (/impressum, /datenschutz) -- shares this stylesheet, same reasoning
           as every block above: no second stylesheet, no inline <style>, see
           network.lapis.cloud.server.routes.LegalHtml class KDoc. */
        .lang-note { color: #888; font-size: 0.85rem; margin-bottom: 1.5rem; }
        /* #C9A227 is the same gold accent already used for aria-current in the chrome block above
           (Z. 161/200) -- no new, freshly invented hex value, same discipline as that block. */
        .legal-incomplete {
            border-left: 3px solid #C9A227; background: rgba(201, 162, 39, 0.08);
            padding: 0.8rem 1rem; margin: 1rem 0;
        }

        /* Review fix (V1.8.2b follow-up) -- renderPostContent has emitted `<span class=
           "lapis-ai-badge">` since this wave's own commit, but no rule for that class ever existed
           anywhere in this stylesheet: the disclosure text was visible (a plain, unstyled inline text
           node), just never actually looking like a badge, despite the class name promising exactly
           that. #C9A227 is the same gold accent .chrome-lang/.legal-incomplete above already use --
           no new hex value invented for this. */
        .lapis-ai-badge {
            display: inline-block; padding: 0.15rem 0.55rem; border-radius: 999px;
            border: 1px solid #C9A227; color: #C9A227; font-size: 0.75rem; font-weight: 600;
        }
        