/* Tickerwerk – Leseransicht. Alle Regeln unter .tkw-feed, damit Themes der Seite nicht durchschlagen. */

.tkw-feed {
	--tkw-accent: #d6002a;
	--tkw-bg: transparent;
	--tkw-fg: inherit;
	--tkw-muted: color-mix(in srgb, currentColor 58%, transparent);
	--tkw-line: color-mix(in srgb, currentColor 14%, transparent);
	--tkw-card: color-mix(in srgb, currentColor 4%, transparent);
	--tkw-radius: 10px;
	--tkw-font: inherit;
	--tkw-gap: 18px;
	--tkw-max-width: none;
	position: relative;
	max-width: var(--tkw-max-width);
	margin-left: auto;
	margin-right: auto;
	background: var(--tkw-bg);
	color: var(--tkw-fg);
	font-family: var(--tkw-font);
	font-size: 1rem;
	line-height: 1.55;
	text-align: left;
	container-type: inline-size;
}
.tkw-feed *, .tkw-feed *::before, .tkw-feed *::after { box-sizing: border-box; }
.tkw-feed [hidden] { display: none !important; }
.tkw-feed p { margin: 0 0 .7em; }
.tkw-feed p:last-child { margin-bottom: 0; }
.tkw-feed img, .tkw-feed video, .tkw-feed iframe { max-width: 100%; }
.tkw-feed img { height: auto; display: block; border: 0; box-shadow: none; }
.tkw-feed a { color: var(--tkw-accent); text-decoration: underline; text-underline-offset: 2px; }
.tkw-feed button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; margin: 0; padding: 0; text-transform: none; letter-spacing: normal; box-shadow: none; min-height: 0; line-height: inherit; }
.tkw-feed h2, .tkw-feed h3, .tkw-feed h4 { font-family: inherit; color: inherit; margin: 0; padding: 0; border: 0; text-transform: none; letter-spacing: normal; }
.tkw-feed blockquote { margin: .6em 0; padding: .2em 0 .2em 1em; border-left: 3px solid var(--tkw-accent); font-style: italic; background: none; quotes: none; }
.tkw-feed blockquote::before, .tkw-feed blockquote::after { content: none; }
.tkw-feed ul, .tkw-feed ol { margin: .4em 0 .7em 1.3em; padding: 0; }
.tkw-feed figure { margin: 0; }
/* Gegen durchschlagende Theme-Regeln (z. B. Uku: Balken an Zitaten, Striche vor Listenpunkten). */
.tkw-feed.tkw-feed blockquote { border: 0; border-left: 3px solid var(--tkw-accent); margin: .6em 0; padding: .1em 0 .1em 1em; font-size: inherit; line-height: inherit; font-style: italic; background: none; text-align: left; }
.tkw-feed.tkw-feed blockquote p { margin: 0; font-size: inherit; line-height: inherit; }
.tkw-feed.tkw-feed ul { list-style: disc; }
.tkw-feed.tkw-feed ol { list-style: decimal; }
.tkw-feed.tkw-feed li { list-style: inherit; background: none; padding: 0; margin: 0 0 .3em; }
.tkw-feed.tkw-feed li::before, .tkw-feed.tkw-feed li::after { content: none; display: none; }
.tkw-feed.tkw-feed figcaption { text-align: left; font-style: normal; }
.tkw-feed.tkw-feed .tkw-keys ol { list-style: none; }

