:root {
  --bg: #ffffff;
  --bg-soft: #f5f6f8;
  --ink: #14161b;
  --ink-soft: #5b616e;
  --line: #e6e8ec;
  --brand: #e11d2e;
  --brand-dark: #b30f1d;
  --ink-deep: #14161b;
  --gundem: #e11d2e;
  --gezi: #0f9d76;
  --kultur-sanat: #7b3fe4;
  --teknoloji: #1f6feb;
  --radius: 16px;
  --shadow: 0 2px 8px rgba(16,24,40,.05), 0 14px 40px rgba(16,24,40,.08);
  --wrap: 1180px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg);
  line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { line-height: 1.15; margin: 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.muted { color: var(--ink-soft); }
.empty { padding: 40px 0; text-align: center; }
code { background: var(--bg-soft); padding: 2px 6px; border-radius: 5px; font-size: 13px; }

/* Category color helper */
.cat-gundem { --c: var(--gundem); }
.cat-gezi, .cat-gezi-yasam { --c: var(--gezi); }
.cat-kultur-sanat { --c: var(--kultur-sanat); }
.cat-teknoloji, .cat-teknoloji-bilim { --c: var(--teknoloji); }
.cat-vefat { --c: #4b5563; }
:root { --c: var(--brand); }

/* Alt kategori etiketleri */
.card-sub { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--c, var(--brand)); }
.head-sub { color: var(--ink-soft); font-weight: 600; }
.ribbon-group { display: inline-flex; gap: 8px; flex-wrap: wrap; }
.ribbon.ribbon-light { background: rgba(255,255,255,.22); backdrop-filter: blur(4px); }
.chip.cat-gezi-yasam.on { background: var(--gezi); }
.chip.cat-teknoloji-bilim.on { background: var(--teknoloji); }
.chip.cat-vefat.on { background: #4b5563; }

/* Reveal animation — yalnızca JS aktifse gizle (JS yoksa/animasyon takılırsa içerik görünür kalır) */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88); backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 66px; padding: 8px 0; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 24px; letter-spacing: -.02em; }
.brand-mark { width: 36px; height: 36px; border-radius: 10px; background: var(--brand); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-weight: 900; font-size: 22px; }
.main-nav { display: flex; gap: 2px; margin-left: 6px; flex: 1; flex-wrap: wrap; align-items: center; }
.main-nav a { padding: 8px 12px; border-radius: 9px; font-weight: 600; font-size: 14.5px; color: var(--ink-soft); transition: background .15s, color .15s; }
.main-nav a:hover { background: var(--bg-soft); color: var(--ink); }
.main-nav a.active { color: var(--ink); background: var(--bg-soft); }
.main-nav a.nav-highlight { color: var(--brand); }
/* Açılır menüler */
.nav-drop { position: relative; }
.nav-drop-btn { display: inline-flex; align-items: center; gap: 4px; border: none; background: transparent; cursor: pointer; font: inherit; font-weight: 600; font-size: 14.5px; color: var(--ink-soft); padding: 8px 12px; border-radius: 9px; }
.nav-drop-btn:hover, .nav-drop-btn.active { background: var(--bg-soft); color: var(--ink); }
.caret { font-size: 10px; opacity: .7; transition: transform .15s; }
.nav-drop.open .caret { transform: rotate(180deg); }
.nav-menu { position: absolute; top: calc(100% + 4px); left: 0; min-width: 210px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 6px; display: none; flex-direction: column; z-index: 60; }
.nav-drop.open > .nav-menu { display: flex; }
@media (hover: hover) { .nav-drop:hover > .nav-menu { display: flex; } }
.nav-menu a { padding: 9px 12px; border-radius: 8px; font-size: 14.5px; font-weight: 500; color: var(--ink); white-space: nowrap; }
.nav-menu a:hover { background: var(--bg-soft); color: var(--brand); }
.nav-menu-all { font-weight: 700; border-bottom: 1px solid var(--line); border-radius: 8px 8px 0 0; margin-bottom: 4px; }
.main-nav a.nav-live { display: inline-flex; align-items: center; gap: 6px; color: var(--brand); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); display: inline-block; box-shadow: 0 0 0 0 rgba(225,29,46,.5); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(225,29,46,.5); } 70% { box-shadow: 0 0 0 7px rgba(225,29,46,0); } 100% { box-shadow: 0 0 0 0 rgba(225,29,46,0); } }
.header-actions { display: flex; gap: 8px; align-items: center; }
.header-search { display: flex; align-items: center; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.header-search input { width: 120px; margin: 0; border: none; background: transparent; padding: 7px 12px; font-size: 14px; }
.header-search input:focus { outline: none; box-shadow: none; }
.header-search button { border: none; background: transparent; cursor: pointer; padding: 6px 10px 6px 4px; font-size: 15px; }
@media (max-width: 640px) { .header-search input { width: 90px; } }
.search-page-form { display: flex; gap: 10px; max-width: 560px; margin-bottom: 8px; }
.search-page-form input { margin: 0; }
.search-summary { color: var(--ink-soft); margin: 10px 0 24px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--brand); color: #fff; border: none; cursor: pointer; padding: 11px 18px; border-radius: 10px; font: inherit; font-weight: 600; font-size: 15px; transition: background .15s, transform .05s; }
.btn:hover { background: var(--brand-dark); }
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 7px 12px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--bg-soft); }
.btn-light { background: #fff; color: var(--ink-deep); }
.btn-light:hover { background: #f0f0f2; }
.btn-danger { background: #fff; color: var(--brand); border: 1px solid var(--line); }
.btn-danger:hover { background: #fff2f3; border-color: #f3c2c8; }

.main-content { padding: 30px 22px 70px; }

/* ---------- Media fallback (foto yoksa / yüklenmezse) ---------- */
.media-fallback {
  position: absolute; inset: 0; display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--c, var(--brand)), #ffffff22), linear-gradient(135deg, var(--c, var(--brand)), #00000055);
}
.media-fallback span { font-family: var(--serif); font-weight: 800; font-size: 20px; opacity: .9; letter-spacing: .02em; }
.media-fallback.sm span { font-size: 18px; }

/* ---------- Ribbons / tags ---------- */
.ribbon { display: inline-block; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: #fff; background: var(--c, var(--brand)); padding: 4px 10px; border-radius: 6px; }
.ribbon.mini { font-size: 10.5px; padding: 3px 7px; }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: 1.9fr 1fr; gap: 22px; margin-bottom: 46px; }
.hero-main { position: relative; display: block; border-radius: var(--radius); overflow: hidden; min-height: 460px; box-shadow: var(--shadow); }
.hero-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-main:hover img { transform: scale(1.04); }
.hero-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; padding: 30px; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,0) 75%); color: #fff; }
.hero-overlay h1 { font-family: var(--serif); font-size: 36px; font-weight: 800; letter-spacing: -.01em; max-width: 90%; }
.hero-overlay p { margin: 0; color: rgba(255,255,255,.9); font-size: 16px; max-width: 80%; }
.hero-meta { font-size: 13px; color: rgba(255,255,255,.75); }
.hero-side { display: flex; flex-direction: column; gap: 2px; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--brand); font-weight: 800; margin-bottom: 10px; }
.eyebrow.light { color: rgba(255,255,255,.7); }
.side-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: center; }
.side-item:last-child { border-bottom: none; }
.side-thumb { position: relative; width: 84px; height: 64px; border-radius: 10px; overflow: hidden; flex: 0 0 84px; background: var(--bg-soft); }
.side-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.side-text { display: flex; flex-direction: column; gap: 5px; align-items: flex-start; }
.side-text .ribbon { align-self: flex-start; }
.side-item:hover .side-item-title { color: var(--brand); }
.side-item-title { font-weight: 700; font-size: 15px; line-height: 1.3; }
.side-item-meta { font-size: 12px; color: var(--ink-soft); }

