:root {
  --bg: #151519;
  --surface: #1b1b20;
  --surface-2: #202025;
  --surface-3: #26262c;
  --text: #f4f4f5;
  --muted: #9c9ca5;
  --faint: #686870;
  --teal: #14a096;
  --teal-bright: #2ac5b9;
  --teal-soft: rgba(20, 160, 150, .14);
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .15);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  overflow-x: hidden;
}
body::before {
  background: radial-gradient(circle at 53% 20%, rgba(255,255,255,.055), transparent 34rem);
  content: "";
  height: 48rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { margin: 0 auto; max-width: var(--shell); padding-left: 30px; padding-right: 30px; }
.site-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 0 max(30px, calc((100% - var(--shell)) / 2 + 30px));
  position: sticky;
  top: 0;
  z-index: 20;
}
.site-header::before { backdrop-filter: blur(18px); background: rgba(21,21,25,.88); content: ""; inset: 0; position: absolute; z-index: -1; }
.brand { align-items: center; display: inline-flex; font-size: 14px; font-weight: 700; gap: 10px; letter-spacing: -.02em; }
.brand-icon { align-items: center; background: var(--text); border-radius: 8px; display: inline-flex; gap: 2px; height: 25px; justify-content: center; padding: 0 5px; width: 28px; }
.brand-icon span { background: var(--bg); border-radius: 50%; display: block; height: 6px; width: 6px; }
.brand-icon span:first-child { height: 10px; width: 4px; }
.brand-icon span:last-child { height: 10px; width: 4px; }
.site-nav { align-items: center; display: flex; gap: 34px; }
.site-nav a { color: var(--muted); font-size: 12px; transition: color .2s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--text); }
.site-nav .header-cta { align-items: center; background: var(--text); border-radius: 8px; color: var(--bg); display: inline-flex; font-size: 12px; font-weight: 700; gap: 10px; padding: 8px 14px; }
.site-nav .header-cta:hover { background: #fff; color: #000; transform: translateY(-1px); }
.menu-toggle { background: transparent; border: 0; display: none; padding: 7px; }
.menu-toggle i { background: var(--text); display: block; height: 2px; margin: 5px 0; width: 22px; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.hero { align-items: center; display: grid; gap: 62px; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); min-height: 507px; padding-bottom: 70px; padding-top: 73px; }
.announcement { align-items: center; border: 1px solid var(--line-strong); border-radius: 99px; color: var(--muted); display: inline-flex; font-family: var(--mono); font-size: 10px; gap: 7px; letter-spacing: -.02em; padding: 5px 10px; }
.sparkle, .teal-dot { color: var(--teal-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: 1.04; }
h1 { font-size: clamp(42px, 5vw, 64px); font-weight: 700; margin: 25px 0 20px; max-width: 580px; }
h2 { font-size: clamp(34px, 4vw, 52px); font-weight: 700; margin-bottom: 18px; }
h1 span, h2 span { color: var(--text); }
.hero-description { color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 8px; display: inline-flex; font-size: 12px; font-weight: 700; gap: 10px; justify-content: center; padding: 12px 16px; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); box-shadow: 0 0 0 rgba(20,160,150,0); color: #fff; }
.button-primary:hover { background: var(--teal-bright); box-shadow: 0 9px 25px rgba(20,160,150,.2); }
.button-ghost { background: rgba(255,255,255,.035); border-color: var(--line-strong); color: var(--text); }
.button-ghost:hover { background: var(--surface-3); border-color: rgba(20,160,150,.55); }
.discord-glyph { font-size: 16px; line-height: 0; }.command-glyph { color: var(--teal-bright); font-size: 17px; line-height: 0; }
.trust-row { align-items: center; color: var(--faint); display: flex; font-size: 11px; gap: 13px; margin-top: 35px; }.trust-row strong { color: var(--muted); }
.trust-avatars { display: flex; padding-left: 5px; }.trust-avatars span { background: #c6c8cc; border: 2px solid var(--bg); border-radius: 50%; display: block; height: 20px; margin-left: -5px; width: 20px; }.trust-avatars span:nth-child(2) { background: #9b9da3; }.trust-avatars span:nth-child(3) { background: #e9e9eb; }.trust-avatars span:nth-child(4) { background: #b7b9bd; }
.hero-preview { min-height: 290px; position: relative; }.preview-window { background: linear-gradient(145deg, #29292d, #1d1d21); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; box-shadow: 0 24px 70px rgba(0,0,0,.28); overflow: hidden; padding: 18px; position: relative; transform: perspective(1000px) rotateY(-3deg) rotateX(1deg); z-index: 1; }
.preview-topbar { align-items: center; border-bottom: 1px solid var(--line); color: #b8b8bd; display: flex; font-size: 10px; gap: 4px; padding-bottom: 14px; }.window-dot { background: #727278; border-radius: 50%; height: 5px; width: 5px; }.window-dot:first-child { background: var(--teal); }.preview-channel { font-weight: 700; margin-left: 10px; }.preview-more { letter-spacing: 2px; margin-left: auto; }
.preview-message { display: flex; gap: 11px; padding: 18px 2px 3px; }.preview-avatar { align-items: center; border-radius: 50%; display: flex; flex: 0 0 auto; height: 29px; justify-content: center; width: 29px; }.user-avatar { background: #53545a; color: #eee; font-size: 11px; }.bot-avatar { background: #f0f0f1; gap: 1px; }.bot-avatar span { background: #1d1d21; border-radius: 50%; height: 4px; width: 4px; }
.preview-body { min-width: 0; width: 100%; }.preview-body > div:first-child { align-items: center; display: flex; gap: 7px; }.preview-body strong { font-size: 11px; }.preview-body small { color: #77777f; font-size: 9px; }.preview-body code { color: #d6d6d8; display: block; font-family: var(--mono); font-size: 11px; margin-top: 3px; }.preview-body b { background: #5d5e65; border-radius: 2px; color: #e2e2e5; font-size: 8px; padding: 1px 3px; }
.rank-card { background: #26262b; border: 1px solid #a4a4a8; border-radius: 10px; margin-top: 8px; padding: 12px 11px 10px; }.rank-head { justify-content: space-between; }.rank-head strong { font-size: 11px; }.rank-head span { color: #c0c0c5; font-size: 9px; }.rank-level { color: #83838c; font-size: 9px; justify-content: space-between; margin-top: 12px; }.progress { background: #4a4a50; border-radius: 99px; height: 5px; margin-top: 5px; overflow: hidden; }.progress i { background: #d4d4d7; display: block; height: 100%; width: 84%; }.rank-foot { color: #96969e; font-size: 9px; margin-top: 7px; }.rank-foot strong { color: #eee; }
.preview-glow { background: rgba(20,160,150,.2); border-radius: 50%; filter: blur(55px); height: 170px; position: absolute; right: 8%; top: 20%; width: 190px; }
.stats-strip { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.stat-item { border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 1px; padding: 31px 30px; }.stat-item:first-child { border-left: 0; padding-left: 0; }.stat-item strong { font-size: 28px; letter-spacing: -.05em; }.stat-item span { color: var(--faint); font-size: 11px; }
.section { padding-bottom: 100px; padding-top: 115px; }.section-kicker { color: var(--teal-bright); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; }.section-heading-row { align-items: end; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; margin-top: 19px; }.section-heading-row h2 { font-size: clamp(38px, 4.5vw, 56px); margin: 0; }.section-intro { max-width: 370px; }.section-intro p:first-child { font-size: 16px; font-weight: 600; }.muted { color: var(--muted); font-size: 13px; line-height: 1.7; }.feature-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 58px; }.feature-card { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; min-height: 230px; padding: 23px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }.feature-card:hover { background: var(--surface-2); border-color: rgba(20,160,150,.4); transform: translateY(-3px); }.feature-icon { align-items: center; background: var(--teal-soft); border-radius: 7px; color: var(--teal-bright); display: flex; font-size: 24px; height: 37px; justify-content: center; margin-bottom: 28px; width: 37px; }.feature-card h3 { font-size: 15px; letter-spacing: -.025em; margin-bottom: 8px; }.feature-card p { color: var(--muted); font-size: 12px; line-height: 1.65; margin-bottom: 15px; }.feature-card a, .inline-link { color: var(--teal-bright); font-size: 11px; font-weight: 700; }.feature-card a span, .inline-link span { margin-left: 6px; transition: margin .2s ease; }.feature-card a:hover span, .inline-link:hover span { margin-left: 10px; }
.command-preview-section { background: #121216; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }.command-preview-layout { align-items: center; display: grid; gap: 110px; grid-template-columns: .9fr 1.1fr; padding-bottom: 105px; padding-top: 105px; }.command-preview-copy h2 { font-size: clamp(40px, 5vw, 62px); margin: 22px 0 7px; }.command-preview-copy p { color: var(--muted); margin-bottom: 28px; }.command-stack { display: flex; flex-direction: column; gap: 8px; }.mini-command { align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 7px; display: grid; gap: 15px; grid-template-columns: 95px 1fr 75px; padding: 14px 15px; transition: border .2s ease, transform .2s ease; }.mini-command:hover, .mini-command.active { border-color: rgba(20,160,150,.55); transform: translateX(5px); }.mini-command code { color: var(--teal-bright); font-family: var(--mono); font-size: 11px; }.mini-command span { color: var(--muted); font-size: 11px; }.mini-command b { color: var(--faint); font-size: 9px; font-weight: 500; text-align: right; }
.cta-section { align-items: center; display: flex; justify-content: space-between; padding-bottom: 115px; padding-top: 115px; }.cta-section h2 { font-size: clamp(36px, 4.5vw, 55px); margin: 20px 0 13px; }.cta-section p { color: var(--muted); font-size: 13px; max-width: 470px; }
.site-footer { border-top: 1px solid var(--line); }.footer-grid { display: grid; gap: 60px; grid-template-columns: 2fr repeat(3, 1fr); padding-bottom: 54px; padding-top: 55px; }.footer-about p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 16px 0 32px; max-width: 245px; }.copyright, .footer-bottom { color: var(--faint); font-size: 10px; }.footer-column { display: flex; flex-direction: column; gap: 10px; }.footer-column h4 { color: var(--text); font-size: 11px; margin: 0 0 6px; }.footer-column a { color: var(--muted); font-size: 11px; }.footer-column a:hover { color: var(--teal-bright); }.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 24px; padding-top: 22px; }
.page-hero { border-bottom: 1px solid var(--line); padding-bottom: 70px; padding-top: 100px; }.page-hero h1 { font-size: clamp(43px, 5vw, 66px); margin: 19px 0 17px; }.page-hero > p:last-child { color: var(--muted); font-size: 15px; max-width: 500px; }
.command-browser { padding-bottom: 120px; padding-top: 56px; }.command-toolbar { align-items: center; display: flex; gap: 20px; justify-content: space-between; }.search-box { align-items: center; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 8px; display: flex; gap: 10px; max-width: 500px; padding: 0 14px; width: 100%; }.search-box span { color: var(--teal-bright); font-size: 24px; transform: rotate(-20deg); }.search-box input { background: transparent; border: 0; color: var(--text); font-size: 13px; outline: 0; padding: 13px 0; width: 100%; }.search-box input::placeholder { color: var(--faint); }.command-count { color: var(--muted); font-family: var(--mono); font-size: 10px; white-space: nowrap; }.category-scroll { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0 30px; }.category-filter { background: transparent; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); cursor: pointer; font-size: 10px; padding: 7px 10px; transition: background .2s ease, border .2s ease, color .2s ease; }.category-filter:hover { border-color: var(--teal); color: var(--text); }.category-filter.active { background: var(--teal-soft); border-color: var(--teal); color: var(--teal-bright); }.command-results { display: grid; gap: 8px; grid-template-columns: repeat(2, 1fr); }.command-card { background: var(--surface); border: 1px solid var(--line); border-radius: 7px; min-height: 96px; padding: 17px; transition: border .2s ease, background .2s ease; }.command-card:hover { background: var(--surface-2); border-color: rgba(20,160,150,.35); }.command-card-top { align-items: start; display: flex; gap: 10px; justify-content: space-between; }.command-card code { color: var(--teal-bright); font-family: var(--mono); font-size: 12px; font-weight: 600; overflow-wrap: anywhere; }.command-card .category-label { border: 1px solid var(--line-strong); border-radius: 4px; color: var(--faint); font-size: 9px; padding: 3px 5px; white-space: nowrap; }.command-card p { color: var(--muted); font-size: 11px; margin: 10px 0 0; }.empty-state { padding: 80px 20px; text-align: center; }.empty-icon { color: var(--teal-bright); display: block; font-size: 34px; }.empty-state h2 { font-size: 26px; margin: 10px 0 6px; }.empty-state p { color: var(--muted); font-size: 13px; margin-bottom: 20px; }
.docs-layout { display: grid; gap: 80px; grid-template-columns: 185px 1fr; padding-bottom: 120px; padding-top: 65px; }.docs-sidebar { align-self: start; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; position: sticky; top: 98px; }.sidebar-label { color: var(--faint); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; margin: 0 0 11px 14px; text-transform: uppercase; }.docs-sidebar a { border-left: 1px solid transparent; color: var(--muted); font-size: 11px; margin-left: -1px; padding: 7px 14px; }.docs-sidebar a:hover, .docs-sidebar a.active { border-color: var(--teal); color: var(--teal-bright); }.docs-content { max-width: 700px; }.doc-section { border-bottom: 1px solid var(--line); padding: 0 0 42px; margin-bottom: 42px; scroll-margin-top: 100px; }.doc-number { color: var(--teal-bright); font-family: var(--mono); font-size: 10px; margin-bottom: 12px; }.doc-section h2 { font-size: 27px; margin-bottom: 13px; }.doc-section p { color: var(--muted); font-size: 13px; line-height: 1.8; max-width: 620px; }.status-wrap { padding-bottom: 120px; padding-top: 60px; }.status-banner { align-items: center; background: var(--teal-soft); border: 1px solid rgba(20,160,150,.35); border-radius: 8px; display: flex; gap: 13px; padding: 16px 18px; }.status-pulse { background: var(--teal-bright); border-radius: 50%; box-shadow: 0 0 0 5px rgba(20,160,150,.12); height: 8px; width: 8px; }.status-banner div { display: flex; flex-direction: column; gap: 1px; }.status-banner strong { font-size: 13px; }.status-banner div span, .status-time { color: var(--muted); font-size: 11px; }.status-time { margin-left: auto; }.status-stat-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); margin-top: 16px; }.large-status-stat { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; min-height: 185px; padding: 24px; }.large-status-stat strong { color: var(--teal-bright); font-size: 38px; letter-spacing: -.06em; }.large-status-stat span { font-size: 12px; font-weight: 700; margin-top: 5px; }.large-status-stat small { color: var(--faint); font-size: 10px; margin-top: auto; }.status-note { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 12px; gap: 13px; margin-top: 30px; padding-top: 23px; }.status-note > span { color: var(--teal-bright); font-size: 20px; }.status-note p { margin: 0; }.status-note a { color: var(--teal-bright); }.legal-page { min-height: 610px; padding-bottom: 110px; padding-top: 100px; }.legal-page h1 { margin-top: 20px; }.legal-updated { color: var(--faint); font-family: var(--mono); font-size: 10px; margin-top: -6px; }.legal-copy { border-top: 1px solid var(--line); margin-top: 50px; max-width: 680px; padding-top: 35px; }.legal-copy h2 { font-size: 20px; margin-top: 38px; }.legal-copy p { color: var(--muted); font-size: 13px; line-height: 1.8; }.not-found-page { min-height: 580px; }
.reveal { opacity: 0; transform: translateY(15px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .2s; }.reveal-delay-3 { transition-delay: .28s; }
@media (max-width: 820px) {
  .site-header { height: 60px; padding: 0 20px; }.menu-toggle { display: block; }.site-nav { background: rgba(21,21,25,.98); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 12px 20px 18px; position: absolute; right: 0; top: 60px; }.site-nav.is-open { display: flex; }.site-nav a { padding: 11px 0; width: 100%; }.site-nav .header-cta { justify-content: center; margin-top: 7px; padding: 11px; }.shell { padding-left: 20px; padding-right: 20px; }.hero { display: block; min-height: 0; padding-bottom: 70px; padding-top: 62px; }.hero-copy { max-width: 610px; }.hero-preview { margin: 52px auto 0; max-width: 550px; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.stat-item, .stat-item:first-child { border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); padding: 22px 20px; }.stat-item:nth-child(odd) { border-left: 0; }.section { padding-bottom: 75px; padding-top: 82px; }.section-heading-row { display: block; }.section-intro { margin-top: 25px; }.feature-grid { grid-template-columns: repeat(2, 1fr); margin-top: 40px; }.command-preview-layout { display: block; padding-bottom: 75px; padding-top: 75px; }.command-stack { margin-top: 38px; }.cta-section { align-items: flex-start; flex-direction: column; gap: 30px; padding-bottom: 80px; padding-top: 80px; }.footer-grid { gap: 38px 25px; grid-template-columns: 1.5fr 1fr 1fr; }.footer-about { grid-column: 1 / -1; }.page-hero { padding-bottom: 58px; padding-top: 78px; }.command-results { grid-template-columns: 1fr; }.docs-layout { display: block; padding-top: 45px; }.docs-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 55px; position: static; }.sidebar-label { grid-column: 1 / -1; }.status-stat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  h1 { font-size: 42px; }.hero-description { font-size: 14px; }.hero-actions { align-items: stretch; flex-direction: column; max-width: 230px; }.trust-row { margin-top: 27px; }.preview-window { padding: 13px; }.rank-head span { font-size: 8px; }.stats-grid { margin: 0; }.stat-item strong { font-size: 24px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 0; }.mini-command { grid-template-columns: 76px 1fr; }.mini-command b { display: none; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-about { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }.command-toolbar { align-items: flex-start; flex-direction: column; }.search-box { max-width: none; }.category-scroll { max-height: 150px; overflow-y: auto; }.status-stat-grid { grid-template-columns: 1fr 1fr; }.large-status-stat { min-height: 150px; padding: 17px; }.large-status-stat strong { font-size: 30px; }.status-time { display: none; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }