/* ==========================================================================
   mistboost — tasarım sistemi
   Koyu tema varsayılan; [data-theme="light"] ile açık tema.
   ========================================================================== */

@font-face { font-family: 'Manrope'; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url('../fonts/manrope-latin-ext-wght-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url('../fonts/manrope-latin-wght-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url('../fonts/inter-latin-ext-wght-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url('../fonts/inter-latin-wght-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --bg: #07070d;
  --bg-2: #0c0c16;
  --surface: #111120;
  --surface-2: #171729;
  --surface-3: #1e1e33;
  --line: rgba(255,255,255,.07);
  --line-2: rgba(255,255,255,.12);
  --text: #eeedff;
  --text-2: #c9c7e6;
  --muted: #9896b8;
  --muted-2: #6c6a8c;

  --brand: #7c5cff;
  --brand-hi: #9b82ff;
  --brand-2: #22d3ee;
  --brand-soft: rgba(124,92,255,.14);
  --grad: linear-gradient(135deg, #5b3cff 0%, #8f5bff 50%, #20d6ff 100%);
  --grad-text: linear-gradient(90deg, #a48bff, #3adcff);

  --ok: #2ed3a0;   --ok-soft: rgba(46,211,160,.13);
  --warn: #ffb547; --warn-soft: rgba(255,181,71,.13);
  --danger: #ff5c7a; --danger-soft: rgba(255,92,122,.13);
  --info: #5eb4ff; --info-soft: rgba(94,180,255,.13);

  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --display: 'Manrope', 'Inter', system-ui, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --r: 16px; --r-sm: 11px; --r-lg: 22px;
  --shadow: 0 1px 0 rgba(255,255,255,.04) inset, 0 20px 50px -30px rgba(0,0,0,.8);
  --ring: 0 0 0 3px rgba(124,92,255,.35);
  color-scheme: dark;
}

[data-theme="light"] {
  --bg: #f4f4fa;
  --bg-2: #ecebf6;
  --surface: #ffffff;
  --surface-2: #f7f7fc;
  --surface-3: #efeef8;
  --line: rgba(20,18,60,.08);
  --line-2: rgba(20,18,60,.14);
  --text: #14132b;
  --text-2: #34325a;
  --muted: #64628a;
  --muted-2: #9391b3;
  --brand-soft: rgba(124,92,255,.1);
  --grad-text: linear-gradient(90deg, #6a45ff, #0bb5d8);
  --ok: #0f9f74; --warn: #c27a06; --danger: #d92d53; --info: #1f7fd6;
  --shadow: 0 1px 2px rgba(20,18,60,.05), 0 16px 40px -28px rgba(20,18,60,.35);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { overflow-x: clip; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 15px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, svg, video { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--display); letter-spacing: -.02em; line-height: 1.15; margin: 0 0 .4em; font-weight: 750; }
p { margin: 0 0 1em; }
::selection { background: rgba(124,92,255,.35); }
.ic { width: 18px; height: 18px; flex: none; }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.xs { font-size: 12px; }
.mono { font-family: var(--mono); font-size: .92em; }
.grad-text { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nowrap { white-space: nowrap; }
.right { text-align: right; }
.center { text-align: center; }
.hidden { display: none !important; }
.stack > * + * { margin-top: 16px; }
.row { display: flex; align-items: center; gap: 12px; }
.row.wrap { flex-wrap: wrap; }
.between { justify-content: space-between; }
.grow { flex: 1; min-width: 0; }
.mt-0 { margin-top: 0 !important; } .mb-0 { margin-bottom: 0 !important; }
.mt { margin-top: 20px; } .mb { margin-bottom: 20px; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -.03em; color: var(--text); }
.logo img { width: 34px; height: 34px; }
.logo b { font-weight: 800; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  --h: 42px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: var(--h); padding: 0 18px; border-radius: 12px; border: 1px solid var(--line-2);
  background: var(--surface-2); color: var(--text); font: 600 14px/1 var(--sans);
  cursor: pointer; transition: transform .15s, background .15s, border-color .15s, box-shadow .15s, opacity .15s;
  white-space: nowrap; user-select: none;
}
.btn:hover { background: var(--surface-3); border-color: rgba(255,255,255,.18); }
[data-theme="light"] .btn:hover { border-color: rgba(20,18,60,.22); }
.btn:focus-visible { outline: none; box-shadow: var(--ring); }
.btn:active { transform: translateY(1px); }
.btn[disabled], .btn.disabled { opacity: .5; pointer-events: none; }
.btn-primary { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 10px 30px -12px rgba(124,92,255,.8); }
.btn-primary:hover { background: var(--grad); filter: brightness(1.08); border-color: transparent; }
.btn-ghost { background: transparent; border-color: transparent; }
.btn-ghost:hover { background: var(--surface-2); border-color: var(--line); }
.btn-outline { background: transparent; }
.btn-danger { background: var(--danger-soft); color: var(--danger); border-color: transparent; }
.btn-danger:hover { background: var(--danger); color: #fff; }
.btn-ok { background: var(--ok-soft); color: var(--ok); border-color: transparent; }
.btn-ok:hover { background: var(--ok); color: #06140f; }
.btn-sm { --h: 34px; padding: 0 12px; font-size: 13px; border-radius: 10px; }
.btn-xs { --h: 28px; padding: 0 10px; font-size: 12px; border-radius: 8px; }
.btn-lg { --h: 52px; padding: 0 26px; font-size: 15.5px; border-radius: 14px; }
.btn-block { width: 100%; }
.btn-icon { width: var(--h); padding: 0; }
.link { color: var(--brand-hi); font-weight: 600; }
.link:hover { text-decoration: underline; }
[data-theme="light"] .link { color: var(--brand); }

/* ---------- Badges ---------- */
.badge { display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 10px; border-radius: 99px; font-size: 12px; font-weight: 650; white-space: nowrap; background: var(--surface-3); color: var(--text-2); }
.badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .9; }
.badge.plain::before { display: none; }
.badge.ok { background: var(--ok-soft); color: var(--ok); }
.badge.warn { background: var(--warn-soft); color: var(--warn); }
.badge.danger { background: var(--danger-soft); color: var(--danger); }
.badge.info { background: var(--info-soft); color: var(--info); }
.badge.brand { background: var(--brand-soft); color: var(--brand-hi); }
[data-theme="light"] .badge.brand { color: var(--brand); }
.badge.muted { background: var(--surface-3); color: var(--muted); }
.badge.soon { background: linear-gradient(90deg, rgba(124,92,255,.2), rgba(34,211,238,.2)); color: var(--text); }
.badge.soon::before { display: none; }

/* ---------- Cards ---------- */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); }
.card-pad { padding: 22px; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.card-head h3 { font-size: 16px; margin: 0; }
.card-head .sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
.card-body { padding: 22px; }
.card-foot { padding: 16px 22px; border-top: 1px solid var(--line); }

/* ---------- Forms ---------- */
.field { display: block; margin-bottom: 16px; }
.field > label, .label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 7px; color: var(--text-2); }
.field .req { color: var(--danger); }
.input, .select, .textarea {
  width: 100%; height: 44px; padding: 0 14px; border-radius: 12px; border: 1px solid var(--line-2);
  background: var(--bg-2); color: var(--text); font: 400 14.5px var(--sans); transition: border-color .15s, box-shadow .15s, background .15s;
}
[data-theme="light"] .input, [data-theme="light"] .select, [data-theme="light"] .textarea { background: #fff; }
.textarea { height: auto; min-height: 100px; padding: 12px 14px; resize: vertical; line-height: 1.5; }
.select { appearance: none; padding-right: 36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239896b8' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--brand); box-shadow: var(--ring); }
.input::placeholder, .textarea::placeholder { color: var(--muted-2); }
.input.is-invalid, .select.is-invalid, .textarea.is-invalid { border-color: var(--danger); }
.hint { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.err { font-size: 12.5px; color: var(--danger); margin-top: 6px; font-weight: 500; }
.input-group { position: relative; display: flex; align-items: center; }
.input-group .pre { position: absolute; left: 13px; color: var(--muted); display: flex; pointer-events: none; }
.input-group .input { padding-left: 40px; }
.input-group .suf { position: absolute; right: 13px; color: var(--muted); font-size: 13px; font-weight: 600; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 16px; }
.check { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 14px; }
.check input { width: 18px; height: 18px; accent-color: var(--brand); margin-top: 1px; flex: none; }
.switch { position: relative; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; }
.switch input { appearance: none; width: 38px; height: 22px; border-radius: 99px; background: var(--surface-3); border: 1px solid var(--line-2); position: relative; cursor: pointer; transition: background .2s; flex: none; }
.switch input::after { content: ''; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: transform .2s; }
.switch input:checked { background: var(--brand); border-color: var(--brand); }
.switch input:checked::after { transform: translateX(16px); }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
legend { padding: 0; }

/* Seçim kartları (radio/checkbox) */
.choices { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.choice { position: relative; display: block; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice .box { display: flex; gap: 12px; align-items: flex-start; height: 100%; padding: 15px; border: 1px solid var(--line-2); border-radius: 14px; background: var(--bg-2); transition: border-color .15s, background .15s, box-shadow .15s; }
[data-theme="light"] .choice .box { background: #fff; }
.choice:hover .box { border-color: rgba(124,92,255,.5); }
.choice input:checked + .box { border-color: var(--brand); background: var(--brand-soft); box-shadow: var(--ring); }
.choice input:focus-visible + .box { box-shadow: var(--ring); }
.choice input:disabled + .box { opacity: .55; cursor: not-allowed; }
.choice .ico { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--surface-3); color: var(--brand-hi); flex: none; }
.choice .ico .ic { width: 20px; height: 20px; }
.choice .t, .choice .d { display: block; }
.choice .box > span:not(.ico):not(.badge):not(.price):not(.pf-ico) { min-width: 0; }
.choice .t { font-weight: 650; font-size: 14.5px; line-height: 1.3; }
.choice .d { font-size: 12.5px; color: var(--muted); margin-top: 3px; line-height: 1.45; }
.choice .price { margin-left: auto; font-weight: 700; font-size: 13.5px; white-space: nowrap; }

/* Dropzone */
.drop { display: block; border: 1.5px dashed var(--line-2); border-radius: 16px; padding: 26px; text-align: center; cursor: pointer; transition: border-color .15s, background .15s; background: var(--bg-2); }
.drop:hover, .drop.over { border-color: var(--brand); background: var(--brand-soft); }
.drop input { display: none; }
.drop .ic { width: 28px; height: 28px; margin: 0 auto 8px; color: var(--brand-hi); }
.drop-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; margin-top: 12px; }
.drop-list .thumb { aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: var(--surface-3); display: grid; place-items: center; font-size: 11px; color: var(--muted); text-align: center; padding: 4px; }
.drop-list .thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th { text-align: left; font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; padding: 12px 16px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.table td { padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table tr:last-child td { border-bottom: 0; }
.table tbody tr { transition: background .12s; }
.table tbody tr:hover { background: rgba(124,92,255,.04); }
.table .t-main { font-weight: 600; }
.table .t-sub { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
tr[data-href] { cursor: pointer; }

/* ---------- Alerts / flash ---------- */
.alert { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line); background: var(--surface-2); font-size: 14px; }
.alert .ic { margin-top: 1px; }
.alert.ok { background: var(--ok-soft); border-color: transparent; color: var(--ok); }
.alert.error { background: var(--danger-soft); border-color: transparent; color: var(--danger); }
.alert.warn { background: var(--warn-soft); border-color: transparent; color: var(--warn); }
.alert.info { background: var(--info-soft); border-color: transparent; color: var(--info); }
.alert .body { color: var(--text); }
.toasts { position: fixed; top: 18px; right: 18px; z-index: 100; display: grid; gap: 10px; width: min(380px, calc(100vw - 36px)); }
.toast { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 14px; background: var(--surface-2); border: 1px solid var(--line-2); box-shadow: 0 20px 50px -20px rgba(0,0,0,.6); font-size: 14px; animation: toastIn .35s ease; }
.toast.ok .ic { color: var(--ok); } .toast.error .ic { color: var(--danger); } .toast.info .ic { color: var(--info); } .toast.warn .ic { color: var(--warn); }
.toast .x { margin-left: auto; cursor: pointer; color: var(--muted); background: none; border: 0; padding: 0; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-8px); } }

/* ---------- Progress ---------- */
.progress { height: 8px; border-radius: 99px; background: var(--surface-3); overflow: hidden; }
.progress > span { display: block; height: 100%; border-radius: 99px; background: var(--grad); transition: width .6s; }

/* ---------- Pager ---------- */
.pager { display: flex; gap: 6px; justify-content: center; padding: 16px; flex-wrap: wrap; }
.pager a, .pager .dots { min-width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-size: 13px; font-weight: 600; border: 1px solid var(--line); color: var(--muted); }
.pager a:hover { border-color: var(--brand); color: var(--text); }
.pager a.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.pager .dots { border: 0; }

/* ---------- Empty state ---------- */
.empty { text-align: center; padding: 48px 20px; color: var(--muted); }
.empty .ic { width: 42px; height: 42px; margin: 0 auto 12px; color: var(--muted-2); }
.empty h4 { color: var(--text); font-size: 17px; margin-bottom: 6px; }

/* ==========================================================================
   Panel düzeni
   ========================================================================== */
.app { display: grid; grid-template-columns: 264px 1fr; min-height: 100vh; background: linear-gradient(to right, var(--bg-2) 263px, var(--line) 263px, var(--line) 264px, var(--bg) 264px); }
.side {
  position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 8px;
  padding: 20px 14px; border-right: 1px solid var(--line); background: var(--bg-2); overflow-y: auto;
}
.side .logo { padding: 4px 10px 18px; }
.nav-title { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); padding: 14px 12px 6px; font-weight: 700; }
.nav a { display: flex; align-items: center; gap: 11px; height: 40px; padding: 0 12px; border-radius: 11px; color: var(--muted); font-weight: 550; font-size: 14px; transition: background .15s, color .15s; position: relative; }
.nav a:hover { background: var(--surface-2); color: var(--text); }
.nav a.active { background: var(--brand-soft); color: var(--text); }
.nav a.active .ic { color: var(--brand-hi); }
[data-theme="light"] .nav a.active .ic { color: var(--brand); }
.nav a .count { margin-left: auto; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 99px; background: var(--brand); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; }
.side-cta { margin-top: auto; padding: 16px; border-radius: 16px; background: linear-gradient(160deg, rgba(124,92,255,.22), rgba(34,211,238,.1)); border: 1px solid var(--line); }
.side-cta h4 { font-size: 14.5px; margin-bottom: 4px; }
.side-cta p { font-size: 12.5px; color: var(--muted); margin-bottom: 12px; }
.side-backdrop { display: none; }
.main { min-width: 0; display: flex; flex-direction: column; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 12px; height: 68px; padding: 0 28px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(14px); }
.topbar .title { font-family: var(--display); font-weight: 700; font-size: 17px; }
.topbar .menu-btn { display: none; }
.topbar .spacer { flex: 1; }
.icon-btn { position: relative; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: var(--muted); border: 1px solid var(--line); background: var(--surface); cursor: pointer; }
.icon-btn:hover { color: var(--text); border-color: var(--line-2); }
.icon-btn .dot { position: absolute; top: 8px; right: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--danger); box-shadow: 0 0 0 2px var(--surface); }
.user-chip { display: flex; align-items: center; gap: 10px; padding: 4px 12px 4px 4px; border-radius: 99px; border: 1px solid var(--line); background: var(--surface); }
.avatar { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--grad); color: #fff; font-weight: 700; font-size: 12.5px; flex: none; }
.avatar.lg { width: 48px; height: 48px; font-size: 16px; }
.user-chip .n { font-size: 13.5px; font-weight: 600; line-height: 1.1; }
.user-chip .r { font-size: 11.5px; color: var(--muted); }
.content { padding: 28px; max-width: 1320px; width: 100%; }
.page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.page-head h1 { font-size: 26px; margin: 0; }
.page-head p { margin: 6px 0 0; color: var(--muted); }
.crumbs { display: flex; gap: 6px; align-items: center; font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.crumbs a:hover { color: var(--text); }

/* dropdown (details) */
.dd { position: relative; }
.dd > summary { list-style: none; cursor: pointer; }
.dd > summary::-webkit-details-marker { display: none; }
.dd-menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 300px; background: var(--surface); border: 1px solid var(--line-2); border-radius: 16px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.6); padding: 8px; z-index: 40; }
.dd-menu a.item, .dd-menu button.item { display: flex; gap: 10px; align-items: center; width: 100%; padding: 10px 12px; border-radius: 10px; font-size: 14px; color: var(--text-2); background: none; border: 0; cursor: pointer; text-align: left; font-family: inherit; }
.dd-menu a.item:hover, .dd-menu button.item:hover { background: var(--surface-2); color: var(--text); }
.notif { display: block; padding: 10px 12px; border-radius: 10px; }
.notif:hover { background: var(--surface-2); }
.notif .t { font-size: 13.5px; font-weight: 600; }
.notif .b { font-size: 12.5px; color: var(--muted); }
.notif .d { font-size: 11.5px; color: var(--muted-2); margin-top: 2px; }
.notif.unread .t::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); margin-right: 7px; vertical-align: middle; }

/* Stat kartları */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.stat { padding: 20px; position: relative; overflow: hidden; }
.stat .k { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; font-weight: 550; }
.stat .k .ic { width: 16px; height: 16px; color: var(--brand-hi); }
.stat .v { font-family: var(--display); font-size: 28px; font-weight: 800; letter-spacing: -.03em; margin-top: 10px; }
.stat .s { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.stat::after { content: ''; position: absolute; right: -40px; top: -40px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(124,92,255,.18), transparent 70%); pointer-events: none; }

.grid-main { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.grid-main > aside { display: grid; gap: 24px; }
.cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* Kampanya kartı */
.camp { display: block; padding: 20px; transition: border-color .15s, transform .15s; }
.camp:hover { border-color: rgba(124,92,255,.45); transform: translateY(-1px); }
.camp .top { display: flex; gap: 14px; align-items: flex-start; }
.pf-ico { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; flex: none; color: #fff; }
.pf-ico .ic { width: 22px; height: 22px; }
.camp .name { font-weight: 700; font-size: 15.5px; line-height: 1.3; }
.camp .meta { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.camp .nums { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0 14px; }
.camp .nums div { background: var(--bg-2); border-radius: 11px; padding: 10px 12px; }
.camp .nums .l { font-size: 11.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.camp .nums .n { font-weight: 700; font-size: 15px; margin-top: 2px; }

/* Adım göstergesi */
.steps { display: flex; gap: 0; overflow-x: auto; padding-bottom: 4px; }
.steps .st { flex: 1; min-width: 104px; position: relative; text-align: center; font-size: 12px; color: var(--muted); padding-top: 34px; }
.steps .st::before { content: ''; position: absolute; top: 12px; left: 50%; width: 100%; height: 2px; background: var(--line-2); }
.steps .st:last-child::before { display: none; }
.steps .st .dot { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 26px; height: 26px; border-radius: 50%; background: var(--surface-3); border: 2px solid var(--line-2); display: grid; place-items: center; z-index: 1; }
.steps .st .dot .ic { width: 13px; height: 13px; }
.steps .st.done .dot { background: var(--brand); border-color: var(--brand); color: #fff; }
.steps .st.done::before { background: var(--brand); }
.steps .st.now .dot { background: var(--surface); border-color: var(--brand); box-shadow: 0 0 0 5px rgba(124,92,255,.2); }
.steps .st.now .dot::after { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); }
.steps .st.now, .steps .st.done { color: var(--text); font-weight: 600; }

/* Zaman çizelgesi */
.timeline { position: relative; }
.tl { display: flex; gap: 14px; padding-bottom: 20px; position: relative; }
.tl:not(:last-child)::before { content: ''; position: absolute; left: 15px; top: 34px; bottom: 4px; width: 2px; background: var(--line); }
.tl .tl-ico { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--surface-3); color: var(--muted); flex: none; }
.tl .tl-ico .ic { width: 16px; height: 16px; }
.tl.status .tl-ico { background: var(--brand-soft); color: var(--brand-hi); }
.tl.client .tl-ico { background: var(--info-soft); color: var(--info); }
.tl.internal .tl-ico { background: var(--warn-soft); color: var(--warn); }
.tl .tl-body { flex: 1; min-width: 0; padding-top: 4px; }
.tl .tl-title { font-size: 14px; font-weight: 600; }
.tl .tl-msg { font-size: 14px; color: var(--text-2); margin-top: 4px; white-space: pre-line; overflow-wrap: anywhere; }
.tl .tl-date { font-size: 12px; color: var(--muted-2); margin-top: 4px; }

/* Görsel galerisi */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.cr { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-2); display: flex; flex-direction: column; }
.cr .media { aspect-ratio: 1; background: var(--surface-3); position: relative; display: block; }
.cr .media img, .cr .media video { width: 100%; height: 100%; object-fit: cover; }
.cr .media .tag { position: absolute; top: 8px; left: 8px; }
.cr .info { padding: 10px 12px; font-size: 12.5px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.cr .info .cap { color: var(--text-2); }
.cr .acts { display: flex; gap: 6px; margin-top: auto; }

/* Teklif satırları */
.quote-lines { width: 100%; border-collapse: collapse; font-size: 14px; }
.quote-lines td { padding: 10px 0; border-bottom: 1px dashed var(--line-2); }
.quote-lines td:last-child { text-align: right; font-weight: 600; white-space: nowrap; padding-left: 12px; }
.quote-lines tr.neg td:last-child { color: var(--ok); }
.quote-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 14px; font-weight: 700; }
.quote-total .v { font-family: var(--display); font-size: 26px; font-weight: 800; letter-spacing: -.02em; }

/* Mesaj akışı (destek) */
.thread { display: grid; gap: 14px; }
.msg { max-width: 78%; padding: 12px 16px; border-radius: 16px; background: var(--surface-2); border: 1px solid var(--line); }
.msg.me { margin-left: auto; background: var(--brand-soft); border-color: rgba(124,92,255,.3); }
.msg .who { font-size: 12px; color: var(--muted); margin-bottom: 4px; font-weight: 600; }
.msg .txt { white-space: pre-line; overflow-wrap: anywhere; font-size: 14.5px; }

/* KV listesi */
.kv { display: grid; grid-template-columns: auto 1fr; gap: 10px 16px; font-size: 14px; margin: 0; }
.kv dt { color: var(--muted); }
.kv dd { margin: 0; text-align: right; font-weight: 550; overflow-wrap: anywhere; }

/* Sekmeler */
.tabs { display: flex; gap: 4px; padding: 4px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; margin-bottom: 20px; overflow-x: auto; }
.tabs a, .tabs button { height: 36px; padding: 0 14px; border-radius: 10px; font-size: 13.5px; font-weight: 600; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; border: 0; background: none; cursor: pointer; font-family: inherit; }
.tabs a:hover, .tabs button:hover { color: var(--text); }
.tabs a.on, .tabs button.on { background: var(--surface-3); color: var(--text); }
.tabs .n { font-size: 11px; background: var(--surface-3); padding: 1px 7px; border-radius: 99px; }
.tabs a.on .n { background: var(--brand); color: #fff; }
.tab-panel { display: none; }
.tab-panel.on { display: block; }

/* Filtre çubuğu */
.filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.filters .input, .filters .select { height: 38px; width: auto; min-width: 160px; font-size: 13.5px; }

/* Grafik */
.chart { width: 100%; height: 220px; }
.chart .grid line { stroke: var(--line); }
.chart .axis text { fill: var(--muted-2); font-size: 11px; font-family: var(--sans); }
.legend { display: flex; gap: 16px; font-size: 12.5px; color: var(--muted); }
.legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 6px; vertical-align: -1px; }

/* Modal (dialog) */
dialog.modal { border: 1px solid var(--line-2); border-radius: 20px; padding: 0; background: var(--surface); color: var(--text); width: min(560px, calc(100vw - 32px)); box-shadow: 0 40px 100px -30px rgba(0,0,0,.8); }
dialog.modal::backdrop { background: rgba(5,5,12,.65); backdrop-filter: blur(4px); }
dialog.modal .m-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); }
dialog.modal .m-head h3 { margin: 0; font-size: 17px; }
dialog.modal .m-body { padding: 22px; max-height: 70vh; overflow-y: auto; }
dialog.modal .m-foot { padding: 16px 22px; border-top: 1px solid var(--line); display: flex; gap: 10px; justify-content: flex-end; }

/* Yetki matrisi */
.perm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; }
.perm-grid .check { padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-2); }
.perm-grid .check small { display: block; color: var(--muted); font-size: 12px; }

/* ==========================================================================
   Kimlik doğrulama sayfaları
   ========================================================================== */
.auth { min-height: 100vh; display: grid; grid-template-columns: 1.05fr 1fr; }
.auth-art { position: relative; overflow: hidden; padding: 44px; display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(1200px 600px at 10% 110%, rgba(34,211,238,.18), transparent 60%), radial-gradient(900px 600px at 90% -10%, rgba(124,92,255,.35), transparent 60%), var(--bg-2); border-right: 1px solid var(--line); }
.auth-art h2 { font-size: 40px; max-width: 520px; letter-spacing: -.035em; }
.auth-art p { color: var(--muted); max-width: 460px; font-size: 16px; }
.auth-art .pts { display: grid; gap: 14px; margin-top: 28px; }
.auth-art .pt { display: flex; gap: 12px; align-items: center; font-weight: 550; }
.auth-art .pt span { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: rgba(124,92,255,.18); color: var(--brand-hi); }
.auth-form { display: flex; align-items: center; justify-content: center; padding: 40px 24px; }
.auth-form .box { width: 100%; max-width: 440px; }
.auth-form h1 { font-size: 28px; }
.auth-form .sub { color: var(--muted); margin-bottom: 26px; }
.divider { display: flex; align-items: center; gap: 12px; color: var(--muted-2); font-size: 12px; margin: 20px 0; }
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.contact-note { display: flex; gap: 10px; padding: 12px 14px; border-radius: 12px; background: var(--brand-soft); font-size: 13px; color: var(--text-2); margin-bottom: 16px; }
.contact-note .ic { color: var(--brand-hi); margin-top: 1px; }

/* ==========================================================================
   Landing
   ========================================================================== */
.lp { overflow-x: hidden; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.lp-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .2s, border-color .2s; }
.lp-nav.scrolled { background: color-mix(in srgb, var(--bg) 80%, transparent); backdrop-filter: blur(16px); border-color: var(--line); }
.lp-nav .container { display: flex; align-items: center; gap: 28px; height: 74px; }
.lp-nav nav { display: flex; gap: 26px; font-size: 14.5px; color: var(--muted); font-weight: 550; }
.lp-nav nav a:hover { color: var(--text); }
.lp-nav .acts { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.lp-nav .burger { display: none; }

.hero { position: relative; padding: 84px 0 70px; }
.hero::before { content: ''; position: absolute; inset: -200px -10% auto; height: 900px; background: radial-gradient(600px 380px at 25% 30%, rgba(124,92,255,.35), transparent 70%), radial-gradient(520px 360px at 80% 20%, rgba(34,211,238,.22), transparent 70%); pointer-events: none; filter: blur(10px); z-index: -1; }
.hero .grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 14px 0 6px; border-radius: 99px; border: 1px solid var(--line-2); background: var(--surface); font-size: 13px; font-weight: 600; color: var(--text-2); }
.eyebrow .pill { height: 24px; padding: 0 10px; border-radius: 99px; background: var(--grad); color: #fff; display: inline-flex; align-items: center; font-size: 12px; }
.hero h1 { font-size: clamp(36px, 4.6vw, 60px); letter-spacing: -.045em; line-height: 1.04; margin: 22px 0 20px; font-weight: 800; }
.hero .lead { font-size: 18px; color: var(--muted); max-width: 560px; margin-bottom: 30px; line-height: 1.6; }
.hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .trust { display: flex; gap: 22px; margin-top: 34px; flex-wrap: wrap; color: var(--muted); font-size: 13.5px; }
.hero .trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero .trust .ic { color: var(--ok); width: 16px; height: 16px; }

/* Hero panel mock */
.mock { position: relative; border-radius: 24px; padding: 18px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border: 1px solid var(--line-2); box-shadow: 0 60px 120px -50px rgba(124,92,255,.55); }
[data-theme="light"] .mock { background: #fff; }
.mock .win { border-radius: 16px; background: var(--surface); border: 1px solid var(--line); padding: 18px; }
.mock .bar { display: flex; gap: 6px; margin-bottom: 14px; }
.mock .bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--surface-3); }
.mock .kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.mock .kpi { background: var(--bg-2); border-radius: 12px; padding: 12px; }
.mock .kpi .l { font-size: 11px; color: var(--muted); }
.mock .kpi .n { font-family: var(--display); font-weight: 800; font-size: 19px; margin-top: 3px; }
.mock .kpi .u { font-size: 11px; color: var(--ok); font-weight: 600; }
.mock svg.spark { width: 100%; height: 120px; }
.mock .row-item { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 13px; }
.mock .float { position: absolute; padding: 12px 14px; border-radius: 14px; background: var(--surface-2); border: 1px solid var(--line-2); box-shadow: 0 20px 50px -20px rgba(0,0,0,.6); font-size: 12.5px; display: flex; gap: 10px; align-items: center; animation: floaty 6s ease-in-out infinite; }
.mock .float b { display: block; font-size: 14px; }
.mock .float.f1 { left: -34px; bottom: 120px; }
.mock .float.f2 { right: -22px; top: -22px; animation-delay: -3s; }
.mock .float .ico { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; }
@keyframes floaty { 50% { transform: translateY(-8px); } }

/* Platform şeridi */
.platforms { padding: 26px 0 10px; }
.platforms .lbl { text-align: center; color: var(--muted-2); font-size: 12.5px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; margin-bottom: 20px; }
.pf-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pf { display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 18px 0 8px; border-radius: 16px; border: 1px solid var(--line); background: var(--surface); font-weight: 650; font-size: 14.5px; }
.pf .pf-ico { width: 36px; height: 36px; border-radius: 11px; }
.pf .pf-ico .ic { width: 19px; height: 19px; }
.pf.soon { opacity: .75; }
.pf .badge { height: 22px; font-size: 11px; }

section.block { padding: 96px 0; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.sec-head .kicker { display: inline-block; font-size: 13px; font-weight: 700; color: var(--brand-hi); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 44px); letter-spacing: -.035em; font-weight: 800; }
.sec-head p { color: var(--muted); font-size: 17px; }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc { padding: 24px; position: relative; overflow: hidden; transition: transform .2s, border-color .2s; }
.svc:hover { transform: translateY(-3px); border-color: rgba(124,92,255,.45); }
.svc .ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand-hi); margin-bottom: 18px; }
.svc .ico .ic { width: 24px; height: 24px; }
.svc h3 { font-size: 18px; }
.svc p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; }
.svc .est { display: flex; justify-content: space-between; font-size: 13px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); }
.svc .est b { color: var(--text); }

