/* ============================================================
   HIKMET GÜNLÜĞÜ V3 — Sober Mysticism, Kino-Ausbau
   Themes: aydinlik · sepya · kagit · gece · derin
   ============================================================ */

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

:root {
  --serif-display: 'Cormorant Garamond', Georgia, serif;
  --serif-read: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', system-ui, 'Segoe UI', sans-serif;
  --r: 18px;
  --wrap: 1180px;
  --fsu: 1;
  --cosmos: #070a14;
}

html[data-font="crimson"]  { --serif-read: 'Crimson Pro', Georgia, serif; }
html[data-font="literata"] { --serif-read: 'Literata', Georgia, serif; }
html[data-font="sans"]     { --serif-read: 'Manrope', system-ui, sans-serif; }

/* ---------- Themen ---------- */
:root, [data-theme="aydinlik"] {
  --bg: #f7f1e4; --bg-soft: #f0e8d4; --surface: #fcf8ee;
  --ink: #29231b; --ink-2: #6d5f4b; --ink-3: #998b70;
  --gold: #a8854a; --gold-2: #c9a86a;
  --line: rgba(98, 82, 55, 0.16); --line-strong: rgba(98, 82, 55, 0.32);
  --shadow: 0 24px 60px -24px rgba(58, 45, 24, 0.35);
  --hero-ink: #ece3cd;
}
[data-theme="sepya"] {
  --bg: #efe3c8; --bg-soft: #e7d8b6; --surface: #f6edd8;
  --ink: #38291a; --ink-2: #6e573b; --ink-3: #97805f;
  --gold: #9c6f2f; --gold-2: #b8924e;
  --line: rgba(96, 72, 40, 0.2); --line-strong: rgba(96, 72, 40, 0.4);
  --shadow: 0 24px 60px -24px rgba(70, 50, 20, 0.4);
  --hero-ink: #ece3cd;
}
[data-theme="kagit"] {
  --bg: #f7f7f3; --bg-soft: #eeeee8; --surface: #ffffff;
  --ink: #1f2228; --ink-2: #555a64; --ink-3: #8b9099;
  --gold: #8a6f3c; --gold-2: #a98e55;
  --line: rgba(40, 44, 52, 0.13); --line-strong: rgba(40, 44, 52, 0.3);
  --shadow: 0 24px 60px -24px rgba(20, 24, 32, 0.22);
  --hero-ink: #ece9e0;
}
[data-theme="gece"] {
  --bg: #0c101c; --bg-soft: #131a2d; --surface: #182038;
  --ink: #ece3cd; --ink-2: #b3a78c; --ink-3: #80755f;
  --gold: #c9a86a; --gold-2: #dcc088;
  --line: rgba(201, 168, 106, 0.19); --line-strong: rgba(201, 168, 106, 0.4);
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.7);
  --hero-ink: #ece3cd;
}
[data-theme="derin"] {
  --bg: #000006; --bg-soft: #0a0b15; --surface: #10121f;
  --ink: #e0d6bd; --ink-2: #a5997e; --ink-3: #6e6450;
  --gold: #c9a86a; --gold-2: #ddc187;
  --line: rgba(201, 168, 106, 0.17); --line-strong: rgba(201, 168, 106, 0.36);
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.9);
  --hero-ink: #e0d6bd;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  overflow-x: clip;
  background: var(--bg); color: var(--ink);
  font-family: var(--sans);
  font-size: calc(16.5px * var(--fsu));
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  transition: background 0.4s ease, color 0.4s ease;
}
::selection { background: rgba(201, 168, 106, 0.35); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.empty-hint { color: var(--ink-3); font-style: italic; }

/* ---------- Header ---------- */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease;
}
.hdr.scrolled {
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.hdr-in { display: flex; align-items: center; gap: 26px; height: 76px; }
.logo { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.logo svg { color: var(--gold); flex: none; }
.logo b {
  font-family: var(--serif-display); font-size: 22px; font-weight: 600;
  display: block; line-height: 1.1; white-space: nowrap;
}
.logo i {
  display: block; font-style: normal; font-size: 9.5px; letter-spacing: 0.32em;
  color: var(--ink-3); text-transform: uppercase; font-weight: 600;
}
.nav { display: flex; gap: 26px; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.nav a { position: relative; padding: 6px 0; transition: color 0.25s; }
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); }
.hdr-actions { display: flex; align-items: center; gap: 9px; }
.icon-btn {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  color: var(--ink-2); border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 14px; transition: all 0.25s; background: color-mix(in srgb, var(--surface) 60%, transparent);
  white-space: nowrap;
}
/* Icons dürfen im Flex-Layout NIE zusammengequetscht werden
   (auf schmalen Handys drückte max-width:100% sie sonst auf 0 Breite) */
.icon-btn svg, .btn svg { flex: none; max-width: none; }
.hdr-actions { flex: none; }
.logo { flex: 1 1 auto; min-width: 0; }
.logo > span { min-width: 0; }
.logo b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.icon-btn:hover { border-color: var(--gold); color: var(--ink); }
.icon-btn.active-gold { background: var(--gold); border-color: var(--gold); color: #fff8ea; }
select.layout-select {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: none; font-family: var(--sans);
}
select.layout-select option { background: var(--surface); color: var(--ink); }
.icon-btn kbd {
  font-family: var(--sans); font-size: 10.5px; border: 1px solid var(--line);
  border-radius: 5px; padding: 1px 5px; color: var(--ink-3);
}
.burger { display: none; }

/* Heller Header über dunklem Hero (Startseite, ungescrollt) */
body.page-home .hdr:not(.scrolled) {
  --ink: var(--hero-ink);
  --ink-2: color-mix(in srgb, var(--hero-ink) 78%, transparent);
  --ink-3: color-mix(in srgb, var(--hero-ink) 52%, transparent);
  --line: color-mix(in srgb, var(--hero-ink) 26%, transparent);
  --surface: transparent;
  color: var(--hero-ink);
}

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 94vh; min-height: 94svh; display: flex; align-items: center;
  background: var(--cosmos); overflow: hidden; color: var(--hero-ink);
}
#hero-graph { position: absolute; inset: 0 -14% 0 14%; pointer-events: none; }
.hero-scrim {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    linear-gradient(90deg, #070a14 0%, rgba(7, 10, 20, 0.97) 14%, rgba(7, 10, 20, 0.55) 30%, rgba(7, 10, 20, 0) 48%),
    radial-gradient(95% 85% at 24% 45%, rgba(7, 10, 20, 0.88) 0%, rgba(7, 10, 20, 0.4) 42%, rgba(7, 10, 20, 0) 66%),
    linear-gradient(180deg, rgba(7, 10, 20, 0.6) 0%, rgba(7, 10, 20, 0) 20%, rgba(7, 10, 20, 0) 84%, rgba(7, 10, 20, 0.92) 100%);
}
.hero-ctas + .hero-ctas { margin-top: 14px; }
.hero-yt-row { justify-content: center; }
.hero-inner { position: relative; z-index: 2; padding: 140px 0 120px; max-width: 640px; }
.eyebrow {
  display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 26px;
}
.eyebrow::before { content: ''; width: 44px; height: 1px; background: var(--gold-2); opacity: 0.7; }
.display {
  font-family: var(--serif-display); font-weight: 500; font-size: clamp(46px, 7.2vw, 96px);
  line-height: 0.98; letter-spacing: -0.01em;
}
.display em { font-style: italic; color: var(--gold-2); }
.tagline {
  font-family: var(--serif-read); font-style: italic; font-size: clamp(20px, 2.2vw, 26px);
  color: color-mix(in srgb, var(--hero-ink) 85%, transparent); margin: 26px 0 18px; line-height: 1.45;
}
.hero-stats {
  display: flex; gap: 26px; font-size: 13.5px; font-weight: 600;
  color: color-mix(in srgb, var(--hero-ink) 62%, transparent);
  margin: 0 0 38px; flex-wrap: wrap;
}
.hero-stats b { color: var(--gold-2); font-weight: 700; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 700;
  padding: 15px 28px; border-radius: 999px; transition: all 0.28s ease; border: 1px solid transparent;
}
.btn.primary { background: linear-gradient(135deg, #d8b878, #a8854a); color: #241b0e; box-shadow: 0 12px 34px -12px rgba(201, 168, 106, 0.55); }
.btn.primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(201, 168, 106, 0.7); }
.btn.ghost { border-color: color-mix(in srgb, var(--hero-ink) 35%, transparent); color: color-mix(in srgb, var(--hero-ink) 92%, transparent); }
.btn.ghost:hover { border-color: var(--gold-2); color: var(--gold-2); }
.btn.yt { background: #e62117; color: #fff; box-shadow: 0 12px 34px -12px rgba(230, 33, 23, 0.6); }
.btn.yt:hover { background: #c4170e; transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(230, 33, 23, 0.75); }
.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2;
  color: color-mix(in srgb, var(--hero-ink) 50%, transparent);
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-hint::after {
  content: ''; width: 1px; height: 34px;
  background: linear-gradient(180deg, var(--gold-2), transparent);
  animation: drip 2.2s ease-in-out infinite;
}
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Sektionen ---------- */
.sec { padding: 105px 0; }
.sec.alt { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-orn { display: flex; justify-content: center; padding: 56px 0 8px; color: var(--gold); opacity: 0.55; }
.sec-orn svg { animation: ornspin 90s linear infinite; }
@keyframes ornspin { to { transform: rotate(360deg); } }

/* ---------- Heilige-Geometrie-Schmuck (abschaltbar) ---------- */
.orn-layer { position: fixed; inset: 0; pointer-events: none; z-index: 1; }
html[data-orn="off"] .orn-layer,
html[data-orn="off"] .sec-orn,
html[data-orn="off"] .orn-dot,
html[data-orn="off"] .band-orn { display: none; }
.helix {
  position: absolute; top: 0; bottom: 0; width: 90px; opacity: 0.5; color: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='360' viewBox='0 0 90 360' fill='none' stroke='%23c9a86a'%3E%3Cpath d='M19 0C19 90 71 90 71 180C71 270 19 270 19 360' stroke-opacity='.45' stroke-width='1.2'/%3E%3Cpath d='M71 0C71 90 19 90 19 180C19 270 71 270 71 360' stroke-opacity='.45' stroke-width='1.2'/%3E%3Cg stroke-opacity='.3'%3E%3Cpath d='M28 45h34M28 135h34M28 225h34M28 315h34'/%3E%3C/g%3E%3Cg fill='%23c9a86a' stroke='none' fill-opacity='.55'%3E%3Ccircle cx='45' cy='90' r='2'/%3E%3Ccircle cx='45' cy='270' r='2'/%3E%3Ccircle cx='19' cy='0' r='1.5'/%3E%3Ccircle cx='71' cy='0' r='1.5'/%3E%3Ccircle cx='19' cy='360' r='1.5'/%3E%3Ccircle cx='71' cy='360' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-y; background-size: 90px 360px;
  animation: helixflow 26s linear infinite;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
}
.helix-l { left: 14px; }
.helix-r { right: 14px; transform: scaleX(-1); }
@keyframes helixflow { to { background-position: 0 360px; } }
@media (max-width: 1480px) { .helix { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .helix, .sec-orn svg { animation: none; }
  .orn-dot { display: none; }
}
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.sec-head .eyebrow { color: var(--gold); margin-bottom: 14px; }
.sec-head .eyebrow::before { background: var(--gold); }
.sec-head h2 { font-family: var(--serif-display); font-size: clamp(34px, 4vw, 48px); font-weight: 500; line-height: 1.08; }
.sec-link { font-size: 14px; font-weight: 700; color: var(--gold); white-space: nowrap; padding-bottom: 6px; }
.sec-link:hover { color: var(--ink); }

/* Bugünün hikmeti */
.daily { text-align: center; max-width: 880px; margin: 0 auto; }
.daily .orn { display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--gold); margin-bottom: 34px; }
.daily .orn::before, .daily .orn::after { content: ''; width: 70px; height: 1px; background: var(--line-strong); }
.daily blockquote {
  font-family: var(--serif-read); font-style: italic; font-weight: 500;
  font-size: clamp(24px, 3.2vw, 38px); line-height: 1.4; color: var(--ink);
}
.daily figcaption { margin-top: 26px; font-size: 14px; color: var(--ink-2); font-weight: 600; line-height: 2; }
.daily-tag { color: var(--gold); letter-spacing: 0.2em; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.daily figcaption a { color: var(--gold); }
.daily figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Notiz-Karten */
.grid-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 26px 22px; display: flex; flex-direction: column; gap: 14px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; inset: 0 auto 0 0; width: 3px;
  background: var(--pillc, var(--gold)); opacity: 0; transition: opacity 0.3s;
}
.card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.card:hover::before { opacity: 1; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2);
}
.pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--pillc, var(--gold)); box-shadow: 0 0 10px var(--pillc, var(--gold)); flex: none; }
.card h3 { font-family: var(--serif-display); font-size: 25px; font-weight: 600; line-height: 1.22; }
.card:hover h3 { color: color-mix(in srgb, var(--ink) 70%, var(--gold)); }
.card p {
  font-size: 0.88em; color: var(--ink-2); line-height: 1.65;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.card .meta { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--ink-3); font-weight: 600; padding-top: 8px; }
.card .meta b { color: var(--gold); font-weight: 700; }

/* Kategorien-Raster */
.grid-cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(208px, 1fr)); gap: 14px; }
.cat-tile {
  display: flex; align-items: center; gap: 13px; padding: 17px 19px;
  border: 1px solid var(--line); border-radius: 14px; background: var(--surface);
  transition: all 0.25s ease; font-weight: 600; font-size: 14.5px;
}
.cat-tile i { width: 10px; height: 10px; border-radius: 50%; flex: none; box-shadow: 0 0 9px currentColor; }
.cat-tile span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cat-tile b { font-size: 12px; color: var(--ink-3); font-weight: 700; }
.cat-tile:hover { border-color: var(--gold); transform: translateY(-2px); }

/* Manifest-Band */
.band { background: var(--cosmos); color: #ece3cd; position: relative; overflow: hidden; }
.band .wrap { position: relative; z-index: 1; }
.band-orn { position: absolute; inset: 0; opacity: 0.5; pointer-events: none; }
.band-prose { max-width: 760px; }
.band-prose h1, .band-prose h2 {
  font-family: var(--serif-display); font-weight: 500; line-height: 1.15;
  margin: 38px 0 16px;
}
.band-prose h1 { font-size: clamp(34px, 4vw, 52px); margin-top: 0; }
.band-prose h2 { font-size: clamp(24px, 3vw, 34px); color: var(--gold-2); }
.band-prose p {
  font-family: var(--serif-read); font-size: 1.18em; line-height: 1.75;
  color: rgba(236, 227, 205, 0.85); margin-bottom: 18px;
}
.band-prose strong { color: #f5edd8; }
.band-prose ul { list-style: none; margin: 18px 0; }
.band-prose li { padding: 8px 0 8px 26px; position: relative; font-size: 1.05em; }
.band-prose li::before { content: '✦'; position: absolute; left: 0; color: var(--gold-2); font-size: 12px; top: 12px; }
.band-prose a { color: var(--gold-2); border-bottom: 1px solid rgba(220, 192, 136, 0.4); transition: border-color 0.2s; }
.band-prose a:hover { border-bottom-color: var(--gold-2); }
.band .who { margin-top: 30px; display: flex; align-items: center; gap: 16px; font-size: 14px; font-weight: 600; }
.band .who::before { content: ''; width: 44px; height: 1px; background: var(--gold-2); }
.band .who a { color: var(--gold-2); }

/* ---------- Footer ---------- */
.ftr { border-top: 1px solid var(--line); padding: 70px 0 36px; background: var(--bg-soft); }
.ftr-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 0.8fr; gap: 36px; margin-bottom: 50px; }
.ftr-social { display: flex; gap: 10px; margin-top: 18px; }
/* .ftr .ftr-social schlägt die globale .ftr a-Regel (display:block, padding) */
.ftr .ftr-social a {
  display: inline-flex; align-items: center; justify-content: center; padding: 0;
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line-strong);
  color: var(--ink-2); transition: all 0.25s ease;
}
.ftr .ftr-social a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.ftr-social svg { flex: none; display: block; }
.ftr h4 { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 18px; font-weight: 700; }
.ftr a { display: block; font-size: 14.5px; color: var(--ink-2); padding: 4.5px 0; }
.ftr a:hover { color: var(--gold); }
.ftr .logo { margin-bottom: 16px; }
.ftr .blurb { font-family: var(--serif-read); font-style: italic; font-size: 16px; color: var(--ink-2); max-width: 280px; }
.ftr-note { font-size: 13.5px; color: var(--ink-2); line-height: 1.7; }
.ftr-bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; gap: 16px; font-size: 13px; color: var(--ink-3); flex-wrap: wrap; }
/* Lizenz-Link inline halten — die globale .ftr a-Regel macht sonst einen Block daraus */
.ftr .ftr-bottom a { display: inline; padding: 0; font-size: inherit; color: var(--gold); }
.ftr .ftr-bottom a:hover { color: var(--gold-2); }

