:root {
  --bg: #070812;
  --bg-2: #11152a;
  --panel: #171b31;
  --panel-2: #21183b;
  --gold: #f5c96a;
  --gold-2: #b88731;
  --cyan: #32d7ff;
  --blue: #315cff;
  --violet: #8a4dff;
  --text: #f7f1e8;
  --muted: #b9bdd6;
  --line: rgba(255, 255, 255, .15);
  --shadow: 0 26px 80px rgba(0,0,0,.48);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(7,8,18,.96), rgba(7,8,18,.68));
  border-bottom: 1px solid rgba(245,201,106,.2);
  backdrop-filter: blur(10px);
}
.brand img { width: 138px; height: auto; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.45)); }
.main-nav { display: flex; justify-content: center; gap: clamp(16px, 2.4vw, 34px); font-size: 12px; font-weight: 900; text-transform: uppercase; color: rgba(255,255,255,.78); }
.main-nav a { padding: 14px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: var(--gold); border-color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.login-link { font-size: 12px; font-weight: 900; text-transform: uppercase; color: var(--cyan); }
.menu-toggle { display: none; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,.25);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(0,0,0,.38);
}
.btn-small { min-height: 38px; padding-inline: 18px; }
.btn-gold { color: #1b1205; background: linear-gradient(180deg, #fff0ad, var(--gold), var(--gold-2)); }
.btn-blue { color: #fff; background: linear-gradient(180deg, #45e2ff, #315cff 55%, #21308d); }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 112px clamp(18px, 5vw, 72px) 130px;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,8,18,.96), rgba(7,8,18,.35) 50%, rgba(7,8,18,.9)),
    linear-gradient(0deg, #070812 0%, rgba(7,8,18,.12) 48%, rgba(7,8,18,.72));
}
.hero-content { position: relative; z-index: 1; width: min(880px, 100%); text-align: center; }
.hero-logo { width: min(360px, 70vw); margin: 0 auto 10px; filter: drop-shadow(0 20px 36px rgba(0,0,0,.7)); }
.hero h1,
.section-title h2,
.quest-copy h2,
.security-band h2,
.community h2,
.article-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 92px);
  line-height: .95;
  text-shadow: 0 18px 42px rgba(0,0,0,.72);
}
.hero p:not(.eyebrow) { max-width: 760px; margin: 22px auto 0; color: rgba(255,255,255,.84); font-size: clamp(16px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.hero-panel {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(14,18,38,.86);
  border: 1px solid rgba(245,201,106,.28);
  box-shadow: var(--shadow);
}
.hero-panel a { min-height: 92px; padding: 20px 24px; border-right: 1px solid rgba(245,201,106,.22); }
.hero-panel a:last-child { border-right: 0; }
.hero-panel b { display: block; color: var(--cyan); font-size: 13px; }
.hero-panel span { display: block; margin-top: 6px; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.1; }
.launcher-strip,
.section,
.game-guide,
.faq-section {
  padding: clamp(64px, 8vw, 110px) clamp(18px, 5vw, 72px);
}
.launcher-strip { background: linear-gradient(180deg, #11152a, #080a15); }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-title.center { display: block; text-align: center; max-width: 820px; margin-inline: auto; }
.section-title h2 { font-size: clamp(34px, 5vw, 64px); }
.notice-board {
  display: grid;
  grid-template-columns: 220px 1fr;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.notice-tabs { display: grid; align-content: start; background: linear-gradient(180deg, #20264b, #171b31); }
.notice-tabs button {
  min-height: 70px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
  background: transparent;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}
.notice-tabs .is-active { color: #10121d; background: linear-gradient(180deg, #fff0ad, var(--gold)); }
.notice-list { display: grid; }
.notice-list a {
  display: grid;
  grid-template-columns: 120px 100px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.notice-list a:last-child { border-bottom: 0; }
.notice-list b { color: var(--cyan); }
.notice-list strong { color: var(--gold); text-transform: uppercase; font-size: 12px; }
.notice-list span { font-size: 17px; }
.feature-quest,
.security-band,
.community {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  padding: clamp(72px, 9vw, 126px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(9,12,27,.96), rgba(22,27,55,.78)),
    linear-gradient(180deg, #0b0d1c, #070812);
}
.quest-copy p:not(.eyebrow),
.security-band p,
.community p { color: var(--muted); font-size: 17px; }
.quest-image img,
.security-band > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(245,201,106,.25);
  box-shadow: var(--shadow);
}
.dark-section { background: #080a15; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(15,18,34,.96));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 62px rgba(0,0,0,.36);
  overflow: hidden;
}
.news-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.news-card a { display: block; min-height: 100%; }
.news-card span { display: inline-block; margin: 20px 20px 0; color: var(--cyan); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.news-card h3 { margin: 8px 20px 10px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.12; }
.news-card p { margin: 0 20px 24px; color: var(--muted); }
.game-guide {
  background:
    linear-gradient(180deg, rgba(49,92,255,.12), transparent 32%),
    #101327;
}
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.guide-grid .news-card h3 { font-size: 22px; }
.security-band { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); background: linear-gradient(90deg, #070812, #161b38); }
.security-band h2 { font-size: clamp(34px, 5vw, 66px); }
.community { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: #0a0d1c; }
.community-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(245,201,106,.22);
  background:
    linear-gradient(180deg, rgba(138,77,255,.16), rgba(49,92,255,.08)),
    rgba(255,255,255,.04);
}
.community-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.community-links a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(13,16,34,.96));
  border: 1px solid rgba(255,255,255,.14);
}
.community-links span { color: var(--gold); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.faq-section { background: linear-gradient(180deg, #11152a, #070812); }
.faq-grid { width: min(980px, 100%); margin-inline: auto; display: grid; gap: 14px; }
details {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  padding: 18px 22px;
}
summary { cursor: pointer; color: var(--gold); font-weight: 900; }
details p { color: var(--muted); }
.article-hero {
  position: relative;
  min-height: 72svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 140px clamp(18px, 5vw, 72px) 72px;
}
.article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,18,.96), rgba(7,8,18,.42)), linear-gradient(0deg, #070812, transparent 58%); }
.article-hero-copy { position: relative; z-index: 1; width: min(880px, 100%); }
.article-hero h1 { font-size: clamp(38px, 6vw, 76px); }
.article-hero p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.84); font-size: 18px; }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(56px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background: #f1eadb;
  color: #18151b;
}
.article-body { max-width: 820px; font-size: 18px; }
.article-body p { margin: 0 0 22px; }
.article-note {
  margin: 32px 0;
  padding: 22px;
  color: #fff;
  background: linear-gradient(135deg, #171b31, #26306a);
  border-left: 5px solid var(--gold);
}
.inline-faq h2,
.side-box h2 { font-family: Georgia, "Times New Roman", serif; }
.article-side { display: grid; align-content: start; gap: 18px; }
.side-box {
  padding: 24px;
  background: #fffaf0;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 18px 42px rgba(0,0,0,.1);
}
.side-box a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
  color: #171b31;
  font-weight: 800;
}
.side-box a:last-child { border-bottom: 0; }
.side-box span { display: block; color: #315cff; font-size: 12px; text-transform: uppercase; }
.access-box { background: #11152a; color: #fff; }
.access-box p { color: var(--muted); }
.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr .9fr;
  gap: clamp(26px, 5vw, 70px);
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background: #05060e;
  border-top: 1px solid rgba(245,201,106,.18);
}
.footer-logo { width: 190px; margin-bottom: 16px; }
.site-footer p { color: var(--muted); }
.site-footer h2 { margin: 0 0 14px; color: var(--gold); font-size: 16px; text-transform: uppercase; }
.site-footer nav { display: grid; gap: 8px; }
.site-footer nav a { color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 8px; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .menu-toggle { display: inline-flex; justify-self: end; min-height: 42px; padding: 0 18px; border: 1px solid var(--line); color: #fff; background: rgba(255,255,255,.08); font-weight: 900; }
  .main-nav,
  .header-actions { grid-column: 1 / -1; display: none; }
  .site-header.menu-open .main-nav,
  .site-header.menu-open .header-actions { display: flex; justify-content: flex-start; flex-wrap: wrap; }
  .hero { min-height: auto; padding-top: 132px; padding-bottom: 34px; }
  .hero-panel { position: static; width: 100%; margin-top: 34px; grid-template-columns: 1fr; }
  .hero-panel a { border-right: 0; border-bottom: 1px solid rgba(245,201,106,.22); }
  .notice-board,
  .feature-quest,
  .security-band,
  .community,
  .article-layout,
  .site-footer { grid-template-columns: 1fr; }
  .news-grid,
  .guide-grid,
  .community-links { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .hero h1,
  .section-title h2,
  .quest-copy h2,
  .security-band h2,
  .community h2,
  .article-hero h1 { font-size: clamp(34px, 13vw, 52px); }
  .notice-tabs { grid-template-columns: repeat(2, 1fr); }
  .notice-list a { grid-template-columns: 1fr; gap: 4px; }
  .news-grid,
  .guide-grid,
  .community-links { grid-template-columns: 1fr; }
  .hero-actions,
  .site-header.menu-open .header-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .article-hero { min-height: auto; padding-top: 132px; }
}
