/* Metin2 PvP Serverlar – obsidyen & kor teması */
:root {
    --font-display: "Chakra Petch", "Inter", system-ui, sans-serif;
    --font-ui: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --bg: #0a0c11;
    --bg-glow: radial-gradient(1200px 520px at 50% -160px, rgba(255, 90, 60, .16), transparent 70%), radial-gradient(900px 480px at 100% 20%, rgba(91, 157, 255, .06), transparent 70%);
    --surface: #11141b;
    --surface-2: #161a23;
    --surface-3: #1d222d;
    --surface-hover: #1a1f29;
    --line: rgba(255, 255, 255, .07);
    --line-2: rgba(255, 255, 255, .13);
    --ink: #eceef3;
    --ink-2: #aeb4c2;
    --ink-3: #767d8f;
    --accent: #ff5a3c;
    --accent-2: #ff8f3d;
    --accent-soft: rgba(255, 90, 60, .14);
    --accent-grad: linear-gradient(135deg, #ff4d3a 0%, #ff8f3d 100%);
    --gold: #f5c46b;
    --silver: #cfd6e2;
    --bronze: #d89a6a;
    --green: #3ecf8e;
    --blue: #5b9dff;
    --violet: #a78bfa;
    --teal: #2dd4bf;
    --red: #e5484d;
    --shadow: 0 10px 30px -12px rgba(0, 0, 0, .6);
    --radius: 14px;
    --radius-sm: 9px;
    color-scheme: dark;
}
:root[data-theme="light"] {
    --bg: #f3f1ec;
    --bg-glow: radial-gradient(1200px 520px at 50% -200px, rgba(255, 90, 60, .12), transparent 70%);
    --surface: #ffffff;
    --surface-2: #faf8f4;
    --surface-3: #f0ece4;
    --surface-hover: #fbf6ef;
    --line: rgba(20, 24, 33, .08);
    --line-2: rgba(20, 24, 33, .15);
    --ink: #161a22;
    --ink-2: #4a5160;
    --ink-3: #7c8291;
    --accent: #e8452a;
    --accent-2: #f07a26;
    --accent-soft: rgba(232, 69, 42, .1);
    --gold: #b7862a;
    --silver: #7d8696;
    --bronze: #a8683a;
    --green: #16a36a;
    --blue: #2f6fe0;
    --violet: #7c5ce0;
    --teal: #0f9d8e;
    --shadow: 0 10px 30px -14px rgba(40, 30, 20, .25);
    color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0; min-height: 100vh; font: 15px/1.55 var(--font-ui); color: var(--ink);
    background: var(--bg-glow), var(--bg); background-attachment: fixed;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent-2); }
img, video { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.2; margin: 0 0 .5em; letter-spacing: .01em; }
button, input, select, textarea { font: inherit; color: inherit; }
.ic { flex: none; vertical-align: -2px; }
.dim { color: var(--ink-3); }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.empty { padding: 28px; text-align: center; color: var(--ink-3); background: var(--surface); border: 1px dashed var(--line-2); border-radius: var(--radius); }

/* ---------- Butonlar ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: var(--radius-sm);
    background: var(--surface-2); border: 1px solid var(--line-2); color: var(--ink); font-weight: 600; font-size: 13.5px;
    cursor: pointer; white-space: nowrap; transition: border-color .15s, background .15s, transform .1s;
}
.btn:hover { border-color: var(--accent); color: var(--ink); }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent-grad); border-color: transparent; color: #fff; box-shadow: 0 6px 18px -8px rgba(255, 90, 60, .7); }
.btn--primary:hover { color: #fff; filter: brightness(1.08); }
.btn--sm { padding: 5px 10px; font-size: 12.5px; }
.btn--block { width: 100%; justify-content: center; padding: 11px; }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.linkbtn { background: none; border: 0; color: var(--ink-3); cursor: pointer; padding: 2px 4px; font-size: 13px; }
.linkbtn:hover { color: var(--red); }

/* ---------- Üst menü ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav__wrap { max-width: 1240px; margin: 0 auto; padding: 10px 20px; display: flex; align-items: center; gap: 18px; }
.nav__brand { display: flex; align-items: center; gap: 10px; flex: none; }
.nav__logo { width: 40px; height: 40px; filter: drop-shadow(0 4px 12px rgba(255, 90, 60, .45)); }
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav__brand-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: .02em; }
.nav__brand-name b { color: var(--accent); }
.nav__brand-tag { font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em; }
.nav__drawer { flex: 1; display: flex; align-items: center; gap: 14px; min-width: 0; }
.nav__menu { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__menu a { display: block; white-space: nowrap; padding: 7px 12px; border-radius: 8px; font-weight: 600; font-size: 14px; color: var(--ink-2); }
.nav__menu a:hover { color: var(--ink); background: var(--surface-2); }
.nav__menu a.is-active { color: var(--ink); background: var(--accent-soft); box-shadow: inset 0 -2px 0 var(--accent); }
.nav__spacer { flex: 1; }
.nav__extras { display: flex; align-items: center; gap: 8px; }
.nav__finder { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border-radius: 8px; border: 1px solid var(--accent); color: var(--accent-2); font-weight: 600; font-size: 13px; cursor: pointer; white-space: nowrap; }
.nav__finder:hover { background: var(--accent-soft); }
.nav__search { position: relative; display: flex; align-items: center; gap: 6px; padding: 0 10px; height: 34px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line); color: var(--ink-3); }
.nav__search input { width: 150px; background: none; border: 0; outline: 0; font-size: 13.5px; color: var(--ink); }
.nav__search:focus-within { border-color: var(--accent); }
.nav__search-results { position: absolute; top: calc(100% + 6px); right: 0; width: 340px; max-height: 420px; overflow: auto; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: 6px; z-index: 60; }
.search-item { display: flex; align-items: center; gap: 10px; padding: 7px; border-radius: 8px; color: var(--ink); }
.search-item:hover, .search-item.is-focus { background: var(--surface-3); color: var(--ink); }
.search-item img, .search-item video { width: 94px; height: 38px; object-fit: cover; border-radius: 5px; }
.search-item strong { display: block; font-size: 13.5px; }
.search-item small { color: var(--ink-3); font-size: 12px; }
.nav__lang { position: relative; }
.nav__lang-btn { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 10px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line); cursor: pointer; font-size: 12.5px; font-weight: 600; }
.nav__lang-menu { display: none; position: absolute; right: 0; top: calc(100% + 6px); min-width: 150px; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius-sm); padding: 6px; box-shadow: var(--shadow); z-index: 60; }
.nav__lang.is-open .nav__lang-menu { display: block; }
.nav__lang-menu a { display: flex; align-items: center; gap: 8px; padding: 7px 9px; border-radius: 7px; font-size: 13.5px; }
.nav__lang-menu a:hover, .nav__lang-menu a.is-active { background: var(--surface-3); }
.theme-toggle { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line); cursor: pointer; color: var(--ink-2); }
.theme-toggle__moon { display: none; }
:root[data-theme="light"] .theme-toggle__sun { display: none; }
:root[data-theme="light"] .theme-toggle__moon { display: inline; }
.nav__auth { display: flex; gap: 6px; }
.nav__burger { display: none; width: 38px; height: 38px; border-radius: 8px; border: 1px solid var(--line-2); cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 4px; margin-left: auto; }
.nav__burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }

/* Bayraklar */
.flag { display: inline-block; width: 18px; height: 12px; border-radius: 2px; background-size: cover; background-position: center; vertical-align: -1px; box-shadow: 0 0 0 1px rgba(0,0,0,.25); flex: none; }
.flag--tr { background-image: url(../img/flags/tr.svg); }
.flag--de { background-image: url(../img/flags/de.svg); }
.flag--en { background-image: url(../img/flags/en.svg); }
.flag--ro { background-image: url(../img/flags/ro.svg); }
.flag--pt { background-image: url(../img/flags/pt.svg); }
.flag--fr { background-image: url(../img/flags/fr.svg); }
.flag--it { background-image: url(../img/flags/it.svg); }
.flag--pl { background-image: url(../img/flags/pl.svg); }
.flag--es { background-image: url(../img/flags/es.svg); }
.flag--hu { background-image: url(../img/flags/hu.svg); }
.flag--cs { background-image: url(../img/flags/cs.svg); }

