:root { color-scheme: light; --ink: #17231d; --muted: #68736d; --paper: #f7f4ed; --card: rgba(255,255,255,.88); --line: #dedfd8; --green: #237a57; --green-soft: #dceee4; --amber: #d49b31; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: radial-gradient(circle at 14% 12%, rgba(214,231,216,.9), transparent 27rem), radial-gradient(circle at 88% 84%, rgba(241,223,186,.7), transparent 30rem), var(--paper); }
button, input, textarea { font: inherit; }
.shell { width: min(860px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 64px; }
.app-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.brand { font-weight: 750; letter-spacing: -.02em; }.brand span, .progress-text { color: var(--muted); font-weight: 560; }.progress-text { font-size: 14px; }
.one-shot-hero { max-width: 720px; margin: 5vh auto 0; text-align: center; }.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 13px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; } h1 { margin: 0 0 14px; font-size: clamp(38px, 7vw, 62px); line-height: 1.04; } h2 { margin: 0 0 10px; font-size: 30px; } p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.card { margin-top: 28px; padding: 30px 34px; border: 1px solid rgba(204,208,201,.85); border-radius: 24px; background: var(--card); box-shadow: 0 18px 54px rgba(39,53,45,.08); backdrop-filter: blur(14px); }
label { display: block; margin: 18px 0 8px; color: var(--muted); font-size: 14px; font-weight: 700; } textarea, input { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; } textarea { min-height: 150px; resize: vertical; } textarea:focus, input:focus { outline: 2px solid rgba(35,122,87,.18); border-color: rgba(35,122,87,.55); }
button { display: inline-flex; align-items: center; justify-content: center; margin-top: 18px; padding: 11px 18px; border: 1px solid var(--green); border-radius: 12px; color: white; background: var(--green); cursor: pointer; font-weight: 720; } button:hover { filter: brightness(.96); } button:disabled { cursor: wait; opacity: .5; } button.secondary { margin-left: 0; color: var(--green); background: white; }.hidden { display: none !important; }.muted { color: var(--muted); font-size: 14px; }
.question, .taxonomy-choice { min-width: 0; margin: 24px 0; padding: 0; border: 0; }.question legend, .taxonomy-choice legend { color: var(--ink); font-size: 17px; font-weight: 750; }.options { display: grid; gap: 9px; margin-top: 12px; }
label.option, .field-option { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; font-size: 15px; }label.option { cursor: pointer; }label.option input, .field-option input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--green); }label.option small { grid-column: 2; margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.45; }.other-answer { min-height: 90px; margin-top: 2px; }
.scope-overview { margin-top: 16px; padding: 14px 16px; border-radius: 12px; background: var(--paper); }.scope-overview p { margin: 0; font-size: 15px; }.taxonomy-editor { margin-top: 16px; padding-top: 4px; }.field-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; max-height: 310px; margin-top: 12px; overflow: auto; }.field-option { cursor: pointer; font-size: 13px; font-weight: 600; }.field-option:has(input:checked) { border-color: var(--green); background: var(--green-soft); }.field-option:has(input:disabled) { cursor: not-allowed; opacity: .45; }
.progress-timeline { display: grid; gap: 0; margin: 26px 0 14px; padding: 0; list-style: none; }.progress-step { position: relative; min-height: 54px; padding: 0 0 18px 38px; color: var(--muted); }.progress-step::before { position: absolute; top: 2px; left: 0; width: 20px; height: 20px; border: 2px solid #cbd1cc; border-radius: 50%; background: white; content: ""; }.progress-step:not(:last-child)::after { position: absolute; top: 24px; bottom: 0; left: 9px; width: 2px; background: #dce0db; content: ""; }.progress-step strong { display: block; font-size: 15px; }.progress-step span { display: block; margin-top: 3px; font-size: 13px; }.progress-step.complete { color: var(--ink); }.progress-step.complete::before { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 4px white; }.progress-step.current { color: var(--ink); }.progress-step.current::before { border-color: var(--green); background: var(--green-soft); box-shadow: 0 0 0 5px rgba(35,122,87,.1); }.progress-step.current strong::after { display: inline-block; width: 6px; height: 6px; margin-left: 8px; border-radius: 50%; background: var(--green); content: ""; animation: pulse 1.4s ease-in-out infinite; }@keyframes pulse { 50% { opacity: .25; transform: scale(.65); } }.status { border-left: 3px solid var(--amber); }
.choices { display: flex; flex-wrap: wrap; gap: 8px; }.choices button { margin: 0; color: var(--ink); border-color: var(--line); background: white; }.choices button:hover { border-color: var(--green); background: var(--green-soft); }.error { color: #b95b4b; font-size: 14px; }
.vocabulary-view { margin-top: 28px; }.library-hero h2 { font-size: clamp(30px, 5vw, 46px); }.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.metric { margin-top: 12px; padding: 22px; box-shadow: none; }.metric span { display: block; color: var(--muted); font-size: 13px; font-weight: 700; }.metric strong { display: block; margin-top: 8px; font-family: Georgia, serif; font-size: 32px; font-weight: 500; }.metric.accent { border-color: #a6d3b8; background: var(--green-soft); }.distribution, .importance, .threshold-card, .finalize-card { margin-top: 14px; box-shadow: none; }.distribution h2, .importance h2, .threshold-card h2, .boundary-grid h2, .finalize-card h2 { font-size: 24px; }.bar { display: flex; height: 13px; margin: 18px 0 12px; overflow: hidden; border-radius: 999px; background: #e5e8e4; }.bar span { min-width: 0; transition: width .16s ease; }.known-segment { background: #aab5ae; }.uncertain-segment { background: #e2bc6c; }.unknown-segment { background: var(--green); }.legend { display: flex; flex-wrap: wrap; gap: 9px 18px; color: var(--muted); font-size: 13px; }.legend b { color: var(--ink); }.importance-tiers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }.tier { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 12px; background: #f3f4ef; }.tier b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: white; background: var(--green); }.tier span { flex: 1; font-size: 14px; font-weight: 700; }.tier small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 500; }.tier strong { font-size: 15px; }.tier-b b { background: #589579; }.tier-c b { background: #c89028; }.tier-d b { background: #8f9a93; }.threshold-heading { display: flex; gap: 24px; align-items: start; justify-content: space-between; }.threshold-heading > div { max-width: 580px; }.threshold-heading output { flex: 0 0 auto; padding: 10px 12px; border-radius: 12px; color: var(--green); background: var(--green-soft); font-family: Georgia, serif; font-size: 20px; white-space: nowrap; }.threshold-card input[type="range"] { margin-top: 18px; padding: 0; accent-color: var(--green); }.slider-scale { display: flex; justify-content: space-between; margin-top: 6px; color: var(--muted); font-size: 12px; }.slider-scale span:nth-child(2) { text-align: center; }.slider-scale span:last-child { text-align: right; }.slider-scale b, .slider-scale small { display: block; }.slider-scale b { color: var(--ink); }.threshold-effect { margin: 17px 0 0; }.threshold-card .secondary { margin-top: 0; }.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.boundary-grid .card { margin-top: 14px; box-shadow: none; }.word-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }.word-chip { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }.finalize-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; }.finalize-card h2, .finalize-card p { margin: 0; }.finalize-card button { flex: 0 0 auto; margin: 0; }
.slider-scale { position: relative; min-height: 32px; }.slider-scale span:nth-child(2) { position: absolute; left: 65.217%; transform: translateX(-50%); }
@media (max-width: 620px) { .shell { padding-top: 24px; }.app-header { margin-bottom: 24px; }.one-shot-hero { margin-top: 3vh; text-align: left; }.card { padding: 24px 20px; border-radius: 18px; }.field-options, .metrics, .importance-tiers, .boundary-grid { grid-template-columns: 1fr; }.threshold-heading, .finalize-card { display: block; }.threshold-heading output { display: inline-block; margin-top: 8px; }.finalize-card button { margin-top: 16px; }.slider-scale { gap: 8px; } }
