/* ═══════════════════════════════════════════════════════════════
   Ana stil dosyası — v2
   Tasarım dili: "Editoryal Dosya" — her kayıt, incelenmiş bir künye
   kartı olarak sunulur. Açık tema, kurumsal-minimal, matte.
   Görünür aksan --accent değişkeninden sürülür; her kurulum panelden
   kendi rengini alabilir (footprint izolasyonu).
   ═══════════════════════════════════════════════════════════════ */

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

:root {
  --ink:        #34384d;
  --ink-2:      #4a4e69;
  --plum:       #502f4c;
  --violet:     #6d597a;
  --mvio:       #70587c;
  --brick:      #723d46;
  --petrol:     #005f73;
  --clay:       #e76f51;
  --mauve:      #9a8c98;

  /* Görünür aksan — panelden override edilebilir */
  --accent:      #e76f51;
  --accent-deep: #c9522f;
  --accent-tint: rgba(231,111,81,.10);
  --accent-line: rgba(231,111,81,.30);

  --canvas:     #f4f2ef;
  --surface:    #ffffff;
  --surface-2:  #faf8f5;
  --surface-3:  #f0ede8;

  --line:       rgba(52,56,77,.14);
  --line-soft:  rgba(52,56,77,.07);
  --line-hard:  rgba(52,56,77,.24);

  --petrol-tint: rgba(0,95,115,.07);
  --violet-tint: rgba(109,89,122,.09);
  --mauve-tint:  rgba(154,140,152,.14);

  --ok:      #2f7d5f;
  --ok-tint: rgba(47,125,95,.10);

  --r-xs: 3px;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;

  --shadow-xs: 0 1px 2px rgba(52,56,77,.05);
  --shadow-sm: 0 2px 6px rgba(52,56,77,.06);
  --shadow-md: 0 10px 30px rgba(52,56,77,.10);
  --shadow-lg: 0 22px 54px rgba(52,56,77,.15);

  --wrap: 1200px;

  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --font-data:    'JetBrains Mono', ui-monospace, 'SFMono-Regular', monospace;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background:
    radial-gradient(1200px 480px at 80% -8%, var(--accent-tint), transparent 60%),
    var(--canvas);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: var(--r-xs); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  line-height: 1.18;
  letter-spacing: -.024em;
  color: var(--ink);
}

.mono {
  font-family: var(--font-data);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.body,
.wrap,
.header-inner,
.home-hero-inner,
.page-head-inner,
.dossier-inner,
.footer-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.body { padding-top: 40px; padding-bottom: 60px; }

/* ══ ÜST ŞERİT ══ */
.utility {
  background: linear-gradient(90deg, var(--plum), var(--brick));
  color: rgba(255,255,255,.84);
}
.utility-inner {
  max-width: var(--wrap); margin: 0 auto;
  padding: 0 24px; height: 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.utility .mono { font-size: 10.5px; }
.utility-left  { display: flex; align-items: center; gap: 14px; min-width: 0; }
.utility-right { display: flex; align-items: center; gap: 8px; flex: none; }
.u-badge {
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 100px;
  padding: 1px 7px; color: #fff; font-weight: 600;
}
.u-sep { width: 1px; height: 12px; background: rgba(255,255,255,.24); flex: none; }
.u-hide { display: inline; }
@media (max-width: 640px) { .u-hide { display: none; } }
.beacon {
  width: 7px; height: 7px; border-radius: 50%;
  background: #86e0cc; flex: none;
  animation: beat 2.6s infinite;
}
@keyframes beat {
  0%   { box-shadow: 0 0 0 0 rgba(134,224,204,.55); }
  70%  { box-shadow: 0 0 0 7px rgba(134,224,204,0); }
  100% { box-shadow: 0 0 0 0 rgba(134,224,204,0); }
}

/* ══ BAŞLIK / NAV ══ */
.header {
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 60;
}
.header-inner { display: flex; align-items: center; gap: 26px; height: 76px; }

.logo { display: flex; align-items: center; gap: 11px; flex: none; }
.logo img { height: 32px; width: auto; }
.logo-mark {
  width: 38px; height: 38px; flex: none;
  border-radius: 11px;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep));
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 800; font-size: 17px; letter-spacing: -.03em;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.25);
}
.logo-name {
  font-family: var(--font-display);
  font-weight: 800; font-size: 17px; letter-spacing: -.03em;
  color: var(--ink);
}