/* ---------- Overlays (Suche, Menü) ---------- */
.ov {
  position: fixed; inset: 0; z-index: 100; display: none;
  background: color-mix(in srgb, var(--cosmos) 55%, transparent);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.ov.open { display: flex; align-items: flex-start; justify-content: center; }
.ov-panel {
  margin-top: 12vh; width: min(640px, calc(100% - 40px));
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 20px;
  box-shadow: var(--shadow); overflow: hidden;
  animation: ovin 0.25s ease;
}
@keyframes ovin { from { opacity: 0; transform: translateY(14px); } }
.ov-panel input {
  width: 100%; border: none; outline: none; background: transparent; color: var(--ink);
  font-family: var(--serif-read); font-size: 24px; padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}
.ov-panel input::placeholder { color: var(--ink-3); }
.ov-results { max-height: 50vh; overflow: auto; padding: 10px; }
.ov-item { display: block; padding: 13px 18px; border-radius: 12px; transition: background 0.15s; }
.ov-item:hover, .ov-item.sel { background: color-mix(in srgb, var(--gold) 12%, transparent); }
.ov-item .t { font-family: var(--serif-display); font-size: 18.5px; font-weight: 600; }
.ov-item .s { font-size: 13px; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.ov-item .pill { margin-bottom: 3px; }
.ov-empty { padding: 30px; text-align: center; color: var(--ink-3); font-size: 14px; }
.menu-panel { padding: 8px 0 0; max-height: 86vh; overflow-y: auto; }
.menu-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px 10px; color: var(--gold);
}
.menu-head .drawer-close { font-size: 28px; color: var(--ink-3); line-height: 1; padding: 2px 8px; }
.menu-head .drawer-close:hover { color: var(--ink); }
.menu-list { padding: 4px 12px 8px; display: flex; flex-direction: column; }
.menu-list a {
  display: flex; align-items: center; gap: 15px; padding: 11px 14px; border-radius: 13px;
  opacity: 0; transform: translateY(10px);
}
.ov.open .menu-list a { animation: menuin 0.45s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.menu-list a:nth-child(1) { animation-delay: 0.03s; }
.menu-list a:nth-child(2) { animation-delay: 0.07s; }
.menu-list a:nth-child(3) { animation-delay: 0.11s; }
.menu-list a:nth-child(4) { animation-delay: 0.15s; }
.menu-list a:nth-child(5) { animation-delay: 0.19s; }
.menu-list a:nth-child(6) { animation-delay: 0.23s; }
.menu-list a:nth-child(7) { animation-delay: 0.27s; }
.menu-list a:nth-child(8) { animation-delay: 0.31s; }
.menu-list a:nth-child(9) { animation-delay: 0.35s; }
.menu-list a:nth-child(10) { animation-delay: 0.39s; }
.menu-list a:nth-child(11) { animation-delay: 0.43s; }
.menu-list a:nth-child(12) { animation-delay: 0.47s; }
.menu-list a:nth-child(13) { animation-delay: 0.51s; }
.menu-list a:nth-child(14) { animation-delay: 0.55s; }
.menu-list a:nth-child(15) { animation-delay: 0.59s; }
.menu-list a:nth-child(16) { animation-delay: 0.63s; }
.menu-list a:nth-child(17) { animation-delay: 0.67s; }
@keyframes menuin { to { opacity: 1; transform: none; } }
.menu-list a {
  position: relative; overflow: hidden;
}
.menu-list a::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120px 100% at 0% 50%, color-mix(in srgb, var(--mc, var(--gold)) 22%, transparent), transparent 70%);
  opacity: 0; transition: opacity 0.25s ease;
}
.menu-list a:hover::before, .menu-list a:active::before { opacity: 1; }
.menu-list a i {
  width: 12px; height: 12px; border-radius: 50%; flex: none; position: relative;
  background: radial-gradient(circle at 32% 32%, #fff 0%, var(--mc, var(--gold)) 45%, color-mix(in srgb, var(--mc, var(--gold)) 60%, #000) 100%);
  box-shadow:
    0 0 6px var(--mc, var(--gold)),
    0 0 16px var(--mc, var(--gold)),
    0 0 34px color-mix(in srgb, var(--mc, var(--gold)) 55%, transparent);
  transition: transform 0.2s;
  animation: menupulse 2.6s ease-in-out infinite;
}
.menu-list a:nth-child(odd) i { animation-delay: -1.3s; }
.menu-list a:nth-child(3n) i { animation-delay: -0.7s; }
@keyframes menupulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.45) saturate(1.25); }
}
.menu-list a:hover i { transform: scale(1.45); }
.menu-list a b {
  display: block; font-family: var(--serif-display); font-size: 21px; font-weight: 600; line-height: 1.15;
  transition: color 0.2s;
}
.menu-list a:hover b { color: color-mix(in srgb, var(--mc, var(--gold)) 70%, var(--ink)); }
.menu-list a em { display: block; font-style: normal; font-size: 12px; color: var(--ink-3); font-family: var(--sans); }
@media (prefers-reduced-motion: reduce) { .menu-list a i { animation: none; } }
.menu-foot {
  border-top: 1px solid var(--line); margin-top: 6px; padding: 13px 24px 16px;
  font-family: var(--serif-read); font-size: 14px; color: var(--ink-3); text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .ov.open .menu-list a { animation: none; opacity: 1; transform: none; }
}

