/* ============================================================
   NewU Ads — Editorial / Lux theme
   Fraunces (display serif) · Outfit (body) · IBM Plex Mono (figures)
   Ivory ground · ink text · wine accent · hairlines · whitespace
   ============================================================ */

:root {
  /* Palette — newu logosu: koyu lacivert gövde + mavi gradient yıldız.
     Fildişi editoryal zemin korunur; vurgu lacivert/mavi. */
  --ground: #f6f5f1;          /* cool ivory */
  --paper:  #fffefb;          /* card paper */
  --ink:    #16203a;          /* logo navy, near-black */
  --ink-soft: #5a6172;        /* muted body (bluish gray) */
  --ink-faint: #9aa0ad;       /* captions */
  --line:   #e4e3dc;          /* hairline */
  --line-strong: #d3d2c9;

  /* Accent system from the logo */
  --navy:      #1b2c54;       /* primary accent */
  --navy-deep: #131e3a;       /* logo body color, darkest */
  --star:      #2f4b8f;       /* gradient star mid */
  --star-light:#5b7fd6;       /* gradient star light */
  --navy-tint: #e9edf6;       /* navy wash */

  /* legacy var aliases (templates still reference --wine*) */
  --wine: var(--navy);
  --wine-deep: var(--navy-deep);
  --wine-tint: var(--navy-tint);

  --sage:   #2f7d5b;          /* positive */
  --rust:   #c0492e;          /* negative / spend */

  --sidebar-w: 256px;
  --radius: 5px;
  --shadow: 0 1px 2px rgba(19, 30, 58, .05);

  /* Bootstrap overrides */
  --bs-primary: #1b2c54;
  --bs-primary-rgb: 27, 44, 84;
  --bs-body-font-family: 'Outfit', system-ui, sans-serif;
}

* { box-sizing: border-box; }

html, body { margin: 0; }
body {
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  background-color: var(--ground);
  /* subtle paper grain via layered radial dots */
  background-image:
    radial-gradient(circle at 1px 1px, rgba(34,29,26,.025) 1px, transparent 0);
  background-size: 22px 22px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { text-decoration: none; color: inherit; }

/* Numerals: monospace + tabular wherever they line up */
.figure, .stat-value, table.data td, code {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

/* ── Layout ─────────────────────────────────────────────── */
.layout { display: flex; min-height: 100vh; }

.sidebar {
  width: var(--sidebar-w);
  background: var(--paper);
  border-right: 1px solid var(--line);
  position: fixed; inset: 0 auto 0 0;
  display: flex; flex-direction: column;
  z-index: 1030;
}
.sidebar .brand {
  padding: 24px 26px 20px;
  border-bottom: 1px solid var(--line);
}
.sidebar .brand .brand-logo {
  display: block;
  height: 30px; width: auto;
  margin-bottom: 9px;
}
.sidebar .brand .tag {
  display: block;
  font-size: .62rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ink-faint);
  padding-left: 2px;
}

.sidebar .nav-scroll { flex: 1; overflow-y: auto; padding: 18px 0; }
.sidebar .nav-header {
  padding: 18px 26px 8px;
  font-size: .64rem; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ink-faint);
}
.sidebar a.menu-link {
  display: flex; align-items: center; gap: 13px;
  padding: 9px 26px;
  color: var(--ink-soft);
  font-size: .92rem; font-weight: 400;
  position: relative;
  transition: color .15s ease;
}
.sidebar a.menu-link i { font-size: 1.05rem; width: 18px; text-align: center; opacity: .7; }
.sidebar a.menu-link:hover { color: var(--ink); }
.sidebar a.menu-link.active {
  color: var(--wine);
  font-weight: 500;
}
.sidebar a.menu-link.active::before {
  content: ""; position: absolute; left: 0; top: 6px; bottom: 6px;
  width: 3px; background: var(--wine);
}
.sidebar a.menu-link.active i { opacity: 1; }

.sidebar .sidebar-footer { padding: 18px 26px; border-top: 1px solid var(--line); }
.sidebar .sidebar-footer .menu-link { padding: 0; font-size: .9rem; }
.sidebar .sidebar-footer .menu-link:hover { color: var(--wine) !important; }

.content { flex: 1; margin-left: var(--sidebar-w); display: flex; flex-direction: column; min-width: 0; }

