/* ==========================================================================
   ToolBrio - tasarım sistemi v3 (tek dosya, tek tema: açık)
   İçindekiler:
   1. Token'lar
   2. Reset ve temel
   3. Tipografi
   4. Layout (.container, .section)
   5. Header (.nav, .brand, .drawer)
   6. Hero (.hero, .hero--slim)
   7. Panel (.panel, .finder, .search, .jumps)
   8. Kategori bölümleri ve araç kartları (.tsec, .tgrid, .tcard, .soon)
   9. "Neden buradan?" (.why)
   10. Düğmeler (.btn)
   11. Form bileşenleri (.field, .input, .select, .textarea, .checkbox, .segmented)
   12. Araç sayfası (.tool, .result, .tool-body, .tool-side)
   13. İçerik tipografisi (.prose, .table, .formula)
   14. SSS (.faq)
   15. Yardımcı bloklar (.chip, .empty, .breadcrumb)
   16. Footer (.footer)
   17. Yardımcı sınıflar
   18. Eski sınıf uyumluluğu (diğer şablonlar yenilenene kadar)
   19. Hareket, erişilebilirlik, yazdırma, kırılımlar
   20. Planlanan araç listeleri (.tsec--sub, .soon-list, .soon-badge, .tsec__more)
   Yazı tipleri: /assets/fonts/fonts.css (layout.php içinde ayrı <link>)
   ========================================================================== */

/* 1. Token'lar ------------------------------------------------------------- */
:root {
  --brand: #ff6b00; --brand-700: #c44700; --brand-600: #ad3e00; --brand-400: #ff8a33; --brand-300: #ff9a4d; --brand-200: #ffc08a; --brand-soft: #fff3e8; --brand-soft-2: #fffaf5;
  --ink: #16110c; --ink-2: #574f47; --ink-3: #8c8378; --line: #16110c17; --line-2: #16110c0d;
  --paper: #fafafa; --paper-2: #f1f1f1; --white: #fff;
  --result-bg: #f5f5f5; --result-ink: #242424; --result-muted: #626262; --result-line: #e3e3e3;
  --dark: #0c0a08; --dark-2: #15110d; --dark-3: #1e1711; --on-dark: #f6f1ea; --on-dark-2: #c9c0b5; --glass-line: #ffffff1f; --glass-d: #ffffff14;
  --ok: #1f9b66; --warn: #b45309; --err: #c0493c;
  --pill: 999px; --r-lg: 16px; --r: 14px; --r-sm: 12px; --r-xs: 10px;
  --sh-sm: 0 1px 2px #16110c0d, 0 2px 8px -4px #16110c14;
  --sh: 0 2px 8px #16110c05;
  --sh-lg: 0 8px 24px -8px #16110c1f, 0 40px 80px -32px #16110c47;
  --glow: 0 20px 60px -18px #ff6b008c;
  --fed: cubic-bezier(.2, .7, .2, 1);
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif; --font-body: 'Plus Jakarta Sans', system-ui, sans-serif; --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --container: 1240px;

  /* Kategori renkleri (config/categories.php sırasına göre $i % 8) */
  --cat-1: #c2410c; --cat-2: #15803d; --cat-3: #6d28d9; --cat-4: #1d4ed8; --cat-5: #0f766e; --cat-6: #be123c; --cat-7: #b45309; --cat-8: #475569;

  /* Beyaz üzerinde 12-13px yardımcı metin için AA kontrastlı ton (DESIGN.md bölüm 3) */
  --ink-muted: #69645e;

  /* Eski token adları (araç tool.css dosyaları yenilenene kadar) */
  --bg: var(--paper); --bg-elev: var(--white); --bg-sunken: var(--paper-2);
  --text: var(--ink); --text-2: var(--ink-2); --text-3: var(--ink-muted);
  --line-strong: #16110c2e; --accent: var(--brand); --accent-hover: var(--brand-600); --accent-soft: var(--brand-soft); --on-accent: #fff;
  --radius: 12px; --radius-sm: 8px; --radius-lg: 16px; --shadow: var(--sh); --header-h: 64px;
  --font-sans: var(--font-body);
}

/* 2. Reset ve temel --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  padding-top: var(--header-h);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg, canvas, video { max-width: 100%; display: block; }
.icon { width: 1.25em; height: 1.25em; flex: none; stroke-width: 1.75; }
a { color: var(--brand-700); text-decoration: none; text-underline-offset: .15em; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--brand-200); color: var(--ink); }
main { display: block; min-height: 60vh; }
hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }

/* 3. Tipografi -------------------------------------------------------------- */
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; }
h2 { font-size: clamp(20px, 2vw, 26px); font-weight: 700; }
h3 { font-size: 17px; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
small { font-size: 13px; }
strong, b { font-weight: 700; color: var(--ink); }
code, kbd, pre, .mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
code, kbd { font-size: .9em; }
.lead { font-size: 16.5px; line-height: 1.6; max-width: 62ch; }

/* 4. Layout ------------------------------------------------------------------ */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 40px 0; }
.section--paper-2 { background: var(--paper-2); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.section__head p { margin: 6px 0 0; color: var(--ink-2); max-width: 60ch; }
.section__link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; }