/* ---------- Ayarlar-Drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 110; display: none; }
.drawer.open { display: block; }
.drawer::before {
  content: ''; position: absolute; inset: 0;
  background: color-mix(in srgb, var(--cosmos) 45%, transparent);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(340px, 92%);
  background: var(--surface); border-left: 1px solid var(--line-strong);
  padding: 24px 26px 30px; overflow-y: auto;
  animation: drawin 0.28s ease;
}
@keyframes drawin { from { transform: translateX(40px); opacity: 0; } }
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.drawer-head b { font-family: var(--serif-display); font-size: 24px; font-weight: 600; }
.drawer-close { font-size: 26px; color: var(--ink-3); padding: 4px 8px; line-height: 1; }
.drawer-close:hover { color: var(--ink); }
.drawer h5 {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 700; margin: 26px 0 12px;
}
.theme-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.theme-swatch {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  border: 1px solid var(--line); border-radius: 12px; font-size: 13px; font-weight: 600;
  color: var(--ink-2); transition: all 0.2s; text-align: left;
}
.theme-swatch span {
  width: 22px; height: 22px; border-radius: 50%; background: var(--sw);
  border: 1px solid var(--swi); flex: none; position: relative;
}
.theme-swatch span::after {
  content: ''; position: absolute; inset: 6px auto auto 6px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--swi); opacity: 0.7;
}
.theme-swatch:hover { border-color: var(--gold); color: var(--ink); }
.theme-swatch.active { border-color: var(--gold); background: color-mix(in srgb, var(--gold) 10%, transparent); color: var(--ink); }
.font-row, .orn-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.font-row button, .orn-row button {
  padding: 12px; border: 1px solid var(--line); border-radius: 12px;
  font-size: 16px; color: var(--ink-2); transition: all 0.2s;
}
.orn-row button { font-size: 13.5px; font-weight: 600; }
.font-row button:hover, .orn-row button:hover { border-color: var(--gold); color: var(--ink); }
.font-row button.active, .orn-row button.active { border-color: var(--gold); background: color-mix(in srgb, var(--gold) 10%, transparent); color: var(--ink); }
.fs-row { display: flex; align-items: center; gap: 14px; }
.fs-row button {
  width: 46px; height: 40px; border: 1px solid var(--line); border-radius: 12px;
  font-weight: 700; color: var(--ink-2); transition: all 0.2s;
}
.fs-row button:hover { border-color: var(--gold); color: var(--ink); }
.fs-dots { flex: 1; display: flex; justify-content: center; gap: 8px; }
.fs-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); transition: all 0.2s; }
.fs-dots i.on { background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.reset-btn {
  margin-top: 30px; width: 100%; padding: 12px; border: 1px solid var(--line);
  border-radius: 12px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); transition: all 0.2s;
}
.reset-btn:hover { border-color: var(--gold); color: var(--ink); }

/* ---------- Artikel (Notiz-Seite) ---------- */
.progress { position: fixed; top: 0; left: 0; height: 2.5px; background: linear-gradient(90deg, var(--gold-2), var(--gold)); width: 0; z-index: 60; }
.article { max-width: 760px; margin: 0 auto; padding: 150px 28px 90px; }
.crumb { display: flex; gap: 10px; font-size: 13px; color: var(--ink-3); font-weight: 600; margin-bottom: 26px; flex-wrap: wrap; }
.crumb a:hover { color: var(--gold); }
.article .pill { margin-bottom: 4px; }
.article h1 {
  font-family: var(--serif-display); font-size: clamp(38px, 5vw, 56px);
  font-weight: 500; line-height: 1.1; margin: 14px 0 14px;
}
.article .subtitle {
  font-family: var(--serif-read); font-style: italic; font-size: 1.2em;
  color: var(--ink-3); margin-bottom: 10px;
}
.article .lede {
  font-family: var(--serif-read); font-style: italic; font-size: 1.32em;
  line-height: 1.55; color: var(--ink-2); margin: 10px 0 28px;
}
.article .meta-row {
  display: flex; gap: 22px; font-size: 13.5px; color: var(--ink-3); font-weight: 600;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 15px 0; margin-bottom: 36px; flex-wrap: wrap;
}
.article .meta-row b { color: var(--gold); }
.meta-link { color: var(--gold); font-weight: 700; }
.meta-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.toc-box { margin: 0 0 38px; }
.toc-box:empty { display: none; }
.toc-box h3 {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 700; margin: 18px 0 10px;
}
.toc-box ul { list-style: none; }
.toc-box li a { display: block; padding: 4px 0; font-size: 14px; color: var(--ink-2); }
.toc-box li a:hover { color: var(--gold); }
.toc-box .toc-level-3 { padding-left: 18px; }
.toc-box .tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.toc-box .tag-list li {
  font-size: 12.5px; font-weight: 600; color: var(--ink-2);
  border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px;
}

