/* ── Self-hosted Fonts (DSGVO-konform, kein Google CDN) ── */

/* Cormorant Garamond */
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300; font-display: swap; src: url('/fonts/cormorant-garamond-latin-ext-300-normal.woff2') format('woff2'), url('/fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300; font-display: swap; src: url('/fonts/cormorant-garamond-latin-ext-300-italic.woff2') format('woff2'), url('/fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/cormorant-garamond-latin-ext-400-normal.woff2') format('woff2'), url('/fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('/fonts/cormorant-garamond-latin-ext-400-italic.woff2') format('woff2'), url('/fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/cormorant-garamond-latin-ext-700-normal.woff2') format('woff2'), url('/fonts/cormorant-garamond-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 700; font-display: swap; src: url('/fonts/cormorant-garamond-latin-ext-700-italic.woff2') format('woff2'), url('/fonts/cormorant-garamond-latin-700-italic.woff2') format('woff2'); }

/* Instrument Sans */
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('/fonts/instrument-sans-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/instrument-sans-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/instrument-sans-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/instrument-sans-latin-600-normal.woff2') format('woff2'); }

/* Space Mono */
@font-face { font-family: 'Space Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/space-mono-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Space Mono'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/space-mono-latin-700-normal.woff2') format('woff2'); }

/* Caveat */
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/caveat-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/caveat-latin-700-normal.woff2') format('woff2'); }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Global Link-Reset — kein Browser-Underline / kein Blau */
a { text-decoration: none; color: inherit; }
a:visited { color: inherit; }

:root {
	--serif: 'Cormorant Garamond', Georgia, serif;
	--sans: 'Instrument Sans', sans-serif;
	--mono: 'Space Mono', monospace;

	--gold: #c9a84c;
	--gold2: #e8c96a;
	--red: #c8352a;
	--tr: 0.3s ease;

	/* Kategorie-Akzentfarben — eine Farbe pro Genre, verbindlich */
	--c-leadership:        #c9a84c;   /* gold         — Autorität, Klarheit  */
	--c-strategie:         #c85a8a;   /* rose         — Ambition, Strategie  */
	--c-business:          #c87a5a;   /* orange       — Wachstum, Kommerz    */
	--c-teams:             #5aaa7a;   /* grün         — Zusammenarbeit       */
	--c-kultur:            #a07ac8;   /* lila         — Werte, Mindset       */
	--c-agilitaet:         #5a8fd4;   /* blau         — Methodik, Struktur   */
	--c-transformation:    #5aaac8;   /* teal         — Wandel, Zukunft      */
	--c-produktmanagement: #e8843a;   /* amber-orange  — Produkt, Planung    */
	/* Aliases */
	--c-ki: #5a8fd4; --c-design: #c87a5a; --c-tools: #5aaa7a;
	--c-os: #c8a85a; --c-infra: #5aaac8; --c-cms: #c9a84c;
	--c-frontend: #5a8fd4; --c-automation: #5aaa7a; --c-coaching: #c87a5a;
}

/* Night mode (default) */
:root, .night {
	--bg: #0a0906;
	--bg2: #17140e;
	--surface: rgba(255,255,255,0.03);
	--border: rgba(255,255,255,0.07);
	--border2: rgba(201,168,76,0.2);
	--ink: #f5f0e8;
	--ink2: rgba(245,240,232,0.55);
	--ink3: rgba(245,240,232,0.40);
	--fog: #8a8278;
}

.day {
	--bg: #faf7f2;
	--bg2: #f0e8d8;
	--surface: rgba(0,0,0,0.02);
	--border: rgba(0,0,0,0.08);
	--border2: rgba(160,120,40,0.25);
	--ink: #1a1410;
	--ink2: rgba(26,20,16,0.68);
	--ink3: rgba(26,20,16,0.40);
	--fog: #5e5549;
	--gold: #7a6627;  /* 5.23:1 auf bg — WCAG AA ✓ (vorher #8a7430 → 4.25:1) */
	/* Day-Mode Genre-Farben v2 — optimierte Hue-Separation, WCAG AA auf #faf7f2 */
	--c-design: #e01200;            /* 4.62:1  Rot          */
	--c-produktmanagement: #b75200; /* 4.66:1  Rot-Orange   */
	--c-leadership: #896b00;        /* 4.72:1  Amber-Gold   */
	--c-coaching: #617a00;          /* 4.58:1  Gelb-Amber   */
	--c-business: #307f00;          /* 4.72:1  Olivgrün     */
	--c-teams: #008432;             /* 4.52:1  Emerald      */
	--c-tools: #007f63;             /* 4.66:1  Seegrün      */
	--c-transformation: #00799e;    /* 4.65:1  Teal         */
	--c-agilitaet: #006be5;         /* 4.64:1  Blau         */
	--c-ki: #3a2aea;                /* 7.28:1  Indigo       */
	--c-kultur: #9c00ea;            /* 5.46:1  Violett      */
	--c-strategie: #e00064;         /* 4.51:1  Rose         */
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--bg);
	color: var(--ink);
	font-family: var(--sans);
	transition: background var(--tr), color var(--tr);
}

/* ── NAV ── */
.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 24px;
	border-bottom: 1px solid var(--border);
	background: var(--bg);
	position: sticky;
	top: 0;
	z-index: 100;
	transition: background var(--tr), border-color var(--tr), backdrop-filter 0.3s, padding 0.3s;
}
.nav.scrolled {
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	padding-top: 10px;
	padding-bottom: 10px;
}
.night .nav.scrolled {
	background: rgba(14, 11, 8, 0.94) !important;
}
.day .nav.scrolled {
	background: rgba(248, 244, 238, 0.94) !important;
	border-bottom-color: rgba(0,0,0,0.1);
}
.nav-wordmark {
	font-family: var(--serif);
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink);
	text-decoration: none;
	transition: color var(--tr);
}
.nav-wordmark sup { color: var(--gold); font-size: 14px; }
.nav-links { display: flex; gap: 16px; }
.nav-link {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--fog);
	text-decoration: none;
	transition: color 0.15s;
	position: relative;
}
.nav-link::after {
	content: '';
	position: absolute;
	bottom: -3px; left: 0;
	width: 100%; height: 1px;
	background: var(--gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease;
}
.nav-link:hover { color: var(--gold); }
.nav-link:hover::after { transform: scaleX(1); }
.nav-link.active { color: var(--gold); font-weight: 500; }
.nav-link.active::after { transform: scaleX(1); }
.nav-right { display: flex; align-items: center; gap: 14px; }

/* Toggle */
.tog-wrap { display: flex; align-items: center; gap: 7px; cursor: pointer; background: none; border: none; padding: 0; font: inherit; color: inherit; }
.tog-lbl {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--fog);
	transition: color var(--tr);
	width: 52px;       /* feste Breite = "NACHT" passt immer rein, kein Reflow */
	flex-shrink: 0;
	text-align: right; /* "Tag" rechtsbündig → Toggle-Position konstant */
}
.tog {
	width: 40px; height: 21px;
	border-radius: 10px;
	border: 1px solid var(--border2);
	position: relative; flex-shrink: 0;
	transition: background var(--tr);
	cursor: pointer;
}
.night .tog { background: rgba(201,168,76,0.15); }
.day .tog { background: rgba(160,120,40,0.1); }
.tok {
	width: 15px; height: 15px;
	border-radius: 50%;
	position: absolute; top: 2px; left: 3px;
	display: flex; align-items: center; justify-content: center;
	font-size: 12px;
	transition: transform var(--tr), background var(--tr);
}
.night .tok { background: var(--gold); transform: translateX(0); }
.day .tok { background: var(--ink); transform: translateX(17px); }

.nav-cta {
	background: var(--gold);
	color: #0a0906;
	font-family: var(--mono);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 7px 16px;
	border: none; cursor: pointer;
	transition: background 0.15s;
	text-decoration: none;
	display: inline-block;
}
.nav-cta:hover { background: var(--gold2); }

/* ── TICKER ── */
.ticker {
	overflow: hidden;
	padding: 9px 0;
	border-bottom: 1px solid var(--border);
	background: var(--surface);
}
.ticker-track {
	display: flex;
	white-space: nowrap;
	animation: tick 32s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--fog);
	padding: 0 24px;
	border-right: 1px solid var(--border);
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
.ticker-hot { color: var(--gold); }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── MODE BAR ── */
.mode-bar {
	display: flex;
	border-bottom: 2px solid var(--border);
	padding: 0 24px;
	transition: border-color var(--tr);
}
.mode-btn {
	font-family: var(--mono);
	font-size: 16px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 20px 28px;
	cursor: pointer;
	color: var(--fog);
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	gap: 8px;
}
.mode-btn.active { color: var(--gold); border-bottom-color: var(--gold); }
.mode-btn:hover { color: var(--ink); }
.mode-dot {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.4;
}
.mode-btn.active .mode-dot { opacity: 1; background: var(--gold); }
.mode-count { font-size: 14px; opacity: 0.6; margin-left: 2px; }

/* ── HERO ── */
/* Hero-Duo: wrapper für 1–2 Aufmacher */
.hero-duo {
	display: grid;
	grid-template-columns: 1fr;
}

/* Zweiter Aufmacher standardmäßig ausgeblendet */
.hero-secondary {
	display: none !important;
}

/* ── Hero Micro-Animations ── */
@keyframes heroFadeUp {
	from { opacity: 0; transform: translateY(18px); }
	to   { opacity: 1; transform: translateY(0); }
}
@keyframes kickerGrow {
	from { transform: scaleX(0); opacity: 0; }
	to   { transform: scaleX(1); opacity: 1; }
}
@keyframes imgReveal {
	from { transform: scale(1.06); }
	to   { transform: scale(1); }
}

.hero {
	position: relative;
	display: flex;
	min-height: 60vh;
	border-bottom: 1px solid var(--border);
	overflow: hidden;
	margin-top: 20px;
}

/* ── Scroll-Hint ── */
#scroll-hint {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	z-index: 10;
	opacity: 1;
	transition: opacity 0.5s ease;
	pointer-events: none;
}
#scroll-hint.hidden { opacity: 0; }
#scroll-hint span {
	font-family: var(--mono);
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--fog);
	/* opacity entfernt — aria-hidden gesetzt, dekorativ */
}
#scroll-hint svg {
	width: 18px;
	height: 18px;
	color: var(--fog);
	opacity: 0.7;
	animation: scrollBounce 1.6s ease-in-out infinite;
}
@keyframes scrollBounce {
	0%, 100% { transform: translateY(0); }
	50%       { transform: translateY(5px); }
}
.hero-left {
	padding: 40px 36px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	width: 54%;
	flex-shrink: 0;
	align-self: stretch;
}
.night .hero-left { background: none; }
.day .hero-left { background: none; }

/* Akzentlinie links — fährt auf hover hoch */
.hero-left::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 2px;
	height: 0;
	background: var(--ac, var(--gold));
	transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Hero Hover-Effekte ── */
