:root {
  --ink: #19382f;
  --ink-soft: #52665f;
  --forest: #1f5a49;
  --forest-dark: #174638;
  --mint: #d9eadf;
  --cream: #f5f2e9;
  --paper: #fffdf8;
  --line: #dce2db;
  --orange: #e97b4c;
  --yellow: #e6ad3b;
  --red: #c94b45;
  --shadow: 0 22px 70px rgba(30, 65, 54, .11);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { width: min(1260px, calc(100% - 36px)); height: 78px; margin: 12px auto 0; padding: 0 22px; display: flex; align-items: center; gap: 36px; position: relative; z-index: 20; border: 1px solid rgba(42, 89, 73, .12); border-radius: 22px; background: rgba(255, 253, 248, .82); box-shadow: 0 8px 30px rgba(42, 65, 58, .05); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: white; background: var(--forest); }
.brand-mark svg { width: 28px; height: 28px; fill: currentColor; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: Georgia, "Songti SC", serif; font-size: 21px; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
nav { display: flex; gap: 30px; margin-left: auto; }
nav a { color: #4f625b; font-size: 14px; font-weight: 600; transition: .2s; }
nav a:hover { color: var(--forest); }
.mode-badge { padding: 8px 13px; border: 1px solid #d8dfda; border-radius: 999px; color: #617169; background: white; font-size: 11px; white-space: nowrap; }
.mode-badge.demo { color: #9a6a13; border-color: #ebd5a6; background: #fff8e9; }
.mode-badge.live { color: var(--forest); border-color: #bfd7c9; background: #eff8f2; }

.hero { min-height: 660px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; padding-block: 60px 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-family: Georgia, "Songti SC", serif; font-size: clamp(50px, 5vw, 76px); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 590px; margin-bottom: 34px; color: var(--ink-soft); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button.primary { min-height: 54px; padding: 0 24px; gap: 32px; color: white; background: var(--forest); box-shadow: 0 12px 24px rgba(31, 90, 73, .19); font-weight: 700; }
.button.primary:hover { transform: translateY(-2px); background: var(--forest-dark); box-shadow: 0 16px 30px rgba(31, 90, 73, .25); }
.button.primary > span:last-child { font-size: 20px; }
.privacy-note { display: flex; align-items: center; gap: 8px; color: #62736c; font-size: 13px; }
.privacy-note i { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #bed2c5; border-radius: 50%; color: var(--forest); background: #eef8f1; font-style: normal; }
.trust-row { max-width: 540px; margin-top: 44px; padding-top: 27px; border-top: 1px solid #d8ddd7; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-row div { display: flex; flex-direction: column; }
.trust-row div + div { padding-left: 28px; border-left: 1px solid #d8ddd7; }
.trust-row strong { font-family: Georgia, serif; font-size: 22px; }
.trust-row span { margin-top: 6px; color: #75837d; font-size: 12px; }

.hero-visual { height: 520px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; width: 390px; height: 390px; position: absolute; border-radius: 50%; background: #dce9df; }
.orbit { position: absolute; border: 1px dashed rgba(31, 90, 73, .2); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; animation: rotate 30s linear infinite; }
.orbit-two { width: 350px; height: 350px; border-color: rgba(233, 123, 76, .24); animation: rotate 22s linear infinite reverse; }
.orbit::after { content: ""; width: 10px; height: 10px; position: absolute; top: 50%; left: -5px; border-radius: 50%; background: var(--orange); }
@keyframes rotate { to { transform: rotate(360deg); } }
.pet-card { width: 330px; padding: 13px; position: relative; z-index: 2; border: 1px solid rgba(28, 80, 64, .12); border-radius: 29px; background: var(--paper); box-shadow: var(--shadow); transform: rotate(-2deg); }
.pet-photo-placeholder { height: 330px; position: relative; overflow: hidden; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(145deg, #e6cdb8, #f3e2d2); }
.pet-photo-placeholder svg { width: 92%; align-self: end; }
.blob { fill: #f1d8bf; }
.cat { fill: #a86642; }
.face { fill: none; stroke: #553a2c; stroke-width: 4; stroke-linecap: round; }
.scan-line { width: 100%; height: 2px; position: absolute; left: 0; top: 30%; box-shadow: 0 0 13px #fff; background: rgba(255,255,255,.85); animation: scan 3.5s ease-in-out infinite; }
@keyframes scan { 50% { top: 72%; } }
.focus { width: 38px; height: 38px; position: absolute; border: 1.5px solid white; border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,255,255,.15); }
.focus-a { right: 72px; top: 128px; }.focus-b { left: 76px; top: 188px; width: 25px; height: 25px; }
.pet-card-info { padding: 17px 6px 5px; display: flex; justify-content: space-between; align-items: center; }
.pet-card-info div { display: flex; flex-direction: column; gap: 5px; }
.pet-card-info small { color: #86918d; font-size: 10px; letter-spacing: .1em; }.pet-card-info strong { font-size: 15px; }
.status-pill { padding: 8px 11px; border-radius: 99px; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; }
.status-pill.green { color: #267251; background: #e6f4ea; }.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.floating-note { min-width: 190px; padding: 13px 15px; position: absolute; z-index: 3; border: 1px solid rgba(30, 83, 67, .12); border-radius: 16px; display: flex; align-items: center; gap: 12px; background: rgba(255,253,248,.94); box-shadow: 0 14px 36px rgba(37,72,61,.12); backdrop-filter: blur(10px); }
.floating-note > span { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: white; background: var(--orange); font-family: Georgia, serif; font-size: 12px; font-weight: 800; }
.floating-note div { display: flex; flex-direction: column; gap: 4px; }.floating-note small { color: #7e8a85; font-size: 10px; }.floating-note strong { font-size: 12px; }
.note-top { top: 68px; right: 0; }.note-bottom { bottom: 55px; left: -10px; }.note-bottom > span { background: var(--forest); }

.safety-strip { color: #fffaf2; background: var(--forest-dark); }
.safety-inner { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.safety-icon { width: 32px; height: 32px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; color: #ffd6b9; font-family: Georgia, serif; font-weight: 800; }
.safety-inner p { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; }.safety-inner strong { color: white; }

.screening-section, .history-section { padding-block: 104px; }
.section-heading { margin-bottom: 45px; display: grid; grid-template-columns: 70px 1fr auto; align-items: end; }
.section-index { width: 48px; height: 48px; border: 1px solid #b9c8bf; border-radius: 50%; display: grid; place-items: center; color: var(--forest); font-family: Georgia, serif; font-size: 12px; }
.kicker { margin-bottom: 8px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.section-heading h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(34px, 4vw, 48px); font-weight: 500; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: #72817a; font-size: 13px; line-height: 1.8; text-align: right; }
.screening-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 28px; }
.form-stack { display: grid; gap: 18px; }
.form-card { padding: 32px; border: 1px solid #dce1db; border-radius: var(--radius); background: var(--paper); box-shadow: 0 9px 30px rgba(39,70,60,.035); }
.card-title { margin-bottom: 28px; display: flex; gap: 15px; align-items: flex-start; }
.card-title > span { width: 29px; height: 29px; flex: 0 0 auto; border-radius: 9px; display: grid; place-items: center; color: white; background: var(--forest); font-family: Georgia, serif; font-size: 12px; }
.card-title h3 { margin-bottom: 6px; font-size: 19px; }.card-title p { margin: 0; color: #76827e; font-size: 12px; line-height: 1.65; }
.dropzone { min-height: 255px; border: 1.5px dashed #aebfb5; border-radius: 18px; display: grid; place-items: center; position: relative; overflow: hidden; cursor: pointer; background: #f9faf6; transition: border .2s, background .2s; }
.dropzone:hover, .dropzone.dragging { border-color: var(--forest); background: #f0f7f2; }
.dropzone input { width: 1px; height: 1px; position: absolute; opacity: 0; }
.upload-empty { display: flex; align-items: center; flex-direction: column; text-align: center; }
.upload-icon { width: 50px; height: 50px; margin-bottom: 14px; border-radius: 16px; display: grid; place-items: center; color: var(--forest); background: var(--mint); }
.upload-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.upload-empty strong { font-size: 15px; }.upload-empty p { margin: 8px 0; color: #8b9691; font-size: 11px; }.text-link { color: var(--orange); font-size: 12px; font-weight: 700; }
.upload-preview { width: 100%; height: 100%; min-height: 255px; position: relative; }
.upload-preview img { width: 100%; height: 255px; display: block; object-fit: contain; background: #e7ebe6; }
.preview-meta { width: calc(100% - 24px); padding: 9px 12px; position: absolute; bottom: 12px; left: 12px; border-radius: 10px; display: flex; justify-content: space-between; color: white; background: rgba(21,47,39,.78); backdrop-filter: blur(8px); font-size: 11px; }
.preview-meta span { max-width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.preview-meta button { padding: 0; border: 0; color: #ffe0cb; background: none; cursor: pointer; }
.photo-tips { margin-top: 14px; display: flex; align-items: center; gap: 20px; color: #75827d; font-size: 11px; }
.photo-tips > span { padding: 6px 9px; border-radius: 7px; color: var(--forest); background: #eaf3ec; font-weight: 700; }.photo-tips ul { margin: 0; padding: 0; display: flex; gap: 24px; list-style: none; }.photo-tips li::before { content: "·"; margin-right: 6px; color: var(--orange); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.field { min-width: 0; display: flex; flex-direction: column; gap: 9px; position: relative; }
.field > span, fieldset legend { color: #51645d; font-size: 12px; font-weight: 700; }.field b, fieldset b { color: var(--orange); }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #d8dfda; border-radius: 11px; outline: 0; color: var(--ink); background: white; font-size: 13px; transition: border .2s, box-shadow .2s; }
.field textarea { padding-block: 13px; resize: vertical; line-height: 1.6; }.field input:focus, .field select:focus, .field textarea:focus { border-color: #6a9987; box-shadow: 0 0 0 3px rgba(83,139,116,.11); }.field input::placeholder, .field textarea::placeholder { color: #a6afab; }
.field > small { position: absolute; bottom: 9px; right: 12px; color: #a0aaa5; font-size: 10px; }.field > small i { font-style: normal; }
.field.full { grid-column: 1 / -1; }
.input-suffix { position: relative; }.input-suffix input { padding-right: 40px; }.input-suffix i { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); color: #82908a; font-size: 12px; font-style: normal; }
.segmented { min-height: 48px; padding: 4px; border: 1px solid #d8dfda; border-radius: 11px; display: grid; background: #f6f8f5; }
.segmented.three { grid-template-columns: repeat(3, 1fr); }.segmented label { position: relative; cursor: pointer; }.segmented input { position: absolute; opacity: 0; }.segmented span { height: 38px; border-radius: 8px; display: grid; place-items: center; color: #6f7e78; font-size: 12px; }.segmented input:checked + span { color: var(--forest); background: white; box-shadow: 0 2px 8px rgba(38,64,55,.08); font-weight: 700; }
.area-picker { margin: 0 0 24px; padding: 0; border: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }.area-picker legend { margin-bottom: 10px; }.area-picker label { position: relative; cursor: pointer; }.area-picker input { position: absolute; opacity: 0; }.area-picker label span { min-height: 49px; padding: 8px; border: 1px solid #d8dfda; border-radius: 11px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #687872; font-size: 12px; background: white; }.area-picker label i { color: #91a098; font-family: Georgia, serif; font-size: 17px; font-style: normal; }.area-picker input:checked + span { border-color: #6d9c89; color: var(--forest); background: #edf6ef; box-shadow: inset 0 0 0 1px #6d9c89; font-weight: 700; }.area-picker input:checked + span i { color: var(--orange); }
.state-intake { margin-bottom: 24px; padding: 20px; border: 1px solid #cfe0d5; border-radius: 16px; background: #f2f8f3; }
.state-intake-title { margin-bottom: 17px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.state-intake-title strong { font-size: 13px; }.state-intake-title p { margin: 5px 0 0; color: #75857e; font-size: 10px; line-height: 1.55; }
.state-intake-title > span { padding: 5px 8px; border-radius: 7px; color: var(--forest); background: #dcece1; font-size: 9px; font-weight: 800; white-space: nowrap; }
.state-field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 11px; }
.state-field-grid .field { gap: 7px; }.state-field-grid .field select { min-height: 43px; background: rgba(255,255,255,.9); font-size: 11px; }
.concern-grid { margin-bottom: 24px; }
.red-flags { padding: 20px; border: 1px solid #efd2cb; border-radius: 16px; background: #fff8f5; }
.red-flags-title { margin-bottom: 16px; display: flex; align-items: center; gap: 11px; }.red-flags-title > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--red); font-family: Georgia, serif; }.red-flags-title strong { color: #8b3935; font-size: 13px; }.red-flags-title p { margin: 3px 0 0; color: #9a6d67; font-size: 10px; }
.flag-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.flag-grid label { position: relative; cursor: pointer; }.flag-grid input { position: absolute; opacity: 0; }.flag-grid span { min-height: 37px; padding: 8px 10px 8px 31px; border: 1px solid transparent; border-radius: 8px; display: flex; align-items: center; position: relative; color: #765d59; background: rgba(255,255,255,.6); font-size: 11px; }.flag-grid span::before { content: ""; width: 13px; height: 13px; position: absolute; left: 10px; border: 1px solid #d4aba5; border-radius: 4px; background: white; }.flag-grid input:checked + span { border-color: #dda9a2; color: #8c3934; background: #ffede9; font-weight: 700; }.flag-grid input:checked + span::before { content: "✓"; display: grid; place-items: center; border-color: var(--red); color: white; background: var(--red); font-size: 9px; }
.consent-row { padding: 0 8px; display: flex; align-items: flex-start; gap: 10px; color: #6f7d78; font-size: 11px; line-height: 1.6; cursor: pointer; }.consent-row input { margin-top: 2px; accent-color: var(--forest); }
.submit-button { width: 100%; min-height: 64px !important; flex-direction: column; gap: 3px !important; }.submit-button > span { font-size: 15px !important; }.submit-button i { color: rgba(255,255,255,.65); font-size: 10px; font-style: normal; font-weight: 400; }.submit-button:disabled { cursor: wait; opacity: .65; transform: none !important; }
.form-error { margin: 0; padding: 12px 14px; border-radius: 10px; color: #963e39; background: #fde9e5; font-size: 12px; }
.process-card { padding: 29px 26px; position: sticky; top: 20px; border-radius: var(--radius); color: white; background: var(--forest); box-shadow: 0 18px 45px rgba(30,72,59,.17); }
.process-label { color: #b9dbcd; font-size: 9px; font-weight: 800; letter-spacing: .2em; }.process-card h3 { margin: 10px 0 26px; font-family: Georgia, "Songti SC", serif; font-size: 25px; font-weight: 500; }.process-card ol { margin: 0; padding: 0; list-style: none; }.process-card li { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); display: flex; gap: 14px; }.process-card li > span { color: #ec9b76; font-family: Georgia, serif; font-size: 11px; }.process-card li strong { font-size: 13px; }.process-card li p { margin: 7px 0 0; color: rgba(255,255,255,.61); font-size: 11px; line-height: 1.65; }.scope-note { margin-top: 18px; padding: 15px; border-radius: 12px; background: rgba(255,255,255,.08); }.scope-note span { color: #ffd2bf; font-size: 10px; font-weight: 800; }.scope-note p { margin: 6px 0 0; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.7; }

.result-section { padding-block: 90px; border-top: 1px solid #dde2dc; background: #eef2ec; }
.result-loading { min-height: 360px; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; }.result-loading h2 { margin-bottom: 24px; font-family: Georgia, "Songti SC", serif; font-size: 32px; font-weight: 500; }.progress-track { width: min(440px, 80vw); height: 7px; overflow: hidden; border-radius: 99px; background: #d7dfd9; }.progress-track span { width: 8%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--forest), #6a9c87); transition: width .4s; }.result-loading > p:last-child { margin-top: 9px; color: #718078; font-size: 11px; }
.loading-paw { width: 65px; height: 59px; margin-bottom: 25px; position: relative; animation: breathe 1.6s ease-in-out infinite; }.loading-paw span { width: 16px; height: 20px; position: absolute; border-radius: 50%; background: var(--forest); }.loading-paw span:nth-child(1) { left: 1px; top: 15px; transform: rotate(-25deg); }.loading-paw span:nth-child(2) { left: 18px; top: 0; }.loading-paw span:nth-child(3) { right: 14px; top: 0; }.loading-paw span:nth-child(4) { right: 0; top: 15px; transform: rotate(25deg); }.loading-paw i { width: 39px; height: 29px; position: absolute; left: 13px; bottom: 0; border-radius: 50% 50% 43% 43%; background: var(--orange); }.loading-paw::after { content: ""; width: 24px; height: 13px; position: absolute; left: 21px; bottom: 18px; z-index: 1; border-radius: 50%; background: var(--cream); opacity: .25; }
@keyframes breathe { 50% { transform: scale(.9); opacity: .75; } }
.report-header { margin-bottom: 24px; display: flex; justify-content: space-between; align-items: flex-end; }.report-header .kicker { margin-bottom: 9px; }.report-header h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: 40px; font-weight: 500; }.report-tools { display: flex; gap: 8px; }.ghost-button { min-height: 39px; padding: 0 14px; border: 1px solid #ced8d1; border-radius: 10px; color: var(--forest); background: rgba(255,255,255,.6); cursor: pointer; font-size: 11px; font-weight: 700; }.ghost-button:hover { background: white; }.ghost-button.danger { color: #9b4843; }
.triage-hero { padding: 30px; border-radius: 24px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 28px; color: white; overflow: hidden; position: relative; }.triage-hero::after { content: ""; width: 240px; height: 240px; position: absolute; right: -90px; top: -90px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.025); }.triage-hero.green { background: #267355; }.triage-hero.yellow { background: #b77b14; }.triage-hero.red { background: #a63f3a; }.level-badge { width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; background: rgba(255,255,255,.08); }.level-badge span { width: 19px; height: 19px; margin-bottom: 8px; border: 5px solid rgba(255,255,255,.25); border-radius: 50%; background: white; }.level-badge strong { font-family: Georgia, "Songti SC", serif; font-size: 21px; }.level-badge small { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .12em; }.triage-copy { position: relative; z-index: 1; }.triage-copy h3 { margin-bottom: 10px; font-family: Georgia, "Songti SC", serif; font-size: 24px; font-weight: 500; }.triage-copy p { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.8; }.urgency-card { min-width: 170px; padding: 14px 16px; position: relative; z-index: 1; border-radius: 13px; background: rgba(255,255,255,.11); }.urgency-card small { color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .12em; }.urgency-card strong { margin-top: 5px; display: block; font-size: 12px; line-height: 1.5; }
.report-grid { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.report-card { padding: 25px; border: 1px solid #d8dfd9; border-radius: 18px; background: var(--paper); }.report-card.wide { grid-column: 1 / -1; }.report-card-title { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; }.report-card-title h3 { margin: 0; font-size: 15px; }.report-card-title span { color: #87948e; font-size: 9px; letter-spacing: .12em; }.quality-row { display: grid; grid-template-columns: 130px 1fr; gap: 20px; }.quality-meter { min-height: 104px; border-radius: 13px; display: grid; place-items: center; align-content: center; color: var(--forest); background: #e9f3eb; }.quality-meter strong { font-family: Georgia, serif; font-size: 24px; }.quality-meter small { margin-top: 4px; font-size: 9px; }.body-copy { color: #60716a; font-size: 12px; line-height: 1.75; }.plain-list { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }.plain-list li { padding-left: 17px; position: relative; color: #60716a; font-size: 12px; line-height: 1.6; }.plain-list li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: .55em; border-radius: 50%; background: var(--orange); }.sign-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.sign { padding: 13px; border-radius: 11px; background: #f4f6f2; }.sign strong { margin-bottom: 5px; display: block; font-size: 12px; }.sign p { margin: 0; color: #718079; font-size: 10px; line-height: 1.6; }.possibility-list { display: grid; gap: 10px; }.possibility { padding: 14px; border: 1px solid #e1e5df; border-radius: 12px; }.possibility-head { margin-bottom: 7px; display: flex; align-items: center; justify-content: space-between; }.possibility-head strong { font-size: 12px; }.likelihood { padding: 4px 7px; border-radius: 99px; color: #886321; background: #fff3d9; font-size: 9px; }.possibility p { margin: 0; color: #697973; font-size: 10px; line-height: 1.6; }.possibility small { margin-top: 7px; display: block; color: #9a7465; font-size: 9px; }.timeline { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }.timeline li { padding: 0 22px; position: relative; border-left: 1px solid #d9e0da; }.timeline li:first-child { padding-left: 0; border-left: 0; }.timeline span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.timeline strong { margin: 7px 0; display: block; font-size: 12px; line-height: 1.5; }.timeline p { margin: 0; color: #77847e; font-size: 10px; line-height: 1.55; }.supply-row { margin-top: 20px; padding-top: 18px; border-top: 1px solid #e2e6e1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.supply { padding: 12px; border-radius: 10px; background: #f5f7f3; }.supply strong { font-size: 11px; }.supply p, .supply small { margin: 5px 0 0; display: block; color: #718079; font-size: 9px; line-height: 1.55; }.supply small { color: #9b6c5e; }.avoid-card { border-color: #edd6d1; background: #fffaf7; }.avoid-card .plain-list li::before { background: var(--red); }.clinic-cta { padding: 22px 25px; grid-column: 1 / -1; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--forest); }.clinic-cta.red-cta { background: #8f3935; }.clinic-cta div { display: flex; align-items: center; gap: 15px; }.clinic-cta i { width: 39px; height: 39px; border-radius: 12px; display: grid; place-items: center; color: var(--forest); background: white; font-style: normal; }.clinic-cta strong { display: block; font-size: 14px; }.clinic-cta p { margin: 5px 0 0; color: rgba(255,255,255,.65); font-size: 10px; }.clinic-cta button { min-height: 40px; padding: 0 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; color: white; background: rgba(255,255,255,.09); cursor: not-allowed; font-size: 10px; }.disclaimer { margin-top: 18px; padding: 14px 18px; border: 1px solid #d6ddd7; border-radius: 12px; color: #74817b; background: rgba(255,255,255,.48); font-size: 10px; line-height: 1.65; }

.current-state-card { border-color: #cbded2; background: linear-gradient(145deg, #fffef9, #f3f8f3); }
.condition-overview { display: grid; grid-template-columns: 190px 1fr; gap: 18px; }
.condition-status { min-height: 125px; padding: 18px; border-radius: 14px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; color: var(--forest); background: #e7f2e9; }
.condition-status i { width: 11px; height: 11px; margin-bottom: 13px; border: 3px solid rgba(31,90,73,.18); border-radius: 50%; background: currentColor; box-sizing: content-box; }
.condition-status small { margin-bottom: 6px; opacity: .65; font-size: 9px; letter-spacing: .12em; }.condition-status strong { font-family: Georgia, "Songti SC", serif; font-size: 17px; line-height: 1.45; }
.condition-status.watch { color: #8a631e; background: #fff2d7; }.condition-status.concerning { color: #9a5e16; background: #ffead1; }.condition-status.urgent { color: #9f3f3b; background: #fde3df; }.condition-status.unclear { color: #60716a; background: #edf0ed; }
.condition-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.condition-summary > div { padding: 15px; border: 1px solid #e1e6e1; border-radius: 12px; background: rgba(255,255,255,.72); }.condition-summary span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.condition-summary p { margin: 8px 0 0; color: #5f7069; font-size: 11px; line-height: 1.7; }
.finding-chips { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 7px; }.finding-chips span { padding: 7px 10px; border-radius: 99px; color: #376b58; background: #e4f0e7; font-size: 10px; }
.limitations { margin-top: 14px; padding: 11px 13px; border-radius: 10px; display: flex; flex-wrap: wrap; gap: 7px 14px; color: #7b7169; background: #f4f1eb; font-size: 9px; line-height: 1.55; }.limitations strong { color: #675c54; }.limitations span::before { content: "·"; margin-right: 5px; color: var(--orange); }
.possibility-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }.possibility { display: flex; flex-direction: column; }.evidence-block { margin-top: 11px; padding: 9px 10px; border-radius: 9px; background: #f4f7f3; }.evidence-block b { display: block; color: #4d655c; font-size: 9px; }.evidence-block ul { margin: 6px 0 0; padding-left: 15px; color: #6d7a75; font-size: 9px; line-height: 1.55; }.evidence-block.supporting { background: #edf6ef; }.evidence-block.supporting b { color: #2f7257; }.evidence-block.missing { background: #f7f3ea; }.evidence-block.missing b { color: #8a692e; }.evidence-block.checks { background: #eef3f6; }.evidence-block.checks b { color: #456675; }
.question-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; list-style: none; }.question-list li { padding: 13px; border-radius: 11px; display: flex; align-items: flex-start; gap: 10px; background: #f4f6f2; }.question-list span { color: var(--orange); font-family: Georgia, serif; font-size: 10px; }.question-list p { margin: 0; color: #62736c; font-size: 11px; line-height: 1.55; }

.history-section { padding-bottom: 120px; }.compact-heading { margin-bottom: 34px; }.history-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.history-empty { grid-column: 1 / -1; padding: 55px; border: 1px dashed #bec9c1; border-radius: 18px; color: #87928d; text-align: center; font-size: 12px; }.history-item { min-width: 0; padding: 17px; border: 1px solid #d9dfd9; border-radius: 15px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 13px; background: var(--paper); cursor: pointer; transition: transform .2s, box-shadow .2s; }.history-item:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(42,69,60,.08); }.history-thumb { width: 60px; height: 60px; border-radius: 11px; object-fit: cover; background: #e2e7e2; }.history-info { min-width: 0; }.history-info strong, .history-info span { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }.history-info strong { font-size: 12px; }.history-info span { margin-top: 6px; color: #83908a; font-size: 9px; }.history-level { width: 9px; height: 9px; border-radius: 50%; }.history-level.green { background: #3b8a65; }.history-level.yellow { background: var(--yellow); }.history-level.red { background: var(--red); }.history-level.pending { background: #a2aca7; }
footer { padding-block: 45px; color: white; background: #153d31; }.footer-inner { display: flex; align-items: center; justify-content: space-between; }.footer-brand .brand-mark { color: var(--forest); background: #f1e7d8; font-family: Georgia, serif; font-size: 17px; }.footer-brand small { color: rgba(255,255,255,.45); }.footer-inner > p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; text-align: center; }.footer-inner > p span { color: rgba(255,255,255,.4); font-size: 10px; }.footer-inner > div:last-child { display: flex; gap: 20px; color: rgba(255,255,255,.65); font-size: 11px; }
.toast { max-width: min(380px, calc(100vw - 32px)); padding: 12px 18px; position: fixed; z-index: 100; left: 50%; bottom: 24px; border-radius: 10px; color: white; background: #1b3d33; box-shadow: 0 12px 35px rgba(0,0,0,.2); font-size: 12px; transform: translate(-50%, 120px); transition: transform .3s; }.toast.show { transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .site-header { gap: 15px; }.site-header nav { display: none; }.mode-badge { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }.hero-copy { display: flex; align-items: center; flex-direction: column; }.trust-row { width: 100%; }.hero-visual { height: 470px; }
  .screening-layout { grid-template-columns: 1fr; }.process-card { position: relative; top: 0; order: -1; }.process-card ol { display: grid; grid-template-columns: repeat(3, 1fr); }.process-card li { padding: 18px 12px; border-top: 1px solid rgba(255,255,255,.13); }.process-card li + li { border-left: 1px solid rgba(255,255,255,.13); }
  .triage-hero { grid-template-columns: 130px 1fr; }.level-badge { width: 125px; height: 125px; }.urgency-card { grid-column: 2; }.history-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), 1180px); }.site-header { width: calc(100% - 20px); height: 66px; margin-top: 7px; padding: 0 13px; border-radius: 17px; }.brand-mark { width: 37px; height: 37px; border-radius: 12px; }.brand strong { font-size: 18px; }.mode-badge { max-width: 100px; overflow: hidden; text-overflow: ellipsis; }
  .hero { min-height: auto; gap: 18px; padding: 68px 0 35px; }.eyebrow { font-size: 10px; }.hero h1 { font-size: 47px; }.hero-lead { font-size: 15px; line-height: 1.8; }.hero-actions { flex-direction: column; gap: 15px; }.trust-row { margin-top: 32px; }.trust-row div + div { padding-left: 12px; }.hero-visual { height: 390px; transform: scale(.84); margin: -15px 0; }.note-top { right: -15px; }.note-bottom { left: -20px; }
  .safety-inner { padding-block: 16px; align-items: flex-start; }.safety-inner p { line-height: 1.6; }
  .screening-section, .history-section { padding-block: 72px; }.section-heading { grid-template-columns: 52px 1fr; }.section-heading > p { display: none; }.section-heading h2 { font-size: 33px; }.screening-layout { gap: 16px; }.process-card ol { display: block; }.process-card li + li { border-left: 0; }.form-card { padding: 23px 18px; border-radius: 19px; }.field-grid { grid-template-columns: 1fr; }.field.full { grid-column: auto; }.area-picker { grid-template-columns: 1fr 1fr; }.state-field-grid { grid-template-columns: 1fr; }.flag-grid { grid-template-columns: 1fr; }.photo-tips { align-items: flex-start; }.photo-tips ul { display: grid; gap: 5px; }
  .result-section { padding-block: 60px; }.report-header { align-items: flex-start; flex-direction: column; gap: 17px; }.report-header h2 { font-size: 32px; }.triage-hero { padding: 22px; grid-template-columns: 1fr; text-align: center; }.level-badge { margin: auto; }.urgency-card { min-width: 0; grid-column: 1; }.report-grid { grid-template-columns: 1fr; }.report-card.wide, .clinic-cta { grid-column: auto; }.condition-overview, .condition-summary { grid-template-columns: 1fr; }.condition-status { min-height: 110px; }.possibility-list { grid-template-columns: 1fr; }.quality-row { grid-template-columns: 1fr; }.sign-grid { grid-template-columns: 1fr; }.timeline { grid-template-columns: 1fr; gap: 18px; }.timeline li, .timeline li:first-child { padding: 0 0 0 18px; border-left: 1px solid #d9e0da; }.supply-row, .question-list { grid-template-columns: 1fr; }.clinic-cta { align-items: flex-start; flex-direction: column; gap: 17px; }.history-list { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 25px; }.footer-inner > div:last-child { display: none; }
}

@media print {
  .site-header, .hero, .safety-strip, .screening-section, .history-section, footer, .report-tools, .clinic-cta { display: none !important; }
  .result-section { padding: 0; background: white; }.result-section, #resultSection, #reportRoot { display: block !important; }.shell { width: 100%; }.report-card { break-inside: avoid; }.triage-hero { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