.article .body { font-family: var(--serif-read); font-size: 1.13em; line-height: 1.85; }
html[data-font="sans"] .article .body { line-height: 1.78; font-size: 1.02em; }
.article .body p { margin-bottom: 1.2em; }
.article .body h1, .article .body h2 {
  font-family: var(--serif-display); font-weight: 600; line-height: 1.2;
  font-size: 1.8em; margin: 1.7em 0 0.7em;
}
.article .body h3 { font-family: var(--serif-display); font-weight: 600; font-size: 1.4em; margin: 1.5em 0 0.6em; }
.article .body h4 { font-size: 1.1em; margin: 1.4em 0 0.5em; }
.article .body a { color: var(--gold); border-bottom: 1px solid color-mix(in srgb, var(--gold) 40%, transparent); transition: border-color 0.2s; }
.article .body a:hover { border-bottom-color: var(--gold); }
.article .body a.dead-link { color: var(--ink-3); border-bottom: 1px dashed var(--line-strong); cursor: help; }
.article .body blockquote {
  font-style: italic; border-left: 2px solid var(--gold);
  padding: 6px 0 6px 24px; margin: 1.6em 0; color: var(--ink-2);
}
.article .body blockquote p { margin-bottom: 0.6em; }
.article .body ul, .article .body ol { margin: 0 0 1.2em 1.4em; }
.article .body li { margin-bottom: 0.45em; }
.article .body hr { border: none; height: 1px; background: var(--line); margin: 2.2em 0; }
.article .body code {
  font-family: Consolas, monospace; font-size: 0.82em;
  background: var(--bg-soft); border-radius: 6px; padding: 2px 7px;
}
.article .body table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 0.9em; font-family: var(--sans); }
.article .body th, .article .body td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; }
.article .body th { background: var(--bg-soft); font-weight: 700; }
.article .body em { color: color-mix(in srgb, var(--ink) 82%, var(--gold)); }

