:root {
  color-scheme: dark;
  --ink: #f5f8ff;
  --muted: #9ca9ba;
  --dim: #718095;
  --bg: #070b12;
  --surface: #0d141f;
  --surface-2: #111b28;
  --line: rgba(151, 193, 212, .16);
  --cyan: #5de7ec;
  --cyan-soft: rgba(93, 231, 236, .12);
  --orange: #ffaf55;
  --radius: 24px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .38);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--ink); line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 12% 8%, rgba(36, 180, 190, .12), transparent 28%), radial-gradient(circle at 84% 20%, rgba(255, 154, 57, .08), transparent 22%), linear-gradient(180deg, #080d15 0%, #070b12 55%, #080d14 100%); }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: var(--cyan); color: #061014; font-weight: 800; }
.skip-link:focus { transform: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(151, 193, 212, .09); background: rgba(7, 11, 18, .82); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 18px; letter-spacing: -.02em; }
.site-brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 0 24px rgba(93, 231, 236, .2); }
.site-brand small { display: block; color: var(--dim); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 9px 11px; border-radius: 10px; color: #b7c2d0; font-size: 13px; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: white; background: rgba(255,255,255,.055); }
.site-nav .nav-action { margin-left: 5px; border: 1px solid rgba(93, 231, 236, .28); color: var(--cyan); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: white; cursor: pointer; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid rgba(93, 231, 236, .3); border-radius: 12px; background: linear-gradient(135deg, #68edf1, #49cbd3); color: #061014; font-size: 13px; font-weight: 850; text-decoration: none; box-shadow: 0 12px 34px rgba(55, 199, 208, .15); }
.button:hover { transform: translateY(-1px); filter: brightness(1.04); }
.button.secondary { background: rgba(255,255,255,.035); color: var(--ink); border-color: var(--line); box-shadow: none; }
.button.discord { background: #5865f2; border-color: #7580f5; color: white; }
.eyebrow { margin: 0 0 12px; color: var(--cyan); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: 70px; padding: 86px 0 76px; }
.hero-copy { min-width: 0; }
.hero h1 { max-width: 750px; margin: 0; font-size: clamp(48px, 7vw, 86px); line-height: .98; letter-spacing: -.064em; }
.hero h1 span { color: var(--cyan); }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 30px; color: var(--muted); font-size: 18px; }
.hero-note { display: flex; gap: 16px; margin-top: 25px; color: var(--dim); font-size: 12px; }
.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border: 1px solid rgba(93, 231, 236, .15); border-radius: 50%; box-shadow: 0 0 80px rgba(93, 231, 236, .1), inset 0 0 70px rgba(93, 231, 236, .06); }
.hero-visual::after { content: ""; position: absolute; width: 94%; aspect-ratio: 1; border: 1px dashed rgba(255, 175, 85, .16); border-radius: 50%; animation: orbit 42s linear infinite; }
.hero-logo { position: relative; z-index: 2; width: min(310px, 70%); border-radius: 30%; filter: drop-shadow(0 24px 55px rgba(0, 0, 0, .5)); }
.status-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(13, 20, 31, .92); color: #c6d0dc; font-size: 11px; font-weight: 750; box-shadow: var(--shadow); }
.status-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.status-chip.one { top: 17%; right: 0; }
.status-chip.two { bottom: 14%; left: 0; }
@keyframes orbit { to { transform: rotate(360deg); } }
.section { padding: 90px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(17,27,40,.92), rgba(11,17,27,.78)); }
.feature-card .icon { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 34px; border: 1px solid rgba(93, 231, 236, .2); border-radius: 12px; background: var(--cyan-soft); color: var(--cyan); }
.feature-card h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.platform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.platform-card { position: relative; overflow: hidden; min-height: 310px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.platform-card::after { content: ""; position: absolute; right: -70px; bottom: -100px; width: 250px; height: 250px; border-radius: 50%; background: rgba(93,231,236,.07); filter: blur(5px); }
.platform-card.music::after { background: rgba(255,175,85,.09); }
.platform-card h3 { margin: 54px 0 8px; font-size: 31px; letter-spacing: -.04em; }
.platform-card p { max-width: 450px; color: var(--muted); }
.platform-label { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.platform-card.music .platform-label { color: var(--orange); }
.link-arrow { position: relative; z-index: 2; display: inline-flex; margin-top: 16px; color: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: steps; }
.step { counter-increment: steps; padding-top: 20px; border-top: 1px solid var(--line); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 22px; color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }
.cta { margin: 60px auto 100px; padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid rgba(93, 231, 236, .2); border-radius: 28px; background: linear-gradient(120deg, rgba(20, 54, 65, .72), rgba(13, 20, 31, .95) 58%, rgba(59, 39, 22, .62)); box-shadow: var(--shadow); }
.cta h2 { max-width: 600px; margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.06; letter-spacing: -.045em; }
.site-footer { border-top: 1px solid var(--line); padding: 44px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
.footer-brand p { max-width: 320px; color: var(--dim); font-size: 12px; }
.footer-column strong { display: block; margin-bottom: 12px; font-size: 12px; }
.footer-column a { display: block; width: fit-content; margin: 7px 0; color: var(--muted); font-size: 12px; text-decoration: none; }
.footer-column a:hover { color: var(--cyan); }
.copyright { margin-top: 34px; color: #59677a; font-size: 10px; }
.doc-hero { padding: 72px 0 38px; border-bottom: 1px solid var(--line); }
.doc-hero h1 { max-width: 900px; margin: 0 0 15px; font-size: clamp(40px, 6vw, 68px); line-height: 1; letter-spacing: -.055em; }
.doc-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 16px; }
.doc-layout { display: grid; grid-template-columns: 220px minmax(0, 780px); justify-content: space-between; gap: 70px; padding: 48px 0 90px; }
.doc-sidebar { align-self: start; position: sticky; top: 112px; }
.doc-sidebar strong { display: block; margin-bottom: 14px; color: var(--dim); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.doc-sidebar a { display: block; padding: 7px 0; color: var(--muted); font-size: 12px; line-height: 1.35; text-decoration: none; }
.doc-sidebar a:hover { color: var(--cyan); }
.doc-content { min-width: 0; }
.doc-content > h1:first-child, .doc-content > section:first-of-type > h1:first-child { display: none; }
.doc-content h2 { margin: 58px 0 16px; padding-top: 10px; color: var(--ink); font-size: 30px; line-height: 1.15; letter-spacing: -.035em; }
.doc-content h2:first-of-type { margin-top: 0; }
.doc-content h3 { margin: 35px 0 12px; font-size: 20px; letter-spacing: -.02em; }
.doc-content h4 { margin: 26px 0 8px; }
.doc-content p, .doc-content li { color: #b7c2d0; font-size: 14px; }
.doc-content li { margin: 5px 0; }
.doc-content a { color: var(--cyan); text-underline-offset: 3px; }
.doc-content strong { color: #eef5ff; }
.doc-content code { padding: 2px 6px; border: 1px solid rgba(93,231,236,.14); border-radius: 6px; background: var(--cyan-soft); color: #9af5f4; font-family: "Cascadia Code", Consolas, monospace; font-size: .88em; }
.doc-content pre { overflow-x: auto; margin: 18px 0; padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: #050910; }
.doc-content pre code { padding: 0; border: 0; background: transparent; color: #cfdae6; }
.doc-content table { width: 100%; margin: 20px 0 32px; border-collapse: collapse; font-size: 12px; }
.doc-content th { color: var(--ink); background: rgba(93,231,236,.07); text-align: left; }
.doc-content th, .doc-content td { padding: 11px 12px; border: 1px solid var(--line); vertical-align: top; }
.doc-content td { color: #aebaca; }
.doc-content blockquote { margin: 24px 0; padding: 14px 18px; border-left: 3px solid var(--cyan); background: var(--cyan-soft); }
.doc-content blockquote p { margin: 0; }
.doc-content hr { margin: 46px 0; border: 0; border-top: 1px solid var(--line); }
.doc-search { position: relative; margin: 0 0 30px; }
.doc-search input { width: 100%; padding: 15px 18px; border: 1px solid var(--line); border-radius: 13px; outline: 0; background: var(--surface); color: var(--ink); }
.doc-search input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px var(--cyan-soft); }
.doc-search small { display: block; min-height: 20px; padding: 6px 3px 0; color: var(--dim); }
.help-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 56px 0 100px; }
.help-card { padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface); text-decoration: none; }
.help-card:hover { border-color: rgba(93,231,236,.38); transform: translateY(-2px); }
.help-card span { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.help-card h2 { margin: 24px 0 8px; font-size: 24px; letter-spacing: -.03em; }
.help-card p { margin: 0; color: var(--muted); font-size: 13px; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found strong { display: block; color: var(--cyan); font-size: 90px; line-height: 1; }
.not-found h1 { margin: 15px 0 8px; font-size: 42px; }
.not-found p { margin: 0 0 24px; color: var(--muted); }
[hidden] { display: none !important; }
@media (max-width: 900px) {
  .menu-button { display: grid; place-items: center; }
  .site-nav { display: none; position: absolute; top: 68px; left: 20px; right: 20px; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 15px; background: #0c131e; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav .nav-action { margin-left: 0; }
  .hero { grid-template-columns: 1fr; gap: 25px; padding-top: 70px; }
  .hero-visual { min-height: 380px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .doc-layout { grid-template-columns: 1fr; gap: 20px; }
  .doc-sidebar { position: static; display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .hero { min-height: 0; padding: 58px 0; }
  .hero h1 { font-size: clamp(45px, 15vw, 68px); }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-note { flex-direction: column; gap: 4px; }
  .hero-visual { min-height: 310px; }
  .status-chip { font-size: 9px; }
  .feature-grid, .platform-grid, .steps, .help-grid { grid-template-columns: 1fr; }
  .section { padding: 65px 0; }
  .cta { padding: 30px; align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .doc-hero { padding-top: 55px; }
  .doc-layout { padding-top: 30px; }
  .doc-content table { display: block; overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
