/* Shared hero button skin lives in styles.css. This file adds layout, not a second skin. */
.report-confirm-body { margin:0; background:#05090d; color:#eef3fc; }
.report-modal.report-confirm-page { position:static; inset:auto; display:flex; justify-content:center; align-items:center; width:100%; max-width:none; min-height:100dvh; height:auto; margin:0; padding:32px 16px; box-sizing:border-box; background:none; opacity:1; visibility:visible; pointer-events:auto; }
.report-confirm-page .rmodal-box { position:relative; inset:auto; flex:none; transform:none; opacity:1; }
#report-email { margin-top:8px; }
@media(max-width:600px) { .report-modal.report-confirm-page { padding:16px 12px; align-items:flex-start; } }
.incident-cta { border:0; cursor:pointer; min-height:48px; justify-content:center; }
.incident-cta:hover,.incident-cta:focus-visible { color:#fff; }
.incident-cta:disabled { opacity:.55; cursor:wait; }
.page-hero .page-hero-btn.incident-cta::after { content:none; }
.report-availability { display:inline-block; flex:none; padding-inline-start:12px; margin-inline-start:3px; border-inline-start:1px solid rgba(255,255,255,.6); color:#fff; font-weight:500; white-space:nowrap; font-variant-numeric:tabular-nums; }
.report-icon { display:block; width:24px; height:24px; flex:none; }
.report-nav { z-index:102; }
.report-nav .nav-inner { display:flex; align-items:center; gap:26px; padding-block:0; padding-inline:30px 20px; }
.report-nav .nav-logo { position:static; transform:none; flex:none; }
.report-links { display:flex; align-items:center; justify-content:center; gap:26px; margin-inline:auto; font-size:16px; line-height:1.3; white-space:nowrap; }
.report-nav a:hover,.report-nav a:focus-visible { color:#fff; }
.report-links > a,.report-nav-group > summary { display:flex; align-items:center; gap:10px; min-height:44px; cursor:pointer; }
.report-nav-group { position:relative; }
.report-nav summary { list-style:none; }
.report-nav summary::-webkit-details-marker { display:none; }
.report-nav summary > span { transition:transform .2s; }
.report-nav summary .report-icon { width:16px; height:16px; }
.report-nav details[open] > summary > span { transform:rotate(180deg); }
.report-nav-dropdown { position:absolute; top:calc(100% + 10px); inset-inline-start:50%; transform:translateX(-50%); width:max-content; min-width:230px; max-width:min(420px,calc(100vw - 48px)); padding:12px; border:1px solid #315a73; border-radius:16px; background:linear-gradient(125deg,#0b1015,#101114); box-shadow:0 16px 32px #0007; white-space:normal; }
[dir=rtl] .report-nav-dropdown { transform:translateX(50%); }
.report-nav-dropdown::before { content:''; position:absolute; top:-7px; left:calc(50% - 6px); width:12px; height:12px; border-top:1px solid #315a73; border-left:1px solid #315a73; background:#0e1115; transform:rotate(45deg); }
.report-nav-dropdown a { position:relative; display:flex; align-items:center; gap:16px; padding:12px 10px; line-height:1.4; border-radius:8px; font-size:15px; }
.report-nav-dropdown a > .report-icon { width:28px; height:28px; color:#00a7ee; }
.report-nav-dropdown a:hover,.report-nav-dropdown a:focus-visible { background:#ffffff09; }
.report-nav-actions { display:flex; align-items:center; gap:10px; min-width:0; pointer-events:none; }
/* The reserved, hidden CTA slot may overlap the centred links. Only visible
   controls should receive input; the surrounding layout box is not a control. */
.report-nav-actions > * { pointer-events:auto; }
.report-nav-actions .nav-socials { flex:none; }
/* Keep the original header width. Links start centred and move only when
   the scroll-triggered action needs room beside the social/language controls. */
@media(min-width:1101px) {
 .report-nav .nav-inner { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); gap:26px; padding-inline:0; }
 .report-nav .nav-logo { justify-self:start; margin-inline-start:30px; }
 .report-nav-actions { justify-self:end; width:max-content; margin-inline-end:20px; }
 .report-links { transition:transform .25s ease; }
 .report-nav.has-report .report-links { transform:translateX(var(--report-menu-shift,0px)); }
}
.report-header-slot { display:grid; flex:none; width:max-content; grid-template-columns:1fr; opacity:0; visibility:hidden; transform:translateY(4px); transition:transform .25s ease,opacity .25s ease,visibility 0s .25s; }
.report-header-cta { white-space:nowrap; }
.report-header-cta:focus-visible { outline-offset:-3px; }
.report-nav.has-report .report-header-slot { opacity:1; visibility:visible; transform:none; transition-delay:0s; }
.report-burger { display:none; width:34px; height:34px; padding:0; align-items:center; justify-content:center; border:0; color:#fff; background:none; cursor:pointer; }
.report-drawer,.report-nav-overlay,.report-mobile-cta { display:none; }
.report-nav a:focus-visible,.report-nav summary:focus-visible,.report-burger:focus-visible,.report-modal :focus-visible,.report-mobile-cta a:focus-visible { outline:2px solid #78baff; outline-offset:4px; }
/* The heading receives focus to announce each modal step, but is not a control. */
.report-modal #rmodal-title:focus { outline:none; }
.report-modal [hidden],.report-drawer[hidden],.report-nav-overlay[hidden] { display:none !important; }
.report-link-opening .report-modal.report-initial { opacity:1; visibility:visible; pointer-events:auto; transition:none; }
.report-link-opening body { overflow:hidden; }
.report-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.report-modal { padding:24px 16px; overscroll-behavior:contain; overflow-y:auto; width:100%; height:100%; width:100dvw; height:100dvh; inset-inline-end:auto; bottom:auto; }
/* One panel shell for amount, both branches, confirmation and results. */
.report-modal .rmodal-box { flex:none; box-sizing:border-box; width:min(520px,100%); max-width:520px; min-height:0; margin:auto; padding:24px; max-height:none; overflow:visible; background:linear-gradient(125deg,#0b1117,#111316 70%); border:1px solid #435b6d; border-radius:14px; }
.report-modal-brand { font-size:10px; line-height:14px; font-weight:600; letter-spacing:.18em; color:#f2f6ff; margin:0 0 24px; margin-inline-end:36px; }
.report-modal h2 { font-size:24px; font-weight:700; line-height:1.3; margin:0 0 16px; padding-inline-end:0; overflow-wrap:anywhere; color:#f6f8fc; }
.report-title-availability { display:inline-block; vertical-align:middle; margin-inline-start:8px; font-size:14px; font-weight:500; color:#27b7ff; background:#0c2940; border:1px solid #155a88; padding:5px 12px; border-radius:30px; white-space:nowrap; }
.report-modal .rmodal-close { width:44px; height:44px; min-width:44px; min-height:44px; top:10px; inset-inline-end:10px; }
.report-modal .rmodal-close svg { width:21px; height:21px; stroke-width:1.5; }
.report-top-back { display:flex; align-items:center; gap:12px; background:none; color:#e5edf9; border:0; padding:0; min-height:44px; margin:-12px 0 18px; font:inherit; font-size:14px; cursor:pointer; }
.report-intro { color:#b9c9dd; font-size:14px; line-height:1.5; margin:0 0 16px; }
.report-options { display:grid; gap:12px; margin:24px 0 0; }
.report-options > * { display:flex; align-items:center; gap:20px; min-height:84px; padding:18px 20px; color:#f5f7ff; border:1px solid #303b48; background:linear-gradient(120deg,#141a21,#202329); border-radius:12px; text-align:start; font:inherit; text-decoration:none; }
.report-options > button,.report-options > a { cursor:pointer; }
.report-options > button:hover,.report-options > a:hover { border-color:#5590b7; color:#fff; background:#222b34; }
.report-option-icon { flex:none; width:44px; height:44px; display:flex; align-items:center; justify-content:center; }
.report-option-icon .report-icon { width:34px; height:34px; }
.report-option-copy { flex:1; min-width:0; display:grid; gap:5px; }
.report-option-copy strong { font-size:17px; font-weight:600; line-height:1.3; }
.report-option-copy small { color:#b9c9dd; line-height:1.45; font-size:13px; overflow-wrap:anywhere; }
.report-options > * > .report-icon { width:18px; height:18px; color:#d8e5f5; }
.report-options .report-option-unavailable { opacity:.6; }
.report-icon-disc { display:flex; align-items:center; justify-content:center; flex:none; background:#009aee; border-radius:50%; color:white; }
.report-contact-options { margin:16px 0; }
.report-contact-options .report-icon-disc { width:46px; height:46px; }
.report-contact-options .report-icon-disc .report-icon { width:26px; height:26px; }
.report-contact-options a:not(:last-child) small { color:#00aeff; }
.report-wide { width:100%; }
.report-outline { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:44px; padding:10px 16px; color:#dce8f9; border:1px solid #34414f; background:linear-gradient(120deg,#11171e,#191d24); border-radius:9px; font:inherit; font-size:14px; cursor:pointer; text-align:center; }
.report-outline .report-icon { width:19px; height:19px; }
.report-outline:hover,.report-outline:focus-visible { color:#fff; border-color:#6594b5; }
.report-outline-accent { color:#00aeff; border-color:#009ee8; background:transparent; }
.report-outline:disabled { opacity:.5; cursor:default; }
.report-actions { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:24px; flex-wrap:wrap; }
.report-actions > .incident-cta { margin-inline-start:auto; min-width:140px; }
.report-actions-stacked { display:grid; grid-template-columns:minmax(0,1fr); gap:14px; }
.report-actions-stacked > * { width:100%; }
.report-modal .incident-cta,.report-modal .report-outline { min-height:48px; padding:12px 18px; border-radius:10px; font-size:14px; line-height:20px; }
.report-modal .rwiz-input { display:block; width:100%; min-width:0; min-height:48px; height:48px; padding:11px 12px; background:linear-gradient(115deg,#1a2028,#23272d); border:1px solid #394956; border-radius:8px; color:#eef3fc; font-size:16px; line-height:24px; color-scheme:dark; }
.report-modal select.rwiz-input { background-color:#1a2028; }
.report-modal select.rwiz-input option { background-color:#1a2028; color:#eef3fc; }
.report-modal .rwiz-input::placeholder { color:#8e9cac; }
.report-modal .rwiz-input:focus { outline:2px solid #78baff; outline-offset:2px; box-shadow:none; }
.report-modal .rwiz-input[readonly] { color:#91a0b1; }
.report-modal textarea.rwiz-input { height:auto; min-height:88px; resize:vertical; line-height:1.5; }
.report-modal input[aria-invalid=true],.report-modal textarea[aria-invalid=true],.report-modal select[aria-invalid=true] { border-color:#f38989; }
.report-modal input[type=checkbox][aria-invalid=true] { outline:2px solid #f38989; outline-offset:2px; }
.report-dropzone:has(input[aria-invalid=true]) { border-color:#f38989; }
.report-modal .report-field-error { margin:6px 0 12px; color:#ffb4b4; font-size:13px; line-height:1.45; text-align:start; }
.report-confirm-addresses { margin:20px 0; padding:16px; border:1px solid #304250; border-radius:10px; }
.report-confirm-addresses summary { cursor:pointer; }
.report-confirm-addresses ul { list-style:none; padding:0; margin:12px 0 0; }
.report-confirm-addresses li + li { margin-top:14px; }
.report-confirm-addresses strong,.report-confirm-addresses code { display:block; }
.report-confirm-addresses code { margin-top:6px; overflow-wrap:anywhere; font-size:13px; }
.report-amount-field { display:flex; border:1px solid #394956; border-radius:8px; overflow:hidden; background:#1b222b; }
.report-amount-field .rwiz-input { border:0; border-radius:0; min-height:46px; height:46px; }
.report-amount-field .rwiz-input:focus { outline:none; }
.report-amount-field:focus-within { outline:2px solid #78baff; outline-offset:3px; }
.report-amount-field > span { display:flex; align-items:center; padding:0 14px; border-inline-start:1px solid #394956; color:#c1cfe1; font-size:14px; }
.report-note { color:#aabdd1; font-size:12px; line-height:1.5; }
.report-disclaimer { padding:16px 0 0; border-top:1px solid #334553; color:#b5c6db; font-size:13px; line-height:1.6; margin:20px 0 0; }
.report-consent { display:flex; align-items:flex-start; gap:12px; margin:18px 0 0; font-size:12px; line-height:1.6; color:#c7d5e7; cursor:pointer; }
.report-consent input { appearance:none; position:relative; flex:none; width:18px; height:18px; margin-top:2px; border:1px solid #9fb3cc; border-radius:2px; background:#151d26; cursor:pointer; }
.report-consent input:checked { background:#168fe5; border-color:#168fe5; }
.report-consent input:checked::after { content:''; position:absolute; left:5px; top:2px; width:5px; height:9px; border:solid white; border-width:0 2px 2px 0; transform:rotate(45deg); }
.report-consent a,.report-text-link { color:#00aeff; text-decoration:underline; text-underline-offset:3px; }
.report-consent a:hover,.report-text-link:hover { color:#fff; }
.report-secondary,.report-text-link { min-height:44px; background:none; border:0; padding:8px 0; font:inherit; font-size:13px; cursor:pointer; }
.report-secondary { color:#d3e2f5; }
.report-text-link { display:block; margin-top:12px; }
.report-secondary:disabled { opacity:.5; cursor:default; }
.report-address-row { position:relative; margin:20px 0 16px; padding:18px; border:1px solid #334552; border-radius:7px; min-width:0; }
.report-address-row legend { padding:0 8px; color:#f2f6ff; font-size:14px; font-weight:600; }
.report-address-fields > label { display:block; font-size:13px; margin:12px 0 8px; }
.report-address-context { overflow-wrap:anywhere; font:13px/1.5 monospace; color:#a6b4c3; margin:0 0 16px; }
.report-address-picker { margin:16px 0 0; }
.report-review { margin-bottom:20px; }
.report-review-row { display:flex; align-items:center; justify-content:space-between; gap:16px; border-bottom:1px solid #293846; padding:12px 0; }
.report-review-row > div { min-width:0; }
.report-review-row .report-note { display:block; margin:0 0 4px; }
.report-review-row strong { display:block; font-size:14px; font-weight:500; overflow-wrap:anywhere; }
.report-review-row button { flex:none; }
#report-address-next { flex:1; white-space:normal; text-align:center; }
.report-custom-network > label { display:block; font-size:13px; margin:12px 0 8px; }
.report-address-row input { font-family:monospace; font-size:15px; }
.report-address-row textarea { min-height:100px; }
.report-address-remove { position:absolute; top:-24px; inset-inline-end:12px; display:flex; align-items:center; justify-content:center; width:44px; height:44px; border:0; background:#10151a; color:#a5bed5; cursor:pointer; }
.report-address-remove .report-icon { width:18px; height:18px; }
.report-reason-count { text-align:end; font-size:11px; color:#aabdd1; margin:4px 0; }
.report-applicant-fields { margin-top:20px; }
.report-additional { min-width:0; margin:24px 0; padding:16px; border:1px solid #334552; border-radius:9px; }
.report-additional > summary { min-height:44px; display:list-item; cursor:pointer; color:#eef3fc; font-size:15px; line-height:1.5; }
.report-additional > summary::marker { color:#00aeff; }
.report-extra-group { min-width:0; padding:0; margin:24px 0 0; border:0; }
.report-extra-group > legend { max-width:100%; margin-bottom:12px; padding:0; font-size:14px; line-height:1.5; color:#eef3fc; }
.report-date-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:12px; }
.report-date-grid > div { min-width:0; }
.report-date-grid label { display:block; font-size:13px; margin:0 0 8px; }
.report-date-grid input { max-width:100%; }
.report-transaction-row { min-width:0; padding:14px; margin:0 0 14px; border:1px solid #334552; border-radius:8px; }
.report-transaction-row > legend { color:#c7d5e7; font-size:13px; padding:0 5px; }
.report-extra-remove { margin-top:12px; font-size:13px; }
.report-link-row { margin-bottom:18px; }
@media(max-width:420px) { .report-date-grid { grid-template-columns:minmax(0,1fr); } .report-additional,.report-transaction-row { padding:12px; } }
.report-address-result { margin:20px 0 24px; }
.report-address-result code { display:block; direction:ltr; text-align:left; overflow-wrap:anywhere; font-size:14px; line-height:1.6; }
.report-address-result img { display:block; width:100%; max-width:380px; height:auto; margin:16px auto; border:1px solid #7f96ae; border-radius:6px; }
.report-result-actions { display:flex; gap:12px; flex-wrap:wrap; }
.report-result-actions > * { flex:1; font-size:14px; }
.report-result-actions .report-icon { width:19px; height:19px; }
.report-result-contact { margin-top:22px; padding-top:16px; border-top:1px solid #334552; color:#b9c9dd; font-size:13px; line-height:1.6; }
.report-result-contact summary { cursor:pointer; padding:8px 0; }
.report-result-contact a { display:block; min-height:44px; padding:10px 0; color:#00aeff; overflow-wrap:anywhere; }
.report-result-contact a:hover,.report-result-contact a:focus-visible { color:#fff; }
.report-share-layout { display:grid; grid-template-columns:150px minmax(0,1fr); gap:20px; margin:24px 0; }
.report-share-layout img { width:100%; height:auto; border:1px solid #7f96ae; border-radius:5px; }
.report-share-layout .report-intro { font-size:13px; overflow-wrap:anywhere; }
.report-share-layout button { margin-top:12px; font-size:14px; }
.report-loss-summary { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 12px; border-radius:8px; background:#22272f; font-size:12px; margin:-12px 0 18px; }
.report-loss-summary button { background:none; border:0; color:#00aeff; font:inherit; padding:8px 0; cursor:pointer; }
.report-stepper { display:flex; list-style:none; padding:0; margin:0 0 24px; gap:10px; }
.report-stepper li { flex:1; display:flex; align-items:center; gap:7px; font-size:11px; color:#cbd8e8; }
.report-stepper li:not(:last-child)::after { content:''; flex:1; min-width:8px; height:1px; background:#5c6979; margin-inline-start:4px; }
.report-stepper li > span { display:flex; align-items:center; justify-content:center; width:26px; height:26px; flex:none; border-radius:50%; background:#353f4c; color:#fff; }
.report-stepper li.is-complete > span,.report-stepper li[aria-current=step] > span { background:#0099f2; }
.report-fields > label:not(.report-consent) { display:block; font-size:13px; line-height:1.4; margin:16px 0 8px; }
.report-fields > label:first-child { margin-top:0; }
.report-dropzone { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:18px; min-height:150px; padding:24px; border:1px dashed #9faec0; border-radius:10px; text-align:center; font-size:14px; cursor:pointer; }
.report-dropzone > .report-icon { width:30px; height:30px; }
.report-dropzone:focus-within,.report-dropzone.is-drag { outline:2px solid #78baff; outline-offset:3px; background:#102230; }
.report-files-list { list-style:none; padding:0; margin:16px 0; }
.report-files-list li { display:flex; align-items:center; gap:12px; padding:6px 12px; margin:8px 0; background:#22272f; border:1px solid #333d49; border-radius:8px; font-size:13px; }
.report-files-list li > span { flex:1; overflow-wrap:anywhere; min-width:0; }
.report-files-list button { display:flex; align-items:center; justify-content:center; min-width:44px; }
.report-info-note { display:flex; align-items:center; gap:12px; background:#242b35; padding:12px; border-radius:8px; font-size:12px; line-height:1.5; color:#d4e0ef; }
.report-info-note .report-icon { width:20px; height:20px; }
.report-contact-tabs { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:18px 0; }
.report-contact-tabs label { display:flex; align-items:center; gap:10px; min-height:50px; padding:10px; border:1px solid #36434f; border-radius:8px; cursor:pointer; font-size:13px; }
.report-contact-tabs label:has(input:checked) { border-color:#00a5f5; background:#08243b; }
.report-contact-tabs input { appearance:none; width:16px; height:16px; border:1px solid #63758a; border-radius:50%; background:#12171c; flex:none; }
.report-contact-tabs input:checked { border:5px solid #009ff5; background:#fff; }
.report-contact-tabs .report-icon { width:20px; height:20px; }
.report-contact-tabs .report-icon-disc { width:28px; height:28px; }
.report-error { padding:14px; background:#362022; border:1px solid #ad555a; border-radius:8px; color:#ffb4b4; font-size:13px; line-height:1.5; }
.report-send-failed h2 { color:#ff797f; text-align:center; }
.report-send-failed h2::before { content:'!'; display:flex; align-items:center; justify-content:center; width:44px; height:44px; margin:0 auto 14px; border-radius:50%; color:#2b1014; background:#ff747e; font-size:30px; }
.report-success-mark { display:flex; align-items:center; justify-content:center; width:60px; height:60px; margin:4px auto 20px; color:#06121c; background:#00a5ff; border-radius:50%; }
.report-success-mark .report-icon { width:36px; height:36px; stroke-width:3; }
.report-modal[data-screen=full-success] h2,.report-modal[data-screen=full-success] .report-intro { text-align:center; }
.report-success-contact { display:flex; align-items:center; gap:18px; padding:16px; background:#20262e; border:1px solid #34434e; border-radius:10px; margin:24px 0 16px; }
.report-success-contact > span { width:46px; height:46px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#009aee; }
.report-success-contact p { font-size:14px; margin:6px 0 0; overflow-wrap:anywhere; }
.report-modal .cf-turnstile { max-width:100%; margin-top:18px; }
.report-captcha { width:100%; min-width:0; margin-top:20px; }
.report-captcha:empty { margin-top:0; }
.report-captcha .cf-turnstile { margin:0; }
#report-simple-type-wrap { margin-top:16px; }
.report-simple-footer { margin-top:24px; padding-top:16px; border-top:1px solid #293846; }
.report-simple-footer .report-note { margin:0 0 9px; }
.report-simple-progress { display:flex; gap:6px; }
.report-simple-progress i { height:4px; flex:1; border-radius:4px; background:#2b3949; }
.report-simple-progress .is-complete { background:#159eec; }
.report-simple-footer .report-actions { margin-top:16px; flex-wrap:nowrap; }
.report-modal[data-screen=simple-success] h2,.report-modal[data-screen=simple-success] .report-intro { text-align:center; }
/* Branch-specific content layout only; panel dimensions and controls stay shared. */
.report-modal[data-screen=entry] .report-title-availability { margin-inline-start:6px; padding:0; border:0; background:none; color:inherit; font-size:.75em; vertical-align:baseline; }
.report-modal[data-screen=entry] .report-options { gap:12px; margin-top:20px; }
.report-modal[data-screen=entry] .report-options > * { min-height:76px; padding:14px 16px; gap:16px; border-radius:10px; }
.report-modal[data-screen=entry] .report-option-icon { width:40px; height:40px; border-radius:50%; background:#009aee; color:#fff; }
.report-modal[data-screen=entry] .report-option-icon .report-icon { width:24px; height:24px; }
.report-modal[data-screen=entry] .report-option-copy strong { font-size:15px; line-height:1.4; }
.report-modal[data-screen=entry] .report-option-copy small { font-size:12px; line-height:1.5; }
.report-modal[data-screen=full] .report-loss-summary { min-height:40px; margin:0 0 16px; padding:0 12px; line-height:1.4; }
.report-modal[data-screen=full] .report-loss-summary > span { min-width:0; }
.report-modal[data-screen=full] .report-loss-summary button { flex:none; min-height:40px; font-size:11px; }
.report-modal[data-screen=full] .report-stepper { margin:0 0 20px; gap:8px; }
.report-modal[data-screen=full] .report-stepper li { gap:6px; font-size:10px; }
.report-modal[data-screen=full] .report-stepper li:last-child { flex:0 0 auto; }
.report-modal[data-screen=full] .report-stepper li > span { width:24px; height:24px; }
.report-full-form { display:flex; flex-direction:column; }
.report-full-form > [data-full-step] { min-width:0; min-height:300px; }
.report-full-form .report-actions > .incident-cta { margin-inline-start:0; }
.report-full-form .report-actions > .report-outline { margin-inline-end:auto; }
.report-full-form .report-dropzone { min-height:128px; padding:20px; gap:12px; border-radius:8px; }
.report-full-form .report-files-list:empty { margin:0; }
.report-full-form .report-info-note { margin:16px 0 8px; }
.report-full-form .report-note { margin:8px 0 0; }
.report-full-form .report-contact-tabs { margin:0 0 16px; }
.report-full-form .report-contact-tabs label { min-height:48px; padding:9px 12px; gap:10px; }
.report-full-form .report-contact-tabs label:has(input:checked) { background:#0b1722; }
.report-full-form .report-contact-tabs input { margin:0; }
.report-full-form .report-consent { margin-top:16px; gap:10px; }
.report-full-form .report-consent input { margin:2px 0 0; }
.report-modal[data-screen=full] #report-full-error { margin:0 0 16px; }
.report-modal[data-screen=full-success] .report-success-mark { margin:8px auto 16px; }
.report-modal[data-screen=full-success] .report-intro { max-width:400px; margin:0 auto 20px; }
.report-modal[data-screen=full-success] .report-success-contact { gap:14px; padding:14px 16px; margin:0 0 16px; border-radius:8px; text-align:start; }
.report-success-contact > span { flex:none; }
.report-success-contact > div { min-width:0; }
.report-success-contact strong { font-size:14px; line-height:1.4; }
.report-modal.report-send-failed #report-full-summary,
.report-modal.report-send-failed .report-contact-tabs,
.report-modal.report-send-failed [data-full-step="2"] > .report-intro { display:none; }
.report-modal.report-send-failed h2 { margin-bottom:8px; }
.report-modal.report-send-failed #report-full-error { padding:0; margin:0 0 20px; border:0; background:none; color:#b9c9dd; text-align:center; font-size:13px; }
.report-modal.report-send-failed #report-contact-label { margin-top:0; }
.report-modal.report-send-failed [data-full-step] { min-height:0; }
@media(max-width:600px) {
 .report-modal[data-screen=entry] .report-options > * { padding:12px; gap:12px; }
 .report-modal[data-screen=entry] .report-option-icon { width:36px; height:36px; }
 .report-modal[data-screen=entry] .report-option-copy strong { font-size:14px; }
 .report-full-form > [data-full-step] { min-height:0; }
 .report-full-form .report-contact-tabs label { padding:9px; gap:8px; }
 .report-modal[data-screen=full] .report-stepper li:last-child { flex:1; }
}
@media(max-width:360px) {
 .report-full-form .report-actions > .report-secondary { order:1; flex-basis:100%; }
}
@media(max-width:1100px) {
 .report-links,.report-header-slot,.report-nav-actions .nav-socials { display:none; }
 .report-nav-actions { margin-inline-start:auto; gap:10px; }
 .report-burger { display:flex; }
 .report-drawer { overscroll-behavior:contain; }
 .report-mobile-group > summary { display:flex; align-items:center; justify-content:space-between; gap:16px; font-size:18px; line-height:1.25; color:#fff; cursor:pointer; }
 .report-mobile-group > div { display:flex; flex-direction:column; gap:18px; padding:24px 0 0; padding-inline-start:16px; }
 .report-drawer .report-mobile-group a { display:flex; align-items:flex-start; gap:10px; font-size:16px; line-height:1.4; color:#ccc; overflow-wrap:anywhere; }
 .report-drawer .report-mobile-group a:hover,.report-drawer .report-mobile-group a:focus-visible { color:#fff; }
 .report-mobile-group a > .report-icon { width:16px; height:16px; margin-top:3px; color:#00a7ee; }
 .report-mobile-group a > span { min-width:0; }
 .report-nav-overlay:not([hidden]) { display:block; z-index:101; background:#000; backdrop-filter:none; }
 .report-mobile-cta { position:fixed; z-index:101; bottom:0; inset-inline-start:0; width:100vw; width:100dvw; display:flex; justify-content:center; padding:12px 16px calc(12px + env(safe-area-inset-bottom)); background:#101010ed; opacity:1; visibility:visible; transform:translateY(0); transition:opacity .25s ease,transform .25s ease,visibility 0s; }
 .report-mobile-cta[hidden] { display:flex; opacity:0; visibility:hidden; transform:translateY(8px); pointer-events:none; transition-delay:0s,0s,.25s; }
 .report-mobile-cta .incident-cta { width:100%; max-width:540px; }
 body:has([data-report-navigation]) { padding-bottom:calc(76px + env(safe-area-inset-bottom)); }
 body.modal-open .report-mobile-cta,body.report-keyboard .report-mobile-cta,body.report-menu-open .report-mobile-cta { display:none; }
}
/* Keep the original mobile drawer skin; extend it only to the existing tablet
   breakpoint where the expanded desktop navigation no longer fits. */
@media(min-width:821px) and (max-width:1100px) {
 .report-drawer { position:fixed; top:115px; padding:56px 24px 24px; background:#000; max-height:calc(100dvh - 115px); overflow-y:auto; }
 .report-drawer .nav-drawer-links { gap:24px; }
 .report-drawer a { font-size:18px; line-height:1.25; color:#fff; }
}
@media(max-width:820px) {
 .report-nav .nav-inner { padding:0; }
}
@media(prefers-reduced-motion:reduce) {
 .report-header-slot,.report-mobile-cta { transition:none; }
}
@media(max-width:600px) {
 .report-modal { padding:12px; align-items:flex-start; }
 .report-modal .rmodal-box { padding:20px; }
 .report-modal h2 { font-size:22px; }
 .report-options > * { padding:14px 12px; gap:12px; }
 .report-option-icon { width:34px; height:34px; }
 .report-option-icon .report-icon { width:29px; height:29px; }
 .report-option-copy strong { font-size:14px; }
 .report-option-copy small { font-size:12px; }
 .report-intro { font-size:14px; }
 .report-contact-options .report-icon-disc { width:36px; height:36px; }
 .report-address-row { padding:12px; }
 .report-modal .report-actions { gap:10px; }
 .report-modal .incident-cta { font-size:14px; }
 .report-mobile-cta .incident-cta { font-size:16px; }
 .report-stepper { gap:6px; }
 .report-stepper li { flex-direction:column; text-align:center; font-size:10px; }
 .report-stepper li:not(:last-child)::after { display:none; }
 .report-contact-tabs { gap:8px; }
 .report-contact-tabs label { gap:6px; padding:8px; font-size:12px; }
 .report-actions > .incident-cta { min-width:0; max-width:100%; }
 .report-modal .rwiz-input { font-size:16px; }
 .report-share-layout { grid-template-columns:minmax(0,1fr); }
 .report-share-layout img { max-width:180px; margin:auto; }
}
@media(max-width:360px) { .report-contact-tabs label > span:has(.report-icon) { display:none; } }
@media(prefers-reduced-motion:reduce) { .report-nav *, .report-modal *, .incident-cta::before { animation:none !important; transition:none !important; } }
.report-service-warning{padding:16px;margin-block:12px;border:1px solid #a78339;border-radius:10px;background:#282318;color:#f1d99c;overflow-wrap:anywhere}
.report-service-warning p{margin:0 0 12px;font-size:14px;line-height:1.55}
.report-service-warning .report-consent{color:inherit;margin:0}