.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links > a,
.nav-trigger {
  font-size: 14px; font-weight: 500; color: var(--ink-2);
  padding: 9px 13px; border-radius: 100px;
  display: inline-flex; align-items: center; gap: 6px;
  transition: background .18s, color .18s;
}
.nav-links > a:hover,
.nav-trigger:hover { background: var(--surface-3); color: var(--ink); }

.nav-dropdown { position: relative; }
.nav-trigger svg { width: 11px; height: 11px; transition: transform .2s; }
.nav-dropdown.open .nav-trigger svg { transform: rotate(180deg); }

.nav-menu {
  position: absolute; top: calc(100% + 12px); right: 0;
  min-width: 300px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  padding: 7px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s, transform .18s, visibility .18s;
  z-index: 70;
}
.nav-dropdown.open .nav-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu a {
  display: block; padding: 10px 13px; border-radius: var(--r-sm);
  font-size: 14px; color: var(--ink-2);
}
.nav-menu a:hover { background: var(--surface-3); color: var(--ink); }
.nav-menu a.featured { color: var(--accent); font-weight: 700; }
.menu-group {
  padding: 11px 13px 6px;
  color: var(--mauve);
  border-top: 1px solid var(--line-soft);
  margin-top: 6px;
  font-family: var(--font-data);
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
}
.nav-menu .menu-group:first-child { border-top: 0; margin-top: 0; }
.menu-divider { height: 1px; background: var(--line-soft); margin: 6px 0; }

.header-cta {
  flex: none;
  font-size: 14px; font-weight: 700;
  color: #fff;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep));
  padding: 10px 18px; border-radius: 100px;
  box-shadow: var(--shadow-sm);
  transition: filter .18s, transform .18s;
}
.header-cta:hover { filter: brightness(1.05); transform: translateY(-1px); }

.gift-box {
  flex: none; width: 40px; height: 40px; border-radius: 11px;
  display: grid; place-items: center;
  color: var(--brick); background: var(--surface-3);
  border: 1px solid var(--line);
  transition: background .18s, color .18s, transform .18s;
}
.gift-box svg { width: 19px; height: 19px; }
.gift-box:hover { background: var(--accent); color: #fff; border-color: transparent; transform: translateY(-1px); }

.mobile-toggle { display: none; width: 42px; height: 42px; border-radius: 10px; place-items: center; color: var(--ink); }
.mobile-toggle svg { width: 22px; height: 22px; }

/* ══ GIFT MODAL ══ */
.gift-modal-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(52,42,60,.5);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; visibility: hidden; transition: opacity .22s, visibility .22s;
}
.gift-modal-overlay.show { opacity: 1; visibility: visible; }
.gift-modal {
  background: var(--surface); border-radius: var(--r-lg);
  max-width: 460px; width: 100%; position: relative;
  box-shadow: var(--shadow-lg);
  transform: translateY(12px) scale(.98); transition: transform .22s;
  overflow: hidden;
}
.gift-modal-overlay.show .gift-modal { transform: none; }
.gift-modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; color: var(--mauve);
  background: var(--surface-3);
}
.gift-modal-close svg { width: 16px; height: 16px; }
.gift-modal-close:hover { color: var(--ink); background: var(--line); }
.gift-modal-head {
  display: flex; align-items: center; gap: 14px;
  padding: 26px 26px 18px;
  background: linear-gradient(120deg, var(--accent-tint), transparent);
  border-bottom: 1px solid var(--line-soft);
}
.gift-modal-icon {
  width: 50px; height: 50px; border-radius: 14px; flex: none;
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep));
}
.gift-modal-icon svg { width: 24px; height: 24px; }
.gift-modal-title { font-family: var(--font-display); font-weight: 800; font-size: 18px; }
.gift-modal-sub { font-size: 12.5px; color: var(--mauve); margin-top: 2px; }
.gift-modal-body { padding: 22px 26px 26px; }
.gift-modal-body p { font-size: 14px; color: var(--ink-2); margin-bottom: 12px; }
.gift-modal-cta {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 6px;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep)); color: #fff;
  font-weight: 700; font-size: 14px; padding: 12px 20px; border-radius: 100px;
  box-shadow: var(--shadow-sm); transition: filter .18s, transform .18s;
}
.gift-modal-cta:hover { filter: brightness(1.05); transform: translateY(-1px); }

