/* hesap.club — site stilleri
   Yapı: 1) tokenlar 2) temel 3) düzen 4) bileşenler 5) sayfalar 6) yardımcılar */

/* 1) TOKENLAR ------------------------------------------------------------- */
:root {
  --bg: #f4f5f7;
  --surface: #ffffff;
  --surface-2: #f9fafb;
  --line: #e5e7eb;
  --line-2: #d6d9df;
  --text: #11141a;
  --text-2: #464c59;
  --text-3: #7b8190;
  --brand: #fe2c55;
  --brand-600: #e3183f;
  --brand-50: #fff0f3;
  --accent: #0aa5b0;
  --accent-50: #e8f8f9;
  --ink: #0d1017;
  --ink-2: #171b24;
  --success: #15803d;
  --success-50: #ecfdf3;
  --warning: #b45309;
  --warning-50: #fff7e6;
  --danger: #c81e1e;
  --danger-50: #fff1f1;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(16, 20, 28, .06);
  --shadow: 0 1px 2px rgba(16, 20, 28, .05), 0 6px 20px rgba(16, 20, 28, .06);
  --shadow-lg: 0 20px 50px rgba(16, 20, 28, .18);
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --container: 1240px;
  --header-h: 68px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* 2) TEMEL ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
/* hidden özniteliği, bileşenlerin display değerinden (flex, grid...) her zaman üstün olsun */
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 14.5px/1.6 var(--font); letter-spacing: -.005em;
  -webkit-font-smoothing: antialiased; min-height: 100vh; display: flex; flex-direction: column;
}
main { flex: 1 0 auto; }
img { max-width: 100%; height: auto; display: block; }
/* Görseller ve süs öğeleri metin gibi seçilip vurgulanmaz, sürüklenmez */
img, svg, video, canvas { -webkit-user-select: none; user-select: none; -webkit-user-drag: none; }
.hero-side, .hero-logos, .gift-float, .brand-3d, .eb-bow, .cta-mascot, .ico3d, .ni, .b3-key, .flag-ico, .flag-hot, .cta-key, .game-go, .step-num, .dd-thumb, .game-cover, .post-cover, .gallery-main, .empty-icon, .avatar { -webkit-user-select: none; user-select: none; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.25; letter-spacing: -.02em; font-weight: 800; text-wrap: balance; }
p { margin: 0 0 1em; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--brand); color: #fff; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-radius: 6px; }

