/* ===================================================================
   Eldoria — UO Topluluğu
   Karanlık ortaçağ-fantezi tema / altın vurgular
   =================================================================== */

:root {
  --bg:        #0c101c;
  --bg-2:      #0f1422;
  --bg-3:      #131a2c;
  --panel:     #151c30;
  --panel-2:   #101626;
  --line:      rgba(201,162,91,.28);   /* ELDORIA: lacivert -> altın-tonlu kenarlık (ana sayfayla birebir premium aksan) */
  --line-navy: #232d47;                 /* eski lacivert çizgi (gerekirse ince ayrımlar için) */
  --gold:      #c9a25b;
  --gold-2:    #eccf8c;   /* ana sayfa (eldoria.css --gold-l) ile birebir */
  --gold-deep: #8a6a2f;
  --text:      #dde4f5;
  --text-dim:  #98a4c8;
  --text-mute: #5f6c93;
  --red:       #c0463a;
  --green:     #5fb37a;
  --radius:    14px;
  --maxw:      1180px;
  --shadow:    0 18px 50px rgba(0,0,0,.6);
  /* Sunucuya özel vurgu rengi (varsayılan = altın). Sunucu sayfaları override eder. */
  --accent:      #c9a25b;
  --accent-2:    #e7c884;
  --accent-deep: #8a6a2f;
}

/* Sunucu temaları — hepsi altın (lacivert taban sabit) */
body.srv-rp,
body.srv-pvp,
body.srv-level { --accent:#c9a25b; --accent-2:#e7c884; --accent-deep:#8a6a2f; }

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

h1,h2,h3,h4,h5 { font-family: "Cinzel", serif; line-height: 1.15; color: var(--gold-2); font-weight: 700; }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.ta-center { text-align: center; }
.ta-right  { text-align: right; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: "Cinzel", serif; font-weight: 600; font-size: .92rem; letter-spacing: .03em;
  padding: .72em 1.4em; border-radius: 10px; cursor: pointer; border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--lg { font-size: 1.02rem; padding: .9em 1.8em; }
.btn--primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
  color: #2a1d09; box-shadow: 0 8px 22px rgba(201,162,91,.28);
}
.btn--primary:hover { box-shadow: 0 12px 30px rgba(201,162,91,.45); }
.btn--outline { border-color: var(--gold); color: var(--gold-2); background: transparent; }
.btn--outline:hover { background: rgba(201,162,91,.12); }
.btn--ghost { color: var(--text-dim); }
.btn--ghost:hover { color: var(--gold-2); }

/* ===== Topbar ===== */
.topbar {
  background: var(--bg-2); border-bottom: 1px solid var(--line);
  font-size: .82rem; color: var(--text-dim);
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; padding-block: 8px; }
.topbar__status { display: inline-flex; align-items: center; gap: .5em; }
.topbar__status strong { color: var(--green); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); display: inline-block; }
.dot--pulse { box-shadow: 0 0 0 0 rgba(111,174,90,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(111,174,90,.55)} 70%{box-shadow:0 0 0 9px rgba(111,174,90,0)} 100%{box-shadow:0 0 0 0 rgba(111,174,90,0)} }
.topbar__players strong { color: var(--gold-2); }

/* ===== Header ===== */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13,11,8,.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: background .3s ease, box-shadow .3s ease;
}
.header.is-scrolled { background: rgba(13,11,8,.96); box-shadow: 0 6px 24px rgba(0,0,0,.5); }
.header__inner { display: flex; align-items: center; justify-content: space-between; padding-block: 14px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__crest {
  width: 46px; height: 46px; display: block;
  filter: drop-shadow(0 0 12px rgba(201,162,91,.45));
  transition: transform .3s ease, filter .3s ease;
}
.brand:hover .brand__crest { transform: rotate(-4deg) scale(1.05); filter: drop-shadow(0 0 18px rgba(201,162,91,.7)); }
.brand--footer .brand__crest { width: 40px; height: 40px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: "Cinzel", serif; font-weight: 900; font-size: 1.15rem; color: var(--gold-2); letter-spacing: .02em; }
.brand__tag  { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--text-mute); }

.nav { display: flex; align-items: center; gap: 22px; }
/* Nav linkleri ana sayfa (eldoria.css) ile BİREBİR: Cinzel + altın alt-çizgi animasyonu */
.nav > a:not(.btn) {
  font-family: "Cinzel", serif; font-size: .86rem; letter-spacing: .6px;
  color: var(--text); position: relative; padding: 4px 0;
  transition: color .2s ease;
}
.nav > a:not(.btn):hover { color: var(--gold-2); }
.nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 2px;
  background: var(--gold); transition: width .2s;
}
.nav > a:not(.btn):hover::after { width: 100%; }
.nav .btn { margin-left: 6px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--gold-2); border-radius: 2px; transition: .25s; }

/* ===== Hero ===== */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(1100px 600px at 75% 18%, rgba(201,162,91,.12), transparent 60%),
    radial-gradient(900px 650px at 12% 88%, rgba(26,42,95,.45), transparent 62%),
    radial-gradient(700px 500px at 60% 50%, rgba(12,22,55,.55), transparent 70%),
    linear-gradient(180deg, #11182a 0%, #0c101c 78%);
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M30 0v60M0 30h60' stroke='%23c9a25b' stroke-opacity='.04' stroke-width='1'/%3E%3C/svg%3E");
  opacity: .6;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: radial-gradient(closest-side at 50% 50%, transparent 55%, rgba(0,0,0,.4));
}
.hero__content { position: relative; z-index: 2; padding-block: 80px; }
.hero__eyebrow {
  font-family: "Cinzel", serif; letter-spacing: .28em; text-transform: uppercase;
  font-size: .76rem; color: var(--gold); margin-bottom: 18px;
}
.hero__title {
  font-size: clamp(2.8rem, 7vw, 5.4rem); font-weight: 900; letter-spacing: .01em;
  text-shadow: 0 4px 40px rgba(0,0,0,.6);
}
.hero__title span {
  background: linear-gradient(135deg, var(--gold-2), var(--gold), var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead { max-width: 560px; font-size: 1.12rem; color: var(--text-dim); margin: 22px 0 32px; font-family: "EB Garamond", serif; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.stat-strip {
  margin-top: 56px; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px;
  max-width: 720px;
}
.stat {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 16px; text-align: center; position: relative; overflow: hidden;
}
.stat::before { content:""; position:absolute; top:0; left:0; right:0; height:2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity:.6; }
.stat__num { display: block; font-family: "Cinzel", serif; font-size: 1.7rem; font-weight: 700; color: var(--gold-2); }
.stat__label { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-mute); }

.hero__scroll {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: var(--gold); font-size: 1.4rem; animation: bob 2s infinite; z-index: 2;
}
@keyframes bob { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,8px)} }