/* 5. Header (.nav) ---------------------------------------------------------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 80; background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow .2s var(--fed); }
.nav-inner { display: flex; align-items: center; gap: 28px; width: 100%; max-width: var(--container); height: var(--header-h); margin: 0 auto; padding: 0 20px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); text-decoration: none; flex: none; }
.brand:hover { text-decoration: none; }
.brand__logo { display: block; width: 170px; height: auto; }
.nav-desktop { margin-left: auto; }
.nav-menu { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.nav-link { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 0 13px; border-radius: 8px; color: var(--ink-2); font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: color .2s var(--fed), background .2s var(--fed); }
.nav-link::after { content: ''; position: absolute; left: 13px; right: 13px; bottom: 0; height: 2px; border-radius: 2px; background: var(--brand); transform: scaleX(0); transition: transform .2s var(--fed); }
.nav-link:hover { color: var(--ink); background: var(--paper); text-decoration: none; }
.nav-link[aria-current] { color: var(--ink); }
.nav-link[aria-current]::after { transform: scaleX(1); }
.nav-right { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-search { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); font-size: 13px; font-weight: 600; cursor: pointer; transition: background .2s var(--fed); }
.nav-search .icon { width: 18px; height: 18px; }
.nav-search:hover { background: var(--brand-soft); border-color: var(--brand-200); }
.nav-burger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.nav-burger .icon { width: 20px; height: 20px; }
.nav-burger__close { display: none; }
.nav.is-open .nav-burger__open { display: none; }
.nav.is-open .nav-burger__close { display: block; }
.nav.scrolled { box-shadow: 0 3px 12px #16110c06; }
.nav.scrolled .brand { color: var(--ink); }
.nav.scrolled .nav-link { color: var(--ink-2); }
.nav.scrolled .nav-link:hover, .nav.scrolled .nav-link[aria-current] { color: var(--ink); }
.nav.scrolled .nav-burger { color: var(--ink); border-color: var(--line); }
html.drawer-open { overflow: hidden; }
.drawer { position: fixed; inset: var(--header-h) 0 0; z-index: 70; padding: 24px max(20px, calc((100vw - 800px) / 2)) 32px; background: var(--paper); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s var(--fed), transform .2s var(--fed), visibility 0s linear .2s; }
.drawer.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.drawer__title { margin: 0 0 16px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-muted); }
.drawer__list { list-style: none; margin: 0; padding: 0; }
.drawer__link { display: flex; align-items: center; gap: 14px; min-height: 60px; margin-bottom: 8px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink-2); font-size: 15px; font-weight: 600; text-decoration: none; }
.drawer__link span { flex: 1; }
.drawer__link:hover { text-decoration: none; border-color: var(--brand-200); }
.drawer__link[aria-current] { background: var(--brand-soft); border-color: var(--brand-200); color: var(--brand-700); }
.drawer__link .icon { width: 19px; height: 19px; flex: none; }
.drawer__link .icon:last-child { width: 16px; color: var(--ink-muted); }
.drawer__cta { margin-top: 24px; display: flex; }
.drawer__cta .btn { width: 100%; justify-content: center; border-radius: 12px; }

/* 6. Sayfa başlıkları ------------------------------------------------------ */
.hero { position: relative; padding: 26px 0 24px; color: var(--ink); text-align: left; }
.hero__bg, .hero__grid { display: none; }
.hero__title { margin: 0; max-width: 960px; font-size: clamp(26px, 2.6vw, 32px); line-height: 1.25; letter-spacing: -.035em; color: var(--ink); }
.hero__sub { margin: 10px 0 0; max-width: 76ch; font-size: 14px; line-height: 1.65; color: var(--ink-2); }
.hl { color: var(--brand-700); }
.hero--slim .hero__title { margin-top: 10px; }
.hero--slim .lead { margin: 8px 0 0; max-width: 85ch; font-size: 14px; color: var(--ink-2); }
.hero__meta { margin-top: 10px; font-size: 12px; font-weight: 600; color: var(--ink-muted); }