.how { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: s; }
.how .s { padding: 26px 22px; position: relative; }
.how .s::before { counter-increment: s; content: '0' counter(s); font-family: var(--display); font-weight: 800; font-size: 44px; letter-spacing: -.04em; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; margin-bottom: 12px; line-height: 1; }
.how h3 { font-size: 17px; }
.how p { color: var(--muted); font-size: 14px; margin: 0; }

.feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat .f { padding: 24px; }
.feat .f .ic { width: 26px; height: 26px; color: var(--brand-hi); margin-bottom: 14px; }
.feat h3 { font-size: 16.5px; }
.feat p { color: var(--muted); font-size: 14px; margin: 0; }

.calc { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; overflow: hidden; }
.calc .l { padding: 32px; border-right: 1px solid var(--line); }
.calc .r { padding: 32px; background: linear-gradient(180deg, rgba(124,92,255,.1), transparent); display: flex; flex-direction: column; }
.range { width: 100%; accent-color: var(--brand); height: 6px; }
.range-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.range-row b { font-family: var(--display); font-size: 22px; }
.calc .big { font-family: var(--display); font-size: 44px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.calc .res { margin: 22px 0; padding: 18px; border-radius: 14px; background: var(--surface-2); border: 1px solid var(--line); }
.calc .res .n { font-family: var(--display); font-weight: 800; font-size: 24px; }

.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.tier { padding: 18px; text-align: center; }
.tier .p { font-family: var(--display); font-size: 30px; font-weight: 800; }
.tier .l { font-size: 13px; color: var(--muted); }

.crypto { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 44px; }
.coins { display: flex; flex-wrap: wrap; gap: 10px; }
.coin { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; border-radius: 99px; background: var(--surface-2); border: 1px solid var(--line); font-weight: 650; font-size: 13.5px; }
.coin i { width: 10px; height: 10px; border-radius: 50%; }

.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 16px; background: var(--surface); padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-weight: 650; font-size: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { transition: transform .2s; color: var(--muted); }
.faq details[open] summary .ic { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding-bottom: 20px; margin: 0; }

.cta-band { position: relative; overflow: hidden; border-radius: 28px; padding: 64px 48px; text-align: center; background: radial-gradient(600px 300px at 20% 0%, rgba(34,211,238,.25), transparent 70%), radial-gradient(700px 400px at 90% 100%, rgba(124,92,255,.45), transparent 70%), var(--surface); border: 1px solid var(--line-2); }
.cta-band h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -.04em; }
.cta-band p { color: var(--muted); font-size: 17px; max-width: 560px; margin: 0 auto 28px; }