/* ══ MOBİL KENAR MENÜ ══ */
.mobile-sidebar-overlay {
  position: fixed; inset: 0; z-index: 190; background: rgba(52,42,60,.45);
  opacity: 0; visibility: hidden; transition: opacity .22s, visibility .22s;
}
.mobile-sidebar-overlay.show { opacity: 1; visibility: visible; }
.mobile-sidebar {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 195;
  width: 300px; max-width: 84vw; background: var(--surface);
  border-left: 1px solid var(--line);
  transform: translateX(100%); transition: transform .26s cubic-bezier(.4,0,.2,1);
  overflow-y: auto; padding-bottom: 30px;
}
.mobile-sidebar.open { transform: none; }
.mobile-sidebar-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-bottom: 1px solid var(--line-soft);
  position: sticky; top: 0; background: var(--surface);
}
.mobile-sidebar-head .label { font-family: var(--font-data); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mauve); }
.mobile-close { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center; background: var(--surface-3); color: var(--ink); }
.mobile-close svg { width: 18px; height: 18px; }
.mobile-sidebar nav { padding: 12px; }
.mobile-sidebar nav a {
  display: block; padding: 12px 14px; border-radius: var(--r-sm);
  font-size: 15px; font-weight: 500; color: var(--ink-2);
}
.mobile-sidebar nav a:hover { background: var(--surface-3); color: var(--ink); }
.mobile-sidebar nav a.featured { color: var(--accent); font-weight: 700; }
.mobile-divider {
  padding: 14px 14px 6px; font-family: var(--font-data);
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--mauve);
}

/* ══ ANA SAYFA HERO ══ */
.home-hero { padding: 52px 0 8px; }
.home-hero-inner {
  display: grid; grid-template-columns: 1.55fr 1fr; gap: 40px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-data); font-size: 11px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--accent-deep);
  background: var(--accent-tint); border: 1px solid var(--accent-line);
  padding: 5px 12px; border-radius: 100px; margin-bottom: 18px;
}
.home-hero h1 {
  font-size: clamp(30px, 4.4vw, 46px); font-weight: 800;
  letter-spacing: -.035em; margin-bottom: 16px;
}
.lede { font-size: 16.5px; color: var(--ink-2); max-width: 46ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep)); color: #fff;
  font-weight: 700; font-size: 15px; padding: 14px 24px; border-radius: 100px;
  box-shadow: var(--shadow-md); transition: transform .18s, filter .18s;
}
.cta-primary:hover { transform: translateY(-2px); filter: brightness(1.05); }
.cta-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); color: var(--ink); border: 1px solid var(--line-hard);
  font-weight: 600; font-size: 15px; padding: 14px 22px; border-radius: 100px;
  transition: background .18s, border-color .18s;
}
.cta-secondary:hover { background: var(--surface-3); border-color: var(--ink-2); }

/* Kayıt özeti kartı */
.ledger {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--shadow-md); overflow: hidden;
}
.ledger-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; border-bottom: 1px solid var(--line-soft);
  background: var(--surface-2);
}
.ledger-head .mono { font-size: 11px; color: var(--ink-2); font-weight: 600; }
.ledger-head .dim { color: var(--ok); }
.ledger-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 20px; border-bottom: 1px solid var(--line-soft);
}
.ledger-row .k { font-size: 13.5px; color: var(--ink-2); }
.ledger-row .v { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.03em; }
.ledger-row .v.small { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.ledger-foot {
  padding: 12px 20px; font-size: 10.5px; color: var(--mauve);
  background: var(--surface-2); text-align: center;
}

/* ══ BÖLÜM BAŞLIKLARI ══ */
.section { margin-bottom: 46px; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
  margin-bottom: 20px; padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.section-head h2 {
  font-size: 23px; font-weight: 800; letter-spacing: -.03em;
  position: relative; padding-left: 15px;
}
.section-head h2::before {
  content: ""; position: absolute; left: 0; top: .18em; bottom: .18em;
  width: 4px; border-radius: 100px;
  background: linear-gradient(var(--accent), var(--accent-deep));
}
.section-head .sub, .section-head .meta {
  font-size: 13px; color: var(--mauve); margin-top: 6px;
}
.section-head .meta {
  font-family: var(--font-data); font-size: 10.5px; letter-spacing: .08em;
  text-transform: uppercase; margin: 0; white-space: nowrap;
}
.more-link {
  font-size: 13.5px; font-weight: 600; color: var(--accent-deep); white-space: nowrap;
}
.more-link:hover { text-decoration: underline; }

/* ══ KAYIT LİSTESİ (board) ══ */
.board {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-xs);
}
.board-cols {
  display: grid; grid-template-columns: 46px 1fr 260px 150px 108px;
  gap: 14px; align-items: center;
  padding: 11px 20px; background: var(--surface-2);
  border-bottom: 1px solid var(--line);
  font-size: 10px; color: var(--mauve); letter-spacing: .08em;
}
.rec {
  display: grid; grid-template-columns: 46px 1fr 260px 150px 108px;
  gap: 14px; align-items: center;
  padding: 15px 20px; border-bottom: 1px solid var(--line-soft);
  transition: background .16s;
}
.rec:last-child { border-bottom: 0; }
.rec:hover { background: var(--surface-2); }
.rec-no { font-family: var(--font-data); font-size: 12px; color: var(--mauve); font-weight: 600; }
.rec-id { display: flex; align-items: center; gap: 13px; min-width: 0; }
.rec-logo {
  width: 46px; height: 46px; flex: none; border-radius: 11px;
  background: var(--surface-3); border: 1px solid var(--line-soft);
  display: grid; place-items: center; overflow: hidden;
  font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--violet);
}
.rec-logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.rec-text { min-width: 0; }
.rec-name { display: block; font-family: var(--font-display); font-weight: 700; font-size: 15.5px; color: var(--ink); }
.rec-sub { display: block; font-size: 12px; color: var(--mauve); margin-top: 1px; }
.rec-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  font-size: 11.5px; font-weight: 600; color: var(--ink-2);
  background: var(--surface-3); border: 1px solid var(--line-soft);
  padding: 3px 9px; border-radius: 100px;
}
.tag.featured { color: var(--accent-deep); background: var(--accent-tint); border-color: var(--accent-line); }
.rec-st { display: flex; }
.rec-go {
  justify-self: end; font-size: 13px; font-weight: 700; color: var(--accent-deep);
  border: 1px solid var(--accent-line); background: var(--accent-tint);
  padding: 8px 14px; border-radius: 100px; transition: background .18s, color .18s;
}
.rec:hover .rec-go { background: var(--accent); color: #fff; border-color: transparent; }

/* Durum rozeti */
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 600; color: var(--ok);
  background: var(--ok-tint); padding: 5px 11px; border-radius: 100px;
}
.pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); }
.pill.idle { color: var(--mauve); background: var(--mauve-tint); }
.pill.idle i { background: var(--mauve); }

/* ══ Kompakt kart ızgarası ══ */
.site-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 16px; }
.site-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 18px; display: flex; flex-direction: column; gap: 14px;
  box-shadow: var(--shadow-xs); transition: transform .18s, box-shadow .18s, border-color .18s;
}
.site-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--accent-line); }
.sc-head { display: flex; align-items: center; gap: 12px; }
.sc-logo {
  width: 48px; height: 48px; flex: none; border-radius: 12px;
  background: var(--surface-3); border: 1px solid var(--line-soft);
  display: grid; place-items: center; overflow: hidden;
  font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--violet);
}
.sc-logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.sc-title { min-width: 0; }
.sc-title .name { display: block; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.sc-title .date { display: block; font-size: 11.5px; color: var(--mauve); margin-top: 1px; }
.sc-meta { display: flex; flex-wrap: wrap; gap: 6px; min-height: 22px; }
.sc-tag {
  font-size: 11.5px; font-weight: 600; color: var(--ink-2);
  background: var(--surface-3); border: 1px solid var(--line-soft);
  padding: 3px 9px; border-radius: 100px;
}
.sc-tag.featured { color: var(--accent-deep); background: var(--accent-tint); border-color: var(--accent-line); }
.sc-cta {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 13px; border-top: 1px solid var(--line-soft);
  font-size: 13px; font-weight: 700; color: var(--accent-deep);
}

/* ══ Not bandı ══ */
.note-band {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: linear-gradient(120deg, var(--plum), var(--brick)); color: #fff;
  border-radius: var(--r-lg); padding: 26px 30px; margin-top: 12px;
}
.note-band h3 { color: #fff; font-size: 19px; font-weight: 800; margin-bottom: 4px; }
.note-band p { font-size: 14px; color: rgba(255,255,255,.82); max-width: 60ch; }
.note-band > a {
  flex: none; background: #fff; color: var(--brick); font-weight: 700; font-size: 14px;
  padding: 12px 22px; border-radius: 100px; transition: transform .18s;
}
.note-band > a:hover { transform: translateY(-2px); }

/* ══ SAYFA BAŞLIĞI ══ */
.page-head {
  background: var(--surface); border-bottom: 1px solid var(--line);
  padding: 40px 0 34px;
}
.page-head h1 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; letter-spacing: -.035em; }
.page-head .desc, .page-head .lede { font-size: 15.5px; color: var(--ink-2); margin-top: 10px; max-width: 62ch; }

/* ══ PROFİL: KÜNYE ══ */
.dossier {
  background:
    radial-gradient(700px 300px at 88% -20%, var(--accent-tint), transparent 62%),
    var(--surface);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}
.dossier-inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 34px; align-items: start; }
.d-id { display: flex; align-items: center; gap: 18px; margin: 16px 0 20px; }
.d-logo {
  width: 74px; height: 74px; flex: none; border-radius: 18px;
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: grid; place-items: center; overflow: hidden;
  font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--violet);
}
.d-logo img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.d-id h1 { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; letter-spacing: -.035em; }
.d-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 8px; }
.stamp { font-size: 12px; color: var(--mauve); }
.d-lede { font-size: 15px; color: var(--ink-2); max-width: 54ch; }
.d-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.btn-go {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep)); color: #fff;
  font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 100px;
  box-shadow: var(--shadow-md); transition: transform .18s, filter .18s;
}
.btn-go:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-go svg { width: 16px; height: 16px; }

