:root{--bg: #f6f4ee;--surface: #ffffff;--surface-muted: #ebe6d9;--ink: #171b18;--ink-soft: #4d554f;--ink-muted: #727a73;--line: #d8d2c3;--line-strong: #bcb4a2;--green: #154432;--green-strong: #0d3023;--green-soft: #e3eee8;--gold: #b7772f;--danger: #8d3c2f;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SF Mono", "Roboto Mono", ui-monospace, Menlo, Consolas, monospace;--text-xs: .78rem;--text-sm: .9rem;--text-base: 1rem;--text-lg: 1.18rem;--text-xl: 1.45rem;--text-2xl: 2rem;--text-3xl: 3.35rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4.5rem;--radius: 8px;--content: 72rem;--measure: 48rem;--shadow: 0 18px 45px rgb(23 27 24 / .08);--paper: var(--bg);--paper-deep: var(--surface-muted);--rule: var(--line);--rule-strong: var(--line-strong);--accent: var(--green);--accent-soft: var(--green-strong);--highlight: var(--gold);--ink-faint: var(--ink-muted);--font-body: var(--font-sans);--type-xs: var(--text-xs);--type-sm: var(--text-sm);--type-base: var(--text-base);--type-lg: var(--text-lg);--type-xl: var(--text-xl)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;color:var(--ink);background:linear-gradient(180deg,rgb(21 68 50 / .05),transparent 22rem),var(--bg);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.62}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgb(23 27 24 / .025) 1px,transparent 1px),linear-gradient(90deg,rgb(23 27 24 / .02) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,black,transparent 70%)}header.site,main,footer.site{width:min(var(--content),calc(100vw - 2rem));margin-inline:auto}header.site{min-height:5rem;display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);border-bottom:1px solid var(--line)}header.site .brand{color:var(--ink);font-size:1.55rem;font-weight:760;letter-spacing:0;text-decoration:none;background:none}header.site .brand:after{content:" ops";color:var(--green);font-size:.72rem;font-weight:760;letter-spacing:.12em;text-transform:uppercase;margin-left:.35rem;vertical-align:.28em}header.site nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:var(--space-2);font-size:var(--text-sm);font-weight:690}header.site nav a{color:var(--ink-soft);text-decoration:none;background:none;border-radius:999px;padding:.45rem .72rem}header.site nav a:hover{color:var(--green-strong);background:var(--green-soft)}main{padding:var(--space-8) 0}p,ul,ol,blockquote{max-width:var(--measure)}h1,h2,h3,p{margin-top:0}h1{max-width:58rem;margin-bottom:var(--space-5);font-size:var(--text-3xl);line-height:.98;letter-spacing:0;font-weight:780;text-wrap:balance}h1.display{font-size:5.45rem;max-width:64rem}h2{margin:var(--space-8) 0 var(--space-4);max-width:var(--measure);font-size:var(--text-2xl);line-height:1.08;letter-spacing:0;font-weight:760;text-wrap:balance}h2:before{content:"";display:block;width:3rem;height:.22rem;margin-bottom:var(--space-3);background:var(--gold);border-radius:999px}h3{margin:var(--space-6) 0 var(--space-2);max-width:var(--measure);font-size:var(--text-xl);line-height:1.18;letter-spacing:0;font-weight:760}p{margin-bottom:var(--space-4);color:var(--ink-soft);font-size:var(--text-lg)}.lede{max-width:56rem;margin-bottom:var(--space-5);color:var(--ink-soft);font-size:1.45rem;line-height:1.48;font-weight:430}.lede:first-letter{float:none;margin:0;color:inherit;font:inherit}ul,ol{margin:0 0 var(--space-5);padding-left:1.25rem;color:var(--ink-soft);font-size:var(--text-lg)}li{margin-bottom:var(--space-3)}li::marker{color:var(--green)}strong,li>strong{color:var(--ink);font-weight:760}a{color:var(--green-strong);text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--green)}.cta-row{display:flex;flex-wrap:wrap;gap:var(--space-3);margin:var(--space-5) 0 var(--space-7)}.cta{display:inline-flex;min-height:3.2rem;align-items:center;justify-content:center;border-radius:var(--radius);padding:.85rem 1.1rem;font-size:var(--text-sm);font-weight:780;line-height:1.1;text-decoration:none;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.cta:hover{transform:translateY(-1px)}.cta.primary{min-width:13rem;color:#fff;background:var(--green);border:1px solid var(--green);box-shadow:var(--shadow)}.cta.primary:hover{color:#fff;background:var(--green-strong);border-color:var(--green-strong)}.cta.secondary{min-width:16rem;color:var(--green-strong);background:#ffffffb8;border:1px solid var(--line-strong)}.cta.secondary:hover{background:var(--surface);border-color:var(--green)}h2+p+p.small+ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:var(--space-3);max-width:none;padding-left:0;list-style:none}h2+p+p.small+ul li{min-height:100%;margin:0;padding:var(--space-4);background:#ffffffbd;border:1px solid var(--line);border-radius:var(--radius)}ol.how{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:var(--space-4);max-width:none;padding-left:0;list-style:none;counter-reset:how}ol.how li{counter-increment:how;margin:0;padding:var(--space-4);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 30px #171b180d}ol.how li:before{content:counter(how,decimal-leading-zero);position:static;display:block;width:auto;margin-bottom:var(--space-3);padding:0;border:0;color:var(--gold);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:760;letter-spacing:.08em}hr{max-width:var(--content);height:1px;margin:var(--space-7) 0;border:0;background:var(--line)}hr:before{content:none}blockquote{margin:var(--space-5) 0;padding:var(--space-4) var(--space-5);color:var(--ink-soft);background:var(--surface);border-left:4px solid var(--gold);border-radius:0 var(--radius) var(--radius) 0}code{padding:.12rem .34rem;color:var(--green-strong);background:var(--green-soft);border-radius:4px;font-family:var(--font-mono);font-size:.92em}.small{color:var(--ink-muted);font-size:var(--text-sm);line-height:1.55}footer.site{display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3);padding:var(--space-5) 0;color:var(--ink-muted);border-top:1px solid var(--line);font-size:var(--text-sm)}footer.site a{color:var(--ink-soft)}::selection{color:#fff;background:var(--green)}@media(max-width:48rem){:root{--text-lg: 1.05rem;--text-2xl: 1.65rem;--text-3xl: 2.35rem}h1.display{font-size:2.7rem}header.site{min-height:auto;align-items:flex-start;flex-direction:column;padding:var(--space-4) 0}header.site nav{justify-content:flex-start}header.site nav a{padding-left:0}main{padding:var(--space-6) 0 var(--space-7)}.cta{width:100%}}