.lp-foot { border-top: 1px solid var(--line); padding: 48px 0 36px; margin-top: 96px; color: var(--muted); font-size: 14px; }
.lp-foot .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.lp-foot h4 { color: var(--text); font-size: 14px; margin-bottom: 14px; }
.lp-foot a { display: block; margin-bottom: 9px; }
.lp-foot a.logo { display: inline-flex; margin: 0; }
.svc.custom { grid-column: span 2; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, rgba(124,92,255,.16), rgba(34,211,238,.08)), var(--surface); }
.lp-foot a:hover { color: var(--text); }
.lp-foot .bottom { display: flex; justify-content: space-between; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; flex-wrap: wrap; gap: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Hata sayfaları */
.err-page { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 24px; }
.err-page .code { font-family: var(--display); font-size: 110px; font-weight: 800; letter-spacing: -.06em; line-height: 1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ==========================================================================
   Duyarlı tasarım
   ========================================================================== */
@media (max-width: 1180px) {
  .grid-main { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .svc-grid, .feat { grid-template-columns: repeat(2, 1fr); }
  .how { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .app { grid-template-columns: 1fr; background: var(--bg); }
  .side { position: fixed; left: 0; top: 0; bottom: 0; width: 280px; z-index: 60; transform: translateX(-100%); transition: transform .25s; box-shadow: 30px 0 80px rgba(0,0,0,.5); }
  .side.open { transform: none; }
  .side-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 55; display: none; }
  .side.open + .side-backdrop { display: block; }
  .topbar .menu-btn { display: grid; }
  .topbar { padding: 0 16px; }
  .content { padding: 20px 16px; }
  .user-chip .n, .user-chip .r { display: none; }
  .user-chip { padding: 4px; }
  .hero .grid, .calc, .crypto, .auth { grid-template-columns: 1fr; }
  .auth-art { display: none; }
  .calc .l { border-right: 0; border-bottom: 1px solid var(--line); }
  .lp-nav nav { display: none; }
  .lp-nav nav.open { display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0; padding: 20px; background: var(--bg); border-bottom: 1px solid var(--line); gap: 16px; }
  .lp-nav .burger { display: grid; }
  .lp-nav .acts .btn-ghost { display: none; }
  .mock .float { display: none; }
  .cols-2 { grid-template-columns: 1fr; }
  .lp-foot .cols { grid-template-columns: 1fr 1fr; }
  .tiers { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat { padding: 16px; } .stat .v { font-size: 22px; }
  .svc-grid, .feat, .how { grid-template-columns: 1fr; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .hero { padding: 48px 0; }
  section.block { padding: 64px 0; }
  .cta-band { padding: 44px 22px; }
  .crypto { padding: 26px; }
  .card-body, .card-pad { padding: 18px; }
  .card-head { padding: 16px 18px; }
  .page-head h1 { font-size: 22px; }
  .msg { max-width: 92%; }
  .camp .nums { grid-template-columns: 1fr 1fr 1fr; }
  .table th, .table td { padding: 12px; }
  .hide-sm { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
h1 .ic, h2 .ic, h3 .ic, h4 .ic { display: inline-block; vertical-align: -3px; }
.grid-main > *, .cols-2 > *, .stack > * { min-width: 0; }
.topbar .title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 640px) {
  .lp-nav .acts [data-theme-toggle] { display: none; }
  .lp-nav .container { gap: 12px; }
  .lp-nav .acts .btn { padding: 0 14px; }
  .topbar [data-theme-toggle] { display: none; }
  .topbar .title { font-size: 15px; }
}
p .ic, .hint .ic, .xs .ic { display: inline-block; vertical-align: -3px; width: 14px; height: 14px; }

/* Paketler */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.pkg { padding: 26px; position: relative; display: flex; flex-direction: column; }
.pkg.featured { border-color: rgba(124,92,255,.55); box-shadow: 0 30px 80px -40px rgba(124,92,255,.7); background: linear-gradient(180deg, rgba(124,92,255,.12), transparent 60%), var(--surface); }
.pkg-tag { position: absolute; top: 20px; right: 20px; }
.pkg h3 { font-size: 20px; margin-top: 4px; }
.pkg-price { font-family: var(--display); font-size: 38px; font-weight: 800; letter-spacing: -.035em; margin: 6px 0 10px; }
.pkg-price span { font-size: 15px; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.pkg-feats { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 9px; font-size: 14px; flex: 1; align-content: start; }
.pkg-feats li { display: flex; gap: 9px; align-items: flex-start; }
.pkg-feats .ic { width: 16px; height: 16px; color: var(--ok); margin-top: 2px; }
.special-band { margin-top: 28px; padding: 26px 28px; border-color: rgba(255,181,71,.25); background: linear-gradient(135deg, rgba(255,181,71,.08), transparent 60%), var(--surface); }
@media (max-width: 640px) { .special-band .row { flex-wrap: wrap; } }
