:root {
  color-scheme: light;
  --bg: #f3f1eb;
  --paper: #fffefa;
  --paper-2: #ebe8df;
  --ink: #191916;
  --muted: #66665f;
  --line: #d6d2c8;
  --violet: #5b50e6;
  --violet-soft: #e9e7ff;
  --green: #19764a;
  --amber: #b66a14;
  --red: #b8404d;
  --content: 1180px;
  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;
  color: var(--ink);
  background-color: var(--bg);
  background-image: linear-gradient(rgba(25,25,22,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(25,25,22,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  line-height: 1.6;
}
button, select { font: inherit; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: #fff; background: var(--ink); border-radius: .35rem; }
.skip-link:focus { top: 1rem; }

.nav-shell { position: sticky; top: 0; z-index: 20; background: rgba(243,241,235,.94); border-bottom: 1px solid var(--line); }
.nav { width: 100%; min-height: 72px; margin: 0; padding: 0 clamp(24px,2.5vw,52px); display: grid; grid-template-columns: minmax(250px,1fr) auto minmax(250px,1fr); align-items: center; gap: clamp(2rem,4vw,5rem); }
.brand { display: flex; align-items: center; gap: .72rem; white-space: nowrap; font-weight: 780; letter-spacing: 0; }
.brand-mark { position: relative; width: 34px; height: 34px; flex: 0 0 34px; }
.brand-mark::before,.brand-mark::after { content: ""; position: absolute; left: 15px; top: 2px; width: 4px; height: 29px; background: var(--ink); border-radius: 3px; transform-origin: 2px 2px; }
.brand-mark::before { transform: rotate(24deg); }
.brand-mark::after { transform: rotate(-24deg); }
.brand-mark > span { position: absolute; z-index: 1; left: 7px; top: 17px; width: 20px; height: 4px; background: var(--violet); border-radius: 3px; transform: rotate(-23deg); }
.brand-mark > span::after { content: ""; position: absolute; right: -2px; top: 9px; width: 7px; height: 7px; background: var(--green); border: 2px solid var(--bg); border-radius: 50%; }
.nav-menu { justify-self: center; display: flex; align-items: center; gap: clamp(2.25rem,3.6vw,4.75rem); color: #625f58; font-size: .88rem; }
.nav-menu a { padding-block: .3rem; border-bottom: 1px solid transparent; white-space: nowrap; }
.nav-menu a:hover, .nav-menu a:focus-visible, .nav-menu a.active { color: var(--ink); border-bottom-color: var(--ink); }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: .75rem; }
.github-link { padding: .35rem 0 .35rem .8rem; color: #595750; border-left: 1px solid var(--line); font-size: .78rem; white-space: nowrap; }
.github-link:hover, .github-link:focus-visible { color: var(--ink); }
.language-switch { display: inline-flex; align-items: center; padding: 2px; background: #ebe8e0; border: 1px solid transparent; border-radius: 999px; }
.globe-icon { position: relative; width: 16px; height: 16px; margin: 0 .18rem 0 .38rem; border: 1.4px solid #77736b; border-radius: 50%; }
.globe-icon::before { content: ""; position: absolute; inset: 2px 4px; border: 1px solid #77736b; border-block: 0; border-radius: 50%; }
.globe-icon::after { content: ""; position: absolute; left: 2px; right: 2px; top: 6px; border-top: 1px solid #77736b; }
.language-switch button { min-width: 34px; padding: .28rem .38rem; color: #77736b; background: transparent; border: 0; border-radius: 999px; cursor: pointer; font-size: .72rem; }
.language-switch button[aria-pressed="true"] { color: var(--ink); background: var(--paper); box-shadow: 0 1px 3px rgba(25,25,22,.1); }

.hero { max-width: var(--content); min-height: 680px; margin: auto; padding: 90px 24px 78px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.hero-copy { position: relative; }
.eyebrow { margin: 0 0 1rem; color: var(--violet); text-transform: uppercase; letter-spacing: .14em; font: 760 .72rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: .55rem; background: var(--green); border-radius: 50%; }
h1 { margin: 0; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: clamp(3.25rem, 6vw, 5.8rem); font-weight: 500; line-height: .95; letter-spacing: -.055em; }
h1 span { color: var(--violet); background: none; }
h1 .headline-main { color: var(--ink); }
.hero-subtitle { max-width: 630px; margin: 1.8rem 0; color: #595953; font-size: 1.08rem; }
.hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 46px; padding: 0 1.05rem; align-items: center; justify-content: center; color: var(--ink); background: transparent; border: 1px solid var(--ink); border-radius: .34rem; cursor: pointer; font-weight: 700; transition: transform .15s ease, box-shadow .15s ease; }
.button.primary { color: #fff; background: var(--ink); box-shadow: 4px 4px 0 #c8c3b8; }
.button.secondary { background: var(--paper); }
.button:hover { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 #bdb8ad; }
.button:focus-visible, button:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid rgba(91,80,230,.35); outline-offset: 3px; }
.trust-row { margin: 1.65rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; color: #66665f; list-style: none; font-size: .8rem; }
.trust-row li::before { content: "✓"; margin-right: .4rem; color: var(--green); font-weight: 800; }

.review-card { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--ink); border-radius: 4px; box-shadow: 10px 10px 0 #d4d0c6; }
.window-bar { min-height: 48px; padding: 0 15px; display: flex; align-items: center; gap: 7px; background: #e9e6dd; border-bottom: 1px solid var(--line); }
.window-dot { width: 8px; height: 8px; border: 1px solid rgba(25,25,22,.18); border-radius: 50%; }
.window-dot.red { background: #dd7f88; }.window-dot.amber { background: #e2b45f; }.window-dot.green { background: #79b990; }
.window-title { margin-left: .5rem; overflow: hidden; color: #65655f; text-overflow: ellipsis; white-space: nowrap; font: .73rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.verified-pill { margin-left: auto; padding: .14rem .48rem; color: var(--green); background: #e2f1e8; border: 1px solid #bcd7c6; border-radius: 999px; font-size: .66rem; }
.code { margin: 0; padding: 22px 15px; overflow-x: auto; color: #e7e5dc; background: #20211e; font-size: .78rem; line-height: 1.9; }
.line { display: inline-block; width: 25px; margin-right: 10px; text-align: right; user-select: none; }.muted { color: #77786f; }.removed { color: #ff9ba4; }.added { color: #8fdaa9; }
.finding { margin: 16px; padding: 15px; background: #fbefef; border: 1px solid #e5c6c8; border-left: 4px solid var(--red); border-radius: 3px; }
.finding header { display: flex; align-items: center; gap: .6rem; }.finding strong { line-height: 1.3; }.priority { padding: .13rem .38rem; color: #fff; background: var(--red); border-radius: .2rem; font: 750 .68rem ui-monospace, monospace; }.confidence { margin-left: auto; color: #6d6d66; font-size: .73rem; }.finding p { margin: .75rem 0; color: #575751; font-size: .85rem; }.finding footer { display: flex; flex-wrap: wrap; gap: .45rem; }.finding footer span { padding: .18rem .42rem; color: #66665f; background: rgba(255,255,255,.55); border: 1px solid #dbd1cf; border-radius: 999px; font-size: .65rem; }

.proof { max-width: var(--content); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(4,1fr); }
.proof div { padding: 24px 22px; background: var(--paper); border: 1px solid var(--line); border-right: 0; }.proof div:first-child { border-radius: 4px 0 0 4px; }.proof div:last-child { border-right: 1px solid var(--line); border-radius: 0 4px 4px 0; }.proof strong,.proof span { display: block; }.proof strong { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; letter-spacing: -.03em; }.proof span { color: var(--muted); font-size: .77rem; }

.section { max-width: var(--content); margin: 0 auto; padding: 110px 24px; }
.section-heading { max-width: 690px; margin-bottom: 42px; }.section-heading.compact { margin-bottom: 28px; }.section-heading h2 { margin: 0; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(2.2rem,4vw,3.65rem); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }.section-heading > p:last-child { color: var(--muted); font-size: 1rem; }
.workflow-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; list-style: none; border-top: 1px solid var(--ink); }
.workflow-grid li { min-height: 245px; padding: 23px 20px; border-right: 1px solid var(--line); }.workflow-grid li:last-child { border-right: 0; }.workflow-grid li > span { color: var(--violet); font: 750 .72rem ui-monospace,monospace; }.workflow-grid h3 { margin: 3rem 0 .65rem; font-size: 1.03rem; }.workflow-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.demo-section { max-width: none; padding-left: max(24px,calc((100vw - var(--content))/2 + 24px)); padding-right: max(24px,calc((100vw - var(--content))/2 + 24px)); background: #e8e4da; border-block: 1px solid var(--line); }
.demo-shell { overflow: hidden; background: var(--paper); border: 1px solid var(--ink); border-radius: 4px; box-shadow: 8px 8px 0 #cbc6bb; }
.demo-toolbar { min-height: 76px; padding: 13px 18px; display: flex; align-items: center; gap: 14px; background: #f4f1e9; border-bottom: 1px solid var(--line); }.scope-label { color: #66665f; font-size: .78rem; }.run-button { margin-left: auto; min-height: 42px; }
.scope-picker { position: relative; width: min(310px, 100%); }
.scope-trigger { width: 100%; min-height: 46px; padding: .65rem .85rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--ink); background: #fff; border: 1px solid #aaa69d; border-radius: 3px; cursor: pointer; font: inherit; text-align: left; }
.scope-trigger:hover { border-color: var(--ink); }.scope-trigger:focus-visible { outline: 3px solid #cfc9ff; outline-offset: 2px; }.scope-picker.open .scope-trigger { border-color: var(--ink); }
.scope-chevron { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .16s ease; }.scope-picker.open .scope-chevron { transform: translateY(2px) rotate(225deg); }
.scope-menu { position: absolute; z-index: 20; top: calc(100% + 6px); left: 0; width: 100%; padding: 5px; background: var(--paper); border: 1px solid var(--ink); border-radius: 3px; box-shadow: 6px 6px 0 #cbc6bb; }
.scope-menu button { width: 100%; padding: .7rem .75rem; display: flex; align-items: center; gap: .65rem; color: #4e4e48; background: transparent; border: 0; border-radius: 2px; cursor: pointer; font: inherit; text-align: left; }.scope-menu button::before { content:""; width: 7px; height: 7px; flex: 0 0 auto; border: 1px solid #aaa69d; border-radius: 50%; }.scope-menu button:hover,.scope-menu button:focus-visible { color: var(--ink); background: #e9e6dd; outline: none; }.scope-menu button[aria-selected="true"] { color: #fff; background: var(--ink); }.scope-menu button[aria-selected="true"]::before { background: #fff; border-color: #fff; }
.demo-body { min-height: 330px; display: grid; grid-template-columns: minmax(230px,.42fr) 1fr; }.pipeline { padding: 24px; background: #f8f6f0; border-right: 1px solid var(--line); }.pipeline-step { position: relative; min-height: 54px; display: flex; align-items: center; gap: .7rem; color: #85857d; font-size: .83rem; }.pipeline-step::after { content:""; position:absolute; left:7px; top:36px; width:1px; height:30px; background:var(--line); }.pipeline-step:last-child::after { display:none; }.pipeline-step > span:first-child { flex:0 0 auto; width:15px; height:15px; background:#f8f6f0; border:2px solid #aaa89f; border-radius:50%; }.pipeline-step.active { color:var(--violet); }.pipeline-step.active > span:first-child { border-color:var(--violet); box-shadow:0 0 0 4px var(--violet-soft); }.pipeline-step.done { color:var(--ink); }.pipeline-step.done > span:first-child { background:var(--green); border-color:var(--green); box-shadow:inset 0 0 0 3px #f8f6f0; }
.demo-result { padding: 28px; display: grid; align-items: center; }.empty-result { color:#77776f; text-align:center; }.empty-result span { display:block; font-size:2rem; }.demo-finding { padding:18px; background:#fbefef; border:1px solid #e4c4c7; border-radius:3px; animation:reveal .3s ease both; }.demo-finding .result-top { display:flex; align-items:center; gap:.7rem; }.demo-finding h3 { margin:0; font-size:1rem; }.demo-finding p { color:#5d5d56; font-size:.87rem; }.evidence-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; }.evidence-grid div { padding:10px; background:rgba(255,255,255,.55); border:1px solid #ddd3d0; border-radius:3px; }.evidence-grid span { display:block; color:#7c7774; text-transform:uppercase; letter-spacing:.08em; font-size:.6rem; }.evidence-grid strong { font-size:.77rem; font-weight:650; }.filtered-note { margin-top:.8rem; color:var(--green); font-size:.74rem; }
@keyframes reveal { from { opacity:0; transform:translateY(6px); } to { opacity:1; transform:none; } }

.benchmark-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.benchmark-grid article { padding:25px 0 0; border-top:2px solid var(--ink); }.metric-label { display:block; color:var(--violet); text-transform:uppercase; letter-spacing:.1em; font:750 .68rem ui-monospace,monospace; }.benchmark-grid strong { display:block; margin:.8rem 0 .4rem; font-size:1.08rem; }.benchmark-grid p { margin:0; color:var(--muted); font-size:.86rem; }

.install { padding-top:90px; }.install-card { overflow:hidden; background:var(--paper); border:1px solid var(--ink); border-radius:4px; box-shadow:8px 8px 0 #d0cbc0; }.platform-tabs { display:flex; border-bottom:1px solid var(--line); }.platform-tabs button { flex:1; padding:15px; color:#77776f; background:#efede6; border:0; border-bottom:3px solid transparent; cursor:pointer; }.platform-tabs button[aria-selected="true"] { color:var(--ink); background:var(--paper); border-bottom-color:var(--violet); }.install-panel { padding:28px; }.install-panel > p { color:var(--muted); }.command-row { margin:.7rem 0; padding:10px 10px 10px 14px; display:flex; align-items:center; gap:10px; background:#20211e; border-radius:3px; }.command-row code { min-width:0; overflow-x:auto; color:#ece9ff; font-size:.81rem; }.command-row button { margin-left:auto; color:#d8d3ff; background:transparent; border:0; cursor:pointer; }.invoke code { color:var(--violet); }
.local-ui-callout { margin-top:28px; padding:24px; display:grid; grid-template-columns:.8fr 1.2fr; gap:34px; background:#e9e6dd; border:1px solid var(--line); border-radius:4px; }.local-ui-callout .step-number { color:var(--violet); font:750 .7rem ui-monospace,monospace; letter-spacing:.1em; }.local-ui-callout h3 { margin:.45rem 0 .55rem; font:500 1.55rem Georgia,serif; }.local-ui-callout p { margin:0; color:var(--muted); font-size:.84rem; }.local-ui-callout .command-row { margin:0 0 .65rem; }.local-ui-callout a { display:inline-block; margin-top:.75rem; color:var(--violet); border-bottom:1px solid currentColor; font-size:.78rem; }.local-ui-hint { font-size:.75rem!important; }

footer { max-width:var(--content); margin:30px auto 0; padding:32px 24px 54px; display:flex; justify-content:space-between; gap:2rem; color:var(--muted); border-top:1px solid var(--ink); font-size:.79rem; }footer strong,footer span { display:block; }footer strong { color:var(--ink); font-size:.94rem; }
.toast { position:fixed; right:20px; bottom:20px; z-index:30; padding:.65rem .85rem; color:#fff; background:var(--ink); border-radius:.3rem; box-shadow:4px 4px 0 #aaa69d; opacity:0; transform:translateY(8px); pointer-events:none; transition:.2s ease; }.toast.show { opacity:1; transform:none; }

@media (max-width:900px) {
  .nav { grid-template-columns:auto minmax(0,1fr) auto; gap:1.25rem; }.nav-menu { gap:1.25rem; font-size:.8rem; }.hero { grid-template-columns:1fr; padding-top:70px; gap:50px; }.proof { grid-template-columns:1fr 1fr; }.proof div:nth-child(2) { border-right:1px solid var(--line); border-radius:0 4px 0 0; }.proof div:nth-child(3) { border-top:0; border-radius:0 0 0 4px; }.proof div:nth-child(4) { border-top:0; border-radius:0 0 4px 0; }.workflow-grid { grid-template-columns:1fr 1fr; }.workflow-grid li:nth-child(2) { border-right:0; }.workflow-grid li:nth-child(n+3) { border-top:1px solid var(--line); }.benchmark-grid { grid-template-columns:1fr; }
}

@media (max-width:620px) {
  .nav { min-height:62px; gap:.65rem; padding-inline:18px; grid-template-columns:auto minmax(0,1fr) auto; }.brand { gap:.42rem; }.brand-mark { width:29px; height:29px; flex-basis:29px; transform:scale(.86); transform-origin:left center; margin-right:-4px; }.brand > span:last-child { font-size:.82rem; }.nav-menu { justify-self:end; gap:0; }.nav-menu a { display:none; }.nav-menu .docs-link,.docs-nav-menu .active { display:inline-flex; color:var(--violet); font-size:.74rem; }.nav-actions { gap:.35rem; }.github-link { display:none; }.globe-icon { display:none; }.language-switch { margin-left:0; }.language-switch button { min-width:30px; padding-inline:.3rem; }.hero { min-height:auto; padding:54px 18px 68px; }.hero-actions .button { width:100%; }.review-card { box-shadow:6px 6px 0 #d4d0c6; }.proof { padding-inline:18px; grid-template-columns:1fr; }.proof div,.proof div:nth-child(2),.proof div:nth-child(3),.proof div:nth-child(4) { padding:16px; border:1px solid var(--line); border-bottom:0; border-radius:0; }.proof div:first-child { border-radius:4px 4px 0 0; }.proof div:last-child { border-bottom:1px solid var(--line); border-radius:0 0 4px 4px; }.section { padding:80px 18px; }.workflow-grid { grid-template-columns:1fr; }.workflow-grid li,.workflow-grid li:nth-child(2),.workflow-grid li:nth-child(n+3) { min-height:185px; border-right:0; border-top:1px solid var(--line); }.workflow-grid li:first-child { border-top:0; }.workflow-grid h3 { margin-top:2rem; }.demo-section { padding-inline:18px; }.demo-toolbar { align-items:flex-start; flex-wrap:wrap; }.scope-label { width:100%; }.scope-picker { width:100%; }.run-button { width:100%; margin:0; }.demo-body { grid-template-columns:1fr; }.pipeline { border-right:0; border-bottom:1px solid var(--line); }.evidence-grid { grid-template-columns:1fr; }.local-ui-callout { grid-template-columns:1fr; }.command-row { align-items:flex-start; }.command-row button { flex:0 0 auto; }footer { padding-inline:18px; flex-direction:column; }
}

@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }
