@font-face { font-family: Umiak; src: url('/fonts/Umiak-Black.woff2') format('woff2'); font-weight: 900; font-display: swap; }
@font-face { font-family: Host; src: url('/fonts/HostGrotesk-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Host; src: url('/fonts/HostGrotesk-SemiBold.woff2') format('woff2'); font-weight: 600; font-display: swap; }
* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: #f6f4ef; color: #111; font: 17px/1.55 Host, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, input, select, textarea { border-radius: 0; }
.container { width: min(100% - 40px, 1080px); margin: 0 auto; }
.narrow { max-width: 780px; }
.site-nav { border-bottom: 1px solid rgba(17,17,17,.14); }
.nav-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.nav-links { display: flex; gap: 22px; font-size: 14px; }
.eyebrow { margin: 0 0 14px; color: #5d5d5d; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3 { font-family: Umiak, Georgia, serif; font-weight: 900; letter-spacing: -.02em; }
h1 { max-width: 900px; margin: 0 0 24px; font-size: clamp(44px, 8vw, 76px); line-height: .99; }
h2 { margin: 0 0 14px; font-size: clamp(32px, 5vw, 44px); line-height: 1.08; }
h3 { margin: 0 0 10px; font-size: 24px; line-height: 1.15; }
.hero { padding: 84px 0 64px; }
.lead { max-width: 760px; margin: 0; color: #444; font-size: 22px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid #111; background: transparent; color: #111; font-weight: 600; text-decoration: none; cursor: pointer; }
.button.primary { background: #111; color: #fff; }
.button:hover { opacity: .78; }
.button:disabled { cursor: not-allowed; opacity: .45; }
.button:focus-visible, .text-button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid #b38936; outline-offset: 3px; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 780px; margin: 44px 0 0; border-top: 1px solid rgba(17,17,17,.18); border-left: 1px solid rgba(17,17,17,.18); }
.promise-grid div { padding: 20px; border-right: 1px solid rgba(17,17,17,.18); border-bottom: 1px solid rgba(17,17,17,.18); }
dt { color: #666; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
dd { margin: 6px 0 0; }
.trust-note { max-width: 780px; margin-top: 24px; padding: 20px 22px; border-left: 4px solid #111; background: #fafaf6; font-size: 15px; }
.mode-switcher { padding: 44px 0; border-top: 1px solid rgba(17,17,17,.14); background: #ece8de; }
.mode-switcher h2 { max-width: 760px; }
.mode-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.mode-tabs button { min-height: 44px; padding: 10px 16px; border: 1px solid #111; background: transparent; color: #111; font-weight: 600; cursor: pointer; }
.mode-tabs button[aria-selected="true"] { background: #111; color: #fff; }
.mode-tabs button:focus-visible { outline: 3px solid #b38936; outline-offset: 3px; }
.mode-description { max-width: 760px; margin: 18px 0 0; color: #444; }
.instrument { padding: 72px 0 84px; background: #fff; border-top: 1px solid rgba(17,17,17,.14); border-bottom: 1px solid rgba(17,17,17,.14); }
.mode-instrument[hidden], [data-mode-panel][hidden] { display: none !important; }
.mode-subheading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 48px 0 22px; }
.mode-final-fields { margin-top: 32px; }
.concern-list { display: grid; gap: 18px; }
.concern-card { padding: 24px; border: 1px solid rgba(17,17,17,.2); background: #fff; }
.concern-card-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.concern-card-head strong { font-size: 18px; }
.mode-result { margin-top: 48px; padding-top: 42px; border-top: 2px solid #111; }
.mode-result[hidden] { display: none !important; }
.mode-result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.mode-result-card { min-width: 0; padding: 22px; border: 1px solid rgba(17,17,17,.18); background: #fafaf6; }
.mode-result-card.full { grid-column: 1 / -1; }
.mode-result-card p { overflow-wrap: anywhere; }
.mode-flags { margin: 28px 0; padding: 22px; border-left: 4px solid #a77918; background: #fff8e7; }
.mode-flags ul { margin-bottom: 0; }
.mode-blocked { border-left-color: #9e302a; background: #fff4f2; }
.mode-export-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mode-limitation { margin-top: 32px; padding: 18px 20px; border-left: 4px solid #111; background: #fafaf6; font-size: 14px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 32px; }
.section-heading > p { max-width: 470px; margin: 0; color: #555; }
.section-heading.compact { margin: 0 0 20px; }
.section-heading.compact h3 { font-size: 32px; }
.tool-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding: 16px 18px; border: 1px solid rgba(17,17,17,.16); background: #fafaf6; }
.save-choice, .include-choice { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.save-choice input, .include-choice input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #111; }
.tool-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.text-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #111; font-weight: 600; cursor: pointer; }
.text-button.danger { color: #8d221f; }
.validation-summary { margin-bottom: 22px; padding: 18px 20px; border: 2px solid #a12a25; background: #fff4f2; }
.validation-summary strong { display: block; margin-bottom: 6px; }
.assumption-list { display: grid; gap: 18px; }
.assumption-card { padding: 26px; border: 1px solid rgba(17,17,17,.2); background: #fff; }
.assumption-card.has-error { border-color: #a12a25; }
.assumption-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.assumption-number { font-weight: 600; }
.remove-row { border: 0; background: transparent; color: #7a2521; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.field-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.field { min-width: 0; }
.field.wide { grid-column: span 2; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin-bottom: 7px; color: #444; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.field input[type="text"], .field input[type="date"], .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #a9a9a9; background: #fff; color: #111; }
.field textarea { min-height: 84px; resize: vertical; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border: 2px solid #a12a25; }
.field-note { margin: 5px 0 0; color: #666; font-size: 12px; }
.checks { display: flex; flex-wrap: wrap; gap: 18px; padding: 14px; border: 1px solid rgba(17,17,17,.14); background: #fafaf6; }
.checks label { display: flex; align-items: flex-start; gap: 8px; margin: 0; font-size: 14px; font-weight: 400; letter-spacing: 0; }
.checks input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #111; }
.ledger-footer { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
.row-limit { color: #666; font-size: 13px; }
.build-button { margin-top: 30px; }
.results { padding: 82px 0; }
.result-heading { display: flex; align-items: start; justify-content: space-between; gap: 32px; padding-bottom: 28px; border-bottom: 1px solid rgba(17,17,17,.18); }
.artifact-meta { display: grid; gap: 10px; min-width: 260px; margin: 0; }
.artifact-meta div { display: grid; grid-template-columns: 70px 1fr; gap: 12px; }
.artifact-meta dd { margin: 0; overflow-wrap: anywhere; font-size: 14px; }
.result-summary { max-width: 820px; margin: 32px 0; font-size: 22px; line-height: 1.42; }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 56px; border-top: 1px solid rgba(17,17,17,.18); border-left: 1px solid rgba(17,17,17,.18); }
.status-card { padding: 20px; border-right: 1px solid rgba(17,17,17,.18); border-bottom: 1px solid rgba(17,17,17,.18); background: #fafaf6; }
.status-card strong { display: block; margin-bottom: 6px; font-size: 32px; }
.status-card span { font-size: 13px; font-weight: 600; text-transform: uppercase; }
.status-card.current { border-top: 5px solid #397a4a; }
.status-card.aging { border-top: 5px solid #a77918; }
.status-card.exposed { border-top: 5px solid #bd5a1d; }
.status-card.expired { border-top: 5px solid #9e302a; }
.pressure-section { margin-top: 20px; }
.table-wrap { overflow-x: auto; border: 1px solid rgba(17,17,17,.18); background: #fff; }
table { width: 100%; min-width: 1120px; border-collapse: collapse; font-size: 14px; }
th, td { padding: 16px; border-bottom: 1px solid rgba(17,17,17,.14); text-align: left; vertical-align: top; }
th { background: #f1eee7; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
tbody tr:last-child td { border-bottom: 0; }
.status-pill { display: inline-block; padding: 5px 9px; border: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.status-pill.current { color: #2d6a3b; }
.status-pill.aging { color: #8a6112; }
.status-pill.exposed { color: #9c4516; }
.status-pill.expired { color: #8d2521; }
.cell-main { min-width: 220px; font-weight: 600; }
.cell-reason, .cell-action { min-width: 250px; }
.delta-panel { margin-top: 32px; padding: 26px; border: 1px solid #111; background: #fafaf6; }
.delta-stats { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 12px; }
.delta-list { margin: 14px 0 0; padding-left: 20px; }
.artifact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 56px; }
.feedback { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 0 40px; padding: 24px; border: 1px solid var(--line); background: var(--paper); }
.feedback h3, .feedback [data-feedback-status] { grid-column: 1 / -1; }
.feedback label { display: grid; gap: 6px; font-weight: 650; }
.feedback select { min-height: 44px; }
.follow-on-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.follow-on-card { padding: 28px; border: 1px solid rgba(17,17,17,.18); background: #fafaf6; }
.follow-on-card p { color: #4b4b4b; }
.include-choice { margin: 18px 0; }
.paid-route { display: grid; grid-template-columns: 1.5fr auto; align-items: center; gap: 40px; margin-top: 56px; padding: 38px; background: #111; color: #fff; }
.paid-route p { max-width: 720px; margin-bottom: 0; color: #ddd; }
.paid-route .eyebrow { color: #bbb; }
.paid-route .button { white-space: nowrap; border-color: #fff; background: #fff; color: #111; }
.method, .seo-body, .embed-share { padding: 80px 0; border-top: 1px solid rgba(17,17,17,.14); }
.method { background: #111; color: #fff; }
.method .eyebrow, .method-limit { color: #bbb; }
.method-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 32px; border-top: 1px solid #555; border-left: 1px solid #555; }
.method-list article { padding: 24px; border-right: 1px solid #555; border-bottom: 1px solid #555; }
.method-list p { margin-bottom: 0; color: #ddd; }
.method-limit { margin: 28px 0 0; }
.seo-body p, .embed-share p { color: #444; }
.seo-body h3 { margin-top: 34px; }
.embed-share { background: #fafaf6; }
.embed-share pre { overflow-x: auto; margin: 24px 0 16px; padding: 20px; background: #111; color: #fff; font-size: 13px; }
.site-footer { padding: 34px 0 48px; border-top: 1px solid rgba(17,17,17,.14); color: #555; font-size: 14px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.embed .site-nav, .embed .seo-body, .embed .embed-share, .embed .site-footer { display: none; }
.embed .hero { padding-top: 48px; }
.embed .hero h1 { font-size: clamp(38px, 7vw, 58px); }
.embed .container { width: min(100% - 32px, 960px); }
@media (max-width: 820px) {
  .field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading, .result-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .artifact-meta { margin-top: 24px; }
  .paid-route { grid-template-columns: 1fr; }
  .status-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .feedback { grid-template-columns: 1fr; }
  .feedback h3, .feedback [data-feedback-status] { grid-column: auto; }
  .nav-links { gap: 12px; font-size: 13px; }
  .nav-links a:nth-child(2) { display: none; }
  .promise-grid, .field-grid, .follow-on-grid, .method-list { grid-template-columns: 1fr; }
  .field.wide { grid-column: span 1; }
  .tool-bar { align-items: flex-start; flex-direction: column; }
  .assumption-card { padding: 20px; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .artifact-actions .button { width: 100%; }
  .paid-route { padding: 28px; }
  .mode-subheading { display: block; }
  .mode-subheading .button { margin-top: 16px; }
  .mode-result-grid { grid-template-columns: 1fr; }
  .mode-result-card.full { grid-column: auto; }
  .mode-export-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .site-nav, .hero-actions, .mode-switcher, .instrument form, .instrument .tool-bar, .instrument > .container > .section-heading, .artifact-actions, .follow-on-grid, .paid-route, .method, .seo-body, .embed-share, .site-footer { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .results[hidden] { display: none !important; }
  .results { display: block; padding: 0; }
  .container { width: 100%; }
  .status-grid { break-inside: avoid; }
  .table-wrap { overflow: visible; border: 0; }
  table { min-width: 0; font-size: 8pt; }
  th, td { padding: 6pt; }
  .cell-main, .cell-reason, .cell-action { min-width: 0; }
  .mode-instrument { display: block; padding: 0; border: 0; }
  .mode-result { display: block; margin: 0; padding: 0; border: 0; }
}