/* ---------- Live strip (anasayfa) ---------- */
.live-strip { background: var(--ink-deep); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 46px; color: #fff; }
.live-strip-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.live-strip-head h2 { font-family: var(--serif); font-size: 22px; font-weight: 800; flex: 1; }
.live-strip-head .see-all { color: rgba(255,255,255,.75); }
.live-strip-head .see-all:hover { color: #fff; }
.live-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--brand); color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .08em; padding: 5px 11px; border-radius: 999px; }
.live-badge .live-dot { background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
.live-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px 26px; }
.live-item { display: flex; flex-direction: column; gap: 4px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); }
.live-item:hover .live-title { color: #fff; text-decoration: underline; }
.live-source { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.55); font-weight: 700; }
.live-title { font-size: 15px; font-weight: 600; color: rgba(255,255,255,.92); line-height: 1.35; }

/* ---------- Sections ---------- */
.cat-section { margin-bottom: 48px; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-head h2 { font-family: var(--serif); font-size: 26px; font-weight: 800; display: flex; align-items: center; gap: 12px; }
.section-head .accent { width: 6px; height: 26px; border-radius: 4px; background: var(--c, var(--brand)); display: inline-block; }
.see-all { font-weight: 700; font-size: 14px; color: var(--ink-soft); }
.see-all:hover { color: var(--brand); }

/* ---------- Grid + cards ---------- */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: var(--bg); border: 1px solid var(--line); transition: box-shadow .2s, transform .2s; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.card-media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft); }
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.card-media .ribbon { position: absolute; top: 12px; left: 12px; z-index: 2; }
.card-body { padding: 16px 17px 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.card-title { font-family: var(--serif); font-size: 20px; font-weight: 700; letter-spacing: -.01em; line-height: 1.25; }
.card-title a:hover { color: var(--brand); }
.card-excerpt { color: var(--ink-soft); font-size: 14.5px; margin: 0; flex: 1; }
.card-meta { font-size: 13px; color: var(--ink-soft); display: flex; gap: 7px; align-items: center; }
.avatar-sm { width: 22px; height: 22px; border-radius: 50%; background: var(--c, var(--brand)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 11px; }
.dot { opacity: .5; }

/* ---------- Page head ---------- */
.page-head { margin-bottom: 30px; }
.page-head h1 { font-family: var(--serif); font-size: 40px; font-weight: 800; margin-top: 12px; }
.page-sub { color: var(--ink-soft); margin-top: 10px; max-width: 680px; }

/* ---------- Article post ---------- */
.post { max-width: 900px; margin: 0 auto; }
.post-hero { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 420px; margin-bottom: 30px; box-shadow: var(--shadow); }
.post-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.post-hero-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 14px; padding: 34px; background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.3) 55%, transparent); color: #fff; }
.post-hero-overlay h1 { font-family: var(--serif); font-size: 40px; font-weight: 800; letter-spacing: -.01em; max-width: 900px; }
.post-meta { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.85); font-size: 14px; }
.avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.post-inner { max-width: 720px; margin: 0 auto; }
.post-lede { font-size: 21px; line-height: 1.55; color: var(--ink); font-weight: 500; margin: 0 0 24px; padding-left: 18px; border-left: 4px solid var(--c, var(--brand)); }
.post-body { font-size: 18.5px; line-height: 1.85; }
.post-body p { margin: 0 0 22px; }
.back-link { display: inline-block; margin-top: 14px; font-weight: 600; color: var(--brand); }

/* ---------- Community ---------- */
.community-teaser { background: var(--ink-deep); border-radius: 22px; padding: 40px; margin-top: 26px; color: #fff; }
.community-teaser-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 36px; align-items: center; }
.community-teaser h2 { font-family: var(--serif); font-size: 30px; font-weight: 800; margin-bottom: 10px; }
.community-teaser p { color: rgba(255,255,255,.8); margin: 0 0 18px; }
.community-teaser-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mini-post { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 16px 18px; }
.mini-post strong { display: block; margin-bottom: 6px; }
.mini-post p { font-size: 14px; color: rgba(255,255,255,.72); margin: 0 0 8px; }
.mini-post-author { font-size: 13px; color: rgba(255,255,255,.6); font-style: italic; }

.community-layout { display: grid; grid-template-columns: 370px 1fr; gap: 34px; align-items: start; }
.community-form-box { background: var(--bg-soft); border-radius: var(--radius); padding: 24px; position: sticky; top: 86px; }
.community-form-box h2 { font-family: var(--serif); font-size: 22px; margin-bottom: 16px; }
.community-feed { display: flex; flex-direction: column; gap: 18px; }
.post-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; transition: box-shadow .2s; }
.post-card:hover { box-shadow: var(--shadow); }
.post-card h3 { font-family: var(--serif); font-size: 21px; margin-bottom: 10px; }
.post-card-body p { margin: 0 0 10px; }
.post-card-meta { font-size: 13px; color: var(--ink-soft); font-style: italic; }
.post-card-image { width: 100%; max-height: 360px; object-fit: cover; border-radius: 12px; margin: 6px 0 12px; }
.mod-thumb { max-height: 90px; border-radius: 8px; border: 1px solid var(--line); margin: 6px 0; }