.hero:hover .hero-left::before       { height: 100%; }
.hero:hover .kicker-rule             { transform: scaleX(1.55); }
.hero:hover .hero-img-zoom           { transform: scale(1.04); }
.hero-kicker {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ac, var(--gold));
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 7px;
	animation: heroFadeUp 0.55s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: 0.05s;
}
.kicker-rule {
	width: 18px;
	height: 1px;
	background: var(--ac, var(--gold));
	animation: kickerGrow 0.55s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: 0.05s;
	transform-origin: left center;
	will-change: transform, opacity;
}
.hero-headline {
	font-family: var(--serif);
	font-size: 60px;
	font-weight: 300;
	line-height: 1.08;
	color: var(--ink);
	margin-bottom: 12px;
	text-wrap: balance;
	transition: color var(--tr);
	animation: heroFadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: 0.15s;
}
.hero-headline em { font-style: italic; color: var(--gold); }
.hero-deck {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
	color: var(--ink2);
	max-width: 360px;
	margin-bottom: 20px;
	transition: color var(--tr);
	animation: heroFadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: 0.26s;
}
.hero-btns {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 20px;
	animation: heroFadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: 0.37s;
}
.btn-primary {
	background: var(--ac, var(--gold));
	color: #0d0b08;
	font-family: var(--mono);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 22px;
	border: none; cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s;
}
/* Night mode: heller Text auf dunklem Akzent-Hintergrund */
.night .btn-primary { color: #0d0b08; }
.btn-primary:hover { filter: brightness(0.88); transform: translateY(-1px); }
.btn-ghost {
	background: transparent;
	color: var(--ink);
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid var(--fog);
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s;
}
.btn-ghost:hover { color: var(--ac, var(--gold)); border-color: var(--ac, var(--gold)); }
.hero-stats {
	display: flex;
	gap: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--border);
	animation: heroFadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: 0.46s;
}
.hstat { display: flex; flex-direction: column; gap: 2px; }
.hstat-n { font-family: var(--serif); font-size: 20px; color: var(--ac, var(--gold)); line-height: 1.2; }
.hstat-l {
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--fog);
}
.hero-right {
	position: absolute;
	inset: 0;
	z-index: 1;
	cursor: pointer;
	background: var(--bg2);
	transition: background var(--tr);
	overflow: hidden;
}
/* Gradient: von links (Hintergrundfarbe) nach rechts (transparent) → Text lesbar */
.hero-right::after {
	content: '';
	position: absolute; inset: 0;
	pointer-events: none;
	z-index: 2;
}
.night .hero-right::after {
	background:
		linear-gradient(to right, #0a0906 0%, rgba(10,9,6,0.9) 22%, rgba(10,9,6,0.55) 48%, rgba(10,9,6,0.1) 68%, transparent 80%),
		linear-gradient(to top, #0a0906 0%, transparent 28%);
}
.day .hero-right::after {
	background:
		linear-gradient(to right, #f7f4ec 0%, rgba(247,244,236,0.93) 22%, rgba(247,244,236,0.6) 48%, rgba(247,244,236,0.15) 68%, transparent 80%),
		linear-gradient(to top, #f7f4ec 0%, transparent 28%);
}
.hero-img-zoom {
	width: 100%;
	height: 100%;
	transform: scale(1.06);
	transition: transform 0.5s ease;
	animation: imgReveal 1.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 0s;
}
/* Nach Ablauf der Entrance-Animation: Animation loslassen, Hover-Transform übernehmen */
.hero-img-zoom.ready {
	animation: none;
	transform: scale(1);
}
.hero-badge {
	position: absolute; top: 16px; right: 16px;
	background: var(--red); color: #fff;
	font-family: var(--mono); font-size: 13px;
	letter-spacing: 0.08em; text-transform: uppercase;
	padding: 3px 8px;
	z-index: 3;
}
.hero-readtime {
	position: absolute; bottom: 14px; right: 16px;
	font-family: var(--mono); font-size: 14px; color: var(--fog);
	z-index: 3;
}

/* ── STATS BAR ── */
/* ── SECTION HEADER ── */
.sec-head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 24px 32px;
	border-bottom: 1px solid var(--border);
	background: var(--bg2);
}
.sec-rule {
	width: 3px; height: 22px;
	background: var(--gold);
	flex-shrink: 0;
}
.sec-label {
	font: 600 16px/1 var(--mono);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink);
}
.day .sec-label { color: #1a1a1a; }
.night .sec-label { color: #f0ece4; }
/* Kleines Badge-Tag rechts neben dem Label */
.sec-tag {
	font: 400 10px/1 var(--mono);
	letter-spacing: 0.10em;
	text-transform: uppercase;
	color: var(--fog);
	padding: 3px 10px;
	border: 1px solid var(--border);
	background: var(--bg);
	flex-shrink: 0;
}
/* Zahl/Meta rechtsbündig (für Artikel-Übersicht etc.) */
.sec-meta {
	font: 400 11px/1 var(--mono);
	letter-spacing: 0.06em;
	color: var(--fog);
	margin-left: auto;
}

/* Prominente Aufrufe-Zahl in Meistgelesen */
.fc-views-n {
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 300;
	color: var(--gold);
	line-height: 1.2;
}

.stats-bar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid var(--border);
}
.stat {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 36px 36px 32px;
	border-right: 1px solid var(--border);
	transition: background 0.2s, border-color var(--tr);
}
.stat:last-child { border-right: none; }
.stat:hover { background: var(--surface); }
.stat-n {
	font-family: var(--serif);
	font-size: 60px;
	font-weight: 300;
	color: var(--gold);
	line-height: 1;
	display: block;
}
.stat-l {
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--fog);
	margin-top: 6px;
	display: block;
}
.stat-d { font-family: var(--mono); font-size: 14px; color: #6aaa7a; margin-top: 3px; display: block; }

/* ── GENRE TABS ── */
.genre-tabs {
	display: flex;
	padding: 8px 24px 0;
	border-bottom: 1px solid var(--border);
	overflow-x: auto;
	background: var(--bg2);
}
.genre-tab {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 20px 18px;
	cursor: pointer;
	color: var(--fog);
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	white-space: nowrap;
	transition: all 0.2s;
}
.genre-tab:hover { color: var(--ink); }
.genre-tab.active { color: var(--gold); border-bottom-color: var(--gold); }

/* ── TRENDING STRIP ── */
/* Meistgelesen: 3 fc-Kacheln ohne Bild */
.trending-fc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0;
}
.trending-fc-grid .fc { border-right: 1px solid var(--border); }
.trending-fc-grid .fc:nth-child(3n) { border-right: none; }
/* Standard (3 Spalten): nur 1 Reihe = 3 Kacheln */
.trending-fc-grid .fc:nth-child(n+4) { display: none; }

/* Schnell gelesen */
.ql-fc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0;
}
.ql-fc-grid .fc { border-right: 1px solid var(--border); }
.ql-fc-grid .fc:nth-child(3n) { border-right: none; }
/* Standard (3 Spalten): nur 1 Reihe = 3 Kacheln */
.ql-fc-grid .fc:nth-child(n+4) { display: none; }

.trending-strip {
	border-bottom: 1px solid var(--border);
	background: var(--surface);
}
.trending-label {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.trending-label::after { content: ''; flex: 1; height: 1px; background: var(--border2); }
.trending-label-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }

.trending-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.trending-item {
	text-decoration: none;
	color: inherit;
	display: flex;
	gap: 14px;
	padding: 14px 20px 14px 0;
	cursor: pointer;
	border-right: 1px solid var(--border);
	transition: background 0.15s;
	align-items: flex-start;
	position: relative;
}
.trending-item:last-child { border-right: none; padding-right: 0; }
.trending-item:hover .trending-title { color: var(--gold); }
.trending-rank {
	font-family: var(--serif);
	font-size: 56px;
	font-weight: 300;
	color: var(--border);
	line-height: 1;
	min-width: 40px;
	margin-top: -4px;
	transition: color var(--tr);
	flex-shrink: 0;
}
.trending-item:hover .trending-rank { color: var(--border2); }
.trending-content { flex: 1; }
.trending-genre {
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ac, var(--gold));
	margin-bottom: 4px;
}
.trending-title {
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--ink);
	margin-bottom: 8px;
	transition: color 0.15s;
}
.trending-bar-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.trending-bar {
	flex: 1;
	height: 2px;
	background: var(--border);
	border-radius: 1px;
	overflow: hidden;
}
.trending-bar-fill {
	height: 100%;
	background: var(--ac, var(--gold));
	border-radius: 1px;
	opacity: 0.7;
}
.trending-views {
	font-family: var(--mono);
	font-size: 14px;
	color: var(--fog);
	white-space: nowrap;
}

/* ── MAIN GRID ── */
.main-grid {
	border-bottom: 1px solid var(--border);
}
.main-left {
	padding-top: 8px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 0;
}
/* Genre-Sets: je eines pro Kategorie, nur das aktive sichtbar */
/* display:contents macht den Wrapper unsichtbar → Kacheln werden direkte Grid-Kinder */
.genre-set { display: none; }
.genre-set.active { display: contents; }

/* Trennlinie zwischen 3 Artikel-Spalten */
.main-left .fc {
	border-right: 1px solid var(--border);
}
.main-left .fc:nth-child(3n) {
	border-right: none;
}

/* ── WEITERE ARTIKEL (Related — 3 Spalten) ── */
.related-fc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 0;
}
.related-fc-grid .fc {
	border-right: 1px solid var(--border);
}
.related-fc-grid .fc:nth-child(3n),
.related-fc-grid .fc:last-child {
	border-right: none;
}

/* ── SCHNELL GELESEN STRIP (4 Spalten) ── */
.ql-section {
	border-bottom: 1px solid var(--border);
}
.ql-header {
	padding: 28px 24px 0;
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--gold);
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
}
.ql-header::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--border2);
}
.ql-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--gold);
	flex-shrink: 0;
	animation: pulse 2s ease-in-out infinite;
}
.ql-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--border);
	margin-top: 14px;
}
.ql-card {
	padding: 20px 24px 26px;
	border-right: 1px solid var(--border);
	position: relative;
	transition: background 0.15s;
	cursor: pointer;
}
.ql-card:last-child { border-right: none; }
.ql-card:hover { background: var(--surface); }
.ql-card:hover .ql-title { color: var(--ac, var(--gold)); }
.ql-card::before {
	content: '';
	position: absolute; top: 0; left: 0; right: 0; height: 2px;
	background: var(--ac, var(--gold));
	opacity: 0;
	transition: opacity 0.15s;
}
.ql-card:hover::before { opacity: 1; }
.ql-num {
	font-family: var(--serif);
	font-size: 36px;
	font-weight: 300;
	color: var(--ink3);
	line-height: 1;
	margin-bottom: 10px;
}
.ql-genre {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ac, var(--fog));
	margin-bottom: 6px;
}
.ql-title {
	font-family: var(--serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--ink);
	transition: color 0.15s;
	margin-bottom: 10px;
}
.ql-meta { display: flex; gap: 8px; align-items: center; margin-top: 10px; }

/* ── FEATURED CARD mit Bild + Akzentfarbe ── */
.fc {
	border-bottom: 1px solid var(--border);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: background 0.2s, transform 0.22s ease, box-shadow 0.22s ease;
}
/* Stretched Link: gesamte Kachel klickbar */
.fc > a::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}
.fc:hover {
	background: var(--surface);
	transform: translateY(-2px);
	box-shadow: 0 8px 32px rgba(0,0,0,0.32), 0 0 0 1px rgba(201,168,76,0.12);
}
/* Dark Mode: Gold-Glow statt unsichtbarem schwarzen Schatten */
.night .fc:hover {
	box-shadow:
		0 4px 40px rgba(0,0,0,0.6),
		0 0 0 1px rgba(201,168,76,0.22),
		0 0 28px rgba(201,168,76,0.1);
}
.fc:hover .fc-title { color: var(--ac, var(--gold)); }

/* Goldene Akzentlinie oben */
.fc::before {
	content: '';
	position: absolute; top: 0; left: 0; right: 0; height: 2px;
	background: var(--ac, var(--gold));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.28s ease;
	z-index: 2;
}
.fc:hover::before { transform: scaleX(1); }

/* Glanzstreifen — läuft diagonal über die Kachel */
.fc::after {
	content: '';
	position: absolute;
	top: 0; left: -80%;
	width: 55%; height: 100%;
	background: linear-gradient(
		105deg,
		rgba(255,255,255,0)     0%,
		rgba(255,255,255,0.055) 50%,
		rgba(255,255,255,0)     100%
	);
	transform: skewX(-18deg);
	transition: left 0.55s ease;
	pointer-events: none;
	z-index: 1;
}
.fc:hover::after { left: 130%; }
.fc-image { width: 100%; height: 180px; overflow: hidden; }
.fc-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform 0.4s ease; }
.fc:hover .fc-image img { transform: scale(1.04); }
.fc-image svg { width: 100%; height: 100%; display: block; }
.fc-body { padding: 22px 26px 24px; }
.fc-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
.fc-genre {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ac, var(--gold));
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.fc-genre::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	flex-shrink: 0;
}
.fc-num {
	font-family: var(--serif);
	font-size: 56px;
	font-weight: 300;
	color: var(--ink3);
	line-height: 1;
	margin-top: -6px;
	transition: color var(--tr);
}
.fc-title {
	font-family: var(--serif);
	font-size: 32px;
	font-weight: 400;
	line-height: 1.22;
	color: var(--ink);
	margin-bottom: 6px;
	transition: color 0.2s;
}
.fc-title em { font-style: italic; }
.fc-deck {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.65;
	color: var(--ink2);
	margin-bottom: 14px;
	transition: color var(--tr);
}
.fc-foot { display: flex; align-items: flex-start; gap: 10px; }
.fc-stat { display: flex; flex-direction: column; gap: 3px; }
.fc-stat-n { font-family: var(--mono); font-size: 14px; color: var(--ac, var(--gold)); letter-spacing: 0.04em; line-height: 1; }
.fc-stat-l { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink2); line-height: 1; }
.fc-stat-sep { color: var(--fog); font-size: 12px; padding-top: 1px; opacity: 0.65; flex-shrink: 0; }
.fc-views-badge {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: var(--mono);
	font-size: 13px;
	color: var(--ac, var(--gold));
	letter-spacing: 0.06em;
}
.views-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ac, var(--gold)); opacity: 0.7; }
.fc-readtime { font-family: var(--mono); font-size: 14px; color: var(--fog); margin-left: auto; }
.pill {
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 2px 8px;
	border: 1px solid currentColor;
	opacity: 0.7;
}

/* ── SIDEBAR ── */
.sidebar { display: flex; flex-direction: column; }
.sidebar-section { padding: 18px; border-bottom: 1px solid var(--border); }
.sidebar-label {
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--fog);
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 7px;
}
.sidebar-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.mini-card {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--border);
	cursor: pointer;
	align-items: flex-start;
	transition: background 0.15s;
	position: relative;
}
.mini-card:last-child { border-bottom: none; }
.mini-card:hover .mini-title { color: var(--ac, var(--gold)); }
.mini-card::before {
	content: '';
	position: absolute; left: -18px; top: 0; bottom: 0; width: 2px;
	background: var(--ac, var(--gold));
	opacity: 0;
	transition: opacity 0.15s;
}
.mini-card:hover::before { opacity: 0.6; }
.mini-num {
	font-family: var(--serif);
	font-size: 28px;
	font-weight: 300;
	color: var(--ink3);
	line-height: 1;
	min-width: 22px;
	margin-top: 2px;
}
.mini-genre {
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ac, var(--fog));
	margin-bottom: 2px;
}
.mini-title {
	font-family: var(--serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--ink);
	transition: color 0.15s;
}
.mini-meta { font-family: var(--mono); font-size: 13px; color: var(--fog); margin-top: 3px; }
.mini-views {
	font-family: var(--mono);
	font-size: 13px;
	color: var(--ac, var(--gold));
	opacity: 0.7;
	margin-top: 2px;
}

/* Gloss CTA */
.gloss-cta {
	margin: 14px;
	padding: 16px;
	border: 1px solid var(--border2);
	position: relative;
	overflow: hidden;
}
.night .gloss-cta { background: linear-gradient(135deg, rgba(201,168,76,0.08), rgba(201,168,76,0.02)); }
.day .gloss-cta { background: linear-gradient(135deg, rgba(160,120,40,0.06), rgba(160,120,40,0.01)); }
.gloss-cta::before {
	content: '';
	position: absolute; inset: 0;
	background: conic-gradient(from 0deg, transparent 70%, rgba(201,168,76,0.07) 80%, transparent 90%);
	animation: spin 10s linear infinite;
	pointer-events: none;
}
@keyframes spin { to { transform: rotate(360deg); } }
.gloss-title { font-family: var(--serif); font-size: 20px; color: var(--gold); margin-bottom: 4px; position: relative; }
.gloss-desc { font-size: 13px; font-weight: 300; line-height: 1.6; color: var(--ink2); margin-bottom: 10px; position: relative; }
.gloss-btn {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	background: var(--gold);
	color: #0a0906;
	padding: 6px 16px;
	border: none; cursor: pointer;
	position: relative;
	transition: background 0.15s;
}
.gloss-btn:hover { background: var(--gold2); }

/* ── RECENT LINKS ── */
.recent-section { border-top: 1px solid var(--border); padding: 28px 24px 32px; }
.recent-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.recent-label {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--fog);
	display: flex;
	align-items: center;
	gap: 8px;
}
.recent-label::before { content: ''; width: 20px; height: 1px; background: var(--border); }
.recent-all {
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gold);
	cursor: pointer;
	background: none;
	border: none;
	text-decoration: none;
}
.recent-all:hover { color: var(--gold2); }
.recent-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); }

/* ── LINK CARD ── */
.lk {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: background 0.15s;
	border-right: 1px solid var(--border);
}
.lk:last-child { border-right: none; }
.lk:hover { background: var(--surface); }
.lk:hover .lk-title { color: var(--ac, var(--gold)); }
.lk::before {
	content: '';
	position: absolute; top: 0; left: 0; right: 0; height: 2px;
	background: var(--ac, var(--gold));
	opacity: 0.7; z-index: 1;
}
.lk-image { width: 100%; height: 100px; overflow: hidden; }
.lk-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.lk-image svg { width: 100%; height: 100%; display: block; }
.lk-body { padding: 14px 14px 12px; flex: 1; display: flex; flex-direction: column; }
.lk-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.lk-genre {
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ac, var(--gold));
}
.lk-ext { font-family: var(--mono); font-size: 13px; color: var(--fog); }
.lk-title {
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--ink);
	margin-bottom: 4px;
	transition: color 0.15s;
}
.lk-desc { font-size: 13px; font-weight: 300; line-height: 1.5; color: var(--ink2); margin-bottom: 8px; flex: 1; }
.lk-tags { display: flex; gap: 3px; flex-wrap: wrap; }
.lk-tag { font-family: var(--mono); font-size: 10px; padding: 2px 5px; border: 1px solid var(--border); color: var(--fog); }
.lk-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
	padding-top: 6px;
	border-top: 1px solid var(--border);
}
.lk-domain { font-family: var(--mono); font-size: 13px; color: var(--fog); }
.lk-arrow { font-size: 13px; color: var(--ac, var(--gold)); opacity: 0; transition: opacity 0.15s; }
.lk:hover .lk-arrow { opacity: 1; }

/* ── LINKS SCREEN ── */
.links-header { padding: 22px 24px 0; border-bottom: 1px solid var(--border); }
.links-title { font-family: var(--serif); font-size: 38px; font-weight: 300; color: var(--ink); margin-bottom: 5px; }
.links-title em { font-style: italic; color: var(--gold); }
.links-sub { font-size: 14px; color: var(--ink2); margin-bottom: 16px; }
.filter-chips { display: flex; gap: 6px; flex-wrap: wrap; padding-bottom: 14px; }
.filter-chip {
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	padding: 5px 12px;
	border: 1px solid var(--border);
	color: var(--fog);
	cursor: pointer;
	background: transparent;
	transition: all 0.15s;
}
.filter-chip:hover { border-color: var(--gold); color: var(--gold); }
.filter-chip.active { background: var(--gold); color: #0a0906; border-color: var(--gold); }
.links-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--border);
}
.links-grid .lk { border-bottom: 1px solid var(--border); }
.links-grid .lk:nth-child(3n) { border-right: none; }

/* ── DETAIL ── */
.progress-bar {
	height: 3px;
	background: var(--gold);
	width: 0%;
	transition: width 0.1s linear;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.back-bar { padding: 10px 24px; border-bottom: 1px solid var(--border); }
.back-btn {
	display: flex;
	align-items: center;
	gap: 7px;
	font-family: var(--mono);
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fog);
	cursor: pointer;
	background: none;
	border: none;
	text-decoration: none;
	transition: color 0.15s;
}
.back-btn:hover { color: var(--gold); }
.back-btn svg { width: 13px; height: 13px; }
.detail-hero { width: 100%; aspect-ratio: 21 / 8; min-height: 420px; max-height: 70vh; position: relative; overflow: hidden; background: var(--bg2); }
.detail-hero svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.detail-hero-img { width: 100%; height: 100%; }
.detail-hero-grad { display: none; }
.detail-badges { position: absolute; top: 16px; left: 24px; display: flex; gap: 7px; }
.badge-red { background: var(--red); color: #fff; font-family: var(--mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; }
.badge-gold { background: transparent; border: 1px solid var(--gold); color: var(--gold); font-family: var(--mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; }
.detail-rt { position: absolute; bottom: 14px; right: 20px; font-family: var(--mono); font-size: 14px; color: var(--fog); }

/* Sticky Artikel-Bar */
.article-sticky {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 101;
	background: var(--bg);
	border-bottom: 1px solid var(--border);
	padding: 14px 32px;
	display: flex;
	align-items: center;
	gap: 18px;
	top: -80px;
	opacity: 0;
	pointer-events: none;
	transition: top 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
.night .article-sticky { background: rgba(14, 11, 8, 0.94); }
.day .article-sticky { background: rgba(248, 244, 238, 0.94); border-bottom-color: rgba(0,0,0,0.1); }
.article-sticky.visible { top: var(--nav-h, 53px); opacity: 1; pointer-events: auto; }
.sticky-genre {
	font-family: var(--mono);
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ac, var(--gold));
	padding: 4px 10px;
	border: 1px solid;
	border-color: var(--ac, var(--gold));
	flex-shrink: 0;
	opacity: 0.8;
}
.sticky-title {
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 300;
	color: var(--ink);
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.25;
}
.sticky-sep { width: 1px; height: 22px; background: var(--border); flex-shrink: 0; }
.sticky-meta {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.06em;
	color: var(--fog);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.sticky-meta span { white-space: nowrap; }
.sticky-progress { position: absolute; bottom: 0; left: 0; height: 2px; background: var(--ac, var(--gold)); transition: width 0.1s linear; }

.article { max-width: 1100px; margin: 0 auto; padding: 40px 48px 64px; }
.article-genre { font-family: var(--mono); font-size: 14px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ac, var(--gold)); margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
.genre-rule { width: 16px; height: 1px; background: var(--ac, var(--gold)); }
.article-title { font-family: var(--serif); font-size: 65px; font-weight: 300; line-height: 1.07; color: var(--ink); margin-bottom: 20px; }
.article-title em { font-style: italic; color: var(--gold); }
.article-deck { font-family: var(--serif); font-size: 22px; font-weight: 300; font-style: italic; line-height: 1.6; color: var(--ink2); padding-left: 20px; margin-bottom: 40px; position: relative; max-width: 85%; }
.article-deck::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--ac, var(--gold)); transition: height 0.65s cubic-bezier(0.4,0,0.2,1) 0.25s; }
.article-deck.deck-ready::before { height: 100%; }
.article-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 12px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 48px; }
.meta-pill { font-family: var(--mono); font-size: 13px; letter-spacing: 0.07em; text-transform: uppercase; padding: 2px 8px; border: 1px solid var(--ac, var(--border2)); color: var(--ac, var(--gold)); }
.meta-pill.ai { border-color: rgba(44,95,138,0.3); color: #5a8fd4; }
.meta-pill.red { border-color: rgba(200,53,42,0.25); color: var(--red); }
.meta-sep { color: var(--fog); font-size: 13px; opacity: 0.5; }
.meta-txt { font-family: var(--mono); font-size: 14px; color: var(--fog); }
.read-progress-wrap { width: 44px; height: 2px; background: var(--border); border-radius: 1px; overflow: hidden; margin-left: auto; }
.read-progress-fill { width: 60%; height: 100%; background: var(--ac, var(--gold)); }

.ai-summary { border: 1px solid rgba(44,95,138,0.2); padding: 18px 20px; margin-bottom: 30px; position: relative; overflow: hidden; }
.night .ai-summary { background: rgba(44,95,138,0.04); }
.day .ai-summary { background: rgba(44,95,138,0.03); }
.ai-summary::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: rgba(44,95,138,0.5); }
.ai-summary-label { font-family: var(--mono); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: #5a8fd4; margin-bottom: 10px; display: flex; align-items: center; gap: 5px; }
.ai-pulse { width: 5px; height: 5px; border-radius: 50%; background: #5a8fd4; animation: pulse 2s ease-in-out infinite; }
.ai-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.ai-list li { font-family: var(--sans); font-size: calc(var(--article-fs, 22px) * 0.68); font-weight: 300; line-height: 1.6; color: var(--ink2); padding-left: 14px; position: relative; }
.ai-list li::before { content: '→'; position: absolute; left: 0; color: #5a8fd4; font-size: 12px; top: 1px; }

.article-body p { font-family: var(--serif); font-size: var(--article-fs, 22px); font-weight: 300; line-height: 1.85; color: var(--ink); margin-bottom: 32px; }
.article-body h2 { scroll-margin-top: calc(var(--nav-h, 62px) + var(--sticky-bar-h, 50px) + 24px); }
.article-body h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; color: var(--ink); margin: 64px 0 28px; display: flex; align-items: center; gap: 10px; }
.article-body h3::before { content: ''; width: 16px; height: 1px; background: var(--gold); flex-shrink: 0; transition: width 0.4s ease 0.1s; }
.article-body hr { display: none; }
.article-body img { display: block; width: 100%; margin: 40px 0 10px; border: 1px solid var(--border); }

/* ── Listen im Artikel-Body ── */
.article-body ol,
.article-body ul {
	margin: 0 0 36px;
	padding-left: 0;
	list-style: none;
	counter-reset: art-ol;
}
.article-body ol > li,
.article-body ul > li {
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 300;
	line-height: 1.75;
	color: var(--ink);
	margin-bottom: 14px;
	padding-left: 2.4em;
	position: relative;
}
/* Nummerierte Liste — eigener Counter, deckt auch 11+ ab */
.article-body ol > li {
	counter-increment: art-ol;
}
.article-body ol > li::before {
	content: counter(art-ol) '.';
	position: absolute;
	left: 0;
	width: 2em;
	text-align: right;
	font-family: var(--mono);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--gold);
	top: 0.28em;
	padding-right: 0.4em;
}
/* Aufzählungsliste */
.article-body ul > li::before {
	content: '—';
	position: absolute;
	left: 0.4em;
	color: var(--gold);
	font-weight: 300;
}
/* Verschachtelte Listen */
.article-body ol ol,
.article-body ul ul,
.article-body ol ul,
.article-body ul ol {
	margin: 10px 0 0;
}

.pullquote { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 28px 0; margin: 48px 0; }

/* Drop Cap entfernt — kein übergroßer Anfangsbuchstabe */
.pullquote p { font-family: var(--serif); font-size: 30px; font-weight: 300; font-style: italic; line-height: 1.4; color: var(--ink); margin: 0; }
.pullquote-src { font-family: var(--mono); font-size: 14px; text-transform: uppercase; color: var(--fog); margin-top: 10px; }
.inline-image { width: 100%; aspect-ratio: 16 / 6; border-radius: 2px; margin: 8px 0 5px; overflow: hidden; position: relative; }
.inline-image svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.inline-caption { font-family: var(--mono); font-size: 14px; color: var(--fog); font-style: italic; margin-bottom: 24px; }

/* ── Artikel-Zusammenfassung Karte ── */
.summary-card {
	margin: 48px 0 32px;
	border: 1px solid var(--gold);
	padding: 28px 32px 24px;
	position: relative;
	background: linear-gradient(135deg, rgba(193,154,56,0.04) 0%, transparent 60%);
}
.summary-card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.summary-card-icon {
	width: 20px;
	height: 20px;
	border: 1px solid var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.summary-card-icon::after {
	content: '◆';
	font-size: 8px;
	color: var(--gold);
}
.summary-card-label {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--gold);
}
.summary-card-genre {
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fog);
	margin-left: auto;
}
.summary-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
}
.summary-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.summary-num {
	font-family: var(--mono);
	font-size: 28px;
	font-weight: 300;
	color: var(--gold);
	opacity: 0.35;
	line-height: 1;
	flex-shrink: 0;
	width: 32px;
}
.summary-text {
	font-family: var(--sans);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	color: var(--ink2);
	padding-top: 4px;
}