/* ===== HUB: Sunucu seçim ekranı ===== */
.hub-hero { position: relative; padding: 80px 0 64px; text-align: center; overflow: hidden; }
.hub-hero__content { position: relative; z-index: 2; }
.hub-hero__crest { width: 92px; height: 92px; margin: 0 auto 18px; filter: drop-shadow(0 0 22px rgba(201,162,91,.5)); animation: floatY 5s ease-in-out infinite; }
@keyframes floatY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }
.hub-hero__title { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 900; margin: 6px 0 18px; }
.hub-hero__lead { max-width: 620px; margin: 0 auto; color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.15rem; }

.srv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.srv-card {
  position: relative; display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 38px 28px 30px; border-radius: 18px; overflow: hidden;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.srv-card__glow {
  position: absolute; inset: 0; pointer-events: none; opacity: .5; transition: opacity .3s ease;
  background: radial-gradient(420px 220px at 50% -10%, color-mix(in srgb, var(--accent) 38%, transparent), transparent 70%);
}
.srv-card:hover { transform: translateY(-8px); border-color: var(--accent); box-shadow: 0 24px 60px rgba(0,0,0,.55), 0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent); }
.srv-card:hover .srv-card__glow { opacity: 1; }
.srv-card:hover .srv-card__logo { transform: scale(1.06) rotate(-3deg); }

.srv-card__type {
  position: relative; z-index: 1; font-family: "Cinzel", serif; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent-2); background: color-mix(in srgb, var(--accent) 14%, transparent);
  border: 1px solid var(--accent-deep); padding: 5px 14px; border-radius: 20px; margin-bottom: 18px;
}
.srv-card__logo { position: relative; z-index: 1; width: 120px; height: 120px; transition: transform .3s ease; filter: drop-shadow(0 8px 24px rgba(0,0,0,.5)); }
.srv-card__name { position: relative; z-index: 1; font-size: 1.6rem; margin: 14px 0 6px; color: var(--accent-2); }
.srv-card__tag { position: relative; z-index: 1; font-family: "EB Garamond", serif; font-style: italic; color: var(--text); font-size: 1.08rem; margin-bottom: 12px; }
.srv-card__desc { position: relative; z-index: 1; color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1rem; flex: 1; margin-bottom: 18px; }
.srv-card__online { position: relative; z-index: 1; font-size: .86rem; color: var(--text-dim); margin-bottom: 18px; }
.srv-card__online strong { color: var(--accent-2); }
.srv-card__online .dot { background: var(--accent); }
.srv-card__btn {
  position: relative; z-index: 1; width: 100%; font-family: "Cinzel", serif; font-weight: 700; letter-spacing: .03em;
  padding: 13px; border-radius: 11px; color: #0c101c;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-deep));
  box-shadow: 0 8px 22px color-mix(in srgb, var(--accent) 30%, transparent);
  transition: transform .2s ease, box-shadow .2s ease;
}
.srv-card:hover .srv-card__btn { box-shadow: 0 12px 30px color-mix(in srgb, var(--accent) 50%, transparent); }

@media (max-width: 900px) { .srv-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }

/* Diğer sunucular bölümü (2 kart) */
.srv-grid--other { grid-template-columns: repeat(2, 1fr); max-width: 780px; margin-inline: auto; }
@media (max-width: 900px) { .srv-grid--other { grid-template-columns: 1fr; max-width: 440px; } }

/* ===== Sunucu geçiş çubuğu ===== */
.switchbar { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.switchbar__inner { display: flex; gap: 12px; justify-content: center; align-items: center; padding: 12px 0; flex-wrap: wrap; }
.switch-item {
  display: flex; align-items: center; gap: 11px; padding: 8px 18px;
  border: 1px solid var(--line); border-radius: 12px; background: var(--panel-2);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.switch-item img { width: 40px; height: 40px; }
.switch-item__txt { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
.switch-item__name { font-family: "Cinzel", serif; font-weight: 700; color: var(--text); font-size: .98rem; }
.switch-item__type { font-size: .68rem; color: var(--text-mute); letter-spacing: .04em; }
.switch-item:hover { border-color: var(--gold-deep); transform: translateY(-2px); }
.switch-item.is-active { border-color: var(--gold); background: rgba(201,162,91,.1); box-shadow: 0 0 0 1px var(--gold-deep); }
.switch-item.is-active .switch-item__name { color: var(--gold-2); }

/* ===== Sunucu hero ===== */
.srv-hero { position: relative; padding: 68px 0 58px; text-align: center; overflow: hidden; }
.srv-hero__content { position: relative; z-index: 2; }
.srv-hero__logo { width: 130px; height: 130px; margin: 0 auto 14px; filter: drop-shadow(0 0 24px rgba(201,162,91,.5)); animation: floatY 5s ease-in-out infinite; }
.srv-hero__type {
  display: inline-block; font-family: "Cinzel", serif; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-2); background: rgba(201,162,91,.12); border: 1px solid var(--gold-deep);
  padding: 5px 16px; border-radius: 20px; margin-bottom: 14px;
}
.srv-hero__name { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 900; margin: 4px 0 10px; }
.srv-hero__tagline { font-family: "EB Garamond", serif; font-style: italic; color: var(--gold-2); font-size: 1.25rem; margin-bottom: 8px; }
.srv-hero__desc { max-width: 620px; margin: 0 auto 26px; color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.12rem; }
.srv-hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }

.conn-bar {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 14px;
  background: var(--panel-2); border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 22px; font-size: .9rem; color: var(--text-dim);
}
.conn-bar strong { color: var(--gold-2); }
.conn-bar code { background: var(--bg-3); padding: 2px 9px; border-radius: 6px; color: var(--gold-2); font-family: "Consolas", monospace; }
.conn-bar__sep { width: 1px; height: 18px; background: var(--line); }
.conn-bar .dot { background: var(--gold); }

/* ===== Sections ===== */
.section { padding-block: 90px; }
.section--alt { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-block: 1px solid var(--line); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.kicker {
  font-family: "Cinzel", serif; letter-spacing: .26em; text-transform: uppercase;
  font-size: .74rem; color: var(--gold); display: inline-block; margin-bottom: 14px;
}
.kicker::before, .kicker::after { content: "✦"; margin: 0 .6em; color: var(--gold-deep); }
.section__title { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.section__sub { color: var(--text-dim); margin-top: 14px; font-family: "EB Garamond", serif; font-size: 1.1rem; }
.section__sub em { color: var(--gold); font-style: italic; }

/* ===== Grid & Cards ===== */
.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2,1fr); }
.grid--3 { grid-template-columns: repeat(3,1fr); }

.card {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  position: relative; overflow: hidden;
}
.card::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg, transparent, var(--gold), transparent); opacity:.45; }
.card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: var(--shadow); }
.card__icon { font-size: 2.2rem; margin-bottom: 16px; }
.card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.card p { color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.05rem; }