/* ---------- Araçlar paneli ---------- */
.tools-rail { position: fixed; left: 0; top: 50%; transform: translateY(-50%); z-index: 40; display: flex; align-items: center; }
.tools-rail__toggle { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 7px; background: var(--surface); border: 1px solid var(--line-2); border-left: 0; border-radius: 0 12px 12px 0; cursor: pointer; color: var(--accent-2); box-shadow: var(--shadow); }
.tools-rail__lbl { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
.tools-rail__panel { display: none; flex-direction: column; gap: 4px; margin-left: 8px; padding: 8px; width: 260px; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--shadow); }
.tools-rail.is-open .tools-rail__panel { display: flex; }
.tools-rail__item { display: flex; align-items: center; gap: 11px; padding: 9px; border-radius: 9px; }
.tools-rail__item:hover { background: var(--surface-3); color: var(--ink); }
.tools-rail__item-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--accent-soft); color: var(--accent-2); }
.tools-rail__item-body { display: flex; flex-direction: column; line-height: 1.25; }
.tools-rail__item-body strong { font-size: 13.5px; }
.tools-rail__item-body small { color: var(--ink-3); font-size: 12px; }

/* ---------- Genel yerleşim ---------- */
.main { padding: 22px 20px 60px; }
.shell { max-width: 1100px; margin: 0 auto; }
.flash { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: var(--radius-sm); margin-bottom: 16px; font-size: 14px; border: 1px solid; }
.flash--ok { background: rgba(62, 207, 142, .1); border-color: rgba(62, 207, 142, .35); color: var(--green); }
.flash--err { background: rgba(229, 72, 77, .1); border-color: rgba(229, 72, 77, .35); color: var(--red); display: block; }
.ad { position: relative; margin: 0 auto 20px; max-width: 802px; }
.ad__img { width: 100%; height: auto; border-radius: 10px; border: 1px solid var(--line); }
.ad__hint { position: absolute; right: 6px; bottom: 6px; font-size: 10.5px; padding: 1px 6px; border-radius: 5px; background: rgba(0,0,0,.6); color: #ddd; }
.section-title { font-size: 20px; margin: 34px 0 14px; }
.page-head { margin: 6px 0 22px; }
.page-head h1 { font-size: 30px; }
.page-head p { color: var(--ink-2); margin: 0; }

/* ---------- Hero ---------- */
.hero { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 28px; margin-bottom: 18px; border-radius: 18px; overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 77, 58, .16), rgba(255, 143, 61, .05) 45%, transparent 70%), var(--surface); border: 1px solid var(--line-2); }
.hero::after { content: ""; position: absolute; inset: auto -40px -60px auto; width: 260px; height: 260px; background: radial-gradient(circle, rgba(255, 90, 60, .25), transparent 65%); pointer-events: none; }
.hero h1 { font-size: 34px; margin-bottom: 6px; background: linear-gradient(90deg, var(--ink) 30%, var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { margin: 0; color: var(--ink-2); }
.hero__clock { font-family: var(--font-display); color: var(--accent-2); font-variant-numeric: tabular-nums; }
.hero__badge { position: relative; z-index: 1; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 20px; background: var(--accent-grad); color: #fff; transform: rotate(-6deg); box-shadow: 0 14px 34px -10px rgba(255, 90, 60, .8); flex: none; }

/* ---------- Sunucu satırı ---------- */
.rows { display: flex; flex-direction: column; gap: 12px; }
.srow { position: relative; display: grid; grid-template-columns: 58px 1fr; grid-template-rows: auto auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .15s, background .15s, transform .15s; }
.srow.clickable { cursor: pointer; }
.srow:hover { border-color: var(--line-2); background: var(--surface-hover); }
.srow__rank { grid-row: 1 / span 2; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--ink-2); background: var(--surface-2); border-right: 1px solid var(--line); }
.srow__rank-hash { font-size: 13px; opacity: .5; margin-right: 1px; }
.srow--r1 { border-color: rgba(245, 196, 107, .45); box-shadow: 0 0 0 1px rgba(245, 196, 107, .12), 0 16px 40px -22px rgba(245, 196, 107, .5); }
.srow--r1 .srow__rank { color: #1a1204; background: linear-gradient(180deg, #ffe29a, #e2a63b); }
.srow--r2 .srow__rank { color: #15181f; background: linear-gradient(180deg, #eef2f8, #aab3c2); }
.srow--r3 .srow__rank { color: #1c1107; background: linear-gradient(180deg, #f1c09a, #b87447); }
.srow__title { grid-column: 2; margin: 0; padding: 12px 16px 0; font-size: 16.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.srow__title a:hover { color: var(--accent-2); }
.srow__body { grid-column: 2; display: grid; grid-template-columns: minmax(0, 1fr) 468px 120px; gap: 16px; align-items: center; padding: 10px 16px 14px; }
.srow__meta { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.srow__verified { display: inline-flex; align-items: center; gap: 5px; width: fit-content; padding: 2px 8px; border-radius: 999px; font-size: 12px; font-weight: 600; color: var(--teal); background: rgba(45, 212, 191, .1); border: 1px solid rgba(45, 212, 191, .3); cursor: help; }
.chip { display: inline-flex; width: fit-content; padding: 2px 9px; border-radius: 6px; font-size: 12px; font-weight: 700; letter-spacing: .02em; border: 1px solid; }
.chip[data-type="Oldschool"] { color: #f0b35a; background: rgba(240, 179, 90, .1); border-color: rgba(240, 179, 90, .35); }
.chip[data-type="Middleschool"] { color: var(--blue); background: rgba(91, 157, 255, .1); border-color: rgba(91, 157, 255, .35); }
.chip[data-type="Newschool"] { color: var(--violet); background: rgba(167, 139, 250, .1); border-color: rgba(167, 139, 250, .35); }
.chip[data-type="Official-Like"] { color: var(--teal); background: rgba(45, 212, 191, .1); border-color: rgba(45, 212, 191, .35); }
.chip[data-type="PvP"] { color: var(--accent); background: var(--accent-soft); border-color: rgba(255, 90, 60, .4); }
.meta-list { display: flex; flex-direction: column; gap: 3px; }
.meta { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink-3); }
.meta .lbl { min-width: 70px; }
.meta .val { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
a.meta:hover .val { color: var(--accent-2); }
.meta--champion .val, .meta--champion .ic { color: var(--gold); }
.meta--event .val, .meta--event .ic { color: var(--accent-2); }
.srow__banner { width: 468px; min-width: 0; }
.banner { width: 468px; max-width: 100%; height: auto; aspect-ratio: 468 / 190; object-fit: cover; border-radius: 10px; background: var(--surface-3); border: 1px solid var(--line); }
.banner--empty { display: grid; place-items: center; font-family: var(--font-display); font-size: 26px; color: var(--ink-3); background: repeating-linear-gradient(45deg, var(--surface-2), var(--surface-2) 10px, var(--surface-3) 10px, var(--surface-3) 20px); }
.srow__vote { display: flex; justify-content: center; }
.vote-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; width: 108px; padding: 12px 6px; border-radius: 12px; background: var(--surface-2); border: 1px solid var(--line-2); transition: .15s; }
.vote-btn__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-grad); color: #fff; box-shadow: 0 6px 16px -6px rgba(255, 90, 60, .8); }
.vote-btn__num { font-family: var(--font-display); font-weight: 700; font-size: 19px; font-variant-numeric: tabular-nums; color: var(--ink); }
.vote-btn__lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-3); }
.vote-btn:hover { border-color: var(--accent); background: var(--accent-soft); transform: translateY(-2px); }
.vote-btn:hover .vote-btn__lbl { color: var(--accent-2); }
.verified-dot { display: inline-block; width: 15px; height: 15px; margin-left: 6px; vertical-align: -2px; border-radius: 50%; background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23062a26' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat; }
.verified-dot--lg { width: 20px; height: 20px; background-size: 13px; }
[data-tip] { position: relative; }
[data-tip]:hover::after { content: attr(data-tip); position: absolute; left: 0; bottom: calc(100% + 8px); width: 240px; padding: 8px 10px; border-radius: 8px; background: #0b0d12; color: #e9ebf1; font-size: 12px; font-weight: 400; line-height: 1.4; z-index: 30; box-shadow: var(--shadow); white-space: normal; }

/* Sayfalama */
.pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin: 24px 0 6px; }
.pagination a, .pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border-radius: 9px; background: var(--surface); border: 1px solid var(--line); font-weight: 600; font-size: 14px; }
.pagination a:hover { border-color: var(--accent); color: var(--accent-2); }
.pagination .is-active { background: var(--accent-grad); color: #fff; border-color: transparent; }
.pagination .gap { background: none; border: 0; color: var(--ink-3); }

/* İstatistik */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stats__tile { display: flex; align-items: center; gap: 13px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.stats__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--accent-soft); color: var(--accent-2); flex: none; }
.stats__tile--green .stats__icon { background: rgba(62, 207, 142, .12); color: var(--green); }
.stats__tile--blue .stats__icon { background: rgba(91, 157, 255, .12); color: var(--blue); }
.stats__tile--gold .stats__icon { background: rgba(245, 196, 107, .14); color: var(--gold); }
.stats__v { font-family: var(--font-display); font-size: 24px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1.1; }
.stats__l { font-size: 12.5px; color: var(--ink-3); display: flex; align-items: center; gap: 4px; }

/* Karşılaştırma */
.compare { margin-top: 40px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.compare__head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.compare__head h2 { margin: 0; font-size: 22px; }
.compare__head .sub { color: var(--ink-3); font-size: 14px; }
.compare__table { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.compare__hrow, .compare__row { display: grid; grid-template-columns: 1fr 120px 120px; align-items: center; }
.compare__hrow { background: var(--surface-2); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); }
.compare__hrow > div, .compare__row > div { padding: 12px 16px; }
.compare__hrow > div:not(:first-child), .compare__row > div:not(:first-child) { text-align: center; display: flex; justify-content: center; align-items: center; gap: 6px; }
.compare__we { color: var(--accent-2); }
.compare__row { border-top: 1px solid var(--line); }
.compare__label { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.compare__label .ic { color: var(--accent-2); }
.cell { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; }
.cell--good { background: rgba(62, 207, 142, .14); color: var(--green); }
.cell--bad { background: rgba(229, 72, 77, .12); color: var(--red); }
.compare__foot { margin: 14px 0 0; font-size: 13.5px; color: var(--ink-3); }

.blog-teaser { margin-top: 26px; padding: 22px 24px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); }
.blog-teaser h2 { font-size: 20px; }
.blog-teaser p { color: var(--ink-2); margin: 0 0 8px; }
.blog-teaser a { color: var(--accent-2); font-weight: 600; }
.promo { display: flex; align-items: center; gap: 16px; margin-top: 16px; padding: 18px 22px; border-radius: 16px; background: linear-gradient(110deg, rgba(255, 77, 58, .16), rgba(255, 143, 61, .06)), var(--surface); border: 1px solid rgba(255, 90, 60, .35); }
.promo:hover { color: var(--ink); border-color: var(--accent); }
.promo__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: var(--accent-grad); color: #fff; flex: none; }
.promo__body { flex: 1; display: flex; flex-direction: column; }
.promo__body span { color: var(--ink-2); font-size: 14px; }
.promo__cta { font-weight: 700; color: var(--accent-2); white-space: nowrap; }

/* SEO rehber */
.seo { margin-top: 34px; }
.guide { padding: 26px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); }
.guide h2 { color: var(--ink); font-size: 22px; margin-top: 1.3em; }
.guide h2:first-child { margin-top: 0; }
.guide h3 { color: var(--ink); font-size: 17px; }
.guide strong { color: var(--ink); }
.guide__lead { font-size: 15.5px; }
.guide__more { display: inline; margin-left: 6px; padding: 0; background: none; border: 0; color: var(--accent-2); font-weight: 700; cursor: pointer; }
.guide__card { margin: 14px 0; padding: 16px 18px; border-radius: 12px; background: var(--surface-2); border: 1px solid var(--line); }
.guide__card ul { margin: 0; padding-left: 18px; }
.guide__card li { margin: 5px 0; }
.guide__pros li::marker { content: "✓  "; color: var(--green); }
.guide__cons li::marker { content: "!  "; color: var(--red); font-weight: 700; }
.guide__cta { display: flex; align-items: center; gap: 16px; justify-content: space-between; margin-top: 18px; padding: 16px 18px; border-radius: 12px; background: var(--accent-soft); border: 1px solid rgba(255, 90, 60, .3); }
.guide__cta p { margin: 0; }

/* ---------- Detay sayfası ---------- */
.detail__title h1 { font-size: 28px; margin-bottom: 6px; }
.detail__title p { color: var(--ink-2); margin: 0 0 14px; }
.detail__banner { display: flex; justify-content: center; margin: 12px 0 20px; }
.detail__banner .banner { width: 468px; }
.detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; align-items: start; }
.statgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.statgrid__cell { padding: 13px 14px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); min-width: 0; }
.statgrid__cell--wide { grid-column: span 4; }
.statgrid__lbl { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 5px; }
.statgrid__v { font-family: var(--font-display); font-size: 20px; font-weight: 700; }
.statgrid__v.is-champion { color: var(--gold); }
.statgrid__rating { margin-left: 8px; font-size: 14px; color: var(--gold); }
.statgrid__flags { display: flex; flex-wrap: wrap; gap: 6px; }
.statgrid__flags .flag { width: 24px; height: 16px; }
.about { margin-top: 16px; padding: 16px 18px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); }
.features { margin-top: 20px; }
.features h2 { font-size: 20px; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.feature-grid__group { padding: 14px 16px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); }
.feature-grid__group h3 { font-size: 14px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.feature-grid__group ul { list-style: none; margin: 0; padding: 0; }
.feature-grid__group li { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 14px; }
.feature-grid__icon { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: rgba(62, 207, 142, .14); color: var(--green); flex: none; }
.actioncard { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 10px; padding: 16px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line-2); }
.rank-medal { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; background: rgba(245, 196, 107, .08); border: 1px solid rgba(245, 196, 107, .3); }
.rank-medal__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(180deg, #ffe29a, #e2a63b); color: #3a2605; }
.rank-medal__body { display: flex; flex-direction: column; line-height: 1.15; }
.rank-medal__lbl { font-size: 12px; color: var(--ink-3); }
.rank-medal__n { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--gold); }
.vote-btn--big { width: 100%; flex-direction: row; justify-content: center; gap: 12px; padding: 14px; background: var(--accent-grad); border: 0; }
.vote-btn--big .vote-btn__icon { background: rgba(255,255,255,.2); box-shadow: none; }
.vote-btn--big .vote-btn__num, .vote-btn--big .vote-btn__lbl { color: #fff; }
.vote-btn--big:hover { filter: brightness(1.08); background: var(--accent-grad); }
.website-btn, .discord-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; border-radius: 10px; font-weight: 600; font-size: 14px; background: var(--surface-2); border: 1px solid var(--line-2); }
.website-btn:hover { border-color: var(--accent); }
.discord-btn { background: #5865f2; border-color: #5865f2; color: #fff; }
.discord-btn:hover { color: #fff; filter: brightness(1.1); }

/* Yorumlar */
.comments { margin-top: 30px; }
.comments > h2 { font-size: 22px; }
.comment-form, .comment-login { padding: 16px 18px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); margin-bottom: 16px; }
.comment-form h3 { font-size: 15px; }
.comment-login { display: flex; align-items: center; gap: 8px; color: var(--ink-2); }
.comment-login a { color: var(--accent-2); font-weight: 600; }
.stars { display: inline-flex; flex-direction: row-reverse; gap: 2px; margin-bottom: 10px; }
.stars input { display: none; }
.stars label { font-size: 26px; color: var(--ink-3); cursor: pointer; line-height: 1; transition: color .1s; }
.stars label:hover, .stars label:hover ~ label, .stars input:checked ~ label { color: var(--gold); }
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], input[type="date"], input[type="datetime-local"], input[type="search"], select {
    width: 100%; padding: 9px 11px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line-2); outline: 0; transition: border-color .15s; font-size: 14px;
}
textarea:focus, input:focus, select:focus { border-color: var(--accent); }
textarea { resize: vertical; margin-bottom: 10px; }
input[type="file"] { font-size: 13px; color: var(--ink-2); }
.comment { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.comment--reply { margin-top: 10px; padding: 10px 12px; border: 0; border-radius: 10px; background: var(--surface-2); }
.comment__avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; flex: none; background: var(--accent-grad); color: #fff; font-weight: 700; font-family: var(--font-display); }
.comment__avatar img { width: 100%; height: 100%; object-fit: cover; }
.comment__body { flex: 1; min-width: 0; }
.comment__head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 13.5px; }
.comment__name { font-weight: 700; }
.comment__rating { color: var(--gold); letter-spacing: 1px; }
.comment__rating .dim { color: var(--ink-3); opacity: .5; }
.comment__date { color: var(--ink-3); font-size: 12.5px; }
.comment__text { margin-top: 4px; color: var(--ink-2); word-wrap: break-word; }
.comment__controls { display: flex; align-items: flex-start; gap: 12px; margin-top: 6px; font-size: 12.5px; color: var(--ink-3); flex-wrap: wrap; }
.comment__controls summary { cursor: pointer; }
.comment__controls summary:hover { color: var(--accent-2); }
.comment__controls form { display: flex; gap: 6px; margin-top: 6px; align-items: flex-start; }
.comment__controls textarea { margin: 0; min-width: 260px; }
.badge { font-size: 11px; padding: 1px 6px; border-radius: 5px; background: var(--accent-soft); color: var(--accent-2); font-weight: 700; }
.field-error { color: var(--red); font-size: 13px; margin: -4px 0 10px; }
.report-box { margin-top: 26px; font-size: 14px; color: var(--ink-3); }
.report-box summary { cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.form-grid { display: grid; gap: 8px; max-width: 520px; margin-top: 10px; }

/* Etkinlikler */
.events-section { margin-bottom: 30px; }
.events-section__title { display: flex; align-items: center; gap: 8px; font-size: 20px; }
.events-section__title small { color: var(--ink-3); font-weight: 500; }
.events-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.event-card { display: flex; flex-direction: column; border-radius: 14px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); transition: .15s; }
.event-card:hover { border-color: var(--accent); color: var(--ink); transform: translateY(-2px); }
.event-card__banner { position: relative; aspect-ratio: 468 / 190; background: var(--surface-3); }
.event-card__banner video, .event-card__banner img { width: 100%; height: 100%; object-fit: cover; }
.event-card__status { position: absolute; top: 8px; left: 8px; padding: 2px 8px; border-radius: 6px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-card__status.is-live { background: var(--red); color: #fff; }
.event-card__status.is-upcoming { background: var(--blue); color: #fff; }
.event-card__body { padding: 12px 14px; }
.event-card__head { display: flex; justify-content: space-between; gap: 8px; font-size: 12.5px; color: var(--ink-3); }
.event-card__server { font-weight: 700; color: var(--accent-2); }
.event-card__when { font-variant-numeric: tabular-nums; }
.event-card h3 { margin: 6px 0 0; font-size: 16px; }

/* Yeni serverlar */
.newgrid-section { margin-bottom: 32px; }
.newgrid-section__head h2 { font-size: 21px; margin-bottom: 2px; }
.newgrid-section__head h2 small { color: var(--ink-3); font-weight: 500; font-size: 15px; }
.newgrid-section__head p { color: var(--ink-3); margin: 0 0 14px; }
.newgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.newcard { border-radius: 14px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); cursor: pointer; transition: .15s; }
.newcard:hover { border-color: var(--line-2); transform: translateY(-2px); }
.newcard__banner .banner { width: 100%; border-radius: 0; border: 0; }
.newcard__body { padding: 12px 14px; }
.newcard__head { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.newcard__pill { font-size: 12px; font-weight: 600; color: var(--green); }
.newcard__pill.is-soon { color: var(--accent-2); }
.newcard h3 { margin: 8px 0 4px; font-size: 17px; }
.newcard__sub { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; font-size: 13px; color: var(--ink-3); }
.archive-list { display: grid; gap: 8px; }
.archive-item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); }
.archive-item span:nth-child(2) { flex: 1; display: flex; flex-direction: column; }
.archive-item small { color: var(--ink-3); }
.archive-item__date { color: var(--ink-3); font-size: 13px; }

/* ---------- Oy sayfası ---------- */
.vote-grid { display: grid; grid-template-columns: minmax(0, 1fr) 480px; gap: 22px; align-items: start; }
.vote-card { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 34px 28px; border-radius: 20px; background: radial-gradient(500px 260px at 50% 0, rgba(255, 90, 60, .18), transparent 70%), var(--surface); border: 1px solid var(--line-2); overflow: hidden; }
.vote-orb { position: relative; width: 110px; height: 110px; display: grid; place-items: center; margin-bottom: 6px; }
.vote-orb__ring { position: absolute; inset: 0; border-radius: 50%; border: 2px dashed rgba(255, 143, 61, .5); animation: spin 14s linear infinite; }
.vote-orb__core { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-grad); color: #fff; box-shadow: 0 0 0 10px var(--accent-soft), 0 18px 40px -10px rgba(255, 90, 60, .8); }
@keyframes spin { to { transform: rotate(360deg); } }
.vote-card__headline { font-size: 26px; margin: 0; }
.vote-card__headline.is-ok { color: var(--green); }
.vote-card__sub { color: var(--ink-2); margin: 0 0 8px; }
.vote-form { width: 100%; max-width: 380px; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.captcha { display: grid; grid-template-columns: 170px 38px 1fr; gap: 8px; align-items: center; }
.captcha img { border-radius: 8px; border: 1px solid var(--line-2); }
.captcha__refresh { height: 38px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line-2); cursor: pointer; display: grid; place-items: center; color: var(--ink-2); }
.captcha__input { text-transform: uppercase; letter-spacing: .2em; font-family: var(--font-display); font-size: 18px !important; text-align: center; }
.big-vote-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px; border: 0; border-radius: 12px; background: var(--accent-grad); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: .04em; cursor: pointer; box-shadow: 0 12px 28px -10px rgba(255, 90, 60, .8); transition: .15s; }
.big-vote-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.vote-tally { color: var(--ink-3); font-size: 14px; }
.vote-tally span { font-family: var(--font-display); font-size: 22px; color: var(--ink); font-weight: 700; }
.vote-side h1 { font-size: 20px; margin: 12px 0 8px; }
.vote-side__meta { display: flex; gap: 10px; align-items: center; color: var(--ink-3); font-size: 13.5px; }
.vote-howto { margin-top: 18px; padding: 16px 18px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); }
.vote-howto h3 { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.vote-howto ol { margin: 0; padding-left: 20px; color: var(--ink-2); font-size: 14px; }
.vote-howto li { margin: 5px 0; }

/* ---------- Formlar / auth ---------- */
.field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; flex: 1; }
.field__lbl { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.field__lbl small { color: var(--ink-3); font-weight: 400; }
.field__wrap { position: relative; display: block; }
.field__wrap .field__icon { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: var(--ink-3); }
.field__wrap input { padding-left: 36px; }
.check { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; color: var(--ink-2); margin-bottom: 12px; cursor: pointer; }
.check a { color: var(--accent-2); }
.check input { accent-color: var(--accent); width: 16px; height: 16px; }
.check--field { align-self: center; margin-top: 18px; }
.checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 2px 14px; }
.checks .check { margin: 4px 0; }
.form-row { display: flex; gap: 12px; flex-wrap: wrap; }
.form-row > * { min-width: 180px; }
.auth { display: flex; justify-content: center; padding: 20px 0; }
.auth__card { width: 100%; max-width: 440px; padding: 30px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line-2); box-shadow: var(--shadow); }
.auth__card--wide { max-width: 640px; }
.auth__head { text-align: center; margin-bottom: 20px; }
.auth__icon { width: 54px; height: 54px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 16px; background: var(--accent-grad); color: #fff; }
.auth__head h1 { font-size: 24px; margin-bottom: 4px; }
.auth__head p { color: var(--ink-3); margin: 0; font-size: 14px; }
.auth__foot { margin-top: 16px; text-align: center; font-size: 14px; color: var(--ink-3); }
.auth__foot a { color: var(--accent-2); font-weight: 600; }

/* ---------- Panel / admin ---------- */
.panel__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.panel__head h1 { font-size: 28px; margin: 0; }
.panel__actions { display: flex; gap: 8px; }
.panel__actions form { margin: 0; }
.panel-server { display: flex; gap: 16px; align-items: center; padding: 14px; margin-bottom: 10px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); flex-wrap: wrap; }
.panel-server__banner { width: 234px; flex: none; margin-bottom: 10px; }
.panel-server__banner .banner { width: 234px; }
.panel-server__body { flex: 1; min-width: 240px; }
.panel-server__body h3 { display: flex; align-items: center; gap: 8px; font-size: 18px; margin-bottom: 4px; }
.panel-server__links { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; align-items: center; }
.copy-input { width: 260px !important; font-size: 12.5px !important; padding: 5px 8px !important; }
.panel-form { padding: 18px 20px; margin-bottom: 14px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); }
.panel-form fieldset { margin: 12px 0; }
.status { font-size: 11.5px; font-weight: 700; padding: 2px 8px; border-radius: 6px; text-transform: uppercase; letter-spacing: .05em; }
.status--active { background: rgba(62, 207, 142, .14); color: var(--green); }
.status--pending { background: rgba(245, 196, 107, .15); color: var(--gold); }
.status--hidden, .status--archived { background: var(--surface-3); color: var(--ink-3); }
.code { padding: 10px 12px; border-radius: 8px; background: var(--surface-3); overflow-x: auto; font-size: 13px; }
.event-line { display: flex; gap: 10px; align-items: center; padding: 6px 0; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.event-line form { margin-left: auto; }
.admin-nav { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 20px; padding: 6px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); }
.admin-nav a { padding: 7px 12px; border-radius: 8px; font-weight: 600; font-size: 14px; color: var(--ink-2); }
.admin-nav a.is-active { background: var(--accent-soft); color: var(--accent-2); }
.admin h1 { font-size: 24px; display: flex; gap: 12px; align-items: center; }
.admin .stats { margin-bottom: 10px; }
.admin-filter { display: flex; gap: 8px; margin-bottom: 14px; max-width: 560px; }
.table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; font-size: 13.5px; margin-bottom: 14px; }
.table th { text-align: left; padding: 9px 10px; background: var(--surface-2); color: var(--ink-3); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.table td { padding: 9px 10px; border-top: 1px solid var(--line); vertical-align: top; }
.table .actions { display: flex; gap: 6px; flex-wrap: wrap; }
.table .is-muted { opacity: .5; }
.table .is-bad td { background: rgba(229, 72, 77, .08); }
.table--compact td, .table--compact th { padding: 4px 5px; }
.table--compact input { padding: 4px 6px; font-size: 12.5px; }
.inline-form { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.inline-form select, .inline-form input { width: auto; padding: 4px 6px; font-size: 12.5px; }
.inline-form .check { margin: 0; font-size: 12.5px; }

/* ---------- Statik sayfalar ---------- */
.prose { max-width: 780px; margin: 0 auto; padding: 28px 32px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); }
.prose h1 { color: var(--ink); font-size: 30px; }
.prose h2 { color: var(--ink); font-size: 19px; margin-top: 1.4em; }
.prose a { color: var(--accent-2); }
.prose img { border-radius: 10px; margin: 12px 0; }
.faq { max-width: 820px; display: grid; gap: 10px; }
.faq__item { padding: 14px 18px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); }
.faq__item summary { cursor: pointer; font-weight: 700; font-family: var(--font-display); font-size: 16px; }
.faq__item p { margin: 10px 0 0; color: var(--ink-2); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.blog-card { border-radius: 14px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.blog-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.blog-card__body { padding: 14px 16px; }
.blog-card h2 { font-size: 18px; margin: 4px 0 6px; }
.blog-card p { color: var(--ink-2); margin: 0; font-size: 14px; }

/* ---------- Sunucu Bulucu ---------- */
.popup { display: none; position: fixed; inset: 0; z-index: 100; align-items: center; justify-content: center; padding: 16px; }
.popup__check:checked + .popup { display: flex; }
.popup__bg { position: absolute; inset: 0; background: rgba(4, 5, 8, .72); backdrop-filter: blur(4px); cursor: pointer; }
.popup__inner { position: relative; width: 100%; max-width: 760px; max-height: calc(100vh - 32px); display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line-2); border-radius: 18px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.8); overflow: hidden; }
.popup__close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; cursor: pointer; color: var(--ink-3); z-index: 2; }
.popup__close:hover { background: var(--surface-3); color: var(--ink); }
.finder__head { display: flex; gap: 14px; align-items: center; padding: 20px 60px 16px 22px; border-bottom: 1px solid var(--line); }
.finder__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: var(--accent-grad); color: #fff; flex: none; }
.finder__head h2 { margin: 0 0 2px; font-size: 21px; }
.finder__head p { margin: 0; font-size: 13.5px; color: var(--ink-3); }
.finder__body { overflow-y: auto; padding: 8px 22px 16px; }
.finder__group { border: 0; padding: 0; margin: 14px 0 0; }
.finder__group legend { font-family: var(--font-display); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--accent-2); margin-bottom: 8px; padding: 0; }
.finder__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.finder__chip { padding: 6px 12px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line-2); cursor: pointer; font-weight: 600; font-size: 13px; }
.finder__chip[aria-checked="true"] { background: var(--accent-soft); border-color: var(--accent); color: var(--accent-2); }
.finder__tabs { display: inline-flex; padding: 3px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line); margin-bottom: 10px; }
.finder__tabs button { padding: 5px 12px; border-radius: 7px; border: 0; background: none; cursor: pointer; font-weight: 600; font-size: 13px; color: var(--ink-3); }
.finder__tabs button.is-active { background: var(--surface-3); color: var(--ink); }
.finder__range { display: flex; align-items: flex-end; gap: 10px; }
.finder__range label { display: flex; flex-direction: column; gap: 4px; font-size: 12px; color: var(--ink-3); width: 130px; }
.finder__range-sep { padding-bottom: 8px; color: var(--ink-3); }
.finder__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--line); }
.finder__lbl { font-size: 14px; }
.finder__row[data-state="required"] .finder__lbl { color: var(--green); font-weight: 600; }
.finder__row[data-state="excluded"] .finder__lbl { color: var(--red); text-decoration: line-through; }
.finder__tri { display: inline-flex; padding: 2px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line); flex: none; }
.finder__tri button { width: 30px; height: 26px; display: grid; place-items: center; border: 0; border-radius: 6px; background: none; cursor: pointer; color: var(--ink-3); font-weight: 700; }
.finder__row[data-state="required"] [data-state="required"] { background: var(--green); color: #fff; }
.finder__row[data-state="any"] [data-state="any"] { background: var(--surface-3); color: var(--ink); }
.finder__row[data-state="excluded"] [data-state="excluded"] { background: var(--red); color: #fff; }
.finder__foot { display: flex; align-items: center; gap: 12px; padding: 14px 22px; border-top: 1px solid var(--line); background: var(--surface-2); }
.finder__count { flex: 1; text-align: center; font-size: 13.5px; color: var(--ink-3); }
.finder__results { display: grid; gap: 8px; padding-top: 10px; }
.finder-item { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line); }
.finder-item:hover { border-color: var(--accent); color: var(--ink); }
.finder-item img, .finder-item video { width: 140px; height: 57px; object-fit: cover; border-radius: 7px; flex: none; }
.finder-item__body { flex: 1; min-width: 0; }
.finder-item__body strong { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.finder-item__body small { color: var(--ink-3); }
.finder-item__votes { font-family: var(--font-display); font-weight: 700; color: var(--accent-2); white-space: nowrap; }

/* ---------- Yeni açılışlar kutusu ---------- */
.floater { position: fixed; right: 18px; bottom: 18px; z-index: 45; width: 300px; background: var(--surface); border: 1px solid var(--line-2); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.floater.is-hidden { display: none; }
.floater__head { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.floater__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(62, 207, 142, .18); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(62, 207, 142, 0); } }
.floater__title { flex: 1; font-weight: 700; font-size: 13.5px; font-family: var(--font-display); letter-spacing: .03em; }
.floater__actions { display: flex; gap: 2px; }
.floater__icon-btn { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; border: 0; background: none; cursor: pointer; color: var(--ink-3); }
.floater__icon-btn:hover { background: var(--surface-3); color: var(--ink); }
.floater__list { padding: 4px; }
.floater__row { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 10px; }
.floater__row:hover { background: var(--surface-3); color: var(--ink); }
.floater__logo { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--accent-grad); color: #fff; font-family: var(--font-display); font-weight: 700; flex: none; }
.floater__body { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.3; }
.floater__name { font-weight: 600; font-size: 13.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.floater__sub { font-size: 12px; color: var(--ink-3); }
.floater__when { font-size: 11.5px; color: var(--ink-3); white-space: nowrap; }
.floater__foot { display: flex; justify-content: space-between; padding: 8px 12px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-3); }
.floater__foot a { color: var(--accent-2); font-weight: 600; }
.floater-reopen { position: fixed; right: 18px; bottom: 18px; z-index: 45; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; border: 0; background: var(--accent-grad); color: #fff; cursor: pointer; box-shadow: var(--shadow); }
.floater-reopen[hidden] { display: none; }

/* ---------- Alt bilgi ---------- */
.foot { border-top: 1px solid var(--line); background: var(--surface); margin-top: 20px; }
.foot__wrap { max-width: 1100px; margin: 0 auto; padding: 36px 20px 24px; display: grid; grid-template-columns: 1.1fr 2fr; gap: 36px; }
.foot__logo { display: flex; align-items: center; gap: 10px; }
.foot__logo img { width: 40px; height: 40px; }
.foot__logo span { display: flex; flex-direction: column; line-height: 1.2; }
.foot__logo small { color: var(--ink-3); font-size: 12.5px; }
.foot__about { color: var(--ink-3); font-size: 13.5px; margin: 12px 0; }
.foot__discord { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 9px; background: #5865f2; color: #fff; font-weight: 600; font-size: 13.5px; }
.foot__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.foot__col { display: flex; flex-direction: column; gap: 7px; }
.foot__col h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); margin-bottom: 4px; }
.foot__col a { font-size: 13.5px; color: var(--ink-3); }
.foot__col a:hover { color: var(--accent-2); }
.foot__base { max-width: 1100px; margin: 0 auto; padding: 14px 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-3); }

/* ---------- Araç sayfaları ---------- */
.tool__head { margin-bottom: 18px; }
.tool__eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--accent-2); }
.tool__head h1 { font-size: 30px; margin: 6px 0; }
.tool__head p { color: var(--ink-2); margin: 0; max-width: 720px; }
.tool__app { padding: 20px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line-2); }
.tool__app h3 { font-size: 15px; }
.tool__howto { margin-top: 20px; padding: 20px 24px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); }
.tool__howto h2 { font-size: 19px; color: var(--ink); }
.tool__howto li { margin: 6px 0; }
.king { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }
.king__hand, .king__picker { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.kcard { width: 44px; height: 58px; display: grid; place-items: center; border-radius: 8px; border: 1px solid var(--line-2); background: var(--surface-2); font-family: var(--font-display); font-weight: 700; font-size: 20px; cursor: pointer; }
.kcard.is-active { background: var(--accent-grad); color: #fff; border-color: transparent; }
.kcard--sm { width: 28px; height: 36px; font-size: 14px; cursor: default; }
.kcard--clear { color: var(--red); }
.king__deck { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 14px; }
.kdeck { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); }
.king__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 14px; }
.king__stats div { padding: 10px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line); display: flex; flex-direction: column; }
.king__stats strong { font-family: var(--font-display); font-size: 20px; color: var(--accent-2); }
.king__stats span { font-size: 12px; color: var(--ink-3); }
.king__btns { display: flex; gap: 8px; flex-wrap: wrap; }
.king__board { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; max-width: 420px; margin-bottom: 12px; }
.kcell { aspect-ratio: 3 / 4; border-radius: 10px; border: 2px solid var(--line-2); background: var(--surface-2); font-family: var(--font-display); font-size: 22px; font-weight: 700; cursor: pointer; color: var(--ink-3); transition: .12s; }
.kcell.is-open { background: var(--surface-3); color: var(--ink); border-style: dashed; }
.kcell.r-good { border-color: var(--green); background: rgba(62, 207, 142, .1); }
.kcell.r-mid { border-color: var(--gold); background: rgba(245, 196, 107, .1); }
.kcell.r-bad { border-color: var(--red); background: rgba(229, 72, 77, .12); }
.kcell.is-picking { outline: 3px solid var(--accent); outline-offset: 2px; }
.king__legend { display: flex; gap: 14px; font-size: 13px; color: var(--ink-3); }
.lg { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 5px; vertical-align: -1px; }
.lg--good { background: var(--green); } .lg--mid { background: var(--gold); } .lg--bad { background: var(--red); }
.okey__grid { display: grid; gap: 8px; margin: 12px 0 18px; }
.okey__line { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.okey__cname { width: 70px; font-weight: 700; font-size: 13px; }
.ocard { width: 44px; height: 58px; display: inline-grid; place-items: center; border-radius: 8px; border: 2px solid currentColor; background: var(--surface-2); font-family: var(--font-display); font-weight: 700; font-size: 20px; cursor: pointer; }
.ocard.s2 { opacity: .25; text-decoration: line-through; }
.ocard--sm { width: 28px; height: 36px; font-size: 14px; cursor: default; border-width: 2px; }
.ocard--ghost { border-style: dashed; opacity: .7; }
.okey--r { color: #ef4444; } .okey--b { color: #3b82f6; } .okey--y { color: #eab308; }
.okey__grid .ocard.s1 { box-shadow: inset 0 0 0 30px color-mix(in srgb, currentColor 30%, transparent); }
.okey__row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; }
.okey__hand { display: flex; gap: 6px; flex-wrap: wrap; min-height: 58px; }
.okey__combos { display: grid; gap: 6px; }
.ocombo { display: flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line); font-size: 13px; color: var(--ink-2); }
.ocombo.is-ready { border-color: var(--green); }
.ocombo strong { margin-left: auto; font-family: var(--font-display); font-size: 17px; color: var(--accent-2); }
.okey__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; color: var(--ink-3); font-size: 13.5px; }
.atlas__bar { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
.atlas__zoom { display: flex; align-items: center; gap: 8px; margin-left: auto; font-size: 13px; color: var(--ink-3); }
.atlas__main { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 16px; }
.atlas__canvas-wrap { overflow: auto; max-height: 600px; border-radius: 12px; border: 1px solid var(--line-2); }
.atlas__canvas-wrap canvas { max-width: none; cursor: grab; }
.atlas__list { max-height: 600px; overflow: auto; }
.reminder { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.reminder__list { display: grid; gap: 8px; }
.rem-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line); }
.rem-item div { flex: 1; display: flex; flex-direction: column; }
.rem-item small { color: var(--ink-3); }
.rem-item__time { font-family: var(--font-display); font-size: 18px; font-variant-numeric: tabular-nums; color: var(--accent-2); }
.rem-fire { display: block; width: 100%; margin-bottom: 8px; padding: 12px; border-radius: 10px; border: 0; background: var(--red); color: #fff; font-weight: 700; cursor: pointer; animation: pulse 1s infinite; }
.guild__drop { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 30px; border: 2px dashed var(--line-2); border-radius: 14px; cursor: pointer; color: var(--ink-2); text-align: center; }
.guild__drop.is-over, .guild__drop:hover { border-color: var(--accent); background: var(--accent-soft); }
.guild__drop small { color: var(--ink-3); }
.guild__previews { display: flex; gap: 24px; flex-wrap: wrap; align-items: flex-end; margin: 18px 0; }
.guild__previews canvas { border-radius: 6px; border: 1px solid var(--line-2); background: var(--surface-3); }
.pixelated { image-rendering: pixelated; }
.guild__opts { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 14px; font-size: 13.5px; color: var(--ink-2); }
.guild__opts label { display: flex; align-items: center; gap: 8px; }
.guild__opts select { width: auto; }
.guild__prompt { margin-top: 16px; }
.guild__prompt summary { cursor: pointer; color: var(--accent-2); font-weight: 600; }
.guild__prompt textarea { margin-top: 10px; font-size: 13px; }

/* ---------- Duyarlı tasarım ---------- */
@media (max-width: 1060px) {
    .srow__body { grid-template-columns: minmax(0, 1fr) minmax(0, 360px) 110px; }
    .srow__banner { width: auto; }
    .banner { width: 100%; }
    .nav__search input { width: 110px; }
}
@media (max-width: 980px) {
    .nav__burger { display: flex; }
    .nav__drawer { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; padding: 14px 20px 20px; background: var(--surface); border-bottom: 1px solid var(--line-2); box-shadow: var(--shadow); }
    .nav-burger-check:checked ~ .nav .nav__drawer { display: flex; }
    .nav__menu { flex-direction: column; }
    .nav__extras { flex-wrap: wrap; }
    .nav__search { flex: 1; }
    .nav__search input { width: 100%; }
    .nav__spacer { display: none; }
    .detail__grid, .vote-grid { grid-template-columns: 1fr; }
    .actioncard { position: static; }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .foot__wrap { grid-template-columns: 1fr; }
    .king, .reminder, .atlas__main, .okey__row { grid-template-columns: 1fr; }
    .tools-rail { top: auto; bottom: 90px; transform: none; }
}
@media (max-width: 760px) {
    .main { padding: 16px 16px 90px; }
    .hero { padding: 20px; }
    .hero h1 { font-size: 26px; }
    .hero__badge { display: none; }
    .srow { grid-template-columns: minmax(0, 1fr); }
    .srow__rank { grid-row: auto; position: absolute; top: 10px; left: 10px; width: 36px; height: 36px; border-radius: 9px; font-size: 15px; border: 0; z-index: 2; }
    .srow__title { grid-column: 1; padding: 12px 14px 0 56px; white-space: normal; font-size: 15.5px; }
    .srow__body { grid-column: 1; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "banner banner" "meta vote"; padding: 10px 14px 14px; }
    .srow__banner { grid-area: banner; min-width: 0; }
    .srow__meta { grid-area: meta; }
    .srow__vote { grid-area: vote; }
    .statgrid { grid-template-columns: repeat(2, 1fr); }
    .statgrid__cell--wide { grid-column: span 2; }
    .compare { padding: 16px; }
    .compare__hrow, .compare__row { grid-template-columns: 1fr 64px 64px; }
    .compare__hrow > div, .compare__row > div { padding: 10px; }
    .compare__we img { display: none; }
    .promo { flex-wrap: wrap; }
    .guide { padding: 18px; }
    .guide__cta { flex-direction: column; align-items: flex-start; }
    .foot__cols { grid-template-columns: repeat(2, 1fr); }
    .floater { left: 12px; right: 12px; bottom: 12px; width: auto; }
    .floater__list .floater__row:nth-child(n+3) { display: none; }
    .captcha { grid-template-columns: 1fr 38px; }
    .captcha__input { grid-column: span 2; }
    .prose { padding: 20px; }
    .nav__search-results { width: calc(100vw - 40px); left: 0; right: auto; }
    .finder-item img, .finder-item video { width: 96px; height: 39px; }
}
@media (max-width: 420px) {
    .stats { grid-template-columns: 1fr; }
    .nav__brand-tag { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* düzeltmeler */
.nav__search input[type="search"] { border: 0; padding: 0; background: none; border-radius: 0; height: 100%; }
.captcha__input::placeholder { letter-spacing: 0; font-size: 13px; font-family: var(--font-ui); text-transform: none; }
