:root{--bg:#f6f8f6;--surface:#ffffff;--surface2:#eef3f0;--ink:#1d2622;--muted:#5b6862;--line:#dbe4df;--brand:#15655a;--brand-ink:#0e4b43;--brand-soft:#e1efeb;--red:#c23a32;--red-bg:#fbe9e7;--yellow:#b26a0f;--yellow-bg:#fdf1de;--gray:#5f6b74;--gray-bg:#eceff1;--green:#2e7d54;--green-bg:#e4f2ea}@media (prefers-color-scheme:dark){:root{--bg:#131a17;--surface:#1b2320;--surface2:#212b27;--ink:#e6ece8;--muted:#94a29b;--line:#2e3a35;--brand:#4fb3a3;--brand-ink:#7fd0c3;--brand-soft:#1d3330;--red:#e6706a;--red-bg:#3a2321;--yellow:#dfa04e;--yellow-bg:#382c1a;--gray:#9aa7b0;--gray-bg:#242c30;--green:#6cc394;--green-bg:#1e3328}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Malgun Gothic,Segoe UI,sans-serif;font-size:15px;line-height:1.65}.wrap{max-width:920px;margin:0 auto;padding:0 20px}header.site{background:var(--surface);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-inner{display:flex;align-items:center;gap:12px;padding:13px 0}.logo{width:30px;height:30px;border-radius:8px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:800;flex:none}.brand-name{font-weight:800;font-size:17px}.brand-sub{color:var(--muted);font-size:12.5px;margin-left:2px}.plan-switch{margin-left:auto;display:flex;gap:6px;align-items:center;font-size:12px;color:var(--muted)}.plan-switch button{font:inherit;cursor:pointer;border:1px solid var(--line);background:none;color:var(--muted);border-radius:999px;padding:3px 12px;font-weight:700}.plan-switch button.on{border-color:var(--brand);color:var(--brand-ink);background:var(--brand-soft)}.notice{background:var(--surface2);border-bottom:1px solid var(--line);font-size:12.5px;color:var(--muted);padding:7px 0;text-align:center}main{padding:28px 0 48px}h1{font-size:24px;font-weight:800;letter-spacing:-.4px;margin:0 0 6px}.lede{color:var(--muted);margin:0 0 22px;max-width:620px}.card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:20px;margin-bottom:16px}.card h2{margin:0 0 4px;font-size:16.5px;font-weight:800}.hint{font-size:13px;margin:0 0 12px}.hint,label.fld{color:var(--muted)}label.fld{display:block;font-size:12.5px;font-weight:700;margin:12px 0 4px}input.title,textarea{width:100%;font:inherit;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:10px 14px}textarea{min-height:120px;resize:vertical}input.title:focus-visible,textarea:focus-visible{outline:2px solid var(--brand)}.opts{display:flex;flex-wrap:wrap;gap:6px 16px;margin:10px 0 4px}.opts label{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);cursor:pointer}.opts input{accent-color:var(--brand)}.btn-row{display:flex;gap:10px;margin-top:14px;align-items:center;flex-wrap:wrap}button.ghost,button.primary{font:inherit;font-weight:700;cursor:pointer;border-radius:9px;padding:9px 18px}button.primary{background:var(--brand);color:#fff;border:1px solid var(--brand)}button.primary:disabled{opacity:.5;cursor:default}button.ghost{background:none;color:var(--brand-ink);border:1px solid var(--line)}button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.usage-note{font-size:12.5px;color:var(--muted)}.verdict{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:10px;margin-bottom:14px;font-weight:700}.verdict.v-red{background:var(--red-bg);color:var(--red)}.verdict.v-yellow{background:var(--yellow-bg);color:var(--yellow)}.verdict.v-gray{background:var(--gray-bg);color:var(--gray)}.verdict.v-green{background:var(--green-bg);color:var(--green)}.verdict .counts{margin-left:auto;font-weight:500;font-size:12.5px;text-align:right}.hl-box{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:12px 15px;white-space:pre-wrap;word-break:break-word;margin-bottom:12px}.hl-label{font-size:11.5px;font-weight:700;color:var(--muted);margin:0 0 4px}mark{border-radius:4px;padding:1px 2px;font-weight:600;color:inherit}mark.m-conditional,mark.m-prohibited{background:var(--red-bg);box-shadow:inset 0 -2px 0 var(--red)}mark.m-caution{background:var(--yellow-bg);box-shadow:inset 0 -2px 0 var(--yellow)}mark.m-exempt{background:var(--green-bg);box-shadow:inset 0 -2px 0 var(--green)}.finding{border:1px solid var(--line);border-left-width:4px;border-radius:10px;padding:13px 16px;margin-bottom:10px;background:var(--surface)}.finding.f-red{border-left-color:var(--red)}.finding.f-yellow{border-left-color:var(--yellow)}.finding.f-gray{border-left-color:var(--gray)}.finding.f-green{border-left-color:var(--green)}.f-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:5px}.sev{font-size:11px;font-weight:800;padding:2px 9px;border-radius:999px;letter-spacing:.02em}.sev.s-red{color:var(--red);background:var(--red-bg)}.sev.s-yellow{color:var(--yellow);background:var(--yellow-bg)}.sev.s-gray{color:var(--gray);background:var(--gray-bg)}.sev.s-green{color:var(--green);background:var(--green-bg)}.f-matched{font-weight:700}.f-id{color:var(--muted);font-size:11.5px;margin-left:auto}.finding p{margin:3px 0;font-size:13.5px}.f-basis{color:var(--muted);font-size:12.5px}.f-case{color:var(--red);font-weight:600}.f-case,.f-sub{font-size:12.5px}.f-sub{color:var(--yellow)}.f-sug{color:var(--brand-ink);font-size:13px}.f-locked{font-style:italic}.f-locked,.llm-status{color:var(--muted);font-size:12.5px}.llm-status{margin:4px 0 12px}.upsell{border:1px dashed var(--brand);border-radius:10px;padding:12px 16px;font-size:13px;color:var(--brand-ink);background:var(--brand-soft);margin-bottom:14px}button.report{font:inherit;font-size:12px;cursor:pointer;margin-top:8px;background:none;border:1px dashed var(--line);border-radius:7px;color:var(--muted);padding:4px 10px}button.report:hover:not(:disabled){border-color:var(--yellow);color:var(--yellow)}button.report:disabled{cursor:default;color:var(--green);border-color:var(--green)}.wl-row{display:flex;gap:8px;flex-wrap:wrap}.wl-row input{flex:1 1;min-width:220px;font:inherit;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:9px;padding:9px 14px}.wl-row input:focus-visible{outline:2px solid var(--brand)}.wl-ok{color:var(--green)}.wl-err,.wl-ok{font-size:13px;margin:8px 0 0}.wl-err{color:var(--red)}footer.site{border-top:1px solid var(--line);background:var(--surface);padding:20px 0 30px;color:var(--muted);font-size:12.5px}footer.site p{margin:4px 0}footer.site .fixed-disclaimer{font-weight:700;color:var(--ink)}.print-only{display:none}.report-page .print-only{display:block}.report-page .report-head{border-bottom:3px solid #15655a;padding-bottom:10px;margin-bottom:16px}.report-page .report-head .rh-brand{font-weight:800;color:#0e4b43}.report-page .report-head h1{margin:4px 0 6px}.report-page .report-head p{color:var(--muted,#5b6862);margin:2px 0;font-size:.85rem}.report-page .report-disc{margin-top:18px;border:2px solid #15655a;border-radius:8px;padding:10px 14px;font-size:.85rem;color:#3d4a44}.report-page .report-disc b{color:#0e4b43}@media print{.llm-status,.no-print,.notice,button.report,footer.site,header.site{display:none!important}.print-only{display:block}body{background:#fff;color:#1d2622;font-size:10pt}.wrap,main{padding:0}.wrap{max-width:none}.report-head{border-bottom:3px solid #15655a;padding-bottom:8px;margin-bottom:14px}.report-head .rh-brand{font-weight:800;color:#0e4b43;font-size:11pt}.report-head h1{font-size:16pt;margin:2px 0 4px}.report-head p{font-size:8.5pt;color:#5b6862;margin:2px 0}.finding,.hl-box,.sev,.verdict,mark{-webkit-print-color-adjust:exact;print-color-adjust:exact}.finding,.hl-box,.verdict{page-break-inside:avoid}.finding{border-color:#c9d3ce}.report-disc{margin-top:16px;border:2px solid #15655a;border-radius:8px;padding:10px 14px;font-size:8.5pt;color:#3d4a44;-webkit-print-color-adjust:exact;print-color-adjust:exact;page-break-inside:avoid}.report-disc b{color:#0e4b43}}