/* ===== Feature list ===== */
.feature-list { gap: 20px 40px; }
.feature { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.feature__bullet { color: var(--gold); font-size: 1.1rem; margin-top: 2px; }
.feature h4 { color: var(--gold-2); font-size: 1.08rem; margin-bottom: 4px; }
.feature p { color: var(--text-dim); font-family: "EB Garamond", serif; }

/* ===== Leaderboard ===== */
.leaderboard { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.lb-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--line); background: var(--bg-3); }
.lb-tab {
  flex: 1; padding: 16px; background: none; border: 0; cursor: pointer;
  font-family: "Cinzel", serif; font-weight: 600; font-size: .92rem; color: var(--text-mute);
  border-bottom: 2px solid transparent; transition: .2s;
}
.lb-tab:hover { color: var(--text); }
.lb-tab.is-active { color: var(--gold-2); border-bottom-color: var(--gold); background: rgba(201,162,91,.06); }

.lb-table { width: 100%; border-collapse: collapse; }
.lb-table th, .lb-table td { padding: 14px 20px; text-align: left; }
.lb-table thead th { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text-mute); border-bottom: 1px solid var(--line); }
.lb-table tbody tr { border-bottom: 1px solid rgba(58,46,28,.5); transition: background .18s; }
.lb-table tbody tr:hover { background: rgba(201,162,91,.05); }
.lb-table tbody tr:last-child { border-bottom: 0; }
.lb-rank { font-family: "Cinzel", serif; font-weight: 700; color: var(--text-mute); width: 48px; }
.lb-rank--1 { color: #ffd76a; } .lb-rank--2 { color: #d8d8d8; } .lb-rank--3 { color: #cd8a4b; }
.lb-name { font-weight: 600; color: var(--text); }
.lb-guild { color: var(--text-dim); font-size: .9rem; }
.lb-val { font-family: "Cinzel", serif; color: var(--gold-2); font-weight: 600; }

/* ===== News ===== */
.news-card {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s;
}
.news-card:hover { transform: translateY(-5px); border-color: var(--gold-deep); }
.news-card__media { height: 150px; background: linear-gradient(135deg, var(--bg-3), var(--panel)); display:flex; align-items:center; justify-content:center; font-size: 2.6rem; border-bottom: 1px solid var(--line); }
.news-card__body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.news-card__tag { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.news-card__title { font-size: 1.15rem; margin-bottom: 10px; color: var(--gold-2); }
.news-card__excerpt { color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.02rem; flex: 1; }
.news-card__date { margin-top: 16px; font-size: .8rem; color: var(--text-mute); }

/* ===== Duyuru akışı (iki sütun) ===== */
.news-layout { display: grid; grid-template-columns: 1fr 320px; gap: 30px; align-items: start; }

.news-feed {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  overflow: hidden;
}
.post { padding: 30px 34px; border-bottom: 1px solid var(--line); }
.post:last-child { border-bottom: 0; }
.post__head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; }
.post__icon {
  font-size: 1.9rem; line-height: 1; flex: 0 0 auto;
  width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 12px;
}
.post__title { font-size: 1.5rem; margin-bottom: 8px; }
.post__badge {
  display: inline-block; vertical-align: middle; margin-left: 8px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep)); color: #1a1305;
  font-family: "Cinzel", serif; font-weight: 700; font-size: .6rem; letter-spacing: .12em;
  padding: 3px 9px; border-radius: 20px;
}
.post__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; font-size: .84rem; color: var(--text-mute); }
.post__tag {
  font-family: "Cinzel", serif; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); background: rgba(201,162,91,.1); border: 1px solid var(--gold-deep);
  padding: 3px 10px; border-radius: 6px;
}
.post__body { color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.1rem; line-height: 1.75; }
.post__body p { margin-bottom: 12px; }
.post__body p:last-child { margin-bottom: 0; }
.post__empty { padding: 40px; text-align: center; color: var(--text-mute); }

/* ===== Kenar çubuğu (sidebar) ===== */
.sidebar { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 90px; }
.side-banner {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  height: 130px; border-radius: var(--radius); border: 1px solid var(--gold-deep);
  background:
    radial-gradient(closest-side at 50% 40%, rgba(201,162,91,.2), transparent 75%),
    linear-gradient(135deg, var(--bg-3), var(--panel));
  text-align: center; transition: transform .25s ease, box-shadow .25s ease;
}
.side-banner:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.side-banner__title { font-family: "Cinzel", serif; font-weight: 900; font-size: 2rem; color: var(--gold-2); letter-spacing: .08em; text-shadow: 0 2px 14px rgba(201,162,91,.4); }
.side-banner__sub { font-size: .82rem; color: var(--text-dim); margin-top: 4px; }

.side-panel {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.side-panel__head {
  font-family: "Cinzel", serif; font-weight: 700; font-size: .95rem; letter-spacing: .04em;
  color: #1a1305; padding: 13px 18px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
}
.side-links { display: flex; flex-direction: column; }
.side-links a {
  padding: 12px 18px; color: var(--text-dim); font-size: .92rem;
  border-bottom: 1px solid rgba(35,45,71,.5); transition: background .18s, color .18s, padding .18s;
}
.side-links a:last-child { border-bottom: 0; }
.side-links a::before { content: "›"; color: var(--gold); margin-right: 10px; font-weight: 700; }
.side-links a:hover { background: rgba(201,162,91,.07); color: var(--gold-2); padding-left: 24px; }

.side-account { padding: 14px 18px; font-size: .92rem; color: var(--text-dim); border-bottom: 1px solid rgba(35,45,71,.5); }
.side-account strong { color: var(--gold-2); }
.side-status { padding: 16px 18px 4px; }
.side-status__row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(35,45,71,.5); font-size: .9rem; color: var(--text-dim); }
.side-status__row:last-child { border-bottom: 0; }
.side-status__row strong { color: var(--gold-2); }
.side-panel .btn { margin: 0 18px 18px; width: calc(100% - 36px); }