.topbar {
  height: 76px;
  background: transparent;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 38px;
  position: sticky; top: 0; z-index: 1020;
  backdrop-filter: blur(6px);
  background: color-mix(in srgb, var(--ground) 82%, transparent);
}
.topbar .page-title {
  font-family: 'Fraunces', serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.55rem;
  letter-spacing: -.015em;
  color: var(--ink);
}
.topbar .user-chip { display: flex; align-items: center; gap: 12px; }
.topbar .user-chip .who { font-size: .82rem; line-height: 1.2; }
.topbar .user-chip .who .role { color: var(--ink-faint); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.topbar .user-chip .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.05rem;
}

.page { padding: 38px; flex: 1; max-width: 1280px; width: 100%; }
@media (min-width: 1400px) { .page { padding: 44px 56px; } }

/* Page-load: staggered rise */
.page > * { animation: rise .5s cubic-bezier(.2,.7,.2,1) backwards; }
.page > *:nth-child(1) { animation-delay: .02s; }
.page > *:nth-child(2) { animation-delay: .08s; }
.page > *:nth-child(3) { animation-delay: .14s; }
.page > *:nth-child(4) { animation-delay: .20s; }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ── Section heading (editorial kicker) ─────────────────── */
.kicker {
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-faint); margin-bottom: 6px;
}

/* ── Cards ──────────────────────────────────────────────── */
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card-body { padding: 24px; }

/* Stat cards — editorial figure blocks, hairline-divided */
.stat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); overflow: hidden;
}
.stat-cell {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.stat-cell .stat-label {
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-faint); margin-bottom: 12px;
  display: flex; align-items: center; gap: 7px;
}
.stat-cell .stat-label i { font-size: .9rem; color: var(--wine); opacity: .8; }
.stat-cell .stat-value {
  font-size: 1.85rem; font-weight: 500; line-height: 1;
  letter-spacing: -.02em; color: var(--ink);
}
.stat-cell .stat-value .unit { font-size: .9rem; color: var(--ink-faint); margin-left: 3px; }

/* Old .stat-card fallback (keeps Bootstrap grid usage working) */
.stat-card { display: flex; align-items: center; gap: 16px; }
.stat-card .stat-icon {
  width: 46px; height: 46px; border-radius: var(--radius);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.2rem; background: var(--wine-tint); color: var(--wine);
}
.stat-card .stat-label { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); }
.stat-card .stat-value { font-size: 1.5rem; font-weight: 500; line-height: 1.1; letter-spacing: -.02em; }

