:root {
  --night: #10192b;
  --night-2: #17243a;
  --ink: #111a2a;
  --paper: #f6f3ec;
  --muted: #687386;
  --line: #d9d6ce;
  --cyan: #22c7b8;
  --yellow: #f0c84b;
  --sky: #a7d8ee;
  --blue: #4f8fba;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.section-wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 70px; display: flex; align-items: center; gap: 30px; padding: 0 32px; color: #fff; background: var(--night); border-bottom: 1px solid #2a3851; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: .01em; }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.site-header nav { display: flex; gap: 22px; margin-left: auto; font-size: 13px; color: #bac5d6; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .text-link:hover { color: var(--yellow); }
.header-release { padding: 7px 12px; color: var(--night); background: var(--yellow); text-decoration: none; font-size: 12px; font-weight: 800; }
.hero { min-height: 615px; display: grid; grid-template-columns: 1fr 420px; align-items: center; gap: 72px; padding: 70px 0 78px; }
.hero-copy { max-width: 630px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .17em; }
.hero .eyebrow, .light-heading .eyebrow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 23px; color: var(--night); font-size: clamp(42px, 6vw, 77px); line-height: .99; letter-spacing: -.055em; }
h1 span { color: var(--blue); }
.hero-lede { max-width: 545px; margin-bottom: 28px; color: #4c596c; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid transparent; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--yellow); }
.button-secondary { color: var(--night); border-color: #c9c6bd; background: transparent; }
.hero-proof { color: #788395; font-size: 12px; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; background: var(--cyan); border-radius: 50%; }
.hero-art { position: relative; justify-self: end; width: min(100%, 420px); }
.art-frame { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1; border: 14px solid var(--night); background: var(--sky); box-shadow: 18px 18px 0 var(--yellow); }
.art-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.orbit-label { position: absolute; padding: 5px 9px; color: var(--night); background: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.label-top { top: 23px; right: -20px; }
.label-bottom { bottom: 15px; left: -27px; color: #fff; background: var(--night); }
.ticker { color: #d3dced; background: var(--night-2); }
.ticker-inner { width: min(1160px, calc(100% - 48px)); min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.ticker i { width: 5px; height: 5px; background: var(--cyan); transform: rotate(45deg); }
.feature-section { padding: 96px 0 105px; }
.section-heading { max-width: 610px; margin-bottom: 40px; }
h2 { margin-bottom: 12px; font-size: clamp(31px, 4vw, 49px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading > p:not(.eyebrow), .admin-copy > p:not(.eyebrow) { color: var(--muted); }
.feature-list { border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 70px 1fr 130px; align-items: center; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.feature-index { color: var(--blue); font-size: 13px; font-weight: 850; }
.feature-row h3 { margin-bottom: 3px; font-size: 19px; }
.feature-row p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-row strong { color: var(--blue); text-align: right; font-size: 20px; line-height: 1.1; }
.feature-row small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.install-band { color: #fff; background: var(--night); }
.install-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding-top: 92px; padding-bottom: 95px; }
.light-heading h2 { color: #fff; }
.light-heading > p:not(.eyebrow) { color: #acb8c9; }
.loader-panel { background: #fff; color: var(--ink); }
.loader-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.loader-tab { min-width: 0; padding: 14px 12px; color: var(--muted); border: 0; border-bottom: 3px solid transparent; background: #f1f0eb; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.loader-tab.active { color: var(--ink); border-bottom-color: var(--yellow); background: #fff; }
.loader-details { padding: 30px; }
.loader-details p { margin: 8px 0 22px; color: var(--muted); font-size: 14px; }
.detail-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.loader-name { font-size: 22px; font-weight: 850; letter-spacing: -.03em; }
.java-tag { padding: 4px 8px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; }
.download-link, .text-link { color: var(--blue); font-size: 13px; font-weight: 850; text-decoration: none; }
.download-link span, .text-link span { margin-left: 7px; color: var(--yellow); }
.command-line { display: block; overflow: auto; margin-top: 20px; padding: 11px 12px; color: #425066; background: #eef2f4; font-size: 12px; white-space: nowrap; }
.hidden { display: none; }
.admin-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding-top: 100px; padding-bottom: 110px; }
.admin-stack { border-top: 1px solid var(--line); }
.stack-line { display: grid; grid-template-columns: 100px 1fr auto; gap: 16px; align-items: center; min-height: 63px; border-bottom: 1px solid var(--line); }
.stack-key { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.stack-line strong { font-size: 14px; }
.stack-ok { color: #0f8c7d; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.stack-arrow { color: var(--yellow); font-size: 20px; }
.muted-line { color: #8a93a2; }
.closing-band { color: #fff; background: var(--night-2); }
.closing-inner { min-height: 160px; display: flex; align-items: center; gap: 20px; }
.closing-icon { width: 64px; height: 64px; border: 4px solid var(--yellow); }
.closing-inner h2 { margin: 0; font-size: 30px; }
.closing-inner .button { margin-left: auto; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; padding-bottom: 22px; color: #7b8492; font-size: 11px; }
@media (max-width: 800px) {
  .site-header { height: auto; flex-wrap: wrap; gap: 13px 20px; padding: 16px 22px; }
  .site-header nav { order: 3; width: 100%; margin-left: 0; gap: 16px; }
  .header-release { margin-left: auto; }
  .hero, .install-layout, .admin-section { grid-template-columns: 1fr; gap: 45px; }
  .hero { padding-top: 55px; }
  .hero-art { justify-self: center; width: min(100%, 360px); }
  .feature-row { grid-template-columns: 40px 1fr; gap: 12px; }
  .feature-row strong { grid-column: 2; text-align: left; font-size: 14px; }
  .ticker-inner { flex-wrap: wrap; justify-content: flex-start; padding: 16px 0; }
  .ticker i { display: none; }
  .closing-inner { flex-wrap: wrap; padding-top: 30px; padding-bottom: 30px; }
  .closing-inner .button { width: 100%; margin-left: 0; }
  .site-footer { display: block; }
  .site-footer span { display: block; margin-bottom: 7px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