@media (max-width: 900px) {
  .news-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 520px) {
  .post { padding: 22px 18px; }
  .post__title { font-size: 1.25rem; }
}

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 44px; }
.step { text-align: center; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--panel), var(--panel-2)); position: relative; }
.step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%; margin-bottom: 16px;
  font-family: "Cinzel", serif; font-size: 1.4rem; font-weight: 700; color: #2a1d09;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep)); box-shadow: 0 6px 18px rgba(201,162,91,.3);
}
.step h4 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--text-dim); font-family: "EB Garamond", serif; }

/* ===== CTA ===== */
.cta { padding-block: 84px; background:
  radial-gradient(800px 400px at 50% 0%, rgba(201,162,91,.14), transparent 70%), var(--bg-2);
  border-top: 1px solid var(--line); text-align: center; }
.cta__inner h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 12px; }
.cta__inner p { color: var(--text-dim); margin-bottom: 26px; font-size: 1.1rem; font-family: "EB Garamond", serif; }

/* ===== Footer ===== */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding-top: 56px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }
.footer h5 { font-family: "Cinzel", serif; color: var(--gold-2); font-size: .95rem; letter-spacing: .08em; margin-bottom: 14px; }
.footer__grid a { display: block; color: var(--text-dim); font-size: .92rem; padding: 5px 0; transition: color .2s; }
.footer__grid a:hover { color: var(--gold-2); }
.brand--footer { margin-bottom: 14px; }
.footer__about { color: var(--text-mute); font-size: .92rem; font-family: "EB Garamond", serif; max-width: 280px; }
.footer__bottom { border-top: 1px solid var(--line); padding-block: 24px; font-size: .82rem; color: var(--text-mute); text-align: center; }
.footer__admin a { color: var(--text-mute); transition: color .2s; }
.footer__admin a:hover { color: var(--gold-2); }

/* ===== Yönetim Paneli (admin.html) ===== */
.admin-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.admin-panel, .admin-side {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
}
.fld { display: block; margin-bottom: 18px; }
.fld-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fld > span { display: block; font-family: "Cinzel", serif; font-size: .82rem; letter-spacing: .06em; color: var(--gold-2); margin-bottom: 7px; }
.fld input, .fld select, .fld textarea {
  width: 100%; background: var(--bg); color: var(--text);
  border: 1px solid var(--line); border-radius: 9px; padding: 11px 13px;
  font-family: "Inter", sans-serif; font-size: .95rem; transition: border-color .2s, box-shadow .2s;
}
.fld input:focus, .fld select:focus, .fld textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,91,.15);
}
.fld textarea { resize: vertical; }
.icon-row { display: flex; flex-direction: column; gap: 10px; }
.icon-row > input { max-width: 90px; text-align: center; font-size: 1.2rem; }
.icon-picker { display: flex; flex-wrap: wrap; gap: 6px; }
.icon-picker button {
  width: 40px; height: 40px; font-size: 1.2rem; cursor: pointer;
  background: var(--bg); border: 1px solid var(--line); border-radius: 8px; transition: .15s;
}
.icon-picker button:hover { border-color: var(--gold); transform: translateY(-2px); }

.admin-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.admin-note { margin-top: 24px; padding: 16px 18px; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; font-size: .9rem; color: var(--text-dim); }
.admin-note strong { color: var(--gold-2); display: block; margin-bottom: 8px; font-family: "Cinzel", serif; }
.admin-note ul { padding-left: 18px; }
.admin-note li { margin-bottom: 6px; }
.admin-note code { background: var(--bg-3); padding: 1px 6px; border-radius: 5px; color: var(--gold-2); font-size: .85em; }

/* Admin sekmeleri */
.admin-tabs { display: flex; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; }
.admin-tab-btn { padding: 12px 22px; font-family: "Cinzel", serif; font-weight: 600; font-size: .92rem; color: var(--text-mute); background: var(--panel-2); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; transition: .2s; }
.admin-tab-btn:hover { color: var(--text); }
.admin-tab-btn.is-active { color: var(--gold-2); border-color: var(--gold); background: rgba(201,162,91,.1); }
.admin-tab[hidden] { display: none; }
.file-info { display: block; margin-top: 8px; font-size: .82rem; color: var(--text-mute); }
.fld input[type="file"] { padding: 9px 12px; cursor: pointer; }