/* Sağ üst hızlı bilgi / reklam kutusu */
.quick {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--shadow-md);
  overflow: hidden; min-height: 60px;
}
.quick-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px; background: var(--surface-2); border-bottom: 1px solid var(--line-soft);
}
.quick-head .mono { font-size: 10.5px; color: var(--mauve); }
.quick-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px; border-bottom: 1px solid var(--line-soft);
  font-size: 13.5px;
}
.quick-row .k { color: var(--ink-2); }
.quick-row .v { font-weight: 700; color: var(--ink); }
.quick-foot { padding: 14px 18px; }

/* ══ PROFİL GÖVDE ══ */
.profil-article .body { padding-top: 34px; }
.breadcrumb-ui {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--mauve); margin-bottom: 26px;
}
.breadcrumb-ui a { color: var(--ink-2); }
.breadcrumb-ui a:hover { color: var(--accent-deep); }
.breadcrumb-ui .current { color: var(--ink); font-weight: 600; }

.profil-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }

/* Uyarı bandı */
.alert-band {
  display: flex; align-items: center; gap: 14px;
  background: #fff7ed; border: 1px solid #f4d3b4; border-radius: var(--r-md);
  padding: 16px 20px;
}
.alert-ic {
  width: 30px; height: 30px; flex: none; border-radius: 50%;
  background: var(--clay); color: #fff; display: grid; place-items: center;
  font-weight: 800; font-family: var(--font-display);
}
.alert-band p { font-size: 13.5px; color: var(--brick); flex: 1; }
.alert-band .act, .alert-band .actions {
  flex: none; font-size: 13px; font-weight: 700; color: #fff; background: var(--clay);
  padding: 9px 16px; border-radius: 100px; white-space: nowrap;
}

/* Metin blokları */
.about-text p, .static-content p { font-size: 15px; color: var(--ink-2); margin-bottom: 14px; }
.about-text p:last-child { margin-bottom: 0; }
.static-content { max-width: 74ch; }
.static-content h2 { font-size: 22px; margin: 28px 0 12px; }
.static-content h3 { font-size: 18px; margin: 22px 0 10px; }
.static-content ul { margin: 0 0 16px 0; }
.static-content li { position: relative; padding-left: 22px; margin-bottom: 8px; font-size: 15px; color: var(--ink-2); }
.static-content li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.static-content a { color: var(--accent-deep); text-decoration: underline; }

