:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #14281d; background: #f4f5ef; }
* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(900px, calc(100% - 32px)); margin: 0 auto; padding: 72px 0; }
.eyebrow { color: #b04a20; font-size: .82rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
h1 { font-size: clamp(2.25rem, 6vw, 4.5rem); letter-spacing: -.06em; line-height: .98; margin: .25rem 0 1rem; }
.lede { color: #45594c; font-size: 1.15rem; max-width: 660px; line-height: 1.55; }
.workflow-nav { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.4rem; }
.workflow-nav a { background: #e6eee7; border-radius: 999px; color: #153e2c; font-size: .88rem; padding: .5rem .75rem; text-decoration: none; }
form, #results, aside, .repair { background: #fff; border: 1px solid #d9ded5; border-radius: 18px; margin-top: 2rem; padding: 1.25rem; box-shadow: 0 12px 30px #2836290d; }
label { font-weight: 650; }
.search-row { display: flex; gap: .7rem; margin-top: .55rem; }
input[type="text"], input:not([type]) { min-width: 0; }
input#query, input#city, input#display-name, input#review-email, select, textarea { border: 1px solid #bfc8bd; border-radius: 10px; font: inherit; padding: .8rem .9rem; width: 100%; }
input#query { flex: 1; }
button { background: #153e2c; border: 0; border-radius: 10px; color: white; cursor: pointer; font: inherit; font-weight: 700; padding: .8rem 1rem; }
button:disabled { cursor: wait; opacity: .65; }
.options { display: flex; gap: 1rem; margin-top: .8rem; }
.options label { font-size: .9rem; font-weight: 500; }
.location-grid, .review-grid { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1rem; }
.location-grid label, .review-grid label { display: grid; gap: .4rem; font-size: .9rem; }
label span { color: #66756a; font-weight: 450; }
.status { color: #45594c; min-height: 1.5rem; }
.mode-label { color: #8a462a; font-size: .82rem; font-weight: 750; letter-spacing: .08em; margin: 2.5rem 0 -1.4rem; text-transform: uppercase; }
.results-heading { align-items: baseline; display: flex; gap: 1rem; justify-content: space-between; }
h2 { margin: 0; }
#meta { color: #65756a; font-size: .84rem; text-align: right; }
.export-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.export-actions button:last-child { background: #eff3ec; color: #153e2c; outline: 1px solid #cfd8cf; }
ol { margin: 1.25rem 0 0; padding-left: 1.4rem; }
li { border-top: 1px solid #e5e9e3; padding: 1rem .2rem; }
li:first-child { border-top: 0; }
a { color: #115a3d; font-weight: 750; line-height: 1.35; }
.evidence, .url, .description { margin: .35rem 0; }
.evidence { color: #8a462a; font-size: .82rem; font-weight: 650; }
.url { color: #4d6a5a; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .78rem; overflow-wrap: anywhere; }
.description { color: #536459; font-size: .93rem; line-height: 1.45; }
aside { color: #526256; font-size: .9rem; line-height: 1.5; }
.reviews { background: #fff; border: 1px solid #d9ded5; border-radius: 18px; margin-top: 2rem; padding: 1.25rem; box-shadow: 0 12px 30px #2836290d; }
.reviews form { border: 0; box-shadow: none; margin: 1rem 0 0; padding: 0; }
textarea { min-height: 110px; margin-top: .45rem; resize: vertical; }
.consent { color: #526256; display: block; font-size: .88rem; font-weight: 450; line-height: 1.45; margin: 1rem 0; }
.consent input { width: auto; }
.published-reviews { border-top: 1px solid #e5e9e3; margin-top: 1.5rem; padding-top: 1rem; }
.review-card { border-top: 1px solid #e5e9e3; padding: .9rem 0; }
.review-card:first-of-type { border-top: 0; }
.review-card p { color: #526256; line-height: 1.45; margin: .4rem 0; }
.review-meta { color: #8a462a !important; font-size: .86rem; font-weight: 650; }
.repair form { border: 0; box-shadow: none; margin: 1rem 0 0; padding: 0; }
.extension-card { align-items: center; background: #f0f5ed; border: 1px solid #cedbcf; border-radius: 12px; display: flex; gap: 1rem; justify-content: space-between; margin-top: 1rem; padding: 1rem; }
.extension-card strong { color: #153e2c; }
.extension-card p { color: #526256; font-size: .9rem; line-height: 1.45; margin: .35rem 0 0; max-width: 540px; }
.button-link { background: #153e2c; border-radius: 10px; color: #fff; flex: 0 0 auto; font-size: .88rem; padding: .75rem .85rem; text-decoration: none; }
.repair-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; margin-top: .8rem; }
.file-input { color: #526256; font-size: .88rem; font-weight: 600; }
.file-input input { display: block; margin-top: .3rem; }
#repair-list { margin-top: 1rem; }
.repair-result-destination { color: #115a3d; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; overflow-wrap: anywhere; }
.repair-result-error { color: #9c3125; }
code { background: #e9eee7; border-radius: 4px; padding: .1rem .25rem; }
@media (max-width: 640px) { main { padding: 38px 0; } .search-row, .extension-card { flex-direction: column; align-items: flex-start; } .results-heading { align-items: flex-start; flex-direction: column; gap: 0; } #meta { text-align: left; } .location-grid, .review-grid { grid-template-columns: 1fr; } }