.rel-head { font-family: var(--serif-display); font-size: 27px; font-weight: 600; margin: 50px 0 18px; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; }
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-2);
  transition: all 0.2s; background: var(--surface);
}
.tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--tagc, var(--gold)); flex: none; }
.tag:hover { border-color: var(--tagc, var(--gold)); color: var(--ink); transform: translateY(-1px); }
.tag.dead { color: var(--ink-3); border-style: dashed; cursor: help; }

/* ---------- Kategorie-Seite ---------- */
.kategori-page { padding-top: 76px; }
.kat-head { padding: 70px 0 10px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.kat-head .crumb { margin-bottom: 20px; }
.kat-head h1 { font-family: var(--serif-display); font-size: clamp(38px, 5vw, 58px); font-weight: 500; margin: 12px 0 16px; }
.kat-intro { font-family: var(--serif-read); font-size: 1.12em; color: var(--ink-2); max-width: 720px; line-height: 1.75; }
.kat-intro p { margin-bottom: 1em; }
.kat-intro h1, .kat-intro h2 { display: none; }
.kat-intro a { color: var(--gold); }
.subcats { padding: 18px 0 28px; }
.subcats.hidden { display: none; }

/* ---------- Harita-Seite ---------- */
.stage-page { padding-top: 76px; min-height: 100vh; display: flex; flex-direction: column; }
.stage-page > .wrap { width: 100%; }
.toolbar { padding: 22px 28px 14px; }
.toolbar-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.toolbar h1 { font-family: var(--serif-display); font-size: 30px; font-weight: 600; margin-right: auto; }
.toolbar .hint { font-size: 12.5px; color: var(--ink-3); font-weight: 600; letter-spacing: 0.06em; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 0 4px; }
@media (max-width: 760px) {
  .chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
}
.chip {
  flex: none; display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px;
  font-size: 13px; font-weight: 600; color: var(--ink-2); transition: all 0.2s; background: var(--surface);
}
.chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--chipc, var(--gold)); }
.chip:hover { border-color: var(--gold); color: var(--ink); }
.chip.active { background: var(--gold); border-color: var(--gold); color: #fff8ea; }
.chip.active i { background: #fff8ea; }
.stage-wrap { flex: 1; display: flex; flex-direction: column; padding-bottom: 0; }
#stage { flex: 1; min-height: 560px; border-radius: 22px 22px 0 0; overflow: hidden; box-shadow: var(--shadow); }

/* ---------- Reveal ---------- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity 0.8s ease, transform 0.8s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav { display: none; }
  .burger { display: inline-flex; }
  .grid-notes { grid-template-columns: 1fr 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .grid-notes { grid-template-columns: 1fr; }
  .hero { min-height: 100svh; }
  .hero-inner { padding-top: 100px; padding-bottom: 84px; }
  .hero-ctas { gap: 8px; }
  .hero-ctas .btn { padding: 11px 14px; font-size: 12.5px; gap: 7px; }
  .hero-ctas + .hero-ctas { margin-top: 8px; }
  .btn-long { display: none; }
  #hero-graph { inset: 0; }
  .hero-scrim {
    background:
      radial-gradient(130% 60% at 50% 34%, rgba(7, 10, 20, 0.6) 0%, rgba(7, 10, 20, 0.22) 55%, rgba(7, 10, 20, 0) 78%),
      linear-gradient(180deg, rgba(7, 10, 20, 0.55) 0%, rgba(7, 10, 20, 0) 16%, rgba(7, 10, 20, 0) 82%, rgba(7, 10, 20, 0.92) 100%);
  }
  .sec { padding: 72px 0; }
  .icon-btn kbd { display: none; }
  .search-open { padding: 9px 12px; }
  .hdr-actions .icon-btn { padding: 10px 12px; }
  .hdr-actions svg { width: 18px; height: 18px; }
  .ftr-grid { grid-template-columns: 1fr; gap: 28px; }
  .hdr-in { gap: 10px; height: 68px; }
  .logo b { font-size: 16px; }
  .logo i { display: none; }
  .article { padding-top: 116px; }
  .toolbar-row { gap: 10px; }
  .toolbar .hint { display: none; }
  .stage-wrap { padding: 0 12px; }
  #stage { min-height: 64svh; border-radius: 16px 16px 0 0; }
  .sec-orn { padding: 40px 0 0; }
  .daily blockquote { font-size: 22px; }
  .hero-stats { gap: 16px; }
  .btn { padding: 13px 22px; font-size: 13.5px; }
  .simple-page { padding-top: 116px; }
  .continue-card b { font-size: 17px; }
}

/* ---------- Kaldığın yerden devam ---------- */
.continue-row { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; }
.continue-card {
  flex: 1; min-width: 260px; display: flex; align-items: center; gap: 16px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 16px 22px; transition: all 0.25s ease;
}
.continue-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow); }
.continue-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); white-space: nowrap;
}
.continue-card b { font-family: var(--serif-display); font-size: 21px; font-weight: 600; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.continue-arrow { color: var(--gold); font-weight: 700; }
.continue-side {
  display: flex; align-items: center; gap: 6px; padding: 16px 22px;
  border: 1px solid var(--line); border-radius: 16px; background: var(--surface);
  font-size: 13.5px; font-weight: 600; color: var(--ink-2); transition: all 0.25s ease; white-space: nowrap;
}
.continue-side:hover { border-color: var(--gold); color: var(--ink); }
.continue-side b { color: var(--gold); }

.yolculuk-hint { margin-top: 14px; font-size: 14px; color: var(--ink-3); font-style: italic; font-family: var(--serif-read); }

/* ---------- Einfache Seiten (Videolar, İşaretler, Yolculuk) ---------- */
.simple-page { padding: 150px 0 90px; min-height: 70vh; }
.page-title { font-family: var(--serif-display); font-size: clamp(38px, 5vw, 56px); font-weight: 500; margin: 14px 0 12px; }
.page-lede { font-family: var(--serif-read); font-style: italic; font-size: 1.25em; color: var(--ink-2); max-width: 640px; margin-bottom: 38px; }
.simple-page code { font-family: Consolas, monospace; font-size: 0.85em; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 6px; padding: 2px 7px; }

.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; margin-bottom: 26px; }
.video-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: all 0.25s; }
.video-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow); }
.video-card .frame { position: relative; aspect-ratio: 16 / 9; background: #000; }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* Klick-Fassade: lokales Vorschaubild, YouTube lädt erst beim Abspielen */
.yt-lite {
  display: block; width: 100%; cursor: pointer; border: 0; padding: 0;
  background-color: #0a0d18; background-size: cover; background-position: center;
}
.yt-lite::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(75% 75% at 50% 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45) 100%);
}
.yt-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 46px; border-radius: 13px; background: rgba(20, 22, 30, 0.82);
  display: flex; align-items: center; justify-content: center; color: #fff;
  transition: background 0.22s ease, transform 0.22s ease;
}
.yt-play svg { margin-left: 3px; }
.yt-lite:hover .yt-play { background: #e62117; transform: translate(-50%, -50%) scale(1.08); }
.yt-note {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 10px 7px;
  font-size: 10.5px; letter-spacing: 0.04em; color: rgba(244, 236, 219, 0.75);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65));
  text-align: center;
}
.video-card h3 { font-family: var(--serif-display); font-size: 19px; font-weight: 600; padding: 14px 18px; }