/* Wiki kod bloğu (hem wiki sayfası hem admin önizleme) */
.wiki-code { background: #06080f; border: 1px solid var(--line); border-radius: 10px; padding: 16px; overflow-x: auto; margin: 12px 0; }
.wiki-code code { font-family: "Consolas", "Monaco", monospace; font-size: .82rem; color: #cfe3a8; white-space: pre; line-height: 1.55; }
.wiki-article__name { color: var(--text-dim); font-family: "Inter", sans-serif; font-size: .95rem; margin-bottom: 16px; }
.wiki-article__name strong { color: var(--gold-2); }

.admin-h { font-family: "Cinzel", serif; color: var(--gold-2); font-size: 1rem; margin: 0 0 12px; }
.admin-side > .admin-h:not(:first-child) { margin-top: 26px; }
.admin-hint { font-size: .85rem; color: var(--text-mute); margin-bottom: 10px; }
.admin-hint code { background: var(--bg-3); padding: 1px 6px; border-radius: 5px; color: var(--gold-2); }
.code-block {
  background: #06080f; border: 1px solid var(--line); border-radius: 10px;
  padding: 16px; overflow-x: auto; margin-bottom: 14px;
}
.code-block code { font-family: "Consolas","Monaco",monospace; font-size: .82rem; color: #cfe3a8; white-space: pre; line-height: 1.55; }

/* ===== WIKI ===== */
.wiki-head { padding: 50px 0 0; text-align: center; }
.wiki-head__title { font-size: clamp(2rem, 4.5vw, 3rem); margin: 8px 0 10px; }
.wiki-head__intro { max-width: 640px; margin: 0 auto 24px; color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.12rem; }
.wiki-search { max-width: 520px; margin: 0 auto; }
.wiki-search input {
  width: 100%; background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 18px; color: var(--text); font-size: 1rem; font-family: "Inter", sans-serif;
  transition: border-color .2s, box-shadow .2s;
}
.wiki-search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,91,.15); }

.wiki-section { padding-top: 40px; }
.wiki-layout { display: grid; grid-template-columns: 260px 1fr; gap: 30px; align-items: start; }

.wiki-nav__inner {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 10px;
  position: sticky; top: 90px;
}
.wiki-cat { margin-bottom: 6px; }
.wiki-cat__title { font-family: "Cinzel", serif; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-2); padding: 12px 12px 6px; }
.wiki-link { display: block; padding: 8px 12px; border-radius: 8px; color: var(--text-dim); font-size: .92rem; transition: background .15s, color .15s; }
.wiki-link:hover { background: rgba(201,162,91,.08); color: var(--gold-2); }
.wiki-link.is-active { background: rgba(201,162,91,.14); color: var(--gold-2); box-shadow: inset 2px 0 0 var(--gold); }
.wiki-nav__toggle {
  display: none; width: 100%; padding: 13px; cursor: pointer; margin-bottom: 12px;
  font-family: "Cinzel", serif; font-weight: 600; color: var(--gold-2);
  background: var(--panel); border: 1px solid var(--line); border-radius: 10px;
}

.wiki-article { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 40px; min-height: 300px; box-shadow: var(--shadow); }
.wiki-article__title { font-size: 1.9rem; margin-bottom: 6px; }
.wiki-article__meta { font-size: .82rem; color: var(--text-mute); margin-bottom: 20px; }
.wiki-article__body { color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.12rem; line-height: 1.8; }
.wiki-article__body h3 { color: var(--gold-2); font-size: 1.3rem; margin: 22px 0 10px; }
.wiki-article__body h4 { color: var(--text); font-size: 1.08rem; margin: 18px 0 8px; font-family: "Cinzel", serif; }
.wiki-article__body p { margin-bottom: 14px; }
.wiki-article__body ul { margin: 0 0 14px; padding-left: 2px; list-style: none; }
.wiki-article__body li { position: relative; padding-left: 22px; margin-bottom: 8px; }
.wiki-article__body li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.wiki-article__body code { background: var(--bg-3); padding: 2px 7px; border-radius: 5px; color: var(--gold-2); font-family: "Consolas", monospace; font-size: .9em; }
.wiki-article__body strong { color: var(--text); }

.wiki-table-wrap { overflow-x: auto; margin: 18px 0; border: 1px solid var(--line); border-radius: 10px; }
.wiki-table { width: 100%; border-collapse: collapse; font-family: "Inter", sans-serif; font-size: .95rem; }
.wiki-table th, .wiki-table td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.wiki-table tbody tr:last-child td { border-bottom: 0; }
.wiki-table thead th { color: var(--gold-2); font-family: "Cinzel", serif; font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; background: var(--bg-3); }
.wiki-table tbody tr:hover { background: rgba(201,162,91,.05); }
.wiki-table td { color: var(--text-dim); }
.wiki-table td code { background: var(--bg-3); padding: 2px 7px; border-radius: 5px; color: var(--gold-2); font-family: "Consolas", monospace; }

/* ELDORIA: kırıntı + kopyala-link başlığı */
.wiki-crumb { font-family: "Inter", sans-serif; font-size: .78rem; color: var(--text-mute); letter-spacing: .02em; margin-bottom: 10px; }
.wiki-crumb span { color: var(--gold-deep); margin: 0 4px; }
.wiki-article__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.wiki-article__head .wiki-article__title { margin-bottom: 6px; }
.wiki-copy {
  flex: none; cursor: pointer; font-family: "Inter", sans-serif; font-size: .8rem; white-space: nowrap;
  color: var(--gold-2); background: rgba(201,162,91,.08); border: 1px solid var(--line);
  border-radius: 8px; padding: 7px 12px; transition: background .15s, border-color .15s;
}
.wiki-copy:hover { background: rgba(201,162,91,.16); border-color: var(--gold); }

/* ELDORIA: zengin markdown öğeleri */
.wiki-article__body ol { margin: 0 0 14px; padding-left: 26px; }
.wiki-article__body ol li { padding-left: 4px; margin-bottom: 8px; }
.wiki-article__body ol li::before { content: none; }
.wiki-article__body blockquote {
  margin: 14px 0; padding: 10px 18px; border-left: 3px solid var(--gold);
  background: rgba(201,162,91,.06); border-radius: 0 8px 8px 0; color: var(--text-dim); font-style: italic;
}
.wiki-article__body hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }
.wiki-article__body a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 2px; }
.wiki-article__body a:hover { color: var(--gold); }
.wiki-img { display: block; max-width: 100%; height: auto; border: 1px solid var(--line); border-radius: 10px; margin: 16px 0; }

/* ELDORIA: arama sonuç sayısı */
.wiki-search-count { text-align: center; font-family: "Inter", sans-serif; font-size: .8rem; color: var(--text-mute); margin-top: 8px; min-height: 1em; }
.wiki-search-count.is-empty { color: var(--gold-deep); }

/* ELDORIA: yukarı-çık butonu */
.wiki-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 44px; height: 44px; cursor: pointer;
  font-size: 1.2rem; color: var(--gold-2); background: var(--panel); border: 1px solid var(--line);
  border-radius: 50%; box-shadow: var(--shadow); opacity: 0; pointer-events: none;
  transform: translateY(8px); transition: opacity .2s, transform .2s, background .15s;
}
.wiki-top.is-on { opacity: 1; pointer-events: auto; transform: translateY(0); }
.wiki-top:hover { background: var(--bg-3); border-color: var(--gold); }

@media (max-width: 900px) {
  .wiki-layout { grid-template-columns: 1fr; }
  .wiki-nav__inner { position: static; display: none; }
  .wiki-nav__inner.is-open { display: block; }
  .wiki-nav__toggle { display: block; }
  .wiki-article { padding: 26px 22px; }
  .wiki-article__head { flex-direction: column; }
  .wiki-top { right: 14px; bottom: 14px; }
}

