:root {
  color-scheme: dark;
  --charcoal: #242523;
  --surface: #2c2d28;
  --olive: #4b4d42;
  --ivory: #f3ede3;
  --gold: #c39a48;
  --muted: #bcbcaf;
  --line: #f3ede326;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ivory); background: var(--charcoal); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a { transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
main:focus { outline: none; }
h1, h2, p { margin: 0; }
h1, h2 { text-wrap: balance; }
.container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 12px 20px; color: var(--charcoal); background: var(--ivory); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 2; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 750; letter-spacing: -1px; line-height: 1; min-height: 48px; }
.brand img { object-fit: contain; }
.brand-name { font-size: 20px; letter-spacing: -.6px; }
.brand-subtitle { display: block; margin-top: 6px; font-size: 10px; letter-spacing: 2px; color: var(--gold); }
.navigation { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 550; }
.nav-link { position: relative; display: flex; align-items: center; min-height: 48px; min-width: 44px; justify-content: center; color: var(--muted); }
.nav-link:hover, .nav-link[aria-current] { color: var(--ivory); }
.nav-link[aria-current]::after { content: ""; position: absolute; bottom: 3px; left: 0; right: 0; height: 2px; background: var(--gold); }
.nav-discord { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 44px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 5px; }
.nav-discord:hover { border-color: var(--gold); background: #c39a480a; }
.nav-discord .icon { width: 16px; height: 16px; flex-basis: 16px; color: var(--gold); }
.home-hero { position: relative; isolation: isolate; overflow: clip; min-height: 710px; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(ellipse at 50% 32%, #4b4d4260, transparent 58%); }
.portal { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.portal::before { content: ""; position: absolute; width: 640px; height: 720px; left: 50%; top: 50px; transform: translateX(-50%); border-radius: 360px 360px 0 0; background: linear-gradient(180deg, #1b1c1940 10%, #24252300 82%); box-shadow: 0 -20px 120px #c39a4805, inset 0 1px #c39a4826; }
.portal::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--charcoal) 1%, #24252300 25%); }
.portal-frame { position: absolute; width: 770px; height: 850px; top: 2px; left: 50%; transform: translateX(-50%); border: 1px solid #c39a4820; border-radius: 420px 420px 0 0; }
.portal-frame-inner { width: 620px; top: 60px; height: 720px; border-color: #c39a4830; }
.portal-spark { position: absolute; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); opacity: .7; box-shadow: 0 0 18px #c39a4870; }
.spark-left { top: 340px; left: calc(50% - 383px); }
.spark-right { top: 260px; left: calc(50% + 373px); }
.hero-content { position: relative; text-align: center; padding: 53px 0 100px; }
.hero-emblem { width: 180px; height: 180px; margin: 0 auto 28px; }
.hero-emblem img { width: 100%; height: auto; filter: drop-shadow(0 16px 24px #0003); }
.eyebrow { display: flex; align-items: center; gap: 14px; font-size: 10px; font-weight: 600; letter-spacing: 2.2px; color: var(--gold); line-height: 1.5; }
.hero-content .eyebrow { justify-content: center; margin-bottom: 24px; }
.small-rule { width: 24px; height: 1px; display: inline-block; background: var(--gold); opacity: .6; flex-shrink: 0; }
h1 { font-size: clamp(58px, 7.5vw, 104px); font-weight: 700; letter-spacing: -.065em; line-height: 1.02; }
.hero-content h1 span { color: var(--gold); }
.hero-actions { display: flex; justify-content: center; margin-top: 40px; }
.button { min-height: 54px; padding: 15px 23px; border: 1px solid transparent; display: inline-flex; justify-content: center; align-items: center; gap: 16px; border-radius: 5px; font-size: 14px; font-weight: 650; line-height: 1.5; }
.button-primary { color: var(--charcoal); background: var(--gold); box-shadow: 0 3px 0 #11111118; }
.button-primary:hover { background: #d2ac61; }
.button-primary .icon { margin-left: 10px; }
.discord-icon { width: 23px; height: 23px; flex-shrink: 0; }
.invite-address { color: var(--muted); font-size: 12px; margin-top: 19px; }
.hero-baseline { position: absolute; bottom: 0; left: 0; right: 0; padding: 25px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 9px; letter-spacing: 2px; }
.baseline-diamond { width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }
.launcher-preview { display: flex; align-items: center; gap: 28px; padding-block: 45px; }
.launcher-preview-icon { display: grid; place-items: center; flex: 0 0 68px; height: 68px; border-radius: 14px; border: 1px solid #c39a482e; background: #4b4d4238; color: var(--gold); }
.launcher-preview-icon .icon { width: 28px; height: 28px; }
.launcher-preview .eyebrow { font-size: 9px; letter-spacing: 1.6px; margin-bottom: 7px; }
.launcher-preview h2 { font-size: 23px; line-height: 1.3; letter-spacing: -.7px; font-weight: 600; }
.launcher-preview-copy>p:last-child { margin-top: 6px; font-size: 12px; color: var(--muted); }
.launcher-preview-copy>p:last-child span { margin-inline: 7px; }
.button-secondary { border-color: var(--line); background: transparent; color: var(--ivory); }
.button-secondary:hover { border-color: var(--gold); background: #4b4d4250; }
.launcher-preview>.button { margin-left: auto; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 90px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.site-footer p { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.site-footer p>span { font-size: 11px; }
.footer-divider { color: #bcbcaf60; }
.site-footer>a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.site-footer>a:hover { color: var(--ivory); }
.site-footer .icon { width: 14px; height: 14px; flex-basis: 14px; }
.launcher-page { min-height: 100vh; display: flex; flex-direction: column; background: radial-gradient(ellipse at 75% 40%, #4b4d4230, transparent 60%), var(--charcoal); }
.launcher-main { flex: 1; padding-block: 35px 80px; }
.back-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--muted); font-size: 12px; }
.back-link:hover { color: var(--ivory); }
.back-link .icon { width: 16px; height: 16px; flex-basis: 16px; }
.launcher-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 430px); align-items: center; gap: 80px; margin-top: 35px; }
.launcher-intro .eyebrow { margin-bottom: 28px; }
.launcher-intro h1 { font-size: clamp(32px, 3.9vw, 54px); }
.launcher-intro h1>span { color: var(--gold); }
.launcher-description { font-size: 16px; color: var(--muted); margin-top: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--ivory); font-size: 12px; margin-top: 27px; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #c39a4870; }
.text-link:hover { color: var(--gold); }
.text-link .icon { width: 16px; height: 16px; flex-basis: 16px; }
.release-card { min-width: 0; border: 1px solid #c39a4838; border-radius: 12px; overflow: hidden; background: #2c2d2880; box-shadow: 0 24px 60px #00000015; }
.release-art { position: relative; isolation: isolate; height: 245px; overflow: hidden; display: grid; place-items: center; border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at 50% 40%, #4b4d4270, transparent 70%); }
.release-art img { width: 185px; height: 185px; object-fit: contain; filter: drop-shadow(0 10px 15px #0002); }
.release-halo { position: absolute; z-index: -1; top: 25px; width: 255px; height: 300px; border: 1px solid #c39a482e; border-radius: 160px 160px 0 0; }
.release-halo::after { content: ""; position: absolute; inset: 14px; border: 1px solid #c39a4817; border-radius: inherit; }
.release-content { padding: 28px; }
.release-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.release-heading h2 { font-size: 21px; font-weight: 600; letter-spacing: -.5px; }
.windows-icon { width: 19px; height: 19px; color: var(--muted); flex-shrink: 0; }
.release-platform { color: var(--muted); font-size: 12px; margin-top: 3px; }
.release-details { border-top: 1px solid var(--line); margin: 23px 0; padding-top: 16px; font-size: 12px; }
.release-details>div { display: flex; justify-content: space-between; gap: 12px; padding-block: 5px; }
.release-details dt { color: var(--muted); }
.release-details dd { margin: 0; }
.download-button { width: 100%; gap: 12px; }
.download-button .icon { margin-left: auto; }
@media (min-width: 1600px) {
  .home-hero { min-height: 770px; }
}
@media (max-width: 900px) {
  .container { width: calc(100% - 56px); }
  .home-hero { min-height: 680px; }
  .launcher-layout { gap: 35px; grid-template-columns: minmax(0, 1fr) minmax(0, 360px); }
  .launcher-intro h1 { font-size: clamp(32px, 3.9vw, 54px); }
  .release-content { padding: 24px; }
  .launcher-preview { gap: 22px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 12px; }
  .brand { font-size: 23px; gap: 5px; }
  .brand img { width: 36px; height: 36px; }
  .navigation { gap: 20px; font-size: 12px; }
  .nav-discord { display: none; }
  .home-hero { min-height: 650px; }
  .hero-content { padding-top: 42px; padding-bottom: 98px; }
  .hero-emblem { width: 145px; height: 145px; margin-bottom: 23px; }
  .hero-content h1 { font-size: clamp(58px, 12vw, 80px); line-height: .99; }
  .hero-content h1>span { display: block; }
  .hero-content .eyebrow { font-size: 9px; letter-spacing: 1.6px; gap: 10px; margin-bottom: 24px; }
  .hero-actions { margin-top: 32px; }
  .invite-address { font-size: 11px; margin-top: 16px; }
  .portal-frame { width: 560px; top: 18px; }
  .portal-frame-inner { width: 410px; top: 62px; }
  .portal::before { width: 430px; top: 52px; }
  .spark-left { left: calc(50% - 203px); }
  .spark-right { left: calc(50% + 200px); }
  .hero-baseline { padding-block: 22px; font-size: 8px; }
  .launcher-preview { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding-block: 32px; }
  .launcher-preview-icon { width: 52px; height: 52px; border-radius: 10px; }
  .launcher-preview-icon .icon { width: 23px; height: 23px; }
  .launcher-preview h2 { font-size: 20px; }
  .launcher-preview .eyebrow { font-size: 8px; letter-spacing: 1.4px; }
  .launcher-preview>.button { grid-column: 1 / -1; margin-left: 0; margin-top: 3px; }
  .site-footer { min-height: 112px; align-items: center; gap: 12px; }
  .site-footer p { display: block; font-size: 11px; }
  .footer-divider { display: none; }
  .footer-description { display: block; max-width: 210px; margin-top: 5px; font-size: 10px!important; }
  .launcher-main { padding-block: 22px 45px; }
  .launcher-layout { grid-template-columns: minmax(0, 1fr); gap: 35px; margin-top: 30px; }
  .launcher-intro .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .launcher-intro h1 { font-size: clamp(30px, 8vw, 54px); }
  .launcher-intro h1>span br { display: none; }
  .launcher-description { margin-top: 20px; font-size: 14px; }
  .text-link { margin-top: 13px; }
  .release-card { width: 100%; max-width: 470px; justify-self: center; }
  .release-art { display: none; }
  .release-art img { width: 145px; height: 145px; }
  .release-halo { width: 225px; top: 15px; }
  .release-content { padding: 24px; }
}
@media (max-width: 360px) {
  .navigation { gap: 16px; }
  .brand { font-size: 21px; }
  .brand img { width: 32px; height: 32px; }
  .home-hero { min-height: 620px; }
  .hero-emblem { width: 128px; height: 128px; }
  .hero-content h1 { font-size: 58px; }
  .hero-content .eyebrow { font-size: 8px; letter-spacing: 1.5px; gap: 8px; }
  .hero-content .small-rule { width: 15px; }
  .release-content { padding: 20px; }
  .release-heading h2 { font-size: 19px; }
  .download-button { font-size: 13px; padding-inline: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none!important; animation: none!important; scroll-behavior: auto!important; }
}
