:root {
  --bg: #050806;
  --bg-soft: #08100b;
  --surface: #0b130e;
  --surface-2: #101a13;
  --line: rgba(190, 255, 213, .13);
  --line-strong: rgba(39, 232, 112, .34);
  --text: #f3f8f4;
  --muted: #9caea2;
  --green: #20e875;
  --green-bright: #59ff9a;
  --green-dark: #062d18;
  --danger: #ff6b73;
  --warning: #ffc857;
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 8%, rgba(32, 232, 117, .11), transparent 28rem),
    radial-gradient(circle at 5% 35%, rgba(32, 232, 117, .055), transparent 25rem),
    var(--bg);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--green); color: #041108; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 6, .82);
  backdrop-filter: blur(20px);
}
.nav-shell { width: min(var(--max), calc(100% - 40px)); height: 72px; margin: auto; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; text-decoration: none; font-size: 17px; font-weight: 900; letter-spacing: -.3px; }
.brand img { width: 37px; height: 37px; border-radius: 11px; }
.brand small { margin-left: 4px; color: var(--green); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 700; padding: 10px 12px; border-radius: 11px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--text); background: rgba(255, 255, 255, .055); }
.menu-button { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #031108; background: linear-gradient(135deg, var(--green-bright), var(--green)); box-shadow: 0 14px 34px rgba(32, 232, 117, .18); }
.button-secondary { color: var(--text); border-color: var(--line); background: rgba(255, 255, 255, .045); }
.button-secondary:hover { border-color: var(--line-strong); }
.button-small { min-height: 40px; padding: 0 15px; font-size: 13px; }
.button-large { min-height: 58px; padding: 0 24px; border-radius: 17px; }
.button-large:has(small) { align-items: flex-start; flex-direction: column; gap: 1px; }
.button small { font-size: 10px; font-weight: 700; opacity: .7; }
.button-disabled { opacity: .48; pointer-events: none; }

.hero {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  min-height: 720px;
  margin: auto;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 72px;
  padding: 88px 0 74px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: 1.45px; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(32, 232, 117, .06); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.hero h1 { margin: 24px 0 20px; font-size: clamp(54px, 6.2vw, 88px); line-height: .91; letter-spacing: -5px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 620px; color: #b7c5bb; font-size: 18px; line-height: 1.75; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 23px 0 0; color: var(--muted); list-style: none; font-size: 12px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); }

.launcher-preview { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(102, 255, 160, .23); border-radius: 28px; background: rgba(8, 14, 10, .88); box-shadow: 0 40px 120px rgba(0, 0, 0, .58), 0 0 80px rgba(32, 232, 117, .08); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); }
.launcher-preview::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 24%, rgba(32, 232, 117, .14), transparent 42%); pointer-events: none; }
.preview-top { height: 53px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .025); }
.preview-brand { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 850; }
.preview-brand img { width: 25px; height: 25px; border-radius: 7px; }
.window-controls { display: flex; gap: 6px; }
.window-controls i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #34503e; }
.preview-body { min-height: 430px; display: grid; grid-template-columns: 142px 1fr; }
.preview-sidebar { padding: 27px 12px; border-right: 1px solid var(--line); background: rgba(255, 255, 255, .018); }
.preview-sidebar span { display: block; padding: 11px 12px; margin-bottom: 7px; color: #7f9184; border-radius: 10px; font-size: 11px; font-weight: 750; }
.preview-sidebar span.active { color: var(--text); background: rgba(32, 232, 117, .12); box-shadow: inset 2px 0 var(--green); }
.preview-main { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 36px 28px; text-align: center; }
.preview-label { color: #809085; font-size: 11px; }
.preview-main h2 { margin: 8px 0 14px; font-size: clamp(25px, 3vw, 38px); }
.profile-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.profile-meta span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #afc0b4; background: rgba(255, 255, 255, .035); font-size: 10px; }
.preview-main > button { width: min(240px, 100%); height: 62px; margin: 30px 0 22px; border: 0; border-radius: 15px; color: #031108; background: var(--green); font-size: 21px; font-weight: 950; }
.preview-checks { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.preview-checks span { padding: 12px 6px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: 10px; }
.preview-checks b { display: block; margin-bottom: 3px; color: var(--green); font-size: 15px; }
.preview-glow { position: absolute; right: -100px; bottom: -120px; width: 300px; height: 300px; border-radius: 50%; background: rgba(32, 232, 117, .16); filter: blur(60px); }

.logo-strip { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: flex; justify-content: space-between; gap: 18px; padding: 23px 30px; border: 1px solid var(--line); border-radius: 18px; color: #68776c; background: rgba(255, 255, 255, .018); font-size: 12px; font-weight: 950; letter-spacing: 1.5px; }
.section { position: relative; width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 118px 0; }
.section-heading { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h1, .section-heading h2 { margin: 10px 0 14px; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -2.8px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.feature-card { position: relative; min-height: 250px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(16, 26, 19, .94), rgba(8, 14, 10, .88)); }
.feature-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -100px; border-radius: 50%; background: rgba(32, 232, 117, .07); filter: blur(25px); }
.feature-wide { grid-column: 1 / -1; min-height: 280px; background: radial-gradient(circle at 82% 50%, rgba(32, 232, 117, .12), transparent 30%), linear-gradient(145deg, rgba(16, 26, 19, .96), rgba(8, 14, 10, .88)); }
.feature-number { color: var(--green); font-size: 12px; font-weight: 900; }
.feature-card h3 { margin: 38px 0 12px; font-size: 27px; letter-spacing: -.8px; }
.feature-card p { max-width: 610px; margin: 0; color: var(--muted); line-height: 1.7; }
.mini-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.mini-pills span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #b8c6bc; font-size: 11px; font-weight: 750; }
.feature-accent { border-color: var(--line-strong); }
.feature-card a { position: relative; z-index: 2; display: inline-block; margin-top: 23px; color: var(--green); font-weight: 800; text-decoration: none; }

.steps-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; gap: 4px; }
.steps article { display: grid; grid-template-columns: 76px 1fr; align-items: center; gap: 12px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.steps article:last-child { border-bottom: 0; }
.steps article > b { color: var(--green); font-size: 32px; }
.steps h3 { margin: 0 0 7px; font-size: 23px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; }
.download-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 110px; padding: 52px; border: 1px solid var(--line-strong); border-radius: 30px; background: radial-gradient(circle at 88% 50%, rgba(32, 232, 117, .18), transparent 32%), var(--surface); box-shadow: var(--shadow); }
.download-banner h2 { margin: 8px 0; font-size: clamp(35px, 5vw, 56px); letter-spacing: -2px; }
.download-banner p { margin: 0; color: var(--muted); }
.faq-section { padding-bottom: 120px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.faq-grid details { padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255, 255, 255, .025); }
.faq-grid summary { cursor: pointer; font-weight: 850; }
.faq-grid p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }

.page-hero { padding: 92px 0 48px; }
.section-tight { padding-top: 12px; }
.status-container { max-width: 900px; }
.status-help { margin-top: 22px; color: var(--muted); font-size: 13px; }
.link-accent { color: var(--green); }
.button-full { width: 100%; }
.notice-spaced { margin-top: 22px; }
.not-found { min-height: 75vh; display: grid; place-items: center; }
.button-row-center { justify-content: center; }
.page-hero .section-heading { max-width: 850px; }
.page-hero .section-heading h1 { font-size: clamp(46px, 6vw, 76px); }
.content-grid { min-width: 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; align-items: start; }
.content-grid > *, .panel { min-width: 0; }
.panel { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.panel h2, .panel h3 { margin-top: 0; }
.panel p, .panel li { color: var(--muted); line-height: 1.7; }
.download-panel { position: relative; overflow: hidden; border-color: var(--line-strong); }
.download-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -120px; border-radius: 50%; background: rgba(32, 232, 117, .13); filter: blur(45px); }
.download-title { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.download-title > div { min-width: 0; }
.download-title img { width: 66px; height: 66px; border-radius: 18px; }
.download-title h2 { margin: 0 0 5px; overflow-wrap: anywhere; font-size: 31px; }
.download-title p { margin: 0; }
.download-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 24px 0; }
.download-meta div { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, .025); }
.download-meta b, .download-meta span { display: block; }
.download-meta b { margin-bottom: 4px; font-size: 12px; }
.download-meta span { color: var(--muted); font-size: 11px; }
.hash-box { margin-top: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #050806; }
.hash-box div { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.hash-box code { display: block; min-width: 0; overflow-wrap: anywhere; word-break: break-all; color: #a7f3c0; font-size: 11px; line-height: 1.55; }
.text-button { padding: 0; border: 0; color: var(--green); background: none; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.notice { padding: 17px; border: 1px solid rgba(255, 200, 87, .24); border-radius: 14px; color: #dac994; background: rgba(255, 200, 87, .06); font-size: 13px; line-height: 1.6; }
.clean-list { margin: 0; padding-left: 19px; }
.clean-list li + li { margin-top: 9px; }
.release-list { display: grid; gap: 12px; }
.release-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; }
.release-item b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--green); background: rgba(32, 232, 117, .09); }
.release-item h3 { margin: 0 0 4px; font-size: 16px; }
.release-item p { margin: 0; font-size: 13px; }
.status-summary { display: flex; align-items: center; gap: 15px; padding: 24px; border: 1px solid var(--line-strong); border-radius: 20px; background: rgba(32, 232, 117, .055); }
.status-icon { width: 14px; height: 14px; flex: 0 0 auto; border-radius: 50%; background: var(--warning); box-shadow: 0 0 20px var(--warning); }
.status-summary.ok .status-icon { background: var(--green); box-shadow: 0 0 20px var(--green); }
.status-summary.bad { border-color: rgba(255, 107, 115, .3); background: rgba(255, 107, 115, .06); }
.status-summary.bad .status-icon { background: var(--danger); box-shadow: 0 0 20px var(--danger); }
.status-summary h2, .status-summary p { margin: 0; }
.status-summary p { margin-top: 4px; color: var(--muted); }
.status-list { display: grid; gap: 10px; margin-top: 20px; }
.status-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.status-row span:last-child { color: var(--green); font-size: 12px; font-weight: 850; }
.prose { max-width: 880px; }
.prose section { margin-bottom: 42px; }
.prose h2 { margin: 0 0 13px; font-size: 27px; }
.prose p, .prose li { color: var(--muted); line-height: 1.75; }
.prose a { color: var(--green); }

.site-footer { position: relative; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 44px 0 34px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 42px; height: 42px; border-radius: 12px; }
.footer-brand b, .footer-brand span { display: block; }
.footer-brand b { color: var(--text); }
.footer-brand span { margin-top: 3px; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 27px 0; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.footer-links a:hover { color: var(--text); }
.site-footer > p { margin: 0; font-size: 11px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 80; padding: 13px 16px; border: 1px solid var(--line-strong); border-radius: 13px; color: var(--text); background: #0c1710; box-shadow: var(--shadow); font-size: 13px; font-weight: 800; }

@media (max-width: 960px) {
  .nav-shell { height: 64px; }
  .menu-button { display: inline-flex; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: rgba(255, 255, 255, .04); font-weight: 800; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 70px; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #09110c; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .header-download { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 58px; padding: 70px 0; }
  .launcher-preview { width: min(680px, 100%); margin: auto; transform: none; }
  .content-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .nav-shell, .hero, .section, .logo-strip, .site-footer { width: min(100% - 28px, var(--max)); }
  .brand { font-size: 15px; }
  .brand img { width: 34px; height: 34px; }
  .hero h1 { font-size: clamp(47px, 16vw, 70px); letter-spacing: -3.7px; }
  .hero-copy > p { font-size: 16px; }
  .button-row .button { width: 100%; }
  .launcher-preview { border-radius: 20px; }
  .preview-body { min-height: 350px; grid-template-columns: 1fr; }
  .preview-sidebar { display: none; }
  .preview-main { padding: 42px 18px; }
  .logo-strip { overflow-x: auto; justify-content: flex-start; padding: 19px; }
  .section { padding: 86px 0; }
  .page-hero { padding: 64px 0 24px; }
  .page-hero .section-heading { margin-bottom: 0; }
  .section-heading h1, .section-heading h2 { font-size: 40px; letter-spacing: -2px; }
  .feature-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .feature-card { min-height: 220px; padding: 24px; }
  .download-banner { align-items: flex-start; flex-direction: column; margin-top: 70px; padding: 30px 23px; }
  .download-banner .button { width: 100%; }
  .download-meta { grid-template-columns: 1fr; }
  .panel { padding: 23px; }
  .download-title { align-items: flex-start; }
  .download-title img { width: 56px; height: 56px; }
  .download-title h2 { font-size: 25px; }
  .steps article { grid-template-columns: 48px 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
