:root{color-scheme:light;--ink: #171717;--muted: #70706d;--line: #e4e3e0;--surface: #ffffff;--soft: #f7f7f5;--accent: #1d6f68;--accent-dark: #15544f;--accent-soft: #e7f3f1;--danger: #b54a43;--warning: #a56d17;--success: #3c7a35;--success-soft: #e8f4e6;--info: #1f68a9;--info-soft: #e8f2fb;--shadow: 0 12px 32px rgba(24, 34, 48, .06);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body{min-height:100%;background:var(--soft)}body{margin:0;min-width:0;overflow-x:auto;color:var(--ink)}button,select{font:inherit}button{cursor:pointer}.app-shell{display:block;min-width:0;max-width:none;min-height:100vh;margin:0;padding:24px 28px 34px;overflow-wrap:anywhere}.view,.panel-section,.review-item{min-width:0;max-width:100%}.app-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:40px}.app-header h1{flex:1 1 auto;min-width:0}.app-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.eyebrow{margin:0 0 8px;color:var(--accent);font-size:11px;font-weight:750;letter-spacing:.13em}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:40px;line-height:1.15;letter-spacing:0}h2{margin-bottom:10px;font-size:22px;line-height:1.25;letter-spacing:-.025em}.status-badge,.count-label{white-space:nowrap;color:var(--accent-dark);background:var(--accent-soft);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.intro-block{max-width:570px;margin-bottom:26px}.intro-block p,.muted,.privacy-note,.placeholder-card p{color:var(--muted);font-size:13px;line-height:1.7}.privacy-note{margin:22px 0 0;font-size:11px}.audit-start-description{margin:2px 0 24px;color:var(--muted);font-size:15px;line-height:1.75}.is-hidden{display:none!important}.text-button{padding:0;border:0;background:transparent;color:var(--muted);font-size:12px}.text-button:hover{color:var(--accent)}.panel-section{padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:20px 0 12px}.section-heading h2{margin-bottom:0}.reset-button{padding:7px 11px;border:1px solid #a8cfca;border-radius:7px;background:var(--accent-soft);color:var(--accent-dark);font-size:11px;font-weight:750;white-space:nowrap}.header-reset-button{min-width:160px;padding:14px 22px;border-color:#d1d1d1;border-radius:16px;background:transparent;color:var(--ink);font-size:20px}.reset-button:hover{border-color:var(--accent);background:#d9eeeb}.export-button{min-width:160px;padding:14px 22px;border:1px solid #1a7a68;border-radius:16px;background:#1a7a68;color:#fff;font-size:20px;font-weight:750;white-space:nowrap;transition:background .16s ease,border-color .16s ease,opacity .16s ease}.export-button:hover{background:#145f51;border-color:#145f51}.export-button:disabled{cursor:not-allowed;opacity:.45}.header-export-button{box-shadow:0 10px 24px #1d6f6829}.primary-button{width:100%;margin-top:5px;padding:12px 16px;border:0;border-radius:9px;background:var(--accent);color:#fff;font-size:13px;font-weight:750;transition:background .16s ease,opacity .16s ease}.primary-button:hover{background:var(--accent-dark)}.primary-button:disabled{cursor:not-allowed;opacity:.45}.primary-button.is-loading{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;opacity:1}.button-spinner{display:none;width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:loading-spin .75s linear infinite}.button-progress{display:none;position:absolute;left:0;right:0;bottom:0;height:3px;background:#ffffff3d}.button-progress span{display:block;height:100%;width:42%;border-radius:inherit;background:#ffffffe6;animation:button-progress 1.6s ease-in-out infinite}.primary-button.is-loading .button-spinner,.primary-button.is-loading .button-progress{display:block}@keyframes button-progress{0%{width:10%;margin-left:0%}50%{width:55%;margin-left:20%}to{width:10%;margin-left:100%}}.secondary-button{width:100%;margin-top:9px;padding:11px 16px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--muted);font-size:13px;font-weight:700;transition:border-color .16s ease,color .16s ease,background .16s ease}.secondary-button:hover,.secondary-button:focus-visible{border-color:#9bcac4;background:var(--accent-soft);color:var(--accent-dark);outline:none}.party-section{padding:18px 16px}.party-section .section-heading{margin:0 0 14px}.party-options{display:grid;gap:9px;margin:18px 0}.party-option{position:relative;display:flex;align-items:center;gap:10px;min-width:0;padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:13px;cursor:pointer;transition:border-color .16s ease,background .16s ease}.party-option:hover{border-color:#b9c4c1}.party-option.selected{border-color:#9bcac4;background:var(--accent-soft)}.party-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.party-option:focus-within{outline:none}.party-option input:focus-visible+.party-option-icon{outline:2px solid #9bcac4;outline-offset:2px}.party-option-icon{display:inline-flex;flex:0 0 28px;width:28px;height:28px;align-items:center;justify-content:center;border-radius:7px;background:var(--soft);color:var(--muted);font-size:13px;font-weight:750}.party-option.selected .party-option-icon{background:#d9eeeb;color:var(--accent-dark)}.party-option-label{flex:1 1 auto;min-width:0;line-height:1.45;overflow-wrap:anywhere}.party-option-radio{position:relative;flex:0 0 auto;width:18px;height:18px;border:2px solid #a3aaa7;border-radius:50%}.party-option.selected .party-option-radio{border-color:var(--accent)}.party-option.selected .party-option-radio:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--accent);content:""}.review-intensity-fieldset{min-width:0;margin:22px 0 18px;padding:0;border:0}.review-intensity-fieldset legend{margin:0 0 10px;padding:0;color:var(--ink);font-size:13px;font-weight:750}.review-intensity-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;padding:3px;border-radius:10px;background:var(--soft)}.review-intensity-option{position:relative;min-width:0;cursor:pointer}.review-intensity-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.review-intensity-option span{display:flex;min-height:42px;align-items:center;justify-content:center;padding:9px 8px;border-radius:8px;color:var(--muted);font-size:13px;font-weight:700;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.review-intensity-option:hover span{color:var(--ink)}.review-intensity-option input:checked+span{background:var(--accent);color:#fff;box-shadow:0 3px 9px #1d6f6829}.review-intensity-option input:focus-visible+span{outline:2px solid #9bcac4;outline-offset:2px}.preparing-section{display:flex;min-height:150px;align-items:center;justify-content:center;gap:14px}.preparing-section h2{margin:0}.loading-dot{width:13px;height:13px;border:2px solid #bdd8d5;border-top-color:var(--accent);border-radius:50%;animation:loading-spin .75s linear infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}.review-progress{margin:0}.export-inline-result{display:grid;gap:12px;margin-bottom:16px}.review-progress-summary{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px 14px;margin-bottom:12px;color:#53514e;font-size:16px;font-weight:600;line-height:1.45}.review-progress-summary span:first-child{min-width:0}.review-progress-risk{color:#a52b2b;font-size:15px;font-weight:700}.review-progress-track{height:7px;overflow:hidden;border-radius:999px;background:#f5f5f3}.review-progress-fill{height:100%;border-radius:inherit;background:#d9e8df;transition:width .2s ease}.review-list{display:grid;gap:10px;margin-top:24px}.review-card{padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff;scroll-margin-top:24px;transition:box-shadow .35s ease,border-color .35s ease}.review-card.is-annotated{border-color:#c9dff1}.review-card.is-modified{border-color:#c8e0c4}.review-card.is-flash{border-color:#7fd1ae;box-shadow:0 0 0 4px #1d6f6824}.review-card.is-highlight{animation:review-pulse 1.4s ease}@keyframes review-pulse{0%{box-shadow:0 0 #1d6f6859}30%{box-shadow:0 0 0 8px #1d6f6829}to{box-shadow:0 0 #1d6f6800}}.review-card-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.review-card-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--muted)}.review-card.is-handled .review-card-dot{background:var(--accent)}.review-card-title{min-width:0;font-size:13px;font-weight:750;overflow-wrap:anywhere}.review-card-summary{flex:1 1 120px;min-width:0;color:var(--ink);font-size:13px;font-weight:700;line-height:1.45;overflow-wrap:anywhere;cursor:pointer;-webkit-user-select:none;user-select:none;padding:2px 4px;margin:-2px -4px;border-radius:7px;transition:background-color .14s ease,color .14s ease}.review-card-summary:hover,.review-card-summary:focus-visible{background:var(--soft);color:var(--accent-dark);outline:none}.risk-tag{flex-shrink:0;padding:3px 7px;border-radius:4px;font-size:10px;font-weight:750}.risk-high{background:#fbe9e7;color:var(--danger)}.risk-medium{background:#fff3dd;color:var(--warning)}.risk-low{background:var(--accent-soft);color:var(--accent-dark)}.review-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-left:auto}.review-status-tag{flex-shrink:0;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:750;white-space:nowrap}.review-status-annotated{background:var(--info-soft);color:var(--info)}.review-status-modified{background:var(--success-soft);color:var(--success)}.review-card-detail{display:grid;grid-template-rows:1fr;opacity:1;margin-top:10px;padding-top:10px;border-top:1px solid var(--line);transition:grid-template-rows .42s ease,opacity .3s ease,margin-top .42s ease,padding-top .42s ease,border-top-color .42s ease}.review-card-detail.is-hidden{grid-template-rows:0fr;opacity:0;margin-top:0;padding-top:0;border-top-color:transparent}.review-card-detail-inner{overflow:hidden;min-height:0}.review-quote{margin:0 0 10px;color:var(--muted);font-size:12px;line-height:1.6}.review-copy{margin:0 0 7px;font-size:12px;line-height:1.65}.review-copy strong{color:var(--ink)}.replacement-copy{margin-top:10px;padding:9px 10px;border-radius:7px;background:var(--accent-soft);color:var(--accent-dark)}.review-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.action-button{padding:7px 10px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font-size:11px}.action-button:hover{border-color:#9bcac4;color:var(--accent-dark)}.action-button.action-button-locate{border-color:#a8cfca;color:var(--accent-dark);cursor:pointer;opacity:1}.action-button.action-button-locate:hover,.action-button.action-button-locate:focus-visible{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark);outline:none}.action-button.is-selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark);font-weight:750}.action-button:disabled{cursor:not-allowed;border-color:var(--line);background:var(--soft);color:#a2abb5}.disabled-action-wrapper{position:relative;display:inline-flex;cursor:help}.disabled-action-wrapper:after{position:absolute;left:50%;bottom:calc(100% + 7px);z-index:3;width:max-content;max-width:190px;padding:6px 8px;border-radius:5px;background:#25303d;color:#fff;content:attr(data-tooltip);font-size:10px;line-height:1.4;opacity:0;pointer-events:none;transform:translate(-50%,3px);transition:opacity .14s ease,transform .14s ease}.disabled-action-wrapper:hover:after,.disabled-action-wrapper:focus-within:after{opacity:1;transform:translate(-50%)}.empty-state{padding:28px 12px;color:var(--muted);text-align:center;font-size:12px}.toast{position:fixed;right:20px;bottom:20px;z-index:10;max-width:min(360px,calc(100vw - 40px));padding:11px 14px;border-radius:8px;background:#25303d;color:#fff;box-shadow:var(--shadow);font-size:12px;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.toast.is-visible{opacity:1;transform:translateY(0)}.toast.is-error{background:#7d332e}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:20px;background:#18223057}.modal-card{width:min(480px,calc(100vw - 40px));padding:18px 18px 16px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 18px 44px #1822302e}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.modal-head h2{margin:0;font-size:18px;line-height:1.3}.modal-close{flex-shrink:0;width:30px;height:30px;border:0;border-radius:8px;background:var(--soft);color:var(--muted);font-size:20px;line-height:1}.modal-close:hover,.modal-close:focus-visible{background:#e9edf1;color:var(--ink);outline:none}.modal-body{margin:0;color:var(--muted);font-size:13px;line-height:1.8;white-space:pre-line}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:14px}.modal-confirm{width:auto;min-width:92px;margin-top:0;padding-inline:14px}.modal-secondary{width:auto;min-width:76px;margin-top:0;padding-inline:14px}.export-popover{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;display:grid;place-items:center;padding:24px;background:#10182885;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.export-popover-card{width:min(560px,100%);overflow:hidden;background:var(--surface);border:1px solid rgba(255,255,255,.72);border-radius:20px;box-shadow:0 24px 72px #1018282e,0 4px 16px #10182814;animation:export-popover-in .18s ease-out}@keyframes export-popover-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.export-popover-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 28px 18px}.export-popover-head .eyebrow{margin:0 0 8px;color:var(--accent);font-size:14px;line-height:1.4;font-weight:700;letter-spacing:.06em}.export-popover-title{margin:0;font-size:24px;line-height:1.35;font-weight:700;letter-spacing:-.02em}.export-popover-subtitle{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.export-popover-close{flex:0 0 auto;width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:10px;color:#667085;background:#f7f8fa;cursor:pointer;transition:.18s ease}.export-popover-close:hover{color:var(--ink);border-color:var(--line);background:#f1f3f5}.export-popover-body{padding:0 28px 24px}.export-changes-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.export-change-item{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:flex-start;padding:16px 18px}.export-change-item+.export-change-item{border-top:1px solid #eef0f3}.export-change-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:var(--accent);background:var(--accent-soft)}.export-change-title{margin:1px 0 2px;font-size:15px;line-height:1.5;font-weight:600}.export-change-desc{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.export-popover-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 28px 28px;border-top:1px solid #eef0f3;background:#fbfcfd}.export-popover-button{min-width:112px;height:44px;padding:0 18px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:.18s ease}.export-popover-button-secondary{color:#344054;border:1px solid #d0d5dd;background:#fff}.export-popover-button-secondary:hover{border-color:#98a2b3;background:#f9fafb}.export-popover-button-primary{min-width:144px;color:#fff;border:1px solid var(--accent);background:var(--accent);box-shadow:0 4px 12px #167a722e}.export-popover-button-primary:hover{border-color:var(--accent-dark);background:var(--accent-dark)}.export-popover-button:focus-visible,.export-popover-close:focus-visible{outline:3px solid rgba(22,122,114,.22);outline-offset:2px}.export-popover-button[disabled]{cursor:not-allowed;opacity:.65}@media (max-width: 560px){.export-popover{align-items:end;padding:0}.export-popover-card{width:100%;border-radius:20px 20px 0 0}.export-popover-head{padding:24px 20px 16px}.export-popover-body{padding:0 20px 20px}.export-popover-footer{padding:16px 20px 24px}.export-popover-button{flex:1;min-width:0}}.preparing-rich{display:block;min-height:0;padding:28px 24px 24px}.preparing-rich .eyebrow{margin:0 0 22px}.preparing-stage{display:flex;gap:20px;align-items:flex-start}.preparing-doc{flex-shrink:0;width:56px;height:68px;padding:10px 8px;display:flex;flex-direction:column;gap:6px;border:1.5px solid var(--line);border-radius:6px;background:var(--soft)}.preparing-doc-row{position:relative;height:4px;border-radius:2px;background:var(--line);overflow:hidden}.preparing-doc-row-short{width:60%}.preparing-doc-row:after{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--accent);transform:translate(-100%);animation:preparing-scan 2.4s ease-in-out infinite;content:""}.preparing-doc-row:nth-child(1):after{animation-delay:0s}.preparing-doc-row:nth-child(2):after{animation-delay:.3s}.preparing-doc-row:nth-child(3):after{animation-delay:.6s}.preparing-doc-row:nth-child(4):after{animation-delay:.9s}.preparing-doc-row:nth-child(5):after{animation-delay:1.2s}@keyframes preparing-scan{0%{transform:translate(-100%)}12%{transform:translate(0)}45%{transform:translate(0)}60%{transform:translate(100%)}to{transform:translate(100%)}}.preparing-text{padding-top:2px;min-width:0}.preparing-title{margin:0 0 6px;font-size:19px;font-weight:600;line-height:1.4;color:var(--ink)}.preparing-sub{margin:0;font-size:13px;color:var(--muted)}.preparing-hint{margin-top:28px;padding-top:14px;border-top:1px dashed var(--line);font-size:12.5px;color:var(--muted)}@media (min-width: 561px){#review-section{padding:38px 40px 35px;border-radius:24px;box-shadow:none}}@media (max-width: 560px){.app-shell{padding:20px 14px 28px}.app-header{margin-bottom:24px}.app-header-actions{justify-content:flex-end}.panel-section{padding:16px}.section-heading{flex-direction:column;gap:8px}h1{font-size:28px}.header-reset-button,.export-button{min-width:0;padding:9px 12px;border-radius:11px;font-size:14px}#review-section{padding:20px 16px 22px;border-radius:18px;box-shadow:none}.review-progress-summary,.review-progress-risk{font-size:14px}.review-list{margin-top:18px}}@media (max-width: 380px){.app-shell{padding:18px 10px 24px}.panel-section,.review-item{padding:13px}h1{font-size:23px}h2{font-size:20px}#review-section{padding:16px 13px 18px}.export-button,.header-reset-button{padding:8px 10px;font-size:13px}}