/* ── Infografik Premium (sketchnote-preview3) ── */
.infographic {
	--hand: 'Caveat', cursive;
	margin: 48px 0 32px;
	border: 1px solid var(--border);
	overflow: hidden;
	position: relative;
	background: var(--surface);
}
.infographic::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--ac, var(--gold)) 0%, rgba(193,154,56,0.2) 100%);
	z-index: 1;
}

/* header */
.ig-head {
	padding: 18px 28px 16px;
	border-bottom: 1px solid var(--border);
	display: flex;
	align-items: center;
	gap: 16px;
}
.ig-head-genre {
	font: 500 9px/1 var(--sans);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ac, var(--gold));
	padding: 4px 9px;
	border: 1px solid rgba(193,154,56,0.35);
	flex-shrink: 0;
}
.ig-head-title {
	font: 700 22px/1.1 var(--hand);
	color: var(--ink);
	flex: 1;
	letter-spacing: 0.01em;
}
.ig-head-tag {
	font: 500 9px/1 var(--sans);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--fog);
	display: flex; align-items: center; gap: 5px;
	flex-shrink: 0;
}

/* body wrapper */
.ig-body { padding: 28px; }

/* ── comparison ── */
.ig-comp { display: grid; grid-template-columns: 1fr 52px 1fr; align-items: start; }
.ig-side { display: flex; flex-direction: column; }
.ig-side-head {
	font: 500 10px/1 var(--sans);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid;
	margin-bottom: 18px;
}
.ig-side-icon {
	width: 26px; height: 26px;
	border: 1px solid;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.ig-left .ig-side-head  { color: var(--fog); border-color: rgba(255,255,255,0.1); }
.ig-left .ig-side-icon  { border-color: rgba(255,255,255,0.15); }
.ig-right .ig-side-head { color: var(--ac, var(--gold)); border-color: rgba(193,154,56,0.3); }
.ig-right .ig-side-icon { border-color: rgba(193,154,56,0.4); background: rgba(193,154,56,0.06); }
.ig-rows { display: flex; flex-direction: column; gap: 13px; }
.ig-row {
	display: flex; gap: 10px; align-items: flex-start;
	font: 500 17px/1.45 var(--hand);
}
.ig-left  .ig-row { color: var(--fog); }
.ig-right .ig-row { color: var(--ink2); }
.ig-row-mark {
	width: 16px; height: 16px;
	border: 1px solid;
	border-radius: 2px;
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0; margin-top: 3px;
}
.ig-left  .ig-row-mark { border-color: rgba(255,255,255,0.12); }
.ig-right .ig-row-mark { border-color: rgba(193,154,56,0.35); }

/* arrow */
.ig-arrow-mid {
	display: flex; flex-direction: column;
	align-items: center; justify-content: center;
	padding-top: 38px;
	gap: 5px;
}
.ig-arrow-track {
	width: 1px; flex: 1;
	background: linear-gradient(to bottom, transparent, rgba(193,154,56,0.5) 40%, rgba(193,154,56,0.5) 60%, transparent);
}
.ig-arrow-chevron {
	width: 7px; height: 7px;
	border-right: 1.5px solid var(--ac, var(--gold));
	border-bottom: 1.5px solid var(--ac, var(--gold));
	transform: rotate(45deg);
	opacity: 0.6;
	margin-top: -4px;
}
.ig-arrow-word {
	font: 500 9px/1 var(--sans);
	letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--ac, var(--gold)); writing-mode: vertical-rl; opacity: 0.45;
	padding: 6px 0;
}

/* ── flow ── */
.ig-flow { display: flex; gap: 0; border: 1px solid var(--border); }
.ig-step {
	flex: 1; padding: 18px 16px;
	border-right: 1px solid var(--border);
	display: flex; flex-direction: column; gap: 8px;
	position: relative;
}
.ig-step:last-child { border-right: none; }
.ig-step::after {
	content: '';
	position: absolute; right: -5px; top: 22px;
	width: 8px; height: 8px;
	border-right: 1.5px solid rgba(193,154,56,0.4);
	border-top: 1.5px solid rgba(193,154,56,0.4);
	transform: rotate(45deg); z-index: 2;
}
.ig-step:last-child::after { display: none; }
.ig-step-num { font: 500 9px/1 var(--sans); letter-spacing: 0.14em; color: var(--ac, var(--gold)); opacity: 0.55; }
.ig-step-icon {
	width: 28px; height: 28px;
	border: 1px solid var(--border);
	display: flex; align-items: center; justify-content: center;
	color: rgba(193,154,56,0.5);
	margin-bottom: 2px;
}
.ig-step-title { font: 700 16px/1.2 var(--hand); color: var(--ink); }
.ig-step-desc  { font: 400 14px/1.55 var(--hand); color: var(--fog); }

/* ── insights ── */
.ig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); }
.ig-ins {
	padding: 20px;
	border-right: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	display: flex; flex-direction: column; gap: 8px;
}
.ig-ins:nth-child(2n)       { border-right: none; }
.ig-ins:nth-last-child(-n+2){ border-bottom: none; }
.ig-ins-head { display: flex; align-items: center; gap: 10px; }
.ig-ins-num  { font: 500 9px/1 var(--sans); letter-spacing: 0.12em; color: var(--ac, var(--gold)); opacity: 0.5; width: 20px; flex-shrink: 0; }
.ig-ins-icon {
	width: 28px; height: 28px;
	border: 1px solid var(--border);
	display: flex; align-items: center; justify-content: center;
	color: rgba(193,154,56,0.6); flex-shrink: 0;
}
.ig-ins-title { font: 700 17px/1.2 var(--hand); color: var(--ink); }
.ig-ins-text  { font: 400 15px/1.55 var(--hand); color: var(--fog); padding-left: 30px; }

/* ── benefits bar ── */
.ig-bens {
	display: flex; border-top: 1px solid var(--border);
	background: rgba(0,0,0,0.25);
}
.day .ig-bens { background: rgba(0,0,0,0.04); }
.ig-ben {
	flex: 1; min-width: 70px; padding: 13px 10px;
	border-right: 1px solid var(--border);
	display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.ig-ben:last-child { border-right: none; }
.ig-ben-icon {
	width: 28px; height: 28px;
	border: 1px solid rgba(193,154,56,0.2);
	background: rgba(193,154,56,0.04);
	display: flex; align-items: center; justify-content: center;
	color: var(--ac, var(--gold));
}
.ig-ben-label { font: 500 9px/1.2 var(--sans); letter-spacing: 0.1em; text-transform: uppercase; color: var(--fog); text-align: center; }

/* ── conclusion ── */
.ig-conc {
	padding: 14px 28px;
	border-top: 1px solid var(--border);
	display: flex; align-items: center; gap: 12px;
}
.ig-conc-bar { width: 2px; height: 32px; background: linear-gradient(to bottom, var(--ac, var(--gold)), rgba(193,154,56,0.2)); flex-shrink: 0; }
.ig-conc-text { font: 300 16px/1.5 'Georgia', var(--serif), serif; font-style: italic; color: var(--ink2); }

/* day overrides */
.day .ig-head { background: rgba(0,0,0,0.03); }
.day .ig-left .ig-side-head  { border-color: rgba(0,0,0,0.1); }
.day .ig-left .ig-side-icon  { border-color: rgba(0,0,0,0.15); }
.day .ig-left .ig-row-mark   { border-color: rgba(0,0,0,0.12); }

.article-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 30px; padding-top: 16px; border-top: 1px solid var(--border); }
.article-tag { font-family: var(--mono); font-size: 13px; text-transform: uppercase; padding: 4px 10px; border: 1px solid var(--border); color: var(--fog); cursor: pointer; background: transparent; transition: all 0.15s; }
.article-tag:hover { border-color: var(--gold); color: var(--gold); }

