.report-doc{width:794px;margin:0 auto;background:#ffffff;color:#1a1a1a;font-family:var(--sans,"DM Sans",system-ui,sans-serif);font-size:13px;line-height:1.6}.report-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 40px;background:#0d0d0d;color:#ffffff;background-repeat:no-repeat;background-position:50%;background-size:cover}.report-header-logo{height:34px;width:auto}.report-header-meta{text-align:right}.report-header-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#ffffff}.report-header-date{font-size:11px;color:#b9b9b9;margin-top:2px}.report-footer{margin-top:8px;padding:20px 40px;background:#0d0d0d;color:#cfcfcf;font-size:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;background-repeat:no-repeat;background-position:50%;background-size:cover}.report-footer-left{display:flex;flex-direction:column;gap:8px}.report-footer-logo{height:26px;width:auto}.report-footer-address{line-height:1.5}.report-footer-address,.report-footer-legal{font-size:10px;white-space:pre-line;color:#cfcfcf}.report-footer-legal{line-height:1.65;text-align:right;max-width:60%}.report-body{padding:28px 40px 8px}.report-body h1{font-family:var(--serif,"Taviraj",serif);font-size:26px;font-weight:300;letter-spacing:-.01em;margin:4px 0 10px}.report-body h2{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-lime,#5f6a14);margin:26px 0 10px;padding-bottom:5px;border-bottom:1px solid #e5e7eb}.report-body h3{font-size:13px;font-weight:600;margin:16px 0 6px}.report-body p{margin:8px 0}.report-body ul{margin:8px 0;padding-left:20px;list-style:disc}.report-body table{width:100%;border-collapse:collapse;margin:10px 0;font-size:12px}.report-body td,.report-body th{border:1px solid #e5e7eb;padding:6px 9px;text-align:left}.report-body th{background:#f4f4f3;font-weight:600}.report-block{margin:12px 0;break-inside:avoid}.report-block-error{border:1px dashed #fca5a5;background:#fef2f2;color:#b91c1c;border-radius:8px;padding:10px 12px;font-size:12px}.report-window{position:fixed;z-index:1000;width:860px;max-width:calc(100vw - 24px);height:78vh;display:flex;flex-direction:column;background:#ffffff;border:1px solid var(--brand-border,#e5e7eb);border-radius:12px;box-shadow:0 24px 60px -12px rgba(0,0,0,.4);overflow:hidden}.report-window-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;cursor:move;user-select:none;background:var(--brand-bg-subtle,#f4f4f3);border-bottom:1px solid var(--brand-border,#e5e7eb)}.report-window-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-muted,#6b7280)}.report-window-actions{display:flex;align-items:center;gap:8px}.report-window-body{flex:1;overflow:auto;background:#e9e9ea;padding:20px}.report-btn{border-radius:9999px;padding:5px 12px;font-size:11px;font-weight:600;cursor:pointer;transition:opacity .15s}.report-btn-primary{background:var(--brand-ink,#1a1a1a);color:#fff;border:none}.report-btn-primary:disabled{opacity:.5;cursor:default}.report-window-close{border:none;background:none;cursor:pointer;padding:4px;color:var(--brand-muted,#6b7280);line-height:0}.report-send-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:9px 12px;background:#fff;border-bottom:1px solid var(--brand-border,#e5e7eb)}.report-send-bar input,.report-send-bar textarea{border:1px solid var(--brand-border,#e5e7eb);border-radius:6px;padding:4px 8px;font-size:12px;font-family:inherit}.report-send-bar input{flex:1;min-width:160px}.report-send-bar textarea{width:100%;resize:vertical;min-height:38px}.report-send-status{font-size:11px}.report-btn-ghost{background:#fff;color:var(--brand-ink,#1a1a1a);border:1px solid var(--brand-border,#e5e7eb)}