/* Özel scrollbar: pembe → mor parlak 3B kapsül; sayfa rayı hafif çukur, iç alanlarda ray görünmez */
/* Standart özellikler yalnızca Firefox'a: Chrome bunları görürse aşağıdaki 3B stili yok sayar */
@supports not selector(::-webkit-scrollbar) {
  * { scrollbar-width: thin; scrollbar-color: #fe2c55 transparent; }
  html { scrollbar-color: #fe2c55 #eceef2; }
}
::-webkit-scrollbar { width: 14px; height: 14px; }
::-webkit-scrollbar-track { background: transparent; }
html::-webkit-scrollbar-track { background: #eceef2; box-shadow: inset 1px 0 0 #dfe2e8, inset 3px 0 6px -3px rgba(13, 16, 23, .12); }
::-webkit-scrollbar-thumb { border: 3px solid transparent; border-radius: 99px; background-clip: padding-box; background-image: linear-gradient(90deg, rgba(255, 255, 255, .45), rgba(255, 255, 255, 0) 55%), linear-gradient(180deg, #ff6b8a, #fe2c55 45%, #7c4dff); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .12); }
::-webkit-scrollbar-thumb:hover { background-image: linear-gradient(90deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 55%), linear-gradient(180deg, #ff8fa8, #ff3d64 45%, #8f66ff); }
::-webkit-scrollbar-thumb:active { background-image: linear-gradient(180deg, #e0244c, #6c3ce6); }
::-webkit-scrollbar-corner { background: transparent; }

.lucide { width: 18px; height: 18px; stroke-width: 2; flex-shrink: 0; }
[data-lucide] { display: inline-block; width: 18px; height: 18px; }

/* 3) DÜZEN ---------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: 20px; }
.section { padding-block: 44px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
/* Bölüm başlığı: 3B simge + başlık */
.sh-title { display: flex; align-items: center; gap: 14px; min-width: 0; }
.ico3d-md { width: 46px; height: 46px; border-radius: 14px; }
.ico3d-md::before { left: 3px; right: 3px; top: 2px; border-radius: 12px 12px 18px 18px; }
.ico3d-md .lucide { width: 22px; height: 22px; stroke-width: 2.5; }
.sh-title:hover .ico3d { transform: perspective(220px) translateY(-2px); }
/* 3B butonlar: .btn-3d + görünüm (-dark | -pink | -glass | -light), isteğe bağlı -lg */
.btn-3d { --shine: .22; position: relative; flex: none; display: inline-flex; align-items: center; gap: 9px; height: 42px; padding: 0 14px 0 7px; margin-bottom: 4px; border-radius: 13px; font-size: 13.5px; font-weight: 700; white-space: nowrap; transition: transform .15s var(--ease), box-shadow .15s; }
.btn-3d::before { content: ""; position: absolute; left: 4px; right: 4px; top: 2px; height: 45%; border-radius: 11px 11px 16px 16px; background: linear-gradient(180deg, rgba(255, 255, 255, var(--shine)), rgba(255, 255, 255, 0)); pointer-events: none; }
.btn-3d:hover { transform: translateY(-1px); }
.btn-3d:active { transform: translateY(3px); }
.btn-3d.is-loading, .btn-3d:disabled { pointer-events: none; }
.btn-3d.is-loading { opacity: .7; }
.btn-3d.is-loading .b3-key .lucide { animation: spin .9s linear infinite; }
.b3-key { --k1: #ff8fa8; --k2: #fe2c55; --kside: #a0102e; position: relative; flex: none; width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; color: #fff; background: radial-gradient(120% 100% at 30% 10%, var(--k1), var(--k2) 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 var(--kside); }
.b3-key .lucide { width: 15px; height: 15px; stroke-width: 2.5; filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .3)); }
.key-dark { --k1: #3a4150; --k2: #0b0d12; --kside: #000; }
.key-teal { --k1: #86f8f3; --k2: #11b3c7; --kside: #0a6c79; }
.key-violet { --k1: #bba0ff; --k2: #6c3ce6; --kside: #42209c; }
.b3-label { position: relative; }
.lbl-short { display: none; }
.b3-arrow { position: relative; width: 16px; height: 16px; opacity: .7; transition: transform .2s var(--ease), opacity .2s; }
.btn-3d:hover .b3-arrow { opacity: 1; transform: translateX(3px); }
.btn-3d-lg { height: 50px; padding: 0 20px 0 8px; gap: 11px; font-size: 15px; border-radius: 15px; }
.btn-3d-lg::before { border-radius: 13px 13px 18px 18px; }
.btn-3d-lg .b3-key { width: 34px; height: 34px; border-radius: 11px; }
.btn-3d-lg .b3-key .lucide { width: 18px; height: 18px; }
/* Koyu: üzerine gelince pembeye döner */
.btn-3d-dark { color: #fff; background: radial-gradient(120% 100% at 30% 10%, #3a4150, #0b0d12 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -2px 4px rgba(0, 0, 0, .5), 0 4px 0 #000, 0 12px 20px -10px rgba(0, 0, 0, .5); }
.btn-3d-dark:hover { color: #fff; background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -2px 4px rgba(90, 0, 10, .3), 0 5px 0 #a0102e, 0 16px 24px -10px rgba(254, 44, 85, .65); }
.btn-3d-dark:hover .b3-key { --k1: #3a4150; --k2: #0b0d12; --kside: #000; }
.btn-3d-dark:active { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 0 #a0102e; }
/* Pembe: birincil eylem */
.btn-3d-pink { --shine: .35; color: #fff; background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -2px 4px rgba(90, 0, 10, .3), 0 4px 0 #a0102e, 0 14px 24px -10px rgba(254, 44, 85, .65); }
.btn-3d-pink:hover { color: #fff; background: radial-gradient(120% 100% at 30% 10%, #ffa6ba, #ff3d64 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -2px 4px rgba(90, 0, 10, .3), 0 5px 0 #a0102e, 0 18px 28px -10px rgba(254, 44, 85, .8); }
.btn-3d-pink:active { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 0 #a0102e; }
/* Cam: koyu zemin üzerinde ikincil eylem */
.btn-3d-glass { --shine: .12; color: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .04)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), inset 0 1px 0 rgba(255, 255, 255, .2), 0 4px 0 rgba(0, 0, 0, .6), 0 12px 20px -10px rgba(0, 0, 0, .6); backdrop-filter: blur(6px); }
.btn-3d-glass:hover { color: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, .19), rgba(255, 255, 255, .07)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .25), 0 5px 0 rgba(0, 0, 0, .6), 0 16px 26px -10px rgba(124, 77, 255, .55); }
.btn-3d-glass:active { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 1px 0 rgba(0, 0, 0, .6); }
/* Açık: beyaz zemin üzerinde ikincil eylem */
.btn-3d-light { --shine: 0; color: var(--text); background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), 0 4px 0 #d8dce4, 0 10px 18px -10px rgba(13, 16, 23, .25); }
.btn-3d-light:hover { color: var(--text); box-shadow: inset 0 0 0 1px var(--line-2), 0 5px 0 #d0d5de, 0 14px 22px -10px rgba(17, 179, 199, .45); }
.btn-3d-light:active { box-shadow: inset 0 0 0 1px var(--line), 0 1px 0 #d8dce4; }

/* Menü: 3B simge kutucukları (bekleme: açık gri, üzerine gelince / aktif: renkli) */
.ni { --h1: #ff8fa8; --h2: #fe2c55; --hside: #a0102e; --hglow: rgba(254, 44, 85, .45); position: relative; flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; color: var(--text-3); background: linear-gradient(180deg, #fff, #eceef3); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #d6dae2; transition: transform .2s var(--ease), color .2s; }
.ni::before { content: ""; position: absolute; left: 2px; right: 2px; top: 1px; height: 45%; border-radius: 6px 6px 10px 10px; background: linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); pointer-events: none; opacity: 0; transition: opacity .2s; }
.ni .lucide, .nav-link .ni .lucide { position: relative; width: 14px; height: 14px; stroke-width: 2.4; }
.nav-link:hover .ni, .nav-link.is-active .ni, .dropdown.is-open > .nav-link .ni,
.m-nav a:hover .ni, .m-nav a.is-active .ni, .m-group summary:hover .ni, .m-group summary.has-active .ni,
.dropdown-item:hover .ni, .dropdown-item:focus-visible .ni, .dropdown-item.is-selected .ni, .dropdown-item[aria-current="page"] .ni, .select-trigger .ni,
.ni.ni-on, .widget-list a:hover .ni, .widget-list a.is-active .ni { color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--h1), var(--h2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--hside), 0 6px 12px -4px var(--hglow); transform: translateY(-1px); }
.nav-link:hover .ni::before, .nav-link.is-active .ni::before, .dropdown.is-open > .nav-link .ni::before,
.m-nav a:hover .ni::before, .m-nav a.is-active .ni::before, .m-group summary:hover .ni::before, .m-group summary.has-active .ni::before,
.dropdown-item:hover .ni::before, .dropdown-item:focus-visible .ni::before, .dropdown-item.is-selected .ni::before, .dropdown-item[aria-current="page"] .ni::before, .select-trigger .ni::before,
.ni.ni-on::before, .widget-list a:hover .ni::before, .widget-list a.is-active .ni::before { opacity: 1; }
/* Açılır listelerde biraz daha büyük kutucuk */
.dropdown-item .ni, .select-trigger .ni { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 9px; margin-bottom: 2px; }
.dropdown-item .ni .lucide, .select-trigger .ni .lucide { width: 16px; height: 16px; }
.ni-img { overflow: hidden; }
.ni-img img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.ni-pink { --h1: #ff8fa8; --h2: #fe2c55; --hside: #a0102e; --hglow: rgba(254, 44, 85, .45); }
.ni-violet { --h1: #bba0ff; --h2: #6c3ce6; --hside: #42209c; --hglow: rgba(124, 77, 255, .45); }
.ni-teal { --h1: #86f8f3; --h2: #11b3c7; --hside: #0a6c79; --hglow: rgba(37, 244, 238, .45); }
.ni-blue { --h1: #7fb4ff; --h2: #3450e6; --hside: #1f2f94; --hglow: rgba(84, 120, 255, .45); }
.ni-amber { --h1: #ffd978; --h2: #f28a0f; --hside: #9c5305; --hglow: rgba(255, 170, 40, .45); }
.ni-green { --h1: #4ff0b2; --h2: #0e9f6b; --hside: #07633f; --hglow: rgba(52, 227, 160, .45); }
.ni-red { --h1: #ff9d9d; --h2: #e02424; --hside: #8f1414; --hglow: rgba(224, 36, 36, .4); }
.section-head h2 { font-size: 22px; }
.section-head p { margin: 4px 0 0; color: var(--text-3); }

/* Üst şerit */
.topbar { background: linear-gradient(180deg, #171b26, #0d1017); color: #c9ced8; font-size: 12.5px; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .06); }
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 34px; gap: 16px; }
.topbar a { transition: color .15s; }
.topbar a:hover { color: #fff; }
.topbar-links { display: flex; gap: 8px; }
/* Sağ üst linkler: cam görünümlü haplar, renkli 3B simge kutucukları */
.topbar-links a { height: 26px; padding: 0 11px 0 3px; border-radius: 99px; color: #d6dae2; font-weight: 600; background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .1); transition: background .15s, color .15s, transform .15s var(--ease), box-shadow .15s; }
.topbar-links a:hover { color: #fff; transform: translateY(-1px); background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), inset 0 1px 0 rgba(255, 255, 255, .14), 0 6px 12px -6px rgba(0, 0, 0, .6); }
.topbar .ni { width: 20px; height: 20px; border-radius: 99px; color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--h1), var(--h2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--hside); }
.topbar .ni::before { opacity: 1; border-radius: 99px; }
.topbar .ni .lucide { width: 11px; height: 11px; color: #fff; stroke-width: 2.6; }
.topbar-links a, .topbar-note { display: inline-flex; align-items: center; gap: 7px; }
.topbar-note { font-weight: 600; color: #e6e9ef; }
.topbar .lucide { width: 14px; height: 14px; color: #8e96a6; transition: color .15s; }
/* Canlı yayın noktası: parlak pembe, nabız gibi atar */
.live-dot { position: relative; flex: none; width: 9px; height: 9px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffc2cf, #fe2c55 55%, #b30c33); animation: livePulse 1.8s ease-out infinite; }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(254, 44, 85, .6); } 70% { box-shadow: 0 0 0 7px rgba(254, 44, 85, 0); } 100% { box-shadow: 0 0 0 0 rgba(254, 44, 85, 0); } }

/* Başlık */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .9); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line); box-shadow: inset 0 1px 0 #fff; transition: box-shadow .25s; }
.header.is-scrolled { box-shadow: inset 0 1px 0 #fff, 0 10px 28px -18px rgba(13, 16, 23, .35); }
.header .container { display: flex; align-items: center; gap: 22px; height: var(--header-h); }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; letter-spacing: -.03em; white-space: nowrap; }
/* Logo kutusu: kalınlıklı 3B, pembe/turkuaz kareler hafif parlar */
.logo-mark { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; position: relative; overflow: hidden; margin-bottom: 3px; background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0) 50%), radial-gradient(120% 100% at 30% 10%, #3a4150, #0b0d12 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -2px 4px rgba(0, 0, 0, .5), 0 3px 0 #000, 0 8px 14px -6px rgba(13, 16, 23, .45); transition: transform .2s var(--ease); }
.logo:hover .logo-mark { transform: translateY(-1px) rotate(-4deg); }
.logo-mark::before, .logo-mark::after { content: ""; position: absolute; width: 14px; height: 14px; border-radius: 4px; }
.logo-mark::before { background: var(--brand); transform: translate(-3px, -3px); box-shadow: 0 0 8px rgba(254, 44, 85, .7); }
.logo-mark::after { background: #25f4ee; mix-blend-mode: screen; transform: translate(3px, 3px); box-shadow: 0 0 8px rgba(37, 244, 238, .6); }
.logo img { height: 34px; width: auto; }
.logo small { color: var(--brand); }

.search { flex: 1; max-width: 520px; position: relative; }
/* Arama: çukur yuva, solda 3B arama simgesi, sağda 3B "/" tuşu */
.search input { width: 100%; height: 44px; border: 1px solid #e3e6ec; background: #f1f3f6; border-radius: 999px; padding: 0 44px 0 50px; box-shadow: inset 0 2px 5px rgba(13, 16, 23, .08); transition: background .15s, border-color .15s, box-shadow .15s; }
.search input:focus { outline: none; background: #fff; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(254, 44, 85, .12); }
.search-ico { position: absolute; left: 7px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 99px; display: grid; place-items: center; color: #fff; pointer-events: none; background: radial-gradient(120% 100% at 30% 12%, #86f8f3, #11b3c7 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 #0a6c79, 0 6px 10px -4px rgba(37, 244, 238, .5); }
.search-ico .lucide { width: 16px; height: 16px; stroke-width: 2.5; filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .25)); }
/* Tarayıcının kendi arama "x" butonu gizlenir; yerine 3B temizle butonu (app.js: initSearchClear) */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; display: none; }
.search-clear { position: absolute; right: 10px; top: 50%; z-index: 2; transform: translateY(-58%); width: 26px; height: 26px; border: 0; border-radius: 8px; display: grid; place-items: center; cursor: pointer; color: var(--text-2); background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px #dfe2e8, 0 2px 0 #cfd4dc; transition: color .15s, transform .12s var(--ease); }
.search-clear .lucide { width: 14px; height: 14px; stroke-width: 2.6; }
.search-clear:hover { color: #fff; background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #a0102e; }
.search-clear:active { transform: translateY(-45%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 0 0 #a0102e; }
.search-clear[hidden] { display: none; }
.input-group input[type="search"] { padding-right: 44px; }

/* Canlı arama sonuçları: açık 3B blok */
.search-results { position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 5; padding: 8px; border-radius: 18px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), 0 4px 0 #dde1e8, 0 28px 50px -22px rgba(13, 16, 23, .4); display: none; max-height: 440px; overflow: auto; }
.search-results.is-open { display: block; animation: fadeIn .18s var(--ease); }
.sr-head { display: flex; align-items: center; justify-content: space-between; padding: 6px 10px 8px; font-size: 11.5px; font-weight: 800; color: var(--text-3); text-transform: uppercase; letter-spacing: .06em; }
.sr-count { text-transform: none; letter-spacing: 0; font-weight: 700; padding: 2px 8px; border-radius: 99px; background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; }
.search-item { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto auto; gap: 12px; align-items: center; padding: 8px 10px 8px 8px; border-radius: 12px; transition: background .15s; }
.search-item:hover, .search-item.is-focus { background: var(--brand-50); }
.si-thumb img { width: 76px; aspect-ratio: 16 / 10; border-radius: 9px; object-fit: cover; background: var(--ink-2); box-shadow: 0 3px 0 #d8dce4, 0 8px 14px -8px rgba(13, 16, 23, .4); transition: transform .2s var(--ease); }
.search-item:hover .si-thumb img, .search-item.is-focus .si-thumb img { transform: translateY(-2px); }
.si-mid { display: grid; gap: 5px; min-width: 0; }
.si-title { font-size: 14px; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color .15s; }
.si-title mark { background: rgba(254, 44, 85, .14); color: var(--brand-600); border-radius: 4px; padding: 0 2px; }
.search-item:hover .si-title, .search-item.is-focus .si-title { color: var(--brand-600); }
.si-meta { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--text-3); }
.si-meta .flag-ico { width: 18px; height: 18px; border-radius: 5px; }
.si-meta .flag-ico .lucide { width: 11px; height: 11px; }
.si-price { text-align: right; font-size: 11px; color: var(--text-3); line-height: 1.25; }
.si-price b { display: block; font-size: 14.5px; color: var(--text); font-variant-numeric: tabular-nums; }
.search-item .game-go { width: 30px; height: 30px; flex-basis: 30px; opacity: 0; transform: translateX(-4px); transition: opacity .15s, transform .2s var(--ease); }
.search-item:hover .game-go, .search-item.is-focus .game-go { opacity: 1; transform: none; background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 3px 0 #a0102e; }
.sr-all { display: flex; justify-content: center; width: calc(100% - 4px); margin: 8px 2px 4px; }
.sr-empty { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 20px 12px 18px; text-align: center; color: var(--text-3); font-size: 13px; }
.sr-empty .ico3d { margin-bottom: 8px; }
.sr-empty p { margin: 0; color: var(--text); font-weight: 600; }

.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
/* Giriş yapmış kullanıcı: 3B bakiye rozeti ve profil harfi */
.balance-chip { display: inline-flex; align-items: center; gap: 9px; height: 40px; padding: 0 14px 0 6px; margin-bottom: 3px; border-radius: 999px; font-weight: 800; font-size: 13.5px; font-variant-numeric: tabular-nums; background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #d8dce4; transition: transform .15s var(--ease), box-shadow .15s; }
.balance-chip .ni { width: 28px; height: 28px; border-radius: 99px; }
.balance-chip:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 1px var(--line-2), 0 4px 0 #d0d5de, 0 12px 18px -10px rgba(52, 227, 160, .5); }
.avatar-btn { border: 0; padding: 0; background: none; cursor: pointer; margin-bottom: 3px; }
.avatar-3d { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; font-size: 14px; background: radial-gradient(120% 100% at 30% 10%, #bba0ff, #6c3ce6 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 3px 0 #42209c, 0 8px 14px -6px rgba(124, 77, 255, .55); transition: transform .15s var(--ease); }
.avatar-btn:hover .avatar-3d, .dropdown.is-open .avatar-3d { transform: translateY(-1px); }

.nav { border-bottom: 1px solid var(--line); background: #fff; }
.nav .container { display: flex; align-items: center; gap: 4px; height: 48px; }
.nav-link { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 12px; border-radius: 9px; color: var(--text-2); font-weight: 600; font-size: 14px; white-space: nowrap; }
button.nav-link { border: 0; background: none; cursor: pointer; font: inherit; font-weight: 600; font-size: 14px; }
.nav-link:hover { background: var(--surface-2); color: var(--text); }
.dropdown.is-open > .nav-link { background: var(--bg); color: var(--text); }
.nav-link.is-active { color: var(--text); background: var(--bg); }
.nav-link .lucide { width: 16px; height: 16px; }
.nav-spacer { flex: 1; }

/* Tek parça 3B simge tuşu (mobil menü) */
.icon-3d { width: 42px; height: 42px; flex: none; margin-bottom: 3px; display: grid; place-items: center; border: 0; border-radius: 12px; cursor: pointer; color: var(--text); background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 3px 0 #d8dce4, 0 8px 14px -8px rgba(13, 16, 23, .25); transition: transform .15s var(--ease), box-shadow .15s, color .15s; }
.icon-3d .lucide { width: 20px; height: 20px; stroke-width: 2.4; }
.icon-3d:hover { color: var(--brand); transform: translateY(-1px); box-shadow: inset 0 0 0 1px var(--line-2), inset 0 2px 0 #fff, 0 4px 0 #d0d5de, 0 12px 18px -10px rgba(254, 44, 85, .35); }
.icon-3d:active { transform: translateY(3px); box-shadow: inset 0 0 0 1px var(--line), 0 0 0 #d8dce4; }
.icon-3d.menu-toggle { display: none; }

/* Alt bilgi: koyu 3B blok (üst köşeleri yuvarlak, üst kenar ışığı, pembe/turkuaz ışıltı, nokta deseni) */
.footer { position: relative; isolation: isolate; margin-top: 70px; color: #aab1bf; background: linear-gradient(180deg, #151923, #0d1017 38%); border-radius: 30px 30px 0 0; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 -18px 40px -24px rgba(13, 16, 23, .45); overflow: hidden; }
.footer::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(520px 240px at 8% 0%, rgba(124, 77, 255, .18), transparent 65%), radial-gradient(520px 240px at 92% 0%, rgba(37, 244, 238, .12), transparent 65%), radial-gradient(600px 260px at 50% 110%, rgba(254, 44, 85, .12), transparent 70%), radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1.4px) 0 0 / 20px 20px; -webkit-mask: linear-gradient(180deg, #000, rgba(0, 0, 0, .5)); mask: linear-gradient(180deg, #000, rgba(0, 0, 0, .5)); }
.footer a:hover { color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-block: 56px 40px; }
.footer .logo { color: #fff; }
.footer-about { max-width: 330px; margin: 16px 0 0; font-size: 13.5px; line-height: 1.65; }
/* Destek e-postası: 3B simgeli kart */
.footer-mail { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; padding: 10px 16px 10px 10px; border-radius: 14px; color: #fff; font-weight: 700; font-size: 14px; background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .12), 0 4px 0 rgba(0, 0, 0, .55); transition: transform .15s var(--ease), box-shadow .15s; }
.footer-mail small { display: block; font-size: 11px; font-weight: 600; color: #8e96a6; }
.footer-mail:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), inset 0 1px 0 rgba(255, 255, 255, .16), 0 5px 0 rgba(0, 0, 0, .55), 0 14px 22px -10px rgba(37, 244, 238, .45); }
.footer-mail .ni { width: 36px; height: 36px; border-radius: 11px; }
.footer-mail .ni .lucide { width: 18px; height: 18px; }
/* Koyu zeminde 3B simgeler her zaman renkli */
.footer .ni { color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--h1), var(--h2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--hside), 0 6px 12px -4px var(--hglow); }
.footer .ni::before { opacity: 1; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials:empty { display: none; }
.socials .ni { width: 38px; height: 38px; border-radius: 11px; transition: transform .15s var(--ease); }
.socials .ni .lucide { width: 18px; height: 18px; }
.socials .ni:hover { transform: translateY(-2px); }
.footer h4 { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.f-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; transition: color .15s, transform .2s var(--ease); }
.f-link .lucide { width: 14px; height: 14px; color: #4b5263; transition: color .15s, transform .2s var(--ease); }
.f-link:hover { transform: translateX(3px); }
.f-link:hover .lucide { color: var(--brand); }
/* Alt şerit: telif, kabul edilen kartlar (3B çipler), yukarı çık */
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px 24px; flex-wrap: wrap; padding-block: 20px 26px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 13px; }
.pay-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.pay-ico { width: 36px; height: 36px; margin: 0 2px 3px 0; border-radius: 10px; }
.pay-ico .lucide { width: 18px; height: 18px; }
.pay-chip { display: inline-grid; place-items: center; height: 36px; min-width: 62px; padding: 0 12px; margin-bottom: 3px; border-radius: 10px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .03em; background: radial-gradient(120% 100% at 30% 10%, #2a303c, #12151c 70%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .14), 0 3px 0 #05060a; }
.pay-chip img { height: 16px; width: auto; }
.pay-visa img { height: 13px; filter: brightness(0) invert(1); }
.pay-mastercard img { height: 22px; }
.pay-troy img { height: 20px; }
.to-top { height: 38px; font-size: 13px; }
.to-top .b3-key { width: 26px; height: 26px; border-radius: 8px; }

/* 4) BİLEŞENLER ------------------------------------------------------------ */
/* Düğmeler: 3B tuş (alt kalınlık kenarı + parlak üst yüz); renkler değişkenlerle */
.btn {
  --b-bg: linear-gradient(180deg, #fff, #eff1f5); --b-fg: var(--text); --b-bd: var(--line); --b-edge: #d6dae2; --b-glow: rgba(13, 16, 23, .16);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 18px; margin-bottom: 3px; border-radius: 12px; border: 1px solid var(--b-bd);
  background: var(--b-bg); color: var(--b-fg); font-weight: 700; font-size: 14px; cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 3px 0 var(--b-edge), 0 10px 18px -12px var(--b-glow);
  transition: transform .12s var(--ease), box-shadow .15s, filter .15s; white-space: nowrap; user-select: none;
}
.btn:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 4px 0 var(--b-edge), 0 14px 22px -12px var(--b-glow); }
.btn:active { transform: translateY(2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 1px 0 var(--b-edge); }
.btn[disabled], .btn.is-loading { opacity: .6; pointer-events: none; }
.btn .lucide { width: 17px; height: 17px; }
.btn-primary { --b-bg: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); --b-fg: #fff; --b-bd: transparent; --b-edge: #a0102e; --b-glow: rgba(254, 44, 85, .6); }
.btn-primary:hover { --b-bg: radial-gradient(120% 100% at 30% 10%, #ffa6ba, #ff3d64 70%); }
.btn-dark { --b-bg: radial-gradient(120% 100% at 30% 10%, #3a4150, #0b0d12 70%); --b-fg: #fff; --b-bd: transparent; --b-edge: #000; --b-glow: rgba(0, 0, 0, .5); }
.btn-dark:hover { --b-bg: radial-gradient(120% 100% at 30% 10%, #4a5366, #151922 70%); }
.btn-ghost { --b-bg: transparent; --b-bd: transparent; margin-bottom: 0; box-shadow: none; }
.btn-ghost:hover { --b-bg: var(--surface-2); transform: none; box-shadow: none; }
.btn-ghost:active { transform: none; box-shadow: none; }
.btn-danger { --b-bg: linear-gradient(180deg, #fff6f6, #fde9e9); --b-fg: var(--danger); --b-bd: #fbd5d5; --b-edge: #f1bcbc; --b-glow: rgba(200, 30, 30, .25); }
.btn-sm { height: 34px; padding: 0 12px; font-size: 13px; border-radius: 10px; }
.btn-lg { height: 50px; padding: 0 24px; font-size: 15px; border-radius: 14px; }
.btn-block { width: 100%; }
.btn-icon { width: 42px; padding: 0; }
.btn-sm.btn-icon { width: 34px; }
.btn.is-loading::after { content: ""; width: 14px; height: 14px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 99px; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.link { color: var(--brand); font-weight: 600; background-image: linear-gradient(currentColor, currentColor); background-size: 0 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .2s var(--ease); }
.link:hover { background-size: 100% 1px; }
.link-muted { color: var(--text-3); font-weight: 600; }
.link-muted:hover { color: var(--text); }

/* Kart: açık 3B blok (ince çerçeve + alt kalınlık kenarı) */
.card { background: linear-gradient(180deg, #fff, #fcfcfd); border: 1px solid var(--line); border-radius: 16px; box-shadow: inset 0 1px 0 #fff, 0 4px 0 #dde1e8, 0 18px 32px -26px rgba(13, 16, 23, .35); }
.card > .table-wrap:first-child { border-top-left-radius: 15px; border-top-right-radius: 15px; }
.card > .table-wrap:last-child { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.card-pad { padding: 22px; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.card-head h3 { font-size: 15.5px; }

.badge { display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 9px; border-radius: 999px; font-size: 12px; font-weight: 700; background: var(--surface-2); color: var(--text-2); border: 1px solid var(--line); white-space: nowrap; }
.badge .lucide { width: 13px; height: 13px; }
.badge-brand { background: var(--brand-50); color: var(--brand-600); border-color: #ffd3dc; }
.badge-accent { background: var(--accent-50); color: #067d86; border-color: #c4eef1; }
.badge-success { background: var(--success-50); color: var(--success); border-color: #c8efd6; }
.badge-warning { background: var(--warning-50); color: var(--warning); border-color: #fde2b5; }
.badge-danger { background: var(--danger-50); color: var(--danger); border-color: #fbd5d5; }
.badge-dark { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Form */
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.label { font-weight: 700; font-size: 13px; color: var(--text); display: flex; justify-content: space-between; align-items: center; }
.hint { font-size: 12.5px; color: var(--text-3); }
.input, .textarea {
  width: 100%; height: 44px; padding: 0 14px; border: 1px solid var(--line-2); background: #fff; border-radius: 10px;
  transition: border-color .15s, box-shadow .15s;
}
.textarea { height: auto; min-height: 110px; padding: 12px 14px; resize: vertical; }
.input:focus, .textarea:focus { outline: none; border-color: var(--text); box-shadow: 0 0 0 4px rgba(17, 20, 26, .07); }
.input::placeholder, .textarea::placeholder { color: #a3a8b3; }
.input.is-invalid { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(200, 30, 30, .08); }
.field-error { color: var(--danger); font-size: 12.5px; font-weight: 600; }
.input-group { position: relative; }
.input-group .input { padding-left: 42px; }
.input-group > [data-lucide], .input-group > .lucide { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--text-3); pointer-events: none; }
.input-group .input-action { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; display: grid; place-items: center; border: 0; background: transparent; border-radius: 8px; color: var(--text-3); cursor: pointer; }
.input-group .input-action:hover { background: var(--surface-2); color: var(--text); }
.input-suffix { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--text-3); font-weight: 700; }

/* Özel checkbox & radio */
.check { display: inline-flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 13.5px; color: var(--text-2); line-height: 1.45; }
.check input { appearance: none; -webkit-appearance: none; margin: 0 0 2px; width: 20px; height: 20px; flex: 0 0 20px; border: 0; border-radius: 6px; background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1.5px var(--line-2), 0 2px 0 #d3d8e0; display: grid; place-items: center; cursor: pointer; transition: .15s; }
.check input[type="radio"] { border-radius: 99px; }
.check input::after { content: ""; width: 10px; height: 10px; transform: scale(0); transition: transform .15s var(--ease); background: #fff; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
.check input[type="radio"]::after { width: 8px; height: 8px; border-radius: 99px; clip-path: none; }
.check input:checked { background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #a0102e; }
.check input:checked::after { transform: scale(1); }
.check input:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.check a { color: var(--text); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.switch { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-weight: 600; font-size: 13.5px; }
.switch input { appearance: none; -webkit-appearance: none; flex: none; width: 42px; height: 24px; border-radius: 99px; background: #dfe2e8; box-shadow: inset 0 2px 4px rgba(13, 16, 23, .16), inset 0 0 0 1px rgba(13, 16, 23, .05); position: relative; cursor: pointer; transition: background .2s, box-shadow .2s; margin: 0; }
.switch input::after { content: ""; position: absolute; width: 18px; height: 18px; top: 3px; left: 3px; border-radius: 99px; background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: 0 2px 0 rgba(13, 16, 23, .18), 0 3px 6px rgba(13, 16, 23, .2); transition: transform .2s var(--ease); }
.switch input:checked { background: radial-gradient(120% 100% at 30% 10%, #4ff0b2, #0e9f6b 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -2px 4px rgba(0, 0, 0, .15); }
.switch input:checked::after { transform: translateX(18px); }

/* Seçim kartları (lisans seçenekleri) */
.option-list { display: grid; gap: 10px; }
/* Paket seçenekleri: kabartmalı kartlar, seçili olan pembe parlar */
.option { position: relative; display: flex; align-items: center; gap: 14px; padding: 14px 16px; margin-bottom: 3px; border: 0; border-radius: 14px; cursor: pointer; background: linear-gradient(180deg, #fff, #f4f5f8); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #dde1e8; transition: transform .15s var(--ease), box-shadow .15s, background .15s; }
.option:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 1px var(--line-2), 0 4px 0 #d3d8e0; }
.option input { position: absolute; opacity: 0; pointer-events: none; }
.option-radio { width: 22px; height: 22px; flex: 0 0 22px; border-radius: 99px; display: grid; place-items: center; background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1.5px var(--line-2), 0 2px 0 #d3d8e0; transition: .15s; }
.option-radio::after { content: ""; width: 8px; height: 8px; border-radius: 99px; background: #fff; box-shadow: 0 1px 1px rgba(90, 0, 10, .35); transform: scale(0); transition: transform .15s var(--ease); }
.option-body { flex: 1; min-width: 0; }
.option-body b { display: block; font-size: 15px; }
.option-body span { color: var(--text-3); font-size: 12.5px; }
.option-price { text-align: right; font-weight: 800; font-size: 17px; font-variant-numeric: tabular-nums; }
.option-price s { display: block; color: var(--text-3); font-weight: 600; font-size: 12.5px; }
.option:has(input:checked) { background: linear-gradient(180deg, #fff6f8, #ffe8ee); box-shadow: inset 0 0 0 1.5px var(--brand), 0 3px 0 #ffb3c4, 0 14px 24px -14px rgba(254, 44, 85, .5); }
.option:has(input:checked) .option-radio { background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #a0102e; }
/* Paket seçimi: 3B açılır liste */
.pkg-select { position: relative; }
.pkg-trigger { width: 100%; min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 10px; margin-bottom: 3px; border: 0; border-radius: 16px; cursor: pointer; text-align: left; font: inherit; color: var(--text); background: linear-gradient(180deg, #fff, #f4f5f8); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #dde1e8; transition: transform .15s var(--ease), box-shadow .15s, background .15s; }
.pkg-trigger:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 1px var(--line-2), 0 4px 0 #d3d8e0; }
.pkg-select.is-open .pkg-trigger, .pkg-select.has-value .pkg-trigger { background: linear-gradient(180deg, #fff6f8, #ffecf1); box-shadow: inset 0 0 0 1.5px var(--brand), 0 3px 0 #ffb3c4, 0 14px 24px -14px rgba(254, 44, 85, .45); }
.pkg-ico { width: 40px; height: 40px; border-radius: 12px; }
.pkg-ico .lucide { width: 20px; height: 20px; }
.pkg-value { flex: 1; min-width: 0; }
.pkg-placeholder, .pkg-selected { display: block; }
.pkg-select [hidden] { display: none !important; }
.pkg-placeholder { font-size: 15px; font-weight: 800; color: var(--text); }
.pkg-value small { display: block; margin-top: 2px; font-size: 12px; font-weight: 600; color: var(--text-3); }
.pkg-selected b { display: block; font-size: 15px; }
.pkg-price { font-size: 17px; font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }
.pkg-chev { flex: none; width: 18px; height: 18px; color: var(--text-3); transition: rotate .2s var(--ease); }
.pkg-select.is-open .pkg-chev { rotate: 180deg; }
.pkg-menu { position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 20; padding: 6px; border-radius: 16px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), 0 4px 0 #dde1e8, 0 26px 46px -20px rgba(13, 16, 23, .38); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s, transform .2s var(--ease), visibility .18s; }
.pkg-select.is-open .pkg-menu { opacity: 1; visibility: visible; transform: none; }
.pkg-opt { position: relative; display: flex; align-items: center; gap: 12px; padding: 10px 12px 10px 8px; border-radius: 12px; cursor: pointer; transition: background .15s; }
.pkg-opt + .pkg-opt { margin-top: 2px; }
.pkg-opt:hover { background: var(--surface-2); }
.pkg-opt input { position: absolute; opacity: 0; pointer-events: none; }
.pkg-opt:has(input:checked) { background: var(--brand-50); }
.pkg-opt:has(input:focus-visible) { outline: 2px solid var(--brand); outline-offset: -2px; }
.pkg-opt .ni { width: 36px; height: 36px; border-radius: 11px; }
.pkg-opt .ni .lucide { width: 17px; height: 17px; }
.pkg-opt:hover .ni, .pkg-opt:has(input:checked) .ni { color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--h1), var(--h2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--hside), 0 6px 12px -4px var(--hglow); }
.pkg-opt:hover .ni::before, .pkg-opt:has(input:checked) .ni::before { opacity: 1; }
.pkg-opt-body { flex: 1; min-width: 0; }
.pkg-opt-body b { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 14.5px; }
.pkg-opt-body small { display: block; margin-top: 2px; font-size: 12px; color: var(--text-3); }
.pkg-opt-price { text-align: right; font-size: 15.5px; font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }
.pkg-opt-price s { display: block; font-size: 11.5px; font-weight: 600; color: var(--text-3); }
.pkg-check { flex: none; width: 22px; height: 22px; border-radius: 99px; display: grid; place-items: center; color: #fff; opacity: 0; transform: scale(.6); background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #a0102e; transition: opacity .15s, transform .2s var(--ease); }
.pkg-check .lucide { width: 13px; height: 13px; stroke-width: 3; }
.pkg-opt:has(input:checked) .pkg-check { opacity: 1; transform: none; }
@keyframes pkgShake { 20%, 60% { translate: -5px 0; } 40%, 80% { translate: 5px 0; } }
.pkg-select.shake .pkg-trigger { animation: pkgShake .4s var(--ease); }
.opt-off { display: inline-flex; align-items: center; margin-left: 8px; padding: 1px 8px; border-radius: 99px; vertical-align: 2px; font-size: 11px; font-weight: 800; color: #fff !important; background: radial-gradient(120% 100% at 30% 12%, #4ff0b2, #0e9f6b 72%); text-shadow: 0 1px 0 rgba(7, 99, 63, .45); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #07633f; }
.option:has(input:checked) .option-radio::after { transform: scale(1); }
.option:has(input:focus-visible) { outline: 2px solid var(--brand); outline-offset: 2px; }

/* Özel açılır menü (dropdown) ve seçim kutusu */
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 230px; background: linear-gradient(180deg, #fff, #f8f9fb); border: 0;
  border-radius: 16px; box-shadow: inset 0 0 0 1px var(--line), 0 4px 0 #dde1e8, 0 26px 46px -20px rgba(13, 16, 23, .38); padding: 6px; z-index: 60;
  opacity: 0; visibility: hidden; transform: translateY(-4px) scale(.98); transform-origin: top right; transition: .16s var(--ease);
}
.dropdown.is-open .dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.dropdown-menu.left { left: 0; right: auto; transform-origin: top left; }
.dropdown-item { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 10px; border-radius: 9px; border: 0; background: none; text-align: left; color: var(--text-2); font-weight: 600; font-size: 13.5px; cursor: pointer; }
.dropdown-item:hover, .dropdown-item.is-focus { background: var(--surface-2); color: var(--text); }
.dropdown-item.is-selected { color: var(--text); background: var(--bg); }
.dropdown-item.is-selected::after { content: ""; margin-left: auto; width: 14px; height: 14px; background: var(--brand); clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
.dropdown-item.danger { color: var(--danger); }
.dropdown-sep { height: 1px; background: var(--line); margin: 6px 4px; }
.dropdown-head { padding: 10px 10px 8px; }
.dropdown-head b { display: block; }
.dropdown-head span { font-size: 12.5px; color: var(--text-3); }
.dd-thumb { width: 30px; height: 30px; border-radius: 8px; object-fit: cover; background: var(--bg); display: grid; place-items: center; flex: 0 0 30px; color: var(--text-3); }

.select { position: relative; }
.select-trigger { width: 100%; height: 44px; display: flex; align-items: center; gap: 10px; padding: 0 12px 0 10px; border: 1px solid var(--line-2); border-radius: 10px; background: #fff; cursor: pointer; font-weight: 600; text-align: left; }
.select-trigger:hover { border-color: #c2c6ce; }
.select.is-open .select-trigger { border-color: var(--text); box-shadow: 0 0 0 4px rgba(17, 20, 26, .07); }
.select-trigger .select-value { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select-trigger .chev { color: var(--text-3); transition: transform .2s var(--ease); }
.select.is-open .chev { transform: rotate(180deg); }
.select .dropdown-menu { left: 0; right: 0; min-width: 100%; max-height: 320px; overflow: auto; transform-origin: top center; }
.select.is-open .dropdown-menu { opacity: 1; visibility: visible; transform: none; }

/* Sekmeler */
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.tab { position: relative; display: inline-flex; align-items: center; gap: 8px; height: 46px; padding: 0 14px; border: 0; background: none; font-weight: 700; color: var(--text-3); cursor: pointer; white-space: nowrap; }
.tab:hover { color: var(--text); }
.tab.is-active { color: var(--text); }
.tab.is-active::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: -1px; height: 2px; background: var(--brand); border-radius: 2px; }
/* 3B sekmeler: çukur yuva içinde kabartmalı seçili tuş */
.tabs-3d { gap: 6px; width: fit-content; max-width: calc(100% - 28px); margin: 14px 14px 0; padding: 6px; border: 0; border-radius: 16px; background: #eef0f4; box-shadow: inset 0 2px 5px rgba(13, 16, 23, .08), inset 0 0 0 1px #e3e6ec; }
.tabs-3d .tab { height: 40px; padding: 0 16px 0 6px; gap: 9px; border-radius: 12px; color: var(--text-2); transition: background .15s, color .15s, box-shadow .15s; }
.tabs-3d .tab.is-active { color: var(--text); background: linear-gradient(180deg, #fff, #f7f8fa); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #d8dce4, 0 8px 14px -8px rgba(13, 16, 23, .2); }
.tabs-3d .tab.is-active::after { display: none; }
.tabs-3d .tab .ni { width: 28px; height: 28px; }
.tabs-3d .tab .ni .lucide { width: 15px; height: 15px; }
.tabs-3d .tab.is-active .ni, .tabs-3d .tab:hover .ni { color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--h1), var(--h2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--hside), 0 6px 12px -4px var(--hglow); }
.tabs-3d .tab.is-active .ni::before, .tabs-3d .tab:hover .ni::before { opacity: 1; }
.tabs-card { border: 0; border-radius: 22px; margin-bottom: 6px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 6px 0 #dde1e8, 0 24px 44px -24px rgba(13, 16, 23, .3); }
.tab-panel { display: none; }
/* Sekme paneli yalnızca opaklıkla belirir: transform, içerideki editörün sabit araç çubuğunu kaydırıyordu */
.tab-panel.is-active { display: block; animation: tabIn .25s var(--ease); }
@keyframes tabIn { from { opacity: 0; } to { opacity: 1; } }
.segmented { display: inline-flex; padding: 4px; background: #eef0f4; border: 0; border-radius: 13px; gap: 3px; box-shadow: inset 0 2px 4px rgba(13, 16, 23, .08), inset 0 0 0 1px #e3e6ec; }
.segmented button { height: 32px; padding: 0 12px; border: 0; background: transparent; border-radius: 9px; font-weight: 700; font-size: 13px; color: var(--text-3); cursor: pointer; transition: color .15s, background .15s, box-shadow .15s; }
.segmented button:hover { color: var(--text); }
.segmented button.is-active { background: linear-gradient(180deg, #fff, #f7f8fa); color: var(--text); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #d8dce4, 0 6px 10px -6px rgba(13, 16, 23, .25); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; visibility: hidden; }
.modal.is-open { visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(13, 16, 23, .55); opacity: 0; transition: opacity .2s; }
.modal.is-open .modal-backdrop { opacity: 1; }
.modal-dialog { position: relative; width: 100%; max-width: 460px; max-height: calc(100vh - 40px); overflow: auto; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(10px) scale(.98); transition: .22s var(--ease); }
.modal.is-open .modal-dialog { opacity: 1; transform: none; }
.modal-lg .modal-dialog { max-width: 760px; }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px 0; }
.modal-head h3 { font-size: 17px; }
.modal-body { padding: 18px 20px; }
.modal-foot { display: flex; justify-content: flex-end; gap: 10px; padding: 0 20px 20px; }
body.modal-lock { overflow: hidden; }

/* Toast bildirimleri */
.toasts { position: fixed; right: 20px; bottom: 20px; z-index: 200; display: grid; gap: 10px; width: min(360px, calc(100vw - 40px)); }
.toast { display: flex; gap: 12px; align-items: flex-start; padding: 14px 14px 14px 16px; background: var(--ink); color: #e9ecf1; border-radius: 12px; box-shadow: var(--shadow-lg); animation: toastIn .3s var(--ease); font-size: 13.5px; }
.toast .lucide { margin-top: 1px; }
.toast.success .lucide { color: #4ade80; }
.toast.error .lucide { color: #f87171; }
.toast.info .lucide { color: #67e8f9; }
.toast button { margin-left: auto; background: none; border: 0; color: #8b93a3; cursor: pointer; padding: 0; }
.toast.is-leaving { animation: toastOut .25s var(--ease) forwards; }
@keyframes toastIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes toastOut { to { opacity: 0; transform: translateY(6px); } }

/* Uyarı kutuları */
.alert { display: flex; gap: 12px; align-items: flex-start; padding: 13px 15px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface-2); font-size: 13.5px; color: var(--text-2); margin-bottom: 16px; }
.alert .lucide { margin-top: 1px; }
.alert-error { background: var(--danger-50); border-color: #fbd5d5; color: #8f1616; }
.alert-success { background: var(--success-50); border-color: #c8efd6; color: #14532d; }
.alert-info { background: var(--accent-50); border-color: #c4eef1; color: #075e66; }
.alert-warning { background: var(--warning-50); border-color: #fde2b5; color: #7c3a06; }

/* Sayfalama */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 28px; flex-wrap: wrap; }
.page-btn { min-width: 38px; height: 38px; padding: 0 10px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-weight: 700; font-size: 13.5px; color: var(--text-2); cursor: pointer; }
.page-btn:hover { border-color: var(--line-2); color: var(--text); }
.page-btn.is-active { background: var(--text); border-color: var(--text); color: #fff; }
.page-btn.is-disabled { opacity: .45; pointer-events: none; }
.page-gap { min-width: 24px; display: grid; place-items: center; color: var(--text-3); }

/* Breadcrumb */
/* Konum çubuğu: açık 3B hap */
.crumbs { display: flex; width: fit-content; max-width: 100%; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; padding: 6px 14px; border-radius: 99px; font-size: 13px; color: var(--text-3); background: linear-gradient(180deg, #fff, #f1f3f6); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; }
.crumbs a { transition: color .15s; }
.crumbs a:hover { color: var(--brand-600); }
.crumbs .lucide { width: 14px; height: 14px; }
.crumbs span[aria-current] { color: var(--text); font-weight: 600; }

/* Oyun kartı (kompakt) */
.grid { display: grid; gap: 18px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-games { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
/* 3B karo: çerçeveli kapak, alt kalınlık kenarı, içe gömülü fiyat alanı */
.game-card { position: relative; display: flex; flex-direction: column; padding: 7px; border-radius: 20px; background: linear-gradient(180deg, #fff, #f5f6f9); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 5px 0 #dde1e8, 0 18px 30px -22px rgba(13, 16, 23, .35); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
/* Hover: TikTok pembe → turkuaz degrade çerçeve */
.game-card::before { content: ""; position: absolute; inset: 0; z-index: 3; padding: 1.5px; border-radius: inherit; background: linear-gradient(135deg, #fe2c55, #ff7a93 40%, #25f4ee); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0); opacity: 0; transition: opacity .35s; pointer-events: none; }
/* Kapak perdesi ve ortadaki 3B buton */
.game-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 16, 23, .15), rgba(13, 16, 23, .78)), radial-gradient(80% 70% at 50% 100%, rgba(254, 44, 85, .35), transparent 70%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.cover-cta { position: absolute; left: 50%; top: 50%; z-index: 1; display: inline-flex; align-items: center; gap: 9px; padding: 5px 16px 5px 5px; border-radius: 99px; background: rgba(13, 16, 23, .55); border: 1px solid rgba(255, 255, 255, .16); color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; backdrop-filter: blur(6px); opacity: 0; transform: translate(-50%, -30%); transition: opacity .3s, transform .35s var(--ease); pointer-events: none; }
.cta-key { position: relative; width: 30px; height: 30px; border-radius: 99px; display: grid; place-items: center; background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -2px 4px rgba(90, 0, 10, .3), 0 3px 0 #a0102e, 0 8px 16px -4px rgba(254, 44, 85, .7); }
.cta-key::before { content: ""; position: absolute; left: 4px; right: 4px; top: 2px; height: 45%; border-radius: 99px; background: linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); }
.cta-key .lucide { position: relative; width: 16px; height: 16px; stroke-width: 2.4; filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .3)); }
@media (hover: hover) {
  .game-card:hover { transform: translateY(-4px); box-shadow: inset 0 2px 0 #fff, 0 6px 0 #ecc9d2, 0 28px 42px -22px rgba(254, 44, 85, .5), 0 14px 28px -18px rgba(37, 244, 238, .45); }
  .game-card:hover .game-foot { background: linear-gradient(180deg, #fff5f7, #ffe9ee); box-shadow: inset 0 1px 3px rgba(254, 44, 85, .08), inset 0 0 0 1px #ffd3dc; }
  .game-card:hover::before, .game-card:hover .game-cover::after { opacity: 1; }
  .game-card:hover .cover-cta { opacity: 1; transform: translate(-50%, -50%); }
  .game-card:hover .game-title { color: var(--brand-600); }
}
.game-card:focus-within::before, .game-card:focus-within .game-cover::after { opacity: 1; }
.game-card:focus-within .cover-cta { opacity: 1; transform: translate(-50%, -50%); }
.game-cover { position: relative; isolation: isolate; aspect-ratio: 16 / 10; border-radius: 14px; background: var(--ink-2); overflow: hidden; box-shadow: 0 1px 0 #fff, 0 6px 14px -8px rgba(13, 16, 23, .45); }
.game-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.game-card:hover .game-cover img { transform: scale(1.06); }
/* Kapak rozetleri: tür rozeti sol altta, öne çıkan rozeti sağ üstte */
.game-flags { position: absolute; z-index: 1; inset: 8px; pointer-events: none; }
.game-flags .type-flag { position: absolute; left: 0; bottom: 0; }
.game-flags .flag-hot { position: absolute; right: 0; top: 0; }
.game-flag { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 9px 0 3px; border-radius: 8px; background: rgba(13, 16, 23, .72); border: 1px solid rgba(255, 255, 255, .1); color: #fff; font-size: 11px; font-weight: 700; backdrop-filter: blur(6px); }
/* 3B rozetler */
.flag-ico, .flag-hot { position: relative; display: grid; place-items: center; color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--c1), var(--c2) 72%); }
.flag-ico::before, .flag-hot::before { content: ""; position: absolute; left: 2px; right: 2px; top: 1px; height: 46%; border-radius: 5px 5px 8px 8px; background: linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); pointer-events: none; }
.flag-ico .lucide, .flag-hot .lucide { position: relative; stroke-width: 2.6; filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .3)); }
.flag-ico { width: 20px; height: 20px; border-radius: 6px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--side); }
.flag-ico .lucide { width: 12px; height: 12px; }
.flag-ico.is-web { --c1: #86f8f3; --c2: #11b3c7; --side: #0a6c79; }
.flag-ico.is-file { --c1: #7fb4ff; --c2: #3450e6; --side: #1f2f94; }
.flag-hot { --c1: #ffc078; --c2: #fe2c55; width: 26px; height: 26px; border-radius: 8px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -2px 4px rgba(90, 0, 10, .25), 0 3px 0 #a0102e, 0 8px 14px -4px rgba(254, 44, 85, .6); }
.flag-hot .lucide { width: 14px; height: 14px; }
.game-body { padding: 12px 7px 1px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.game-title { font-size: 15.5px; line-height: 1.3; transition: color .25s; }
.game-title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.game-desc { color: var(--text-3); font-size: 12.5px; line-height: 1.45; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.game-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: auto -7px 0; padding: 7px 7px 4px 13px; border-radius: 14px; background: linear-gradient(180deg, #f0f2f5, #eceef2); box-shadow: inset 0 1px 3px rgba(13, 16, 23, .07), inset 0 0 0 1px #e4e7ec; transition: background .3s, box-shadow .3s; }
.game-desc + .game-foot { margin-top: auto; }
.game-body > .game-desc { margin-bottom: 9px; }
.price-from { font-size: 11px; font-weight: 600; color: var(--text-3); line-height: 1.25; }
.price-from b { display: block; color: var(--text); font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; }
/* 3B ok tuşu: koyu, kartın üzerine gelince marka rengine döner, tıklayınca basılır */
.game-go { position: relative; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; flex: 0 0 34px; margin-bottom: 3px; background: radial-gradient(120% 100% at 30% 10%, #3a4150, #0b0d12 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -2px 4px rgba(0, 0, 0, .5), 0 3px 0 #000, 0 8px 14px -6px rgba(0, 0, 0, .45); transition: transform .15s var(--ease), box-shadow .15s; }
.game-go::before { content: ""; position: absolute; left: 3px; right: 3px; top: 2px; height: 45%; border-radius: 8px 8px 12px 12px; background: linear-gradient(180deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)); pointer-events: none; }
.game-go .lucide { position: relative; width: 16px; height: 16px; stroke-width: 2.5; filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .35)); }
.game-card:hover .game-go { background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -2px 4px rgba(90, 0, 10, .3), 0 3px 0 #a0102e, 0 10px 16px -6px rgba(254, 44, 85, .6); }
.game-card:active .game-go { transform: translateY(2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 0 #a0102e; }

/* Blog düzeni: sol kenar çubuğu + içerik */
.with-sidebar { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; align-items: start; margin-top: 18px; }
.sidebar { display: grid; gap: 16px; position: sticky; top: calc(var(--header-h) + 16px); }
/* Blog kenar çubuğu: açık 3B widget blokları */
.widget { border-radius: 16px; margin-bottom: 4px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 4px 0 #dde1e8, 0 14px 26px -18px rgba(13, 16, 23, .28); }
.widget-head { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--line); font-weight: 800; font-size: 14px; }
.widget-body { padding: 14px 16px 16px; }
.widget .input-group .input { height: 42px; background: #f1f3f6; border-color: #e3e6ec; box-shadow: inset 0 2px 4px rgba(13, 16, 23, .07); transition: background .15s, box-shadow .15s, border-color .15s; }
.widget .input-group .input:focus { background: #fff; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(254, 44, 85, .12); }
.widget-list { display: grid; gap: 2px; padding: 8px; }
.widget-list a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; color: var(--text-2); font-weight: 600; font-size: 13.5px; transition: background .15s, color .15s, transform .2s var(--ease); }
.widget-list a:hover { background: var(--surface-2); color: var(--text); transform: translateX(2px); }
.widget-list a.is-active { background: var(--brand-50); color: var(--brand-600); }
.widget-list .count, .fopt .count { margin-left: auto; min-width: 28px; height: 24px; padding: 0 8px; margin-bottom: 2px; border-radius: 999px; display: grid; place-items: center; font-size: 11.5px; font-weight: 800; color: var(--text-3); background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; }
.widget-list a.is-active .count, .fopt:has(input:checked) .count { color: #fff; background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #a0102e; }
/* Popüler yazılar: küçük görsel + 3B sıra rozeti */
.widget-post { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 12px; align-items: center; padding: 8px 10px; border-radius: 10px; }
.widget-list a.widget-post { display: grid; }
.widget-post:hover b { color: var(--brand-600); }
.wp-thumb { position: relative; width: 68px; }
.wp-thumb img, .wp-thumb .ph { width: 68px; aspect-ratio: 16 / 10; border-radius: 9px; object-fit: cover; background: linear-gradient(135deg, #1f2533, #0d1017); display: grid; place-items: center; color: #4b5263; box-shadow: 0 3px 0 #d8dce4, 0 8px 14px -8px rgba(13, 16, 23, .4); transition: transform .2s var(--ease); }
.wp-thumb .ph .lucide { width: 18px; height: 18px; }
.widget-post:hover .wp-thumb img, .widget-post:hover .wp-thumb .ph { transform: translateY(-2px); }
.wp-rank { position: absolute; top: -7px; left: -7px; width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 800; background: radial-gradient(120% 100% at 30% 12%, #b7bdc9, #6b7384 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 #4b5263, 0 4px 8px -2px rgba(13, 16, 23, .35); }
.wp-rank.r1 { background: radial-gradient(120% 100% at 30% 12%, #ffe08a, #f2a60f 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), 0 2px 0 #9c6a05, 0 4px 10px -2px rgba(242, 166, 15, .6); }
.wp-rank.r2 { background: radial-gradient(120% 100% at 30% 12%, #eef1f6, #9aa3b2 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 2px 0 #6b7384, 0 4px 10px -2px rgba(107, 115, 132, .5); }
.wp-rank.r3 { background: radial-gradient(120% 100% at 30% 12%, #f2b27e, #b8652a 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 #7a3f14, 0 4px 10px -2px rgba(184, 101, 42, .55); }
.widget-post b { font-size: 13px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .15s; }
.widget-post span:not(.wp-thumb):not(.wp-rank):not(.ph) { font-size: 11.5px; color: var(--text-3); }
/* Oyunlar: kenar çubuğunda filtre widget'ları (mobilde alttan açılan panel) */
.sidebar.filter-panel { position: static; display: block; }
.fp-body { display: grid; gap: 16px; }
.fp-head, .fp-foot, .fp-backdrop { display: none; }
.fopt-list { display: grid; gap: 2px; padding: 8px; }
.fopt { position: relative; display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; color: var(--text-2); font-weight: 600; font-size: 13.5px; cursor: pointer; -webkit-user-select: none; user-select: none; transition: background .15s, color .15s, transform .2s var(--ease); }
.fopt:hover { background: var(--surface-2); color: var(--text); transform: translateX(2px); }
.fopt:has(input:checked) { background: var(--brand-50); color: var(--brand-600); }
.fopt:has(input:focus-visible) { outline: 2px solid var(--brand); outline-offset: 1px; }
.fopt:hover .ni, .fopt:has(input:checked) .ni { color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--h1), var(--h2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--hside), 0 6px 12px -4px var(--hglow); transform: translateY(-1px); }
.fopt:hover .ni::before, .fopt:has(input:checked) .ni::before { opacity: 1; }
.fopt-label { min-width: 0; }
.fopt-dot { position: relative; flex: none; width: 20px; height: 20px; margin-left: auto; border-radius: 50%; background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line-2), 0 2px 0 #dde1e8; transition: background .15s, box-shadow .15s; }
.fopt-dot::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: #fff; box-shadow: 0 1px 1px rgba(90, 0, 10, .35); transform: scale(0); transition: transform .2s var(--ease); }
.fopt:has(input:checked) .fopt-dot { background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #a0102e; }
.fopt:has(input:checked) .fopt-dot::after { transform: scale(1); }
.games-main .grid-games { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.games-head { margin-bottom: 12px; }
.lh-text { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; min-width: 0; }
.filter-open { display: none; }
/* Sıralama: liste başlığının sağında 3B açılır menü (masaüstü); mobilde filtre panelinde */
.w-sort { display: none; }
.sort-dd { flex: none; width: 290px; }
.sort-dd .select-trigger { height: 46px; margin-bottom: 3px; gap: 9px; padding: 0 12px 0 8px; border: 0; border-radius: 14px; background: linear-gradient(180deg, #fff, #f1f3f6); box-shadow: inset 0 0 0 1px var(--line), inset 0 1px 0 #fff, 0 3px 0 #dde1e8, 0 10px 18px -12px rgba(13, 16, 23, .25); transition: box-shadow .15s, transform .15s var(--ease); }
.sort-dd .select-trigger:hover { box-shadow: inset 0 0 0 1px var(--line-2), inset 0 1px 0 #fff, 0 4px 0 #d6dae2, 0 14px 22px -12px rgba(242, 138, 15, .35); }
.sort-dd.is-open .select-trigger { box-shadow: inset 0 0 0 1px var(--line-2), 0 1px 0 #d6dae2, 0 0 0 4px rgba(242, 138, 15, .12); transform: translateY(2px); }
.sd-pre { font-size: 12.5px; font-weight: 600; color: var(--text-3); }
.sort-dd .select-value { font-weight: 800; font-size: 13.5px; }
.sort-dd .dropdown-menu { left: auto; right: 0; width: 100%; max-height: none; padding: 6px; border-radius: 16px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), 0 4px 0 #dde1e8, 0 26px 46px -20px rgba(13, 16, 23, .38); }
.sort-dd .dropdown-item.is-selected { background: var(--brand-50); color: var(--brand-600); }
.f-badge { min-width: 20px; height: 20px; padding: 0 6px; margin-left: 1px; border-radius: 99px; display: grid; place-items: center; font-size: 11px; font-weight: 800; color: #fff; background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #a0102e; }
.active-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 18px; }
.af-chip { display: inline-flex; align-items: center; gap: 7px; height: 32px; padding: 0 5px 0 4px; margin-bottom: 2px; border: 0; border-radius: 99px; font: 700 12.5px var(--font); color: var(--text-2); cursor: pointer; background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; transition: color .15s, transform .15s var(--ease); }
.af-chip { max-width: 100%; }
.af-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.af-chip .ni, .af-x { flex: none; }
.games-head h2 { overflow-wrap: anywhere; }
.games-head h2:focus { outline: none; }
.af-chip:hover { color: var(--text); transform: translateY(-1px); }
.af-chip .ni { width: 24px; height: 24px; border-radius: 99px; }
.af-chip .ni .lucide { width: 12px; height: 12px; }
.af-x { width: 22px; height: 22px; border-radius: 99px; display: grid; place-items: center; color: var(--text-3); background: #eceef3; transition: background .15s, color .15s; }
.af-x .lucide { width: 13px; height: 13px; stroke-width: 2.6; }
.af-chip:hover .af-x { color: #fff; background: #fe2c55; }
.af-clear { display: inline-flex; align-items: center; gap: 6px; padding: 0 6px; font-size: 12.5px; font-weight: 700; color: var(--brand-600); }
.af-clear .lucide { width: 14px; height: 14px; }
.af-clear:hover { text-decoration: underline; }
.empty-3d .ico3d { margin: 0 auto 18px; }
.empty-3d .btn-3d { margin-top: 18px; }
.list-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; min-height: 40px; }
.list-head h2 { font-size: 17px; }
.list-head .result-count { margin-left: 0; }
.grid-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }

/* Blog kartı */
/* Blog kartı: tarih rozeti kapakta, hover'da mavi-mor-turkuaz çerçeve + kapak perdesi + "Yazıyı oku" */
.post-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s; }
.post-card::before { content: ""; position: absolute; inset: 0; z-index: 3; padding: 1.5px; border-radius: inherit; background: linear-gradient(135deg, #3450e6, #7c4dff 45%, #25f4ee); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0); opacity: 0; transition: opacity .35s; pointer-events: none; }
.post-cover { position: relative; aspect-ratio: 16 / 9; overflow: hidden; display: grid; place-items: center; background: radial-gradient(70% 90% at 50% 100%, rgba(52, 80, 230, .35), transparent 70%), radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1.4px) 0 0 / 16px 16px, linear-gradient(135deg, #1a1f2b, #0d1017); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.post-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 16, 23, .15), rgba(13, 16, 23, .78)), radial-gradient(80% 70% at 50% 100%, rgba(84, 120, 255, .38), transparent 70%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.post-ph { transition: transform .35s var(--ease), opacity .3s; }
.post-date { position: absolute; top: 8px; right: 8px; z-index: 1; display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 9px 0 3px; border-radius: 8px; background: rgba(13, 16, 23, .72); border: 1px solid rgba(255, 255, 255, .1); color: #fff; font-size: 11px; font-weight: 700; backdrop-filter: blur(6px); }
.post-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.post-body h3 { font-size: 14.5px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .25s; }
.post-body h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.post-body p { color: var(--text-3); font-size: 12.5px; line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); font-size: 12.5px; font-weight: 700; color: var(--text-2); }
.pf-date { display: none; font-weight: 600; color: var(--text-3); }
.post-card:hover .game-go { background: radial-gradient(120% 100% at 30% 10%, #7fb4ff, #3450e6 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -2px 4px rgba(0, 10, 90, .3), 0 3px 0 #1f2f94, 0 10px 16px -6px rgba(84, 120, 255, .6); }
.post-card:active .game-go { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 0 #1f2f94; }
.cta-key.is-blue { background: radial-gradient(120% 100% at 30% 10%, #7fb4ff, #3450e6 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -2px 4px rgba(0, 10, 90, .3), 0 3px 0 #1f2f94, 0 8px 16px -4px rgba(84, 120, 255, .7); }
@media (hover: hover) {
  .post-card:hover { transform: translateY(-4px); border-color: transparent; box-shadow: 0 24px 40px -20px rgba(84, 120, 255, .45), 0 12px 28px -16px rgba(37, 244, 238, .35); }
  .post-card:hover::before, .post-card:hover .post-cover::after { opacity: 1; }
  .post-card:hover .cover-cta { opacity: 1; transform: translate(-50%, -50%); }
  .post-card:hover .post-cover img { transform: scale(1.06); }
  .post-card:hover .post-ph { transform: scale(.85); opacity: .35; }
  .post-card:hover h3 { color: #3450e6; }
  .post-card:hover .pf-read { color: #3450e6; }
}
.post-card:focus-within::before, .post-card:focus-within .post-cover::after { opacity: 1; }
.post-card:focus-within .cover-cta { opacity: 1; transform: translate(-50%, -50%); }

/* İçerik tipografisi (editörden gelen HTML) */
.prose { font-size: 15.5px; line-height: 1.75; color: #2a2f3a; }
.prose > * + * { margin-top: 1em; }
.prose h2 { font-size: 21px; margin-top: 1.6em; }
.prose h2::before { content: ""; display: inline-block; width: 6px; height: 20px; margin-right: 10px; vertical-align: -2px; border-radius: 99px; background: linear-gradient(180deg, #ff8fa8, #fe2c55); box-shadow: 0 2px 0 #a0102e; }
.prose h3 { font-size: 18px; margin-top: 1.4em; }
.prose p { margin: 0; }
.prose ul, .prose ol { padding-left: 0; margin: 0; list-style: none; }
.prose li + li { margin-top: .45em; }
/* Madde işaretleri: parlak pembe noktalar; numaralı listeler: mor 3B numara kutuları */
.prose ul > li { position: relative; padding-left: 22px; }
.prose ul > li::before { content: ""; position: absolute; left: 3px; top: .62em; width: 9px; height: 9px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffc2cf, #fe2c55 60%); box-shadow: 0 1px 0 #a0102e; }
.prose ol { counter-reset: step; }
.prose ol > li { position: relative; min-height: 28px; padding-left: 40px; counter-increment: step; }
.prose ol > li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; font-size: 13px; font-weight: 800; line-height: 1; color: #fff; background: radial-gradient(120% 100% at 30% 12%, #bba0ff, #6c3ce6 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #42209c; }
.prose a { color: var(--brand-600); text-decoration: underline; text-underline-offset: 3px; }
.prose img { border-radius: 12px; }
.prose blockquote { margin: 0; padding: 12px 18px; border-left: 3px solid var(--brand); background: var(--surface-2); border-radius: 0 10px 10px 0; color: var(--text-2); }
.prose table { width: 100%; border-collapse: collapse; font-size: 14px; }
.prose th, .prose td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; }
.prose th { background: var(--surface-2); }
.prose code { background: var(--surface-2); border: 1px solid var(--line); padding: 1px 6px; border-radius: 6px; font-size: .9em; }
.prose pre { background: var(--ink); color: #e6e9ef; padding: 14px; border-radius: 12px; overflow: auto; }
.prose iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 12px; }

/* Boş durum */
.empty { text-align: center; padding: 48px 20px; color: var(--text-3); }
.empty img { width: 160px; margin: 0 auto 14px; }
.empty .empty-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 19px; display: grid; place-items: center; color: var(--text-3); background: linear-gradient(180deg, #fff, #eceef3); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 4px 0 #d6dae2, 0 14px 20px -10px rgba(13, 16, 23, .25); transform: perspective(220px) rotateX(14deg) rotateY(-12deg); }
.empty h3 { color: var(--text); font-size: 17px; margin-bottom: 6px; }

/* Tablo */
.table-wrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.table th { text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--text-3); font-weight: 700; padding: 11px 16px; background: var(--surface-2); border-bottom: 1px solid var(--line); white-space: nowrap; }
.table td { padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table tr:last-child td { border-bottom: 0; }
.table .num { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; }
.amount-plus { color: var(--success); }
.amount-minus { color: var(--text); }

.skeleton { background: linear-gradient(90deg, #eef0f3 25%, #f7f8fa 37%, #eef0f3 63%); background-size: 400% 100%; animation: shimmer 1.2s ease infinite; border-radius: 10px; }
@keyframes shimmer { 0% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }
.is-fetching { opacity: .55; pointer-events: none; transition: opacity .15s; }

/* 5) SAYFALAR --------------------------------------------------------------- */
/* Ana sayfa vitrini */
.hero { padding-block: 26px 10px; }
/* Hero iki ayrı kart: solda metin, sağda maskot */
.hero-split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .95fr); gap: 18px; align-items: stretch; }
/* Sol kart: koyu 3B blok (alt kalınlık payı + üst kenar ışığı + yatay parlak yansıma bandı) */
.hero-card { position: relative; display: flex; flex-direction: column; justify-content: center; color: #fff; border-radius: 22px; overflow: hidden; min-height: 380px; padding: 44px; margin-bottom: 6px; isolation: isolate; background: linear-gradient(180deg, #171b26 0%, #0d1017 52%, #0a0c12 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), inset 0 1px 0 rgba(255, 255, 255, .16), 0 6px 0 #05060a, 0 24px 44px -22px rgba(13, 16, 23, .55); }
.hero-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(520px 280px at 0% 0%, rgba(124, 77, 255, .16), transparent 60%), radial-gradient(520px 300px at 100% 110%, rgba(254, 44, 85, .18), transparent 60%), radial-gradient(65% 38% at 45% 118%, rgba(255, 110, 40, .22), transparent 70%); }
/* Alttan yükselen korlar (app.js: initEmbers) — yazıların arkasında, tıklamayı engellemez */
.embers { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none; -webkit-mask: linear-gradient(to top, #000 45%, transparent 100%); mask: linear-gradient(to top, #000 45%, transparent 100%); }
.hero-card::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 42%; z-index: -1; border-radius: 22px 22px 60% 60% / 22px 22px 18% 18%; background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .015) 70%, rgba(255, 255, 255, 0)); pointer-events: none; }
.hero-side { container-type: size; position: relative; display: grid; place-items: center; min-height: 380px; padding: 24px; margin-bottom: 6px; border-radius: 22px; overflow: hidden; isolation: isolate; background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 6px 0 #d8dce4, 0 22px 40px -22px rgba(13, 16, 23, .3); }
/* Sağ kart (açık 3B zemin): yumuşak pembe/turkuaz ışık + ortadan dağılan nokta deseni */
.hero-side::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(420px 260px at 70% 12%, rgba(254, 44, 85, .14), transparent 62%), radial-gradient(420px 260px at 30% 100%, rgba(37, 244, 238, .16), transparent 62%), radial-gradient(rgba(13, 16, 23, .11) 1px, transparent 1.4px) 0 0 / 18px 18px; -webkit-mask: radial-gradient(75% 75% at 50% 45%, #000 40%, transparent 100%); mask: radial-gradient(75% 75% at 50% 45%, #000 40%, transparent 100%); }
/* Maskotun altında zemin gölgesi */
.hero-side::after { content: ""; position: absolute; z-index: -1; left: 50%; bottom: 30px; width: 52%; height: 28px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(13, 16, 23, .26), transparent); }
.hero-eyebrow { position: relative; display: inline-flex; align-items: center; gap: 12px; padding: 6px 16px 6px 8px; border-radius: 99px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); font-size: 12.5px; font-weight: 700; color: #d7dbe3; margin-bottom: 18px; }

/* Hero etiketi: üst kenarın ortasında 3B pembe fiyonk (hediye paketi gibi) */
.eb-bow { position: absolute; left: 50%; top: -22px; width: 64px; height: 40px; transform-origin: 50% 55%; translate: -50% 0; filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .45)) drop-shadow(0 0 10px rgba(254, 44, 85, .35)); animation: bowSway 4.5s ease-in-out infinite; pointer-events: none; }
@keyframes bowSway { 0%, 100% { rotate: -3deg; } 50% { rotate: 3deg; } }

/* Hero: 3B platform logoları (TikTok + YouTube) */
.brand-3d { display: inline-flex; align-items: center; padding: 2px 0 6px 2px; }
.b3d { position: relative; width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; }
.b3d::before { content: ""; position: absolute; left: 2px; right: 2px; top: 1px; height: 46%; border-radius: 10px 10px 14px 14px; background: linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0)); pointer-events: none; }
.b3d svg { position: relative; width: 19px; height: 19px; overflow: visible; filter: drop-shadow(0 1.5px 1px rgba(0, 0, 0, .45)); }
.b3d-tt { z-index: 2; background: radial-gradient(120% 100% at 30% 10%, #3a4150, #0b0d12 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -3px 5px rgba(0, 0, 0, .5), 0 4px 0 #000, 0 12px 18px -6px rgba(37, 244, 238, .6); transform: perspective(180px) rotateX(12deg) rotateY(20deg) rotate(-8deg); animation: b3dFloat 3.6s ease-in-out infinite; }
.b3d-yt { margin-left: -8px; background: radial-gradient(120% 100% at 30% 10%, #ff6a6a, #d1001f 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -3px 5px rgba(90, 0, 10, .45), 0 4px 0 #8a0014, 0 12px 18px -6px rgba(255, 40, 60, .65); transform: perspective(180px) rotateX(12deg) rotateY(-20deg) rotate(8deg); animation: b3dFloat 3.6s ease-in-out -1.8s infinite; }
@keyframes b3dFloat { 50% { translate: 0 -3px; } }

/* Hero: 3B özellik simgeleri */
.ico3d { --c1: #4ff0b2; --c2: #0e9f6b; --side: #07633f; --glow: rgba(52, 227, 160, .45); position: relative; flex: none; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--c1), var(--c2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -3px 6px rgba(0, 0, 0, .22), 0 4px 0 var(--side), 0 14px 20px -8px var(--glow); transform: perspective(220px) rotateX(14deg) rotateY(-12deg); transition: transform .35s var(--ease); }
.ico3d::before { content: ""; position: absolute; left: 3px; right: 3px; top: 2px; height: 46%; border-radius: 10px 10px 16px 16px; background: linear-gradient(180deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0)); pointer-events: none; }
.ico3d .lucide { position: relative; width: 19px; height: 19px; stroke-width: 2.75; filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .28)); }
.ico3d-blue { --c1: #7fb4ff; --c2: #3450e6; --side: #1f2f94; --glow: rgba(84, 120, 255, .5); }
.ico3d-amber { --c1: #ffd978; --c2: #f28a0f; --side: #9c5305; --glow: rgba(255, 170, 40, .45); }
.hero h1 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -.035em; max-width: 560px; }
.hero p { color: #b8bfcc; font-size: 16px; max-width: 520px; margin: 14px 0 26px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-actions .btn:not(.btn-primary) { --b-bg: rgba(255, 255, 255, .06); --b-fg: #fff; --b-bd: rgba(255, 255, 255, .16); }
.hero-actions .btn:not(.btn-primary):hover { background: rgba(255, 255, 255, .12); }
/* Kurt kartın altına oturur; mutlak konumlu olduğu için kartın yüksekliğini büyütmez */
.hero-side img { position: absolute; z-index: 1; left: 50%; bottom: 34px; height: min(88%, calc(118cqw - 20px)); width: auto; max-width: none; transform: translateX(-47%); filter: drop-shadow(0 18px 22px rgba(13, 16, 23, .2)); }
/* Kurtun solunda süzülen büyük 3B TikTok ve YouTube logoları (kurtun arkasında kalır) */
.hero-logos { position: absolute; z-index: 0; left: 20px; top: 0; bottom: 0; width: 110px; pointer-events: none; }
.hl { position: absolute; display: grid; place-items: center; animation: hlFloat 4.2s ease-in-out infinite; }
.hl::before { content: ""; position: absolute; left: 5px; right: 5px; top: 3px; height: 46%; border-radius: 18px 18px 26px 26px; background: linear-gradient(180deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0)); pointer-events: none; }
.hl svg { position: relative; overflow: visible; filter: drop-shadow(0 3px 2px rgba(0, 0, 0, .45)); }
.hl-tt { left: 0; top: 16%; width: 80px; height: 80px; border-radius: 24px; background: radial-gradient(120% 100% at 30% 10%, #3a4150, #0b0d12 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -4px 8px rgba(0, 0, 0, .5), 0 7px 0 #000, 0 26px 34px -12px rgba(37, 244, 238, .6); transform: perspective(320px) rotateX(12deg) rotateY(22deg) rotate(-9deg); }
.hl-tt svg { width: 42px; height: 42px; }
.hl-yt { left: 8px; top: 58%; width: 70px; height: 70px; border-radius: 21px; background: radial-gradient(120% 100% at 30% 10%, #ff6a6a, #d1001f 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -4px 8px rgba(90, 0, 10, .45), 0 7px 0 #8a0014, 0 26px 34px -12px rgba(255, 40, 60, .65); transform: perspective(320px) rotateX(12deg) rotateY(-20deg) rotate(8deg); animation-delay: -2.1s; }
.hl-yt svg { width: 36px; height: 36px; }
@keyframes hlFloat { 50% { translate: 0 -8px; } }
.hero-phone { width: 230px; aspect-ratio: 9 / 18.5; border-radius: 34px; background: #05070b; border: 8px solid #1d222d; box-shadow: 0 30px 60px rgba(0,0,0,.45); overflow: hidden; position: relative; transform: rotate(4deg); }
.hero-phone img { width: 100%; height: 100%; object-fit: cover; }
.hero-phone .live { position: absolute; top: 12px; left: 12px; background: var(--brand); color: #fff; font-size: 11px; font-weight: 800; padding: 3px 8px; border-radius: 6px; letter-spacing: .05em; }

/* Ana sayfa: Nasıl çalışır? + Kategoriler yan yana */
.home-duo { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px 64px; align-items: start; }
/* Sütunlar arası ayraç: yumuşak dikey çizgi, ortasında 3B elmas */
.home-duo::before { content: ""; position: absolute; top: 4px; bottom: 4px; left: 50%; width: 2px; margin-left: -1px; border-radius: 2px; background: linear-gradient(180deg, rgba(214, 217, 223, 0), #d6d9df 16%, #d6d9df 84%, rgba(214, 217, 223, 0)); pointer-events: none; }
.home-duo::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; border-radius: 5px; background: radial-gradient(120% 100% at 30% 12%, #ff8fa8, #fe2c55 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 2px 0 #a0102e, 0 0 0 5px var(--bg), 0 0 0 6px #d6d9df, 0 8px 16px -4px rgba(254, 44, 85, .55); transform: translate(-50%, -50%) rotate(45deg); pointer-events: none; }
.ico3d-lg { width: 56px; height: 56px; border-radius: 17px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -4px 8px rgba(0, 0, 0, .2), 0 5px 0 var(--side), 0 18px 26px -10px var(--glow); }
.ico3d-lg::before { left: 4px; right: 4px; top: 3px; border-radius: 14px 14px 22px 22px; }
.ico3d-lg .lucide { width: 26px; height: 26px; stroke-width: 2.4; }
.ico3d img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.ico3d-violet { --c1: #bba0ff; --c2: #6c3ce6; --side: #42209c; --glow: rgba(124, 77, 255, .45); }
.ico3d-pink { --c1: #ff8fa8; --c2: #fe2c55; --side: #a0102e; --glow: rgba(254, 44, 85, .45); }
.ico3d-teal { --c1: #86f8f3; --c2: #11b3c7; --side: #0a6c79; --glow: rgba(37, 244, 238, .45); }
.ico3d-green { --c1: #4ff0b2; --c2: #0e9f6b; --side: #07633f; --glow: rgba(52, 227, 160, .45); }
.ico3d-red { --c1: #ff9d9d; --c2: #e02424; --side: #8f1414; --glow: rgba(224, 36, 36, .45); }
.ico3d-xl { width: 124px; height: 124px; border-radius: 36px; box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 -6px 12px rgba(0, 0, 0, .2), 0 8px 0 var(--side), 0 28px 40px -14px var(--glow); }
.ico3d-xl::before { left: 6px; right: 6px; top: 4px; border-radius: 30px 30px 44px 44px; }
.ico3d-xl .lucide { width: 58px; height: 58px; stroke-width: 2.2; }

.section-duo { padding-top: 0; }

/* Nasıl çalışır? kutusunun köşesinde süzülen 3B hediyeler (kalp, hediye kutusu, jeton) */
.steps-wrap { position: relative; }
.gift-float { position: absolute; z-index: 2; right: 26px; bottom: calc(100% - 8px); width: 118px; height: 76px; pointer-events: none; }
.gf { position: absolute; --rot: 0deg; transform: perspective(220px) rotateX(14deg) rotateY(-12deg) rotate(var(--rot)); animation: gfFloat 3.4s ease-in-out infinite; }
/* Süreci özetleyen simgeler: ödeme → oyun → canlı yayın */
.gf-play { right: 34px; bottom: 0; width: 46px; height: 46px; border-radius: 14px; --rot: -7deg; }
.gf-play .lucide { width: 23px; height: 23px; }
.gf-pay { left: 0; top: 8px; width: 34px; height: 34px; border-radius: 11px; --rot: 11deg; animation-delay: -1.2s; }
.gf-pay .lucide { width: 17px; height: 17px; }
.gf-live { right: 0; top: 0; width: 32px; height: 32px; border-radius: 50%; --rot: -12deg; animation-delay: -2.3s; }
.gf-live::before { left: 4px; right: 4px; border-radius: 50% 50% 40% 40% / 70% 70% 30% 30%; }
.gf-live .lucide { width: 16px; height: 16px; }
@keyframes gfFloat { 50% { translate: 0 -6px; } }

/* Nasıl çalışır? — dikey 3B adımlar */
.steps-v { border-radius: 18px; padding: 6px 0; margin-bottom: 5px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 5px 0 #dde1e8, 0 18px 30px -22px rgba(13, 16, 23, .3); }
.step-row { position: relative; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; align-items: start; padding: 18px 22px; }
/* Adım numarası: ikonun köşesinde koyu 3B rozet */
.step-ico { position: relative; display: block; width: 56px; height: 56px; }
.step-num { position: absolute; z-index: 1; top: -7px; right: -8px; width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; background: radial-gradient(120% 100% at 30% 10%, #3a4150, #0b0d12 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 2px 0 #000, 0 0 0 2px #fff, 0 6px 10px -3px rgba(13, 16, 23, .45); transition: transform .3s var(--ease); }
.step-row:hover .step-num { transform: translateY(-2px); }
.step-row:not(:last-child)::before { content: ""; position: absolute; left: 49px; top: 88px; bottom: -8px; border-left: 2px dashed var(--line-2); }
.step-row h3 { font-size: 15.5px; margin: 3px 0 5px; }
.step-row p { color: var(--text-2); margin: 0; font-size: 13.5px; line-height: 1.55; }
.step-row .ico3d { transform: perspective(260px) rotateX(14deg) rotateY(-12deg); }
.step-row:hover .ico3d { transform: perspective(260px) translateY(-2px); }

/* Kategoriler — 3B kartlar */
.cat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.cat-card { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 3px; min-height: 158px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.cat-card::after { content: ""; position: absolute; z-index: -1; right: -46px; bottom: -56px; width: 150px; height: 150px; border-radius: 50%; background: var(--tone); opacity: .14; filter: blur(28px); transition: opacity .25s; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.cat-card:hover::after { opacity: .26; }
.cat-card .ico3d { margin-bottom: 16px; }
.cat-card:hover .ico3d { transform: perspective(260px) translateY(-2px); }
.cat-card b { font-size: 15.5px; line-height: 1.3; margin-top: auto; }
.cat-count { font-size: 12.5px; color: var(--text-3); font-weight: 600; }
.cat-go { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; color: var(--text-3); transition: background .2s, color .2s, border-color .2s; }
.cat-go .lucide { width: 16px; height: 16px; }
.cat-card:hover .cat-go { background: var(--ink); border-color: var(--ink); color: #fff; }
.t-violet { --tone: #7c4dff; } .t-pink { --tone: #fe2c55; } .t-teal { --tone: #11b3c7; } .t-amber { --tone: #f28a0f; } .t-blue { --tone: #3450e6; } .t-green { --tone: #0e9f6b; }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 30px; }
.cta-band h2 { font-size: 22px; }
.cta-band p { margin: 6px 0 0; color: var(--text-2); }
/* Ana sayfa alt çağrı alanı: açık 3B blok, solda başı kutudan taşan maskot */
.section-cta { padding-top: 40px; }
.cta-3d { position: relative; isolation: isolate; min-height: 128px; padding: 26px 30px; margin-bottom: 6px; border: 0; border-radius: 22px; background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 6px 0 #d8dce4, 0 22px 40px -22px rgba(13, 16, 23, .3); }
.cta-3d::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(360px 180px at 12% 100%, rgba(254, 44, 85, .14), transparent 70%), radial-gradient(420px 200px at 100% 0%, rgba(37, 244, 238, .14), transparent 70%), radial-gradient(rgba(13, 16, 23, .09) 1px, transparent 1.4px) 0 0 / 18px 18px; -webkit-mask: linear-gradient(90deg, #000 30%, rgba(0, 0, 0, .35)); mask: linear-gradient(90deg, #000 30%, rgba(0, 0, 0, .35)); }
.cta-3d.has-mascot { padding-left: 200px; }
.cta-mascot { position: absolute; left: 34px; bottom: 0; height: 176px; width: auto; filter: drop-shadow(0 14px 16px rgba(13, 16, 23, .22)); pointer-events: none; }
.cta-3d h2 { font-size: 23px; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Oyun listesi */
.page-head { padding-block: 28px 8px; }
.page-head h1 { font-size: 28px; }
.page-head p { color: var(--text-3); margin: 6px 0 0; }
/* Sayfa başlık kartı: açık 3B blok, solda büyük ikon, sağda kısa bilgi kutucukları */
.page-hero { padding-bottom: 4px; }
.ph-card { position: relative; isolation: isolate; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 24px 26px; margin-bottom: 6px; border-radius: 22px; background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 6px 0 #d8dce4, 0 22px 40px -24px rgba(13, 16, 23, .3); }
.ph-card::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(320px 170px at 0% 100%, rgba(124, 77, 255, .13), transparent 70%), radial-gradient(420px 200px at 100% 0%, rgba(37, 244, 238, .13), transparent 70%), radial-gradient(rgba(13, 16, 23, .09) 1px, transparent 1.4px) 0 0 / 18px 18px; -webkit-mask: linear-gradient(90deg, #000 20%, rgba(0, 0, 0, .35) 60%, #000); mask: linear-gradient(90deg, #000 20%, rgba(0, 0, 0, .35) 60%, #000); }
.ph-card .ph-ico { width: 66px; height: 66px; border-radius: 20px; }
.ph-card .ph-ico .lucide { width: 31px; height: 31px; }
.ph-card h1 { font-size: 28px; }
.ph-card p { margin: 6px 0 0; color: var(--text-2); font-size: 14.5px; }
.ph-stats { list-style: none; margin: 0; padding: 0; display: flex; gap: 10px; }
.ph-stats li { display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 8px 16px 8px 10px; margin-bottom: 3px; border-radius: 16px; white-space: nowrap; background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(246, 247, 250, .92)); box-shadow: inset 0 0 0 1px var(--line), inset 0 1px 0 #fff, 0 3px 0 #dde1e8; }
.ph-stats li:hover .ni { transform: translateY(-2px); }
.ph-stats .ni { width: 34px; height: 34px; border-radius: 11px; }
.ph-stats .ni .lucide { width: 17px; height: 17px; }
.ph-stats .brand-3d { padding: 0 0 4px 2px; }
.ph-stats .b3d { width: 28px; height: 28px; border-radius: 9px; }
.ph-stats .b3d svg { width: 15px; height: 15px; }
.ph-stats .b3d-yt { margin-left: -7px; }
.ph-stats b { display: block; font-size: 15px; font-weight: 800; line-height: 1.15; color: var(--text); }
.ph-stats small { display: block; margin-top: 1px; font-size: 11.5px; font-weight: 600; color: var(--text-3); }
/* Yazı ve sayfa başlığı altındaki bilgi çipleri */
.meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; }
.meta-row .meta-chip { margin: 0; }
.meta-chip b { margin-left: -2px; color: var(--text); font-weight: 800; }
.post-hero { margin: 22px 0 6px; border-radius: 22px; overflow: hidden; background: #fff; box-shadow: inset 0 0 0 1px var(--line), 0 6px 0 #d8dce4, 0 22px 40px -24px rgba(13, 16, 23, .35); }
.post-hero img { display: block; width: 100%; height: auto; }
.cta-post { margin-top: 64px; min-height: 120px; }
.cta-post.has-mascot { padding-left: 176px; }
.cta-post .cta-mascot { left: 26px; height: 160px; }
.cta-post h2 { font-size: 21px; }
.toolbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 18px 0; }
.toolbar .select { width: 240px; }
.toolbar .search-inline { flex: 1; min-width: 220px; }
.result-count { font-size: 13px; color: var(--text-3); margin-left: auto; }

/* Oyun detay */
.game-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 28px; align-items: start; }
/* Galeri: koyu 3B çerçeve, büyüt ipucu, demo hapı */
.gallery-frame { position: relative; padding: 10px; margin-bottom: 6px; border-radius: 22px; background: linear-gradient(180deg, #171b26, #0d1017); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), inset 0 1px 0 rgba(255, 255, 255, .14), 0 6px 0 #05060a, 0 24px 44px -22px rgba(13, 16, 23, .55); }
.gallery-main { position: relative; aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden; background: var(--ink-2); cursor: zoom-in; }
.gallery-zoom { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 11px; border-radius: 99px; color: #fff; font-size: 12px; font-weight: 700; background: rgba(13, 16, 23, .6); border: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(6px); opacity: 0; transform: translateY(-4px); transition: opacity .2s, transform .2s var(--ease); pointer-events: none; }
.gallery-zoom .lucide { width: 14px; height: 14px; }
.gallery-main:hover .gallery-zoom, .gallery-main:focus-visible .gallery-zoom { opacity: 1; transform: none; }
.gallery-demo { position: absolute; left: 22px; bottom: 22px; z-index: 2; display: inline-flex; align-items: center; gap: 9px; padding: 5px 16px 5px 5px; border-radius: 99px; color: #fff; font-size: 13px; font-weight: 700; background: rgba(13, 16, 23, .62); border: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(8px); transition: transform .15s var(--ease), background .15s; }
/* Sayfa galerisi: 3B ileri/geri tuşları ve sayaç */
.gal-nav { position: absolute; top: 50%; z-index: 2; width: 42px; height: 42px; margin-top: -24px; border: 0; border-radius: 13px; display: grid; place-items: center; cursor: pointer; color: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), inset 0 1px 0 rgba(255, 255, 255, .2), 0 3px 0 rgba(0, 0, 0, .6); backdrop-filter: blur(8px); opacity: 0; transition: opacity .2s, transform .15s var(--ease), background .15s; }
.gal-nav.prev { left: 22px; }
.gal-nav.next { right: 22px; }
.gal-nav .lucide { width: 20px; height: 20px; stroke-width: 2.5; }
.gallery-frame:hover .gal-nav, .gal-nav:focus-visible { opacity: 1; }
.gal-nav:hover { background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 3px 0 #a0102e, 0 10px 18px -6px rgba(254, 44, 85, .6); transform: translateY(-1px); }
.gal-count { position: absolute; right: 22px; bottom: 22px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; height: 30px; padding: 0 11px; border-radius: 99px; color: #cfd4dd; font-size: 12.5px; font-weight: 700; font-variant-numeric: tabular-nums; background: rgba(13, 16, 23, .62); border: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(8px); pointer-events: none; }
.gal-count b { color: #fff; }
.gal-count .lucide { width: 14px; height: 14px; margin-right: 2px; color: #ff8fa8; }
@media (hover: none) { .gal-nav { opacity: 1; } }

/* Büyütme penceresi (lightbox) */
.lbx { position: fixed; inset: 0; z-index: 200; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr) auto; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.lbx.is-open { opacity: 1; visibility: visible; }
.lbx-backdrop { position: absolute; inset: 0; background: radial-gradient(60% 55% at 50% 45%, rgba(124, 77, 255, .16), transparent 70%), radial-gradient(40% 40% at 85% 100%, rgba(254, 44, 85, .14), transparent 70%), rgba(8, 10, 15, .9); backdrop-filter: blur(12px); }
.lbx-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 16px 20px; color: #fff; }
.lbx-title { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; min-width: 0; font-size: 15px; font-weight: 800; }
.lbx-title .ni { width: 32px; height: 32px; border-radius: 10px; flex: none; }
.lbx-title .ni .lucide { width: 16px; height: 16px; }
.lbx-name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lbx-count { display: inline-flex; align-items: center; gap: 4px; height: 34px; padding: 0 14px; border-radius: 99px; font-size: 13px; font-weight: 700; color: #aab1bf; white-space: nowrap; font-variant-numeric: tabular-nums; background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .12); }
.lbx-count b { color: #fff; }
.lbx-btn, .lbx-nav { border: 0; display: grid; place-items: center; cursor: pointer; color: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .05)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15), inset 0 1px 0 rgba(255, 255, 255, .2), 0 4px 0 rgba(0, 0, 0, .6), 0 14px 24px -12px rgba(0, 0, 0, .7); transition: transform .15s var(--ease), background .15s, box-shadow .15s; }
.lbx-btn { width: 42px; height: 42px; border-radius: 13px; }
.lbx-btn .lucide { width: 20px; height: 20px; stroke-width: 2.5; }
.lbx-btn:hover, .lbx-nav:hover { background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 4px 0 #a0102e, 0 14px 26px -8px rgba(254, 44, 85, .65); transform: translateY(-1px); }
.lbx-btn:active, .lbx-nav:active { transform: translateY(3px); }
/* Sahne: görsel her zaman alana sığar (ortada, mutlak konumlu); yakınlaştırma scale/translate ile */
.lbx-stage { position: relative; z-index: 1; min-width: 0; min-height: 0; margin: 0; overflow: hidden; touch-action: none; }
.lbx-stage img { position: absolute; inset: 0; margin: auto; max-width: calc(100% - 192px); max-height: calc(100% - 12px); cursor: zoom-in; will-change: scale, translate; object-fit: contain; border-radius: 16px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 40px 90px -24px rgba(0, 0, 0, .85); user-select: none; -webkit-user-drag: none; }
.lbx-stage.is-zoomed img { cursor: grab; }
.lbx-stage.is-grabbing img { cursor: grabbing; }
/* Yakınlaştırma kontrolleri: cam 3B grup */
.lbx-zoom { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border-radius: 14px; background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .12), 0 4px 0 rgba(0, 0, 0, .55); }
.lbx-zoom button { height: 34px; min-width: 34px; padding: 0 8px; border: 0; border-radius: 10px; display: grid; place-items: center; color: #fff; background: transparent; cursor: pointer; font: 700 12.5px var(--font); font-variant-numeric: tabular-nums; transition: background .15s, color .15s; }
.lbx-zoom button .lucide { width: 18px; height: 18px; stroke-width: 2.4; }
.lbx-zoom button:hover { background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4); }
.lbx-zoom .lbx-zval { min-width: 56px; color: #cfd4dd; }
.lbx-stage img.is-in { animation: lbxIn .38s var(--ease); }
@keyframes lbxIn { from { opacity: 0; transform: translateX(calc(var(--dir, 0) * 48px)) scale(.97); } to { opacity: 1; transform: none; } }
.lbx-nav { position: absolute; top: 50%; z-index: 2; width: 56px; height: 56px; margin-top: -28px; border-radius: 18px; }
.lbx-nav .lucide { width: 24px; height: 24px; stroke-width: 2.5; }
.lbx-nav.prev { left: 22px; }
.lbx-nav.next { right: 22px; }
.lbx-thumbs { position: relative; z-index: 2; display: flex; gap: 10px; padding: 16px 20px 22px; overflow-x: auto; scroll-snap-type: x proximity; }
.lbx-thumbs > :first-child { margin-left: auto; }
.lbx-thumbs > :last-child { margin-right: auto; }
.lbx-thumbs button { flex: 0 0 88px; aspect-ratio: 16 / 10; padding: 0; border: 0; border-radius: 11px; overflow: hidden; cursor: pointer; opacity: .45; scroll-snap-align: center; background: #1a1f2b; box-shadow: 0 3px 0 rgba(0, 0, 0, .6); transition: opacity .15s, transform .2s var(--ease), box-shadow .15s; }
.lbx-thumbs button:hover { opacity: .85; }
.lbx-thumbs button.is-active { opacity: 1; transform: translateY(-3px); box-shadow: 0 0 0 2px var(--brand), 0 4px 0 #a0102e, 0 12px 20px -8px rgba(254, 44, 85, .6); }
.lbx-thumbs img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
@media (max-width: 640px) {
  .lbx-stage img { max-width: calc(100% - 24px); }
  .lbx-top { gap: 8px; padding: 12px 12px; }
  .lbx-name { display: none; }
  .lbx-count { padding: 0 11px; }
  .lbx-zoom .lbx-zval { min-width: 48px; }
  .lbx-nav { top: auto; bottom: 108px; margin-top: 0; width: 46px; height: 46px; border-radius: 14px; }
  .lbx-nav.prev { left: 14px; }
  .lbx-nav.next { right: 14px; }
  .lbx-thumbs button { flex-basis: 70px; }
  .lbx-title { font-size: 13.5px; }
}
.gallery-demo:hover { color: #fff; transform: translateY(-2px); background: rgba(13, 16, 23, .8); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 10px; overflow-x: auto; padding-bottom: 4px; }
.gallery-thumbs button { flex: 0 0 96px; aspect-ratio: 16 / 10; margin-bottom: 3px; border-radius: 10px; overflow: hidden; border: 0; padding: 0; cursor: pointer; background: var(--ink-2); opacity: .75; box-shadow: 0 3px 0 #d8dce4; transition: opacity .15s, box-shadow .15s, transform .15s var(--ease); }
.gallery-thumbs button:hover { opacity: 1; transform: translateY(-1px); }
.gallery-thumbs button.is-active { opacity: 1; box-shadow: 0 0 0 2px var(--brand), 0 3px 0 #a0102e; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.buy-box { position: sticky; top: calc(var(--header-h) + 16px); }
/* Satın alma kutusu: açık 3B blok */
.buy-3d { padding: 24px; margin-bottom: 6px; border-radius: 22px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 6px 0 #dde1e8, 0 24px 44px -24px rgba(13, 16, 23, .3); }
.meta-chip { display: inline-flex; align-items: center; gap: 7px; height: 30px; padding: 0 12px 0 4px; margin-bottom: 2px; border-radius: 99px; font-size: 12.5px; font-weight: 700; color: var(--text-2); background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; transition: color .15s, transform .15s var(--ease); }
a.meta-chip:hover { color: var(--text); transform: translateY(-1px); }
.meta-chip .ni, .meta-chip .flag-ico { width: 22px; height: 22px; border-radius: 99px; }
.meta-chip .ni .lucide, .meta-chip .flag-ico .lucide { width: 12px; height: 12px; }
.buy-box h1 { font-size: 28px; margin: 6px 0 8px; }
.buy-box .lead { color: var(--text-2); margin-bottom: 18px; }
.buy-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.buy-actions { display: grid; gap: 10px; margin-top: 18px; }
.buy-notes { display: grid; gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.buy-notes div { display: flex; gap: 10px; align-items: center; color: var(--text-2); font-size: 13.5px; }
.buy-notes .lucide { color: var(--accent); }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.summary-row + .summary-row { border-top: 1px dashed var(--line); }
.summary-row b { font-variant-numeric: tabular-nums; }
.sum-hint { display: flex; align-items: flex-start; gap: 7px; line-height: 1.45; margin: 6px 0 0; padding: 8px 10px; border-radius: 10px; font-size: 12.5px; color: #3f7d62; background: #effaf4; box-shadow: inset 0 0 0 1px #c8efd6; }
.sum-hint .lucide { width: 15px; height: 15px; flex: none; margin-top: 1px; }
.owned-note { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; font-size: 13.5px; font-weight: 700; color: #0b3d28; background: linear-gradient(180deg, #f0fbf6, #e3f7ee); box-shadow: inset 0 0 0 1px #c8efd6, 0 3px 0 #bfe6cf; }
.owned-note .ni { width: 30px; height: 30px; border-radius: 9px; }
/* Oyunlarım: aynı oyunun sipariş geçmişi */
.lib-orders { margin-top: 10px; }
.lib-orders summary { display: inline-flex; align-items: center; gap: 6px; list-style: none; cursor: pointer; font-size: 12.5px; font-weight: 700; color: var(--text-2); -webkit-user-select: none; user-select: none; }
.lib-orders summary::-webkit-details-marker { display: none; }
.lib-orders summary:hover { color: var(--text); }
.lib-orders summary .lucide { width: 14px; height: 14px; }
.lib-orders .lib-chev { transition: transform .2s var(--ease); }
.lib-orders[open] .lib-chev { transform: rotate(180deg); }
.lib-count { min-width: 20px; height: 18px; padding: 0 6px; border-radius: 99px; display: inline-grid; place-items: center; font-size: 11px; color: var(--text-3); background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; }
.lib-orders ul { list-style: none; margin: 8px 0 0; padding: 4px; border-radius: 12px; background: #f4f5f8; box-shadow: inset 0 1px 3px rgba(13, 16, 23, .06), inset 0 0 0 1px #e6e8ee; max-height: 176px; overflow-y: auto; overscroll-behavior: contain; }
/* Uzun sipariş geçmişi: yaklaşık 5 satırdan sonra kendi içinde kayar (ince kaydırma çubuğu) */
.lib-orders ul::-webkit-scrollbar { width: 8px; }
.lib-orders ul::-webkit-scrollbar-track { margin: 6px 0; background: transparent; }
.lib-orders ul::-webkit-scrollbar-thumb { border: 2px solid #f4f5f8; border-radius: 99px; background: linear-gradient(180deg, #ff8fa8, #7c4dff); }
@supports not selector(::-webkit-scrollbar) { .lib-orders ul { scrollbar-width: thin; scrollbar-color: #b9a4ff #f4f5f8; } }
.lib-orders li { display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 7px 8px; font-size: 12.5px; color: var(--text-2); }
.lib-orders li + li { border-top: 1px dashed #dde0e6; }
.lib-orders li.is-cancelled { opacity: .6; }
.lib-orders ul.is-loading::after { content: "Yükleniyor…"; display: block; padding: 8px; text-align: center; font-size: 12px; font-weight: 600; color: var(--text-3); }
.lo-no { font: 600 12px ui-monospace, "Cascadia Code", Consolas, monospace; color: var(--text-3); }
.lo-label { font-weight: 700; color: var(--text); }
.lo-range { color: var(--text-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lo-price { font-variant-numeric: tabular-nums; color: var(--text); }

/* Kimlik doğrulama sayfaları */
/* Giriş / kayıt / şifre sayfaları: solda açık 3B form kartı, sağda koyu 3B kart (maskot + korlar) */
.auth-wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 18px; align-items: stretch; max-width: 1100px; margin: 46px auto 30px; }
.auth-form { position: relative; display: flex; flex-direction: column; justify-content: flex-start; padding: 46px clamp(24px, 5vw, 56px) 32px; margin-bottom: 6px; border-radius: 22px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 6px 0 #dde1e8, 0 24px 44px -24px rgba(13, 16, 23, .3); }
/* 3B ikon kartın üst kenarında ortada (yarısı dışarı taşar); başlık ve açıklama ortalı */
.auth-ico { position: absolute; top: 0; left: 50%; translate: -50% -50%; margin: 0; }
.auth-form h1 { font-size: 26px; margin-bottom: 6px; text-align: center; }
.auth-form .sub { max-width: 400px; margin: 0 auto 22px; color: var(--text-3); text-align: center; }
/* Metin içi vurgu etiketi */
.hl-chip { display: inline-flex; align-items: center; gap: 4px; padding: 1px 8px 1px 6px; margin: 0 1px; border-radius: 7px; white-space: nowrap; vertical-align: 1px; font-size: .92em; font-weight: 800; color: var(--brand-600); background: linear-gradient(180deg, #fff5f7, #ffe3ea); box-shadow: inset 0 0 0 1px #ffc9d5, 0 2px 0 #ffb3c4; }
.hl-chip .lucide { width: 13px; height: 13px; stroke-width: 2.6; }
.auth-form .label .link { font-size: 12.5px; color: var(--brand-600); font-weight: 700; }
/* Çukur giriş kutuları; soldaki simge kutuya odaklanınca renklenir */
.auth-form .input { height: 50px; padding-left: 50px; border-radius: 14px; border: 1px solid #e3e6ec; background: #f1f3f6; box-shadow: inset 0 2px 5px rgba(13, 16, 23, .07); transition: background .15s, border-color .15s, box-shadow .15s; }
.auth-form .input:focus { background: #fff; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(254, 44, 85, .12); }
.input-group > .in-ico { position: absolute; left: 9px; top: 50%; z-index: 1; width: 32px; height: 32px; border-radius: 10px; transform: translateY(-50%); pointer-events: none; }
.input-group > .in-ico .lucide { width: 16px; height: 16px; }
.input-group:focus-within > .in-ico { color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--h1), var(--h2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--hside), 0 6px 12px -4px var(--hglow); }
.input-group:focus-within > .in-ico::before { opacity: 1; }
.auth-form .input-group .input-action { right: 9px; width: 34px; height: 34px; border-radius: 10px; color: var(--text-2); background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px #dfe2e8, 0 2px 0 #cfd4dc; transition: color .15s, transform .12s var(--ease); }
.auth-form .input-group .input-action:hover { color: var(--brand); background: linear-gradient(180deg, #fff, #eef0f4); }
.auth-form .input-group .input-action:active { transform: translateY(calc(-50% + 2px)); box-shadow: inset 0 0 0 1px #dfe2e8, 0 0 0 #cfd4dc; }
.auth-form .btn-3d-block { margin-top: 6px; }
button.btn-3d { border: 0; cursor: pointer; font-family: inherit; }
.btn-3d-block { display: flex; width: 100%; justify-content: center; }
/* Sağ koyu kart */
/* Kartın boyunu form belirler (container-type: size); maskot üstte büyük durur, alt kısmı cam panelin arkasına girer */
.auth-side { container-type: size; min-height: 440px; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px 36px 34px; margin-bottom: 6px; color: #fff; border-radius: 22px; background: linear-gradient(180deg, #171b26 0%, #0d1017 52%, #0a0c12 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), inset 0 1px 0 rgba(255, 255, 255, .16), 0 6px 0 #05060a, 0 24px 44px -22px rgba(13, 16, 23, .55); }
.auth-side::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(420px 260px at 80% 8%, rgba(254, 44, 85, .3), transparent 60%), radial-gradient(420px 260px at 10% 95%, rgba(37, 244, 238, .14), transparent 60%), radial-gradient(60% 36% at 50% 118%, rgba(255, 110, 40, .2), transparent 70%); }
.auth-side img { position: absolute; z-index: 0; top: 16px; left: 50%; translate: -50% 0; height: min(360px, 62cqh); width: auto; max-width: none; margin: 0; filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .45)); }
.auth-note, .auth-points { position: relative; z-index: 1; }
/* Başlık ve metin: cam panel, ikon üst kenardan yarı taşar */
.auth-note { margin-top: 38px; padding: 0 22px 20px; text-align: center; border-radius: 18px; background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), inset 0 1px 0 rgba(255, 255, 255, .16), 0 4px 0 rgba(0, 0, 0, .45), 0 18px 30px -18px rgba(0, 0, 0, .6); backdrop-filter: blur(6px); }
.auth-note .ico3d { margin: -23px auto 12px; }
.auth-note h2 { font-size: 21px; letter-spacing: -.02em; }
.auth-note p { max-width: 360px; margin: 6px auto 0; color: #b8bfcc; font-size: 14px; line-height: 1.6; }
/* Özellikler: iki sütun, üçüncüsü alt satırda ortada */
/* Özellikler: tek satır, üç sütun; ikon üstte yazı altta */
.hero-points.auth-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-items: center; margin-top: 18px; padding-top: 18px; gap: 10px; }
.hero-points.auth-points li { flex-direction: column; gap: 8px; text-align: center; font-size: 12px; line-height: 1.3; }
.auth-points .ico3d { width: 34px; height: 34px; border-radius: 11px; }
.auth-points .ico3d .lucide { width: 17px; height: 17px; }
.auth-row { display: flex; justify-content: space-between; align-items: center; margin: -4px 0 18px; }
/* "veya" ayırıcı + ikincil 3B buton */
.auth-or { display: flex; align-items: center; gap: 12px; margin: 20px 0 14px; color: var(--text-3); font-size: 12.5px; font-weight: 700; }
.auth-or::before, .auth-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.auth-alt { height: 46px; font-size: 14px; }
.auth-foot { margin-top: auto; padding-top: 22px; text-align: center; color: var(--text-3); font-size: 13.5px; }
.auth-foot .link { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-600); font-weight: 800; }
.auth-foot .link .lucide { width: 15px; height: 15px; }
.captcha-box { margin: 4px 0 16px; min-height: 65px; }

/* Hesabım */
.account { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 24px; align-items: start; padding-block: 28px; }
.side-card { position: sticky; top: calc(var(--header-h) + 16px); }
.side-user { display: flex; gap: 12px; align-items: center; padding: 18px; border-bottom: 1px solid var(--line); }
.avatar { width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 800; flex: 0 0 42px; }
/* Profil resmi: maskot görseli mor 3B karonun içinde, başı hafif taşar gibi alttan hizalı */
.avatar-img { position: relative; overflow: hidden; padding: 0; background: radial-gradient(120% 100% at 30% 10%, #bba0ff, #6c3ce6 72%); }
.avatar-img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.avatar-img::after { content: ""; position: absolute; left: 2px; right: 2px; top: 1px; height: 40%; border-radius: inherit; background: linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0)); pointer-events: none; }
.side-user b { display: block; }
.side-user span { font-size: 12.5px; color: var(--text-3); word-break: break-all; }
.side-nav { padding: 8px; display: grid; gap: 2px; }
.side-nav a, .side-nav button { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; color: var(--text-2); font-weight: 600; border: 0; background: none; width: 100%; cursor: pointer; font-size: 14px; }
.side-nav a:hover, .side-nav button:hover { background: var(--surface-2); color: var(--text); }
.side-nav a.is-active { background: var(--bg); color: var(--text); }

/* Mobil menü: aktif sayfa ve açılır kategori grubu */
.m-nav a.is-active, .m-nav a.is-active:hover { background: var(--brand-50); color: var(--brand-600); }
.m-nav a.is-active > .lucide { color: var(--brand); }
.m-group summary { list-style: none; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; color: var(--text-2); font-weight: 600; font-size: 14px; cursor: pointer; user-select: none; }
.m-group summary::-webkit-details-marker { display: none; }
.m-group summary:hover { background: var(--surface-2); color: var(--text); }
.m-group summary.has-active { color: var(--text); }
.m-group .m-chev { margin-left: auto; width: 16px; height: 16px; color: var(--text-3); transition: transform .2s var(--ease); }
.m-group[open] .m-chev { transform: rotate(180deg); }
.m-sub { display: grid; gap: 2px; margin: 2px 0 4px 21px; padding-left: 10px; border-left: 1px solid var(--line); }
.m-sub a { padding: 9px 10px; font-size: 13.5px; }
.m-thumb { width: 20px; height: 20px; border-radius: 6px; object-fit: cover; flex: 0 0 20px; }
.dropdown-item[aria-current="page"] { background: var(--brand-50); color: var(--brand-600); }
/* Hesabım: kenar kartı, başlık, özet kutucukları, listeler */
.acc-side { overflow: hidden; }
.acc-user { display: flex; align-items: center; gap: 12px; padding: 18px 16px 14px; }
.acc-avatar { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 16px; }
.acc-id { min-width: 0; }
.acc-id b { display: block; font-size: 15px; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.acc-id span { display: block; font-size: 12px; color: var(--text-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.acc-balance { display: flex; align-items: center; gap: 10px; margin: 0 12px 6px; padding: 9px 10px; border-radius: 14px; background: linear-gradient(180deg, #f0fbf6, #e3f7ee); box-shadow: inset 0 0 0 1px #c8efd6, 0 3px 0 #bfe6cf; transition: transform .15s var(--ease), box-shadow .15s; }
.acc-balance:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 1px #b4e7c8, 0 4px 0 #b3dfc4, 0 12px 18px -10px rgba(14, 159, 107, .45); }
.acc-balance .ni { width: 32px; height: 32px; border-radius: 10px; }
.acc-balance .ni .lucide { width: 16px; height: 16px; }
.acc-bal-text { flex: 1; min-width: 0; line-height: 1.2; }
.acc-bal-text small { display: block; font-size: 11.5px; font-weight: 700; color: #3f7d62; }
.acc-bal-text b { font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; color: #0b3d28; }
.acc-bal-add { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; color: #fff; background: radial-gradient(120% 100% at 30% 10%, #4ff0b2, #0e9f6b 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #07633f; }
.acc-bal-add .lucide { width: 15px; height: 15px; stroke-width: 2.8; }
.acc-nav { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 10px; }
.acc-nav form { margin: 0; }
.acc-nav .acc-logout { display: flex; align-items: center; gap: 10px; width: 100%; padding: 8px 10px; border: 0; border-radius: 10px; background: none; color: var(--text-2); font: 600 13.5px var(--font); cursor: pointer; text-align: left; transition: background .15s, color .15s, transform .2s var(--ease); }
.acc-nav .acc-logout:hover { background: var(--danger-50); color: var(--danger); transform: translateX(2px); }
.acc-nav .acc-logout:hover .ni { color: #fff; background: radial-gradient(120% 100% at 30% 12%, var(--h1), var(--h2) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 var(--hside), 0 6px 12px -4px var(--hglow); transform: translateY(-1px); }
.acc-main { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; align-content: start; }
.acc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 2px; }
.acc-head-text { flex: 1; min-width: 0; }
.acc-head h1 { font-size: 24px; line-height: 1.2; }
.acc-head p { margin: 3px 0 0; font-size: 13.5px; color: var(--text-3); }
.acc-head-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.acc-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.acc-stat { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 4px 14px; padding: 16px 18px 14px; transition: transform .2s var(--ease), box-shadow .2s; }
a.acc-stat:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 #fff, 0 6px 0 #d6dae2, 0 22px 34px -22px rgba(13, 16, 23, .4); }
.acc-stat .ico3d { grid-row: span 2; }
.acc-stat-text small { display: block; font-size: 12.5px; font-weight: 700; color: var(--text-3); }
.acc-stat-text b { display: block; font-size: 22px; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1.25; }
.acc-stat-link { grid-column: 2; display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 700; color: var(--brand-600); }
.acc-stat-link .lucide { width: 14px; height: 14px; transition: transform .2s var(--ease); }
a.acc-stat:hover .acc-stat-link .lucide { transform: translateX(3px); }
.acc-stat-link.is-muted { color: var(--text-3); }
.acc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.acc-card .card-head h3 { display: flex; align-items: center; gap: 10px; }
.acc-card .card-head .ni { width: 30px; height: 30px; border-radius: 9px; }
.acc-card .card-head .ni .lucide { width: 15px; height: 15px; }
.acc-more { display: inline-flex; align-items: center; gap: 2px; padding: 5px 8px 5px 11px; border-radius: 99px; font-size: 12.5px; font-weight: 700; color: var(--text-2); background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; transition: color .15s, transform .15s var(--ease); }
.acc-more:hover { color: var(--brand-600); transform: translateY(-1px); }
.acc-more .lucide { width: 14px; height: 14px; }
.acc-list { list-style: none; margin: 0; padding: 6px 8px 8px; }
.acc-list li { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 12px; transition: background .15s; }
.acc-list li:hover { background: var(--surface-2); }
.acc-list li + li { border-top: 1px dashed var(--line); }
.acc-thumb { width: 64px; height: 40px; flex: 0 0 64px; border-radius: 9px; object-fit: cover; background: var(--ink-2); box-shadow: 0 2px 0 #d6dae2; }
.acc-tx-ico { width: 34px; height: 34px; border-radius: 11px; }
.acc-tx-ico .lucide { width: 16px; height: 16px; }
.acc-li-text { flex: 1; min-width: 0; }
.acc-li-text b { display: block; font-size: 13.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.acc-li-text span { display: block; font-size: 12px; color: var(--text-3); }
.acc-amt { font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }
.acc-li-end { display: grid; justify-items: end; gap: 3px; flex: none; }
.acc-li-end .badge { height: 20px; padding: 0 7px; font-size: 11px; }
.acc-li-end small { font-size: 11.5px; color: var(--text-3); white-space: nowrap; font-variant-numeric: tabular-nums; }
.acc-list .mono-sm { font-size: 12px; }
.acc-empty { padding: 30px 20px 26px; }
.acc-empty .ico3d { margin-bottom: 14px; }
.acc-empty p { margin: 0 0 4px; }
.acc-empty .btn-3d { margin-top: 12px; }
.acc-empty-lg { padding: 40px 20px; }
.acc-empty-lg img { width: 150px; height: auto; margin: 0 auto 10px; }
/* Oyunlarım: 3B satır kartları */
.lib-list { display: grid; gap: 14px; }
.lib-card { display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 10px 18px 10px 10px; transition: box-shadow .2s, transform .2s var(--ease); }
.lib-card.is-new { box-shadow: inset 0 1px 0 #fff, 0 4px 0 #f3c6d0, 0 0 0 3px rgba(254, 44, 85, .12), 0 18px 32px -24px rgba(254, 44, 85, .5); border-color: #ffd3dc; }
.lib-cover { position: relative; aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; background: var(--ink-2); box-shadow: 0 1px 0 #fff, 0 6px 14px -8px rgba(13, 16, 23, .45); }
.lib-cover img { width: 100%; height: 100%; object-fit: cover; }
.lib-cover .flag-ico { position: absolute; bottom: 7px; left: 7px; width: 22px; height: 22px; border-radius: 7px; }
.lib-body h3 { display: flex; align-items: center; gap: 8px; font-size: 16px; margin-bottom: 8px; }
.lib-meta { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; font-size: 12.5px; color: var(--text-3); }
.lib-chip { display: inline-flex; align-items: center; gap: 5px; height: 24px; padding: 0 9px 0 7px; border-radius: 99px; font-weight: 700; font-size: 12px; color: var(--text-2); background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; }
.lib-chip .lucide { width: 13px; height: 13px; color: var(--text-3); }
.lib-note { display: flex; align-items: flex-start; gap: 7px; margin: 10px 0 0; font-size: 12.5px; color: var(--text-3); line-height: 1.5; }
.lib-note .lucide { width: 14px; height: 14px; flex: none; margin-top: 2px; }
.lib-actions { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
/* Bakiye: koyu 3B bakiye kartı + yükleme formu */
.bal-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 16px; align-items: stretch; }
.bal-hero { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; padding: 22px; border-radius: 20px; color: #fff; background: radial-gradient(420px 220px at 100% 0%, rgba(37, 244, 238, .14), transparent 70%), radial-gradient(360px 200px at 0% 100%, rgba(254, 44, 85, .2), transparent 70%), linear-gradient(160deg, #1b1f2a, #0d1017); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 6px 0 #05070b, 0 24px 40px -22px rgba(13, 16, 23, .6); }
.bal-hero-top { display: flex; align-items: center; gap: 12px; }
.bal-label { font-size: 13.5px; font-weight: 700; color: #b9c0cc; }
.bal-amount { margin: 18px 0 20px; font-size: 44px; font-weight: 800; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
/* Bakiye özeti: cam kutucuklar, kartın altına yaslanır */
.bal-stats { list-style: none; margin: auto 0 0; padding: 0; display: grid; gap: 8px; }
.bal-stats li { display: flex; align-items: center; gap: 11px; padding: 9px 12px 9px 9px; border-radius: 14px; background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .1); }
.bal-stats .ni { width: 30px; height: 30px; border-radius: 9px; }
.bal-stats .ni .lucide { width: 15px; height: 15px; }
.bal-stats li > span:last-child { display: flex; flex: 1; min-width: 0; align-items: baseline; justify-content: space-between; gap: 10px; }
.bal-stats small { font-size: 12.5px; font-weight: 600; color: #b9c0cc; }
.bal-stats b { font-size: 14.5px; font-weight: 800; color: #fff; white-space: nowrap; font-variant-numeric: tabular-nums; }
.bal-points { list-style: none; margin: auto 0 0; padding: 14px 0 0; display: grid; gap: 8px; border-top: 1px solid rgba(255, 255, 255, .1); }
.bal-points li { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #cfd4dd; }
.bal-points .lucide { width: 15px; height: 15px; color: #4ff0b2; }
/* Paket için gereken tutar: ikon + etiket + tutar, tek satır hizalı */
.bal-need { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 10px 14px 10px 10px; border-radius: 14px; background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), inset 0 1px 0 rgba(255, 255, 255, .12); }
.bal-need .ni { width: 34px; height: 34px; border-radius: 11px; }
.bal-need .ni .lucide { width: 17px; height: 17px; }
.bal-need-text { flex: 1; min-width: 0; line-height: 1.25; }
.bal-need-text small { display: block; font-size: 12px; font-weight: 600; color: #b9c0cc; }
.bal-need-text b { display: block; margin-top: 2px; font-size: 17px; font-weight: 800; color: #fff; white-space: nowrap; font-variant-numeric: tabular-nums; }
.bal-form-title { display: flex; align-items: center; gap: 10px; font-size: 16px; margin-bottom: 16px; }
.bal-form-title .ni { width: 30px; height: 30px; border-radius: 9px; }
.bal-form-title .ni .lucide { width: 15px; height: 15px; }
.amount-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.amount-presets button { height: 44px; margin-bottom: 3px; border: 0; border-radius: 12px; font: 800 14px var(--font); font-variant-numeric: tabular-nums; color: var(--text); cursor: pointer; background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #d8dce4; transition: transform .12s var(--ease), box-shadow .15s, color .15s; }
.amount-presets button:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 1px var(--line-2), 0 4px 0 #d0d5de; }
.amount-presets button.is-active { color: #fff; background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 3px 0 #a0102e, 0 10px 16px -8px rgba(254, 44, 85, .6); }
.tx-cell { display: flex; align-items: center; gap: 10px; min-width: 0; }
.tx-cell .ni { width: 30px; height: 30px; border-radius: 9px; }
.tx-cell .ni .lucide { width: 15px; height: 15px; }
.tx-cell b { display: block; font-size: 13.5px; margin-bottom: 3px; }
.tx-cell .badge { height: 20px; font-size: 11px; padding: 0 7px; }
.list-pad { padding: 0 16px 16px; }
.list-pad:empty { display: none; }
.mono-sm { font: 600 12.5px ui-monospace, "Cascadia Code", Consolas, monospace; }
.pay-frame-card { padding: 6px; }
/* Ayarlar */
.acc-settings .tabs-3d { margin: 14px 14px 0; }
.acc-profile { display: flex; align-items: center; gap: 14px; max-width: 480px; margin-bottom: 20px; padding: 12px; border-radius: 16px; background: linear-gradient(180deg, #f6f3ff, #efeaff); box-shadow: inset 0 0 0 1px #e2d8ff; }
.acc-avatar-xl { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 18px; }
.acc-profile b { display: block; font-size: 15px; }
.acc-profile span { display: block; font-size: 12.5px; color: var(--text-3); }
.acc-form { max-width: 480px; }
/* Üst menüdeki kullanıcı menüsü */
.user-menu { width: 280px; padding: 8px; }
.um-head { display: flex; align-items: center; gap: 11px; padding: 6px 6px 10px; }
.um-avatar { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 13px; }
.um-id { min-width: 0; }
.um-id b { display: block; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.um-id span { display: block; font-size: 12px; color: var(--text-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.um-balance { display: flex; align-items: center; gap: 10px; margin: 0 2px 4px; padding: 8px 8px 8px 9px; border-radius: 13px; background: linear-gradient(180deg, #f0fbf6, #e3f7ee); box-shadow: inset 0 0 0 1px #c8efd6, 0 2px 0 #bfe6cf; }
.um-balance .ni { width: 30px; height: 30px; border-radius: 9px; }
.um-bal-text { flex: 1; min-width: 0; line-height: 1.15; }
.um-bal-text small { display: block; font-size: 11px; font-weight: 700; color: #3f7d62; }
.um-bal-text b { font-size: 15px; font-weight: 800; color: #0b3d28; font-variant-numeric: tabular-nums; }
.um-add { display: inline-flex; align-items: center; gap: 3px; height: 28px; padding: 0 9px 0 7px; border-radius: 9px; font-size: 12px; font-weight: 800; color: #fff; background: radial-gradient(120% 100% at 30% 10%, #4ff0b2, #0e9f6b 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 2px 0 #07633f; transition: transform .15s var(--ease); }
.um-add .lucide { width: 13px; height: 13px; stroke-width: 3; }
.um-balance:hover .um-add { transform: translateY(-1px); }
.user-menu .dropdown-item .ni { width: 28px; height: 28px; flex-basis: 28px; }
.user-menu .dropdown-item .ni .lucide { width: 15px; height: 15px; }
.user-menu .dropdown-item.danger:hover { background: var(--danger-50); color: var(--danger); }
.paytr-frame { display: block; width: 100%; min-height: 640px; border: 0; border-radius: 12px; }

/* Hata sayfaları */
/* Durum sayfaları (404/403/500, ödeme sonucu): açık 3B kart, solda maskot veya büyük 3B simge */
.status-wrap { padding-block: 44px 64px; }
.status-card { position: relative; isolation: isolate; display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: center; gap: 40px; max-width: 940px; margin: 0 auto; padding: 40px 48px 40px 36px; border-radius: 26px; background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 7px 0 #d8dce4, 0 30px 50px -28px rgba(13, 16, 23, .35); }
.status-card::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(380px 220px at 12% 100%, rgba(124, 77, 255, .14), transparent 70%), radial-gradient(420px 220px at 100% 0%, rgba(37, 244, 238, .14), transparent 70%), radial-gradient(rgba(13, 16, 23, .09) 1px, transparent 1.4px) 0 0 / 18px 18px; -webkit-mask: linear-gradient(90deg, #000 25%, rgba(0, 0, 0, .3) 65%, #000); mask: linear-gradient(90deg, #000 25%, rgba(0, 0, 0, .3) 65%, #000); }
.status-card.has-mascot { align-items: end; padding-bottom: 0; }
.status-card.has-mascot .status-body { align-self: center; padding-bottom: 40px; }
.status-art { display: grid; place-items: center; min-height: 200px; }
.status-art img { display: block; width: 100%; max-width: 290px; height: auto; filter: drop-shadow(0 16px 18px rgba(13, 16, 23, .22)); pointer-events: none; }
.status-art .ico3d { transform: perspective(300px) rotateX(14deg) rotateY(-14deg); }
.status-badge { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 13px 0 4px; margin-bottom: 2px; border-radius: 99px; font-size: 12.5px; font-weight: 800; color: var(--text-2); background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; }
.status-badge .ni { width: 24px; height: 24px; border-radius: 99px; }
.status-badge .ni .lucide { width: 13px; height: 13px; }
.status-body h1 { margin: 14px 0 8px; font-size: 34px; line-height: 1.15; }
.status-body p { max-width: 470px; margin: 0 0 22px; font-size: 15px; line-height: 1.65; color: var(--text-2); }
.status-search { display: flex; align-items: flex-start; gap: 8px; max-width: 470px; margin-bottom: 14px; }
.status-search .input-group { flex: 1; min-width: 0; }
.status-search .input { height: 46px; padding-left: 50px; background: #fff; }
.status-search .btn-3d { height: 46px; }
.status-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.blank-top { display: flex; justify-content: center; padding: 28px 16px 0; }

/* 6) YARDIMCILAR ------------------------------------------------------------ */
.muted { color: var(--text-3); }
.text-right { text-align: right; }
.mt-0 { margin-top: 0; } .mt-2 { margin-top: 8px; } .mt-4 { margin-top: 16px; } .mt-6 { margin-top: 24px; }
.mb-0 { margin-bottom: 0; } .mb-4 { margin-bottom: 16px; }
.flex { display: flex; } .items-center { align-items: center; } .justify-between { justify-content: space-between; } .gap-2 { gap: 8px; } .gap-3 { gap: 12px; } .wrap { flex-wrap: wrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.hide-sm { }

.hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 16px 30px; margin: 28px 0 0; padding: 24px 0 4px; border-top: 1px solid rgba(255, 255, 255, .1); }
.hero-points li { display: inline-flex; align-items: center; gap: 12px; color: #e8ebf1; font-size: 14px; font-weight: 700; }
.hero-points li:hover .ico3d { transform: perspective(220px) translateY(-2px); }

/* Duyarlı düzen */
@media (max-width: 1100px) {
  .grid-games { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ph-card { grid-template-columns: auto minmax(0, 1fr); }
  .ph-stats { grid-column: 1 / -1; }
  .games-main .grid-games { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-logos { left: 10px; transform: scale(.78); transform-origin: left center; }
  .grid-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-card { padding: 30px; }
  .hero-side { display: none; }
  .game-layout, .account, .auth-wrap { grid-template-columns: 1fr; }
  .buy-box, .side-card { position: static; }
  .auth-side { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .home-duo { grid-template-columns: 1fr; gap: 36px; }
  .home-duo::before, .home-duo::after { display: none; }
  .acc-stats { grid-template-columns: 1fr 1fr; }
  /* Mobil hesap menüsü: yatay kaydırılan hap düğmeler */
  .acc-nav { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding: 10px 12px 12px; }
  .acc-nav::-webkit-scrollbar { display: none; }
  .acc-nav form { flex: none; }
  .acc-nav a, .acc-nav .acc-logout { flex: none; width: auto; white-space: nowrap; padding: 5px 12px 5px 5px; border-radius: 99px; background: linear-gradient(180deg, #fff, #eef0f4); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #dde1e8; }
  .acc-nav a:hover, .acc-nav .acc-logout:hover { transform: none; }
  .acc-nav a.is-active { background: var(--brand-50); box-shadow: inset 0 0 0 1px #ffd3dc, 0 2px 0 #f3c6d0; }
  .acc-grid, .bal-grid { grid-template-columns: minmax(0, 1fr); }
  .account { grid-template-columns: minmax(0, 1fr); }
  .search { display: none; }
  .icon-3d.menu-toggle { display: grid; }
  .topbar-links { display: none; }
  .nav { display: none; }
  .with-sidebar { grid-template-columns: minmax(0, 1fr); }
  .sidebar { position: static; }
  .games-main .grid-games { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  /* Mobil filtre paneli: alttan açılan sayfa */
  .games-layout { margin-top: 8px; }
  .filter-open { display: inline-flex; }
  .w-sort { display: block; }
  .sort-dd { display: none; }
  .sidebar.filter-panel { position: fixed; top: auto; left: 0; right: 0; bottom: 0; z-index: 120; display: flex; flex-direction: column; max-height: 88vh; max-height: 88dvh; border-radius: 24px 24px 0 0; background: var(--bg); box-shadow: 0 -24px 60px -12px rgba(13, 16, 23, .4); transform: translateY(105%); visibility: hidden; transition: transform .38s var(--ease), visibility .38s; }
  .sidebar.filter-panel.is-open { transform: none; visibility: visible; }
  .sidebar.filter-panel.is-dragging { transition: none; }
  .fp-form { display: flex; flex-direction: column; flex: 1; min-height: 0; }
  .fp-head { position: relative; display: flex; align-items: center; gap: 10px; padding: 24px 16px 12px; border-radius: 24px 24px 0 0; background: #fff; border-bottom: 1px solid var(--line); touch-action: none; cursor: grab; }
  .fp-grip { position: absolute; top: 9px; left: 50%; width: 44px; height: 5px; margin-left: -22px; border-radius: 99px; background: #d3d7df; }
  .fp-title { display: flex; align-items: center; gap: 10px; margin-right: auto; font-size: 17px; font-weight: 800; }
  .fp-title .ni { width: 32px; height: 32px; border-radius: 10px; }
  .fp-title .ni .lucide { width: 16px; height: 16px; }
  .fp-close { width: 38px; height: 38px; margin-bottom: 3px; border: 0; border-radius: 12px; display: grid; place-items: center; color: var(--text); cursor: pointer; background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #d8dce4; }
  .fp-close .lucide { width: 18px; height: 18px; stroke-width: 2.4; }
  .fp-close:active { transform: translateY(2px); box-shadow: inset 0 0 0 1px var(--line), 0 1px 0 #d8dce4; }
  .fp-body { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; gap: 14px; padding: 16px; }
  .fp-foot { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; padding: 12px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); }
  .fp-foot .btn-3d { height: 46px; justify-content: center; }
  .fp-backdrop { display: block; position: fixed; inset: 0; z-index: 119; background: rgba(13, 16, 23, .5); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
  body.filter-lock { overflow: hidden; }
  body.filter-lock .fp-backdrop { opacity: 1; visibility: visible; }
  .games-head { align-items: center; }
  .lh-text { display: grid; gap: 2px; }
}
@media (max-width: 760px) {
  .grid-games, .games-main .grid-games { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .game-card { padding: 5px; border-radius: 16px; }
  .game-cover { border-radius: 11px; }
  .game-body { padding: 9px 5px 1px; }
  .game-foot { margin-inline: -5px; padding: 5px 5px 2px 10px; border-radius: 11px; }
  .game-foot .game-go { width: 30px; height: 30px; flex-basis: 30px; border-radius: 9px; }
  .game-body > .game-desc { margin-bottom: 0; }
  .game-title { margin-bottom: 8px; }
  .game-desc { display: none; }
  .game-title { font-size: 14px; }
  .price-from b { font-size: 14px; }
  .game-flag.type-flag { padding: 0 3px; }
  .game-flag.type-flag .flag-text { display: none; }
}
@media (max-width: 640px) {
  .container { padding-inline: 14px; }
  .grid-4, .grid-3, .grid-2, .grid-posts, .acc-stats { grid-template-columns: 1fr; }
  .cat-card { min-height: 136px; padding: 16px; }
  .step-row { padding: 16px; gap: 18px; }
  .step-num { right: -6px; }
  .step-row:not(:last-child)::before { left: 43px; top: 84px; }
  .gift-float { right: 6px; transform: scale(.82); transform-origin: bottom right; }
  .post-card { flex-direction: row; align-items: stretch; }
  .post-cover { flex: 0 0 116px; aspect-ratio: auto; min-height: 88px; }
  .post-body { padding: 10px 12px; }
  .post-body p { display: none; }
  .post-date, .pf-read { display: none; }
  .pf-date { display: inline; }
  .post-ph { width: 40px; height: 40px; border-radius: 12px; }
  .post-ph .lucide { width: 20px; height: 20px; }
  .toolbar .select { width: 100%; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .ph-card { gap: 14px; padding: 18px 16px 16px; border-radius: 20px; }
  .ph-card .ph-ico { width: 50px; height: 50px; border-radius: 15px; }
  .ph-card .ph-ico .lucide { width: 24px; height: 24px; }
  .ph-card h1 { font-size: 23px; }
  .ph-card p { font-size: 13px; line-height: 1.5; margin-top: 4px; }
  .ph-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .ph-stats li { flex-direction: column; justify-content: center; gap: 6px; min-height: 0; padding: 10px 4px 9px; text-align: center; white-space: normal; }
  .ph-stats .ni { width: 30px; height: 30px; border-radius: 10px; }
  .ph-stats .ni .lucide { width: 15px; height: 15px; }
  .ph-stats .brand-3d { padding: 0 0 2px; }
  .ph-stats .b3d { width: 26px; height: 26px; border-radius: 8px; }
  .ph-stats .b3d svg { width: 14px; height: 14px; }
  .ph-stats b { font-size: 12.5px; }
  .ph-stats small { font-size: 10.5px; }
  .status-wrap { padding-block: 24px 44px; }
  .status-card { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 26px 20px 24px; text-align: center; border-radius: 22px; }
  .status-card.has-mascot { padding-bottom: 24px; }
  .status-card.has-mascot .status-body { padding-bottom: 0; }
  .status-art { min-height: 0; }
  .status-art img { max-width: 190px; }
  .ico3d-xl { width: 96px; height: 96px; border-radius: 28px; }
  .ico3d-xl .lucide { width: 44px; height: 44px; }
  .status-body h1 { font-size: 25px; margin-top: 12px; }
  .status-body p { margin-inline: auto; font-size: 14px; }
  .status-search { margin-inline: auto; }
  .status-actions { justify-content: center; }
  .status-actions .btn-3d { flex: 1; justify-content: center; }
  .cta-3d.has-mascot, .cta-post.has-mascot { padding-left: 22px; padding-top: 112px; }
  .cta-post { margin-top: 90px; }
  .cta-post .cta-mascot { left: 50%; }
  .cta-mascot { left: 50%; bottom: auto; top: -58px; height: 160px; transform: translateX(-50%); }
  .lib-card { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; padding: 8px 8px 10px; }
  .lib-body h3 { font-size: 14.5px; margin-bottom: 6px; }
  .lib-actions { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
  .lib-actions .btn-3d { flex: 1; justify-content: center; }
  .lib-orders li { grid-template-columns: minmax(0, 1fr) auto; gap: 2px 10px; }
  .lib-orders .lo-no { grid-column: 1 / -1; }
  .acc-head h1 { font-size: 20px; }
  .acc-head p { font-size: 12.5px; }
  .acc-head { flex-wrap: wrap; }
  .acc-head-actions { width: 100%; }
  .acc-head-actions .btn-3d { flex: 1; justify-content: center; }
  .bal-amount { font-size: 34px; }
  .amount-presets { grid-template-columns: repeat(2, 1fr); }
  .footer { border-radius: 24px 24px 0 0; }
  /* Mobil footer: marka üstte; altında solda Mağaza, sağda üst üste Kurumsal ve Yasal */
  .footer-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "brand brand" "shop corp" "shop legal"; gap: 28px 16px; padding-top: 40px; }
  .footer-brand { grid-area: brand; }
  .fc-shop { grid-area: shop; }
  .fc-corp { grid-area: corp; }
  .fc-legal { grid-area: legal; }
  .footer h4 { font-size: 12px; gap: 8px; margin-bottom: 14px; }
  .footer h4 .ni { width: 24px; height: 24px; border-radius: 7px; }
  .footer ul { gap: 9px; }
  .f-link { align-items: flex-start; font-size: 13px; line-height: 1.35; }
  .f-link .lucide { margin-top: 2px; flex: none; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
  .pay-row { justify-content: center; }
  .ico3d-md { width: 40px; height: 40px; border-radius: 12px; }
  .ico3d-md .lucide { width: 19px; height: 19px; }
  .sh-title { gap: 12px; }
  .section-head h2 { font-size: 19px; }
  .section-head .btn-3d { padding: 0 10px 0 7px; gap: 6px; }
  .section-head .btn-3d .b3-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
  .section-head .btn-3d .b3-arrow { display: none; }
  .crumbs { flex-wrap: nowrap; overflow-x: auto; white-space: nowrap; font-size: 12px; padding: 6px 12px; scrollbar-width: none; }
  .crumbs::-webkit-scrollbar { display: none; }
  .sh-title > div { min-width: 0; }
  .section-head p { font-size: 12px; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  /* Mobil hero: daha küçük metin, yan yana iki buton, özellikler 2 sütun (3. ortada alt satırda) */
  .hero-card { padding: 26px 20px 24px; }
  .hero h1 { font-size: 26px; }
  .hero p { font-size: 13.5px; line-height: 1.6; margin: 10px 0 20px; }
  .hero-eyebrow { font-size: 11.5px; gap: 10px; padding: 5px 12px 5px 6px; margin-bottom: 16px; }
  .brand-3d .b3d { width: 28px; height: 28px; border-radius: 9px; }
  .brand-3d .b3d svg { width: 16px; height: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-actions .btn-3d-lg { min-width: 0; height: 44px; padding: 0 10px 0 6px; gap: 7px; justify-content: center; font-size: 12.5px; border-radius: 13px; }
  .hero-actions .btn-3d-lg .b3-key { width: 28px; height: 28px; border-radius: 9px; }
  .hero-actions .btn-3d-lg .b3-key .lucide { width: 15px; height: 15px; }
  .hero-actions .b3-arrow, .lbl-long { display: none; }
  .lbl-short { display: inline; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 10px; margin-top: 22px; padding-top: 18px; }
  .hero-points li { gap: 8px; font-size: 12px; white-space: nowrap; }
  .hero-points li:nth-child(3):last-child { grid-column: 1 / -1; justify-self: center; }
  .hero-points .ico3d { width: 30px; height: 30px; border-radius: 9px; }
  .hero-points .ico3d .lucide { width: 15px; height: 15px; }
  .amount-presets { grid-template-columns: repeat(2, 1fr); }
  .header .container { gap: 12px; }
  .balance-chip .label-text { display: none; }
  .hide-sm { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* =====================================================================
   hesapclub2: dijital ürün mağazası bileşenleri
   ===================================================================== */
/* Stok rozetleri (kart, arama, ürün sayfası) */
.flag-ico.is-stock { --c1: #4ff0b2; --c2: #0e9f6b; --side: #07633f; }
.flag-ico.is-out { --c1: #ff9d9d; --c2: #e02424; --side: #8f1414; }
.game-card.is-soldout .game-cover img { filter: grayscale(.75) brightness(.9); }
.game-flag.is-out { background: rgba(120, 12, 12, .72); }
.meta-chip.is-out { color: var(--danger); }
/* Vitrin marka logoları (X, Instagram, TikTok, ChatGPT, Gemini, Claude): hero çipinde yan yana, kurtun çevresinde büyük 3B karolar */
.b3d-x, .hl-x { --t1: #4a5160; --t2: #0b0d12; --t3: #06070a; --side: #000; --glow: rgba(110, 120, 140, .55); }
.b3d-tiktok, .hl-tiktok { --t1: #3a4150; --t2: #0b0d12; --t3: #06070a; --side: #000; --glow: rgba(37, 244, 238, .6); }
.b3d-instagram, .hl-instagram { --side: #7c1a58; --glow: rgba(225, 48, 108, .6); }
.b3d-chatgpt, .hl-chatgpt { --t1: #5fe3bd; --t2: #10a37f; --t3: #0a7d61; --side: #065a46; --glow: rgba(16, 163, 127, .6); }
.b3d-gemini, .hl-gemini { --t1: #fff; --t2: #f1f4ff; --t3: #dde5fb; --side: #b3c0e6; --glow: rgba(90, 116, 240, .5); }
.b3d-claude, .hl-claude { --t1: #f5ad8e; --t2: #d97757; --t3: #b9593a; --side: #86381f; --glow: rgba(217, 119, 87, .6); }
.brand-3d .b3d, .hero-logos .hl { background: radial-gradient(120% 100% at 30% 10%, var(--t1), var(--t2) 62%, var(--t3)); }
.brand-3d .b3d-instagram, .hero-logos .hl-instagram { background: radial-gradient(130% 130% at 20% 102%, #fed373 0%, #f9573f 32%, #d6249f 58%, #7a3cf0 100%); }
.brand-3d .b3d { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), inset 0 -3px 5px rgba(0, 0, 0, .35), 0 4px 0 var(--side), 0 12px 18px -6px var(--glow); transform: perspective(180px) rotateX(12deg) rotateY(18deg) rotate(-7deg); animation: b3dFloat 3.6s ease-in-out infinite; }
.brand-3d .b3d:nth-child(even) { transform: perspective(180px) rotateX(12deg) rotateY(-18deg) rotate(7deg); }
.brand-3d .b3d + .b3d { margin-left: -8px; }
.brand-3d .b3d:nth-child(2) { animation-delay: -.6s; }
.brand-3d .b3d:nth-child(3) { animation-delay: -1.2s; }
.brand-3d .b3d:nth-child(4) { animation-delay: -1.8s; }
.brand-3d .b3d:nth-child(5) { animation-delay: -2.4s; }
.brand-3d .b3d:nth-child(6) { animation-delay: -3s; }
.brand-3d .b3d svg { width: 18px; height: 18px; }
.b3d-gemini, .hl-gemini { --shade: rgba(60, 80, 160, .16); }
.brand-3d .b3d-gemini { box-shadow: inset 0 1px 0 #fff, inset 0 -3px 5px var(--shade), 0 4px 0 var(--side), 0 12px 18px -6px var(--glow); }
.b3d-gemini svg, .hl-gemini svg { filter: drop-shadow(0 1px 1px rgba(40, 60, 140, .25)); }
.brand-3d .b3d-x svg { width: 15px; height: 15px; }
/* Kurtun iki yanında üçer karo; kurtun arkasında kalır, kenardaki süslerle çakışmayacak yerlere oturur */
.hero-logos { left: 0; right: 0; width: auto; }
.hero-logos .hl { width: var(--s, 66px); height: var(--s, 66px); border-radius: calc(var(--s, 66px) * .3); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -4px 8px rgba(0, 0, 0, .35), 0 7px 0 var(--side), 0 26px 34px -12px var(--glow); transform: perspective(320px) rotateX(12deg) rotateY(22deg) rotate(-9deg); }
.hero-logos .hl-gemini { box-shadow: inset 0 1px 0 #fff, inset 0 -4px 8px var(--shade), 0 7px 0 var(--side), 0 26px 34px -12px var(--glow); }
.hero-logos .hl svg { width: 52%; height: 52%; }
.hero-logos .hl-x svg { width: 44%; height: 44%; }
.hero-logos .hl-tiktok, .hero-logos .hl-chatgpt, .hero-logos .hl-claude { transform: perspective(320px) rotateX(12deg) rotateY(-20deg) rotate(8deg); }
.hl-x { --s: 70px; left: 18px; top: 9%; }
.hl-tiktok { --s: 64px; left: 32px; top: 39%; animation-delay: -1.4s; }
.hl-instagram { --s: 68px; left: 14px; top: 68%; animation-delay: -2.8s; }
.hl-chatgpt { --s: 62px; right: 18px; top: 6%; animation-delay: -.7s; }
.hl-gemini { --s: 66px; right: 12px; top: 43%; animation-delay: -2.1s; }
.hl-claude { --s: 60px; right: 22px; top: 80%; animation-delay: -3.5s; }
@media (max-width: 640px) {
  /* Mobilde logolar üstte, yazı altta; ikisi de ortalı */
  .hero-eyebrow { display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 12px 14px 10px; border-radius: 20px; text-align: center; }
  .hero-eyebrow .brand-3d { padding: 0 0 4px; }
  .eb-bow { top: -25px; width: 52px; height: 32px; }
  .brand-3d .b3d + .b3d { margin-left: -7px; }
  .brand-3d .b3d svg { width: 15px; height: 15px; }
  .brand-3d .b3d-x svg { width: 13px; height: 13px; }
}
@media (max-width: 1100px) {
  .hero-logos { left: 0; transform: none; }
  .hero-logos .hl { scale: .78; }
  .hl-x, .hl-instagram { left: 4px; }
  .hl-tiktok { left: 14px; }
  .hl-chatgpt, .hl-gemini, .hl-claude { right: 4px; }
  /* Kart uzadığında kurt alta oturur: sağdaki karolar kurtun üstündeki boşluğa ve ayak hizasına alınır */
  .hl-chatgpt { top: 3%; }
  .hl-gemini { top: 17%; }
  .hl-claude { top: 86%; }
}

/* Ürün sayfası: tek seçenekte birim fiyat, adet seçici, toplam */
.unit-price { display: flex; align-items: center; gap: 12px; padding: 12px 14px 12px 12px; border-radius: 16px; background: linear-gradient(180deg, #fff, #f5f6f9); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #dde1e8; }
.unit-price .ni { width: 38px; height: 38px; border-radius: 12px; }
.unit-price .ni .lucide { width: 18px; height: 18px; }
.up-text small { display: block; font-size: 12px; font-weight: 700; color: var(--text-3); }
.up-text b { font-size: 20px; font-weight: 800; font-variant-numeric: tabular-nums; }
.up-text s { margin-left: 6px; font-size: 13px; font-weight: 600; color: var(--text-3); }
.pkg-opt.is-out { cursor: not-allowed; opacity: .55; }
.pkg-opt.is-out:hover { background: none; }
.pkg-opt.is-out .ni { color: var(--text-3) !important; background: linear-gradient(180deg, #fff, #eceef3) !important; box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #d6dae2 !important; }
.qty-row { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.qty-label { font-size: 13px; font-weight: 700; color: var(--text-2); }
.qty { display: inline-flex; align-items: center; gap: 4px; padding: 4px; border-radius: 14px; background: #eef0f4; box-shadow: inset 0 2px 4px rgba(13, 16, 23, .08), inset 0 0 0 1px #e3e6ec; }
.qty button { width: 36px; height: 36px; margin-bottom: 2px; border: 0; border-radius: 10px; display: grid; place-items: center; color: var(--text); cursor: pointer; background: linear-gradient(180deg, #fff, #f1f3f6); box-shadow: inset 0 0 0 1px var(--line), 0 2px 0 #d8dce4; transition: transform .12s var(--ease), color .15s; }
.qty button:hover:not(:disabled) { color: var(--brand-600); transform: translateY(-1px); }
.qty button:active:not(:disabled) { transform: translateY(1px); box-shadow: inset 0 0 0 1px var(--line), 0 1px 0 #d8dce4; }
.qty button:disabled { opacity: .4; cursor: not-allowed; }
.qty button .lucide { width: 16px; height: 16px; stroke-width: 2.6; }
.qty input { width: 52px; height: 36px; border: 0; background: transparent; text-align: center; font: 800 16px var(--font); font-variant-numeric: tabular-nums; color: var(--text); -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty input:focus { outline: none; }
.qty-total { margin-left: auto; text-align: right; line-height: 1.2; }
.qty-total small { display: block; font-size: 12px; font-weight: 700; color: var(--text-3); }
.qty-total b { font-size: 22px; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.summary-row.sum-total b { font-size: 17px; color: var(--brand-600); }

/* Siparişlerim */
.ord-list { list-style: none; margin: 0; padding: 8px; display: grid; gap: 8px; }
.ord-row { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 10px; border-radius: 16px; background: linear-gradient(180deg, #fff, #fafbfc); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #e3e6ec; }
.ord-row.is-new { box-shadow: inset 0 0 0 1px #ffc9d5, 0 3px 0 #f3c6d0, 0 0 0 3px rgba(254, 44, 85, .1); }
.ord-row.is-cancelled { opacity: .7; }
.ord-cover { width: 120px; aspect-ratio: 16 / 10; height: auto; border-radius: 11px; object-fit: cover; background: var(--ink-2); box-shadow: 0 2px 0 #d6dae2; }
.ord-main { min-width: 0; display: grid; gap: 7px; }
.ord-title { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.ord-date { font-size: 12px; color: var(--text-3); }
.ord-side { display: grid; justify-items: end; gap: 8px; }
.ord-price { font-size: 17px; font-weight: 800; font-variant-numeric: tabular-nums; }
.ord-actions { display: flex; gap: 8px; }
/* Teslimat penceresi */
.order-modal .modal-dialog { max-width: 660px; }
.order-modal .modal-head h3 { display: flex; align-items: center; gap: 10px; min-width: 0; }
.order-modal .modal-head .ni { width: 30px; height: 30px; border-radius: 9px; flex: none; }
.om-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.om-content { min-height: 140px; font: 500 13px/1.7 ui-monospace, "Cascadia Code", Consolas, monospace; white-space: pre; background: #0f131b; color: #e8ecf3; border-color: #0f131b; border-radius: 14px; box-shadow: inset 0 2px 6px rgba(0, 0, 0, .35); resize: vertical; }
.om-content:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(254, 44, 85, .15); }
.om-hint { display: flex; align-items: center; gap: 7px; margin: 10px 0 0; font-size: 12.5px; color: var(--text-3); }
.om-hint .lucide { width: 15px; height: 15px; color: var(--success); flex: none; }
@media (max-width: 640px) {
  .ord-row { grid-template-columns: 84px minmax(0, 1fr); gap: 10px 12px; }
  .ord-cover { width: 84px; }
  .ord-side { grid-column: 1 / -1; grid-template-columns: auto 1fr; align-items: center; justify-items: stretch; }
  .ord-actions { justify-content: flex-end; }
  .qty-row { flex-wrap: wrap; }
}

/* Ana sayfa bölümleri (yönetim panelinden eklenir): ikişerli sütun; tek kalan bölüm tam genişlikte, satırları iki sütunda */
.section-blocks { padding-top: 0; }
.home-blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; align-items: stretch; }
.home-blocks > .hb:last-child:nth-child(odd) { grid-column: 1 / -1; }
.home-blocks > .hb:last-child:nth-child(odd) .hb-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
.hb { display: flex; flex-direction: column; gap: 16px; min-width: 0; padding: 20px; margin-bottom: 6px; border-radius: 22px; background: linear-gradient(180deg, #fff, #f8f9fb); box-shadow: inset 0 0 0 1px var(--line), inset 0 2px 0 #fff, 0 6px 0 #dde1e8, 0 24px 44px -24px rgba(13, 16, 23, .3); }
.hb-head { display: flex; align-items: center; gap: 14px; }
.hb-head .ico3d { transition: transform .35s var(--ease); }
.hb:hover .hb-head .ico3d { transform: perspective(220px) translateY(-2px); }
.hb-titles { flex: 1; min-width: 0; }
.hb-titles h2 { font-size: 19px; line-height: 1.25; }
.hb-titles p { margin: 3px 0 0; font-size: 13px; color: var(--text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hb-all { flex: none; display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 12px 0 14px; margin-bottom: 3px; border-radius: 12px; font-size: 13px; font-weight: 700; color: var(--text); background: linear-gradient(180deg, #fff, #eff1f5); box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #d8dce4; transition: transform .15s var(--ease), box-shadow .15s, color .15s; }
.hb-all .lucide { width: 15px; height: 15px; stroke-width: 2.4; transition: transform .2s var(--ease); }
.hb-all:hover { color: var(--brand-600); transform: translateY(-1px); box-shadow: inset 0 0 0 1px var(--line-2), 0 4px 0 #d0d5de, 0 10px 16px -10px rgba(254, 44, 85, .4); }
.hb-all:hover .lucide { transform: translateX(3px); }
.hb-all:active { transform: translateY(2px); box-shadow: inset 0 0 0 1px var(--line), 0 1px 0 #d8dce4; }
.hb-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hb-list > li { min-width: 0; }
.hb-row { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 8px 10px 8px 8px; margin-bottom: 3px; border-radius: 16px; color: var(--text); background: #fff; box-shadow: inset 0 0 0 1px var(--line), 0 3px 0 #e1e4ea; transition: transform .15s var(--ease), box-shadow .15s; }
.hb-row:hover { color: var(--text); transform: translateY(-1px); box-shadow: inset 0 0 0 1px var(--line-2), 0 4px 0 #d6dae2, 0 14px 22px -14px rgba(13, 16, 23, .3); }
.hb-row:active { transform: translateY(2px); box-shadow: inset 0 0 0 1px var(--line), 0 1px 0 #e1e4ea; }
.hb-thumb { flex: none; width: 80px; height: 50px; border-radius: 11px; overflow: hidden; background: #10131a; box-shadow: 0 0 0 1px rgba(13, 16, 23, .06); }
.hb-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s var(--ease); }
.hb-row:hover .hb-thumb img { transform: scale(1.05); }
.hb-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.hb-title { font-size: 14.5px; font-weight: 800; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .15s; }
.hb-row:hover .hb-title { color: var(--brand-600); }
/* Stok etiketi kartlardakiyle aynı (koyu 3B etiket) */
.hb-flag { align-self: flex-start; backdrop-filter: none; }
.hb-price { flex: none; text-align: right; font-size: 11px; font-weight: 600; color: var(--text-3); line-height: 1.25; }
.hb-price b { display: block; font-size: 15.5px; font-weight: 800; color: var(--text); font-variant-numeric: tabular-nums; white-space: nowrap; }
.hb-go { width: 32px; height: 32px; flex-basis: 32px; border-radius: 10px; }
.hb-row:hover .hb-go { background: radial-gradient(120% 100% at 30% 10%, #ff8fa8, #fe2c55 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -2px 4px rgba(90, 0, 10, .3), 0 3px 0 #a0102e, 0 10px 16px -6px rgba(254, 44, 85, .6); }
.hb-row.is-soldout .hb-thumb img { filter: grayscale(.75) brightness(.9); }
.hb-row.is-soldout .hb-price b { color: var(--text-3); }
@media (max-width: 900px) {
  .home-blocks { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .home-blocks > .hb:last-child:nth-child(odd) .hb-list { display: flex; }
}
@media (max-width: 640px) {
  .hb { gap: 14px; padding: 14px; border-radius: 18px; }
  .hb-head { gap: 12px; }
  .hb-titles h2 { font-size: 17px; }
  .hb-titles p { font-size: 12px; }
  .hb-all { width: 36px; padding: 0; justify-content: center; }
  .hb-all span { display: none; }
  .hb-list { gap: 8px; }
  .hb-row { gap: 10px; padding: 7px 8px 7px 7px; border-radius: 14px; }
  .hb-thumb { width: 64px; height: 40px; border-radius: 9px; }
  .hb-title { font-size: 13.5px; }
  .hb-price b { font-size: 14px; }
  .hb-go { display: none; }
}

/* Üst bant duyurusu: son stok güncelleme tarihi; megafon ara ara sallanır */
.tb-mega .lucide { transform-origin: 40% 60%; animation: megaShake 4.5s ease-in-out infinite; }
@keyframes megaShake { 0%, 9%, 100% { rotate: 0deg; } 2% { rotate: -14deg; } 4.5% { rotate: 12deg; } 7% { rotate: -7deg; } }
@media (prefers-reduced-motion: reduce) { .tb-mega .lucide { animation: none; } }

/* Ana sayfada ilk 4 kategori + tam genişlikte "Tümünü Görüntüle"; Kategoriler sayfasında dörtlü ızgara */
.cat-all { display: flex; width: 100%; height: 48px; margin-top: 16px; justify-content: center; }
.cat-all .b3-arrow { margin-left: 2px; }
.cats-page { padding-top: 22px; }
.cat-grid-page { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 1100px) { .cat-grid-page { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .cat-grid-page { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }

/* Ürün sayfası: sipariş başına sınır konmuş ürünlerde bilgi notu */
.qty-note { display: flex; align-items: center; gap: 6px; margin: 10px 0 0; font-size: 12.5px; font-weight: 600; color: var(--text-3); }
.qty-note .lucide { width: 14px; height: 14px; flex: none; }

/* Logo işareti: aslan amblemi (pembe/turkuaz karelerin yerine); 3B gölge ve hover eğimi korunur */
.logo-mark { background: #1d1f25 url(../img/logo-mark.webp) center / cover no-repeat; }
.logo-mark::before, .logo-mark::after { content: none; }

/* Boş durum maskotu (Siparişlerim, ürün listesi) */
.empty-mascot { display: block; width: auto; height: 170px; max-width: 100%; margin: 0 auto 12px; filter: drop-shadow(0 14px 18px rgba(13, 16, 23, .16)); }
@media (max-width: 640px) { .empty-mascot { height: 130px; } }

/* Aslan maskotu kurttan geniş: vitrinde biraz küçültülüp ortalanır, marka karoları buna göre yerleşir */
.hero-side img { height: min(82%, calc(100cqw - 10px)); transform: translateX(-50%); }
.hl-tiktok { top: 42%; left: 22px; }
.hl-gemini { top: 56%; right: 10px; }
@media (max-width: 1100px) {
  .hl-tiktok { left: 14px; }
  .hl-gemini { top: 17%; right: 4px; }
}

/* Blog yazı içi görseller */
.prose figure { margin: 24px 0; }
.prose figure img { display: block; width: 100%; height: auto; border-radius: 16px; box-shadow: inset 0 0 0 1px var(--line), 0 4px 0 #dde1e8, 0 18px 32px -22px rgba(13, 16, 23, .35); }
.prose figcaption { margin-top: 8px; font-size: 13px; color: var(--text-3); text-align: center; }