.related-section { padding: 0; }
.related-label { font-family: var(--mono); font-size: 13px; text-transform: uppercase; letter-spacing: 0.13em; color: var(--fog); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.related-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); }
.related-card { padding: 16px; border-right: 1px solid var(--border); cursor: pointer; transition: background 0.15s; }
.related-card:last-child { border-right: none; }
.related-card:hover { background: var(--surface); }
.related-card:hover .related-title { color: var(--gold); }
.related-genre { font-family: var(--mono); font-size: 13px; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.related-title { font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.3; color: var(--ink); margin-bottom: 5px; transition: color 0.15s; }
.related-time { font-family: var(--mono); font-size: 13px; color: var(--fog); }

/* ── SCREENS ── */
.screen { display: none; }
.screen.active { display: block; }
.mode-content { display: none; }
.mode-content.active { display: block; }

/* ══════════════════════════════════════
   RESPONSIVE — XL (≥ 1600px): 2 Aufmacher + mehr Spalten
══════════════════════════════════════ */
@media (min-width: 1600px) {

	/* 2 Aufmacher nebeneinander */
	.hero-duo {
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}
	.hero-secondary {
		display: flex !important;
		border-left: 1px solid var(--border);
		margin-top: 0;
	}
	.hero-primary {
		border-right: none;
	}
	/* Scroll-Hint nur im primären Hero */
	.hero-secondary #scroll-hint { display: none; }

	/* Zweiter Aufmacher: Animations um ~160ms versetzt */
	.hero-secondary .hero-kicker      { animation-delay: 0.21s; }
	.hero-secondary .kicker-rule      { animation-delay: 0.21s; }
	.hero-secondary .hero-headline    { animation-delay: 0.31s; }
	.hero-secondary .hero-deck        { animation-delay: 0.42s; }
	.hero-secondary .hero-btns        { animation-delay: 0.53s; }
	.hero-secondary .hero-stats       { animation-delay: 0.62s; }
	.hero-secondary .hero-img-zoom    { animation-delay: 0.16s; }

	/* Kacheln: 4 Spalten */
	.main-left {
		grid-template-columns: repeat(4, 1fr);
	}
	.main-left .fc:nth-child(3n) { border-right: 1px solid var(--border); }
	.main-left .fc:nth-child(4n) { border-right: none; }

	.trending-fc-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.trending-fc-grid .fc:nth-child(3n) { border-right: 1px solid var(--border); }
	.trending-fc-grid .fc:nth-child(4n) { border-right: none; }
	/* 4 Spalten: nur 1 Reihe = 4 Kacheln */
	.trending-fc-grid .fc:nth-child(n+4) { display: flex; }
	.trending-fc-grid .fc:nth-child(n+5) { display: none; }

	.ql-fc-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.ql-fc-grid .fc:nth-child(3n) { border-right: 1px solid var(--border); }
	.ql-fc-grid .fc:nth-child(4n) { border-right: none; }
	/* 4 Spalten: nur 1 Reihe = 4 Kacheln */
	.ql-fc-grid .fc:nth-child(n+4) { display: flex; }
	.ql-fc-grid .fc:nth-child(n+5) { display: none; }

	.related-fc-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.related-fc-grid .fc:nth-child(3n) { border-right: 1px solid var(--border); }
	.related-fc-grid .fc:nth-child(4n) { border-right: none; }

	/* Artikel-Detail breiter auf großen Screens */
	.article { max-width: 1280px; }
	.article-title { font-size: 74px; }
	.article-deck { font-size: 25px; }
	.article-body p { font-size: var(--article-fs, 23px); line-height: 1.88; }
	.article-body h3 { font-size: 36px; }

	/* Sticky Bar größer auf Desktop */
	.article-sticky { padding: 16px 40px; gap: 20px; }
	.sticky-title { font-size: 26px; }
	.sticky-genre { font-size: 11px; padding: 5px 12px; }
	.sticky-meta { font-size: 13px; }
	.sticky-sep { height: 26px; }
}

@media (min-width: 1920px) {

	/* Kacheln: 5 Spalten auf sehr breiten Screens */
	.main-left {
		grid-template-columns: repeat(5, 1fr);
	}
	.main-left .fc:nth-child(4n) { border-right: 1px solid var(--border); }
	.main-left .fc:nth-child(5n) { border-right: none; }

	.trending-fc-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	.trending-fc-grid .fc:nth-child(4n) { border-right: 1px solid var(--border); }
	.trending-fc-grid .fc:nth-child(5n) { border-right: none; }
	/* 5 Spalten: 1 Reihe = max 5 Kacheln */
	.trending-fc-grid .fc:nth-child(n+5) { display: flex; }
	.trending-fc-grid .fc:nth-child(n+6) { display: none; }

	.ql-fc-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	.ql-fc-grid .fc:nth-child(4n) { border-right: 1px solid var(--border); }
	.ql-fc-grid .fc:nth-child(5n) { border-right: none; }
	/* 5 Spalten: 1 Reihe = max 5 Kacheln */
	.ql-fc-grid .fc:nth-child(n+5) { display: flex; }
	.ql-fc-grid .fc:nth-child(n+6) { display: none; }

	.related-fc-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	.related-fc-grid .fc:nth-child(4n) { border-right: 1px solid var(--border); }
	.related-fc-grid .fc:nth-child(5n) { border-right: none; }

	/* Artikel-Detail noch breiter auf XL */
	.article { max-width: 1520px; padding-left: 72px; padding-right: 72px; }
	.article-title { font-size: 84px; }
	.article-deck { font-size: 27px; max-width: 90%; }
	.article-body p { font-size: var(--article-fs, 25px); line-height: 1.92; }
	.article-body h3 { font-size: 40px; }

	/* Sticky Bar noch größer auf XL */
	.article-sticky { padding: 18px 48px; gap: 24px; }
	.sticky-title { font-size: 30px; }
	.sticky-genre { font-size: 11px; padding: 5px 14px; }
	.sticky-meta { font-size: 13px; gap: 12px; }
	.sticky-sep { height: 28px; }
}

/* ══════════════════════════════════════
   RESPONSIVE — Tablet (≤ 900px)
══════════════════════════════════════ */
@media (max-width: 1440px) {
	/* ── NAV: ab 1440px Hamburger — nur nav-links ausblenden, nav-right bleibt ── */
	.nav-links { display: none; }
	.nav-right { margin-left: auto; }
	.nav-cta { display: none; }
}

@media (max-width: 900px) {
	.main-left { grid-template-columns: 1fr 1fr; }
	.main-left .fc:nth-child(3n) { border-right: 1px solid var(--border); }
	.main-left .fc:nth-child(2n) { border-right: none; }
	.related-fc-grid { grid-template-columns: repeat(3, 1fr); }
	.related-fc-grid .fc:nth-child(3n) { border-right: none; }
	.ql-grid { grid-template-columns: repeat(2, 1fr); }
	/* Tablet: Meistgelesen + Schnell gelesen bleiben 3-spaltig, nur 1 Reihe */
	.ql-fc-grid { grid-template-columns: repeat(3, 1fr); }
	.ql-fc-grid .fc:nth-child(3n) { border-right: none; }
	.ql-fc-grid .fc:nth-child(n+4) { display: none; }
	.trending-fc-grid { grid-template-columns: repeat(3, 1fr); }
	.trending-fc-grid .fc:nth-child(3n) { border-right: none; }
	.trending-fc-grid .fc:nth-child(n+4) { display: none; }
	.recent-grid { grid-template-columns: repeat(2, 1fr); }
	.links-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════
   RESPONSIVE — Mobile (≤ 640px)
══════════════════════════════════════ */
@media (max-width: 640px) {

	/* ── SEC-HEAD ── */
	.sec-head { padding: 14px 16px; }

	/* ── NAV ── */
	.nav { padding: 10px 16px; }
	.nav-logo-img { height: 40px !important; }

	/* ── TICKER ── */
	.ticker { font-size: 12px; }

	/* ── MODE BAR ── */
	.mode-bar { padding: 0 16px; }
	.mode-btn { font-size: 13px; padding: 14px 12px; }

	/* ── HERO ── */
	.hero {
		display: flex;
		flex-direction: column;
		min-height: unset;
	}
	.hero-left {
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 100%;
		min-height: unset;
		padding: 28px 16px 32px;
		order: 2;
	}
	.hero-right {
		position: relative;
		inset: unset;
		order: 1;
		height: 220px;
		width: 100%;
	}
	.hero-right::after { display: none; }
	.hero-headline { font-size: clamp(24px, 7vw, 36px); }
	.hero-deck { font-size: 15px; }
	.hero-btns { flex-wrap: wrap; gap: 8px; }
	.btn-primary { font-size: 13px; padding: 10px 18px; }
	.btn-ghost { font-size: 13px; padding: 10px 14px; }
	.hero-stats { gap: 12px; }

	/* ── STATS BAR ── */
	.stats-bar { grid-template-columns: repeat(3, 1fr); gap: 0; }
	.stat { padding: 18px 8px 16px; }
	.stat-n { font-size: 48px; }

	/* ── GENRE TABS ── */
	.genre-tabs { padding: 0 16px; }
	.genre-tab { font-size: 12px; padding: 14px 10px; }

	/* ── TRENDING ── */
	/* Kein äußeres Padding — fc-body hat eigenes 16px, sonst doppelt eingerückt */
	.trending-strip { padding: 0; }
	.trending-label { font-size: 12px; padding: 0 16px; }
	.trending-list { grid-template-columns: 1fr; padding: 0 16px; }
	.trending-item {
		padding: 14px 0;
		border-right: none !important;
		border-bottom: 1px solid var(--border);
	}
	.trending-item:last-child { border-bottom: none; }
	.trending-rank { font-size: 40px; min-width: 32px; }
	.trending-title { font-size: 17px; }

	/* ── FC GRID — 1 Spalte ── */
	.main-left {
		grid-template-columns: 1fr;
		border-top: 1px solid var(--border);
	}
	.main-left .fc { border-right: none !important; }
	.related-fc-grid { grid-template-columns: 1fr; }
	.related-fc-grid .fc { border-right: none !important; }
	.fc-body { padding: 16px 16px 20px; }
	.fc-title { font-size: 22px; }

	/* ── SCHNELL GELESEN ── */
	/* Kein äußeres Padding — fc-body hat eigenes 16px, sonst doppelt eingerückt */
	.ql-section { padding: 0 0 24px; }
	.ql-header { padding: 16px 16px 0; }
	.ql-grid { grid-template-columns: 1fr; gap: 0; padding: 0 16px; }
	.ql-card { padding: 14px 0; border-right: none !important; border-bottom: 1px solid var(--border); }
	.ql-fc-grid { grid-template-columns: 1fr; }
	.ql-fc-grid .fc { border-right: none !important; }
	.trending-fc-grid { grid-template-columns: 1fr; }
	.trending-fc-grid .fc { border-right: none !important; }

	/* ── RECENT LINKS ── */
	.recent-section { padding: 24px 16px; }
	.recent-grid { grid-template-columns: 1fr; }

	/* ── LINKS GRID ── */
	.links-grid { grid-template-columns: 1fr; }
	.links-grid .lk { border-right: none !important; }
	.links-header { padding: 24px 16px 0; }

	/* ── ARTIKEL DETAIL ── */
	.article { padding: 24px 16px 48px; max-width: 100%; }
	.article-title { font-size: clamp(24px, 6vw, 36px); }
	.article-meta { flex-wrap: wrap; gap: 6px; }
	.back-bar { padding: 10px 16px; }
	.detail-hero { aspect-ratio: 4 / 3; max-height: 55vw; }

	/* Sticky Bar Mobile */
	.article-sticky { padding: 10px 16px; gap: 10px; top: -100px; }
	.sticky-title {
		font-size: clamp(15px, 4vw, 20px);
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 1.3;
	}
	.sticky-genre { font-size: 8px; padding: 3px 6px; }
	.sticky-sep { display: none; }
	.sticky-meta { display: none; }

	/* ── RELATED ARTIKEL ── */
	.related-grid { grid-template-columns: 1fr; }
	.related-card { border-right: none !important; border-bottom: 1px solid var(--border); }
	.related-card:last-child { border-bottom: none; }

	/* ── LEGAL SEITEN ── */
	.legal-page { padding: 0 16px 60px; }

	/* ── FOOTER ── */
	.site-footer { padding: 32px 16px; }
}

/* ════════════════════════════════════════
   MICRO-ANIMATIONS & TRANSITIONS
   ════════════════════════════════════════ */

/* ── Reading Progress Bar ── */
#reading-progress {
	position: fixed;
	top: 0; left: 0;
	width: 0%;
	height: 2px;
	background: var(--ac, var(--gold));
	z-index: 200;
	transition: width 0.08s linear;
	pointer-events: none;
}

/* ── Page Fade Overlay ── */
#page-fade {
	position: fixed;
	inset: 0;
	background: var(--bg);
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.18s ease;
}
#page-fade.active { opacity: 1; }

/* ── Card Entrance Animation ── */
@keyframes cardEnter {
	from { opacity: 0; transform: translateY(14px); }
	to   { opacity: 1; transform: translateY(0); }
}
.fc.anim-ready {
	opacity: 0;
}
.fc.anim-enter {
	animation: cardEnter 0.42s ease forwards;
}

/* ── Genre Crossfade ── */
.main-grid {
	transition: opacity 0.15s ease;
}
.main-grid.switching {
	opacity: 0;
}

/* ── Stat Block hover ── */
.stat {
	transition: background 0.2s, transform 0.2s ease;
}
.stat:hover { transform: translateY(-1px); }

/* ════════════════════════════════════
   ARTIKEL ANIMATIONS
   ════════════════════════════════════ */

@keyframes articleFadeUp {
	from { opacity: 0; transform: translateY(20px); }
	to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroReveal {
	from { opacity: 0; transform: scale(1.05); }
	to   { opacity: 1; transform: scale(1.0); }
}

/* Paragraph + H3 Scroll Reveal */
.js-article-reveal .article-body p,
.js-article-reveal .article-body h3,
.js-article-reveal .pullquote,
.js-article-reveal .ai-summary {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}
.js-article-reveal .article-body p.in-view,
.js-article-reveal .article-body h3.in-view,
.js-article-reveal .pullquote.in-view,
.js-article-reveal .ai-summary.in-view {
	opacity: 1;
	transform: translateY(0);
}

/* H3 Gold-Linie wächst rein wenn in Viewport */
.js-article-reveal .article-body h3::before { width: 0; }
.js-article-reveal .article-body h3.in-view::before { width: 16px; }

/* Scroll-to-Top Button */
#scroll-top {
	position: fixed;
	bottom: 32px; right: 32px;
	width: 46px; height: 46px;
	border-radius: 50%;
	background: var(--ac, var(--gold));
	border: none;
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.25s ease, transform 0.25s ease, filter 0.2s;
	z-index: 500;
	pointer-events: none;
	color: #12100e;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
#scroll-top.visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
#scroll-top:hover { filter: brightness(0.88); }

/* ═══════════════════════════════════════════════
   LESEZEICHEN-BUTTON
═══════════════════════════════════════════════ */
.bookmark-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px 6px;
	color: var(--ink2);
	display: inline-flex;
	align-items: center;
	border-radius: 6px;
	transition: color 0.2s ease, background 0.2s ease;
	vertical-align: middle;
}
.bookmark-btn svg { width: 18px; height: 18px; }
.bookmark-btn:hover { color: var(--gold); background: color-mix(in srgb, var(--gold) 10%, transparent); }
.bookmark-btn.saved { color: var(--gold); }
.bookmark-btn.saved svg { fill: var(--gold); }
.bookmark-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ═══════════════════════════════════════════════
   TABLE OF CONTENTS
