:root {
  color-scheme: dark;
  --bg: #0d1117;
  --panel: #161b22;
  --panel-2: #1c2128;
  --ink: #f0f6fc;
  --muted: #8b949e;
  --line: #30363d;
  --accent: #f78166;
  --green: #3fb950;
  --mono: ui-monospace, "SFMono-Regular", "Cascadia Code", "Liberation Mono", monospace;
  --serif: Iowan Old Style, "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--mono); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.grid { position: fixed; inset: 0; z-index: -2; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.grid::after { content: ""; position: absolute; width: 38rem; height: 38rem; right: -14rem; top: -17rem; border: 1px solid rgba(247,129,102,.2); border-radius: 50%; box-shadow: 0 0 0 6rem rgba(247,129,102,.025), 0 0 0 13rem rgba(247,129,102,.018); }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 82px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.mini-slider { position: relative; display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 6px; background: var(--panel); }
.mini-slider::before { content: ""; width: 17px; height: 2px; border-radius: 2px; background: var(--muted); }
.mini-slider i { position: absolute; width: 4px; height: 15px; border-radius: 1px; background: var(--accent); transform: translateX(3px); box-shadow: 0 0 9px rgba(247,129,102,.5); }
nav { display: flex; gap: 25px; }
nav a { color: var(--muted); text-decoration: none; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
nav a:hover, nav a[aria-current="page"] { color: var(--accent); }

.hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; min-height: 680px; padding-block: 88px; }
.hero-copy, .hero-demo { min-width: 0; }
.kicker { display: flex; align-items: center; gap: 8px; margin: 0 0 19px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.kicker span { width: 18px; height: 1px; background: currentColor; }
h1, .how h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
h1 { font-size: clamp(46px, 5.8vw, 79px); line-height: .98; }
h1 em, .how h2 em { color: var(--accent); font-weight: 400; }
.lede { max-width: 590px; margin: 27px 0 0; color: #b1bac4; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 224px; padding: 14px 16px; color: #0d1117; background: var(--accent); border: 1px solid var(--accent); border-radius: 5px; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 8px 30px rgba(247,129,102,.15); }
.button b { font-size: 8px; letter-spacing: .12em; }
.button-disabled { color: var(--muted); background: var(--panel); border-color: var(--line); box-shadow: none; }
.text-link { color: var(--muted); font-size: 10px; text-underline-offset: 4px; }
.text-link:hover { color: var(--ink); }
.microcopy { margin: 14px 0 0; color: #6e7681; font-size: 9px; letter-spacing: .08em; }

.hero-demo { position: relative; min-height: 410px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.025), transparent 46%), var(--panel); box-shadow: 0 35px 100px rgba(1,4,9,.45); transform: rotate(.6deg); overflow: hidden; }
.hero-demo::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.05); }
.window-bar { display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; height: 46px; padding: 0 14px; border-bottom: 1px solid var(--line); background: #10151c; }
.window-bar div { display: flex; gap: 6px; }
.window-bar div span { width: 7px; height: 7px; border: 1px solid #484f58; border-radius: 50%; }
.window-bar div span:first-child { border-color: var(--accent); }
.window-bar p { overflow: hidden; margin: 0; color: #6e7681; font-size: 8px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.issue-stage { position: relative; min-height: 362px; padding: 52px 44px; background-image: linear-gradient(90deg, transparent 49.85%, rgba(255,255,255,.025) 50%, transparent 50.15%); }
.repo-line { color: #79c0ff; font-size: 10px; }
.repo-icon { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 6px; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; font-size: 7px; }
.issue-title { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.open-ring { width: 17px; height: 17px; border: 2px solid var(--green); border-radius: 50%; box-shadow: inset 0 0 0 4px var(--panel); background: var(--green); }
.issue-title h2 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: -.025em; }
.issue-title small { color: #6e7681; font-family: var(--mono); font-size: 13px; font-weight: 400; }
.fake-lines { display: grid; gap: 10px; width: 75%; margin: 34px 0 0 29px; }
.fake-lines span { height: 7px; border-radius: 3px; background: #21262d; }
.fake-lines span:nth-child(2) { width: 83%; }.fake-lines span:nth-child(3) { width: 56%; }
.slider-control { position: absolute; right: 18px; bottom: 18px; display: grid; grid-template-columns: 7px 43px auto 43px; min-height: 42px; background: rgba(13,17,23,.96); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 15px 35px rgba(1,4,9,.4); overflow: hidden; }
.slider-control > i { position: relative; border-right: 1px solid var(--line); }
.slider-control > i::before { content: ""; position: absolute; left: 2px; top: 12px; width: 3px; height: 17px; border-radius: 2px; background: var(--accent); }
.slider-control button { padding: 0; color: var(--ink); background: transparent; border: 0; font: 18px var(--mono); }
.slider-control button:first-of-type { border-right: 1px solid var(--line); }.slider-control button:last-of-type { border-left: 1px solid var(--line); }
.slider-control kbd { color: var(--muted); font-size: 8px; }
.slider-control > span { display: flex; flex-direction: column; justify-content: center; min-width: 59px; text-align: center; }
.slider-control small { color: var(--green); font-size: 7px; }.slider-control b { font-size: 9px; letter-spacing: .08em; }
.queue-label { position: absolute; left: -22px; bottom: -29px; display: flex; align-items: center; gap: 15px; color: #484f58; font-size: 9px; transform: rotate(-90deg); transform-origin: 0 0; }
.queue-label strong { color: var(--accent); }.queue-label i { width: 70px; height: 1px; background: var(--line); }

.control-strip { border-block: 1px solid var(--line); background: rgba(22,27,34,.68); }
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.control-grid article { position: relative; min-height: 270px; padding: 46px 42px; border-left: 1px solid var(--line); }
.control-grid article:last-child { border-right: 1px solid var(--line); }
.control-grid .index { position: absolute; right: 17px; top: 16px; color: #484f58; font-size: 8px; }
.control-grid kbd, .click-mark { display: grid; place-items: center; width: 46px; height: 46px; color: var(--accent); background: var(--bg); border: 1px solid var(--line); border-radius: 7px; box-shadow: inset 0 -3px #010409; font: 20px var(--mono); }
.control-grid h2 { margin: 28px 0 9px; font-family: var(--serif); font-size: 24px; letter-spacing: -.035em; }
.control-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.how { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding-block: 120px; }
.how h2 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1; }
.how ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.how li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.how li > span { color: var(--accent); font-size: 9px; }
.how li strong { font-family: var(--serif); font-size: 18px; }.how li p { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.privacy-note { display: grid; grid-template-columns: 56px .8fr 1.4fr auto; align-items: center; gap: 28px; margin-bottom: 100px; padding: 30px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); }
.shield { display: grid; place-items: center; width: 48px; height: 48px; color: var(--green); border: 1px solid #2ea043; border-radius: 50%; font-size: 24px; }
.privacy-note .kicker { margin: 0 0 4px; font-size: 8px; }.privacy-note h2 { margin: 0; font-family: var(--serif); font-size: 24px; }
.privacy-note > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }.privacy-note > a { color: var(--ink); font-size: 9px; white-space: nowrap; text-underline-offset: 4px; }

.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 88px; color: #6e7681; border-top: 1px solid var(--line); font-size: 8px; letter-spacing: .08em; }
.site-footer div { display: flex; gap: 20px; }.site-footer a { text-decoration: none; }.site-footer a:hover { color: var(--accent); }

.document { display: grid; grid-template-columns: 210px minmax(0, 720px); gap: 70px; padding-block: 88px 120px; }
.document aside { padding-top: 47px; color: #6e7681; font-size: 9px; }.document aside p { margin: 0 0 7px; color: var(--accent); letter-spacing: .1em; }.document aside span { line-height: 1.5; }
.document article h1 { margin-bottom: 34px; }
.document-lede { margin: 0 0 60px; color: #b1bac4; font-family: var(--serif); font-size: 21px; line-height: 1.55; }
.document article section { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 28px 0; border-top: 1px solid var(--line); }
.document article section:last-child { border-bottom: 1px solid var(--line); }
.document article section h2 { margin: 0; font-family: var(--serif); font-size: 17px; letter-spacing: -.02em; }
.document article section p { margin: 0; color: #b1bac4; font-size: 11px; line-height: 1.75; }
.document code, .support code { padding: 2px 4px; color: var(--ink); background: var(--panel); border: 1px solid var(--line); border-radius: 3px; font: 9px var(--mono); }
.document article a { color: #79c0ff; text-underline-offset: 3px; }

.support { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; min-height: calc(100vh - 170px); padding-block: 95px 120px; }
.support-intro { position: sticky; top: 48px; align-self: start; }.support-intro > p:not(.kicker) { max-width: 460px; margin: 28px 0; color: #b1bac4; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 24px 0; cursor: pointer; font-family: var(--serif); font-size: 19px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }.faq summary::after { content: "+"; justify-self: end; color: var(--accent); font: 18px var(--mono); }.faq details[open] summary::after { content: "−"; }
.faq summary span { color: var(--accent); font: 9px var(--mono); }.faq details p { margin: -5px 42px 26px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.faq kbd { padding: 1px 5px; color: var(--ink); background: var(--panel); border: 1px solid var(--line); border-radius: 3px; }

@media (max-width: 800px) {
  .shell { width: min(100% - 30px, 620px); }
  nav { gap: 13px; }.hero { grid-template-columns: 1fr; gap: 55px; padding-block: 70px; }.hero-demo { min-height: 360px; }.issue-stage { min-height: 312px; padding: 42px 24px; }
  .control-grid { grid-template-columns: 1fr; }.control-grid article, .control-grid article:last-child { min-height: 220px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .how { grid-template-columns: 1fr; }.privacy-note { grid-template-columns: 48px 1fr; }.privacy-note > p, .privacy-note > a { grid-column: 1 / -1; }
  .document, .support { grid-template-columns: 1fr; gap: 35px; padding-block: 60px 90px; }.document aside { padding: 0; }.document article section { grid-template-columns: 1fr; gap: 10px; }.support-intro { position: static; }
  .site-footer > span:nth-child(2) { display: none; }
}

@media (max-width: 500px) {
  .shell { width: auto; margin-inline: 15px; }
  .site-header { display: grid; grid-template-columns: 1fr; align-items: flex-start; gap: 17px; padding-block: 18px; }.site-header nav { flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 14px; }
  .hero h1 { max-width: 100%; font-size: 39px; overflow-wrap: anywhere; }.lede { max-width: 100%; font-size: 17px; overflow-wrap: anywhere; }
  .hero-actions { align-items: flex-start; flex-direction: column; }.hero-demo { width: 100%; max-width: 100%; margin-inline: 0; }.issue-title h2 { min-width: 0; font-size: 20px; overflow-wrap: anywhere; }
  .slider-control { right: 10px; bottom: 10px; }.privacy-note { padding: 22px; }.site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