/* Künye satırları */
.info-rows {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden;
}
.info-row {
  display: grid; grid-template-columns: 220px 1fr; gap: 16px;
  padding: 14px 20px; border-bottom: 1px solid var(--line-soft);
}
.info-row:last-child { border-bottom: 0; }
.info-row:nth-child(even) { background: var(--surface-2); }
.info-row .k { font-size: 13.5px; color: var(--ink-2); font-weight: 500; }
.info-row .v { font-size: 14px; color: var(--ink); font-weight: 600; }
.info-row .v.num { font-family: var(--font-data); font-weight: 600; }
.info-row .v.empty, .empty { color: var(--mauve); font-weight: 400; font-style: italic; }
.chip-list { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.chip-mini {
  font-family: var(--font-data); font-size: 11.5px; font-weight: 600; color: var(--ink-2);
  background: var(--surface-3); border: 1px solid var(--line-soft); padding: 2px 9px; border-radius: 100px;
}
.chip-mini.chip-dark { background: var(--ink-2); color: #fff; border-color: transparent; }

/* Ödeme */
.pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pay-col {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 18px 20px;
}
.pay-col h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--mauve); font-family: var(--font-data); margin-bottom: 14px; }
.pay-col.deposit { border-top: 3px solid var(--ok); }
.pay-col.withdraw { border-top: 3px solid var(--petrol); }
.pay-tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-chip {
  font-size: 13px; font-weight: 600; color: var(--ink);
  background: var(--surface-3); border: 1px solid var(--line-soft); padding: 6px 13px; border-radius: 100px;
}

/* Ekran görüntüsü */
.screenshot-frame {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm);
}
.screenshot-bar {
  display: flex; align-items: center; gap: 8px; padding: 11px 16px;
  background: var(--surface-2); border-bottom: 1px solid var(--line-soft);
}
.screenshot-bar .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--line-hard); }
.screenshot-bar .dot:nth-child(1) { background: #e0605a; }
.screenshot-bar .dot:nth-child(2) { background: #e8c14a; }
.screenshot-bar .dot:nth-child(3) { background: #4fb477; }
.screenshot-url { margin-left: 10px; font-family: var(--font-data); font-size: 12px; color: var(--mauve); }
.screenshot-img-wrap { background: var(--surface-3); }
.screenshot-img-wrap img { width: 100%; display: block; }

/* Sosyal medya */
.social-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.social-card {
  display: flex; align-items: center; gap: 13px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 14px 16px; transition: transform .18s, box-shadow .18s, border-color .18s;
}
a.social-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--line-hard); }
.social-icon {
  width: 42px; height: 42px; flex: none; border-radius: 12px;
  display: grid; place-items: center; font-size: 18px; color: #fff; background: var(--ink-2);
}
.social-twitter  .social-icon { background: #1d1d1f; }
.social-telegram .social-icon { background: #229ED9; }
.social-instagram .social-icon { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#bc1888); }
.social-whatsapp .social-icon { background: #25D366; }
.social-info { min-width: 0; }
.social-platform { display: block; font-size: 11px; color: var(--mauve); text-transform: uppercase; letter-spacing: .05em; }
.social-handle { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); word-break: break-word; }
.social-handle.empty { font-weight: 400; color: var(--mauve); font-style: italic; }
.social-empty { opacity: .6; }

/* SSS */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 16px 20px; cursor: pointer;
}
.faq-q-text { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink); }
.faq-toggle {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center; font-size: 20px; line-height: 1; color: var(--accent-deep);
  background: var(--accent-tint); transition: transform .2s;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .26s ease, padding .26s ease; padding: 0 20px; font-size: 14.5px; color: var(--ink-2); }
.faq-item.open .faq-a { max-height: 600px; padding: 0 20px 18px; }

/* Alt CTA */
.bottom-cta {
  background: linear-gradient(140deg, var(--plum), var(--brick)); color: #fff;
  border-radius: var(--r-lg); padding: 32px; text-align: center; margin-top: 8px;
}
.bottom-cta h2 { color: #fff; font-size: 24px; font-weight: 800; }
.bottom-cta p { font-size: 15px; color: rgba(255,255,255,.85); margin: 10px auto 22px; max-width: 54ch; }
.bottom-cta > a {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; color: var(--brick); font-weight: 800; font-size: 15px;
  padding: 14px 28px; border-radius: 100px; transition: transform .18s;
}
.bottom-cta > a:hover { transform: translateY(-2px); }
.bottom-cta > a svg { width: 16px; height: 16px; }

/* Tavsiye kutusu */
.recommend-box {
  display: flex; align-items: center; gap: 18px;
  background: var(--surface); border: 1px solid var(--accent-line);
  border-radius: var(--r-md); padding: 20px 22px;
}
.recommend-shield {
  width: 46px; height: 46px; flex: none; border-radius: 12px;
  display: grid; place-items: center; color: #fff; background: linear-gradient(150deg, var(--accent), var(--accent-deep));
}
.recommend-shield svg { width: 24px; height: 24px; }
.recommend-text { flex: 1; }
.recommend-text strong { display: block; font-family: var(--font-display); font-size: 16px; }
.recommend-text span { font-size: 13.5px; color: var(--ink-2); }
.recommend-cta {
  flex: none; font-size: 13.5px; font-weight: 700; color: #fff;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep));
  padding: 11px 18px; border-radius: 100px; white-space: nowrap;
}

.report-link { font-size: 13.5px; color: var(--ink-2); margin-top: 24px; }
.report-link a { color: var(--accent-deep); font-weight: 700; }
.page-timestamps {
  display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--line-soft); font-family: var(--font-data);
  font-size: 11.5px; color: var(--mauve);
}

/* Sağ sütun panelleri */
.profil-aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 18px; }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; box-shadow: var(--shadow-xs); }
.panel h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--mauve); font-family: var(--font-data); margin-bottom: 14px; }
.panel.sticky-cta { background: linear-gradient(150deg, var(--surface), var(--accent-tint)); border-color: var(--accent-line); }
.panel.sticky-cta .btn-go { width: 100%; }
.panel-note { font-size: 12px; color: var(--mauve); margin-top: 12px; text-align: center; }
.jump { display: flex; flex-direction: column; }
.jump a { padding: 8px 0; font-size: 13.5px; color: var(--ink-2); border-bottom: 1px solid var(--line-soft); }
.jump li:last-child a { border-bottom: 0; }
.jump a:hover { color: var(--accent-deep); }
.panel.report p { font-size: 13px; color: var(--ink-2); margin-bottom: 12px; }
.panel.report a { display: inline-block; font-size: 13px; font-weight: 700; color: var(--accent-deep); border: 1px solid var(--accent-line); background: var(--accent-tint); padding: 9px 16px; border-radius: 100px; }

