.report-panel{margin-top:36px;border:1px solid var(--line);border-radius:18px;padding:24px;background:linear-gradient(135deg,rgba(124,156,255,.12),rgba(255,255,255,.035) 45%,rgba(103,232,165,.06));box-shadow:0 24px 80px rgba(0,0,0,.16);scroll-margin-top:24px}.report-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.report-panel__kicker{display:block;color:var(--accent);font-size:11px;letter-spacing:.14em;margin-bottom:8px}.report-panel h2{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.6rem,4vw,2.45rem);letter-spacing:-.04em}.report-panel__hint{max-width:510px;margin:0;color:var(--muted);font-family:system-ui,sans-serif;font-size:13px;line-height:1.65}.report-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.report-preview__item{min-width:0;padding:14px;border:1px solid var(--line);border-radius:12px;background:rgba(5,8,15,.34)}.report-preview__item span{display:block;color:var(--muted);font-size:10px;letter-spacing:.11em}.report-preview__item strong{display:block;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:1rem}.report-panel__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.report-panel__meta{display:grid;gap:5px;color:var(--muted);font-size:11px;line-height:1.5}.report-panel__meta strong{color:var(--text);font-weight:700}.report-panel__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.report-action{min-height:44px;background:var(--panel);color:var(--text)}.report-action--primary{background:var(--text);color:#080b11;font-weight:800}.report-status{margin:14px 0 0;color:var(--muted);font-family:system-ui,sans-serif;font-size:12px;min-height:1.4em}@media(max-width:780px){.report-panel__head,.report-panel__footer{flex-direction:column}.report-preview{grid-template-columns:repeat(2,1fr)}.report-panel__actions{justify-content:flex-start}}@media(max-width:520px){.report-panel{padding:18px}.report-preview{grid-template-columns:1fr}.report-panel__actions{width:100%}.report-action{flex:1 1 100%}}