/* ===== Hesap (kayıt / giriş / hesabım) ===== */
.auth-wrap {
  position: relative; min-height: calc(100vh - 160px);
  display: flex; align-items: center; justify-content: center;
  padding: 60px 20px; overflow: hidden;
}
.auth-wrap .hero__bg { position: absolute; inset: 0; }
.auth-card {
  position: relative; z-index: 2; width: 100%; max-width: 440px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: 18px; padding: 38px 34px;
  box-shadow: var(--shadow); text-align: center;
}
.auth-card--wide { max-width: 680px; text-align: left; }
.auth-card__logo { width: 72px; height: 72px; margin: 0 auto 14px; filter: drop-shadow(0 0 16px rgba(201,162,91,.45)); }
.auth-card__title { font-size: 1.9rem; margin-bottom: 6px; }
.auth-card__sub { color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.05rem; margin-bottom: 22px; }

.auth-servers { display: flex; justify-content: center; gap: 16px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.auth-servers img { filter: drop-shadow(0 4px 10px rgba(0,0,0,.4)); transition: transform .2s; }
.auth-servers img:hover { transform: translateY(-3px) scale(1.05); }

.auth-card form { text-align: left; }
.auth-msg { padding: 11px 14px; border-radius: 9px; font-size: .9rem; margin-bottom: 16px; text-align: left; }
.auth-msg.is-err { background: rgba(192,57,43,.14); border: 1px solid #7a241b; color: #f0a89f; }
.auth-msg.is-ok  { background: rgba(95,179,122,.14); border: 1px solid #2f6e44; color: #aee3c0; }

.auth-check { display: flex; align-items: flex-start; gap: 9px; font-size: .88rem; color: var(--text-dim); margin-bottom: 18px; cursor: pointer; }
.auth-check input { margin-top: 3px; accent-color: var(--gold); width: 16px; height: 16px; }
.auth-check a { color: var(--gold-2); }
.auth-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.auth-row .auth-check { margin-bottom: 0; }
.auth-forgot { font-size: .85rem; color: var(--text-dim); }
.auth-forgot:hover { color: var(--gold-2); }
.auth-switch { margin-top: 20px; font-size: .92rem; color: var(--text-dim); }
.auth-switch a { color: var(--gold-2); font-weight: 600; }

/* Hesabım */
.account-hi { padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.account-hi__sub { font-family: "EB Garamond", serif; color: var(--text-dim); font-size: 1.05rem; }
.account-hi__name { font-size: 2rem; color: var(--gold-2); margin: 2px 0 6px; }
.account-hi__email { font-size: .9rem; color: var(--text-mute); }
.account-section-title { font-family: "Cinzel", serif; font-size: 1rem; color: var(--gold-2); margin-bottom: 16px; }
.account-servers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 26px; }
.account-srv {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px;
  padding: 20px 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-3);
  transition: transform .2s, border-color .2s;
}
.account-srv:hover { transform: translateY(-4px); border-color: var(--gold-deep); }
.account-srv__name { font-family: "Cinzel", serif; font-weight: 700; color: var(--gold-2); font-size: .95rem; }
.account-srv__type { font-size: .72rem; color: var(--text-mute); }
.account-actions { display: flex; justify-content: flex-end; }
@media (max-width: 520px) { .account-servers { grid-template-columns: 1fr; } }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px);
    flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--bg-2); border-left: 1px solid var(--line);
    padding: 90px 24px 30px; transform: translateX(100%); transition: transform .3s ease; z-index: 40;
  }
  .nav.is-open { transform: translateX(0); }
  .nav > a:not(.btn) { padding: 12px; }
  .nav .btn { margin: 6px 0 0; }
  .nav-toggle { display: flex; z-index: 60; }
  .grid--3, .grid--2, .steps, .footer__grid { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: repeat(2,1fr); }
  .admin-layout { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .stat-strip { grid-template-columns: repeat(2,1fr); }
  .lb-table th:nth-child(3), .lb-table td:nth-child(3) { display: none; }
  .section { padding-block: 64px; }
}

/* ===================================================================
   ÜYELİK 2.0 — profil kartı, oyun hesapları, doğrulama, modal
   =================================================================== */