/* ══ Reklam slotları — dikkat çeker ama nötr ══ */
.ad-slot {
  background: var(--surface); border: 1px dashed var(--line-hard);
  border-radius: var(--r-md); padding: 14px; margin: 0 0 46px; position: relative;
}
.ad-tag {
  position: absolute; top: -9px; left: 16px;
  font-family: var(--font-data); font-size: 9px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--mauve); background: var(--canvas); padding: 0 8px;
}
.ad-content { min-height: 40px; display: flex; align-items: center; justify-content: center; }
.ad-content :where(img, iframe) { max-width: 100%; }

/* ══ FORMLAR ══ */
.form-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 26px; box-shadow: var(--shadow-sm);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-2); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 14px; font: inherit; font-size: 14px; color: var(--ink);
  background: var(--surface-2); border: 1px solid var(--line-hard); border-radius: var(--r-sm);
  transition: border-color .18s, box-shadow .18s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); background: var(--surface);
}
.field .help { font-size: 12px; color: var(--mauve); margin-top: 6px; }
.radio-group { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-group label {
  display: inline-flex; align-items: center; gap: 8px; margin: 0;
  padding: 10px 14px; border: 1px solid var(--line-hard); border-radius: var(--r-sm);
  background: var(--surface-2); cursor: pointer; font-weight: 500;
}
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.tabs a {
  padding: 11px 16px; font-size: 14px; font-weight: 600; color: var(--ink-2);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tabs a.active { color: var(--accent-deep); border-bottom-color: var(--accent); }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700; padding: 12px 22px; border-radius: 100px;
  background: var(--ink-2); color: #fff; transition: filter .18s, transform .18s;
}
.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-ghost { background: var(--surface); color: var(--ink); border: 1px solid var(--line-hard); }
.btn-ghost:hover { background: var(--surface-3); }

.alert { border-radius: var(--r-sm); padding: 13px 18px; font-size: 14px; margin-bottom: 18px; }
.alert-success { background: var(--ok-tint); color: var(--ok); border: 1px solid rgba(47,125,95,.24); }
.alert-error { background: #fdecea; color: #b23b2e; border: 1px solid #f3c4bd; }

/* Kod / etiketler */
.code { font-family: var(--font-data); font-size: 13px; background: var(--surface-3); padding: 2px 7px; border-radius: var(--r-xs); color: var(--brick); }
.label { font-family: var(--font-data); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mauve); }
.desc { font-size: 14px; color: var(--ink-2); }
.small { font-size: 12.5px; }
.dim { color: var(--mauve); }
.alt { color: var(--violet); }
.meta { color: var(--mauve); }

/* Boş durum */
.empty-state {
  text-align: center; padding: 60px 20px; background: var(--surface);
  border: 1px dashed var(--line-hard); border-radius: var(--r-md);
}
.empty-state .ic { font-size: 40px; color: var(--line-hard); margin-bottom: 12px; }
.empty-state .msg { font-size: 14.5px; color: var(--mauve); }
.not-found { text-align: center; padding: 90px 20px; }
.not-found .num { font-family: var(--font-display); font-size: 88px; font-weight: 800; color: var(--accent); letter-spacing: -.05em; }

/* Pagination */
.pagination { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; margin-top: 36px; }
.pg-link {
  min-width: 40px; height: 40px; padding: 0 12px; border-radius: 100px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600; color: var(--ink-2);
  background: var(--surface); border: 1px solid var(--line);
}
.pg-link:hover { border-color: var(--accent); color: var(--accent-deep); }
.pg-link.active { background: var(--accent); color: #fff; border-color: transparent; }
.pg-link.disabled { opacity: .4; pointer-events: none; }
.pg-gap { color: var(--mauve); padding: 0 4px; }

/* ══ ALT SABİT BANT (sticky) ══ */
.rq-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(150%) blur(12px);
  border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(52,56,77,.12);
  padding: 10px 16px;
}
.rq-frame {
  max-width: 760px; margin: 0 auto;
  display: flex; align-items: center; gap: 16px;
  background: linear-gradient(120deg, var(--surface-2), var(--accent-tint));
  border: 1px solid var(--accent-line); border-radius: 100px; padding: 8px 8px 8px 18px;
  transition: transform .18s, box-shadow .18s;
}
.rq-frame:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.rq-mark { width: 44px; height: 44px; flex: none; border-radius: 50%; overflow: hidden; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; }
.rq-mark img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.rq-info { flex: 1; min-width: 0; }
.rq-line1 { display: block; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--ink); }
.rq-line2 { display: block; font-size: 12.5px; color: var(--accent-deep); font-weight: 600; }
.rq-action {
  flex: none; font-size: 14px; font-weight: 800; color: #fff;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep));
  padding: 12px 24px; border-radius: 100px; box-shadow: var(--shadow-sm);
}
body.has-pin { padding-bottom: 88px; }