.tkw-font-system { --tkw-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.tkw-font-serif { --tkw-font: Charter, "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif; }
.tkw-font-mono { --tkw-font: ui-monospace, "SF Mono", Menlo, Consolas, monospace; }
/* Gewählte Schrift an alle Textelemente weitergeben: Themes setzen sie oft direkt auf p, ul, h3
   (Uku: .entry-content p), das schlägt die Vererbung. :where hält die Gewichtung bei (0,2,0), damit
   Bausteine mit eigener Schrift (Status, Etikett, Eilmeldung) weiter ihre Schrift behalten. */
.tkw-feed:not(.tkw-font-inherit) :where(p, ul, ol, li, blockquote, table, h2, h3, h4, a, span, time, figcaption, strong, em, b, i, small, button, summary),
.tkw-feed.tkw-theme-zeitung :where(p, ul, ol, li, blockquote, table, h2, h3, h4, a, span, time, figcaption, strong, em, b, i, small, button, summary) { font-family: var(--tkw-font); }

/* ---- Kopf ---- */
.tkw-feed :where(header, footer, nav, section, article) { text-align: left; background: none; padding: 0; margin: 0; border: 0; box-shadow: none; width: auto; min-height: 0; position: static; }
.tkw-feed .tkw-head { margin-bottom: var(--tkw-gap); }
.tkw-feed .tkw-head__title { font-size: 1.45em; line-height: 1.2; font-weight: 700; margin: .25em 0 .2em; }
.tkw-feed .tkw-head__desc { color: var(--tkw-muted); margin: 0; }
.tkw-feed .tkw-head__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; font-size: .82em; color: var(--tkw-muted); margin-top: .5em; }
.tkw-feed .tkw-status { display: inline-flex; align-items: center; gap: 7px; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px 4px 9px; border-radius: 999px; background: var(--tkw-card); color: var(--tkw-muted); font-family: system-ui, -apple-system, sans-serif; }
.tkw-feed .tkw-status--live { background: var(--tkw-accent); color: #fff; }
.tkw-feed .tkw-status--live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: tkw-pulse 1.6s ease-in-out infinite; }
@keyframes tkw-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }

/* ---- Das Wichtigste, Kernereignisse ---- */
.tkw-feed .tkw-summary { border: 1px solid var(--tkw-line); border-left: 4px solid var(--tkw-accent); border-radius: var(--tkw-radius); padding: 14px 16px; margin-bottom: var(--tkw-gap); background: var(--tkw-card); }
.tkw-feed .tkw-summary h3, .tkw-feed .tkw-keys h3 { font-size: 1.05em; text-transform: none; letter-spacing: 0; font-weight: 700; margin: 0 0 .5em; color: var(--tkw-fg); line-height: 1.3; }
.tkw-feed .tkw-keys { margin-bottom: var(--tkw-gap); padding: 14px 18px 10px; border-radius: var(--tkw-radius); background: color-mix(in srgb, var(--tkw-accent) 7%, transparent); }
.tkw-feed .tkw-keys ol { list-style: none; margin: 0; padding: 0; }
.tkw-feed .tkw-keys li { margin: 0; padding: 0; }
.tkw-feed .tkw-keys a { display: flex; gap: 12px; padding: 7px 0; text-decoration: none; color: inherit; border-bottom: 1px solid color-mix(in srgb, var(--tkw-accent) 15%, transparent); }
.tkw-feed .tkw-keys li:last-child a { border-bottom: 0; }
.tkw-feed .tkw-keys a:hover .tkw-keys__t { text-decoration: underline; }
.tkw-feed .tkw-keys a:hover .tkw-keys__t { color: var(--tkw-accent); }
.tkw-feed .tkw-keys time { flex: 0 0 auto; font-variant-numeric: tabular-nums; color: var(--tkw-accent); font-weight: 600; font-size: .9em; }
.tkw-feed .tkw-keys__more { font-size: .85em; margin-top: 6px; color: var(--tkw-accent); }

