:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #14252d;
  --muted: #61717a;
  --navy: #102d43;
  --blue: #006b8f;
  --blue-dark: #075f7d;
  --orange: #c84010;
  --aqua: #dff3f2;
  --paper: #ffffff;
  --canvas: #f4f7f6;
  --line: #d9e2e1;
  --green: #13734b;
  --green-bg: #e5f5ec;
  --amber: #8b5c08;
  --amber-bg: #fff2d2;
  --red: #ad2e24;
  --red-bg: #fde9e7;
  --grey: #5d6970;
  --grey-bg: #edf1f2;
  --shadow: 0 16px 50px rgba(13, 48, 64, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--canvas); color: var(--ink); }
a { color: var(--blue); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .6; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
:focus-visible { outline: 3px solid rgba(14, 100, 118, .28); outline-offset: 2px; }
p, small { margin: 0; color: var(--muted); }
h1, h2, h3 { color: var(--navy); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(217, 226, 225, .9); background: rgba(255, 255, 255, .97); backdrop-filter: blur(16px); }
.sector-ribbon { min-height: 29px; display: flex; align-items: center; justify-content: center; gap: 22px; background: var(--navy); padding: 5px 20px; color: #c7d8df; font-size: 9px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.sector-ribbon span:first-child { color: #fff; }
.sector-ribbon span + span { position: relative; }
.sector-ribbon span + span::before { content: ""; position: absolute; left: -12px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--orange); transform: translateY(-50%); }
.site-header-inner { width: min(1240px, calc(100% - 40px)); min-height: 84px; margin: 0 auto; display: flex; align-items: center; gap: 30px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.it4gp-logo { width: 108px; height: auto; display: block; }
.brand-product strong, .brand-product small { display: block; }
.brand-product strong { font-size: 15px; letter-spacing: -.02em; }
.beta-badge { display: inline-block; margin-left: 5px; border-radius: 20px; background: var(--orange); padding: 2px 6px; color: #fff; font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; vertical-align: 2px; }
.brand-product small { margin-top: 2px; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.brand-divider { width: 1px; height: 40px; margin: 0 5px; background: var(--line); }
.site-header nav { display: flex; gap: 25px; margin-left: auto; }
.site-header nav a { color: #3e535d; text-decoration: none; font-size: 14px; font-weight: 650; }
.site-header nav a:hover { color: var(--blue); }
.actions { display: flex; align-items: center; gap: 8px; }
.header-login-link { display: none; color: var(--blue-dark); font-size: 13px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.header-actions { flex: 0 0 auto; }

button, .link-button { min-height: 40px; padding: 9px 14px; border: 1px solid #b8c9ca; border-radius: 9px; background: #fff; color: var(--ink); font-weight: 700; text-decoration: none; }
.button-primary { border-color: var(--blue); background: var(--blue); color: #fff; }
.button-primary:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.button-secondary { border-color: #9cbabc; color: var(--blue-dark); }
.icon-button { width: 40px; padding: 0; display: inline-grid; place-items: center; }
.refresh-button { font-size: 20px; }

.app { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 70px; }
.beta-notice { margin-top: 20px; display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.5fr); gap: 24px; border: 1px solid #efc2af; border-radius: 13px; background: #fff8f3; padding: 17px 20px; }
.beta-notice strong { color: #8b3c1d; font-size: 14px; }
.beta-notice p { font-size: 12px; line-height: 1.55; }
.hero { position: relative; min-height: 455px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 72px; padding: 78px 0 52px; }
.hero::after { content: ""; position: absolute; z-index: -1; top: 24px; right: -130px; width: 520px; height: 390px; opacity: .45; background-image: radial-gradient(circle, #bbd8df 1.4px, transparent 1.4px); background-size: 18px 18px; mask-image: linear-gradient(120deg, transparent 5%, #000 55%, transparent 95%); }
.hero::before { content: "IT4GP"; position: absolute; z-index: -1; left: -70px; bottom: 10px; color: rgba(16,45,67,.022); font-size: 190px; font-weight: 900; letter-spacing: -.08em; }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(238, 91, 36, .11); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(44px, 5.3vw, 70px); line-height: 1.01; letter-spacing: -.052em; }
.hero h1 span { color: var(--blue-dark); }
.hero-lead { max-width: 760px; margin-top: 22px; font-size: 19px; line-height: 1.6; }
.search-box { max-width: 680px; height: 58px; margin-top: 30px; display: flex; align-items: center; gap: 12px; border: 1px solid #afc5c5; border-radius: 14px; background: #fff; padding: 0 18px; box-shadow: 0 8px 30px rgba(13, 48, 64, .06); }
.search-box span { color: var(--blue); font-size: 27px; transform: rotate(-18deg); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.search-hint { margin: 9px 0 0 4px; font-size: 12px; }
.trust-card { align-self: center; overflow: hidden; border: 1px solid #cbdada; border-radius: 20px; background: rgba(255,255,255,.93); padding: 0; box-shadow: 0 22px 70px rgba(13, 48, 64, .13); }
.trust-card-heading { display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #e4ecec; background: #f8fbfa; padding: 17px 22px; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.trust-card strong { display: block; margin: 22px 22px 7px; color: var(--navy); font-size: 22px; letter-spacing: -.02em; }
.trust-card p { font-size: 13px; line-height: 1.55; }
.trust-card > p { margin: 0 22px 23px; }
.trust-card-footer { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #e4ecec; }
.trust-card-footer span { padding: 12px 14px; color: var(--muted); font-size: 9px; font-weight: 750; text-align: center; text-transform: uppercase; letter-spacing: .05em; }
.trust-card-footer span + span { border-left: 1px solid #e4ecec; }
.live-dot { display: block; width: 10px; height: 10px; border: 2px solid #c8eedc; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px #ecf8f1; }

.summary-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 62px; }
.summary-pill { min-height: 88px; width: 100%; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 10px; align-content: center; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); padding: 14px 17px; text-align: left; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.summary-pill:hover { transform: translateY(-2px); border-color: #a8c1c5; box-shadow: 0 8px 25px rgba(13, 48, 64, .09); }
.summary-pill.active { border-color: currentColor; box-shadow: 0 0 0 3px rgba(0, 159, 212, .12); }
.summary-pill .status-dot { grid-row: 1 / 3; align-self: center; }
.summary-pill strong { color: var(--navy); font-size: 25px; line-height: 1; }
.summary-pill > span:last-child { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 650; }

.content-section { margin-bottom: 76px; }
.section-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 0; font-size: 31px; letter-spacing: -.03em; }
.section-heading > p { max-width: 420px; text-align: right; line-height: 1.5; }
.incident-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.incident-card { min-height: 205px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--amber); border-radius: 14px; background: var(--paper); padding: 20px; color: var(--ink); text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.incident-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.incident-card.status-major_outage { border-top-color: var(--red); }
.incident-card.status-operational { border-top-color: var(--green); }
.incident-card > div:first-child { display: flex; align-items: center; gap: 8px; }
.incident-card-status { color: var(--amber); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.incident-card.status-major_outage .incident-card-status { color: var(--red); }
.incident-card h3 { margin: 20px 0 8px; font-size: 20px; }
.incident-card p { display: -webkit-box; overflow: hidden; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.incident-card time { display: block; margin-top: 10px; color: var(--amber); font-size: 11px; font-weight: 750; line-height: 1.4; }
.text-link { margin-top: auto; padding-top: 20px; color: var(--blue); font-size: 13px; font-weight: 750; }
.all-clear { grid-column: 1 / -1; display: flex; align-items: center; gap: 15px; border: 1px solid #bcdccb; border-radius: 14px; background: var(--green-bg); padding: 22px; }
.all-clear > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; }
.all-clear strong { color: var(--green); }
.all-clear p { margin-top: 4px; }

.filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.filter-button { min-height: 36px; padding: 7px 12px; border-color: var(--line); color: #4c6069; font-size: 13px; }
.filter-button.active { border-color: var(--blue); background: var(--aqua); color: var(--blue-dark); }
.table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
th, td { padding: 16px 14px; border-bottom: 1px solid #e8eeee; text-align: left; vertical-align: middle; }
tr:last-child td { border-bottom: 0; }
th { background: #f8faf9; color: #60727a; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
th:nth-child(1) { width: 24%; } th:nth-child(2) { width: 16%; } th:nth-child(3) { width: 18%; } th:nth-child(4) { width: 27%; } th:nth-child(5) { width: 9%; } th:nth-child(6) { width: 6%; }
.vendor-cell { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.vendor-cell > span:last-child { min-width: 0; }
.vendor-cell strong, .vendor-cell small { display: block; }
.vendor-cell strong { margin-bottom: 4px; color: var(--navy); font-size: 14px; }
.vendor-cell small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.vendor-icon { position: relative; flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #f8fbfa; color: var(--blue); font-size: 11px; font-weight: 800; }
.vendor-icon img { position: absolute; z-index: 1; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); object-fit: contain; background: #fff; }
.status-badge, .vendor-page-status { display: inline-flex; align-items: center; gap: 8px; color: var(--grey); font-size: 12px; font-weight: 800; }
.status-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.status-operational .status-badge, .status-operational.vendor-page-status, .summary-pill.status-operational { color: var(--green); }
.status-major_outage .status-badge, .status-major_outage.vendor-page-status, .summary-pill.status-major_outage { color: var(--red); }
.status-degraded .status-badge, .status-partial_outage .status-badge, .status-maintenance .status-badge, .status-degraded.vendor-page-status, .status-partial_outage.vendor-page-status, .status-maintenance.vendor-page-status, .summary-pill.status-degraded, .summary-pill.status-partial_outage, .summary-pill.status-maintenance { color: var(--amber); }
.status-unknown .status-badge, .status-unknown.vendor-page-status, .summary-pill.status-unknown { color: var(--grey); }
.stale { display: inline-block; margin-top: 5px; border-radius: 20px; background: var(--grey-bg); padding: 3px 7px; color: var(--grey); font-size: 10px; font-weight: 800; }
.maintenance-chip { display: block; width: fit-content; margin-top: 6px; border-radius: 20px; background: var(--amber-bg); padding: 4px 7px; color: var(--amber); font-size: 9px; font-weight: 800; }
.evidence-label, td[data-label="Reports"] > strong { display: block; color: var(--ink); font-size: 12px; }
td small { display: block; margin-top: 4px; font-size: 10px; line-height: 1.35; }
.incident { overflow: hidden; color: #31464f; font-size: 12px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.row-link { font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }

.methodology { border-radius: 22px; background: var(--navy); padding: 44px; }
.methodology h2, .methodology h3 { color: #fff; }
.methodology .section-kicker { color: #7fd2d4; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; }
.method-grid article { border-top: 1px solid #3f5c68; padding-top: 22px; }
.method-number { color: #72bfc3; font-size: 12px; font-weight: 800; }
.method-grid h3 { margin: 13px 0 10px; }
.method-grid p, .method-note { color: #c3d0d5; line-height: 1.6; }
.method-note { margin-top: 32px; border-left: 3px solid #72bfc3; padding-left: 15px; font-size: 13px; }
.brand-panel { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 30px; }
.brand-panel h2 { max-width: 760px; margin: 5px 0 8px; font-size: 26px; }
.brand-panel p { line-height: 1.5; }
.vendor-access-panel { border-color: #b9d8dc; background: linear-gradient(135deg, #fff 55%, #edf8f8); }
.vendor-access-panel > div:first-child { max-width: 790px; }
.vendor-access-note { margin-top: 10px; font-size: 12px; }
.vendor-access-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 9px; }
.link-button { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }

.breadcrumb { display: flex; gap: 8px; padding: 32px 0 20px; color: var(--muted); font-size: 13px; }
.breadcrumb a { text-decoration: none; }
.vendor-hero { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); padding: 18px 0 34px; }
.vendor-title-wrap { display: flex; align-items: center; gap: 20px; }
.vendor-page-icon { width: 72px; height: 72px; border-radius: 18px; font-size: 18px; }
.vendor-title-wrap h1 { margin: 0 0 10px; font-size: clamp(34px, 5vw, 54px); letter-spacing: -.04em; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tag { border-radius: 20px; background: #e8f0ef; padding: 4px 8px; color: #52676e; font-size: 10px; font-weight: 700; }
.vendor-page-status { border: 1px solid currentColor; border-radius: 28px; padding: 12px 16px; background: #fff; }
.vendor-page-summary { max-width: 900px; margin-top: 28px; color: #40545d; font-size: 20px; line-height: 1.5; }
.vendor-page-actions { display: flex; gap: 8px; margin-top: 20px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 40px 0; }
.detail-grid article { min-height: 150px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); padding: 22px; }
.detail-label { margin-bottom: 18px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.detail-grid strong { display: block; color: var(--navy); font-size: 17px; }
.detail-grid article > p:last-child { margin-top: 8px; font-size: 12px; line-height: 1.5; }
.vendor-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.content-card { min-height: 250px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); padding: 24px; }
.card-heading { margin-bottom: 20px; border-bottom: 1px solid #e6eceb; padding-bottom: 14px; }
.card-heading h2 { margin: 0; font-size: 19px; }
.activity-item { padding: 14px 0; border-bottom: 1px solid #edf1f1; }
.activity-item:last-child { border: 0; }
.activity-item strong { display: block; margin: 5px 0; color: var(--navy); }
.activity-type { color: var(--amber); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.activity-item p { font-size: 12px; }
.community-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 15px; }
.community-grid div { border-radius: 10px; background: #f3f7f6; padding: 14px; }
.community-grid strong, .community-grid span { display: block; }
.community-grid strong { color: var(--navy); font-size: 26px; }
.community-grid span { margin-top: 5px; color: var(--muted); font-size: 10px; }
.content-card > p, .empty-state p { font-size: 12px; line-height: 1.5; }
.empty-state { border-radius: 10px; background: #f5f8f7; padding: 18px; }
.empty-state strong { color: var(--navy); }
.empty-state p { margin-top: 6px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 8px; padding-bottom: 20px; }
.timeline-item::before { content: ""; position: absolute; left: 4px; top: 10px; bottom: -3px; width: 1px; background: var(--line); }
.timeline-item:last-child::before { display: none; }
.timeline-dot { z-index: 1; width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: var(--grey); }
.timeline-item.status-operational .timeline-dot { background: var(--green); }
.timeline-item.status-degraded .timeline-dot, .timeline-item.status-partial_outage .timeline-dot, .timeline-item.status-maintenance .timeline-dot { background: var(--amber); }
.timeline-item.status-major_outage .timeline-dot { background: var(--red); }
.timeline-item strong, .timeline-item time { display: inline-block; }
.timeline-item strong { color: var(--navy); font-size: 13px; }
.timeline-item time { margin-left: 8px; color: var(--muted); font-size: 10px; }
.timeline-item p { margin-top: 4px; font-size: 11px; line-height: 1.4; }
.related-services { display: grid; gap: 7px; }
.related-services > a { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 9px; background: #f5f8f7; padding: 10px 12px; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.mini-status { display: inline-flex; align-items: center; gap: 5px; color: var(--grey); font-size: 9px; font-weight: 700; }
.mini-status.status-operational { color: var(--green); }
.mini-status.status-degraded, .mini-status.status-partial_outage, .mini-status.status-maintenance { color: var(--amber); }
.mini-status.status-major_outage { color: var(--red); }
.mini-status .status-dot { width: 6px; height: 6px; }
.vendor-disclaimer { margin: 24px 0 0; border-left: 3px solid #b9cbca; padding-left: 13px; font-size: 12px; line-height: 1.5; }

.site-footer { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); padding: 30px 0 45px; }
.site-footer strong { color: var(--navy); }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 82px; height: auto; }
.footer-brand > div { border-left: 1px solid var(--line); padding-left: 18px; }
.site-footer p { margin-top: 5px; font-size: 12px; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer a { color: var(--muted); font-size: 12px; text-decoration: none; }
.site-footer nav { flex-wrap: wrap; justify-content: flex-end; }

.legal-notice { width: min(1240px, calc(100% - 40px)); margin: 0 auto 24px; border: 1px solid #d9c89c; border-radius: 12px; background: #fff9e8; padding: 15px 18px; color: #4b4639; font-size: 12px; line-height: 1.55; }
.legal-notice strong { color: var(--navy); }
.legal-notice a { font-weight: 700; }
.entry-notice { z-index: 200; }
.entry-notice-panel { width: min(650px, calc(100vw - 40px)); padding: 30px; }
.entry-notice-panel h2 { margin: 6px 0 18px; color: var(--navy); font-size: clamp(25px, 4vw, 34px); letter-spacing: -.025em; }
.entry-notice-panel p { margin-top: 12px; line-height: 1.6; }
.entry-notice-panel .cookie-summary { border-radius: 10px; background: #f2f7f6; padding: 14px; font-size: 12px; }
.entry-notice-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 24px; }
.entry-notice-actions a { color: var(--muted); font-size: 12px; }
.policy-page { max-width: 850px; margin: 50px auto; padding: 32px; }
.policy-page h1 { margin-top: 20px; }
.policy-page h2 { margin-top: 28px; }
.policy-page p { margin-top: 12px; line-height: 1.65; }
.policy-table-wrap { margin-top: 15px; overflow-x: auto; }
.policy-page table { min-width: 620px; }
.policy-page code { border-radius: 4px; background: #edf3f2; padding: 2px 5px; font-size: 12px; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr); place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(8, 28, 37, .64); backdrop-filter: blur(4px); }
.modal-panel { position: relative; z-index: 1; min-width: 0; width: min(560px, calc(100vw - 40px)); max-width: calc(100vw - 40px); max-height: calc(100vh - 40px); overflow: auto; overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.2); }
.modal-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.modal-header h2 { margin: 0; font-size: 22px; }
.claim-panel { width: min(720px, 100%); }
.claim-intro { margin: -5px 0 20px; color: var(--muted); line-height: 1.55; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.optional { color: var(--muted); font-size: 10px; font-weight: 500; }
.form-note { margin: -2px 0 0; color: var(--muted); font-size: 11px; }
.report-totals { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.report-totals > div { border-radius: 10px; background: #f3f7f6; padding: 12px; }
.report-totals strong { display: block; margin-bottom: 7px; font-size: 11px; }
.report-totals span { display: inline-flex; flex-direction: column; margin-right: 9px; color: var(--muted); font-size: 9px; }
.report-totals b { color: var(--navy); font-size: 15px; }
form { display: grid; gap: 13px; }
label { display: grid; gap: 6px; color: #394d55; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #b9c9ca; border-radius: 8px; background: #fff; padding: 10px 11px; color: var(--ink); }
textarea { resize: vertical; }
.report-type { display: flex; flex-wrap: wrap; gap: 12px; }
.report-type label, .consent { display: flex; align-items: flex-start; gap: 8px; font-weight: 500; }
.report-type input, .consent input { width: auto; margin-top: 2px; }
.form-message { min-height: 18px; font-size: 12px; }
.error-text { color: var(--red); }
.success-text { color: #087663; font-weight: 700; }
.loading { padding: 34px; text-align: center; }
.modal-open { overflow: hidden; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

body.embed { background: #fff; }
body.embed .site-header, body.embed .site-footer, body.embed .hero, body.embed .incident-section, body.embed .methodology, body.embed .brand-panel, body.embed .section-heading, body.embed .filters { display: none; }
body.embed .beta-notice { display: none; }
body.embed .legal-notice, body.embed .entry-notice { display: none; }
body.embed .app { width: 100%; padding: 8px; }
body.embed .summary-strip { margin-bottom: 8px; }
body.summary-only .summary-strip { margin: 0; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .header-actions { margin-left: auto; }
  .header-login-link { display: inline-flex; }
  .hero { grid-template-columns: 1fr 270px; gap: 35px; }
  .summary-strip { grid-template-columns: repeat(3, 1fr); }
  .incident-highlights { grid-template-columns: repeat(2, 1fr); }
  th:nth-child(3), td:nth-child(3), th:nth-child(5), td:nth-child(5) { display: none; }
  th:nth-child(1) { width: 30%; } th:nth-child(2) { width: 20%; } th:nth-child(4) { width: 40%; } th:nth-child(6) { width: 10%; }
}

@media (max-width: 760px) {
  .site-header-inner, .app, .site-footer { width: min(100% - 24px, 1240px); }
  .site-header-inner { min-height: 64px; }
  .sector-ribbon span:not(:first-child), .brand-product small, .brand-divider, .header-actions .button-secondary, .refresh-button { display: none; }
  .it4gp-logo { width: 84px; }
  .header-actions button { min-height: 36px; padding: 7px 10px; font-size: 11px; }
  .header-login-link { font-size: 11px; }
  .modal { padding: 12px; }
  .modal-panel { width: calc(100vw - 24px); max-width: calc(100vw - 24px); max-height: calc(100vh - 24px); }
  .entry-notice-actions { align-items: stretch; flex-direction: column; }
  .entry-notice-actions a { text-align: center; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 22px; padding: 50px 0 30px; }
  .beta-notice { grid-template-columns: 1fr; gap: 7px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .trust-card { display: flex; align-items: center; gap: 12px; padding: 17px; }
  .trust-card .live-dot { flex: 0 0 auto; }
  .trust-card strong { margin: 0; font-size: 14px; }
  .summary-strip { grid-template-columns: repeat(2, 1fr); margin-bottom: 48px; }
  .summary-pill { min-height: 74px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 8px; text-align: left; }
  .incident-highlights { grid-template-columns: 1fr; }
  .content-section { margin-bottom: 55px; }
  .methodology { padding: 28px 22px; }
  .method-grid { grid-template-columns: 1fr; gap: 20px; }
  .brand-panel { display: block; padding: 23px; }
  .brand-panel .link-button { margin-top: 20px; }
  .vendor-access-actions { align-items: flex-start; margin-top: 20px; }
  .vendor-access-panel .link-button { margin-top: 0; }
  .table-wrap { border: 0; overflow: visible; background: transparent; }
  table, tbody, tr, td { display: block; width: 100%; }
  thead { display: none; }
  tr { margin-bottom: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; padding: 15px; }
  td { display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 0; padding: 7px 0; }
  td::before { content: attr(data-label); color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
  td:first-child { display: block; padding-bottom: 12px; border-bottom: 1px solid #edf1f1; }
  td:first-child::before, td:last-child::before { display: none; }
  td:nth-child(3), td:nth-child(5) { display: flex; }
  .vendor-cell { width: 100%; }
  .incident { max-width: 65%; text-align: right; }
  td:last-child { justify-content: flex-end; }
  .vendor-hero { display: block; }
  .vendor-page-status { margin-top: 20px; }
  .detail-grid, .vendor-content-grid { grid-template-columns: 1fr; }
  .vendor-page-summary { font-size: 17px; }
  .community-grid { grid-template-columns: 1fr 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .brand-product { display: none; }
  .brand-product strong { font-size: 12px; }
  .hero h1 { font-size: 35px; }
  .search-box { height: 52px; }
  .summary-strip { gap: 7px; }
  .summary-pill { padding: 11px; }
  .summary-pill strong { font-size: 21px; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .filter-button { white-space: nowrap; }
  .vendor-title-wrap { align-items: flex-start; }
  .vendor-page-icon { width: 54px; height: 54px; border-radius: 14px; }
  .vendor-title-wrap h1 { font-size: 32px; }
  .vendor-page-actions { flex-direction: column; }
  .community-grid { grid-template-columns: 1fr; }
  .site-footer { display: block; }
  .site-footer nav { justify-content: flex-start; margin-top: 18px; }
  .legal-notice { width: calc(100% - 24px); }
  .entry-notice-panel { padding: 23px; }
  .policy-page { width: calc(100% - 24px); margin: 20px auto; padding: 22px; }
}