═══════════════════════════════════════════════ */
.art-toc {
	margin: 0 0 48px;
	padding: 20px 24px;
	border: 1px solid var(--border);
	border-left: 3px solid var(--ac, var(--gold));
	border-radius: 0 8px 8px 0;
	background: var(--bg2);
}
.art-toc__label {
	font: 600 11px/1 var(--mono);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ac, var(--gold));
	margin-bottom: 14px;
	display: block;
}
.art-toc__list {
	list-style: none;
	padding: 0; margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	counter-reset: none;
}
.art-toc__item { margin: 0; padding: 0; }
.art-toc__item::before { display: none; }
.art-toc__link {
	font: 300 calc(var(--article-fs, 22px) * 0.73)/1.4 var(--serif);
	color: var(--ink2);
	text-decoration: none;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	transition: color 0.18s ease, padding-left 0.18s ease;
}
.art-toc__link:hover { color: var(--ink); padding-left: 6px; }
.art-toc__link.active { color: var(--ac, var(--gold)); font-weight: 500; padding-left: 6px; }
/* H3-Links eingerückt und kleiner */
.art-toc__link--h3 { font-size: calc(var(--article-fs, 22px) * 0.64); padding-left: 12px; opacity: 0.75; }
.art-toc__link--h3:hover { padding-left: 16px; }
.art-toc__link--h3.active { padding-left: 16px; }
/* scroll-margin-top für beide Heading-Level */
.article-body h3 { scroll-margin-top: calc(var(--nav-h, 62px) + var(--sticky-bar-h, 50px) + 24px); }

/* ═══════════════════════════════════════════════
   ZULETZT GELESEN — Homepage Strip
═══════════════════════════════════════════════ */
.recently-read-strip {
	padding: 24px 24px 8px;
}
.recently-read-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}
.rr-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 16px;
	background: var(--bg2);
	border: 1px solid color-mix(in srgb, var(--rr-ac, var(--gold)) 30%, transparent);
	border-left: 3px solid var(--rr-ac, var(--gold));
	border-radius: 0 8px 8px 0;
	text-decoration: none;
	max-width: 260px;
	min-width: 180px;
	flex: 1;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.rr-card:hover {
	border-color: var(--rr-ac, var(--gold));
	box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}
