/* Resume Scanner app (2026-09-25). Builds on tools.css tokens; light theme only. */

.scan-wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 8px 20px 72px; flex: 1; }
.scan-hero { text-align: center; margin: 8px auto 28px; max-width: 760px; }
.scan-hero h1 { font-size: clamp(30px, 4vw, 46px); font-weight: 700; letter-spacing: -.025em; line-height: 1.12; margin: 12px 0 12px; }
.scan-hero p { color: var(--ink-3); font-size: 17px; line-height: 1.55; }
[hidden] { display: none !important; }
.muted { color: var(--ink-3); }
.small { font-size: 13px; }

/* ---------- input stage: a three-step card ---------- */
.wizard { max-width: 860px; margin: 0 auto; background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.wiz-top { background: var(--paper-2); padding: 34px 24px 26px; text-align: center; border-bottom: 1.5px dashed var(--accent-line); }
.wiz-top h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 700; letter-spacing: -.02em; margin-bottom: 22px; }
.stepper { list-style: none; display: flex; justify-content: center; gap: 0; counter-reset: s; }
.stepper li { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink-4); width: 150px; position: relative; }
.stepper li span { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--accent-line); background: var(--surface); color: var(--accent-line); display: inline-flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; position: relative; z-index: 1; }
.stepper li + li::before { content: ''; position: absolute; top: 20px; right: 50%; width: 100%; height: 1.5px; background: var(--accent-line); }
.stepper li.on { color: var(--ink); }
.stepper li.on span { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 0 0 5px var(--accent-soft); }
.stepper li.done { color: var(--ink-2); }
.stepper li.done span { background: var(--accent-soft); border-color: var(--accent); color: var(--accent); }
.wiz-body { padding: 28px 32px; }
.drop { border: 0; border-radius: var(--r-md); padding: 44px 18px; text-align: center; cursor: pointer; transition: background .15s; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 250px; }
.drop:hover, .drop.over, .drop:focus-visible { background: var(--accent-soft); outline: none; }
.drop.over { box-shadow: inset 0 0 0 2px var(--accent); }
.doc-ic { width: 64px; height: 64px; margin-bottom: 16px; }
.drop b { font-size: 17px; color: var(--ink-2); font-weight: 600; }
.drop b u { color: var(--accent-ink); text-underline-offset: 3px; }
.drop span { font-size: 13.5px; color: var(--ink-3); margin-top: 6px; }
.drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.file-chip { margin-top: 12px; display: flex; align-items: center; gap: 10px; font-size: 14px; background: var(--ok-soft); border: 1px solid #BBF7D0; border-radius: 10px; padding: 9px 12px; }
.file-chip b { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-chip button { margin-left: auto; border: 0; background: none; color: var(--ink-3); font: 600 12px var(--sans); cursor: pointer; }
.progress { font-size: 13.5px; color: var(--ink-3); min-height: 18px; margin-top: 8px; text-align: center; }
.progress.err { color: var(--bad); }
#pane-paste textarea { min-height: 260px; font-size: 13.5px; }
.wiz-foot { background: var(--paper-2); border-top: 1.5px dashed var(--accent-line); padding: 20px 24px 26px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.link-big { border: 0; background: none; color: var(--accent-ink); font: 600 17px var(--sans); cursor: pointer; }
.link-big:hover { text-decoration: underline; text-underline-offset: 4px; }
.wiz-acts { display: flex; justify-content: center; margin-top: 18px; }
.wiz-acts .btn { height: 50px; padding: 0 36px; font-size: 16px; min-width: 240px; }
.resume-line { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--ink-2); margin-bottom: 16px; flex-wrap: wrap; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.row2 label { font-size: 12.5px; }
#jd { min-height: 240px; font-size: 13.5px; }
.jd-meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-4); margin-top: 6px; gap: 12px; }
.link-btn { border: 0; background: none; color: var(--accent-ink); font: 600 13px var(--sans); cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.privacy-line { display: flex; gap: 8px; align-items: center; justify-content: center; font-size: 13px; color: var(--ink-3); margin-top: 14px; text-align: center; }
.privacy-line svg { width: 15px; height: 15px; flex: none; color: var(--ok); }
.last-resume { margin-top: 10px; font-size: 13px; color: var(--ink-3); text-align: center; }

/* ---------- report card ---------- */
.rep-card { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.rep-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 16px 22px; border-bottom: 1px solid var(--hair); }
.rep-title { min-width: 0; }
.rep-title .kicker { font-size: 12.5px; color: var(--ink-3); font-weight: 500; }
.rep-title h2 { font-size: 20px; font-weight: 700; letter-spacing: -.01em; display: flex; align-items: center; gap: 8px; }
.pen { border: 0; background: none; color: var(--ink-3); cursor: pointer; padding: 4px; border-radius: 6px; display: inline-flex; }
.pen:hover { background: var(--paper-2); color: var(--accent-ink); }
.rep-acts { display: flex; gap: 8px; flex-wrap: wrap; }
.rep-acts .btn svg { margin-right: 2px; }
.rep-body { display: grid; grid-template-columns: 270px minmax(0, 1fr); }
.rep-side { border-right: 1px solid var(--hair); padding: 22px 20px; display: flex; flex-direction: column; align-items: stretch; gap: 10px; position: sticky; top: 64px; align-self: start; }
.mr-title { text-align: center; font-size: 21px; font-weight: 700; letter-spacing: -.01em; }
.ring { position: relative; width: 150px; height: 150px; margin: 4px auto 0; max-width: 100%; }
.ring svg { width: 150px; height: 150px; transform: rotate(-90deg); }
.ring .trk { stroke: var(--paper-3); }
.ring .val { transition: stroke-dashoffset .6s var(--ease); stroke-linecap: round; }
.ring .num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 700; letter-spacing: -.03em; }
.ring .num small { font-size: 18px; font-weight: 600; color: var(--ink-3); margin-left: 2px; margin-top: 8px; }
.ring-band { font-size: 13px; text-align: center; font-weight: 600; }
.band-strong { color: var(--ok); } .band-close { color: var(--warn); } .band-low { color: var(--bad); }
.parse-pill { text-align: center; font-size: 12.5px; font-weight: 600; color: var(--ink-2); background: var(--paper-2); border-radius: 99px; padding: 5px 10px; margin: 2px auto 4px; }
.parse-pill b { font-size: 14px; }
.parse-pill.band-strong b { color: var(--ok); } .parse-pill.band-close b { color: var(--warn); } .parse-pill.band-low b { color: var(--bad); }
.side-btn { width: 100%; height: 44px; }
.side-btn2 { width: 100%; height: 40px; background: var(--accent-soft); color: var(--accent-ink); font-size: 14px; }
.side-btn2:hover { background: #E0E7FF; }
.cbars { display: flex; flex-direction: column; gap: 4px; margin-top: 10px; }
.cbar { display: grid; grid-template-columns: 1fr auto; gap: 5px 8px; border: 0; background: none; text-align: left; padding: 8px 6px; border-radius: 8px; cursor: pointer; font-family: var(--sans); }
.cbar:hover { background: var(--paper); }
.cbar .t { font-size: 13.5px; color: var(--ink-2); font-weight: 500; }
.cbar .i { font-size: 12px; color: var(--accent-ink); font-weight: 600; }
.cbar .i.ok { color: var(--ok); }
.cbar .bar { grid-column: 1 / 3; height: 8px; background: var(--paper-3); border-radius: 99px; overflow: hidden; }
.cbar .bar i { display: block; height: 100%; border-radius: 99px; }
.cbar .bar i.hi { background: var(--accent); } .cbar .bar i.mid { background: var(--warn); } .cbar .bar i.lo { background: var(--bad); } .cbar .bar i.na { background: var(--paper-3); }
.side-note { font-size: 12.5px; color: var(--ink-3); text-align: center; margin-top: 6px; }
.rep-main { min-width: 0; }
.tabs { display: flex; background: var(--paper-2); border-bottom: 1px solid var(--hair); overflow-x: auto; }
.tabs button { flex: 1; border: 0; background: none; padding: 14px 16px; font: 600 14.5px var(--sans); color: var(--ink-3); cursor: pointer; white-space: nowrap; border-bottom: 2.5px solid transparent; }
.tabs button:hover { color: var(--ink); }
.tabs button[aria-selected="true"] { background: var(--surface); color: var(--ink); border-bottom-color: var(--accent); }
.panel-in { padding: 22px 26px 30px; }
.fixes-box { background: var(--accent-soft); border: 1px solid var(--accent-line); border-radius: 14px; padding: 16px 18px; margin-bottom: 26px; }
.fixes-box h3 { font-size: 15px; font-weight: 700; margin-bottom: 10px; color: var(--accent-ink); }
.todo { list-style: none; counter-reset: t; display: flex; flex-direction: column; gap: 7px; }
.todo li { counter-increment: t; font-size: 14px; line-height: 1.5; padding-left: 30px; position: relative; }
.todo li::before { content: counter(t); position: absolute; left: 0; top: 1px; width: 21px; height: 21px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 11.5px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.todo .tag { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--accent-ink); margin-right: 6px; opacity: .8; }

.r-sec { padding: 6px 0 26px; margin-bottom: 18px; border-bottom: 1px solid var(--hair); scroll-margin-top: 84px; }
.r-sec:last-child { border-bottom: 0; }
.r-sec > h2 { font-size: 23px; font-weight: 700; letter-spacing: -.015em; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.r-sec > .lead { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; margin-bottom: 8px; }
.r-sec > .tip { font-size: 14px; color: var(--ink-2); margin-bottom: 14px; }
.r-sec h3 { font-size: 15px; font-weight: 700; margin: 18px 0 8px; }
.imp { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 4px 10px; border-radius: 99px; }
.imp-hi { background: var(--ink); color: #fff; }
.imp-mid { background: var(--accent-soft); color: var(--accent-ink); }
.imp-lo { background: var(--paper-2); color: var(--ink-3); }

.gt { width: 100%; border-collapse: collapse; border: 1px solid var(--hair-2); border-radius: 12px; overflow: hidden; }
.gt tr + tr { border-top: 1px solid var(--hair); }
.gt th { width: 200px; text-align: left; vertical-align: top; padding: 16px 16px; font-size: 14px; font-weight: 700; color: var(--ink-2); background: var(--paper); }
.gt td { padding: 12px 16px; }
.ln { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 5px 0; font-size: 14px; line-height: 1.5; color: var(--ink-2); }
.ln .ic, .sk-name .ic { width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.ln .ic svg, .sk-name .ic svg { width: 13px; height: 13px; }
.pass > .ic, tr.pass .ic { background: var(--ok-soft); color: var(--ok); }
.warn > .ic, tr.warn .ic { background: var(--warn-soft); color: var(--warn); }
.fail > .ic, tr.fail .ic { background: var(--bad-soft); color: var(--bad); }
.info > .ic { background: var(--paper-2); color: var(--ink-3); }
.ln .fx { margin-top: 4px; font-size: 13.5px; color: var(--ink); background: var(--warn-soft); border-radius: 8px; padding: 7px 10px; }
.ln.fail .fx { background: var(--bad-soft); }

.filters { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; align-items: center; }
.filters button { border: 1px solid var(--hair-2); background: var(--surface); border-radius: 99px; padding: 5px 12px; font: 600 12.5px var(--sans); color: var(--ink-3); cursor: pointer; }
.filters button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.tbl-wrap { overflow-x: auto; border: 1px solid var(--hair-2); border-radius: 12px; }
.sk-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.sk-table th { text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); font-weight: 700; padding: 11px 14px; background: var(--paper); border-bottom: 1px solid var(--hair-2); white-space: nowrap; }
.sk-table td { padding: 10px 14px; border-bottom: 1px solid var(--hair); vertical-align: middle; }
.sk-table tr:last-child td { border-bottom: 0; }
.sk-table tr.excl { opacity: .45; }
.sk-table td.num, .sk-table th.num { text-align: center; font-variant-numeric: tabular-nums; width: 100px; }
.sk-table td.num { font-weight: 600; }
.sk-name { display: flex; gap: 10px; align-items: flex-start; }
.sk-name b { font-weight: 600; }
.sk-name small { display: block; font-size: 12px; color: var(--ink-3); margin-top: 1px; }
.acts-cell { text-align: right; white-space: nowrap; }
.pill-s { display: inline-block; font-size: 10.5px; font-weight: 700; padding: 2px 7px; border-radius: 99px; margin-left: 6px; vertical-align: 1px; }
.pill-must { background: var(--accent-soft); color: var(--accent-ink); }
.pill-nice { background: var(--paper-2); color: var(--ink-3); }
.mini-btn { border: 1px solid var(--hair-2); background: var(--surface); border-radius: 8px; padding: 4px 9px; font: 600 12px var(--sans); color: var(--ink-2); cursor: pointer; white-space: nowrap; }
.mini-btn:hover { border-color: var(--accent-line); color: var(--accent-ink); background: var(--accent-soft); }
.empty { color: var(--ink-3); font-size: 14px; padding: 12px 14px; }

.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-size: 12.5px; padding: 4px 10px; border-radius: 99px; background: var(--paper-2); color: var(--ink-2); border: 1px solid var(--hair); }
.chip i { font-style: normal; color: var(--ink-4); margin-left: 4px; }
.chip.ok { background: var(--ok-soft); border-color: #BBF7D0; color: #166534; }

.jd-view { white-space: pre-wrap; font-size: 14.5px; line-height: 1.7; color: var(--ink-2); background: var(--paper); border: 1px solid var(--hair); border-radius: 12px; padding: 16px 18px; }
mark.k { background: #DCFCE7; color: #166534; border-radius: 3px; padding: 0 2px; }
mark.m { background: var(--bad-soft); color: #9F1239; border-radius: 3px; padding: 0 2px; }

/* ATS view */
.ats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 8px; margin-bottom: 8px; }
.kv { background: var(--paper); border: 1px solid var(--hair); border-radius: 10px; padding: 9px 11px; min-width: 0; }
.kv span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-4); font-weight: 700; }
.kv b { font-weight: 600; font-size: 14px; word-break: break-word; }
.kv b.none { color: var(--bad); font-weight: 500; }
.job-card { border: 1px solid var(--hair); border-radius: 12px; padding: 12px 14px; margin-bottom: 8px; }
.job-card .top { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.job-card .t { font-weight: 700; font-size: 15px; }
.job-card .c { color: var(--ink-2); font-size: 14px; }
.job-card .d { font-size: 13px; color: var(--ink-3); text-align: right; }
.job-card .miss { color: var(--bad); }
.job-card ul { margin: 8px 0 0 18px; font-size: 13.5px; color: var(--ink-2); }
.job-card li { margin-bottom: 3px; }
.raw { white-space: pre-wrap; font: 12.5px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; background: var(--paper); border: 1px solid var(--hair); border-radius: 10px; padding: 12px; max-height: 360px; overflow: auto; margin-top: 10px; }
details.more summary { cursor: pointer; font-weight: 600; font-size: 14px; color: var(--accent-ink); margin-top: 12px; }

/* editor */
.ed-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 16px; }
.ed-wrap { position: relative; border: 1px solid var(--hair-2); border-radius: 12px; background: var(--surface); height: 620px; overflow: hidden; }
.ed-back, .ed-text { position: absolute; inset: 0; margin: 0; padding: 14px 16px; font: 14px/1.6 var(--sans); white-space: pre-wrap; word-wrap: break-word; overflow-wrap: break-word; letter-spacing: normal; tab-size: 4; }
.ed-back { color: transparent; overflow: hidden; pointer-events: none; }
.ed-back mark { color: transparent; border-radius: 3px; }
.ed-back mark.k { background: #DCFCE7; }
.ed-back mark.w { background: #FEF3C7; }
.ed-text { background: transparent; border: 0; resize: none; color: var(--ink); overflow: auto; width: 100%; height: 100%; min-height: 0; border-radius: 12px; caret-color: var(--ink); }
.ed-text:focus { outline: none; box-shadow: inset 0 0 0 2px var(--accent-line); }
.ed-side { display: flex; flex-direction: column; gap: 12px; }
.ed-score { display: flex; gap: 10px; }
.ed-score div { flex: 1; background: var(--paper); border: 1px solid var(--hair); border-radius: 10px; padding: 8px 10px; text-align: center; }
.ed-score b { display: block; font-size: 24px; letter-spacing: -.02em; }
.ed-score span { font-size: 11.5px; color: var(--ink-3); font-weight: 600; }
.ed-score .delta { font-size: 12px; font-weight: 700; }
.ed-miss { max-height: 360px; overflow: auto; display: flex; flex-direction: column; gap: 6px; }
.ed-miss .row { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; padding: 6px 8px; border-radius: 8px; background: var(--paper); }
.ed-legend { font-size: 12px; color: var(--ink-3); display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.ed-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 5px; vertical-align: -1px; }
.ed-acts { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }

/* AI */
.ai-list { display: flex; flex-direction: column; gap: 8px; margin: 10px 0 14px; max-height: 340px; overflow: auto; padding-right: 4px; }
.ai-pick { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; padding: 8px 10px; border: 1px solid var(--hair); border-radius: 10px; cursor: pointer; line-height: 1.5; font-weight: 400; color: var(--ink-2); margin: 0; }
.ai-pick input { margin-top: 4px; flex: none; }
.ai-pick .why { font-size: 11.5px; color: var(--warn); font-weight: 700; display: block; }
.ai-out { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.ai-pair { border: 1px solid var(--hair); border-radius: 12px; padding: 12px 14px; }
.ai-pair .old { font-size: 13px; color: var(--ink-3); text-decoration: line-through; text-decoration-color: var(--ink-4); }
.ai-pair .new { font-size: 14.5px; margin: 6px 0 8px; line-height: 1.5; }
.ai-pair .new .ph { background: var(--warn-soft); color: #92400E; border-radius: 4px; padding: 0 3px; }
.ai-pair.flagged { border-color: var(--warn-line); }
mark.new-claim { background: #FEF3C7; color: #92400E; border-radius: 3px; padding: 0 2px; text-decoration: underline wavy #D97706; text-decoration-thickness: 1px; }
.ai-warn { font-size: 13px; color: #92400E; background: var(--warn-soft); border-radius: 8px; padding: 7px 10px; margin: 0 0 8px; }
.ai-note { font-size: 12px; color: var(--ink-4); margin-top: 8px; }
.ai-err { color: var(--bad); font-size: 14px; }
.ai-wait { color: var(--ink-3); font-size: 14px; }

/* history */
.hist { width: 100%; border-collapse: collapse; font-size: 14px; }
.hist th { text-align: left; font-size: 11.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-4); padding: 6px 8px; border-bottom: 1px solid var(--hair-2); }
.hist td { padding: 9px 8px; border-bottom: 1px solid var(--hair); }
.hist td.sc { font-weight: 700; font-variant-numeric: tabular-nums; }

/* content below the app */
.below { max-width: 1080px; margin: 56px auto 0; }
.below > :not(.feats):not(.rel):not(.bridge-card) { max-width: 860px; margin-left: auto; margin-right: auto; }
.below h2 { font-size: 26px; letter-spacing: -.02em; margin: 40px 0 12px; }
.below h3 { font-size: 17px; margin: 18px 0 6px; }
.below p, .below li { font-size: 15.5px; line-height: 1.65; color: var(--ink-2); }
.below ul, .below ol { margin: 8px 0 8px 22px; }
.below .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 12px; }
.below .steps div { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-md); padding: 16px; }
.below .steps b { display: block; margin-bottom: 4px; }
.weights { width: 100%; border-collapse: collapse; margin: 8px 0 12px; font-size: 14.5px; }
.weights td, .weights th { border-bottom: 1px solid var(--hair); padding: 7px 8px; text-align: left; }
.weights td:last-child, .weights th:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.faq-list details { border-bottom: 1px solid var(--hair); padding: 12px 0; }
.faq-list summary { cursor: pointer; font-weight: 600; font-size: 16px; }
.faq-list details p { margin-top: 8px; }
.rel { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; margin-top: 12px; }
.rel a { display: block; background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-md); padding: 14px 16px; text-decoration: none; color: var(--ink); }
.rel a:hover { border-color: var(--accent-line); }
.rel a b { display: block; font-size: 15px; margin-bottom: 3px; }
.rel a span { font-size: 13.5px; color: var(--ink-3); }

/* feature rows under the tool */
.feats { display: flex; flex-direction: column; gap: 22px; margin: 8px 0 20px; }
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); padding: 30px 32px; box-shadow: var(--shadow-sm); }
.feat.rev .feat-txt { order: 2; }
.feat-kick { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--accent); }
.feat h2 { font-size: 24px; margin: 6px 0 10px; letter-spacing: -.02em; line-height: 1.25; }
.feat p { font-size: 15px; margin-bottom: 16px; }
.feat-art { background: var(--paper-2); border-radius: 18px; padding: 26px; display: flex; justify-content: center; }
.mock { background: var(--surface); border-radius: 14px; box-shadow: var(--shadow-md); padding: 16px 18px; width: 100%; max-width: 330px; font-size: 13px; color: var(--ink-2); }
.mock-ring { text-align: center; position: relative; }
.mock-ring .mr { font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.mock-ring svg { width: 110px; height: 110px; display: block; margin: 0 auto; }
.mock-ring > b { position: absolute; top: 72px; left: 0; right: 0; font-size: 28px; color: var(--ink); }
.mock-ring > b small { font-size: 13px; color: var(--ink-3); }
.mb { text-align: left; margin-top: 10px; }
.mb span { display: block; font-size: 12px; margin-bottom: 3px; }
.mb i { display: block; height: 7px; border-radius: 99px; background: var(--accent); }
.mock-tbl { padding: 0; overflow: hidden; }
.mt-h, .mt-r { display: grid; grid-template-columns: 1fr 58px 64px; gap: 6px; padding: 9px 14px; align-items: center; }
.mt-h { background: var(--paper); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); }
.mt-r { border-top: 1px solid var(--hair); }
.mt-r span:not(:first-child), .mt-h span:not(:first-child) { text-align: center; }
.mt-r i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; vertical-align: -1px; }
.mt-r.ok i { background: var(--ok); } .mt-r.no i { background: var(--bad); }
.mt-r.no span:nth-child(2) { color: var(--bad); font-weight: 700; }
.mp-row { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--hair); }
.mp-row span { color: var(--ink-4); font-size: 11.5px; text-transform: uppercase; letter-spacing: .04em; font-weight: 700; }
.mp-row b { font-weight: 600; color: var(--ink); text-align: right; }
.mp-row.bad b { color: var(--bad); }
.mp-chips { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 10px; }
.mp-chips em, .ai-btns em { font-style: normal; font-size: 11.5px; padding: 3px 9px; border-radius: 99px; background: var(--ok-soft); color: #166534; }
.mock-ed p { font-size: 13.5px; margin-bottom: 10px; }
.mock-ed .y { background: #FEF3C7; border-radius: 3px; }
.mock-ed .g { background: #DCFCE7; border-radius: 3px; }
.ai-sug { border: 1px solid var(--accent-line); background: var(--accent-soft); border-radius: 10px; padding: 9px 11px; font-size: 13px; color: var(--ink); }
.ai-sug b { display: block; font-size: 11px; color: var(--accent-ink); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 3px; }
.ai-btns { display: flex; gap: 6px; margin-top: 10px; }
.ai-btns em { background: var(--paper-2); color: var(--ink-2); }
.ai-btns em.acc { background: var(--accent); color: #fff; }

@media (max-width: 980px) {
  .rep-body { grid-template-columns: minmax(0, 1fr); }
  .rep-side { position: static; border-right: 0; border-bottom: 1px solid var(--hair); display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 8px 18px; align-items: start; }
  .rep-side > .mr-title, .rep-side > .ring, .rep-side > .ring-band, .rep-side > .parse-pill { grid-column: 1; }
  .rep-side > .side-btn, .rep-side > .side-btn2, .rep-side > .cbars, .rep-side > .side-note { grid-column: 2; }
  .rep-side > .cbars { grid-row: 1 / 6; margin-top: 0; }
  .ed-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .row2, .below .steps, .feat { grid-template-columns: 1fr; }
  .feat { padding: 22px 18px; gap: 20px; }
  .feat.rev .feat-txt { order: 0; }
  .nav-links a:not(.pill) { display: none; }
  .scan-wrap { padding: 4px 14px 56px; }
  .wiz-body { padding: 20px 16px; }
  .stepper li { width: 100px; font-size: 12.5px; }
  .rep-side { display: flex; align-items: stretch; }
  .rep-side > .cbars { margin-top: 6px; }
  .panel-in { padding: 16px 14px 22px; }
  .gt th { display: block; width: auto; padding: 10px 12px 4px; background: none; }
  .gt td { display: block; padding: 4px 12px 12px; }
  .gt tr { display: block; }
  .sk-table td.num, .sk-table th.num { width: 60px; padding: 8px 6px; }
  .ed-wrap { height: 480px; }
  .tabs button { flex: none; padding: 12px 14px; font-size: 13.5px; }
}
@media print {
  .nav-outer, .breadcrumbs, .scan-hero, #stage-input, .rep-acts, .pen, .side-btn, .side-btn2, .tabs, .filters, .mini-btn, .below, .bridge-card, footer, .side-note { display: none !important; }
  .rep-body { display: block; }
  .rep-side { position: static; border: 0; }
  .rep-card { box-shadow: none; border: 0; }
  .r-sec { break-inside: avoid-page; }
  body { background: #fff; }
}