/* 7. Panel ------------------------------------------------------------------ */
.panel-wrap { position: relative; margin: 0 0 40px; }
.panel-wrap--tool { margin-bottom: 0; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.home-intro { padding: 32px 0; background: #fff; border-bottom: 1px solid var(--line); }
.home-intro-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: 40px; }
.home-intro-title { font-size: clamp(27px, 3vw, 36px); line-height: 1.2; letter-spacing: -.045em; }
.home-intro-description { margin: 10px 0 0; max-width: 48ch; font-size: 14px; line-height: 1.6; }
.home-intro-search { min-width: 0; }
.home-search { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 5px 5px 5px 14px; border: 1px solid var(--line-strong); border-radius: 12px; background: #fff; }
.home-search:focus-within, .catalog-page .catalog-search:focus-within { border-color: var(--brand-300); box-shadow: 0 0 0 3px #ff6b0012; }
.home-search .search__icon { position: static; transform: none; flex: none; }
.home-search .search__input { flex: 1; min-width: 0; width: 100%; height: 44px; padding: 10px 0; border: 0; background: transparent; font-size: 13px; box-shadow: none; }
.home-search .btn { flex: none; border-radius: 8px; padding-inline: 16px; font-size: 13px; }
.home-facts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 10px; font-size: 11px; color: var(--ink-muted); }
.home-facts strong { color: var(--ink-2); font-weight: 600; }
.home-content { padding-top: 24px; padding-bottom: 48px; }
.home-popular { margin-bottom: 28px; }
.home-section-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 16px; }
.home-section-head h2 { margin: 0; font-size: 19px; letter-spacing: -.025em; }
.home-section-head p { margin: 5px 0 0; font-size: 12px; color: var(--ink-muted); }
.home-section-head > a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: 12px; font-weight: 600; }
.home-popular .home-section-head { margin-bottom: 10px; }
.home-popular .home-section-head h2 { font-size: 15px; }
.home-featured { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.home-featured .tcard { height: 100%; padding: 12px; }
.home-featured .tcard__d { display: none; }
.home-featured .tcard__t { font-size: 13px; }
.home-featured .tcard__ico { width: 32px; height: 32px; border-radius: 9px; }
.home-featured .tcard__ico .icon { width: 17px; height: 17px; }
.home-directory { display: grid; grid-template-columns: 232px minmax(0,1fr); gap: 24px; align-items: start; scroll-margin-top: calc(var(--header-h) + 20px); }
.home-sidebar { position: static; padding: 16px 8px 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.home-sidebar h2 { display: flex; justify-content: space-between; align-items: center; margin: 0 10px 12px; font-size: 13px; line-height: 1.5; }
.home-sidebar h2 > span { color: var(--ink-muted); font-size: 11px; font-weight: 500; }
.home-category-list { padding-right: 3px; }
.home-category { display: flex; width: 100%; min-height: 44px; justify-content: space-between; align-items: center; gap: 8px; padding: 10px; border: 0; background: transparent; border-radius: 8px; font-size: 12px; line-height: 1.5; text-align: left; color: var(--ink-2); cursor: pointer; }
.home-category > span:first-child { display: flex; gap: 8px; align-items: center; font-weight: 600; }
.home-category .icon { width: 16px; height: 16px; flex: none; }
.home-category > span:last-child { flex: none; font-size: 11px; font-weight: 500; font-variant-numeric: tabular-nums; color: var(--ink-muted); }
.home-category:hover { background: var(--paper); color: var(--ink); }
.home-category[aria-pressed=true] { background: var(--brand-soft); color: var(--brand-700); }
.home-category[aria-pressed=true] > span:last-child { color: inherit; }
.home-sidebar .home-category-select { display: none; }
.home-results { min-width: 0; scroll-margin-top: calc(var(--header-h) + 20px); }
.home-tools { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.home-tool { display: flex; min-width: 0; }
.home-tool .tcard { display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: 32px 1fr auto; align-items: start; gap: 12px; width: 100%; min-height: 176px; padding: 16px; }
.home-tool .tcard__ico { width: 32px; height: 32px; border-radius: 9px; }
.home-tool .tcard__ico .icon { width: 18px; height: 18px; }
.home-tool .tcard__arrow { grid-column: 2; grid-row: 1; align-self: center; }
.home-tool .tcard__body { grid-column: 1 / -1; grid-row: 2; }
.home-tool .tcard__t { font-size: 14px; line-height: 1.5; }
.home-tool .tcard__d { margin-top: 5px; font-size: 12px; line-height: 1.65; }
.home-tool .tcard__category { grid-column: 1 / -1; grid-row: 3; font-size: 11px; line-height: 1.5; color: var(--ink-muted); }
.home-category-link { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; margin-top: 16px; color: var(--brand-700); font-size: 13px; font-weight: 600; }
.home-more { margin-top: 18px; width: 100%; }
.catalog-content { padding-bottom: 48px; }
.catalog-page .catalog-search { display: flex; align-items: center; gap: 12px; padding: 5px 6px 5px 16px; margin-bottom: 24px; min-width: 0; background: #fff; border: 1px solid var(--line-strong); border-radius: 12px; }
.catalog-search .search__icon { position: static; transform: none; flex: none; width: 18px; height: 18px; }
.catalog-search .search__input { flex: 1; width: 100%; min-width: 0; height: 44px; padding: 10px 0; border: 0; background: transparent; box-shadow: none; font-size: 14px; }
.catalog-search .btn { flex: none; border-radius: 8px; }
.tool-body.tool-body--pending { display: block; }
.tool-body--pending .tool-side { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.suite-output { white-space: pre-wrap; overflow-wrap: anywhere; max-height: 440px; overflow: auto; margin-top: 20px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fafafa; font-size: 12px; text-align: left; }
.suite-preview { display: block; max-width: 100%; height: auto; max-height: 420px; object-fit: contain; margin: 20px auto; border: 1px solid var(--line); }
.suite-pad { display: flex; align-items: center; justify-content: center; min-height: 200px; width: 100%; border: 2px dashed var(--line); border-radius: 16px; padding: 24px; margin: 16px 0; background: var(--paper-2); text-align: center; }
.suite-pixel { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: flex-start; justify-content: center; padding: 24px; }
.suite-pixel button { background: #fff; color: #16110c; border: 1px solid #999; border-radius: 12px; padding: 12px 18px; }
[data-suite-download] { margin-top: 20px; }
@media (max-width:768px) { .tool-body--pending .tool-side { grid-template-columns: 1fr; } }

/* Native fallback remains usable before JavaScript loads. */
input[type=file]:not(.file-picker__input) { width: 100%; max-width: 100%; min-height: 48px; height: auto; padding: 5px; font-size: 13px; }
input[type=file]::file-selector-button { min-height: 36px; border: 0; border-radius: 7px; padding: 8px 12px; margin-right: 10px; background: var(--brand-soft); color: var(--brand-700); font: inherit; font-weight: 600; cursor: pointer; }
.file-picker { position: relative; display: block; width: 100%; min-width: 0; margin: 0; border: 1px dashed #b8b5b1; border-radius: 12px; background: var(--paper); color: var(--ink); text-align: left; cursor: pointer; transition: border-color .18s, background .18s; }
.file-picker:hover, .file-picker.is-dragover { border-color: var(--brand-700); background: var(--brand-soft-2); }
.file-picker:focus-within { outline: 2px solid var(--brand-700); outline-offset: 3px; }
.file-picker .file-picker__input { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; padding: 0; margin: 0; opacity: 0; border: 0; cursor: pointer; }
.file-picker .file-picker__input:disabled { cursor: not-allowed; }
.file-picker__surface { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 3px 12px; align-items: center; min-height: 116px; padding: 20px; }
.file-picker__icon { display: inline-grid; place-items: center; grid-column: 1; grid-row: 1 / 4; width: 40px; height: 40px; border-radius: 10px; color: var(--brand-700); background: #fff; border: 1px solid var(--line); }
.file-picker__icon svg { width: 22px; height: 22px; }
.file-picker__title { grid-column: 2; font-size: 14px; font-weight: 700; line-height: 1.5; }
.file-picker__hint { grid-column: 2; font-size: 12px; color: var(--ink-muted); line-height: 1.5; }
.file-picker__selection { grid-column: 2; display: block; max-width: 100%; font-size: 12px; line-height: 1.5; color: var(--ink-2); overflow-wrap: anywhere; }
.file-picker.has-files { border-style: solid; background: #fff; }
.file-picker.has-files .file-picker__icon { color: var(--ok); background: #edf7f1; }
.file-picker.is-disabled { opacity: .55; cursor: not-allowed; }
.tool .drop-zone:has(.file-picker) { padding: 0; border: 0; background: none; margin-bottom: 18px; text-align: left; }
.tool .drop-zone:has(.file-picker) > :is(.upload-icon, h2, p) { display: none; }
.tool .drop-zone:has(.file-picker) .upload-note { margin-top: 10px; }
.tool__form > .btn { margin-top: 12px; }
.tool__form > [role=status]:empty { display: none; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh); padding: 24px; }
.finder { display: flex; align-items: center; gap: 12px 14px; flex-wrap: wrap; }
.search { position: relative; flex: 1 1 280px; min-width: 220px; margin: 0; }
.search__input { width: 100%; height: 46px; padding: 12px 16px 12px 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font-size: 15px; transition: border-color .2s, box-shadow .2s; -webkit-appearance: none; appearance: none; }
.search__input::placeholder { color: var(--ink-muted); }
.search__input:focus { outline: none; border-color: var(--brand-300); box-shadow: 0 0 0 3px #ff6b0012; }
.search__input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.search__icon { position: absolute; left: 15px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); color: var(--ink-muted); pointer-events: none; }
.search__results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 20; max-height: 360px; overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); box-shadow: var(--sh-lg); padding: 6px; }
.search__results ul { list-style: none; margin: 0; padding: 0; }
.search__results a { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 10px 12px; border-radius: var(--r-xs); color: var(--ink); text-decoration: none; }
.search__results a:hover, .search__results a:focus, .search__results .is-active, .search__results [aria-selected="true"] { background: var(--brand-soft); color: var(--ink); text-decoration: none; }
.search__title { font-weight: 700; font-size: 14px; }
.search__cat { font-size: 12px; color: var(--ink-muted); white-space: nowrap; }
.search__empty { margin: 0; padding: 12px; font-size: 13px; color: var(--ink-muted); }
.jumps { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.jump { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 600; text-decoration: none; transition: border-color .18s, color .18s, background .18s; }
.jump:hover { text-decoration: none; border-color: var(--brand-300); color: var(--brand-700); }
.jump__n { font-size: 12px; font-weight: 500; color: var(--ink-muted); font-variant-numeric: tabular-nums; }
.dot { display: inline-block; width: 9px; height: 9px; border-radius: 3px; background: var(--c, var(--brand)); flex: none; }
.finder-empty { margin-top: 24px; }

/* 8. Kategori bölümleri ve araç kartları ----------------------------------- */
.tsec { margin-top: 28px; scroll-margin-top: calc(var(--header-h) + 20px); }
.tsec__head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.tsec__head h2 { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 17px; font-weight: 700; color: var(--ink); }
.tsec__head h2 a, .tsec__link { color: inherit; text-decoration: none; }
.tsec__head h2 a:hover, .tsec__link:hover { color: var(--brand-700); text-decoration: none; }
.tsec__head .n { font-size: 12px; font-weight: 600; color: var(--ink-muted); }
.tsec__head .d { font-size: 12px; color: var(--ink-muted); }
.tgrid { display: grid; grid-template-columns: repeat(auto-fill,minmax(236px,1fr)); gap: 10px; }
.tcard { --c: var(--brand); display: flex; align-items: center; gap: 10px; min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; color: var(--ink); text-decoration: none; transition: border-color .18s var(--fed), background .18s var(--fed); }
.tcard:hover { text-decoration: none; border-color: var(--brand-300); background: var(--brand-soft-2); }
.tcard__ico { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 38px; height: 38px; border-radius: 10px; background: color-mix(in srgb, var(--c) 9%, white); color: var(--c); }
.tcard__ico .icon { width: 19px; height: 19px; stroke-width: 1.8; }
.tcard__body { display: block; min-width: 0; flex: 1; }
.tcard__t { display: block; font-size: 14px; font-weight: 700; line-height: 1.5; color: var(--ink); overflow-wrap: anywhere; }
.tcard:hover .tcard__t { color: var(--brand-700); }
.tcard__d { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 4px; font-size: 12px; line-height: 1.6; color: var(--ink-muted); overflow: hidden; }
.tcard__arrow { order: 3; flex: none; color: #96928c; }
.tcard__arrow .icon { width: 15px; height: 15px; }
.tcard:hover .tcard__arrow { color: var(--brand-700); }

.soon { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line-2); }
.soon__head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.soon__head h2 { margin: 0; font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--ink); }
.soon__head .d { font-size: 12.5px; color: var(--ink-muted); }
.soon__list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.soon__chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px; border: 1px dashed #16110c2b; border-radius: var(--pill);
  background: var(--paper-2); color: var(--ink-2); font-size: 13px; font-weight: 600; text-decoration: none;
  transition: .18s var(--fed);
}
.soon__chip:hover { text-decoration: none; border-style: solid; border-color: #ff6b0080; color: var(--ink); background: #fff; }
.soon__tag { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--brand-700); background: var(--brand-soft); padding: 2px 7px; border-radius: var(--pill); }

/* 9. Neden buradan? --------------------------------------------------------- */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 28px; margin: 22px 0 0; padding: 0; list-style: none; }
.why li { display: flex; align-items: flex-start; gap: 14px; min-width: 0; }
.why__ico {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--brand-soft); color: var(--brand-700);
}
.why__ico .icon { width: 20px; height: 20px; }
.why__text { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.why__text strong { display: block; font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }

/* 10. Düğmeler -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 11px 20px;
  border: 1px solid transparent; border-radius: 12px;
  font-family: var(--font-body); font-size: 14px; font-weight: 700; line-height: 1.2;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background .18s var(--fed), border-color .18s var(--fed), color .18s var(--fed);
}
.btn:hover { text-decoration: none; }
.btn .icon { width: 18px; height: 18px; }
.btn:disabled, .btn[aria-disabled="true"] { opacity: .55; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.btn--primary { background: var(--brand-700); color: #fff; }
.btn--primary:hover { background: var(--brand-600); }
.btn--primary:active { background: #963600; }
.btn--secondary { background: #fff; border-color: var(--line); color: var(--ink); }
.btn--secondary:hover { background: var(--paper-2); border-color: #16110c2e; }
.btn--secondary:active { background: var(--paper-2); }
.btn--ghost { background: transparent; color: var(--ink-2); }
.btn--ghost:hover { background: #16110c0a; color: var(--ink); }
.btn--sm { min-height: 36px; padding: 8px 14px; font-size: 13px; }
.btn--sm .icon { width: 16px; height: 16px; }
.btn--lg { min-height: 50px; padding: 14px 26px; font-size: 15px; }
.btn--block { width: 100%; }
.btn.is-done { color: var(--ok); }
.btn--primary.is-done, .btn--primary.is-done:hover { background: var(--ok); color: #fff; }

/* 11. Form bileşenleri ------------------------------------------------------ */
.field { margin: 0 0 16px; min-width: 0; }
.field:last-child { margin-bottom: 0; }
.field__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.field__label { display: block; margin: 0 0 6px; font-size: 13px; font-weight: 600; color: var(--ink); }
.field__hint { margin: 6px 0 0; font-size: 12.5px; color: var(--ink-muted); }
.field__error { margin: 6px 0 0; font-size: 12.5px; font-weight: 600; color: var(--err); }
.input, .select, .textarea {
  display: block; width: 100%; height: 46px; padding: 10px 14px;
  border: 1px solid var(--line); border-radius: 12px;
  background: #fff; color: var(--ink); font-size: 15px;
  font-variant-numeric: tabular-nums;
  transition: border-color .2s var(--fed), box-shadow .2s var(--fed);
  -webkit-appearance: none; appearance: none;
}
.input::placeholder, .textarea::placeholder { color: #9a9187; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: #ff6b0080; box-shadow: 0 0 0 4px #ff6b001a; }
.input[aria-invalid="true"], .select[aria-invalid="true"], .textarea[aria-invalid="true"], .input.is-invalid { border-color: var(--err); }
.input[aria-invalid="true"]:focus, .input.is-invalid:focus { box-shadow: 0 0 0 4px #c0493c1f; }
.input:disabled, .select:disabled, .textarea:disabled { background: var(--paper-2); color: var(--ink-muted); cursor: not-allowed; }
.input[type="date"], .input[type="time"] { padding-right: 10px; }
.input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .7; }
.textarea { height: auto; min-height: 120px; padding: 12px 14px; line-height: 1.55; resize: vertical; }
.select {
  padding-right: 40px; cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23574f47' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.input-group { display: flex; align-items: stretch; }
.input-group .input { border-radius: 12px 0 0 12px; }
.input-group__addon {
  display: inline-flex; align-items: center; padding: 0 14px;
  border: 1px solid var(--line); border-left: 0; border-radius: 0 12px 12px 0;
  background: var(--paper-2); color: var(--ink-2); font-size: 14px; font-weight: 600; white-space: nowrap;
}
.checkbox { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 14.5px; color: var(--ink); cursor: pointer; }
.checkbox input { width: 20px; height: 20px; margin: 0; accent-color: var(--brand); cursor: pointer; }
.segmented {
  display: inline-flex; flex-wrap: wrap; gap: 4px; margin: 0 0 16px; padding: 4px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--paper-2);
  min-width: 0; max-width: 100%;
}
.segmented__item { position: relative; margin: 0; min-width: 0; }
.segmented__item input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.segmented__item span {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 8px 14px; border-radius: 7px;
  color: var(--ink-2); font-size: 13px; font-weight: 600; white-space: normal; text-align: center; line-height: 1.5;
  transition: .2s var(--fed);
}
.segmented__item:hover span { color: var(--ink); }
.segmented__item input:checked + span { background: #fff; color: var(--ink); box-shadow: var(--sh-sm); }
.segmented__item input:focus-visible + span { outline: 2px solid var(--brand); outline-offset: 2px; }

/* 12. Araç sayfası ---------------------------------------------------------- */
.tool { margin: 0; }
.panel--tool:has(.tool > .tool__grid) { padding: 0; border: 0; background: transparent; box-shadow: none; }
.tool__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 24px; align-items: start; }
.tool__form { min-width: 0; }
.tool__grid > .tool__form { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.tool__form .input, .tool__form .select, .tool__form .textarea { background-color: #fafafa; border-color: #dedede; }
.tool__form .input:focus, .tool__form .select:focus, .tool__form .textarea:focus { background-color: var(--white); border-color: var(--brand); }
.tool__form [aria-invalid="true"], .tool__form .input.is-invalid { border-color: var(--err); }
.tool__form .input:disabled, .tool__form .select:disabled, .tool__form .textarea:disabled { background-color: var(--paper-2); }
.tool__form-head { margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--line-2); }
.tool__form-head h2 { margin: 0; font-size: 16px; font-weight: 700; letter-spacing: -.025em; }
.tool__form-head p { margin: 6px 0 0; color: var(--ink-muted); font-size: 12.5px; line-height: 1.6; }
.tool__form [data-mode][hidden] { display: none !important; }
.tool__form .form-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; margin-bottom: 16px; }
.tool__form .form-row > .field { margin-bottom: 0; }
.tool__form .form-row:last-child { margin-bottom: 0; }
.tool__form .form-row--three { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tool-form-note { margin: 16px 0 0; padding: 12px 14px; border-radius: 10px; background: var(--paper); color: var(--ink-2); font-size: 12.5px; line-height: 1.65; }
.tool-advanced { margin-top: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.tool-advanced > summary { position: relative; padding: 14px 40px 14px 16px; min-height: 48px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 600; color: var(--ink); }
.tool-advanced > summary::-webkit-details-marker { display: none; }
.tool-advanced > summary::after { content: ''; position: absolute; top: 20px; right: 18px; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.tool-advanced[open] > summary::after { top: 24px; transform: rotate(225deg); }
.tool-advanced > summary:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 10px; }
.tool-advanced > summary small { display: block; margin-top: 3px; font-size: 12px; font-weight: 400; color: var(--ink-muted); }
.tool-advanced__body { padding: 0 16px 16px; }
.tool__result-panel { position: sticky; top: calc(var(--header-h) + 20px); min-width: 0; border: 1px solid var(--line); border-radius: 16px; background: var(--result-bg); box-shadow: 0 2px 8px #00000004; }
.tool__result-panel > .result { padding: 24px; border: 0; border-radius: 16px 16px 0 0; background: transparent; }
.tool__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.tool__actions .btn { min-height: 44px; padding: 9px 13px; font-size: 12px; background: transparent; border-color: transparent; color: var(--ink-2); }
.tool__actions .btn:hover { background: var(--paper); color: var(--ink); }
.tool__actions .btn .icon { width: 16px; height: 16px; }
.tool__actions .btn:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }
.tool__result-panel > .tool__actions { margin: 0; padding: 8px 12px; gap: 4px; border-top: 1px solid var(--result-line); }
.tool__result-panel > .tool__actions .btn { flex: 1 1 auto; padding-inline: 9px; box-shadow: none; color: var(--result-muted); }
.tool__result-panel > .tool__actions .btn:hover { background: #ededed; color: var(--result-ink); }
.tool__result-panel > .tool__actions .btn:focus-visible { outline-color: var(--brand-700); }
.result {
  position: relative;
  background: #f5f5f5; border: 1px solid var(--line); border-radius: var(--r);
  padding: 20px; min-width: 0;
}
.result__label { margin: 0 0 12px; font-size: 13px; font-weight: 600; letter-spacing: 0; color: var(--ink-2); }
.result__value {
  margin: 0; font-family: var(--font-body); font-weight: 700;
  font-size: clamp(28px, 3.2vw, 40px); line-height: 1.2; letter-spacing: -.035em;
  color: var(--ink); font-variant-numeric: tabular-nums; overflow-wrap: anywhere;
}
.result__note { margin: 10px 0 0; font-size: 13.5px; color: var(--ink-2); }
.result__rows { margin: 22px 0 0; padding: 0; }
.result__rows:empty { display: none; }
.result__row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line-2); }
.result__row:last-child { padding-bottom: 0; }
.result__row dt { margin: 0; font-size: 13.5px; color: var(--ink-2); }
.result__row dd { margin: 0; font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--ink); font-variant-numeric: tabular-nums; text-align: right; overflow-wrap: anywhere; }
.result.result--empty .result__value { font-family: var(--font-body); font-size: 22px; font-weight: 600; line-height: 1.35; letter-spacing: -.025em; color: var(--ink-2); }
.result.result--empty .result__note { font-size: 13px; }
.result.result--error .result__value { font-size: 22px; line-height: 1.35; color: var(--err); }
.result__value.mono, .result__value code, .result__value pre { font-family: var(--font-mono); letter-spacing: 0; }
.result--ok .result__value { color: var(--ok); }
.result--err .result__value { color: var(--err); }
.tool__result-panel .result__label { color: var(--result-muted); }
.tool__result-panel .result__value, .tool__result-panel .result__row dd { color: var(--result-ink); }
.tool__result-panel .result__note, .tool__result-panel .result__row dt { color: var(--result-muted); }
.tool__result-panel .result__row { border-color: var(--result-line); }
.tool__result-panel .result--empty .result__value { color: var(--result-ink); }
.tool__result-panel .result--error .result__value, .tool__result-panel .result--err .result__value { color: #a73529; }
.tool__result-panel .result--ok .result__value { color: #187647; }
.tool__result-panel .suite-output { border-color: var(--result-line); background: #fafafa; color: var(--result-ink); }
.tool__actions.tool__actions--utility { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.tool__actions.tool__actions--utility .btn { min-width: 0; min-height: 44px; border: 1px solid #dedede; border-radius: 9px; padding: 8px 10px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 600; gap: 7px; box-shadow: 0 1px 2px #00000004; }
.tool__result-panel > .tool__actions--utility { padding: 12px; gap: 8px; }
.tool__actions.tool__actions--utility .btn:hover { background: #ededed; border-color: #c7c7c7; color: var(--ink); }
.tool__actions.tool__actions--utility .btn .icon { width: 18px; height: 18px; stroke-width: 1.8; flex-shrink: 0; }
.tool__actions.tool__actions--utility [data-label] { min-width: 0; white-space: normal; overflow-wrap: anywhere; line-height: 1.2; }
.tool__actions.tool__actions--utility .btn:disabled { opacity: 1; background: #f1f1f1; border-color: #e5e5e5; color: #939393; box-shadow: none; pointer-events: none; }

.tool-body { display: grid; grid-template-columns: minmax(0, 1fr) 272px; gap: 32px; margin-top: 32px; padding-bottom: 48px; align-items: start; }
.tool-side { position: sticky; top: calc(var(--header-h) + 20px); display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.tool-side__box { padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; box-shadow: var(--sh-sm); }
.tool-side__box dl { margin: 0; display: grid; gap: 12px; }
.tool-side__box dl > div { display: flex; flex-direction: column; gap: 2px; }
.tool-side__box dt { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-muted); }
.tool-side__box dd { margin: 0; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.tool-side h2, .related h2 { font-size: 15px; font-weight: 800; margin-bottom: 10px; }
.tool-side .tgrid, .related .tgrid { grid-template-columns: 1fr; gap: 8px; }
.tool-side .tcard, .related .tcard { padding: 10px 11px; }
.tool-side .tcard__ico, .related .tcard__ico { width: 38px; height: 38px; border-radius: 10px; }
.tool-side .tcard__ico .icon, .related .tcard__ico .icon { width: 18px; height: 18px; }
.tool-side .tcard__t, .related .tcard__t { font-size: 14px; }
.tool-side .tcard__d, .related .tcard__d { font-size: 13px; }

/* 13. İçerik tipografisi (.prose) ------------------------------------------- */
.prose { min-width: 0; font-size: 15.5px; line-height: 1.7; color: var(--ink-2); }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 36px 0 12px; font-size: 22px; font-weight: 800; color: var(--ink); }
.prose h3 { margin: 26px 0 8px; font-size: 17px; font-weight: 700; color: var(--ink); }
.prose p, .prose ul, .prose ol { margin: 0 0 1em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .35em; }
.prose li::marker { color: var(--brand); font-weight: 700; }
.prose strong { color: var(--ink); }
.prose a { color: var(--brand-700); text-decoration: underline; text-decoration-color: #ff6b0059; }
.prose a:hover { text-decoration-color: var(--brand); }
.prose code { padding: .12em .4em; border-radius: 6px; background: var(--paper-2); border: 1px solid var(--line-2); color: var(--ink); font-family: var(--font-mono); font-size: .88em; overflow-wrap: anywhere; }
.prose pre { margin: 0 0 1em; padding: 14px 16px; overflow: auto; border-radius: var(--r-xs); background: var(--dark-2); color: var(--on-dark); font-size: 13.5px; }
.prose pre code { padding: 0; border: 0; background: none; color: inherit; }
.prose blockquote { margin: 0 0 1em; padding: 4px 0 4px 16px; border-left: 3px solid var(--brand); color: var(--ink-2); }
.prose hr { margin: 28px 0; }
.prose .formula, .formula {
  margin: 0 0 1em; padding: 14px 18px;
  border: 1px solid #ff6b0033; border-left: 3px solid var(--brand); border-radius: var(--r-xs);
  background: var(--brand-soft-2); color: var(--ink);
  font-family: var(--font-mono); font-size: 14px; line-height: 1.6; font-variant-numeric: tabular-nums;
  overflow-x: auto;
}
.table-wrap { max-width: 100%; margin: 20px 0 24px; overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; border: 1px solid var(--line-strong); border-radius: var(--r-xs); background: var(--white); }
.table-wrap:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.table, .prose table { width: 100%; margin: 20px 0 24px; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line-strong); border-radius: var(--r-xs); background: var(--white); font-family: var(--font-body); font-size: 14px; line-height: 1.6; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
:is(.table, .prose table) :is(th, td) { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line-2); }
:is(.table, .prose table) th { font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--ink); background: var(--brand-soft); }
:is(.table, .prose table) tbody th { background: transparent; font-size: inherit; font-weight: 600; }
:is(.table, .prose table) tbody tr:nth-child(even) > :is(th, td) { background: var(--paper-2); }
:is(.table, .prose table) tr > :last-child { border-right: 0; }
:is(.table, .prose table) tbody tr:last-child > :is(th, td) { border-bottom: 0; }
:is(.table, .prose table) td { color: var(--ink-2); }
:is(.table, .prose table) td strong { color: var(--ink); }
:is(.table, .prose table) :is(.num, td[data-num]) { text-align: right; font-family: var(--font-mono); font-size: 13.5px; color: var(--ink); }
:is(.table, .prose table) caption { caption-side: top; padding: 12px 16px; font-size: 13px; font-weight: 600; color: var(--ink-2); background: var(--paper-2); text-align: left; }
.table-wrap > :is(.table, table) { margin: 0; border: 0; border-radius: 0; overflow-wrap: normal; }
.prose .table-wrap :is(th, td) { min-width: 8rem; }
.prose .table-wrap code { overflow-wrap: normal; }
@media print {
  .prose .table-wrap { overflow: visible; }
  .prose .table-wrap :is(th, td) { min-width: 0; overflow-wrap: anywhere; }
}

/* 14. SSS (.faq) ------------------------------------------------------------ */
.faq { margin-top: 44px; }
.faq h2 { margin-bottom: 14px; font-size: 22px; }
.faq__list { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; transition: border-color .2s var(--fed), box-shadow .2s var(--fed); }
.faq details[open] { border-left-color: var(--brand); box-shadow: var(--sh-sm); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 15px 18px; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--brand-700); }
.faq summary .icon { width: 18px; height: 18px; color: var(--ink-muted); transition: transform .25s var(--fed); }
.faq details[open] summary .icon { transform: rotate(180deg); color: var(--brand); }
.faq__answer { padding: 0 18px 16px; font-size: 14.5px; line-height: 1.65; color: var(--ink-2); }
.faq__answer p { margin: 0 0 .7em; }
.faq__answer p:last-child { margin-bottom: 0; }

/* 15. Yardımcı bloklar ------------------------------------------------------ */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 36px; padding: 7px 13px; border: 1px solid var(--line); border-radius: var(--pill);
  background: #fff; color: var(--ink); font-size: 13.5px; font-weight: 700; text-decoration: none;
  transition: .18s var(--fed);
}
.chip:hover, .chip.is-active { text-decoration: none; border-color: #ff6b0080; color: var(--brand-700); }
.chip.is-active { background: var(--brand-soft); }
.chip__count { font-size: 12px; font-weight: 600; color: var(--ink-muted); }
.empty {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  padding: 36px 20px; border: 1px dashed #16110c2b; border-radius: var(--r);
  background: var(--paper-2); text-align: center; color: var(--ink-2);
}
.empty .icon { width: 32px; height: 32px; color: var(--brand); }
.empty p { margin: 0; max-width: 46ch; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; font-size: 13px; font-weight: 600; color: var(--ink-muted); }
.breadcrumb li { display: inline-flex; align-items: center; gap: 6px; }
.breadcrumb li + li::before { content: "/"; opacity: .5; }
.breadcrumb a { color: var(--ink-2); text-decoration: none; }
.breadcrumb a:hover { color: var(--brand-700); text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--ink); }
.breadcrumb__home { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; color: var(--ink-2); }
.breadcrumb__home .icon { width: 18px; height: 18px; }
.breadcrumb .breadcrumb__home:hover { background: var(--paper-2); color: var(--ink); text-decoration: none; }
.breadcrumb--dark { color: var(--ink-muted); }
.breadcrumb--dark a { color: var(--ink-2); }
.breadcrumb--dark a:hover { color: var(--brand-700); }
.breadcrumb--dark [aria-current="page"] { color: var(--ink); }

/* 16. Footer ---------------------------------------------------------------- */
.footer { padding: 32px 0 18px; border-top: 1px solid #e3e3e3; background: #f3f3f3; color: var(--ink-muted); font-size: 12px; }
.footer__main { display: grid; grid-template-columns: minmax(240px, 1.7fr) repeat(3, minmax(0, 1fr)); gap: 32px; }
.footer__identity { min-width: 0; }
.footer__identity .brand__logo { width: 156px; }
.footer__identity p { margin: 16px 0 0; max-width: 36ch; font-size: 12.5px; line-height: 1.75; }
.footer__assurance { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; color: var(--ink-2); font-size: 11px; }
.footer__assurance span { display: inline-flex; align-items: center; gap: 6px; }
.footer__assurance span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }
.footer__group { min-width: 0; }
.footer__group h2 { margin: 0 0 8px; font-size: 12px; font-weight: 700; letter-spacing: 0; color: var(--ink); }
.footer__group ul { margin: 0; padding: 0; list-style: none; }
.footer__group li { margin: 0; }
.footer__group a { display: inline-flex; align-items: center; min-height: 40px; padding: 6px 0; font-size: 12px; font-weight: 500; line-height: 1.5; color: var(--ink-2); }
.footer__group a:hover { color: var(--brand-700); text-decoration: underline; text-underline-offset: 3px; }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; margin-top: 24px; padding-top: 16px; border-top: 1px solid #e3e3e3; font-size: 11px; line-height: 1.6; }
.footer__bottom p { margin: 0; }

/* 17. Yardımcı sınıflar ----------------------------------------------------- */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; border-radius: var(--pill); background: var(--brand); color: #fff; font-weight: 700; transform: translateY(-200%); transition: transform .2s var(--fed); }
.skip-link:focus { transform: none; outline-color: #fff; }
.muted { color: var(--ink-muted); }
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.text-ok { color: var(--ok); }
.text-warn { color: var(--warn); }
.text-err { color: var(--err); }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.stack { display: grid; gap: 14px; }
.row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.count { font-variant-numeric: tabular-nums; }

/* 18. Eski sınıf uyumluluğu (diğer şablonlar yenilenene kadar) ------------- */
.page-head { padding: 28px 0 24px; }
.page-head h1 { margin-bottom: 8px; }
.page-head .lead { color: var(--ink-2); }
.page-head__count { margin-top: 8px; font-size: 13px; font-weight: 700; }
.section--tight { padding: 8px 0 56px; }
.tool-head { padding: 28px 0 24px; }
.tool-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(236px, 1fr)); gap: 10px; }
.tool-grid--compact { grid-template-columns: 1fr; gap: 8px; }
.tool-card { display: flex; align-items: center; gap: 12px; padding: 12px 13px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; color: var(--ink); text-decoration: none; transition: .18s var(--fed); }
.tool-card:hover { text-decoration: none; border-color: var(--brand-300); background: var(--brand-soft-2); }
.tool-card__icon { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-700); }
.tool-card__icon .icon { width: 20px; height: 20px; }
.tool-card__title { display: block; font-size: 14.5px; font-weight: 700; color: var(--ink); }
.tool-card__desc { display: block; margin-top: 2px; font-size: 12.5px; color: var(--ink-muted); }
.category-group { margin-top: 32px; scroll-margin-top: 96px; }
.category-group__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.category-group__head .icon { width: 20px; height: 20px; color: var(--brand); }
.category-group__head h2 { font-size: 17px; }
.category-group__head .cat-card__count, .cat-card__count { font-size: 12px; font-weight: 700; color: var(--ink-muted); }
.category-group--pending h2 { font-size: 15px; margin-bottom: 6px; }
.notfound { padding: 60px 0; max-width: 560px; margin: 0 auto; text-align: center; }
.notfound .search { margin: 20px 0; }
.notfound .row { justify-content: center; }
.page { padding: 28px 0 48px; max-width: 760px; }
.page h1 { margin: 12px 0 20px; }
.inline-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 16px 0 0; padding: 0; list-style: none; }
.inline-list li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); }
.inline-list .icon { color: var(--ok); }
.tool-body .related { margin-top: 0; }

/* Diğer şablonların kullandığı ek sınıflar */
.container--narrow { max-width: 820px; }
.hero__inner { position: relative; z-index: 1; }
.panel--page { padding: 34px 36px; }
.panel--page .prose > :first-child { margin-top: 0; }
.panel--tool { padding: 24px; }
.notfound-panel { display: grid; gap: 20px; }
.notfound-panel .row { gap: 10px; }
.search--lg .search__input { height: 50px; font-size: 15px; }
.finder__count { margin: 0; font-size: 13px; font-weight: 700; color: var(--ink-muted); white-space: nowrap; }
.empty__icon { width: 32px; height: 32px; color: var(--brand); }
.empty__title { margin: 0; font-family: var(--font-display); font-size: 16px; color: var(--ink); }
.empty__title strong { color: var(--ink); }
.empty__text { margin: 0; max-width: 52ch; }
.empty .btn { margin-top: 4px; }
.jump--soon { color: var(--ink-2); border-style: dashed; background: var(--paper-2); }
.jump--soon .jump__n { color: var(--ink-muted); }
.tsec--soon .tsec__head h2 { color: var(--ink-2); }
.tsec__soon { display: flex; align-items: center; gap: 8px; margin: 0; padding: 12px 14px; border: 1px dashed #16110c2b; border-radius: var(--r-sm); background: var(--paper-2); font-size: 13.5px; }
.tsec__soon .icon { color: var(--brand); width: 18px; height: 18px; }
.related__title { font-size: 15px; font-weight: 800; margin: 0 0 10px; }
.tgrid--side { grid-template-columns: 1fr; gap: 8px; }
.tool-side__cat { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; }
.tool-side__cat:hover { color: var(--brand-700); text-decoration: none; }
.tool-side__desc { font-weight: 500 !important; font-size: 13px !important; color: var(--ink-muted) !important; margin-top: 4px !important; }
.faq__item { border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; }
.faq__chev { width: 18px; height: 18px; color: var(--ink-muted); }

/* 19. Hareket, erişilebilirlik, yazdırma, kırılımlar ------------------------ */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  html { scroll-behavior: auto; }
  .tcard:hover, .tool-card:hover, .btn--primary:hover, .nav-cta:hover { transform: none; }
}

@media (max-width: 1100px) {
  .home-tools { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-featured { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tool-body { grid-template-columns: minmax(0,1fr) 240px; gap: 24px; }
  .home-intro-grid { gap: 24px; }
}
@media (max-width: 899px) {
  .nav-inner { gap: 12px; }
  .nav-desktop { display: none; }
  .nav-right { margin-left: auto; }
  .nav-search { min-width: 44px; padding: 10px; }
  .nav-search span { display: none; }
  .nav-burger { display: inline-flex; }
  .home-intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .home-intro { padding: 24px 0; }
  .home-intro-description { max-width: none; }
  .why { grid-template-columns: 1fr; gap: 18px; }
  .footer__main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .footer__identity { grid-column: 1 / -1; }
  .footer__identity p { max-width: 52ch; }
}
@media (max-width: 768px) {
  .home-directory { grid-template-columns: 1fr; gap: 20px; }
  .home-sidebar { position: static; display: flex; align-items: center; gap: 16px; padding: 12px; }
  .home-sidebar h2 { margin: 0; font-size: 12px; gap: 10px; }
  .home-sidebar h2 > span { display: none; }
  .home-sidebar .home-category-select { display: block; flex: 1; min-width: 0; }
  .home-category-list { display: none; }
  .home-content { padding-top: 20px; padding-bottom: 36px; }
  .home-section-head { gap: 8px; }
  .home-section-head h2 { font-size: 18px; }
  .catalog-content { padding-bottom: 36px; }
  .catalog-page .catalog-search { margin-bottom: 16px; }
  .tool__grid, .tool-body { grid-template-columns: 1fr; }
  .tool__grid { gap: 20px; }
  .tool__result-panel { position: static; }
  .tool-side { position: static; }
  .tool-body { gap: 28px; margin-top: 28px; padding-bottom: 40px; }
  .panel { padding: 18px; border-radius: 14px; }
  .panel-wrap { margin-bottom: 32px; }
  .panel-wrap--tool { margin-bottom: 0; }
  .section { padding: 32px 0; }
  .segmented { display: flex; }
  .segmented__item { flex: 1 1 auto; }
  .segmented__item span { width: 100%; }
  .breadcrumb { font-size: 11px; }
  .input, .select, .textarea, .home-search .search__input, .catalog-search .search__input { font-size: 16px; }
}
@media (max-width: 560px) {
  :root { --header-h: 60px; }
  .nav-inner { padding: 0 16px; gap: 8px; }
  .nav .brand__logo { width: 148px; }
  .nav-right { gap: 6px; }
  .container { padding: 0 16px; }
  .hero { padding: 20px 0; }
  .hero__title { font-size: 25px; }
  .hero--slim .lead, .hero__sub { font-size: 13px; }
  .home-intro-title { font-size: 27px; }
  .home-intro-description { font-size: 13px; }
  .home-search { gap: 8px; padding-left: 12px; }
  .home-search .btn { padding-inline: 12px; }
  .home-facts { gap: 6px 14px; }
  .home-popular { margin-bottom: 22px; }
  .home-featured { gap: 8px; }
  .home-featured .tcard { padding: 10px; gap: 8px; }
  .home-featured .tcard__arrow { display: none; }
  .home-featured .tcard__t { font-size: 12px; }
  .home-featured .tcard__ico { width: 28px; height: 28px; }
  .home-tools, .tgrid, .tool-grid { grid-template-columns: 1fr; gap: 10px; }
  .home-tool .tcard { grid-template-columns: 32px minmax(0,1fr) 15px; grid-template-rows: auto auto; gap: 6px 12px; min-height: 0; padding: 14px; }
  .home-tool .tcard__ico { grid-column: 1; grid-row: 1; }
  .home-tool .tcard__body { grid-column: 2; grid-row: 1; }
  .home-tool .tcard__arrow { grid-column: 3; grid-row: 1; }
  .home-tool .tcard__category { grid-column: 2; grid-row: 2; }
  .home-section-head p { font-size: 11px; }
  .home-sidebar { gap: 12px; }
  .result { padding: 16px; }
  .tool__grid > .tool__form { padding: 18px; border-radius: 14px; }
  .tool__form .form-row, .tool__form .form-row--three { grid-template-columns: 1fr; }
  .tool__form-head { margin-bottom: 18px; }
  .tool__result-panel { border-radius: 14px; }
  .tool__result-panel > .result { padding: 20px 18px; }
  .tool__result-panel > .tool__actions { padding: 8px; }
  .tool__result-panel > .tool__actions--utility { padding: 10px; gap: 6px; }
  .tool__actions.tool__actions--utility .btn { padding: 8px 4px; font-size: 11px; gap: 5px; }
  .tool__actions.tool__actions--utility .btn .icon { width: 16px; height: 16px; }
  .result__row { flex-wrap: wrap; gap: 3px 12px; }
  .result__row dd { overflow-wrap: anywhere; }
  .file-picker__surface { min-height: 112px; padding: 16px; grid-template-columns: 32px minmax(0,1fr); gap: 3px 10px; }
  .file-picker__icon { width: 32px; height: 32px; }
  .file-picker__title { font-size: 13px; }
  .file-picker__hint, .file-picker__selection { font-size: 11px; }
  .tool__actions { gap: 4px; }
  .tool__actions .btn { flex: 1 1 auto; padding-inline: 8px; font-size: 11px; }
  .footer { padding: 28px 0 18px; }
  .footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
  .footer__group a { min-height: 44px; }
  .footer__bottom { margin-top: 24px; }
  .finder .search { flex-basis: 100%; }
}

@media print {
  .nav, .drawer, .footer, .skip-link, .tool__actions, .tool-side, .hero__bg, .hero__grid { display: none !important; }
  .hero { background: none; color: #000; padding: 0 0 16px; }
  .hero__title, .hero__sub { color: #000; }
  body { padding-top: 0; background: #fff; color: #000; }
  .panel { box-shadow: none; border-color: #ccc; }
  .tool-body { grid-template-columns: 1fr; }
  .tool__result-panel { position: static; box-shadow: none; background: #fff; }
  .tool__result-panel .result__label, .tool__result-panel .result__value, .tool__result-panel .result__note, .tool__result-panel .result__row dt, .tool__result-panel .result__row dd { color: #000 !important; }
  a { color: inherit; }
}

/* 20. Planlanan araç listeleri (.soon-list, .soon-badge, .tsec__more, .tsec--sub) ----- */
.tsec--sub { margin-top: 26px; }
.tsec--sub .tsec__head { margin-bottom: 10px; }
.tsec--sub h3 {
  display: flex; align-items: center; gap: 9px; margin: 0;
  font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -.01em;
}
.tsec--sub .tgrid + .soon-list { margin-top: 10px; }

.soon-list { display: grid; grid-template-columns: 1fr; gap: 2px 22px; margin: 0; padding: 0; list-style: none; }
.soon-list > li {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  min-height: 30px; padding: 5px 2px;
  font-size: 13.5px; line-height: 1.35; color: var(--ink-2);
}
.soon-list__t { min-width: 0; }
.soon-badge {
  flex: none; padding: 2px 7px; border-radius: var(--pill);
  background: var(--brand-soft); color: var(--brand-700);
  font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}

.tsec__more { margin: 12px 0 0; font-size: 13.5px; }
.tsec__more a { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: var(--brand-700); }
.tsec__more a:hover { color: var(--brand-600); text-decoration: none; }
.tsec__more .icon { width: 15px; height: 15px; }

@media (min-width: 768px) {
  .soon-list { grid-template-columns: 1fr 1fr; }
}