.rr-genre {
	font: 600 10px/1 var(--mono);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rr-ac, var(--gold));
}
.rr-title {
	font: 400 14px/1.35 var(--serif);
	color: var(--ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rr-bm {
	position: absolute;
	top: 8px; right: 10px;
	font-size: 12px;
	color: var(--gold);
}

/* ── ACCESSIBILITY: Skip-Link ── */
.skip-link {
	position: absolute;
	top: -100px;
	left: 16px;
	z-index: 9999;
	padding: 12px 24px;
	background: var(--gold);
	color: #0a0906;
	font-family: var(--mono);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	transition: top 0.15s ease;
}
.skip-link:focus {
	top: 12px;
	outline: 2px solid var(--ink);
	outline-offset: 2px;
}

/* ── ACCESSIBILITY: Globale Focus-Stile ── */
:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}

/* Theme-Toggle-Button: Reset default button styles */
.tog-wrap {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	font: inherit;
	color: inherit;
}

/* ── S2-04: Inline-Links in Artikeln erkennbar machen ── */
.article-body a,
.tv-check-label a,
.nl-check-label a {
	text-decoration: underline;
	text-decoration-color: var(--gold);
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
.article-body a:hover,
.tv-check-label a:hover,
.nl-check-label a:hover {
	text-decoration-thickness: 2px;
}

/* ── SP-03: Placeholder-Kontrast erhöhen ── */
::placeholder {
	color: var(--fog);
	opacity: 0.75;
}

/* ── S2-01: Formular-Inline-Fehler ── */
.form-error {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.06em;
	color: var(--red, #c8352a);
	min-height: 0;
	display: block;
}
.form-error:empty { display: none; }
.form-error--global {
	padding: 12px 16px;
	background: rgba(200,53,42,0.08);
	border-left: 3px solid var(--red, #c8352a);
}
.form-error--global:empty { display: none; }
.input-error {
	border-color: var(--red, #c8352a) !important;
}

/* ── ACCESSIBILITY: Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	html { scroll-behavior: auto; }
	.ticker-track { animation: none; }
	.nl-overlay { transition: none; }
}

/* ═══════════════════════════════════════════════
   CHANGELOG
═══════════════════════════════════════════════ */
.cl-page {
	max-width: 760px;
	margin: 0 auto;
	padding: 48px 24px 96px;
}
.cl-header {
	margin-bottom: 64px;
}
.cl-header__kicker {
	font: 500 12px/1 var(--mono);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.cl-header__rule {
	display: inline-block;
	width: 24px; height: 1px;
	background: var(--gold);
}
.cl-header__title {
	font: 300 56px/1.05 var(--serif);
	color: var(--ink);
	margin-bottom: 12px;
}
.cl-header__sub {
	font: 300 20px/1.5 var(--serif);
	color: var(--ink2);
}

/* Timeline */
.cl-timeline {
	position: relative;
	padding-left: 0;
}
.cl-timeline::before {
	content: '';
	position: absolute;
	left: 148px;
	top: 8px; bottom: 8px;
	width: 1px;
	background: var(--border);
}
.cl-entry {
	display: grid;
	grid-template-columns: 140px 16px 1fr;
	gap: 0 24px;
	margin-bottom: 52px;
	align-items: start;
}
.cl-entry__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: right;
	padding-top: 2px;
}
.cl-entry__date {
	font: 400 13px/1 var(--mono);
	color: var(--ink2);
}
.cl-entry__version {
	font: 700 11px/1 var(--mono);
	letter-spacing: 0.1em;
	color: var(--ink2);
	opacity: 0.5;
}
.cl-entry__dot {
	width: 14px; height: 14px;
	border-radius: 50%;
	margin-top: 3px;
	flex-shrink: 0;
	box-shadow: 0 0 0 3px var(--bg);
	position: relative;
	z-index: 1;
}
.cl-entry__body {
	padding-bottom: 4px;
}
.cl-entry__head {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 6px;
}
.cl-entry__type {
	font: 600 10px/1 var(--mono);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border: 1px solid;
	padding: 2px 7px;
	border-radius: 99px;
}
.cl-entry__title {
	font: 500 22px/1.2 var(--serif);
	color: var(--ink);
}
.cl-entry__desc {
	font: 300 16px/1.6 var(--serif);
	color: var(--ink2);
	margin-bottom: 10px;
}
.cl-entry__items {
	list-style: none;
	padding: 0; margin: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.cl-entry__items li {
	font: 300 15px/1.5 var(--serif);
	color: var(--ink);
	padding-left: 1.2em;
	position: relative;
}
.cl-entry__items li::before {
	content: '–';
	position: absolute;
	left: 0;
	color: var(--gold);
}
@media (max-width: 600px) {
	.cl-timeline::before { left: 0; }
	.cl-entry {
		grid-template-columns: 12px 1fr;
		grid-template-rows: auto auto;
	}
	.cl-entry__meta {
		grid-column: 2;
		grid-row: 1;
		text-align: left;
		flex-direction: row;
		gap: 8px;
		margin-bottom: 6px;
	}
	.cl-entry__dot {
		grid-column: 1;
		grid-row: 1;
		margin-top: 4px;
	}
	.cl-entry__body { grid-column: 2; grid-row: 2; }
}

/* ═══════════════════════════════════════════════
   ARTIKEL PEEK-CARDS — Prev / Next (Lasche unten)
   Kollabiert: nur Pfeil sichtbar
   Hover: Lasche fährt auf mit vollem Text
═══════════════════════════════════════════════ */
.art-peek {
	position: fixed;
	top: 50%;
	z-index: 90;
	display: flex;
	align-items: center;
	gap: 0;
	text-decoration: none;
	padding: 0 16px;
	width: 58px; /* kollabiert: nur Pfeil */
	height: 96px; /* feste Höhe — kollabiert = ausgeklappt */
	overflow: hidden;
	white-space: nowrap;
	background: var(--bg2);
	border: 1px solid color-mix(in srgb, var(--side-ac, var(--gold)) 40%, transparent);
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.18);
	opacity: 0;
	transform: translateY(calc(-50% + 8px));
	transition:
		width 0.32s cubic-bezier(0.4,0,0.2,1),
		opacity 0.3s ease,
		transform 0.3s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}
.art-peek.visible {
	opacity: 0.75;
	transform: translateY(-50%);
}
.art-peek:hover, .art-peek:focus-visible {
	width: 320px; /* ausgeklappt */
	opacity: 1 !important;
	border-color: var(--side-ac, var(--gold));
	box-shadow: 0 6px 24px rgba(0,0,0,0.26), 0 0 0 1px color-mix(in srgb, var(--side-ac, var(--gold)) 18%, transparent);
	transform: translateY(-50%);
}
.art-peek:focus-visible {
	outline: 2px solid var(--side-ac, var(--gold));
	outline-offset: 2px;
}
/* Prev links, Next rechts — Scroll-to-Top wird in Article-Seite
   über der rechten Karte positioniert */
.art-peek--prev { left: 0; border-left: none; border-radius: 0 10px 10px 0; }
.art-peek--next { right: 0; border-right: none; border-radius: 10px 0 0 10px; }

/* Pfeil immer sichtbar, kein flex-shrink */
.art-peek__arrow {
	font-size: 26px;
	color: var(--side-ac, var(--gold));
	flex-shrink: 0;
	line-height: 1;
	width: 26px;
	text-align: center;
}
/* Body: unsichtbar im kollabierten Zustand, einblenden beim Expand */
.art-peek__body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	padding: 0 12px;
	opacity: 0;
	transition: opacity 0.15s ease 0s;
}
.art-peek:hover .art-peek__body,
.art-peek:focus-visible .art-peek__body {
	opacity: 1;
	transition: opacity 0.2s ease 0.18s; /* erst einblenden wenn Breite fast da */
}
.art-peek__label {
	font: 500 10px/1 var(--sans);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink2);
}
.art-peek__genre {
	font: 700 11px/1 var(--sans);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--side-ac, var(--gold));
}
.art-peek__title {
	font: 500 15px/1.3 var(--serif);
	color: var(--ink);
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 640px) {
	.art-peek { display: none; }
}
/* WCAG 1.4.3: Day-Mode — Akzentfarbe 50% mit Ink-Dunkel gemischt.
   Erhält die Farbnuance, erreicht ≥ 4.9:1 auf bg2 (#f0e8d8). */
.day .art-peek__genre,
.day .art-peek__arrow {
	color: color-mix(in srgb, var(--side-ac, var(--gold)) 50%, #1a1410);
}

/* ═══════════════════════════════════════════════
   BOOKMARK — Goldene Eselsohr-Ecke oben rechts
═══════════════════════════════════════════════ */
.fc-image { position: relative; }
.fc-bm-btn {
	position: absolute;
	top: 0; right: 0;
	z-index: 5;
	width: 58px; height: 58px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
}
/* Goldenes Dreieck — faltet sich aus der Ecke auf */
.fc-bm-btn::before {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 58px; height: 58px;
	background: var(--gold);
	clip-path: polygon(100% 0, 100% 100%, 0 0);
	opacity: 0;
	transform: scale(0.3);
	transform-origin: top right;
	transition: opacity 0.22s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* Hover: Ecke einblenden */
.fc:hover .fc-bm-btn::before { opacity: 0.88; transform: scale(1); }
/* Gespeichert: immer sichtbar, volle Deckkraft */
.fc-bm-btn.saved::before { opacity: 1; transform: scale(1); }
/* Bookmark-Icon auf der Ecke */
.fc-bm-btn svg {
	position: absolute;
	top: 9px; right: 9px;
	width: 14px; height: 14px;
	display: block;
	color: rgba(12,10,8,0.72);
	stroke-width: 1.8;
	opacity: 0;
	transition: opacity 0.18s ease 0.08s;
	pointer-events: none;
}
.fc:hover .fc-bm-btn svg { opacity: 1; }
.fc-bm-btn.saved svg { opacity: 1; fill: rgba(12,10,8,0.82); stroke: rgba(12,10,8,0.82); }
/* Focus */
.fc-bm-btn:focus-visible::before { opacity: 1; transform: scale(1); outline: none; }
.fc-bm-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 0; }
.fc-bm-btn:focus-visible svg { opacity: 1; }
/* Day-Mode: drop-shadow für Konturierung gegen helle Bilder,
   weißes Icon auf dem dunkleren Gold (#8a7430 → Icon braucht hellen Kontrast) */
.day .fc-bm-btn {
	filter: drop-shadow(-1px 1px 4px rgba(0,0,0,0.22));
}
.day .fc-bm-btn svg {
	color: rgba(255,255,255,0.9);
}
.day .fc-bm-btn.saved svg {
	fill: rgba(255,255,255,0.92);
	stroke: rgba(255,255,255,0.92);
}
/* ── Gelesen-Markierung (read state) ── */
.fc-bm-btn .read-icon { display: none; }
.fc-bm-btn.read .bm-icon { display: none; }
.fc-bm-btn.read .read-icon { display: block; }
.fc-bm-btn.read::before { opacity: 1; transform: scale(1); background: rgba(34,197,94,0.18); }
.fc-bm-btn.read svg { opacity: 1; stroke: #22c55e; fill: none; }
.day .fc-bm-btn.read svg { stroke: #16a34a; fill: none; }
/* ── Like-Zähler in fc-foot ── */
.fc-likes-n { display: inline-flex; align-items: center; gap: 3px; }


/* ═══════════════════════════════════════════════
   SHARE ROW (Article pages)
═══════════════════════════════════════════════ */
.share-row {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 4px;
}
.share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px; height: 30px;
	border-radius: 8px;
	border: 1px solid rgba(128,128,128,0.2);
	background: transparent;
	cursor: pointer;
	color: var(--fog, #888);
	transition: color 0.18s, border-color 0.18s, background 0.18s;
	text-decoration: none;
	padding: 0;
	flex-shrink: 0;
}
.share-btn:hover { color: var(--ink); border-color: rgba(128,128,128,0.4); background: rgba(128,128,128,0.06); }
.share-btn svg { width: 13px; height: 13px; display: block; }
.share-btn.copied { color: #22c55e; border-color: #22c55e; }

/* ═══════════════════════════════════════════════
   NAV BOOKMARK ICON
═══════════════════════════════════════════════ */
.nav-bm-btn {
	display: flex; align-items: center; justify-content: center;
	position: relative;
	width: 36px; height: 36px;
	color: var(--ink2);
	text-decoration: none;
	border-radius: 6px;
	flex-shrink: 0;
	transition: color 0.2s, background 0.2s;
}
.nav-bm-btn:hover { color: var(--gold); background: color-mix(in srgb, var(--gold) 10%, transparent); }
.nav-bm-btn svg { width: 18px; height: 18px; display: block; }
.nav-bm-count {
	position: absolute;
	top: -4px; right: -6px;
	min-width: 16px; height: 16px;
	background: var(--gold);
	color: #0c0a08;
	border-radius: 8px;
	font: 700 10px/16px var(--sans);
	text-align: center;
	padding: 0 4px;
	pointer-events: none;
	letter-spacing: 0;
}
.day .nav-bm-count {
	color: #faf7f2; /* Day-Mode: helle Schrift auf dunklem Gold (#7a6627) — WCAG AA ✓ */
}

/* ═══════════════════════════════════════════════
   HERZ-REAKTION
═══════════════════════════════════════════════ */

/* Wrapper: Tags links, Herz rechts */
.art-footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 32px;
	border-top: 1px solid var(--border);
	margin-top: 48px;
}
.art-footer-row .article-tags {
	flex: 1;
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
/* ── Layout: [Herz] | [Zahl / Label] ── */
.art-reactions {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}
.heart-row {
	display: flex;
	align-items: center;
	gap: 16px;
}
.heart-meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
	min-width: 120px; /* verhindert Layout-Sprung wenn Zahl erscheint */
}

/* ── Button ── */
.heart-btn {
	position: relative;
	width: 80px; height: 80px;
	background: none;
	border: 2px solid var(--border);
	border-radius: 50%;
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: border-color 0.2s, background 0.2s;
	flex-shrink: 0;
	overflow: visible;
	will-change: transform;
}
.heart-btn:hover { border-color: var(--gold); background: color-mix(in srgb, var(--gold) 6%, transparent); }
.heart-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.heart-btn.maxed { border-style: dashed; cursor: default; opacity: 0.65; }

.heart-wrap { display: flex; align-items: center; justify-content: center; }

/* ── Herz-SVG: zwei Pfade (Fill + Outline) ── */
.heart-svg {
	width: 40px; height: 40px;
	color: var(--fog);
	transition: color 0.2s;
	overflow: visible;
}
.heart-fill-rect {
	/* Gold-Füllung – y-Attribut wird per JS/rAF animiert */
	fill: var(--gold);
}
.heart-outline {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}
/* Liked: Outline-Farbe wechselt zu Gold */
.heart-btn.liked .heart-svg { color: var(--gold); }

/* ── Hover-Idle-Animation: Herz + Ring pulsieren ── */
.heart-btn::before {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	width: 80px; height: 80px;
	border-radius: 50%;
	border: 1.5px solid var(--gold);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(1);
}
@keyframes hoverRingPulse {
	0%, 100% { opacity: 0;   transform: translate(-50%,-50%) scale(1); }
	50%       { opacity: 0.45; transform: translate(-50%,-50%) scale(1.4); }
}
@keyframes hoverHeartPulse {
	0%, 100% { transform: scale(1); }
	50%       { transform: scale(1.15); }
}
.heart-btn:not(.beating):not(.maxed):hover::before {
	animation: hoverRingPulse 1.6s ease-in-out infinite;
}
.heart-btn:not(.beating):not(.maxed):hover .heart-wrap {
	animation: hoverHeartPulse 1.6s ease-in-out infinite;
}

/* ── Klick-Puls: Button springt heraus ── */
@keyframes heartBtnPulse {
	0%   { transform: scale(1); }
	12%  { transform: scale(1.6); }
	36%  { transform: scale(0.86); }
	60%  { transform: scale(1.18); }
	80%  { transform: scale(0.97); }
	100% { transform: scale(1); }
}
@keyframes heartIconPulse {
	0%   { transform: scale(1); }
	12%  { transform: scale(1.5); }
	50%  { transform: scale(0.92); }
	100% { transform: scale(1); }
}
.heart-btn.beating {
	animation: heartBtnPulse 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both,
	           heartGlow 0.65s ease-out forwards;
}
.heart-btn.beating .heart-wrap {
	animation: heartIconPulse 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* ── Glow-Halo beim Klick ── */
@keyframes heartGlow {
	0%   { box-shadow: 0 0 0 0   color-mix(in srgb, var(--gold) 65%, transparent); }
	40%  { box-shadow: 0 0 0 18px color-mix(in srgb, var(--gold) 0%, transparent); }
	100% { box-shadow: 0 0 0 0   color-mix(in srgb, var(--gold) 0%, transparent); }
}

/* ── Ripple-Ring beim Klick ── */
.heart-ripple {
	position: absolute;
	top: 50%; left: 50%;
	width: 80px; height: 80px;
	border-radius: 50%;
	border: 2.5px solid var(--gold);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0.2);
}
@keyframes heartRipple {
	0%   { opacity: 1;   transform: translate(-50%, -50%) scale(0.2); }
	55%  { opacity: 0.5; }
	100% { opacity: 0;   transform: translate(-50%, -50%) scale(3.2); }
}
.heart-btn.rippling .heart-ripple {
	animation: heartRipple 0.75s ease-out forwards;
}

/* ── Spark-Partikel ── */
.heart-sparks { position: absolute; inset: 0; pointer-events: none; }
.spark {
	position: absolute;
	top: 50%; left: 50%;
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--gold);
	opacity: 0;
	transform: translate(-50%, -50%) rotate(var(--a)) translateY(0);
}
.spark:nth-child(even) {
	width: 4px; height: 4px;
	background: color-mix(in srgb, var(--gold) 55%, #fff);
}
@keyframes sparkFly {
	0%   { opacity: 1; transform: translate(-50%, -50%) rotate(var(--a)) translateY(2px) scale(1.2); }
	100% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--a)) translateY(48px) scale(0.1); }
}
.heart-btn.sparking .spark              { animation: sparkFly 0.7s ease-out forwards; }
.heart-btn.sparking .spark:nth-child(2) { animation-delay: 20ms; }
.heart-btn.sparking .spark:nth-child(3) { animation-delay: 45ms; }
.heart-btn.sparking .spark:nth-child(4) { animation-delay: 70ms; }
.heart-btn.sparking .spark:nth-child(5) { animation-delay: 10ms; }
.heart-btn.sparking .spark:nth-child(6) { animation-delay: 35ms; }
.heart-btn.sparking .spark:nth-child(7) { animation-delay: 60ms; }
.heart-btn.sparking .spark:nth-child(8) { animation-delay: 25ms; }

/* ── Zahl (oben) + Label (unten) ── */
.heart-count {
	font-family: var(--mono);
	font-size: 28px;
	font-weight: 700;
	color: var(--gold);
	line-height: 1;
	transition: opacity 0.25s;
}
.heart-count.hidden { visibility: hidden; pointer-events: none; }
.heart-lbl {
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--fog);
	text-align: left;
	max-width: 130px;
	transition: color 0.3s;
}
.heart-lbl.lbl-thanked { color: var(--gold); }

/* ── Mobile ── */
@media (max-width: 599px) {
	.art-footer-row { flex-direction: column; align-items: stretch; gap: 0; }
	.art-footer-row .article-tags {
		padding-bottom: 20px !important;
		margin-bottom: 20px !important;
		border-bottom: 1px solid var(--border) !important;
	}
	.art-reactions { padding: 24px 0 8px; }
	.heart-btn { width: 88px; height: 88px; }
	.heart-btn::before { width: 88px; height: 88px; }
	.heart-svg { width: 44px; height: 44px; }
	.heart-ripple { width: 88px; height: 88px; }
	.heart-count { font-size: 32px; }
	.heart-lbl { font-size: 12px; max-width: 200px; }
}

/* ── prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
	.heart-btn.beating,
	.heart-btn.beating .heart-wrap { animation: none; }
	.heart-btn.sparking .spark { animation: none; }
	.heart-btn.rippling .heart-ripple { animation: none; }
	.heart-btn:hover::before { animation: none; }
	.heart-btn:hover .heart-wrap { animation: none; }
	.heart-svg { transition: color 0.15s; }
	.heart-fill-rect { /* no transition needed - JS animation */ }
}

/* ═══════════════════════════════════════════════
   LESEZEICHEN-SEITE /lesezeichen
═══════════════════════════════════════════════ */
.bm-page {
	max-width: 820px;
	margin: 0 auto;
	padding: 48px 24px 100px;
}
.bm-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--border);
}
.bm-head-left { display: flex; flex-direction: column; gap: 6px; }
.bm-head-kicker {
	font: 500 10px/1 var(--sans);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold);
}
.bm-head-title {
	font: 700 30px/1 var(--sans);
	color: var(--ink);
	margin: 0;
}
.bm-clear-btn {
	font: 400 12px/1 var(--sans);
	color: var(--fog);
	background: none;
	border: 1px solid var(--border);
	padding: 7px 14px;
	border-radius: 4px;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
}
.bm-clear-btn:hover { color: var(--ink2); border-color: var(--fog); }

/* Empty State */
.bm-empty {
	text-align: center;
	padding: 80px 24px;
}
.bm-empty-icon {
	width: 56px; height: 56px;
	margin: 0 auto 20px;
	color: var(--fog);
	opacity: 0.35;
}
.bm-empty-icon svg { width: 100%; height: 100%; }
.bm-empty-title {
	font: 600 18px/1.3 var(--sans);
	color: var(--ink2);
	margin: 0 0 10px;
}
.bm-empty-sub {
	font: 400 14px/1.6 var(--sans);
	color: var(--fog);
	max-width: 400px;
	margin: 0 auto 28px;
}
.bm-empty-cta {
	display: inline-block;
	padding: 10px 24px;
	background: var(--gold);
	color: #0c0a08;
	font: 600 13px/1 var(--sans);
	text-decoration: none;
	border-radius: 4px;
	transition: opacity 0.2s;
}
.bm-empty-cta:hover { opacity: 0.85; }