/* ---- Profil kartı ---- */
.profile-card {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  padding-bottom: 24px; border-bottom: 1px solid var(--line); margin-bottom: 26px;
}
.profile-card__hello { font-family: "EB Garamond", serif; color: var(--text-dim); font-size: 1.05rem; display: block; }
.profile-card__name {
  font-family: "Cinzel", serif; font-weight: 900; font-size: clamp(1.9rem, 4vw, 2.6rem);
  color: var(--gold-2); margin: 2px 0 8px; letter-spacing: .02em;
  text-shadow: 0 2px 18px rgba(201,162,91,.25);
}
.profile-card__meta { font-size: .92rem; color: var(--text-dim); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.profile-card__sep { color: var(--text-mute); }
.profile-card__badge { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding-top: 8px; }
.profile-card .auth-msg { flex-basis: 100%; margin-bottom: 0; }

/* ---- Rozetler ---- */
.badge {
  display: inline-flex; align-items: center; gap: .4em;
  font-family: "Cinzel", serif; font-weight: 700; font-size: .72rem; letter-spacing: .08em;
  padding: 5px 12px; border-radius: 20px; white-space: nowrap;
}
.badge--ok   { color: #1a1305; background: linear-gradient(135deg, var(--gold-2), var(--gold-deep)); box-shadow: 0 4px 14px rgba(201,162,91,.3); }
.badge--warn { color: #ffd9a0; background: rgba(192,120,42,.14); border: 1px solid #7a5524; }
.badge--sync { color: var(--gold-2); background: rgba(201,162,91,.12); border: 1px solid var(--gold-deep); }
.badge--wait { color: var(--text-dim); background: rgba(152,164,200,.1); border: 1px solid var(--line); font-weight: 600; }

.resend-link { font-size: .85rem; color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }
.resend-link:hover { color: var(--gold); }
.resend-link.is-disabled { color: var(--text-mute); pointer-events: none; text-decoration: none; }

/* ---- Oyun hesapları bölümü ---- */
.account-section-title--big {
  font-size: 1.25rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 6px;
}
.ga-intro { color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.02rem; margin-bottom: 18px; }
.ga-intro strong { color: var(--gold-2); }
.ga-loading { color: var(--text-dim); text-align: center; padding: 30px 0; font-family: "EB Garamond", serif; }

.ga-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 26px; }
.ga-card {
  position: relative; background: var(--bg-3); border: 1px solid var(--line); border-radius: 14px;
  padding: 20px 22px; transition: border-color .2s ease;
}
.ga-card:hover { border-color: var(--gold-deep); }
.ga-card--soon { opacity: .65; filter: grayscale(.5); }
.ga-card--soon:hover { border-color: var(--line); }
.ga-card__soonbadge {
  position: absolute; top: 14px; right: 14px;
  font-family: "Cinzel", serif; font-weight: 700; font-size: .64rem; letter-spacing: .14em;
  color: var(--text-dim); background: var(--panel-2); border: 1px solid var(--line);
  padding: 4px 11px; border-radius: 20px;
}
.ga-card__head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.ga-card__logo { width: 44px; height: 44px; flex: 0 0 auto; filter: drop-shadow(0 4px 10px rgba(0,0,0,.45)); }
.ga-card__name { font-size: 1.12rem; color: var(--gold-2); margin-bottom: 2px; }
.ga-card__type { font-size: .74rem; color: var(--text-mute); letter-spacing: .05em; }
.ga-card__locked { color: var(--text-mute); font-size: .92rem; font-family: "EB Garamond", serif; margin: 0; }
.ga-card__empty { color: var(--text-mute); font-size: .92rem; font-family: "EB Garamond", serif; margin: 0 0 14px; }
.ga-card__msg { margin-top: 12px; margin-bottom: 0; }

.ga-list { list-style: none; margin: 0 0 14px; padding: 0; }
.ga-row {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--panel-2); margin-bottom: 8px;
}
.ga-row:last-child { margin-bottom: 0; }
.ga-row__name { font-family: "Cinzel", serif; font-weight: 700; color: var(--text); font-size: .98rem; letter-spacing: .03em; }
.ga-row__date { font-size: .8rem; color: var(--text-mute); flex: 1; }

.ga-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; }
.ga-count {
  font-family: "Cinzel", serif; font-weight: 700; font-size: .85rem; color: var(--text-dim);
  background: var(--panel-2); border: 1px solid var(--line); padding: 6px 13px; border-radius: 20px;
}
.ga-card__full {
  margin-top: 14px; font-size: .9rem; color: var(--text-mute); text-align: right;
}
.ga-card__full strong { color: var(--gold-2); font-family: "Cinzel", serif; }

/* ---- E-posta doğrulama uyarı bandı ---- */
.verify-band {
  margin-top: 14px; padding: 11px 14px; border-radius: 9px; font-size: .9rem;
  color: #ffd9a0; background: rgba(192,120,42,.12); border: 1px solid #7a5524;
}

/* ---- Modal (yeni oyun hesabı) ---- */
.modal {
  position: fixed; inset: 0; z-index: 90;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  background: rgba(5,7,13,.74); backdrop-filter: blur(4px);
}
.modal__card {
  position: relative; width: 100%; max-width: 460px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--gold-deep); border-radius: 16px; padding: 30px 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.7);
}
.modal__close {
  position: absolute; top: 12px; right: 12px; width: 34px; height: 34px;
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 9px;
  color: var(--text-dim); font-size: .95rem; cursor: pointer; transition: .2s;
}
.modal__close:hover { color: var(--gold-2); border-color: var(--gold-deep); }
.modal__title { font-size: 1.4rem; margin-bottom: 4px; }
.modal__sub { font-size: .9rem; color: var(--text-dim); margin-bottom: 18px; }
.modal__sub strong { color: var(--gold-2); }
.modal__rules {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 10px;
  padding: 14px 16px; font-size: .86rem; color: var(--text-dim); margin-bottom: 18px;
}
.modal__rules strong { display: block; font-family: "Cinzel", serif; color: var(--gold-2); font-size: .8rem; letter-spacing: .06em; margin-bottom: 8px; }
.modal__rules ul { margin: 0; padding-left: 18px; }
.modal__rules li { margin-bottom: 5px; }
.modal__rules li:last-child { margin-bottom: 0; }
.modal__rules code { background: var(--panel-2); padding: 1px 6px; border-radius: 5px; color: var(--gold-2); font-family: "Consolas", monospace; }
.modal__actions { display: flex; justify-content: flex-end; gap: 10px; }

/* ---- verify.html + kayıt başarı kartı ---- */
.verify-icon {
  width: 74px; height: 74px; margin: 6px auto 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; font-weight: 700;
}
.verify-icon--ok {
  color: #1a1305; background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
  box-shadow: 0 10px 30px rgba(201,162,91,.4);
}
.verify-icon--err { color: #f0a89f; background: rgba(192,57,43,.16); border: 1px solid #7a241b; }
.verify-icon--wait { color: var(--gold-2); background: var(--bg-3); border: 1px solid var(--line); animation: pulse 1.6s infinite; }
.verify-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 18px 0 6px; }