/* ---------- Yolculuk ---------- */
.journey-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.btn.ghost-ink { border-color: var(--line-strong); color: var(--ink-2); }
.btn.ghost-ink:hover { border-color: var(--gold); color: var(--gold); }
.journey { list-style: none; max-width: 720px; }
.j-step { position: relative; padding: 0 0 26px 58px; }
.j-step::before {
  content: attr(data-step); position: absolute; left: 0; top: 0;
  width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--serif-display); font-size: 18px; font-weight: 600; color: var(--gold);
  border: 1px solid var(--gold); background: var(--surface);
  box-shadow: 0 0 14px color-mix(in srgb, var(--gold) 30%, transparent);
}
.j-step::after {
  content: ''; position: absolute; left: 19px; top: 42px; bottom: 4px; width: 1px;
  background: linear-gradient(180deg, var(--gold), var(--line));
}
.j-step:last-child::after { display: none; }
.j-step .card { max-width: 640px; }

/* ---------- Zaman Haritası ---------- */
.zline { position: relative; max-width: 860px; padding-left: 38px; }
.zline::before {
  content: ''; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 1.5px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 30%, var(--line-strong));
}
.zera { position: relative; padding: 4px 0 46px; }
.zera::before {
  content: ''; position: absolute; left: -36px; top: 12px; width: 13px; height: 13px;
  border-radius: 50%; background: var(--bg); border: 2px solid var(--gold);
  box-shadow: 0 0 14px color-mix(in srgb, var(--gold) 55%, transparent);
}
.zera h2 { font-family: var(--serif-display); font-size: clamp(26px, 3.4vw, 36px); font-weight: 500; margin-bottom: 4px; scroll-margin-top: 100px; }
.zera .zcount { font-size: 13px; font-weight: 600; color: var(--ink-3); margin-bottom: 16px; letter-spacing: 0.06em; }
.zera .tags { gap: 8px; }
.zera .tag.zhide { display: none; }
.zera.zopen .tag.zhide { display: inline-flex; }
.zera .tag.zmore { border-style: dashed; color: var(--gold); cursor: pointer; }
.zera .tag.zmore:hover { border-color: var(--gold); }
@media (max-width: 640px) {
  .zline { padding-left: 28px; }
  .zera::before { left: -26px; width: 11px; height: 11px; }
  .zera { padding-bottom: 34px; }
  .zera .tag { font-size: 12.5px; padding: 7px 13px; }
}

