:root{--yellow-100: #FFF7CC;--yellow-200: #FFEC85;--yellow-300: #FFE34D;--yellow-400: #FFDB3A;--yellow-500: #FFD60A;--yellow-600: #FFCB05;--yellow-700: #E5B400;--yellow-800: #997800;--ink: #15140F;--ink-90: rgba(21, 20, 15, .9);--ink-70: rgba(21, 20, 15, .7);--ink-55: rgba(21, 20, 15, .55);--ink-40: rgba(21, 20, 15, .4);--ink-20: rgba(21, 20, 15, .2);--ink-12: rgba(21, 20, 15, .12);--ink-8: rgba(21, 20, 15, .08);--ink-4: rgba(21, 20, 15, .04);--paper: #FAF6EE;--paper-2: #F4EFE3;--paper-3: #ECE6D6;--positive: #1F6B4A;--positive-bg: #DCEDE2;--negative: #B83A2E;--negative-bg: #F4DCD7;--surface-page: var(--paper);--surface-card: #FFFFFF;--surface-sunken: var(--paper-2);--surface-hover: var(--paper-2);--surface-ink: var(--ink);--surface-yellow: var(--yellow-500);--text-strong: var(--ink);--text-body: var(--ink-70);--text-muted: var(--ink-55);--text-subtle: var(--ink-40);--text-brand: var(--yellow-800);--border-subtle: var(--ink-8);--border-default: var(--ink-12);--border-strong: var(--ink);--brand: var(--yellow-500);--brand-hover: var(--yellow-600);--brand-press: var(--yellow-700);--brand-weak: var(--yellow-100);--on-brand: var(--ink);--status-owed: var(--positive);--status-owed-weak: var(--positive-bg);--status-owe: var(--negative);--status-owe-weak: var(--negative-bg);--status-settled: var(--ink-55);--status-settled-weak: var(--paper-3);--ring: var(--ink);--font-display: "Geist Variable", "Geist", ui-sans-serif, system-ui, sans-serif;--font-sans: "Geist Variable", "Geist", ui-sans-serif, system-ui, sans-serif;--font-mono: "Geist Mono Variable", "Geist Mono", ui-monospace, "SFMono-Regular", monospace;--ls-tight: -.03em;--ls-snug: -.015em;--ls-label: .04em;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 999px;--shadow-xs: 0 1px 0 0 rgba(21, 20, 15, .04);--shadow-sm: 0 1px 0 0 rgba(21, 20, 15, .04), 0 4px 12px -6px rgba(21, 20, 15, .1);--shadow-md: 0 1px 0 0 rgba(21, 20, 15, .04), 0 8px 24px -8px rgba(21, 20, 15, .16);--shadow-lg: 0 1px 0 0 rgba(21, 20, 15, .04), 0 24px 48px -16px rgba(21, 20, 15, .24);--ease-out: cubic-bezier(.2, .8, .2, 1);--dur-base: .12s;--container: 1120px;--pad: 24px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-body);background:var(--surface-page);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;letter-spacing:-.005em}a{color:inherit;text-decoration:none}::selection{background:var(--yellow-500);color:var(--ink)}:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.container{max-width:var(--container);margin:0 auto;padding:0 var(--pad)}.eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:var(--ls-label);text-transform:uppercase;color:var(--text-muted)}.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"zero" 0;letter-spacing:-.01em}.nav{position:sticky;top:0;z-index:50;background:var(--surface-page);border-bottom:1px solid var(--border-subtle)}.nav-row{display:flex;align-items:center;gap:28px;height:62px}.brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:21px;letter-spacing:var(--ls-tight);color:var(--text-strong)}.brand-mark{display:block;width:24px;height:24px;border-radius:7px;flex-shrink:0}.nav-links{display:flex;gap:24px;margin-left:auto;font-size:15px;font-weight:500;color:var(--text-body)}.nav-links a:hover{color:var(--text-strong)}.nav-cta{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:14px;background:var(--brand);color:var(--on-brand);padding:9px 16px;border-radius:var(--radius-md);transition:background var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out)}.nav-cta:hover{background:var(--brand-hover)}.nav-cta:active{transform:scale(.98)}@media(max-width:720px){.nav-links{display:none}.nav-cta{margin-left:auto}}.site-foot{border-top:1px solid var(--border-subtle);background:var(--surface-card);padding:56px 0 40px;margin-top:96px}.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}@media(max-width:860px){.foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.foot-grid{grid-template-columns:1fr}}.foot-brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:21px;letter-spacing:var(--ls-tight);color:var(--text-strong)}.foot-tagline{font-size:15px;color:var(--text-muted);max-width:40ch;margin-top:12px;line-height:1.6}.site-foot h4{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:var(--ls-label);color:var(--text-muted);font-weight:500;margin:0 0 14px}.site-foot ul{list-style:none;margin:0;padding:0}.site-foot li{margin-bottom:9px}.site-foot li a{font-size:15px;color:var(--text-body)}.site-foot li a:hover{color:var(--text-strong)}.foot-bottom{margin-top:48px;padding-top:20px;border-top:1px solid var(--border-subtle);font-family:var(--font-mono);font-size:12px;color:var(--text-muted)}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-latin-ext-wght-normal.DMtmJ5ZE.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-latin-wght-normal.Dg_dQHbK.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-mono-cyrillic-wght-normal.BZdD_g9V.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-mono-latin-ext-wght-normal.b6lpi8_2.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-mono-latin-wght-normal.Cjtb1TV-.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