/* Genre Groups */
.bm-group { margin-bottom: 44px; }
.bm-group-head {
	display: flex; align-items: center; gap: 12px;
	margin-bottom: 14px;
}
.bm-group-genre {
	font: 500 10px/1 var(--sans);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--fog);
}
.bm-group-count {
	font: 500 10px/14px var(--sans);
	color: var(--fog);
	background: var(--bg2);
	border: 1px solid var(--border);
	padding: 0 7px;
	border-radius: 8px;
}
.bm-group-list { display: flex; flex-direction: column; gap: 8px; }

/* Bookmark Card */
.bm-card {
	display: flex;
	align-items: stretch;
	background: var(--bg2);
	border: 1px solid var(--border);
	border-left: 3px solid var(--bm-ac, var(--gold));
	border-radius: 0 6px 6px 0;
	overflow: hidden;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.bm-card:hover {
	border-color: color-mix(in srgb, var(--bm-ac, var(--gold)) 60%, var(--border));
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.bm-card-link {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 14px 18px;
	text-decoration: none;
}
.bm-card-genre {
	font: 500 9px/1 var(--sans);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bm-ac, var(--gold));
}
.bm-card-title {
	font: 600 16px/1.35 var(--sans);
	color: var(--ink);
	transition: color 0.2s;
}
.bm-card:hover .bm-card-title { color: var(--bm-ac, var(--gold)); }
.bm-card-remove {
	display: flex; align-items: center; justify-content: center;
	padding: 0 18px;
	background: none;
	border: none;
	border-left: 1px solid var(--border);
	color: var(--fog);
	cursor: pointer;
	flex-shrink: 0;
	transition: color 0.18s, background 0.18s;
}
.bm-card-remove:hover { color: var(--ink); background: var(--bg3, rgba(255,255,255,0.04)); }
.bm-card-remove svg { width: 13px; height: 13px; display: block; }
.bm-card-remove:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }

@media (max-width: 600px) {
	.bm-page { padding: 32px 16px 80px; }
	.bm-head-title { font-size: 22px; }
}

/* ═══════════════════════════════════════════════
   NEU-BADGE auf Kacheln
═══════════════════════════════════════════════ */
.fc-new-badge {
	position: absolute;
	top: 10px; left: 10px;
	z-index: 6;
	background: var(--gold);
	color: #0c0a08;
	font: 700 11px/1 var(--mono);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 5px 9px;
	border-radius: 2px;
	pointer-events: none;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	display: inline-flex; align-items: center;
}
.fc-offline-badge {
	position: absolute;
	bottom: 8px; left: 8px;
	z-index: 6;
	background: rgba(255,255,255,0.88);
	color: #555;
	font: 600 10px/1 var(--mono);
	letter-spacing: 0.07em;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 3px 7px;
	border-radius: 20px;
	border: 1px solid rgba(128,128,128,0.2);
	pointer-events: none;
	backdrop-filter: blur(4px);
	display: none; /* per JS eingeblendet */
	align-items: center; gap: 4px;
	opacity: 0.85;
}
.bm-offline-badge {
	display: inline-flex; align-items: center; gap: 4px;
	align-self: flex-start;
	width: fit-content;
	white-space: nowrap;
	font: 600 10px/1 var(--mono);
	letter-spacing: 0.07em; text-transform: uppercase;
	background: transparent;
	color: var(--fog, #888);
	border: 1px solid rgba(128,128,128,0.25);
	border-radius: 20px;
	padding: 3px 7px;
	opacity: 0.75;
}

/* ═══════════════════════════════════════════════
   ARTIKEL-CONTROLS (Schriftgröße + Fokus)
═══════════════════════════════════════════════ */
.article-controls {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 20px 0 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border);
}
.font-size-ctrl {
	display: flex;
	align-items: center;
	gap: 2px;
}
.fsc-btn {
	background: none;
	border: 1px solid var(--border);
	color: var(--fog);
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.05em;
	padding: 5px 9px;
	cursor: pointer;
	border-radius: 3px;
	transition: color 0.15s, border-color 0.15s, background 0.15s;
	line-height: 1;
}
.fsc-btn:hover:not(:disabled) { color: var(--ink); border-color: var(--ink2); }
.fsc-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.fsc-reset { font-weight: 700; font-size: 13px; padding: 4px 9px; }
.article-body { font-size: var(--article-fs, 18px); }

/* ═══════════════════════════════════════════════
   FOKUS-BUTTON
═══════════════════════════════════════════════ */
.focus-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: 1px solid var(--border);
	color: var(--fog);
	font-family: var(--mono);
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 5px 11px;
	border-radius: 3px;
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s;
	margin-left: auto;
}
.focus-btn svg { width: 13px; height: 13px; flex-shrink: 0; }
.focus-btn:hover { color: var(--gold); border-color: var(--gold); }

/* ═══════════════════════════════════════════════
   FOKUS-MODUS
═══════════════════════════════════════════════ */
.focus-mode .nav,
.focus-mode .ticker,
.focus-mode .related-section,
.focus-mode .ql-section,
.focus-mode footer,
.focus-mode .article-controls,
.focus-mode .article-meta,
.focus-mode .article-sticky,
.focus-mode .art-toc,
.focus-mode .ai-summary { display: none !important; }
.focus-mode .article { max-width: 680px; margin: 0 auto; padding: 40px 24px; }
.focus-mode .article-body { font-size: var(--article-fs, 19px); line-height: 1.85; }
.focus-exit-btn {
	position: fixed;
	bottom: 90px; right: 32px;
	background: var(--bg2);
	border: 1px solid var(--border);
	color: var(--ink);
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 18px;
	border-radius: 4px;
	cursor: pointer;
	z-index: 9999;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.focus-exit-btn.visible { opacity: 1; transform: translateY(0); }
.focus-exit-btn:hover { color: var(--gold); border-color: var(--gold); }

/* ═══════════════════════════════════════════════
   LESEZEIT-FORTSCHRITTSBALKEN
═══════════════════════════════════════════════ */
.read-progress-wrap {
	flex: 1;
	height: 3px;
	background: var(--surface);
	border-radius: 2px;
	overflow: hidden;
	min-width: 60px;
}
.read-progress-fill {
	height: 100%;
	width: 0%;
	background: var(--gold);
	border-radius: 2px;
	transition: width 0.1s linear;
}

/* ═══════════════════════════════════════════════
   WEITERLESEN-PROMPT (Lesefortschritt)
═══════════════════════════════════════════════ */
.read-resume-prompt {
	position: fixed;
	bottom: 32px; left: 50%;
	transform: translateX(-50%) translateY(16px);
	background: var(--bg);
	border: 1px solid var(--gold);
	border-radius: 8px;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.06em;
	color: var(--ink2);
	z-index: 1000;
	opacity: 0;
	box-shadow: 0 8px 32px rgba(0,0,0,0.32);
	transition: opacity 0.35s ease, transform 0.35s ease;
	white-space: nowrap;
}
.read-resume-prompt.visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.read-resume-prompt span { color: var(--ink2); }
.read-resume-prompt button {
	background: none; border: none; cursor: pointer;
	font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em;
}
#resumeBtn { color: var(--gold); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; }
#resumeBtn:hover { text-decoration: underline; }
#resumeDismiss { color: var(--fog); opacity: 0.5; padding: 2px 4px; }

/* ═══════════════════════════════════════════════
   DRUCKOPTIMIERUNG
═══════════════════════════════════════════════ */
@media print {
	.nav, .ticker, footer, .related-section, .ql-section,
	.art-toc, .article-controls, .bookmark-btn, .fc-bm-btn,
	.nl-overlay, .consent-bar, .focus-exit-btn,
	.read-resume-prompt, .nav-mobile-menu { display: none !important; }
	body { background: #fff !important; color: #000 !important; }
	.article { max-width: 100% !important; padding: 0 !important; }
	.article-body { font-size: 11pt !important; line-height: 1.65 !important; color: #000 !important; }
	.article-body a { color: #000 !important; text-decoration: underline; }
	.article-body h2, .article-body h3 { color: #000 !important; }
	.hero-image img { max-height: 300px; object-fit: cover; }
	.article-meta { border-color: #ccc !important; }
	a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
	.article-body a[href]::after { display: none; } /* inline links clean */
}

/* ═══════════════════════════════════════════════
   PATCH v111 — fixes für alle neuen Features
═══════════════════════════════════════════════ */

/* NEU-Badge: Rot, WCAG AA (weiß auf #c0392b = 4.7:1) */
.fc-new-badge {
	position: absolute;
	top: 10px; left: 10px;
	z-index: 6;
	background: #c0392b;
	color: #ffffff;
	font: 700 11px/1 var(--mono);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 5px 9px;
	border-radius: 2px;
	pointer-events: none;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	display: inline-flex; align-items: center;
}

/* article-meta: Flex mit meta-actions auf der rechten Seite */
.article-meta {
	flex-wrap: wrap;
}
.meta-actions {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-left: auto;
}

/* Font-Size Controls: kompakter in meta-Zeile */
.font-size-ctrl {
	display: flex;
	align-items: center;
	gap: 1px;
}
.fsc-btn {
	background: none;
	border: 1px solid var(--border);
	color: var(--fog);
	font-family: var(--mono);
	font-size: 10px;
	letter-spacing: 0.04em;
	padding: 4px 7px;
	cursor: pointer;
	border-radius: 3px;
	transition: color 0.15s, border-color 0.15s;
	line-height: 1;
}
.fsc-btn:hover:not(:disabled) { color: var(--ink); border-color: var(--ink2); }
.fsc-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.fsc-reset { font-size: 12px; font-weight: 700; }
.article-body { font-size: var(--article-fs, 18px); }

/* Fokus-Button: nur Icon, kompakt */
.focus-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: 1px solid var(--border);
	color: var(--fog);
	width: 30px; height: 30px;
	border-radius: 3px;
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s;
	padding: 0;
	flex-shrink: 0;
}
.focus-btn svg { width: 13px; height: 13px; }
.focus-btn:hover { color: var(--gold); border-color: var(--gold); }

/* article-controls: nicht mehr als separates Element genutzt — ausblenden falls noch da */
.article-controls { display: none; }

/* Print-Optimierung: weniger Seiten */
@media print {
	@page { margin: 15mm 20mm; size: A4; }
	.nav, .ticker, footer, .related-section, .ql-section,
	.art-toc, .article-meta, .bookmark-btn, .fc-bm-btn,
	.nl-overlay, .consent-bar, .focus-exit-btn,
	.read-resume-prompt, .nav-mobile-menu,
	.article-controls, .meta-actions,
	.hero-section .hero-btns { display: none !important; }
	body { background: #fff !important; color: #000 !important; font-size: 10pt; }
	.article { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
	.article-header { padding: 0 0 12pt !important; }
	.article-body {
		font-size: 10pt !important;
		line-height: 1.6 !important;
		color: #000 !important;
		column-count: 1;
	}
	.article-body p { margin: 0 0 8pt !important; orphans: 3; widows: 3; }
	.article-body h2, .article-body h3 {
		color: #000 !important;
		page-break-after: avoid;
		margin: 14pt 0 6pt !important;
	}
	.article-body h2 { font-size: 14pt !important; }
	.article-body h3 { font-size: 12pt !important; }
	.article-body a { color: #000 !important; text-decoration: none; }
	.hero-image { display: none !important; }
	.ai-summary { border: 1pt solid #ccc !important; padding: 8pt !important; margin-bottom: 12pt !important; }
}

/* ═══════════════════════════════════════════════
   PATCH v125 — größere Badges, WiFi-Check-Icon
═══════════════════════════════════════════════ */

/* NEU-Badge: größer, roter Pill */
.fc-new-badge {
	position: absolute;
	top: 10px; left: 10px;
	z-index: 6;
	background: #c0392b;
	color: #ffffff;
	font: 800 12px/1 var(--mono);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 6px 11px;
	border-radius: 4px;
	pointer-events: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.35);
	display: inline-flex; align-items: center;
}

/* Hero-Signal: Rotations-Label mit Icon im Kicker */
.hero-signal {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--ac);
	font: 700 11px/1 var(--mono);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
}
.hero-signal svg { flex-shrink: 0; vertical-align: middle; }

/* Lesezeichen-Seite: Offline-Pill (immer sichtbar) */
.bm-offline-badge {
	display: inline-flex; align-items: center; gap: 4px;
	align-self: flex-start;
	width: fit-content;
	white-space: nowrap;
	font: 600 10px/1 var(--mono);
	letter-spacing: 0.07em; text-transform: uppercase;
	background: transparent;
	color: var(--fog, #888);
	border: 1px solid rgba(128,128,128,0.25);
	border-radius: 20px;
	padding: 3px 7px;
	opacity: 0.75;
}
