/* Plusible destek sitesi — oyunun paletiyle aynı, tek dosya, harici istek yok. */
:root {
  --surface: #090e18;
  --card: #121a28;
  --ink: #f4f1e8;
  --muted: #8c97ac;
  --gold: #e9b949;
  --hairline: rgba(233, 185, 73, 0.16);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: var(--surface);
  color: var(--ink);
  font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 40px 20px 80px;
  -webkit-font-smoothing: antialiased;
}
main { max-width: 720px; margin: 0 auto; }
header { text-align: center; padding-bottom: 36px; }
.wordmark {
  font-size: 26px; font-weight: 800; letter-spacing: 0.22em; text-indent: 0.22em;
  color: var(--gold);
}
.tagline { color: var(--muted); font-size: 15px; margin-top: 6px; }
h1 { font-size: 30px; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 6px; }
h2 {
  font-size: 19px; font-weight: 700; margin: 34px 0 10px;
  padding-top: 22px; border-top: 1px solid var(--hairline);
}
h2:first-of-type { border-top: none; padding-top: 0; }
p, li { color: #cfd6e4; }
p { margin: 10px 0; }
ul { margin: 10px 0 10px 22px; }
li { margin: 5px 0; }
a { color: var(--gold); }
.updated { color: var(--muted); font-size: 14px; }
.card {
  background: var(--card); border: 1px solid var(--hairline);
  border-radius: 16px; padding: 22px 24px; margin: 22px 0;
}
table { width: 100%; border-collapse: collapse; margin: 12px 0; }
th, td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--hairline); vertical-align: top; }
th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; }
.lang {
  display: inline-block; margin-top: 44px; padding-top: 22px;
  border-top: 1px solid var(--hairline); width: 100%;
  color: var(--muted); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
}
footer { margin-top: 56px; text-align: center; color: var(--muted); font-size: 14px; }
.mail { font-size: 18px; font-weight: 600; }