/* ---------- Canlı page ---------- */
.live-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.chip { padding: 8px 14px; border-radius: 999px; background: var(--bg-soft); font-weight: 600; font-size: 14px; color: var(--ink-soft); border: 1px solid transparent; }
.chip:hover { color: var(--ink); }
.chip.on { background: var(--ink-deep); color: #fff; }
.chip.cat-gundem.on { background: var(--gundem); } .chip.cat-gezi.on { background: var(--gezi); } .chip.cat-kultur-sanat.on { background: var(--kultur-sanat); } .chip.cat-teknoloji.on { background: var(--teknoloji); }
.chip-n { opacity: .6; font-size: 12px; }
.live-list { display: flex; flex-direction: column; gap: 12px; }
.live-row { display: flex; align-items: center; gap: 16px; justify-content: space-between; border: 1px solid var(--line); border-left: 4px solid var(--c, var(--brand)); border-radius: 12px; padding: 16px 20px; transition: box-shadow .18s, transform .18s; }
.live-row:hover { box-shadow: var(--shadow); transform: translateX(3px); }
.live-row-top { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; flex-wrap: wrap; }
.live-row-top .live-source { color: var(--ink-soft); }
.live-time { font-size: 12px; color: var(--ink-soft); }
.live-row h3 { font-size: 18px; font-weight: 700; line-height: 1.3; }
.live-row:hover h3 { color: var(--brand); }
.live-row p { margin: 6px 0 0; font-size: 14.5px; color: var(--ink-soft); }
.live-arrow { font-size: 20px; color: var(--ink-soft); flex: 0 0 auto; }
.live-note, .live-strip-note { margin-top: 20px; font-size: 12.5px; color: var(--ink-soft); }
.empty-live { padding: 40px 0; }

/* ---------- Forms ---------- */
label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 14px; }
label .opt { font-weight: 400; color: var(--ink-soft); }
input, textarea, select { width: 100%; margin-top: 6px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 15px; background: #fff; color: var(--ink); font-weight: 400; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(225,29,46,.13); }
textarea { resize: vertical; }
label.checkbox { display: flex; align-items: center; gap: 10px; font-weight: 500; }
label.checkbox input { width: auto; margin: 0; }
.form-actions { display: flex; gap: 10px; margin-top: 6px; }

/* Görsel yükleme alanı */
.upload-field { border: 1px solid var(--line); border-radius: 12px; padding: 16px; margin-bottom: 14px; background: var(--bg-soft); }
.upload-title { display: block; font-weight: 600; font-size: 14px; margin-bottom: 10px; }
.upload-preview { margin-bottom: 12px; }
.upload-preview img { max-height: 140px; border-radius: 10px; border: 1px solid var(--line); }
.upload-file { font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.upload-file input[type="file"] { margin-top: 6px; font-size: 14px; }
.upload-file input[type="file"]::file-selector-button { font: inherit; font-weight: 600; padding: 8px 14px; margin-right: 10px; border: none; border-radius: 8px; background: var(--brand); color: #fff; cursor: pointer; }
.upload-file input[type="file"]::file-selector-button:hover { background: var(--brand-dark); }
.upload-url { font-weight: 500; font-size: 13px; color: var(--ink-soft); margin-bottom: 0; }
.auth-box, .form-box { max-width: 430px; margin: 24px auto; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-box.wide { max-width: 740px; }
.auth-box h1, .form-box h1 { font-family: var(--serif); font-size: 26px; margin-bottom: 6px; }
.auth-box .muted { margin-bottom: 18px; }

/* ---------- Alerts ---------- */
.alert { padding: 12px 14px; border-radius: 10px; font-size: 14px; margin-bottom: 16px; }
.alert-success { background: #e7f6f1; color: #0a6a53; }
.alert-error { background: #fdeef0; color: var(--brand-dark); }

/* ---------- Panel ---------- */
.panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; gap: 16px; flex-wrap: wrap; }
.panel-head h1 { font-family: var(--serif); font-size: 28px; }
.panel-section { margin-bottom: 38px; }
.panel-section h2 { font-size: 18px; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th { text-align: left; font-size: 13px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .04em; padding: 8px 10px; border-bottom: 1px solid var(--line); }
.table td { padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table td a:hover { color: var(--brand); }
.row-actions { display: flex; gap: 8px; align-items: center; }
.row-actions form { margin: 0; }
.badge { font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 999px; }
.badge-on { background: #e7f6f1; color: #0a6a53; }
.badge-off { background: var(--bg-soft); color: var(--ink-soft); }
.mod-card { display: flex; gap: 16px; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; margin-bottom: 12px; }
.mod-card-body p { margin: 6px 0 8px; color: var(--ink-soft); font-size: 14.5px; }
.mod-actions { display: flex; flex-direction: column; gap: 8px; }
.mod-actions form { margin: 0; }

/* ---------- Künye ---------- */
.kunye { max-width: 940px; margin: 0 auto; }
.kunye-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 12px; }
.kunye-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; }
.kunye-card.highlight { border-color: transparent; background: var(--bg-soft); box-shadow: inset 0 0 0 1px var(--line); border-left: 4px solid var(--brand); }
.kunye-card.highlight-right { border-color: transparent; background: var(--bg-soft); box-shadow: inset 0 0 0 1px var(--line); border-right: 4px solid var(--brand); }
.kunye-card h2 { font-family: var(--serif); font-size: 21px; margin-bottom: 16px; }
.kv { margin: 0; display: flex; flex-direction: column; gap: 14px; }
.kv > div { display: flex; flex-direction: column; gap: 3px; }
.kv dt { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-soft); font-weight: 700; }
.kv dd { margin: 0; font-size: 16px; font-weight: 500; }
.kv .small { font-size: 13px; font-weight: 400; }
.kunye-section { margin-top: 34px; }
.kunye-section h2 { font-family: var(--serif); font-size: 22px; display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.kunye-section .accent { width: 6px; height: 22px; border-radius: 4px; background: var(--brand); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-item { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; display: flex; flex-direction: column; gap: 5px; }
.team-rol { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--brand); font-weight: 800; }
.team-ad { font-size: 17px; font-weight: 600; }
.team-ad.ph { color: var(--ink-soft); font-weight: 400; font-style: italic; }
.team-ad.open { color: var(--brand); font-weight: 700; font-size: 15px; }
a.team-ad.open:hover { text-decoration: underline; }
.team-mail { font-size: 13px; color: var(--ink-soft); }
.team-mail:hover { color: var(--brand); }
.social-row { display: flex; gap: 12px; flex-wrap: wrap; }
.social-row a { padding: 9px 16px; border-radius: 999px; background: var(--bg-soft); font-weight: 600; font-size: 14px; }
.social-row a:hover { background: var(--ink-deep); color: #fff; }
.kunye-note { margin-top: 30px; padding: 18px 22px; border-radius: 12px; background: var(--bg-soft); font-size: 15px; color: var(--ink-soft); }

/* ---------- Prose (Misyon / metin sayfaları) ---------- */
.prose-page { max-width: 760px; margin: 0 auto; }
.prose h2 { font-family: var(--serif); font-size: 23px; margin: 32px 0 12px; display: flex; align-items: center; gap: 12px; }
.prose h2 .accent { width: 6px; height: 22px; border-radius: 4px; background: var(--brand); display: inline-block; }
.prose p { font-size: 17.5px; line-height: 1.8; color: var(--ink); margin: 0 0 8px; }
.prose-closing { margin-top: 34px; padding: 22px 26px; border-radius: var(--radius); background: var(--ink-deep); color: #fff; font-family: var(--serif); font-size: 19px; line-height: 1.5; }

/* Numaralı ilkeler */
.principles { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; counter-reset: p; }
.principle { display: flex; gap: 18px; align-items: flex-start; border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius); padding: 20px 22px; transition: box-shadow .18s, transform .18s; }
.principle:hover { box-shadow: var(--shadow); transform: translateX(3px); }
.principle-num { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-weight: 800; font-size: 20px; }
.principle-body h2 { font-family: var(--serif); font-size: 20px; margin-bottom: 6px; }
.principle-body p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--ink-soft); }

/* ---------- Avrupa ---------- */
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.country-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; display: flex; flex-direction: column; gap: 14px; transition: box-shadow .2s, transform .2s; }
.country-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.country-card-head { display: flex; align-items: center; gap: 14px; }
.country-flag { font-size: 34px; line-height: 1; }
.country-card-head strong { display: block; font-family: var(--serif); font-size: 20px; }
.country-count { font-size: 13px; color: var(--ink-soft); }
.country-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.country-list li { font-size: 14px; line-height: 1.4; display: flex; gap: 8px; align-items: baseline; color: var(--ink); }
.li-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ink-soft); flex: 0 0 auto; margin-top: 6px; }
.li-dot.own { background: var(--brand); }
.li-src { color: var(--ink-soft); font-size: 12px; margin-left: auto; white-space: nowrap; }
.country-more { font-weight: 700; font-size: 14px; color: var(--brand); }

/* ---------- Firma Rehberi ---------- */
.firma-filter { margin-bottom: 24px; display: flex; flex-direction: column; gap: 10px; }
.chip.small { padding: 6px 12px; font-size: 13px; }
.firma-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.firma-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.firma-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.firma-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-soft); }
.firma-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.firma-media .media-fallback { background: linear-gradient(135deg, #444, #777); }
.firma-featured { position: absolute; top: 12px; left: 12px; z-index: 2; background: #f5b301; color: #1a1400; font-weight: 800; font-size: 11.5px; padding: 4px 10px; border-radius: 6px; letter-spacing: .02em; }
.firma-featured.big { top: 16px; left: 16px; font-size: 13px; padding: 6px 12px; }
.firma-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.firma-cat { font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--brand); font-weight: 800; }
.firma-body h3 { font-family: var(--serif); font-size: 19px; }
.firma-city { font-size: 13px; color: var(--ink-soft); }
.firma-city.big { font-size: 15px; margin: 4px 0 0; }
.firma-body p { font-size: 14px; color: var(--ink-soft); margin: 4px 0 0; }
.firma-cta { margin-top: 34px; padding: 24px 28px; border-radius: var(--radius); background: var(--ink-deep); color: #fff; display: flex; flex-direction: column; gap: 6px; }
.firma-cta strong { font-family: var(--serif); font-size: 20px; }
.firma-cta span { color: rgba(255,255,255,.8); font-size: 15px; }
.firma-cta a { color: #fff; text-decoration: underline; }

.firma-detail { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.firma-detail-media { position: relative; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); box-shadow: var(--shadow); }
.firma-detail-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.firma-detail-media .media-fallback { background: linear-gradient(135deg, #444, #777); }
.firma-detail-body h1 { font-family: var(--serif); font-size: 32px; margin: 6px 0 4px; }
.firma-desc { font-size: 16px; line-height: 1.7; margin: 14px 0; }
.firma-kv { margin: 18px 0; display: flex; flex-direction: column; gap: 12px; }
.firma-kv > div { display: flex; flex-direction: column; gap: 2px; }
.firma-kv dt { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-soft); font-weight: 700; }
.firma-kv dd { margin: 0; font-size: 16px; font-weight: 500; }
.firma-kv a:hover { color: var(--brand); }

/* Form yardımcıları */
.form-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.form-row label { margin-bottom: 0; }
.form-hint { font-size: 13px; color: var(--ink-soft); margin: -4px 0 14px; }
.form-sep { border: none; border-top: 1px solid var(--line); margin: 26px 0 20px; }
.form-subhead { font-family: var(--serif); font-size: 20px; margin-bottom: 14px; }
.panel-subhead { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.panel-subhead h2 { margin: 0; padding: 0; border: none; }

@media (max-width: 940px) {
  .country-grid { grid-template-columns: 1fr 1fr; }
  .firma-grid { grid-template-columns: 1fr 1fr; }
  .firma-detail { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .country-grid { grid-template-columns: 1fr; }
  .firma-grid { grid-template-columns: 1fr; }
}

/* ---------- Son Dakika bandı ---------- */
.breaking-bar { display: flex; align-items: stretch; background: var(--ink-deep); color: #fff; overflow: hidden; }
.breaking-label { display: flex; align-items: center; gap: 7px; background: var(--brand); color: #fff; font-weight: 800; font-size: 12.5px; letter-spacing: .04em; padding: 10px 16px; white-space: nowrap; flex: 0 0 auto; }
.breaking-label .live-dot { background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
.breaking-track-wrap { overflow: hidden; flex: 1; position: relative; }
.breaking-track { display: inline-flex; align-items: center; gap: 0; white-space: nowrap; padding-left: 100%; animation: ticker 40s linear infinite; }
.breaking-bar:hover .breaking-track { animation-play-state: paused; }
.breaking-item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 4px; font-size: 14px; color: #fff; }
.breaking-item:hover .breaking-text { color: #ffd9dd; text-decoration: underline; }
.breaking-loc { display: inline-block; background: rgba(255,255,255,.16); color: #fff; font-weight: 700; font-size: 12px; letter-spacing: .01em; padding: 2px 9px; border-radius: 999px; white-space: nowrap; }
.breaking-text { color: #fff; }
.breaking-sep { color: var(--brand); padding: 0 12px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Avatarlar (fotoğraflı) ---------- */
.avatar-sm { background-size: cover; background-position: center; overflow: hidden; text-decoration: none; }
.avatar { background-size: cover; background-position: center; overflow: hidden; }
.card-author:hover { color: var(--brand); }
.post-meta { text-decoration: none; }

/* Yazar kutusu (haber altı) */
.author-box { display: flex; gap: 16px; align-items: center; margin: 30px 0 10px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-soft); }
.author-box:hover { box-shadow: var(--shadow); }
.author-box-avatar { flex: 0 0 auto; width: 60px; height: 60px; border-radius: 50%; background: var(--brand); background-size: cover; background-position: center; color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 24px; font-family: var(--serif); }
.author-box-info { display: flex; flex-direction: column; gap: 3px; }
.author-box-info strong { font-size: 17px; }
.author-box-title { font-size: 13px; color: var(--brand); font-weight: 600; }
.author-box-bio { font-size: 14px; color: var(--ink-soft); }

/* Yazarlar listesi */
.authors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.author-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 18px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; transition: box-shadow .18s, transform .18s; }
.author-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.author-avatar { width: 76px; height: 76px; border-radius: 50%; background: var(--brand); background-size: cover; background-position: center; color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 30px; font-family: var(--serif); margin-bottom: 6px; }
.author-card strong { font-size: 17px; }
.author-title { font-size: 13px; color: var(--brand); font-weight: 600; }
.author-count { font-size: 13px; color: var(--ink-soft); }

.author-hero { display: flex; gap: 22px; align-items: center; padding: 8px 0 24px; margin-bottom: 6px; border-bottom: 1px solid var(--line); }
.author-hero-avatar { flex: 0 0 auto; width: 96px; height: 96px; border-radius: 50%; background: var(--brand); background-size: cover; background-position: center; color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 40px; font-family: var(--serif); }
.author-hero h1 { font-family: var(--serif); font-size: 30px; }
.author-hero-title { color: var(--brand); font-weight: 600; margin: 4px 0; }
.author-hero-bio { color: var(--ink-soft); margin: 0; max-width: 560px; }
.profil-preview { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }

/* ---------- Anket ---------- */
.home-poll { margin-bottom: 46px; }
.poll { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; background: var(--bg); }
.poll-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .1em; color: var(--brand); }
.poll-head h3 { font-family: var(--serif); font-size: 22px; margin: 8px 0 16px; }
.poll-form { display: flex; flex-direction: column; gap: 10px; }
.poll-option { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font-weight: 500; cursor: pointer; transition: border-color .15s, background .15s; margin: 0; }
.poll-option:hover { border-color: var(--brand); background: #fdeef0; }
.poll-option input { width: auto; margin: 0; }
.poll-actions { display: flex; align-items: center; gap: 14px; margin-top: 6px; }
.poll-link { font-weight: 600; font-size: 14px; color: var(--ink-soft); }
.poll-link:hover { color: var(--brand); }
.poll-results { display: flex; flex-direction: column; gap: 12px; }
.poll-result-top { display: flex; justify-content: space-between; font-size: 14.5px; font-weight: 600; margin-bottom: 5px; }
.poll-bar { height: 10px; border-radius: 999px; background: var(--bg-soft); overflow: hidden; }
.poll-bar span { display: block; height: 100%; background: var(--brand); border-radius: 999px; }
.poll-total { font-size: 13px; color: var(--ink-soft); margin: 4px 0 0; }
.polls-list { display: flex; flex-direction: column; gap: 20px; }
.poll-wrap { position: relative; }
.poll-wrap.active .poll { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(225,29,46,.08); }
.poll-badge { display: inline-block; background: var(--brand); color: #fff; font-size: 11.5px; font-weight: 800; padding: 3px 10px; border-radius: 999px; margin-bottom: 10px; }
.panel-head-actions { display: flex; gap: 10px; }

@media (max-width: 820px) {
  .authors-grid { grid-template-columns: 1fr 1fr; }
  .author-hero { flex-direction: column; text-align: center; }
}

/* ---------- Çerez bandı ---------- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200; max-width: 720px; margin: 0 auto; background: var(--ink-deep); color: #fff; border-radius: 14px; padding: 16px 20px; box-shadow: 0 10px 40px rgba(0,0,0,.25); display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: 14px; color: rgba(255,255,255,.9); flex: 1; min-width: 220px; }
.cookie-banner a { color: #fff; text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.cookie-actions .btn-ghost:hover { background: rgba(255,255,255,.12); }

/* ---------- Yetki / Değerlendirme ---------- */
.perm-note { background: #fff7e6; border: 1px solid #f3dfa8; color: #7a5b00; padding: 12px 16px; border-radius: 10px; font-size: 14px; margin-bottom: 22px; }
.switch-cell { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; font-size: 13px; margin: 0; white-space: nowrap; }
.switch-cell input { width: auto; margin: 0; }
.perm-form { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 0; }
/* Ekip yönetimi kartları */
.team-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 14px; }
.tm-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.eval-avatar.sm { width: 40px; height: 40px; font-size: 17px; }
.tm-id { display: flex; flex-direction: column; margin-right: auto; }
.tm-perms { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 0 0 12px; padding: 12px; background: var(--bg-soft); border-radius: 10px; }
.tm-perms label { display: inline-flex; align-items: center; gap: 6px; margin: 0; font-weight: 500; font-size: 14px; white-space: nowrap; }
.tm-perms input { width: auto; margin: 0; }
.tm-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tm-actions form { margin: 0; }
.tm-rank { display: flex; align-items: center; gap: 8px; }
.tm-rank label { margin: 0; font-weight: 500; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.tm-rank select { width: auto; margin: 0; }
.team-add { margin-top: 18px; border: 1px dashed var(--line); border-radius: var(--radius); padding: 8px 18px; }
.team-add summary { cursor: pointer; font-weight: 600; padding: 8px 0; }
.team-add form { padding: 10px 0 16px; }
.eval-badge { display: inline-block; background: var(--ink-deep); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.eval-list { display: flex; flex-direction: column; gap: 14px; margin: 18px 0 30px; }
.eval-card { display: flex; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.eval-rank-no { font-size: 22px; font-weight: 800; min-width: 44px; text-align: center; color: var(--ink-soft); }
.eval-avatar { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%; background: var(--brand); background-size: cover; background-position: center; color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 22px; font-family: var(--serif); }
.eval-body { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.eval-top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.eval-top strong { font-size: 17px; }
.eval-stats { font-size: 14px; color: var(--ink-soft); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.eval-points strong { color: var(--brand); }
.eval-progress-wrap { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.eval-progress { flex: 1; min-width: 140px; height: 8px; border-radius: 999px; background: var(--bg-soft); overflow: hidden; }
.eval-progress span { display: block; height: 100%; background: var(--brand); border-radius: 999px; }
.eval-next { font-size: 12.5px; color: var(--ink-soft); }
.eval-top-article { font-size: 13px; color: var(--ink-soft); }
.eval-top-article a:hover { color: var(--brand); }
.eval-ladder { border-top: 1px solid var(--line); padding-top: 18px; }
.eval-ladder h3 { font-size: 16px; margin-bottom: 10px; }
.eval-ladder ul { margin: 0; padding-left: 18px; color: var(--ink-soft); font-size: 14px; line-height: 1.9; }
.author-hero-rank { margin: 6px 0; }

/* ---------- İletişim formu ---------- */
.contact-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: start; }
.contact-form-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.contact-form-box h2 { font-family: var(--serif); font-size: 22px; margin-bottom: 16px; }
.contact-aside { display: flex; flex-direction: column; gap: 18px; }
.social-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.social-box h3 { font-size: 16px; margin-bottom: 12px; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-links .soc { padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 14px; color: #fff; }

/* Sosyal marka renkleri */
.soc.fb { background: #1877f2; } .soc.x { background: #111; } .soc.ig { background: #d6249f; }
.soc.yt { background: #ff0000; } .soc.tg { background: #229ed9; } .soc.wa { background: #25d366; }
.soc:hover { opacity: .9; }

/* Footer sosyal ikonlar */
.footer-social { display: flex; gap: 8px; margin-top: 12px; }
.footer-social .soc { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 800; }

/* ---------- Haber paylaşım butonları ---------- */
.share { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 26px 0 4px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.share-label { font-weight: 700; font-size: 14px; margin-right: 4px; }
.share-btn { border: none; cursor: pointer; font: inherit; font-weight: 600; font-size: 13.5px; padding: 8px 14px; border-radius: 999px; color: #fff; }
.share-btn.fb { background: #1877f2; } .share-btn.x { background: #111; } .share-btn.wa { background: #25d366; } .share-btn.tg { background: #229ed9; }
.share-btn.copy { background: var(--bg-soft); color: var(--ink); border: 1px solid var(--line); }
.share-btn:hover { opacity: .9; }
.share-btn.copy:hover { background: #eceef1; }

.mod-card.unread { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(225,29,46,.08); }

@media (max-width: 820px) { .contact-layout { grid-template-columns: 1fr; } }

/* ---------- İlan Panosu ---------- */
.ilan-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.ilan-list { display: flex; flex-direction: column; gap: 12px; }
.ilan-card { display: flex; gap: 16px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; transition: box-shadow .18s, transform .18s; }
.ilan-card:hover { box-shadow: var(--shadow); transform: translateX(3px); }
.ilan-thumb { flex: 0 0 auto; width: 90px; height: 70px; border-radius: 10px; overflow: hidden; background: var(--bg-soft); position: relative; }
.ilan-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ilan-body { flex: 1; min-width: 0; }
.ilan-top { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.ilan-cat { font-size: 11.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--brand); font-weight: 800; }
.ilan-featured { background: #f5b301; color: #1a1400; font-weight: 800; font-size: 11px; padding: 3px 8px; border-radius: 6px; }
.ilan-body h3 { font-family: var(--serif); font-size: 19px; }
.ilan-meta { display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--ink-soft); margin-top: 4px; flex-wrap: wrap; }
.ilan-meta.big { font-size: 15px; gap: 18px; margin-top: 8px; }
.ilan-price { color: var(--gezi); font-weight: 700; }
.ilan-detail { max-width: 760px; margin: 0 auto; }
.ilan-detail-head h1 { font-family: var(--serif); font-size: 30px; margin: 10px 0 4px; }
.ilan-detail-image { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); margin: 18px 0; }
.ilan-detail-body { font-size: 17px; line-height: 1.8; }
.ilan-detail-body p { margin: 0 0 14px; }
.ilan-contact { margin: 22px 0; padding: 18px 22px; background: var(--bg-soft); border-radius: var(--radius); }
.ilan-contact h3 { font-size: 16px; margin-bottom: 10px; }
.ilan-contact p { margin: 4px 0; }

/* ---------- Etkinlik Takvimi ---------- */
.event-list { display: flex; flex-direction: column; gap: 12px; }
.event-card { display: flex; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px; transition: box-shadow .18s, transform .18s; }
.event-card:hover { box-shadow: var(--shadow); transform: translateX(3px); }
.event-date { flex: 0 0 auto; width: 68px; text-align: center; background: var(--brand); color: #fff; border-radius: 12px; padding: 8px 0; display: flex; flex-direction: column; line-height: 1.1; }
.event-day { font-size: 24px; font-weight: 800; font-family: var(--serif); }
.event-mon { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.event-year { font-size: 11px; opacity: .8; }
.event-body { flex: 1; min-width: 0; }
.event-body h3 { font-family: var(--serif); font-size: 19px; margin-top: 2px; }

/* ---------- Yaşam Rehberi ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guide-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; display: flex; flex-direction: column; gap: 8px; transition: box-shadow .18s, transform .18s; }
.guide-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.guide-card h3 { font-family: var(--serif); font-size: 20px; line-height: 1.25; }
.guide-card p { color: var(--ink-soft); font-size: 14.5px; margin: 0; flex: 1; }
.guide-more { font-weight: 700; font-size: 14px; color: var(--brand); }
@media (max-width: 720px) { .guide-grid { grid-template-columns: 1fr; } }

/* ---------- Emoji tepki ---------- */
.reactions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 24px 0 4px; }
.react-label { font-weight: 700; font-size: 14px; }
.react-form { margin: 0; }
.react-btn { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); background: #fff; cursor: pointer; padding: 6px 12px; border-radius: 999px; font: inherit; transition: border-color .15s, background .15s; }
.react-btn:hover { border-color: var(--brand); background: #fdeef0; }
.react-emo { font-size: 18px; line-height: 1; }
.react-count { font-size: 13px; font-weight: 700; color: var(--ink-soft); }

/* ---------- Yorumlar ---------- */
.comments { max-width: 760px; margin: 10px auto 0; }
.comments-title { font-family: var(--serif); font-size: 22px; margin-bottom: 16px; }
.comment-form { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 22px; background: var(--bg-soft); }
.comment-form .form-hint { display: inline-block; margin-left: 10px; }
.comment-list { display: flex; flex-direction: column; gap: 16px; }
.comment { display: flex; gap: 12px; }
.comment-avatar { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 800; font-family: var(--serif); }
.comment-body { flex: 1; }
.comment-meta { font-size: 13px; color: var(--ink-soft); margin-bottom: 2px; }
.comment-body p { margin: 0; }

/* ---------- Ekip panosu / notlar ---------- */
.team-note-form { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 16px; }
.team-note-form textarea { margin: 0; flex: 1; }
.note-list { display: flex; flex-direction: column; gap: 10px; }
.note-item { border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; background: var(--bg-soft); }
.note-top { display: flex; gap: 8px; align-items: baseline; margin-bottom: 4px; }
.note-item p { margin: 0 0 8px; }
.note-item form { margin: 0; }

/* ---------- Error ---------- */
.error-box { text-align: center; padding: 80px 20px; }
.error-box h1 { font-family: var(--serif); font-size: 46px; margin-bottom: 10px; }
.error-box p { color: var(--ink-soft); margin-bottom: 22px; }

/* ---------- Kurumsal sayfa bileşenleri ---------- */
.prose-page.narrow { max-width: 620px; }
.alert-note { background: #fff7e6; color: #7a5b00; border: 1px solid #f3dfa8; padding: 14px 16px; border-radius: 10px; font-size: 14px; margin-bottom: 20px; }

.ad-options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 8px 0 10px; }
.ad-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.ad-icon { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--bg-soft); color: var(--brand); font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.ad-card h3 { font-family: var(--serif); font-size: 19px; margin-bottom: 8px; }
.ad-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }

.subscribe-form, .footer-sub-form { display: flex; gap: 10px; align-items: stretch; }
.subscribe-form input, .footer-sub-form input { margin: 0; }
.footer-sub-form input { flex: 1 1 auto; min-width: 0; }
.footer-sub-form button { flex: 0 0 auto; white-space: nowrap; }
.subscribe-form { max-width: 460px; }

.support-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 8px 0; }
.support-card { border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.support-card h3 { font-size: 17px; margin-bottom: 6px; }
.support-card p { font-size: 14px; color: var(--ink-soft); margin: 0 0 8px; }
.support-card .ph { font-size: 13px; color: var(--ink-soft); font-style: italic; }

.contact-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.contact-link { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; display: flex; flex-direction: column; gap: 3px; transition: box-shadow .18s, transform .18s; }
.contact-link:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.contact-link strong { font-size: 16px; }
.contact-link span { font-size: 13px; color: var(--ink-soft); }

.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hub-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 5px; transition: box-shadow .18s, transform .18s; }
.hub-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.hub-card strong { font-family: var(--serif); font-size: 19px; }
.hub-card span { font-size: 14px; color: var(--ink-soft); }

.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.sitemap-col h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-soft); margin: 18px 0 10px; }
.sitemap-col ul { list-style: none; margin: 0; padding: 0; }
.sitemap-col li { padding: 4px 0; }
.sitemap-col ul ul { padding-left: 16px; margin: 4px 0; border-left: 2px solid var(--line); }
.sitemap-col a:hover { color: var(--brand); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-soft); margin-top: 46px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 34px 22px 10px; align-items: center; }
.footer-brand { display: flex; align-items: flex-start; gap: 12px; }
.footer-brand > .brand-mark { flex: 0 0 auto; }
.footer-brand > div > strong { display: block; line-height: 36px; }
.footer-brand p { margin: 4px 0 0; font-size: 14px; color: var(--ink-soft); max-width: 320px; }
.footer-newsletter { justify-self: end; max-width: 420px; width: 100%; }
.footer-newsletter strong { font-family: var(--serif); font-size: 18px; }
.footer-newsletter p { margin: 4px 0 10px; font-size: 14px; color: var(--ink-soft); }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 24px 22px; border-top: 1px solid var(--line); }
.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink); margin: 0 0 4px; }
.footer-col a { color: var(--ink-soft); font-size: 14px; }
.footer-col a:hover { color: var(--brand); }
.footer-bottom { border-top: 1px solid var(--line); background: #eef0f3; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 22px; flex-wrap: wrap; }
.footer-copy { font-size: 13px; color: var(--ink-soft); margin: 0; }
.footer-legal { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-legal a { color: var(--ink-soft); font-size: 13px; }
.footer-legal a:hover { color: var(--brand); }
@media (max-width: 820px) {
  .ad-options, .support-options, .contact-links, .hub-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-newsletter { justify-self: start; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 500px) {
  .footer-cols { grid-template-columns: 1fr; }
  .subscribe-form, .footer-sub-form { flex-direction: column; }
}

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; }
  .hero-main { min-height: 360px; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .live-grid { grid-template-columns: 1fr 1fr; }
  .community-teaser-inner { grid-template-columns: 1fr; }
  .community-layout { grid-template-columns: 1fr; }
  .community-form-box { position: static; }
}
@media (max-width: 640px) {
  .grid { grid-template-columns: 1fr; }
  .live-grid { grid-template-columns: 1fr; }
  .community-teaser-list { grid-template-columns: 1fr; }
  .header-inner { height: auto; flex-wrap: wrap; padding: 10px 0; gap: 10px; }
  .main-nav { order: 3; width: 100%; margin: 0; overflow: visible; flex-wrap: wrap; }
  .nav-menu { position: static; box-shadow: none; border: none; padding: 4px 0 4px 14px; min-width: 0; }
  .nav-drop.open .nav-menu { display: flex; }
  .hero-overlay h1 { font-size: 26px; }
  .post-hero-overlay h1 { font-size: 28px; }
  .post-body { font-size: 17px; }
  .page-head h1 { font-size: 30px; }
  .community-teaser { padding: 28px; }
}

/* --- Yorum bildir + moderasyon --- */
.comment-notice { background: var(--bg-soft); border-left: 3px solid var(--brand); padding: 10px 14px; border-radius: 8px; margin: 10px 0 16px; font-size: 14px; }
.comment-report { margin-top: 6px; }
.report-btn { background: none; border: none; color: var(--ink-soft); font-size: 12px; cursor: pointer; padding: 2px 0; }
.report-btn:hover { color: var(--brand); }
.mod-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; background: var(--bg-soft); border-radius: 12px; padding: 12px 16px; margin-bottom: 14px; }
.badge-on { color: #0a7d33; font-weight: 700; font-size: 13px; }
.badge-off { color: var(--ink-soft); font-weight: 600; font-size: 13px; }
.mod-banned { border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; margin-bottom: 14px; }
.banned-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.banned-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--bg-soft); border-radius: 999px; padding: 4px 10px; font-size: 13px; }
.banned-chip form { display: inline; margin: 0; }
.banned-chip button { background: none; border: none; color: var(--brand); cursor: pointer; font-weight: 700; padding: 0; }
.mod-badges { display: flex; gap: 6px; margin-bottom: 4px; }
.badge-pending { background: #b45309; color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.badge-report { background: var(--brand); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.mod-card.is-pending { border-left: 3px solid #b45309; }
.mod-card.is-reported { border-left: 3px solid var(--brand); }
.mod-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-light { background: var(--bg-soft); color: var(--ink); }

/* Giriş: beni hatırla + panel şifre sıfırla */
.remember-row { display: flex; flex-direction: row; align-items: center; gap: 8px; margin: 4px 0 4px; font-weight: 500; }
.remember-row input { width: auto; margin: 0; }
.tm-pass { display: inline-flex; gap: 6px; align-items: center; }
.tm-pass input { max-width: 160px; }

/* Profil: avatar renk paleti + fotoğraf kaldır */
.color-field { margin: 12px 0 6px; }
.color-palette { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; align-items: center; }
.color-palette .swatch { width: 30px; height: 30px; border-radius: 50%; cursor: pointer; position: relative; border: 2px solid transparent; box-shadow: 0 0 0 1px var(--line); }
.color-palette .swatch input { position: absolute; opacity: 0; inset: 0; cursor: pointer; margin: 0; }
.color-palette .swatch:has(input:checked) { border-color: #fff; box-shadow: 0 0 0 2px var(--ink); }
.color-palette .swatch-none { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; padding: 5px 12px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.color-palette .swatch-none input { width: auto; margin: 0; }
.remove-photo-row { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 14px; font-weight: 500; }
.remove-photo-row input { width: auto; margin: 0; }

/* ---------- Mobil hamburger menü ---------- */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 40px; border: 1px solid var(--line); background: var(--bg-soft); border-radius: 10px; cursor: pointer; padding: 0 11px; }
.nav-toggle-bar { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.site-header.nav-open .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .header-inner { flex-wrap: nowrap; gap: 10px; min-height: 58px; height: auto; align-items: center; }
  .brand { order: 1; }
  .nav-toggle { display: flex; order: 2; margin-left: auto; }
  .header-actions, .header-search { display: none; }
  /* Menü: header'ın altından tam genişlikte temiz açılır panel */
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch;
    gap: 2px; margin: 0; padding: 8px 14px 16px;
    background: #fff; border-top: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(0,0,0,.12);
    max-height: calc(100vh - 58px); overflow-y: auto; z-index: 60;
    flex-wrap: nowrap;
  }
  .site-header.nav-open .main-nav { display: flex; }
  .main-nav > a, .nav-drop-btn { width: 100%; text-align: left; font-size: 16px; padding: 13px 12px; border-radius: 8px; }
  .main-nav a.nav-live { justify-content: flex-start; }
  .nav-drop { width: 100%; position: static; }
  .nav-drop-btn { display: flex; justify-content: space-between; align-items: center; }
  .nav-menu { position: static; display: none; box-shadow: none; border: none; padding: 2px 0 8px 18px; min-width: 0; background: transparent; }
  .nav-drop.open > .nav-menu { display: flex; }
  .nav-drop:hover > .nav-menu { display: none; }
}

/* ---------- Mobil: kategori kartları yatay kaydırmalı ---------- */
@media (max-width: 640px) {
  /* Ajans haberleri de yatay kaydırmalı, daha derli toplu */
  .live-grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .live-grid::-webkit-scrollbar { display: none; }
  .live-grid > * { flex: 0 0 78%; scroll-snap-align: start; }

  /* Bölümleri sıkılaştır, başlıkları küçült */
  .cat-section { margin-bottom: 26px; }
  .section-head h2 { font-size: 20px; }
  .main-content { padding-left: 16px; padding-right: 16px; }
  .hero-main { min-height: 300px; }
}

/* ============ Mobil manşet slider ============ */
.mansetler { display: none; }
@media (max-width: 700px) {
  .hero { display: none; }
  .mansetler { display: block; margin: 4px 0 24px; }
  .manset-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 12px; scrollbar-width: none; }
  .manset-track::-webkit-scrollbar { display: none; }
  .manset-slide { position: relative; flex: 0 0 100%; scroll-snap-align: center; height: 340px; border-radius: 16px; overflow: hidden; display: block; background: var(--ink-deep); }
  .manset-slide .media-fallback { position: absolute; inset: 0; display: grid; place-items: center; }
  .manset-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .manset-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 16px 16px; background: linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.15) 72%, transparent); color: #fff; display: flex; flex-direction: column; gap: 8px; }
  .manset-overlay .ribbon { align-self: flex-start; }
  .manset-title { font-family: var(--serif); font-weight: 800; font-size: 22px; line-height: 1.22; color: #fff; }
  .manset-meta { font-size: 12.5px; color: rgba(255,255,255,.82); }
  .manset-dots { display: flex; justify-content: center; gap: 7px; margin-top: 12px; }
  .manset-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line); transition: background .2s, width .2s; }
  .manset-dot.active { background: var(--brand); width: 22px; border-radius: 4px; }
}

/* ============ Mobil kategori pill çubuğu ============ */
.cat-pills { display: none; }
@media (max-width: 900px) {
  .cat-pills { display: flex; gap: 8px; overflow-x: auto; padding: 10px 16px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); scrollbar-width: none; }
  .cat-pills::-webkit-scrollbar { display: none; }
  .cat-pills a { flex: 0 0 auto; padding: 7px 14px; border-radius: 999px; background: var(--bg-soft); color: var(--ink); font-size: 13.5px; font-weight: 600; white-space: nowrap; }
  .cat-pills a.active { background: var(--brand); color: #fff; }
}

/* ============ Mobil alt sabit menü ============ */
.bottom-nav { display: none; }
@media (max-width: 700px) {
  .bottom-nav { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -2px 12px rgba(0,0,0,.07); padding: 6px 4px calc(6px + env(safe-area-inset-bottom)); justify-content: space-around; }
  .bottom-nav a, .bottom-nav button { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 11px; color: var(--ink-soft); background: none; border: none; cursor: pointer; padding: 4px 0; font-weight: 600; font-family: inherit; }
  .bottom-nav a.active { color: var(--brand); }
  .bottom-nav .bn-ic { font-size: 20px; line-height: 1; }
  body { padding-bottom: 66px; }
  .cookie-banner, .cookie-consent { bottom: 74px !important; }
}

/* ---------- Bakım modu ---------- */
.maint-banner { background: #7f1d1d; color: #fff; text-align: center; font-size: 13.5px; font-weight: 600; padding: 9px 16px; }
.maint-banner a { color: #fff; text-decoration: underline; }
.maint-panel.is-on { border: 2px solid var(--brand); background: #fff6f6; }
.maint-toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.badge-warn { color: var(--brand); font-weight: 700; font-size: 13px; }

/* ---------- Yatay kaydırmalı bölüm (ana sayfa kategori) ---------- */
.grid-scroll { display: flex; overflow-x: auto; gap: 24px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 4px; }
.grid-scroll::-webkit-scrollbar { display: none; }
.grid-scroll > * { flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start; }
.section-head-right { display: flex; align-items: center; gap: 14px; }
.grid-arrows { display: flex; gap: 6px; }
.grid-arrow { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 20px; line-height: 1; color: var(--ink); display: grid; place-items: center; transition: background .15s, border-color .15s; }
.grid-arrow:hover { background: var(--bg-soft); border-color: var(--ink-soft); }
@media (max-width: 940px) { .grid-scroll > * { flex: 0 0 calc((100% - 16px) / 2); } }
@media (max-width: 700px) { .grid-arrows { display: none; } }
@media (max-width: 640px) { .grid-scroll { gap: 14px; } .grid-scroll > * { flex: 0 0 84%; } }

.post-views { white-space: nowrap; opacity: .92; }
