.incident-report{width:min(1180px,calc(100% - 48px));margin:30px auto 86px;border:1px solid #a9b8ba;background:#f6f8f7;box-shadow:0 18px 55px rgba(23,49,58,.08)}
.incident-report summary{display:grid;grid-template-columns:72px 1fr auto;gap:24px;align-items:center;padding:28px 32px;cursor:pointer;list-style:none;transition:background .2s ease}
.incident-report summary::-webkit-details-marker{display:none}.incident-report summary:hover{background:#e9efed}.incident-report[open] summary{border-bottom:1px solid #b8c5c6;background:#e9efed}
.incident-report-number{font:800 .72rem/1 var(--sans,Arial,sans-serif);letter-spacing:.14em;color:#376879}.incident-report-title{display:grid;gap:6px}.incident-report-title b{font-size:clamp(1.35rem,2.7vw,2.15rem);color:#0a2230}.incident-report-title small{max-width:730px;color:#50666f;line-height:1.55}.incident-report-toggle{display:grid;width:42px;height:42px;place-items:center;border:1px solid #78939c;color:#123f54;font-size:1.35rem;transition:transform .2s ease}.incident-report[open] .incident-report-toggle{transform:rotate(45deg)}
.incident-report-body{display:grid;grid-template-columns:minmax(220px,.68fr) minmax(0,1.32fr);gap:48px;padding:38px 32px 42px}.incident-report-intro{padding-right:24px;border-right:1px solid #c2cccd}.incident-report-intro small{font-size:.66rem;font-weight:800;letter-spacing:.14em;color:#33738c}.incident-report-intro h2{margin:12px 0 16px;font-size:clamp(1.65rem,3vw,2.6rem);line-height:1.02;color:#0a2230}.incident-report-intro p{color:#50666f;line-height:1.65}.incident-report-warning{margin-top:24px;padding:16px;border-left:4px solid #b7682d;background:#fff7ed;color:#67452e;font-size:.78rem;line-height:1.55}
.incident-report .contact-form{padding:0;border:0;background:transparent;box-shadow:none}.incident-report .contact-submit{background:#123f54}.incident-report .contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.incident-report .contact-privacy{display:flex;grid-template-columns:auto 1fr;align-items:start}.incident-report .contact-privacy input{width:18px;min-height:18px;margin-top:2px}.incident-report .contact-privacy a{color:#174b69;text-decoration:underline}
.incident-report .incident-attribution{padding:16px;border:1px solid #a9babd;background:#e8efee}.incident-report .incident-attribution span{display:grid;gap:5px}.incident-report .incident-attribution b{color:#123b4d;font-size:.78rem}.incident-report .incident-attribution small{color:#50666f;font-size:.69rem;line-height:1.55}
@media(max-width:780px){.incident-report{width:calc(100% - 32px);margin-bottom:64px}.incident-report summary{grid-template-columns:1fr auto;gap:14px;padding:22px 18px}.incident-report-number{grid-column:1/-1}.incident-report-title small{font-size:.75rem}.incident-report-body{grid-template-columns:1fr;gap:28px;padding:28px 18px 32px}.incident-report-intro{padding:0 0 25px;border-right:0;border-bottom:1px solid #c2cccd}}
