*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--surface: #fafafa;--surface-2: #f4f4f4;--rule: #e5e5e5;--rule-strong: #d4d4d4;--ink: #000000;--dim: #2a2a2a;--muted: #737373;--faint: #a3a3a3;--red: #dc2626;--red-dark: #991b1b;--red-bg: rgba(220,38,38,.04);--red-border: rgba(220,38,38,.15);--amber: #b45309;--amber-bg: rgba(180,83,9,.04);--amber-border: rgba(180,83,9,.15);--green: #15803d;--green-bg: rgba(21,128,61,.04);--green-border: rgba(21,128,61,.15);--ff: "Geist", system-ui, sans-serif;--mono: "Geist Mono", monospace;--hf-red: var(--red);--hf-amber: var(--amber);--hf-green: var(--green);--hf-muted: var(--muted)}body{background:var(--bg);color:var(--ink);font-family:var(--ff);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.6}.hf-app{min-height:100vh}.hf-nav-brand{font-family:var(--mono);font-size:14px;font-weight:600;letter-spacing:-.02em;text-decoration:none}.hf-nav-brand span{color:var(--red)}.hf-home{--bg: #0e0e0d;--bg-alt: #161614;--surface: #1c1b19;--surface-2: #232220;--rule: #2a2826;--rule-light: #333130;--ink: #e8e5e0;--dim: #a09e98;--muted: #6b6965;--faint: #444240;--red: #e84c3c;--red-dim: #c93a2c;--red-bg: rgba(232,76,60,.06);--red-border: rgba(232,76,60,.2);--amber: #d4a027;--amber-bg: rgba(212,160,39,.06);--amber-border: rgba(212,160,39,.2);--green: #2ea55a;--green-bg: rgba(46,165,90,.06);--green-border: rgba(46,165,90,.2);--hf-red: var(--red);--hf-amber: var(--amber);--hf-green: var(--green);--hf-muted: var(--muted);background:var(--bg);color:var(--ink);min-height:100vh}.hf-home-nav{display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,56px);height:56px;border-bottom:1px solid var(--rule)}.hf-home-nav .hf-nav-brand{color:var(--ink)}.hf-home-nav-right{display:flex;align-items:center;gap:20px}.hf-home-nav-price{font-size:12px;color:var(--dim);font-weight:500}.hf-home-nav-link{font-size:12px;color:var(--muted);text-decoration:none;transition:color .2s}.hf-home-nav-link:hover{color:var(--ink)}.hf-hero{max-width:880px;margin:0 auto;padding:clamp(64px,12vh,120px) clamp(20px,5vw,56px) clamp(48px,8vh,80px);text-align:center}.hf-hero-h1{font-size:clamp(36px,6vw,64px);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:24px;color:var(--ink)}.hf-hero-hl{color:var(--red)}.hf-hero-sub{font-size:clamp(15px,2vw,18px);color:var(--dim);max-width:580px;margin:0 auto 40px;line-height:1.7}.hf-hero-cta{display:inline-flex;align-items:center;gap:10px;font-family:var(--ff);font-size:14px;font-weight:600;color:#fff;background:var(--red);padding:14px 36px;border-radius:6px;border:none;cursor:pointer;text-decoration:none;line-height:1;transition:background .2s,transform .15s}.hf-hero-cta:hover{background:var(--red-dim);transform:translateY(-1px)}.hf-hero-cta:disabled{opacity:.7;cursor:default;transform:none}.hf-hidden-input{display:none}.hf-hero-cta-group{display:inline-flex;flex-direction:column;align-items:center;gap:10px}.hf-session-active{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;color:var(--green)}.hf-session-dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0}.hf-hero-actions{display:flex;align-items:flex-start;justify-content:center;gap:16px;flex-wrap:wrap}.hf-hero-sample{display:inline-flex;align-items:center;background:none;border:1px solid var(--rule-light);cursor:pointer;font-size:14px;font-weight:600;color:var(--dim);padding:14px 36px;border-radius:6px;transition:color .2s,border-color .2s,background .2s;font-family:var(--ff);white-space:nowrap;line-height:1}.hf-hero-sample:hover{color:var(--ink);border-color:var(--dim);background:var(--surface)}.hf-home-error{margin-top:16px;font-size:13px;color:var(--red);padding:10px 16px;background:var(--red-bg);border:1px solid var(--red-border);border-radius:6px;max-width:480px;margin-left:auto;margin-right:auto}.hf-trust{text-align:center;padding:clamp(32px,5vh,48px) clamp(20px,5vw,56px) clamp(40px,6vh,56px)}.hf-trust-items{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.hf-trust-item{font-size:18px;font-weight:500;color:var(--ink)}.hf-home-divider{height:1px;background:var(--rule);max-width:880px;margin:0 auto}.hf-what{max-width:880px;margin:0 auto;padding:clamp(48px,8vh,72px) clamp(20px,5vw,56px)}.hf-section-label{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin-bottom:16px}.hf-what-h2{font-size:clamp(24px,3.5vw,36px);font-weight:600;letter-spacing:-.02em;margin-bottom:8px}.hf-what-sub{font-size:14px;color:var(--dim);margin-bottom:32px;max-width:520px}.hf-what-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2px;background:var(--rule);border-radius:10px;overflow:hidden}.hf-what-cell{background:var(--surface);padding:24px}.hf-what-cell-title{font-size:13px;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.hf-what-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hf-what-cell-desc{font-size:12px;color:var(--muted);line-height:1.6}.hf-preview{max-width:880px;margin:0 auto;padding:clamp(48px,8vh,72px) clamp(20px,5vw,56px)}.hf-preview-h2{font-size:clamp(24px,3.5vw,36px);font-weight:600;letter-spacing:-.02em;margin-bottom:8px}.hf-preview-sub{font-size:14px;color:var(--dim);margin-bottom:28px;max-width:520px}.hf-cite-preview{border:1px solid var(--rule);border-radius:10px;overflow:hidden;background:var(--surface)}.hf-cite-preview-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--rule);background:var(--bg-alt)}.hf-cite-preview-label{font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.hf-cite-preview-stats{font-size:11px;color:var(--dim)}.hf-red-text{color:var(--red);font-weight:600}.hf-cite-preview-row{display:grid;grid-template-columns:100px 1fr;border-bottom:1px solid var(--rule);transition:background .1s}.hf-cite-preview-row:last-child{border-bottom:none}.hf-cite-preview-row:hover{background:var(--bg-alt)}.hf-cite-preview-badge-cell{padding:14px 16px 12px;display:flex;align-items:flex-start}.hf-cite-preview-badge{font-family:var(--mono);font-size:8px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:3px;white-space:nowrap}.hf-cite-preview-badge--unverifiable{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.hf-cite-preview-badge--verified{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.hf-cite-preview-badge--partial{background:var(--amber-bg);color:var(--amber);border:1px solid var(--amber-border)}.hf-cite-preview-detail{padding:12px 16px 12px 0}.hf-cite-preview-case{font-family:var(--mono);font-size:12px;font-weight:500;color:var(--ink);margin-bottom:2px}.hf-cite-preview-ctx{font-size:11px;color:var(--muted)}.hf-cite-preview-src{font-size:10px;color:var(--faint);margin-top:4px;font-style:italic}.hf-how{max-width:880px;margin:0 auto;padding:clamp(48px,8vh,72px) clamp(20px,5vw,56px)}.hf-how-h2{font-size:clamp(24px,3.5vw,36px);font-weight:600;letter-spacing:-.02em;margin-bottom:28px}.hf-how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--rule);border-radius:10px;overflow:hidden}.hf-how-step{background:var(--surface);padding:28px 24px}.hf-how-step-num{font-family:var(--mono);font-size:11px;font-weight:600;color:var(--red);margin-bottom:10px}.hf-how-step-title{font-size:14px;font-weight:600;margin-bottom:6px}.hf-how-step-desc{font-size:12px;color:var(--muted);line-height:1.6}.hf-pricing{max-width:880px;margin:0 auto;padding:clamp(48px,8vh,72px) clamp(20px,5vw,56px);text-align:center}.hf-pricing-h2{font-size:clamp(24px,3.5vw,36px);font-weight:600;letter-spacing:-.02em;margin-bottom:8px}.hf-pricing-sub{font-size:14px;color:var(--dim);margin:0 auto 32px;max-width:480px}.hf-price-card{background:var(--surface);border:1px solid var(--rule);border-radius:12px;padding:40px;max-width:440px;margin:0 auto;text-align:center}.hf-price-amount{font-size:48px;font-weight:700;letter-spacing:-.03em;margin-bottom:4px}.hf-price-per{font-size:14px;color:var(--muted);margin-bottom:24px}.hf-price-list{list-style:none;text-align:left;margin-bottom:28px}.hf-price-list li{font-size:13px;color:var(--dim);padding:8px 0;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid var(--rule)}.hf-price-list li:last-child{border-bottom:none}.hf-price-check{color:var(--green);font-weight:600;flex-shrink:0}.hf-price-cta{display:flex;align-items:center;justify-content:center;width:100%;font-family:var(--ff);font-size:14px;font-weight:600;color:#fff;background:var(--red);padding:14px 0;border-radius:6px;border:none;cursor:pointer;text-decoration:none;transition:background .2s;margin-bottom:12px}.hf-price-cta:hover{background:var(--red-dark)}.hf-price-note{font-size:11px;color:var(--faint)}.hf-conf{max-width:880px;margin:0 auto;padding:clamp(40px,6vh,56px) clamp(20px,5vw,56px);text-align:center}.hf-conf-box{background:var(--surface);border:1px solid var(--rule);border-radius:10px;padding:28px 32px;max-width:580px;margin:0 auto}.hf-conf-icon{font-size:20px;margin-bottom:8px;opacity:.5}.hf-conf-title{font-size:13px;font-weight:600;margin-bottom:6px}.hf-conf-text{font-size:12px;color:var(--muted);line-height:1.6}.hf-home-footer{border-top:1px solid var(--rule);padding:24px clamp(20px,5vw,56px);display:flex;justify-content:space-between;align-items:center;max-width:880px;margin:0 auto}.hf-home-footer-brand{font-size:11px;color:var(--faint)}.hf-home-footer-brand a{color:var(--muted);text-decoration:none;transition:color .2s}.hf-home-footer-brand a:hover{color:var(--ink)}.hf-home-footer-links{display:flex;gap:16px}.hf-home-footer-links a{font-size:11px;color:var(--faint);text-decoration:none;transition:color .2s}.hf-home-footer-links a:hover{color:var(--dim)}@media(max-width:700px){.hf-what-grid,.hf-how-steps{grid-template-columns:1fr}.hf-trust-items{flex-direction:column;gap:12px}.hf-hero-actions{flex-direction:column;align-items:center}}.hf-analyzing{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.hf-analyzing-nav{display:flex;align-items:center;padding:0 clamp(20px,5vw,56px);height:48px;border-bottom:1px solid var(--rule)}.hf-analyzing-inner{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.hf-analyzing-icon{color:var(--faint);margin-bottom:20px}.hf-analyzing-heading{font-size:20px;font-weight:600;letter-spacing:-.02em;margin-bottom:8px}.hf-analyzing-filename{font-family:var(--mono);font-size:12px;color:var(--muted);margin-bottom:24px}.hf-analyzing-progress-wrap{width:280px;margin-bottom:12px}.hf-analyzing-progress-bar{height:2px;background:var(--rule);border-radius:2px;overflow:hidden;margin-bottom:6px}.hf-analyzing-progress-fill{height:100%;background:var(--red);border-radius:2px;transition:width .3s ease}.hf-analyzing-chars{font-family:var(--mono);font-size:10px;color:var(--muted)}.hf-analyzing-stage{font-size:12px;color:var(--muted);font-family:var(--mono)}.hf-analyzing--error .hf-analyzing-inner{gap:12px}.hf-analyzing-error-icon{color:var(--red);margin-bottom:4px}.hf-analyzing-error-msg{font-size:13px;color:var(--dim);max-width:400px;line-height:1.5}.hf-analyzing-actions{display:flex;gap:12px;margin-top:8px}.hf-btn{font-family:var(--ff);font-size:13px;font-weight:500;padding:8px 20px;border-radius:5px;border:none;cursor:pointer;transition:all .15s}.hf-btn--primary{background:var(--red);color:#fff}.hf-btn--primary:hover{background:var(--red-dark)}.hf-btn--ghost{background:none;color:var(--muted);border:1px solid var(--rule)}.hf-btn--ghost:hover{border-color:var(--rule-strong);color:var(--ink)}.hf-workspace{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--bg);color:var(--ink)}.hf-ws-nav{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:44px;border-bottom:1px solid var(--rule);background:var(--bg);flex-shrink:0;z-index:10}.hf-ws-nav-center{font-family:var(--mono);font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:360px}.hf-ws-nav-right{display:flex;gap:8px}.hf-ws-nav-btn{font-family:var(--mono);font-size:11px;font-weight:500;color:var(--muted);background:none;border:1px solid var(--rule);padding:5px 14px;border-radius:3px;cursor:pointer;transition:all .15s}.hf-ws-nav-btn:hover{border-color:var(--rule-strong);color:var(--ink)}.hf-ws-nav-btn--red{background:var(--red);color:#fff;border-color:var(--red);font-weight:600}.hf-ws-nav-btn--red:hover{background:var(--red-dark);border-color:var(--red-dark)}.hf-ws-body{display:grid;grid-template-columns:2fr 3fr;flex:1;overflow:hidden}.hf-filing-pane{border-right:1px solid var(--rule);overflow-y:auto;display:flex;flex-direction:column;background:var(--bg)}.hf-filing-header{display:flex;align-items:center;justify-content:space-between;padding:9px 20px;border-bottom:1px solid var(--rule);background:var(--surface);flex-shrink:0}.hf-filing-label{font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.hf-filing-name{font-family:var(--mono);font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}.hf-filing-body{padding:20px;font-family:var(--mono);font-size:12px;line-height:1.8;color:var(--dim);white-space:pre-wrap;flex:1;word-break:break-word}.hf-cite-hl{background:#fef08a;color:#111;border-radius:2px;padding:1px 0}.hf-analysis-pane{display:flex;flex-direction:column;overflow:hidden;background:var(--surface)}.hf-status-bar{display:flex;align-items:center;gap:12px;padding:9px 20px;border-bottom:1px solid var(--rule);background:var(--bg);flex-shrink:0}.hf-status-badge{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:4px 12px;border-radius:3px;display:flex;align-items:center;gap:6px}.hf-status-badge--alert{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.hf-status-badge--ok{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.hf-verdict-pulse{width:7px;height:7px;border-radius:50%;background:var(--red);flex-shrink:0;animation:hf-pulse 2s ease-in-out infinite}@keyframes hf-pulse{0%,to{opacity:1}50%{opacity:.3}}.hf-status-counts{display:flex;gap:10px}.hf-status-count{font-family:var(--mono);font-size:10px;color:var(--muted)}.hf-status-count--crit{color:var(--red);font-weight:600}.hf-status-count--major{color:var(--amber);font-weight:600}.hf-tabs{display:flex;padding:0 20px;border-bottom:1px solid var(--rule);background:var(--bg);flex-shrink:0}.hf-tab{font-size:12px;font-weight:500;color:var(--muted);padding:10px 12px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:5px;white-space:nowrap}.hf-tab:hover{color:var(--ink)}.hf-tab--active{color:var(--red);border-bottom-color:var(--red);font-weight:600}.hf-tab-count{font-size:10px;font-weight:600;background:var(--surface);color:var(--muted);padding:1px 6px;border-radius:8px}.hf-tab--active .hf-tab-count{background:var(--red-bg);color:var(--red)}.hf-tab-content{flex:1;overflow-y:auto}.hf-tab-inner{padding:20px}.hf-tab-inner--hidden,.hf-print-section-label{display:none}.hf-section-label{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:12px;margin-top:20px}.hf-tab-inner>.hf-section-label:first-child{margin-top:0}.hf-filing-summary{background:var(--bg);border:1px solid var(--rule);border-radius:6px;padding:14px 18px;margin-bottom:14px}.hf-fs-title{font-size:14px;font-weight:600;letter-spacing:-.01em;margin-bottom:4px}.hf-fs-type{font-size:10px;font-weight:500;color:var(--muted);background:var(--surface);padding:2px 8px;border-radius:3px;display:inline-block;margin-bottom:8px}.hf-fs-meta{display:flex;flex-wrap:wrap;gap:4px 16px}.hf-fs-meta span{font-size:11px;color:var(--muted)}.hf-fs-meta strong{font-weight:600;color:var(--dim);margin-right:3px}.hf-block-banner{background:var(--red-bg);border:1px solid var(--red-border);border-left:3px solid var(--red);border-radius:2px 6px 6px 2px;padding:14px 18px;margin-bottom:14px}.hf-block-status{font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--red);margin-bottom:6px}.hf-block-banner p{font-size:13px;color:var(--dim);line-height:1.6}.hf-block-directive{font-size:13px;font-weight:700;color:var(--red);margin-top:10px;padding-top:10px;border-top:1px solid var(--red-border)}.hf-block-directive:before{content:"→ ";opacity:.6}.hf-score-grid{display:flex;gap:8px;margin-bottom:20px}.hf-score-group{flex:1;border:1px solid var(--rule);border-radius:6px;overflow:hidden}.hf-score-group-label{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:6px 10px 5px;background:var(--surface);border-bottom:1px solid var(--rule)}.hf-score-cells{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--rule)}.hf-score-group:last-child .hf-score-cells{grid-template-columns:repeat(2,1fr)}.hf-score-cell{background:var(--bg);padding:12px 8px;text-align:center}.hf-score-num{font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1}.hf-score-num--alert{color:var(--red)}.hf-score-num--warn{color:var(--amber)}.hf-score-num--ok{color:var(--green)}.hf-score-label{font-family:var(--mono);font-size:8px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:4px}.hf-gr-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:6px;overflow:hidden}.hf-gr-cell{background:var(--bg);padding:14px 16px}.hf-gr-cell-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.hf-gr-icon{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;flex-shrink:0}.hf-gr-icon--pass{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.hf-gr-icon--warn{background:var(--amber-bg);color:var(--amber);border:1px solid var(--amber-border)}.hf-gr-icon--fail{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.hf-gr-name{font-size:13px;font-weight:600;flex:1}.hf-gr-verdict{font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.hf-gr-verdict--pass{color:var(--green)}.hf-gr-verdict--warn{color:var(--amber)}.hf-gr-verdict--fail{color:var(--red)}.hf-gr-desc{font-size:12px;color:var(--muted);line-height:1.5}.hf-cite-warning{background:var(--red-bg);border-left:3px solid var(--red);border-radius:2px 4px 4px 2px;padding:10px 16px;margin-bottom:16px;font-size:12px;color:var(--red);font-weight:500}.hf-cite-row{display:grid;grid-template-columns:90px 1fr;border-bottom:1px solid var(--rule);padding:12px 0;transition:background .1s}.hf-cite-row:last-child{border-bottom:none}.hf-cite-row{cursor:pointer}.hf-cite-row:hover{background:var(--surface)}.hf-cite-row--active{background:var(--red-bg)!important}.hf-cite-badge-cell{padding:2px 12px 0 0;display:flex;align-items:flex-start}.hf-cite-badge{font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:4px 8px;border-radius:3px;white-space:nowrap}.hf-cite-badge--verified{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.hf-cite-badge--partial{background:var(--amber-bg);color:var(--amber);border:1px solid var(--amber-border)}.hf-cite-badge--not-found{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.hf-cite-detail{display:flex;flex-direction:column;gap:4px}.hf-cite-case{font-family:var(--mono);font-size:12px;font-weight:500;color:var(--ink);line-height:1.5}.hf-cite-issue{font-size:12px;color:var(--muted)}.hf-align-tag{display:inline-block;font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 7px;border-radius:3px}.hf-align-tag--overstated,.hf-align-tag--inapposite{background:var(--amber-bg);color:var(--amber);border:1px solid var(--amber-border)}.hf-align-tag--misrepresented{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.hf-cite-expand-btn{background:none;border:none;cursor:pointer;font-family:var(--mono);font-size:10px;color:var(--muted);padding:4px 0;text-align:left;transition:color .15s}.hf-cite-expand-btn:hover{color:var(--ink)}.hf-cite-expanded{margin-top:8px;display:flex;flex-direction:column;gap:10px}.hf-cite-prop{display:flex;flex-direction:column;gap:4px}.hf-cite-prop-label{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.hf-cite-prop-text{font-size:12px;color:var(--dim);font-style:italic;line-height:1.5}.hf-cite-align-note{font-size:12px;color:var(--dim);line-height:1.6}.hf-cite-evidence-stmt{font-family:var(--mono);font-size:10px;color:var(--muted);line-height:1.6;padding:10px 14px;background:var(--surface-2);border-left:2px solid var(--rule-strong);border-radius:0 4px 4px 0}.hf-findings-controls{display:flex;align-items:center;gap:6px;margin-bottom:16px;flex-wrap:wrap}.hf-fc-label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-right:4px}.hf-fc-pill{font-size:11px;font-weight:500;padding:4px 12px;border-radius:3px;border:1px solid var(--rule);background:var(--bg);color:var(--muted);cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:5px}.hf-fc-pill:hover{border-color:var(--rule-strong);color:var(--ink)}.hf-fc-pill--on{background:var(--red);color:#fff;border-color:var(--red)}.hf-fc-pill-count{opacity:.6}.hf-findings-list{display:flex;flex-direction:column;gap:2px}.hf-finding{padding:18px 20px;background:var(--bg);border-left:3px solid var(--rule-strong);transition:background .15s}.hf-finding:hover{background:var(--surface-2);cursor:pointer}.hf-finding--active{background:#fef08a40!important}.hf-finding--critical{border-left-color:var(--red)}.hf-finding--major{border-left-color:var(--amber)}.hf-finding--minor{border-left-color:var(--rule-strong)}.hf-finding-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.hf-finding-severity{font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hf-finding-severity--critical{color:var(--red)}.hf-finding-severity--major{color:var(--amber)}.hf-finding-severity--minor{color:var(--muted)}.hf-finding-ground{font-size:11px;color:var(--muted)}.hf-finding-type{font-family:var(--mono);font-size:10px;color:var(--muted);font-style:italic;margin-bottom:8px;text-transform:lowercase}.hf-finding-body{font-size:14px;font-weight:500;color:var(--ink);line-height:1.6;margin-bottom:10px}.hf-finding-evidence{font-family:var(--mono);font-size:11px;color:var(--dim);line-height:1.6;padding:10px 14px;background:var(--surface);border-left:2px solid var(--rule-strong);margin-bottom:10px;display:flex;flex-direction:column;gap:4px}.hf-finding-evidence-label{font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.hf-finding-authority{font-family:var(--mono);font-size:11px;color:var(--dim);line-height:1.5;margin-bottom:10px;display:flex;gap:8px;align-items:baseline}.hf-finding-authority-label{font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);flex-shrink:0}.hf-finding-suggestion{font-size:12px;color:var(--red);font-weight:600}.hf-finding-suggestion:before{content:"→ ";opacity:.5}.hf-empty{font-size:13px;color:var(--muted);padding:24px 0;text-align:center}.hf-rf-status{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:3px;display:inline-block;margin-bottom:16px}.hf-rf-status--active{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.hf-rf-status--clear{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.hf-focus-item{padding:18px 0;border-bottom:1px solid var(--rule)}.hf-focus-item:last-child{border-bottom:none}.hf-focus-body{display:flex;flex-direction:column;gap:5px}.hf-focus-effort{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.hf-focus-effort--sig{color:var(--red)}.hf-focus-effort--mod{color:var(--amber)}.hf-focus-effort--min{color:var(--muted)}.hf-focus-action{font-size:14px;font-weight:600;line-height:1.5;color:var(--ink)}.hf-focus-why{font-size:12px;color:var(--muted);line-height:1.5}.hf-focus-why-label{font-weight:600;color:var(--dim)}.hf-ws-footer{border-top:1px solid var(--rule);padding:12px 20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;font-size:11px;color:var(--faint)}.hf-ws-footer a{color:var(--muted);text-decoration:none;transition:color .2s}.hf-ws-footer a:hover{color:var(--ink)}@media print{.hf-workspace{height:auto;overflow:visible}.hf-ws-body{grid-template-columns:1fr;height:auto;overflow:visible}.hf-filing-pane{display:none}.hf-analysis-pane{overflow:visible;height:auto}.hf-tab-content{overflow:visible}.hf-ws-nav-btn,.hf-tabs{display:none}.hf-tab-inner,.hf-tab-inner--hidden{display:block!important}.hf-tab-inner+.hf-tab-inner{margin-top:32px;padding-top:32px;border-top:2px solid #ccc}.hf-print-section-label{display:block;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#666;margin-bottom:12px}.hf-findings-controls{display:none}.hf-cite-hl{background:#ff0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media(max-width:900px){.hf-ws-body{grid-template-columns:1fr}.hf-filing-pane{display:none}.hf-score-grid{flex-direction:column}}