.register-done { padding-top: 4px; }
.register-done__resend { margin-top: 18px; font-size: .9rem; color: var(--text-dim); display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.register-done__resend .btn { font-size: .8rem; padding: .5em 1.1em; }

@media (max-width: 560px) {
  .profile-card { flex-direction: column; }
  .ga-card__actions { flex-direction: column; align-items: stretch; text-align: center; }
  .modal__actions { flex-direction: column-reverse; }
  .modal__actions .btn { width: 100%; }
}

/* ===================================================================
   İÇERİK SAYFALARI — Kurallar / SSS / Yol Haritası (2026-06)
   =================================================================== */

/* ---- İçerik sayfa hero ---- */
.page-hero { position: relative; padding: 64px 0 44px; text-align: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero__bg { position: absolute; inset: 0; background:
  radial-gradient(900px 420px at 50% -10%, rgba(201,162,91,.13), transparent 62%),
  linear-gradient(180deg, #11182a 0%, var(--bg) 92%); }
.page-hero__content { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; padding: 0 22px; }
.page-hero__eyebrow { font-family: "Cinzel", serif; letter-spacing: .28em; text-transform: uppercase; font-size: .76rem; color: var(--gold); }
.page-hero__title { font-size: clamp(2.2rem, 5vw, 3.4rem); margin: 10px 0 12px; }
.page-hero__lead { color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.14rem; }

/* ---- Kurallar ---- */
.rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.rule { position: relative; background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px 24px 30px; overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.rule::before { content:""; position:absolute; top:0; left:0; bottom:0; width:3px; background: linear-gradient(180deg, var(--gold-2), var(--gold-deep)); }
.rule:hover { transform: translateY(-4px); border-color: var(--gold-deep); }
.rule__num { font-family: "Cinzel", serif; font-weight: 900; font-size: 1.05rem; color: var(--gold); }
.rule__title { font-size: 1.18rem; color: var(--gold-2); margin: 3px 0 10px; }
.rule__body { color: var(--text-dim); font-family: "EB Garamond", serif; }
.rule__body ul { margin: 6px 0 0; padding-left: 2px; list-style: none; }
.rule__body li { position: relative; padding-left: 22px; margin-bottom: 7px; }
.rule__body li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.rule__body p { margin: 0; }

/* ---- SSS (accordion, native <details>) ---- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 13px; }
.faq-cat { font-family: "Cinzel", serif; color: var(--gold-2); font-size: 1.08rem; letter-spacing: .05em; margin: 24px 0 2px; }
.faq-cat:first-child { margin-top: 0; }
.faq-item { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.faq-item[open] { border-color: var(--gold-deep); }
.faq-item summary { list-style: none; cursor: pointer; padding: 17px 22px; font-family: "Cinzel", serif; font-weight: 600; font-size: 1.02rem; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 14px; transition: color .2s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--gold); transition: transform .25s ease; flex: 0 0 auto; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--gold-2); }
.faq-item__body { padding: 0 22px 19px; color: var(--text-dim); font-family: "EB Garamond", serif; font-size: 1.05rem; line-height: 1.7; }
.faq-item__body a { color: var(--gold-2); }
.faq-item__body code { background: var(--bg-3); padding: 1px 6px; border-radius: 5px; color: var(--gold-2); font-family: "Consolas", monospace; font-size: .9em; }

/* ---- Yol Haritası (timeline) ---- */
.roadmap { max-width: 820px; margin: 0 auto; position: relative; padding-left: 42px; }
.roadmap::before { content:""; position:absolute; left: 14px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--gold), var(--gold-deep), rgba(201,162,91,.1)); }
.rm-item { position: relative; margin-bottom: 28px; }
.rm-item:last-child { margin-bottom: 0; }
.rm-dot { position: absolute; left: -35px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--panel); border: 3px solid var(--gold); box-shadow: 0 0 0 4px rgba(201,162,91,.12); }
.rm-item--done .rm-dot { background: var(--gold); }
.rm-item--now .rm-dot { border-color: var(--green); box-shadow: 0 0 0 4px rgba(95,179,122,.18); animation: pulse 2s infinite; }
.rm-card { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: 14px; padding: 21px 24px; transition: transform .2s ease, border-color .2s ease; }
.rm-card:hover { transform: translateX(4px); border-color: var(--gold-deep); }
.rm-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.rm-title { font-size: 1.2rem; color: var(--gold-2); margin: 0; }
.rm-badge { font-family: "Cinzel", serif; font-weight: 700; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; padding: 4px 11px; border-radius: 20px; }
.rm-badge--done { color: #1a1305; background: linear-gradient(135deg, var(--gold-2), var(--gold-deep)); }
.rm-badge--now { color: #08130c; background: linear-gradient(135deg, #8fe0a8, #3f8d5a); }
.rm-badge--plan { color: var(--text-dim); background: rgba(152,164,200,.12); border: 1px solid var(--line); }
.rm-body { color: var(--text-dim); font-family: "EB Garamond", serif; }
.rm-body ul { margin: 6px 0 0; padding-left: 2px; list-style: none; }
.rm-body li { position: relative; padding-left: 22px; margin-bottom: 6px; }
.rm-body li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.rm-body p { margin: 0; }

@media (max-width: 700px) { .rules-grid { grid-template-columns: 1fr; } }

/* ---- Galeri ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.g-item { position: relative; display: block; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(180deg, var(--panel), var(--panel-2)); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.g-item:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 18px 44px rgba(0,0,0,.5); }
a.g-item { cursor: zoom-in; }
.g-item img { width: 100%; height: 220px; object-fit: cover; display: block; }
.g-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 16px 12px; font-family: "Cinzel", serif; font-size: .94rem; color: var(--gold-2); background: linear-gradient(180deg, transparent, rgba(8,11,20,.88)); }
.g-ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; height: 220px; text-align: center; }
.g-ph__icon { font-size: 2.8rem; opacity: .85; filter: drop-shadow(0 4px 10px rgba(0,0,0,.5)); }
.g-ph .g-cap { position: static; background: none; padding: 0; color: var(--gold-2); }
.g-ph__note { font-size: .72rem; color: var(--text-mute); letter-spacing: .12em; text-transform: uppercase; }
.gallery-note { text-align: center; color: var(--text-dim); font-family: "EB Garamond", serif; margin-top: 30px; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(5,7,13,.92); backdrop-filter: blur(6px); cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; border: 1px solid var(--gold-deep); box-shadow: 0 30px 90px rgba(0,0,0,.85); }
@media (max-width: 760px) { .gallery-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ---- Karakter/Lonca arama (ara.html) ---- */
.ara-results { max-width: 760px; margin: 0 auto; display: grid; gap: 10px; }
.ara-hit { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; }
.ara-hit__name { font-family: "Cinzel", serif; font-weight: 700; color: var(--gold-2); font-size: 1.05rem; flex: 1; min-width: 120px; }
.ara-hit__board { color: var(--text-dim); font-size: .88rem; }
.ara-hit__rank { font-family: "Cinzel", serif; color: var(--gold-2); background: rgba(201,162,91,.1); border: 1px solid var(--gold-deep); padding: 3px 11px; border-radius: 20px; font-size: .82rem; }
.ara-hit__val { font-family: "Cinzel", serif; color: var(--gold-2); font-weight: 600; }
.ara-empty { text-align: center; color: var(--text-mute); padding: 22px; font-family: "EB Garamond", serif; }
.ara-guilds { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 760px; margin: 0 auto; }
.ara-guild { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: 20px; padding: 8px 16px; }
.ara-guild__name { font-family: "Cinzel", serif; color: var(--gold-2); font-weight: 600; }
.ara-guild__lvl { font-size: .78rem; color: var(--text-mute); }
