@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,sans-serif}:root{--bg:#eef2f0;--surface:#fff;--surface-2:#f5f8f6;--ink:#142120;--ink-soft:#4b6360;--ink-faint:#86988f;--brand:#0b5560;--brand-strong:#073b43;--brand-soft:#e5f1f0;--brand-ink:#eafbfd;--accent:#e2536b;--accent-soft:#fce8ec;--moss:#5b7a6b;--moss-soft:#e9efea;--sand:#b79f72;--sand-soft:#f3eee3;--status-open:#2e8b57;--status-open-soft:#2e8b5724;--status-soon:#b3791f;--status-soon-soft:#b3791f29;--status-closed:#9a4d4d;--status-closed-soft:#9a4d4d24;--border:#1421201c;--border-strong:#14212033;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:100px;--shadow-sm:0 1px 3px #0b2c3214;--shadow-md:0 8px 24px -8px #0b2c3238;--shadow-lg:0 18px 40px -18px #0b2c3252;--font-display:"Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;--color-bg:var(--bg);--color-surface:var(--surface);--color-text:var(--ink);--color-accent:var(--brand);--color-accent-2:var(--accent);--color-divider:var(--border);--color-accent-600:var(--brand);--color-accent-700:var(--brand-strong);--color-accent-2-700:var(--accent);--font-heading:var(--font-display);--font-heading-weight:600;--radius-md-old:var(--radius-md)}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.01em;font-weight:500}button,input,select,textarea{font-family:inherit}.halftone{display:block}.btn{cursor:pointer;font-family:var(--font-body);color:var(--ink);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:6px;padding:9px 16px;font-size:13.5px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.btn-primary{background:var(--brand);color:var(--brand-ink);border-color:var(--brand)}.btn-primary:hover{background:var(--brand-strong)}.btn-secondary{border-color:var(--border-strong)}.btn-secondary:hover{background:var(--surface-2)}