/* ---------- Hover-Vorschau (Wiki-Links) ---------- */
.hovercard {
  position: fixed; z-index: 90; width: min(340px, 86vw);
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 14px;
  padding: 16px 18px; box-shadow: var(--shadow);
  opacity: 0; transform: translateY(6px); pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.hovercard.show { opacity: 1; transform: none; }
.hovercard .pill { margin-bottom: 7px; }
.hovercard b { display: block; font-family: var(--serif-display); font-size: 19px; font-weight: 600; line-height: 1.25; margin-bottom: 6px; color: var(--ink); }
.hovercard p {
  font-size: 13px; color: var(--ink-2); line-height: 1.6; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.hovercard .hc-open { display: none; }
.hovercard.touch { pointer-events: auto; }
.hovercard.touch .hc-open {
  display: inline-block; margin-top: 12px; font-size: 13.5px; font-weight: 700; color: var(--gold);
}

/* ---------- Lesezeichen-Knopf ---------- */
.bookmark-btn { cursor: pointer; }
.bookmark-btn.active { color: var(--gold); }

/* ---------- Okuma Rotaları ---------- */
.rota-meta { display: flex; gap: 24px; font-size: 14px; font-weight: 600; color: var(--ink-2); margin-bottom: 12px; }
.rota-meta b { color: var(--gold); }
.rota-bar {
  height: 6px; max-width: 460px; border-radius: 999px; overflow: hidden;
  background: var(--bg-soft); border: 1px solid var(--line); margin-bottom: 28px;
}
.rota-bar i {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
  transition: width 0.7s ease;
}
.rota-intro {
  font-family: var(--serif-read); font-size: 1.12em; line-height: 1.8;
  color: var(--ink-2); max-width: 680px; margin: 8px 0 42px;
}
.rota-intro p { margin-bottom: 1em; }
.j-step.done::before { content: '✓'; background: var(--gold); color: #241b0e; border-color: var(--gold); box-shadow: 0 0 16px color-mix(in srgb, var(--gold) 50%, transparent); }
.j-step.done .card { opacity: 0.72; }
.j-step .r-badge {
  position: absolute; left: 58px; top: -9px; z-index: 2;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); background: var(--bg); border: 1px solid var(--gold);
  border-radius: 999px; padding: 2px 10px;
}

/* ---------- Benim Evrenim ---------- */
#ev-stage { height: 480px; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); margin-bottom: 14px; }
.ev-hint { font-size: 13.5px; color: var(--ink-3); margin: 6px 0 18px; }
.ev-share { display: flex; gap: 28px; align-items: flex-start; flex-wrap: wrap; }
#ev-card {
  width: min(320px, 100%); height: auto; border-radius: 18px;
  border: 1px solid var(--line-strong); box-shadow: var(--shadow); background: #070a14;
}
.ev-share-actions { display: flex; flex-direction: column; gap: 12px; max-width: 320px; padding-top: 6px; }
@media (max-width: 640px) {
  #ev-stage { height: 56svh; }
  .ev-share { gap: 18px; }
}

/* ---------- Bilgelik Yolu ---------- */
.yol-form {
  display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; margin-bottom: 34px;
}
.ac-wrap { position: relative; flex: 1; min-width: 220px; }
.ac-wrap label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px;
}
.ac-wrap input {
  width: 100%; box-sizing: border-box; padding: 14px 16px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  color: var(--ink); font-family: var(--serif-read); font-size: 18px; outline: none;
  transition: border-color 0.2s;
}
.ac-wrap input:focus { border-color: var(--gold); }
.ac-wrap input::placeholder { color: var(--ink-3); font-style: italic; }
.ac-list {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 40;
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 12px;
  box-shadow: var(--shadow); overflow: hidden; max-height: 300px; overflow-y: auto;
}
.ac-item { display: flex; align-items: center; gap: 9px; width: 100%; text-align: left; padding: 11px 14px; font-size: 14.5px; font-weight: 600; color: var(--ink-2); transition: background 0.12s; }
.ac-item i { width: 8px; height: 8px; border-radius: 50%; background: var(--acc, var(--gold)); flex: none; }
.ac-item:hover, .ac-item.sel { background: color-mix(in srgb, var(--gold) 12%, transparent); color: var(--ink); }
.ac-item small { margin-left: auto; color: var(--ink-3); font-weight: 600; font-size: 11.5px; }
.swap-btn {
  flex: none; width: 46px; height: 50px; border: 1px solid var(--line); border-radius: 12px;
  color: var(--gold); font-size: 19px; transition: all 0.2s; background: var(--surface);
}
.swap-btn:hover { border-color: var(--gold); transform: rotate(180deg); }
.yol-status {
  font-family: var(--serif-read); font-style: italic; font-size: 1.18em;
  color: var(--ink-2); margin-bottom: 26px;
}
.yol-status b { color: var(--gold); font-style: normal; }

/* ---------- Harita-Vollbild ---------- */
body.fs-mode .hdr, body.fs-mode .toolbar { display: none; }
body.fs-mode .stage-wrap { padding: 0; }
body.fs-mode #stage {
  position: fixed; inset: 0; z-index: 200; border-radius: 0; min-height: 100dvh;
}
.fs-exit {
  position: absolute; top: 14px; left: 14px; z-index: 220;
  background: rgba(10, 14, 26, 0.78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(201, 168, 106, 0.4); border-radius: 999px;
  padding: 10px 18px; color: #efe6d2; font-size: 13px; font-weight: 600; cursor: pointer;
}
.fs-exit:hover { border-color: #dcc088; color: #dcc088; }
#stage:fullscreen { border-radius: 0; }

/* ---------- Harita-Tour ---------- */
.tour-caption {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%); z-index: 6;
  background: rgba(10, 14, 26, 0.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(201, 168, 106, 0.35); border-radius: 999px;
  padding: 10px 22px; color: #efe6d2; font-size: 13.5px; font-weight: 600;
  white-space: nowrap; max-width: 86%; overflow: hidden; text-overflow: ellipsis;
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}
.tour-caption.show { opacity: 1; }
.tour-caption b { color: #dcc088; }

/* ---------- Hikmet'e sor ---------- */
.soru-form { display: flex; gap: 10px; margin: 30px 0 18px; }
.soru-form input {
  flex: 1; min-width: 0; background: var(--surface); border: 1px solid var(--line-strong);
  border-radius: 999px; padding: 15px 24px; font-size: 16px; color: var(--ink);
  font-family: var(--sans); transition: border-color 0.25s ease;
}
.soru-form input::placeholder { color: var(--ink-3); }
.soru-form input:focus { outline: none; border-color: var(--gold); }
#soru-egs { margin-bottom: 10px; }
#soru-egs .tag { cursor: pointer; }
.soru-out { display: grid; gap: 14px; margin-top: 26px; }
.soru-card {
  border: 1px solid var(--line); border-radius: var(--r); background: var(--surface);
  padding: 22px 24px; box-shadow: 0 10px 30px -22px rgba(0, 0, 0, 0.5);
}
.soru-text { font-family: var(--serif-read); font-size: calc(18.5px * var(--fsu)); line-height: 1.75; }
.soru-text mark {
  background: none; color: var(--gold); font-weight: 600;
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 55%, transparent);
}
.soru-src {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-top: 14px; font-size: 13.5px; color: var(--ink-2); font-weight: 600;
}
.soru-src b { color: var(--ink); font-weight: 700; }
.soru-src:hover b { color: var(--gold); }
.soru-open { color: var(--gold); margin-left: auto; white-space: nowrap; }
.soru-note { margin-top: 34px; font-size: 13px; color: var(--ink-3); font-style: italic; }

/* ---------- Evren sıfırlama (zweistufig) ---------- */
.ev-danger {
  margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.ev-reset {
  border: 1px solid color-mix(in srgb, #c0392b 55%, var(--line-strong));
  color: #e05545; border-radius: 999px; padding: 10px 18px;
  font-size: 13px; font-weight: 700; transition: all 0.25s ease;
}
.ev-reset:hover { background: rgba(224, 85, 69, 0.09); }
.ev-reset.armed {
  background: #b03227; border-color: #b03227; color: #fff;
  animation: resetshake 0.3s ease;
}
@keyframes resetshake {
  0%, 100% { transform: none; }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

/* ---------- Destek & Topluluk ---------- */
.destek-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0 10px; }
.forum-grid { grid-template-columns: repeat(2, 1fr); }
.destek-card {
  border: 1px solid var(--line); border-radius: var(--r); background: var(--surface);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 10px;
  box-shadow: 0 10px 30px -24px rgba(0, 0, 0, 0.5);
}
.dk-emoji { font-size: 30px; line-height: 1; }
.destek-card h3 { font-family: var(--serif-display); font-size: 25px; font-weight: 600; }
.dk-price { font-size: 15px; font-weight: 800; color: var(--gold); }
.dk-price span { display: block; font-size: 12px; font-weight: 600; color: var(--ink-3); margin-top: 2px; }
.destek-card ul { list-style: none; margin: 4px 0 10px; display: grid; gap: 6px; }
.destek-card li { font-size: 13.5px; color: var(--ink-2); padding-left: 16px; position: relative; }
.destek-card li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: 9px; top: 4px; }
.destek-card .btn { margin-top: auto; justify-content: center; }
.destek-why {
  margin-top: 30px; border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 28px; background: color-mix(in srgb, var(--surface) 55%, transparent);
}
.destek-why h3 { font-family: var(--serif-display); font-size: 23px; font-weight: 600; margin-bottom: 10px; }
.destek-why p { font-size: 15px; color: var(--ink-2); line-height: 1.75; }
.destek-quote { margin-top: 14px; font-family: var(--serif-read); font-style: italic; font-size: 17px; color: var(--gold); }
.kural-list { list-style: none; display: grid; gap: 10px; margin: 6px 0 14px; }
.kural-list li { font-size: 14.5px; color: var(--ink-2); padding-left: 18px; position: relative; line-height: 1.6; }
.kural-list li::before { content: '∴'; position: absolute; left: 0; color: var(--gold); }
.kural-list b { color: var(--ink); }

/* ---------- Son Eklenenler & Ara-Liste ---------- */
.yeni-list { display: grid; gap: 12px; margin-top: 28px; }
.yeni-item {
  display: flex; gap: 16px; align-items: flex-start;
  border: 1px solid var(--line); border-radius: 16px; background: var(--surface);
  padding: 18px 20px; transition: border-color 0.25s ease, transform 0.25s ease;
}
.yeni-item:hover { border-color: var(--gold); transform: translateY(-2px); }
.yeni-no {
  font-family: var(--serif-display); font-size: 19px; color: var(--ink-3);
  min-width: 28px; text-align: right; line-height: 1.3; flex: none;
}
.yeni-body { min-width: 0; }
.yeni-body .pill { margin-bottom: 4px; }
.yeni-body b { display: block; font-family: var(--serif-display); font-size: 20px; font-weight: 600; line-height: 1.25; }
.yeni-item:hover .yeni-body b { color: var(--gold); }
.yeni-body p {
  font-size: 13.5px; color: var(--ink-2); line-height: 1.6; margin-top: 4px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.yeni-body time { display: block; font-size: 12px; color: var(--ink-3); margin-top: 6px; }
@media (max-width: 880px) {
  .destek-grid { grid-template-columns: 1fr; }
  .forum-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .yeni-item { padding: 15px 16px; gap: 12px; }
  .yeni-body b { font-size: 18px; }
}
@media (max-width: 640px) {
  .soru-form { flex-direction: column; }
  .soru-form .btn { justify-content: center; }
  .soru-card { padding: 18px; }
}