/* ══ FOOTER ══ */
.footer { background: var(--ink); color: rgba(255,255,255,.7); margin-top: 60px; }
.footer-inner { padding-top: 52px; padding-bottom: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 34px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .logo { margin-bottom: 14px; }
.footer-brand .logo-name { color: #fff; }
.footer-brand .logo-mark { box-shadow: none; }
.footer-brand p { font-size: 13.5px; color: rgba(255,255,255,.55); max-width: 38ch; }
.footer h5 { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; font-family: var(--font-data); margin-bottom: 15px; }
.footer nav ul { display: flex; flex-direction: column; gap: 10px; }
.footer nav a { font-size: 13.5px; color: rgba(255,255,255,.6); transition: color .18s; }
.footer nav a:hover { color: #fff; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 22px; font-size: 12.5px; color: rgba(255,255,255,.5);
}
.footer-bottom .legal { display: flex; align-items: center; gap: 16px; }
.footer-bottom .legal span { border: 1px solid rgba(255,255,255,.3); border-radius: 100px; padding: 1px 8px; }
.footer-bottom .legal a { color: rgba(255,255,255,.6); }
.footer-bottom .legal a:hover { color: #fff; }

/* ══ RESPONSIVE ══ */
@media (max-width: 980px) {
  .home-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .dossier-inner { grid-template-columns: 1fr; }
  .profil-layout { grid-template-columns: 1fr; }
  .profil-aside { position: static; order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .board-cols { display: none; }
  .rec { grid-template-columns: 1fr auto; grid-template-areas: "id st" "tags go"; gap: 12px; }
  .rec-no { display: none; }
  .rec-id { grid-area: id; } .rec-tags { grid-area: tags; } .rec-st { grid-area: st; justify-self: end; } .rec-go { grid-area: go; justify-self: start; }
}
@media (max-width: 720px) {
  .nav-links, .header-cta, .gift-box { display: none; }
  .mobile-toggle { display: grid; }
  .header-inner { height: 66px; }
  .pay-grid { grid-template-columns: 1fr; }
  .info-row { grid-template-columns: 1fr; gap: 4px; }
  .note-band { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .rq-frame { gap: 12px; padding-left: 12px; }
  .rq-action { padding: 11px 18px; }
  .rq-mark { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
