:root { color-scheme: dark; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #061229; color: #f4f8ff; }
body { margin: 0; min-height: 100vh; background: #061229; }
main { width: min(920px, calc(100% - 32px)); margin: 30px auto; padding: 30px; border: 1px solid #1d4f74; border-radius: 12px; background: #0b1c35; box-sizing: border-box; }
.eyebrow { color: #39d8ff; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
h1 { margin: 8px 0 14px; font-size: 28px; } h2 { margin: 0; } h3 { margin: 0; font-size: 21px; } h4 { margin: 18px 0 6px; font-size: 15px; color: #dce9fb; } h5 { margin: 0; font-size: 15px; }
p { color: #bed0e7; line-height: 1.5; } form { display: grid; gap: 10px; margin-top: 24px; } input, button { font: inherit; padding: 13px; border-radius: 7px; } input { border: 1px solid #4b6785; background: #061229; color: #fff; } button { border: 0; background: #078cef; color: #fff; font-weight: 700; cursor: pointer; }
#package { margin-top: 28px; border-top: 1px solid #31506e; padding-top: 22px; }
.summary { margin: 8px 0 12px; color: #7bdfff; }.notice { margin: 0 0 20px; padding: 12px; border-left: 3px solid #e8b849; background: #1f2632; color: #f9e6b1; }
.incident { margin-top: 18px; padding: 20px; border: 1px solid #31506e; border-radius: 8px; background: #08182e; } dl { display: grid; grid-template-columns: minmax(130px, 1fr) 2fr; gap: 6px 12px; margin: 15px 0 0; } dt { color: #8ba6c3; } dd { margin: 0; overflow-wrap: anywhere; }
.evidence-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px; }.attachment { padding: 14px; border: 1px solid #294869; border-radius: 7px; background: #061229; overflow: hidden; }.attachment p { margin: 7px 0; font-size: 14px; }.attachment img, .attachment video { width: 100%; max-height: 350px; object-fit: contain; display: block; margin: 12px 0; border-radius: 5px; background: #020914; }.attachment audio { width: 100%; margin: 10px 0; }.attachment a { color: #59d5ff; font-weight: 700; }.verified { color: #73dfaa; }.warning { color: #ffc872; }.integrity { margin-top: 20px; padding: 14px; border: 1px solid #31506e; border-radius: 7px; }.integrity summary { cursor: pointer; font-weight: 700; }.integrity p { overflow-wrap: anywhere; font-size: 13px; }.actions { display: flex; justify-content: flex-end; margin-top: 22px; }
@media (max-width: 560px) { main { width: calc(100% - 20px); margin: 10px auto; padding: 20px; } dl { grid-template-columns: 1fr; gap: 3px; } dd { margin-bottom: 9px; } .actions { justify-content: stretch; } .actions button { width: 100%; } }