/* ---- Werkzeugleiste ---- */
.tkw-feed .tkw-bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 14px; font-size: .85em; color: var(--tkw-muted); }
.tkw-feed .tkw-seg { display: inline-flex; border: 1px solid var(--tkw-line); border-radius: 999px; overflow: hidden; }
.tkw-feed .tkw-seg button { padding: 5px 12px; font-size: .95em; }
.tkw-feed .tkw-seg button[aria-pressed="true"] { background: var(--tkw-accent); color: #fff; }

/* ---- Neue Beiträge ---- */
.tkw-feed .tkw-newbar { position: sticky; top: 10px; z-index: 5; display: flex; justify-content: center; align-items: flex-start; height: 0; overflow: visible; }
.tkw-feed .tkw-newbar button { line-height: 1.2; white-space: nowrap; background: var(--tkw-accent); color: #fff; font-weight: 600; font-size: .9rem; padding: 9px 18px; border-radius: 999px; box-shadow: 0 6px 20px rgba(0,0,0,.25); font-family: system-ui, -apple-system, sans-serif; }
.tkw-feed .tkw-newbar[hidden] { display: none; }

/* ---- Einträge ---- */
.tkw-feed .tkw-list { display: flex; flex-direction: column; gap: var(--tkw-gap); }
.tkw-feed .tkw-entry { position: relative; padding: 16px 18px; border: 1px solid var(--tkw-line); border-radius: var(--tkw-radius); background: var(--tkw-card); scroll-margin-top: 80px; transition: background-color .8s, box-shadow .8s; }
.tkw-feed .tkw-entry.is-new { animation: tkw-in .6s ease-out; box-shadow: 0 0 0 2px var(--tkw-accent); }
.tkw-feed .tkw-entry.is-target { box-shadow: 0 0 0 3px var(--tkw-accent); }
@keyframes tkw-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.tkw-feed .tkw-entry.is-pinned { border-color: var(--tkw-accent); }
.tkw-feed .tkw-entry__flag { display: inline-flex; gap: 5px; align-items: center; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--tkw-accent); margin-bottom: 6px; font-family: system-ui, -apple-system, sans-serif; }
.tkw-feed .tkw-entry__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; margin-bottom: 8px; font-size: .84em; color: var(--tkw-muted); }
.tkw-feed .tkw-time { font-weight: 700; color: var(--tkw-fg); font-variant-numeric: tabular-nums; }
.tkw-feed .tkw-time .tkw-rel { font-weight: 400; color: var(--tkw-muted); }
.tkw-feed .tkw-date { font-weight: 400; color: var(--tkw-muted); }
.tkw-feed .tkw-author { display: inline-flex; align-items: center; gap: 7px; }
.tkw-feed .tkw-avatar { width: 26px !important; height: 26px !important; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.tkw-feed .tkw-author__title { opacity: .8; }
.tkw-feed .tkw-edited { font-style: italic; }
.tkw-feed .tkw-label { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 2px 8px; border-radius: 4px; background: var(--tkw-accent); color: #fff; margin-bottom: 8px; font-family: system-ui, -apple-system, sans-serif; }
.tkw-feed .tkw-entry__title { font-size: 1.12em; line-height: 1.3; font-weight: 700; margin-bottom: .35em; }
.tkw-feed .tkw-entry__text { overflow-wrap: anywhere; }
.tkw-feed .tkw-entry__actions { display: flex; gap: 14px; margin-top: 10px; font-size: .82em; color: var(--tkw-muted); }
.tkw-feed .tkw-entry__actions button { display: inline-flex; gap: 5px; align-items: center; color: var(--tkw-muted); }
.tkw-feed .tkw-entry__actions button:hover { color: var(--tkw-accent); }

/* ---- Medien ---- */
.tkw-feed .tkw-media { margin-top: 16px; } /* .tkw-feed davor: sonst gewinnt „.tkw-feed figure { margin: 0 }“ */
.tkw-feed .tkw-media figcaption { font-size: .82em; color: var(--tkw-muted); margin-top: 6px; }
.tkw-feed .tkw-media--image img { border-radius: calc(var(--tkw-radius) * .6); cursor: zoom-in; width: 100%; }
.tkw-feed .tkw-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; margin-top: 16px; }
.tkw-feed .tkw-gallery .tkw-media { margin: 0; }
.tkw-feed .tkw-gallery img { aspect-ratio: 1; object-fit: cover; height: 100%; }
.tkw-feed .tkw-gallery figcaption { display: none; }
.tkw-feed .tkw-gallery--3 .tkw-media:first-child { grid-column: span 2; }
.tkw-feed .tkw-gallery--3 .tkw-media:first-child img { aspect-ratio: 16/9; }
.tkw-feed .tkw-media--audio audio { width: 100%; }
.tkw-feed .tkw-media--video video { width: 100%; border-radius: calc(var(--tkw-radius) * .6); background: #000; max-height: 80vh; }
.tkw-feed .tkw-transcript { margin-top: 6px; font-size: .88em; }
.tkw-feed .tkw-transcript summary { cursor: pointer; color: var(--tkw-muted); }
.tkw-feed .tkw-transcript p { margin-top: .4em; color: var(--tkw-muted); }
.tkw-feed .tkw-embed { position: relative; }
.tkw-feed .tkw-embed--ratio { aspect-ratio: var(--ratio, 16/9); }
.tkw-feed .tkw-embed--ratio iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: calc(var(--tkw-radius) * .6); }
.tkw-feed .tkw-consent { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 22px 16px; min-height: 150px; border-radius: calc(var(--tkw-radius) * .6); background: color-mix(in srgb, currentColor 8%, transparent) center/cover no-repeat; font-size: .88em; position: relative; overflow: hidden; }
.tkw-feed .tkw-consent.has-thumb { color: #fff; aspect-ratio: 16/9; }
.tkw-feed .tkw-consent.has-thumb::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.tkw-feed .tkw-consent > * { position: relative; }
.tkw-feed .tkw-consent button.tkw-btn { background: var(--tkw-accent); color: #fff; font-weight: 600; padding: 8px 16px; border-radius: 999px; }
.tkw-feed .tkw-consent label { font-size: .85em; opacity: .85; display: flex; gap: 6px; align-items: center; }
.tkw-feed .tkw-card-link { display: flex; gap: 12px; text-decoration: none !important; color: inherit !important; border: 1px solid var(--tkw-line); border-radius: calc(var(--tkw-radius) * .6); overflow: hidden; }
.tkw-feed .tkw-card-link img { width: 120px; object-fit: cover; flex: 0 0 auto; }
.tkw-feed .tkw-card-link span { padding: 10px 12px 10px 0; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.tkw-feed .tkw-card-link span:first-child { padding-left: 12px; }
.tkw-feed .tkw-card-link b { font-size: .95em; line-height: 1.3; }
.tkw-feed .tkw-card-link small { color: var(--tkw-muted); }

/* ---- Fuß ---- */
.tkw-feed .tkw-more { display: flex; justify-content: center; margin-top: var(--tkw-gap); }
.tkw-feed .tkw-more button, .tkw-feed .tkw-btn-line { border: 1px solid var(--tkw-line); padding: 9px 20px; border-radius: 999px; font-size: .9em; }
.tkw-feed .tkw-more button:hover { border-color: var(--tkw-accent); color: var(--tkw-accent); }
.tkw-feed .tkw-foot { margin-top: var(--tkw-gap); font-size: .75em; color: var(--tkw-muted); display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.tkw-feed .tkw-foot a { color: inherit; }
.tkw-feed .tkw-empty { color: var(--tkw-muted); text-align: center; padding: 30px 0; }
.tkw-toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); background: #111; color: #fff; padding: 9px 16px; border-radius: 8px; font-size: .9rem; z-index: 99999; font-family: system-ui, -apple-system, sans-serif; }

/* ---- Feste Höhe ---- */
.tkw-fixed .tkw-scroll { max-height: var(--tkw-height, 700px); overflow-y: auto; overscroll-behavior: contain; padding-right: 4px; scrollbar-width: thin; }
.tkw-fixed .tkw-newbar { top: 6px; }

/* ---- Lichtkasten ---- */
.tkw-lightbox { position: fixed; inset: 0; z-index: 100000; background: rgba(0,0,0,.92); display: flex; align-items: center; justify-content: center; padding: 16px; cursor: zoom-out; }
.tkw-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.tkw-lightbox figcaption { position: absolute; bottom: 12px; left: 16px; right: 16px; color: #ddd; text-align: center; font: 14px system-ui, sans-serif; }

/* ---- Eilmeldungs-Band ---- */
.tkw-feed .tkw-breaking { display: block; width: 100%; text-align: left; background: var(--tkw-accent); color: #fff; padding: 12px 16px; border-radius: var(--tkw-radius); margin: 0 0 var(--tkw-gap); cursor: pointer; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; }
.tkw-feed .tkw-breaking:hover { filter: brightness(1.06); }
.tkw-feed .tkw-breaking__meta { display: block; font-size: .8rem; opacity: .92; margin-bottom: 3px; }
.tkw-feed .tkw-breaking__text { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-weight: 700; font-size: 1.08rem; line-height: 1.3; }
.tkw-feed .tkw-breaking__body { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: .95rem; line-height: 1.45; margin-top: 5px; opacity: .95; }
.tkw-feed .tkw-breaking__more { display: inline-block; margin-top: 8px; font-size: .88rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* ---- Teilen, Medien-Symbol ---- */
.tkw-feed .tkw-share { margin-left: auto; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; color: var(--tkw-muted); }
.tkw-feed .tkw-share:hover { color: var(--tkw-accent); background: color-mix(in srgb, var(--tkw-accent) 8%, transparent); }
.tkw-feed .tkw-share svg { fill: currentColor; }
.tkw-feed .tkw-kind { display: inline-flex; vertical-align: -.12em; margin-right: .35em; }
.tkw-feed .tkw-kind svg { fill: var(--tkw-accent); } /* Akzent statt Textfarbe: weißes Dreieck bleibt auf hellem und dunklem Grund sichtbar */

/* ---- Kompaktansicht: drei Zeilen, Medien auf Wunsch ---- */
.tkw-feed .tkw-more-btn { display: none; }
.tkw-feed.tkw-compact .tkw-entry.has-more .tkw-more-btn { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-weight: 600; font-size: .88em; color: var(--tkw-fg); }
.tkw-feed.tkw-compact .tkw-entry.has-more .tkw-more-btn::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.tkw-feed.tkw-compact .tkw-entry.has-more.is-open .tkw-more-btn::after { transform: rotate(-135deg) translateY(-1px); }
.tkw-feed.tkw-compact .tkw-entry.is-long:not(.is-open) .tkw-entry__text { max-height: 4.65em; overflow: hidden; -webkit-mask-image: linear-gradient(#000 55%, transparent); mask-image: linear-gradient(#000 55%, transparent); }
.tkw-feed.tkw-compact .tkw-entry.has-more:not(.is-open) .tkw-entry__media { display: none; }

/* ================= Themes ================= */

/* Klar: hell, ruhig, mit Zeitleiste. */
.tkw-theme-klar .tkw-list { padding-left: 18px; border-left: 2px solid var(--tkw-line); gap: calc(var(--tkw-gap) + 4px); }
.tkw-theme-klar .tkw-entry { background: transparent; border: 0; padding: 0; border-radius: 0; }
.tkw-theme-klar .tkw-entry::before { content: ""; position: absolute; left: -25px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: var(--tkw-bg, #fff); border: 2px solid var(--tkw-accent); }
.tkw-theme-klar .tkw-entry.is-key::before { background: var(--tkw-accent); }
.tkw-theme-klar .tkw-entry.is-pinned { background: var(--tkw-card); padding: 14px 16px; border-radius: var(--tkw-radius); border: 1px solid var(--tkw-accent); }
.tkw-theme-klar .tkw-entry.is-pinned::before { top: 18px; }
.tkw-theme-klar .tkw-entry + .tkw-entry { padding-top: calc(var(--tkw-gap) + 4px); border-top: 1px solid var(--tkw-line); }
.tkw-theme-klar .tkw-entry.is-pinned + .tkw-entry { border-top: 0; padding-top: 0; }
.tkw-theme-klar .tkw-entry + .tkw-entry::before { top: calc(var(--tkw-gap) + 9px); }
.tkw-theme-klar .tkw-entry.is-pinned + .tkw-entry::before { top: 5px; }

/* Nacht: dunkel, für Abendveranstaltungen und dunkle Seiten. */
.tkw-theme-nacht { --tkw-bg: #111316; --tkw-fg: #e9e9ec; --tkw-card: #1b1e24; --tkw-line: #2c3039; --tkw-muted: #9aa0ab; padding: 18px; border-radius: var(--tkw-radius); }
.tkw-theme-nacht a { color: color-mix(in srgb, var(--tkw-accent) 70%, #fff); }

/* Zeitung: Serifen, Linien statt Karten. */
.tkw-theme-zeitung { --tkw-font: Charter, "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif; --tkw-gap: 22px; }
.tkw-theme-zeitung.tkw-font-inherit { --tkw-font: Charter, "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif; }
.tkw-theme-zeitung .tkw-head__title { font-size: 1.8em; font-weight: 800; letter-spacing: -.01em; }
.tkw-theme-zeitung .tkw-entry { background: none; border: 0; border-top: 3px double var(--tkw-line); border-radius: 0; padding: 14px 0 0; }
.tkw-theme-zeitung .tkw-entry.is-pinned { border-top: 3px solid var(--tkw-accent); }
.tkw-theme-zeitung .tkw-time { color: var(--tkw-accent); font-family: system-ui, -apple-system, sans-serif; letter-spacing: .02em; }
.tkw-theme-zeitung .tkw-entry__meta { font-family: system-ui, -apple-system, sans-serif; }
.tkw-theme-zeitung .tkw-entry__text { font-size: 1.06em; }
.tkw-theme-zeitung .tkw-summary { background: none; border: 0; border-top: 3px solid var(--tkw-fg, currentColor); border-bottom: 1px solid var(--tkw-line); border-radius: 0; padding: 12px 0; }

/* Ticker: kompakt, Uhrzeit links - für Sport und schnelle Lagen. */
.tkw-theme-ticker .tkw-list { gap: 0; }
.tkw-theme-ticker .tkw-entry { display: grid; grid-template-columns: 56px 1fr; gap: 0 14px; border: 0; border-bottom: 1px solid var(--tkw-line); border-radius: 0; background: none; padding: 14px 14px 14px 10px; }
.tkw-theme-ticker .tkw-entry > .tkw-entry__flag { grid-column: 2; }
.tkw-theme-ticker .tkw-entry__meta { grid-column: 1; grid-row: span 4; flex-direction: column; align-items: flex-start; gap: 6px; margin: 0; }
.tkw-theme-ticker .tkw-share { margin-left: -4px; }
.tkw-theme-ticker .tkw-entry__meta .tkw-author__name, .tkw-theme-ticker .tkw-entry__meta .tkw-date, .tkw-theme-ticker .tkw-entry__meta .tkw-author__title { display: none; }
.tkw-theme-ticker .tkw-time { font-size: 1.1em; color: var(--tkw-accent); }
.tkw-theme-ticker .tkw-time .tkw-rel { display: none; }
.tkw-theme-ticker .tkw-entry > .tkw-more-btn { grid-column: 2; justify-self: start; }
.tkw-theme-ticker .tkw-entry__body, .tkw-theme-ticker .tkw-entry__actions { grid-column: 2; }
.tkw-theme-ticker .tkw-entry.is-key { background: color-mix(in srgb, var(--tkw-accent) 7%, transparent); }
.tkw-theme-ticker .tkw-entry.is-pinned { background: var(--tkw-card); }
@container (max-width: 420px) { .tkw-theme-ticker .tkw-entry { grid-template-columns: 50px 1fr; gap: 0 10px; } }

/* Karten: deutliche Karten mit Schatten. */
.tkw-theme-karten { --tkw-card: #fff; --tkw-gap: 16px; }
.tkw-theme-karten .tkw-entry { border: 0; box-shadow: 0 1px 3px rgba(0,0,0,.08), 0 6px 18px rgba(0,0,0,.06); padding: 18px 20px; color: #1c1d21; }
.tkw-theme-karten .tkw-entry .tkw-time { color: #1c1d21; }
.tkw-theme-karten .tkw-entry.is-pinned { box-shadow: 0 0 0 2px var(--tkw-accent), 0 6px 18px rgba(0,0,0,.08); }
.tkw-theme-karten .tkw-entry.is-key { border-left: 4px solid var(--tkw-accent); }

/* Minimal: nur Abstände, übernimmt alles von der Seite. */
.tkw-theme-minimal .tkw-entry { border: 0; background: none; padding: 0; border-radius: 0; }
.tkw-theme-minimal .tkw-list { gap: calc(var(--tkw-gap) * 1.6); }
.tkw-theme-minimal .tkw-entry.is-pinned { padding-left: 14px; border-left: 3px solid var(--tkw-accent); }

@media (prefers-reduced-motion: reduce) {
	.tkw-feed *, .tkw-feed *::before { animation: none !important; transition: none !important; }
}
