.report-page{color:var(--brand-text);background:#f5f6f8;min-height:100vh}.report-topbar{border-bottom:1px solid var(--border-soft);background:#fff;justify-content:space-between;align-items:center;height:78px;padding:0 max(4vw,32px);display:flex}.report-topbar>div{gap:12px;display:flex}.report-container{max-width:1240px;margin:0 auto;padding:34px 24px 80px}.report-back{color:var(--text-secondary);align-items:center;gap:7px;margin-bottom:24px;font-size:12px;display:inline-flex}.report-back svg{width:16px;height:16px}.report-title-row{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.report-title-row h1{color:var(--brand-navy-dark);margin:0 0 8px;font-size:30px}.report-title-row p{color:var(--text-secondary);margin:0;font-size:13px}.report-title-row>div:last-child{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.report-summary-grid{grid-template-columns:1fr 320px;gap:18px;margin-bottom:20px;display:grid}.report-risk-summary,.risk-distribution,.finding-card,.report-sidebar section,.report-actions{border:1px solid var(--border-soft);border-radius:var(--radius-card);background:#fff}.report-risk-summary{align-items:center;gap:22px;padding:25px;display:flex}.report-risk-ring{background:conic-gradient(var(--brand-red) 0 78%, #eed9dd 78%);border-radius:50%;flex:none;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative}.report-risk-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:13px}.report-risk-ring b{color:var(--brand-navy-dark);z-index:1;font-size:22px;position:relative}.report-risk-summary span{background:var(--surface-danger);color:var(--brand-red);border-radius:20px;padding:6px 10px;font-size:10px;font-weight:750;display:inline-block}.report-risk-summary h2{color:var(--brand-navy-dark);margin:10px 0 8px;font-size:22px}.report-risk-summary p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.6}.risk-distribution{padding:24px}.risk-distribution header{justify-content:space-between;margin-bottom:14px;display:flex}.risk-distribution h3{color:var(--brand-navy-dark);margin:0;font-size:14px}.risk-distribution header b{color:var(--brand-red)}.risk-distribution p{justify-content:space-between;margin:10px 0;font-size:11px;display:flex}.risk-distribution strong.critical{color:var(--risk-critical)}.risk-distribution strong.high{color:var(--risk-high)}.risk-distribution strong.medium{color:var(--risk-medium)}.risk-distribution strong.low{color:var(--risk-low)}.report-body-grid{grid-template-columns:1fr 300px;align-items:start;gap:20px;display:grid}.findings-list{flex-direction:column;gap:14px;display:flex}.finding-card{border-left:5px solid var(--brand-red);padding:23px}.finding-card.medium{border-left-color:var(--risk-medium)}.finding-card header{justify-content:space-between;display:flex}.finding-card header span{background:var(--surface-danger);color:var(--brand-red);border-radius:18px;padding:6px 10px;font-size:9px;font-weight:750}.finding-card.medium header span{background:var(--surface-warning);color:#a76900}.finding-card header b{color:#758096;font-size:11px}.finding-card h3{color:var(--brand-navy-dark);margin:14px 0;font-size:16px}.finding-card blockquote{border-left:3px solid var(--brand-warm-gray);color:#596273;background:#f7f7f7;margin:0;padding:13px;font-size:11px;line-height:1.55}.finding-card>p{color:var(--text-secondary);font-size:11px;line-height:1.65}.finding-card>div{background:var(--surface-success);color:#28664f;border-radius:10px;padding:13px;font-size:11px;line-height:1.55}.report-sidebar{flex-direction:column;gap:14px;display:flex;position:sticky;top:96px}.report-sidebar section{flex-direction:column;gap:9px;padding:22px;display:flex}.report-sidebar h3{color:var(--brand-navy-dark);margin:0 0 6px;font-size:15px}.report-sidebar a{border-bottom:1px solid var(--border-soft);color:#5d6a80;padding:0 0 9px;font-size:10px}.report-sidebar .button{min-height:42px}.report-sidebar section.report-notice{flex-direction:row;align-items:flex-start;display:flex}.report-notice>svg{color:var(--brand-red);flex:none;width:20px;height:20px}.report-notice p{color:var(--text-secondary);margin:0;font-size:9px;line-height:1.6}.report-actions{justify-content:space-between;align-items:center;margin-top:20px;padding:20px;display:flex}.report-actions>div{color:var(--text-secondary);align-items:center;gap:9px;font-size:10px;display:flex}.report-actions>div svg{color:var(--risk-low);width:17px;height:17px}.report-feedback-card{border:1px solid var(--border-soft);border-radius:var(--radius-card);background:#fff;gap:18px;margin-top:20px;padding:22px;display:grid}.report-feedback-intro{align-items:flex-start;gap:14px;display:flex}.report-feedback-intro>svg{color:var(--brand-navy);background:#eef3fa;border-radius:14px;flex:none;width:42px;height:42px;padding:10px}.report-feedback-intro span{color:var(--brand-red);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:850;display:block}.report-feedback-intro h2{color:var(--brand-navy-dark);margin:0 0 6px;font-size:18px}.report-feedback-intro p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.55}.report-feedback-card form{gap:14px;display:grid}.report-feedback-options{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.report-feedback-options button{color:var(--brand-navy-dark);cursor:pointer;text-align:left;background:#fbfcfe;border:1px solid #e4e9f1;border-radius:15px;min-height:78px;padding:13px;transition:border-color .15s,box-shadow .15s,transform .15s}.report-feedback-options button:hover{border-color:#d2d9e5;transform:translateY(-1px)}.report-feedback-options button.selected{border-color:var(--brand-red);background:#fff8f9;box-shadow:0 0 0 3px #e6002314}.report-feedback-options strong{margin-bottom:5px;font-size:12px;display:block}.report-feedback-options small{color:var(--text-secondary);font-size:9px;line-height:1.45;display:block}.report-feedback-reason{gap:8px;max-width:430px;display:grid}.report-feedback-reason span{color:var(--brand-navy-dark);font-size:11px;font-weight:750}.report-feedback-reason select{border:1px solid var(--border-soft);color:var(--brand-navy-dark);font:inherit;background:#fbfbfc;border-radius:12px;min-height:44px;padding:0 13px;font-size:12px}.report-feedback-reason select:focus{border-color:var(--brand-red);outline:none}.report-feedback-footer{justify-content:space-between;align-items:center;gap:14px;display:flex}.report-feedback-message{color:var(--text-secondary);margin:0;font-size:10px;line-height:1.5}.report-feedback-message.sent{color:var(--risk-low);font-weight:700}.report-feedback-message.error{color:var(--brand-red);font-weight:700}.report-export-controls{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.report-export-controls .button{white-space:nowrap}.report-private-share{flex-direction:column;align-items:flex-end;gap:6px;max-width:260px;display:flex}.report-private-share small{color:var(--text-secondary);text-align:right;font-size:9px;line-height:1.35}.report-private-share small.error{color:var(--brand-red);font-weight:750}.report-demo-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.report-demo-note{color:var(--text-secondary);margin:0 0 12px;font-size:10px;line-height:1.5}.report-title-actions{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.report-compare-link{color:var(--brand-red);align-items:center;gap:6px;font-size:10px;font-weight:750;display:inline-flex}.report-compare-link svg{width:15px;height:15px}.finding-card.high{border-left-color:#c74638}.finding-card.info{border-left-color:var(--risk-low)}.finding-card.high header span{color:#a8362c;background:#fff0ee}.finding-card.info header span{color:#28745a;background:#eaf4f0}.missing-terms{flex-direction:column;gap:14px;display:flex}.missing-terms>h2{color:var(--brand-navy-dark);margin:18px 0 0;font-size:22px}.priority-action{color:var(--text-secondary);align-items:flex-start;gap:10px;margin:0;font-size:11px;line-height:1.5;display:flex}.priority-action b{background:var(--surface-danger);color:var(--brand-red);border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;height:24px;display:flex}.priority-action span{padding-top:3px}.report-next-steps{grid-template-columns:repeat(3,1fr);gap:14px;margin:-2px 0 18px;display:grid}.report-next-steps a{border:1px solid var(--border-soft);color:var(--brand-navy-dark);background:#fff;border-radius:18px;align-items:flex-start;gap:13px;padding:18px;display:flex}.report-next-steps svg{color:var(--brand-red);flex:none;width:22px;height:22px}.report-next-steps b{margin-bottom:5px;font-size:13px;line-height:1.35;display:block}.report-next-steps small{color:var(--text-secondary);font-size:10px;line-height:1.45;display:block}.report-lawyer-status{border:1px solid var(--border-soft);border-left:5px solid var(--brand-navy);border-radius:var(--radius-card);background:#fff;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:18px;padding:20px;display:grid}.report-lawyer-status>svg{color:var(--brand-navy);background:#eef3fa;border-radius:13px;width:42px;height:42px;padding:10px}.report-lawyer-status.tone-danger{border-left-color:var(--brand-red)}.report-lawyer-status.tone-danger>svg{background:var(--surface-danger);color:var(--brand-red)}.report-lawyer-status.tone-warning{border-left-color:var(--risk-medium)}.report-lawyer-status.tone-warning>svg{background:var(--surface-warning);color:#a76900}.report-lawyer-status.tone-success{border-left-color:var(--risk-low)}.report-lawyer-status.tone-success>svg{background:var(--surface-success);color:var(--risk-low)}.report-lawyer-status span{color:var(--brand-red);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:850;display:block}.report-lawyer-status h2{color:var(--brand-navy-dark);margin:0 0 6px;font-size:18px}.report-lawyer-status p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.55}.report-lawyer-status small{color:#8490a2;margin-top:8px;font-size:9px;display:block}.report-lawyer-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.report-lawyer-actions .button{white-space:nowrap;min-height:40px}.report-negotiation-plan{border:1px solid var(--border-soft);border-radius:var(--radius-card);background:#fff;margin-bottom:18px;padding:22px}.report-negotiation-plan>header{align-items:flex-start;gap:7px;margin-bottom:16px;display:grid}.report-negotiation-plan>header span{color:var(--brand-red);letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:850}.report-negotiation-plan h2{color:var(--brand-navy-dark);margin:0;font-size:20px}.report-negotiation-plan>header p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.55}.report-plan-items{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;display:grid}.report-plan-item{background:#fbfcfe;border:1px solid #e4e9f1;border-radius:15px;grid-template-columns:30px minmax(0,1fr);gap:10px;padding:15px;display:grid}.report-plan-item>b{border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;display:flex}.report-plan-item.tone-danger>b{background:var(--surface-danger);color:var(--brand-red)}.report-plan-item.tone-warning>b{background:var(--surface-warning);color:#a76900}.report-plan-item.tone-neutral>b{color:var(--brand-navy);background:#eef3fa}.report-plan-item span{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:8px;font-weight:800;display:block}.report-plan-item h3{color:var(--brand-navy-dark);margin:5px 0;font-size:12px;line-height:1.35}.report-plan-item p{color:#6d7789;margin:0 0 7px;font-size:9px}.report-plan-item small{color:#4f5b70;font-size:9px;line-height:1.45;display:block}.report-plan-item>a{color:var(--brand-red);grid-column:2;align-items:center;gap:5px;margin-top:2px;font-size:9px;font-weight:800;display:inline-flex}.report-plan-item>a svg{width:12px;height:12px}.report-confidence-card{border:1px solid var(--border-soft);border-left:5px solid var(--risk-medium);border-radius:var(--radius-card);background:#fff;grid-template-columns:26px 1fr;align-items:flex-start;gap:14px;margin-bottom:18px;padding:19px 20px;display:grid}.report-confidence-card.high{border-left-color:var(--risk-low)}.report-confidence-card.low{border-left-color:var(--brand-red)}.report-confidence-card>svg{color:var(--risk-medium);width:22px;height:22px}.report-confidence-card.high>svg{color:var(--risk-low)}.report-confidence-card.low>svg{color:var(--brand-red)}.report-confidence-card span{color:var(--brand-red);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.report-confidence-card h2{color:var(--brand-navy-dark);margin:0 0 5px;font-size:16px}.report-confidence-card p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.55}.report-confidence-card ul{gap:5px;margin:10px 0 0;padding:0;list-style:none;display:grid}.report-confidence-card li{color:#6f798b;padding-left:14px;font-size:10px;line-height:1.45;position:relative}.report-confidence-card li:before{content:"";background:currentColor;border-radius:50%;width:4px;height:4px;position:absolute;top:7px;left:0}.report-quality-card{border:1px solid var(--border-soft);border-left:5px solid var(--risk-low);border-radius:var(--radius-card);background:#fff;grid-template-columns:26px 1fr;align-items:flex-start;gap:14px;margin-bottom:18px;padding:19px 20px;display:grid}.report-quality-card.attention{border-left-color:var(--risk-medium)}.report-quality-card.review{border-left-color:var(--brand-red)}.report-quality-card>svg{color:var(--risk-low);width:22px;height:22px}.report-quality-card.attention>svg{color:var(--risk-medium)}.report-quality-card.review>svg{color:var(--brand-red)}.report-quality-card span{color:var(--brand-red);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.report-quality-card h2{color:var(--brand-navy-dark);margin:0 0 5px;font-size:16px}.report-quality-card p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.55}.report-quality-card ul{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.report-quality-card li{background:#fbfcfe;border:1px solid #e6eaf0;border-radius:12px;padding:10px 12px}.report-quality-card li.tone-warning{background:var(--surface-warning);border-color:#f1d9bc}.report-quality-card li.tone-danger{background:var(--surface-danger);border-color:#f0c3cc}.report-quality-card li strong{color:var(--brand-navy-dark);margin-bottom:3px;font-size:10px;display:block}.report-quality-card li small{color:#6f798b;font-size:9px;line-height:1.45;display:block}.report-disclaimer-banner{border-radius:var(--radius-card);background:#fff8f0;border:1px solid #f1d9bc;align-items:flex-start;gap:14px;margin-bottom:18px;padding:18px 20px;display:flex}.report-disclaimer-banner svg{color:#bd6a10;flex:none;width:22px;height:22px}.report-disclaimer-banner h2{color:var(--brand-navy-dark);margin:0 0 5px;font-size:15px}.report-disclaimer-banner p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.55}.report-filters{border:1px solid var(--border-soft);border-radius:var(--radius-card);background:#fff;grid-template-columns:1fr 230px auto;align-items:end;gap:14px;margin-bottom:12px;padding:18px;display:grid}.report-filters label{flex-direction:column;gap:8px;display:flex}.report-filters label>span{color:var(--brand-navy-dark);align-items:center;gap:6px;font-size:11px;font-weight:750;display:inline-flex}.report-filters label>span svg{color:var(--brand-red);width:15px;height:15px}.report-filters input,.report-filters select{border:1px solid var(--border-soft);color:var(--brand-navy-dark);font:inherit;background:#fbfbfc;border-radius:12px;min-height:44px;padding:0 13px;font-size:12px}.report-filters input:focus,.report-filters select:focus{border-color:var(--brand-red);outline:none}.report-filter-actions{gap:10px;display:flex}.report-filter-summary{color:var(--text-secondary);align-items:center;gap:10px;margin:0 0 18px;display:flex}.report-filter-summary span{background:var(--surface-danger);color:var(--brand-red);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:750}.report-filter-summary p{margin:0;font-size:11px}.finding-group{flex-direction:column;gap:14px;display:flex}.finding-group-header{justify-content:space-between;align-items:center;padding:4px 3px 0;display:flex}.finding-group-header h2{color:var(--brand-navy-dark);margin:0;font-size:18px}.finding-group-header span{color:var(--text-secondary);font-size:11px}.report-filter-empty{border:1px dashed var(--border-soft);border-radius:var(--radius-card);background:#fff;flex-direction:column;align-items:flex-start;gap:8px;padding:28px;display:flex}.report-filter-empty h2{color:var(--brand-navy-dark);margin:0;font-size:18px}.report-filter-empty p{color:var(--text-secondary);margin:0 0 6px;font-size:12px;line-height:1.6}@media (max-width:900px){.report-summary-grid,.report-body-grid{grid-template-columns:1fr}.report-sidebar{grid-template-columns:1fr 1fr;display:grid;position:static}.report-sidebar section.report-notice{grid-column:1/-1}.report-next-steps,.report-filters,.report-feedback-options{grid-template-columns:1fr}.report-filter-actions{flex-wrap:wrap}.report-lawyer-status{grid-template-columns:42px 1fr;align-items:flex-start}.report-lawyer-actions{grid-column:2;justify-content:flex-start}}@media (max-width:650px){.report-topbar{height:70px;padding:0 18px}.report-topbar>div .button-secondary{display:none}.report-topbar .brand-logo-wordmark{font-size:15px}.report-container{padding:24px 16px 60px}.report-title-row{flex-direction:column;align-items:flex-start;gap:20px}.report-title-row h1{font-size:27px}.report-title-row>div:last-child{width:100%}.report-title-row>div:last-child .button{flex:1;padding:0 13px}.report-risk-summary{flex-direction:column;align-items:flex-start}.report-summary-grid{grid-template-columns:1fr}.report-sidebar{display:flex}.report-actions,.report-feedback-footer{flex-direction:column;align-items:flex-start;gap:16px}.report-actions .button,.report-feedback-footer .button,.report-filter-actions,.report-filter-actions .button{width:100%}.report-disclaimer-banner,.report-confidence-card,.report-quality-card,.report-feedback-intro{flex-direction:column;display:flex}.report-next-steps a{padding:16px}.report-lawyer-status{flex-direction:column;display:flex}.report-lawyer-actions,.report-lawyer-actions .button{width:100%}}@media print{@page{margin:14mm}.report-page{background:#fff}.report-topbar,.report-back,.report-title-row>.report-title-actions,.report-sidebar,.report-actions,.report-next-steps,.report-lawyer-status,.report-filters,.report-filter-summary,.report-feedback-card{display:none!important}.report-container{max-width:none;padding:0}.report-title-row{margin-bottom:18px;display:block}.report-summary-grid,.report-body-grid{display:block}.report-risk-summary,.risk-distribution,.finding-card,.report-disclaimer-banner,.report-confidence-card,.report-quality-card,.report-negotiation-plan{break-inside:avoid;box-shadow:none;margin-bottom:12px}.risk-distribution{margin-top:12px}.finding-card{page-break-inside:avoid}.findings-list,.missing-terms{display:block}.missing-terms>h2{page-break-after:avoid}}.report-page p,.report-page small,.report-page blockquote,.report-page li,.report-page label,.report-page input,.report-page select{font-size:13px}.finding-card>p,.finding-card>div,.report-confidence-card p,.report-quality-card p,.report-disclaimer-banner p,.report-lawyer-status p{font-size:14px}.finding-card header span,.report-risk-summary span,.report-confidence-card span,.report-quality-card span,.report-lawyer-status span,.report-negotiation-plan>header span,.report-plan-item span{font-size:12px}