/* ── Buttons ────────────────────────────────────────────── */
.btn { border-radius: var(--radius); font-weight: 500; font-family: 'Outfit', sans-serif; letter-spacing: .01em; }
.btn-primary { background: var(--wine); border-color: var(--wine); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background: var(--wine-deep); border-color: var(--wine-deep); color: #fff; }
.btn-outline-primary { color: var(--wine); border-color: var(--line-strong); }
.btn-outline-primary:hover { background: var(--wine); border-color: var(--wine); color: #fff; }
.btn-outline-secondary { color: var(--ink-soft); border-color: var(--line-strong); }
.btn-outline-secondary:hover { background: var(--ink); border-color: var(--ink); color: var(--ground); }
.btn-light { background: var(--ground); border-color: var(--line); color: var(--ink-soft); }
.btn-light:hover { background: var(--paper); border-color: var(--line-strong); color: var(--ink); }

/* ── Forms ──────────────────────────────────────────────── */
.form-control, .form-select {
  border-radius: var(--radius); border-color: var(--line-strong);
  background-color: var(--paper); color: var(--ink); font-family: 'Outfit', sans-serif;
}
.form-control:focus, .form-select:focus {
  border-color: var(--wine); box-shadow: 0 0 0 3px var(--wine-tint);
}
.form-label { font-size: .82rem; color: var(--ink-soft); font-weight: 500; }
label.form-label.small { letter-spacing: .04em; }

/* ── Tables ─────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: .9rem; }
table.data th {
  text-align: left; padding: 13px 16px;
  font-family: 'Outfit', sans-serif;
  font-size: .68rem; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink-faint); font-weight: 600;
  border-bottom: 1px solid var(--line-strong);
  white-space: nowrap;
}
table.data td {
  padding: 14px 16px; border-bottom: 1px solid var(--line);
  color: var(--ink-soft); vertical-align: middle;
}
table.data td strong { color: var(--ink); font-weight: 600; font-family: 'Outfit', sans-serif; }
table.data tbody tr { transition: background .12s ease; }
table.data tbody tr:hover { background: color-mix(in srgb, var(--wine-tint) 40%, transparent); }
table.data tbody tr:last-child td { border-bottom: none; }

code {
  background: var(--ground); padding: 2px 7px; border-radius: 3px;
  font-size: .82em; color: var(--wine-deep); border: 1px solid var(--line);
}

/* ── Badges ─────────────────────────────────────────────── */
.badge-soft {
  display: inline-block; padding: 3px 11px; border-radius: 2px;
  font-family: 'Outfit', sans-serif;
  font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.badge-soft.green { background: rgba(79,107,83,.13); color: var(--sage); }
.badge-soft.gray  { background: rgba(168,159,150,.18); color: var(--ink-soft); }
.badge-soft.blue  { background: var(--wine-tint); color: var(--wine); }
.badge-soft.red   { background: rgba(192,73,46,.12); color: var(--rust); }

/* ── Alerts ─────────────────────────────────────────────── */
.alert { border-radius: var(--radius); border: 1px solid transparent; font-size: .9rem; }
.alert-danger { background: #fbeae6; border-color: #f0cabd; color: #8a2f17; }
.alert-success { background: #eaf0ea; border-color: #cdddcf; color: #3a5840; }
.alert-warning { background: #f7efdd; border-color: #e8d6ad; color: #7a5a16; }

/* ── States ─────────────────────────────────────────────── */
.empty-state { text-align: center; padding: 64px 20px; color: var(--ink-faint); }
.empty-state i { font-size: 2rem; display: block; margin-bottom: 14px; opacity: .45; }
.empty-state::after {
  content: ""; display: block; width: 32px; height: 1px;
  background: var(--line-strong); margin: 18px auto 0;
}

/* ── Filter bar ─────────────────────────────────────────── */
.filter-bar {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: end;
  padding: 18px 20px; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--radius);
}
.filter-bar .form-control, .filter-bar .form-select { max-width: 220px; }

/* ── Login (editorial split) ────────────────────────────── */
.login-page {
  min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr;
  background: var(--ground);
}
.login-art {
  position: relative; overflow: hidden;
  background: var(--navy-deep);
  color: var(--ground);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 52px 56px;
}
.login-art::before {
  content: ""; position: absolute; inset: 0;
  /* logodaki mavi yıldız parıltısını yansıtan ışıma */
  background:
    radial-gradient(90% 60% at 85% 8%, rgba(91,127,214,.32), transparent 55%),
    radial-gradient(70% 50% at 10% 100%, rgba(0,0,0,.35), transparent 60%);
}
.login-art .art-badge {
  position: relative;
  align-self: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 16px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.login-art .art-badge img { display: block; height: 34px; width: auto; }
.login-art .art-headline {
  position: relative;
  font-family: 'Fraunces', serif; font-optical-sizing: auto;
  font-weight: 400; font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.08; letter-spacing: -.02em;
  max-width: 12ch;
}
.login-art .art-headline em { font-style: italic; }
.login-art .art-foot { position: relative; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; opacity: .8; }
.login-art .art-rule { position: relative; width: 56px; height: 1px; background: rgba(255,255,255,.4); margin-bottom: 18px; }

.login-form-wrap { display: flex; align-items: center; justify-content: center; padding: 40px; }
.login-card {
  width: 100%; max-width: 380px;
}
.login-card .kicker { margin-bottom: 10px; }
.login-card h1 {
  font-family: 'Fraunces', serif; font-optical-sizing: auto;
  font-weight: 500; font-size: 2rem; letter-spacing: -.02em;
  margin: 0 0 6px;
}
.login-card .sub { color: var(--ink-soft); font-size: .92rem; margin-bottom: 30px; }
.login-card .form-control { padding: 11px 14px; }
.login-card label.form-label { margin-bottom: 5px; }
.login-card .btn-primary { padding: 11px; letter-spacing: .04em; }

@media (max-width: 860px) {
  .login-page { grid-template-columns: 1fr; }
  .login-art { display: none; }
}

/* ── Responsive sidebar ─────────────────────────────────── */
@media (max-width: 991px) {
  .sidebar { transform: translateX(-100%); transition: transform .25s ease; box-shadow: 0 0 40px rgba(0,0,0,.12); }
  .sidebar.open { transform: translateX(0); }
  .content { margin-left: 0; }
  .topbar { padding: 0 20px; }
  .page { padding: 24px 20px; }
  .menu-toggle { display: inline-flex !important; }
}
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line-strong); color: var(--ink); }

/* Utility */
.text-primary { color: var(--wine) !important; }
.text-danger { color: var(--rust) !important; }
.up { color: var(--sage); } .down { color: var(--rust); }
hr { border-color: var(--line); opacity: 1; }

/* ── Audience / Kitle analizi ───────────────────────────── */
.tabs {
  display: flex; gap: 4px; border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.tabs a {
  padding: 11px 18px; font-size: .9rem; color: var(--ink-soft);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color .15s ease;
}
.tabs a:hover { color: var(--ink); }
.tabs a.active { color: var(--navy); border-bottom-color: var(--navy); font-weight: 500; }

.section-title {
  font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.2rem;
  letter-spacing: -.01em; color: var(--ink); margin: 0 0 4px;
}
.section-sub { color: var(--ink-faint); font-size: .85rem; margin-bottom: 18px; }

/* Distribution bars */
.dist { display: flex; flex-direction: column; gap: 14px; }
.dist-row { display: grid; grid-template-columns: 110px 1fr 56px; align-items: center; gap: 14px; }
.dist-row .dist-label { font-size: .88rem; color: var(--ink); }
.dist-row .dist-track { height: 9px; background: var(--ground); border-radius: 99px; overflow: hidden; }
.dist-row .dist-fill {
  height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, var(--star), var(--navy));
  animation: grow .7s cubic-bezier(.2,.8,.2,1) backwards;
}
@keyframes grow { from { width: 0 !important; } }
.dist-row .dist-pct {
  font-family: 'IBM Plex Mono', monospace; font-variant-numeric: tabular-nums;
  font-size: .85rem; color: var(--ink-soft); text-align: right;
}
.dist-row.is-top .dist-label { font-weight: 600; }
.dist-row.is-top .dist-pct { color: var(--navy); font-weight: 600; }

/* Highlight chip (en kalabalık grup vb.) */
.highlight {
  display: inline-flex; align-items: baseline; gap: 8px;
  padding: 14px 18px; background: var(--navy-tint);
  border-radius: var(--radius); border: 1px solid var(--line);
}
.highlight .h-value {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.5rem;
  color: var(--navy); letter-spacing: -.01em;
}
.highlight .h-label { font-size: .8rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .1em; }

/* Hourly heatmap */
.hourly { display: grid; grid-template-columns: repeat(24, 1fr); gap: 4px; }
.hourly .hcell {
  aspect-ratio: 1; border-radius: 3px; background: var(--ground);
  display: flex; align-items: end; justify-content: center;
  font-size: .55rem; color: var(--ink-faint); padding-bottom: 2px;
  position: relative;
}
.hourly .hcell.low  { background: var(--navy-tint); }
.hourly .hcell.mid  { background: var(--star-light); color: #fff; }
.hourly .hcell.high { background: var(--navy); color: #fff; }
.hourly .hcell.peak { outline: 2px solid var(--star); outline-offset: 1px; }
.hourly-legend { display: flex; gap: 16px; margin-top: 14px; font-size: .76rem; color: var(--ink-soft); }
.hourly-legend span { display: inline-flex; align-items: center; gap: 6px; }
.hourly-legend i { width: 12px; height: 12px; border-radius: 2px; display: inline-block; }

/* AI tip cards */
.tip {
  display: flex; gap: 14px; padding: 18px 20px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); margin-bottom: 12px;
}
.tip .tip-icon {
  flex: none; width: 40px; height: 40px; border-radius: var(--radius);
  background: var(--navy-tint); color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.tip .tip-title { font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.tip .tip-text { font-size: .9rem; color: var(--ink-soft); line-height: 1.5; }
.tip .tip-action {
  display: inline-block; margin-top: 8px; font-size: .74rem;
  padding: 3px 10px; border-radius: 99px; background: var(--ground);
  color: var(--navy); border: 1px solid var(--line); letter-spacing: .03em;
}
.tip.tip-ai { border-color: var(--star-light); background: linear-gradient(180deg, var(--navy-tint), var(--paper)); }

/* ── Aylık Plan ─────────────────────────────────────────── */
/* Özet kartları (PDF "Aylık özet") */
.plan-summary {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px;
}
.plan-sum-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: var(--shadow);
}
.plan-sum-num {
  font-family: 'Fraunces', serif; font-size: 2.4rem; line-height: 1; color: var(--navy); font-weight: 600;
}
.plan-sum-title {
  font-family: 'Fraunces', serif; font-size: 1.5rem; line-height: 1.1; color: var(--navy); font-weight: 600;
}
.plan-sum-cap {
  margin-top: 6px; font-size: .68rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--star);
}
.plan-sum-sub { margin-top: 8px; font-size: .86rem; color: var(--ink-soft); line-height: 1.45; }

/* İçerik takvimi */
.plan-cal-legend { display: flex; gap: 18px; margin-bottom: 12px; font-size: .8rem; color: var(--ink-soft); }
.plan-cal-legend .dot { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 5px; vertical-align: middle; }
.plan-cal-legend .dot.blue { background: var(--navy); }
.plan-cal-legend .dot.red { background: var(--rust); }
.plan-cal { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.plan-cal-head, .plan-cal-row { display: grid; grid-template-columns: repeat(7, 1fr); }
.plan-cal-head > div {
  padding: 8px 6px; font-size: .66rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-faint); text-align: center; background: var(--ground);
  border-bottom: 1px solid var(--line);
}
.plan-cal-cell {
  min-height: 72px; padding: 6px 7px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.plan-cal-row > .plan-cal-cell:last-child { border-right: none; }
.plan-cal-cell.muted { background: var(--ground); color: var(--ink-faint); }
.plan-cal-cell .d { font-size: .82rem; font-weight: 600; color: var(--ink); }
.plan-cal-cell .d .mo { font-size: .62rem; color: var(--ink-faint); font-weight: 500; }
.plan-cal-cell .evt {
  margin-top: 4px; padding: 3px 6px; border-radius: 3px; font-size: .68rem; font-weight: 600;
  color: #fff; line-height: 1.2;
}
.plan-cal-cell .evt.blue { background: var(--navy); }
.plan-cal-cell .evt.red { background: var(--rust); }

/* Reels detay kartları */
.plan-reel-no {
  font-family: 'Fraunces', serif; color: var(--star); font-weight: 600; margin-right: 8px; font-size: 1.05rem;
}
.plan-reel-title { font-weight: 600; color: var(--ink); }
.plan-field-label {
  font-size: .66rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: var(--star); margin-bottom: 3px;
}
.plan-hook { font-style: italic; color: var(--navy); }
.plan-script { white-space: pre-wrap; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.plan-reel-meta {
  display: flex; flex-wrap: wrap; gap: 18px; padding-top: 10px; border-top: 1px solid var(--line);
  font-size: .82rem; color: var(--ink-soft);
}

/* Reklam: hedef kitle chip'leri */
.plan-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.plan-chip {
  display: inline-block; padding: 5px 12px; border: 1px solid var(--line); border-radius: 3px;
  background: var(--ground); font-size: .82rem; color: var(--ink);
}

/* Süreç akışı */
.plan-flow { display: flex; align-items: stretch; flex-wrap: wrap; gap: 6px; }
.plan-flow-step {
  flex: 1 1 140px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 16px; text-align: center;
}
.plan-flow-step .n { font-size: .66rem; letter-spacing: .08em; color: var(--ink-faint); font-weight: 600; }
.plan-flow-step .t { font-family: 'Fraunces', serif; color: var(--navy); font-size: 1.05rem; margin-top: 4px; }
.plan-flow-arrow { display: flex; align-items: center; color: var(--ink-faint); font-size: 1.2rem; }

/* Form: reels satır blokları */
.plan-reel-row {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; margin-bottom: 12px;
  background: var(--ground);
}

/* Onay durumu özet barı (mobil başlık) */
.plan-status-bar {
  display: flex; flex-wrap: wrap; gap: 22px; align-items: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 20px; box-shadow: var(--shadow);
}
.plan-status-bar .psb-item { display: flex; align-items: center; gap: 10px; }
.plan-status-bar .psb-item > i { font-size: 1.3rem; }
.plan-status-bar .psb-item .n { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 600; color: var(--ink); line-height: 1; }
.plan-status-bar .psb-item .l { font-size: .74rem; color: var(--ink-soft); }
.plan-status-bar .up { color: var(--sage); font-size: .8rem; font-weight: 600; }

/* İçerik medya önizleme */
.plan-reel-media {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius);
  border: 1px solid var(--line); display: block;
}
.plan-reel-media.placeholder {
  display: flex; align-items: center; justify-content: center; background: var(--ground);
  color: var(--ink-faint); font-size: 2rem;
}
.plan-reel-views { font-size: .9rem; color: var(--ink-soft); }
.plan-reel-views .up { color: var(--sage); font-weight: 600; margin-left: 6px; }
.plan-revision-note {
  background: rgba(192,73,46,.07); border: 1px solid rgba(192,73,46,.2); border-radius: var(--radius);
  padding: 10px 12px; font-size: .88rem; color: var(--ink);
}
