:root {
    --navy: #0f2d4a;
    --navy-deep: #09223a;
    --orange: #ff6b00;
    --orange-dark: #dc5600;
    --mist: #e6eef7;
    --mist-2: #f4f8fc;
    --ink: #1f2937;
    --muted: #68788c;
    --line: #dce5ef;
    --green: #16a34a;
    --red: #ef4444;
    --white: #fff;
    --shadow: 0 16px 40px rgba(15, 45, 74, .09);
    --radius: 18px;
    --radius-small: 11px;
    --max: 1180px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; line-height: 1.6; }
body, button, input, textarea, select { font: inherit; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--orange-dark); }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 20; padding: 10px 14px; background: var(--orange); color: #fff; }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(15,45,74,.08); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 195px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 21px; margin-left: auto; font-size: .87rem; font-weight: 700; }
.site-nav > a:not(.button) { white-space: nowrap; }
.site-nav > a:not(.button):hover { color: var(--orange); }
.nav-search { font-size: 1.7rem; line-height: 1; transform: rotate(-20deg); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--navy); font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(15,45,74,.12); }
.button-small { min-height: 40px; padding: 0 15px; font-size: .82rem; border-radius: 8px; }
.button-orange { background: var(--orange); color: #fff; }
.button-orange:hover { background: var(--orange-dark); }
.button-navy { background: var(--navy); color: #fff; }
.button-navy:hover { background: var(--navy-deep); }
.button-ghost { border-color: var(--line); background: #fff; color: var(--navy); }
.button-ghost:hover { background: var(--mist-2); color: var(--navy); }
.button-text { min-height: auto; padding: 0; background: transparent; color: var(--navy); }
.button-text:hover { box-shadow: none; transform: none; color: var(--orange); }
.flash { margin-top: 18px; padding: 13px 16px; border-radius: 10px; font-weight: 700; }
.flash-success { color: #136c34; background: #e8f7ed; border: 1px solid #b8e4c8; }
.hero { position: relative; overflow: hidden; padding: 82px 0 72px; background: linear-gradient(120deg, #f7fbff 0%, var(--mist-2) 60%, #e1edf8 100%); }
.hero::after { position: absolute; right: -100px; bottom: -180px; width: 600px; height: 600px; border-radius: 50%; background: rgba(214,230,246,.55); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 56px; }
.eyebrow { margin: 0 0 18px; color: #1769b4; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0 0 14px; color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.45rem, 5vw, 4.5rem); max-width: 700px; }
h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 16px; }
.hero h1 .accent, .accent { color: var(--orange); }
.hero-copy { max-width: 650px; font-size: 1.06rem; color: #324760; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-actions .button-orange { min-width: 220px; }
.hero-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 360px; }
.mock-phone { position: absolute; right: 28px; bottom: -26px; width: 230px; padding: 12px; border: 8px solid var(--navy); border-radius: 30px; background: #fff; box-shadow: 0 26px 48px rgba(15,45,74,.2); transform: rotate(6deg); }
.mock-notch { width: 70px; height: 18px; margin: -4px auto 16px; border-radius: 12px; background: var(--navy); }
.mock-phone small { display: block; color: var(--muted); font-size: .65rem; }
.mock-phone strong { display: block; margin: 8px 0 14px; color: var(--navy); font-size: 1rem; line-height: 1.18; }
.mock-message { padding: 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); font-size: .68rem; }
.risk-pill { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; padding: 5px 9px; border-radius: 999px; background: #fff0f0; color: var(--red); font-size: .64rem; font-weight: 800; }
.hero-signal { position: absolute; top: 36px; left: 0; width: 240px; padding: 17px; border: 1px solid rgba(255,255,255,.9); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.hero-signal small { display: block; color: var(--muted); font-size: .68rem; }
.hero-signal strong { display: block; margin-top: 4px; color: var(--navy); font-size: .95rem; }
.hero-signal .signal-line { display: flex; justify-content: space-between; margin-top: 10px; color: var(--red); font-size: .72rem; font-weight: 800; }
.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; padding: 26px 0; }
.trust-item { display: flex; align-items: center; gap: 12px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.trust-item span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--mist-2); color: var(--navy); font-size: 1.25rem; }
.trust-item small { display: block; color: var(--muted); font-size: .74rem; font-weight: 600; }
.section { padding: 78px 0; }
.section-muted { background: var(--mist-2); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-heading p { max-width: 570px; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(15,45,74,.04); }
.card-pad { padding: 24px; }
.family-card { min-height: 180px; }
.family-card .card-kicker, .alert-card .card-kicker { color: #1769b4; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.family-card p, .alert-card p { color: var(--muted); font-size: .91rem; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.card-link::after { content: "→"; color: var(--orange); font-size: 1.1rem; }
.alert-card { display: flex; flex-direction: column; min-height: 230px; }
.alert-card .card-pad:last-child { margin-top: auto; padding-top: 0; }
.alert-meta { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--muted); font-size: .75rem; }
.tag { display: inline-flex; align-items: center; width: max-content; padding: 5px 9px; border-radius: 999px; background: var(--mist-2); color: var(--navy); font-size: .7rem; font-weight: 800; }
.tag-danger { background: #fff0f0; color: var(--red); }
.tag-green { background: #e8f7ed; color: #117038; }
.cta-band { padding: 50px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 590px; color: #c4d4e4; }
.cta-band .button-ghost { background: transparent; border-color: rgba(255,255,255,.35); color: #fff; }
.cta-band .button-ghost:hover { background: rgba(255,255,255,.1); }
.breadcrumb { padding: 22px 0 0; color: var(--muted); font-size: .8rem; }
.breadcrumb a { color: #1769b4; }
.page-header { padding: 54px 0 34px; background: linear-gradient(135deg, #f8fbff, #e7f0f9); }
.page-header p { max-width: 700px; color: #52677f; font-size: 1.05rem; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; align-items: start; }
.prose { max-width: 770px; }
.prose h2 { margin-top: 38px; font-size: 1.65rem; }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { color: #43566d; }
.prose ul, .prose ol { padding-left: 22px; }
.sidebar-card { position: sticky; top: 104px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist-2); }
.sidebar-card h3 { font-size: 1rem; }
.sidebar-card a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .87rem; font-weight: 700; }
.sidebar-card a:last-child { border-bottom: 0; }
.taxonomy-list { display: grid; gap: 32px; }
.taxonomy-family { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.taxonomy-family > p { color: var(--muted); }
.taxonomy-types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 18px; }
.taxonomy-type { padding: 16px; border: 1px solid var(--line); border-radius: 11px; background: var(--mist-2); }
.taxonomy-type strong { display: block; margin-bottom: 3px; }
.taxonomy-type small { color: var(--muted); }
.variant-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.variant-card { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.variant-card small { color: var(--muted); }
.indicator-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0; list-style: none; }
.indicator-list li { display: flex; gap: 10px; padding: 12px; border-radius: 10px; background: var(--mist-2); color: #43566d; font-size: .88rem; }
.indicator-list li::before { flex: 0 0 auto; color: var(--orange); content: "✓"; font-weight: 900; }
.alert-list { display: grid; gap: 14px; }
.alert-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 21px 23px; border: 1px solid var(--line); border-radius: var(--radius-small); background: #fff; }
.alert-row h3 { margin-bottom: 6px; font-size: 1.08rem; }
.alert-row p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.alert-row-right { display: flex; flex-direction: column; align-items: end; gap: 10px; flex: 0 0 auto; }
.filter-bar { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 10px; margin-bottom: 24px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--mist-2); }
.search-form { display: flex; gap: 10px; }
.form-control, .form-select, .form-textarea { width: 100%; border: 1px solid #cbd8e5; border-radius: 9px; background: #fff; color: var(--ink); outline: none; }
.form-control, .form-select { height: 47px; padding: 0 13px; }
.form-textarea { min-height: 140px; padding: 12px 13px; resize: vertical; }
.form-control:focus, .form-select:focus, .form-textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,0,.13); }
.form-label { display: block; margin: 0 0 7px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.form-help { margin-top: 6px; color: var(--muted); font-size: .76rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-field { margin-bottom: 18px; }
.form-error { margin: 0 0 16px; padding: 12px 14px; border: 1px solid #f5b8b8; border-radius: 9px; background: #fff4f4; color: #a82b2b; font-weight: 700; }
.checker-wrap { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 28px; align-items: start; }
.checker-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.checker-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin-bottom: 20px; }
.checker-tab { min-height: 52px; border: 1px solid var(--line); border-radius: 9px; background: var(--mist-2); color: var(--navy); font-size: .78rem; font-weight: 800; }
.checker-tab[aria-selected="true"] { border-color: var(--orange); background: #fff6ef; color: var(--orange-dark); }
.checker-tab.is-disabled { color: #99a6b5; cursor: not-allowed; }
.checker-aside { padding: 25px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.checker-aside h2, .checker-aside h3 { color: #fff; }
.checker-aside p, .checker-aside li { color: #c9d8e6; font-size: .9rem; }
.checker-aside ul { padding-left: 20px; }
.result-hero { padding: 54px 0 42px; background: var(--mist-2); }
.result-status { display: flex; gap: 15px; align-items: flex-start; max-width: 820px; }
.result-icon { display: grid; place-items: center; flex: 0 0 50px; width: 50px; height: 50px; border-radius: 50%; background: #fff0f0; color: var(--red); font-size: 1.35rem; font-weight: 900; }
.result-icon.safe { background: #fff6ef; color: var(--orange); }
.result-status h1 { margin-bottom: 8px; font-size: clamp(1.9rem, 4vw, 3.2rem); }
.result-status p { max-width: 720px; color: #52677f; }
.result-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.signal-card { margin-bottom: 18px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.signal-card h2 { font-size: 1.35rem; }
.signal-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.signal-list li { display: flex; gap: 9px; padding: 11px 13px; border-radius: 9px; background: var(--mist-2); font-size: .89rem; }
.signal-list li::before { color: var(--orange); content: "!"; font-weight: 900; }
.status-note { padding: 18px; border-left: 4px solid var(--orange); border-radius: 0 10px 10px 0; background: #fff8f2; color: #5d4a38; font-size: .9rem; }
.source-list { display: grid; gap: 14px; }
.source-row { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius-small); }
.source-row p { margin: 0; color: var(--muted); font-size: .86rem; }
.report-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; align-items: start; }
.report-form { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.checkbox-label { display: flex; align-items: flex-start; gap: 9px; color: #52677f; font-size: .84rem; }
.checkbox-label input { margin-top: 5px; accent-color: var(--orange); }
.search-results { display: grid; gap: 12px; }
.search-result { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-small); }
.search-result .result-type { color: #1769b4; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-result p { color: var(--muted); }
.site-footer { margin-top: 80px; padding: 50px 0 22px; background: var(--navy-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 35px; }
.footer-brand p { color: #d6e1ec; }
.footer-muted { color: #9fb2c6 !important; font-size: .84rem; }
.site-footer h2 { margin-bottom: 12px; color: #fff; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { display: block; margin: 7px 0; color: #c4d3e2; font-size: .86rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #9fb2c6; font-size: .75rem; }
.cookie-notice { position: fixed; right: 20px; bottom: 20px; z-index: 30; width: min(420px, calc(100% - 40px)); padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 16px 45px rgba(15,45,74,.2); }
.cookie-notice p { margin-bottom: 12px; color: #52677f; font-size: .82rem; }
.cookie-notice > div { display: flex; gap: 8px; }
.cookie-notice[hidden] { display: none; }
.empty-state { padding: 45px; border: 1px dashed #b9c8d7; border-radius: var(--radius); background: var(--mist-2); text-align: center; }
.empty-state p { color: var(--muted); }
.admin-body { background: #f3f6fa; }
.admin-shell { display: grid; grid-template-columns: 245px minmax(0,1fr); min-height: 100vh; }
.admin-sidebar { display: flex; flex-direction: column; padding: 26px 16px; background: var(--navy-deep); }
.admin-brand { display: block; padding: 0 10px 26px; border-bottom: 1px solid rgba(255,255,255,.13); }
.admin-sidebar nav { display: grid; gap: 4px; margin-top: 24px; }
.admin-sidebar nav a, .admin-public-link { padding: 11px 12px; border-radius: 8px; color: #c6d4e1; font-size: .86rem; font-weight: 700; }
.admin-sidebar nav a:hover, .admin-sidebar nav a:focus { background: rgba(255,255,255,.1); color: #fff; }
.admin-public-link { margin-top: auto; border-top: 1px solid rgba(255,255,255,.13); padding-top: 20px; }
.admin-main { min-width: 0; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; min-height: 70px; padding: 0 38px; border-bottom: 1px solid var(--line); background: #fff; color: var(--navy); font-weight: 800; }
.admin-topbar form { margin: 0; }
.link-button { border: 0; background: transparent; color: var(--orange-dark); font-weight: 800; }
.admin-main > .flash { margin: 18px 38px 0; }
.admin-main > .admin-page { padding: 35px 38px; }
.admin-page-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.admin-page-header p { margin: 0; color: var(--muted); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 28px; }
.metric { padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.metric strong { display: block; color: var(--navy); font-size: 1.85rem; line-height: 1; }
.metric span { display: block; margin-top: 8px; color: var(--muted); font-size: .76rem; font-weight: 800; }
.admin-two-col { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.admin-card { padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.admin-card h2 { font-size: 1.18rem; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.admin-table th, .admin-table td { padding: 12px 9px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: var(--muted); font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.admin-table td strong { color: var(--navy); }
.admin-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.admin-actions .button { min-height: 34px; padding: 0 10px; font-size: .72rem; }
.login-page { display: grid; place-items: center; min-height: 100vh; padding: 20px; background: var(--mist-2); }
.login-card { width: min(420px, 100%); padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.login-card .brand { display: block; margin-bottom: 28px; }
.login-card .brand img { width: 190px; }
.login-card h1 { font-size: 2rem; }
.business-body { min-height: 100vh; background: var(--mist-2); }
.business-shell { display: grid; grid-template-columns: 235px minmax(0, 1fr); min-height: 100vh; }
.business-sidebar { padding: 26px 17px; background: var(--navy); color: #fff; }
.business-sidebar nav { display: grid; gap: 5px; margin-top: 24px; }
.business-sidebar nav a, .business-public-link { padding: 11px 12px; border-radius: 8px; color: #d9e7f1; font-size: .87rem; font-weight: 700; text-decoration: none; }
.business-sidebar nav a:hover, .business-sidebar nav a:focus { background: rgba(255,255,255,.11); color: #fff; }
.business-label { margin: 21px 12px 0; color: #ffab73; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.business-public-link { display: block; margin-top: 30px; color: #b7c9d8; }
.business-main { min-width: 0; }
.business-topbar { display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 0 38px; border-bottom: 1px solid var(--line); background: #fff; color: var(--navy); font-size: .88rem; font-weight: 800; }
.business-page { padding: 38px; }
.business-page-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.business-page-header p { margin: 0; color: var(--muted); }
.business-page-header h1 { margin-bottom: 8px; }
.business-metric-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; margin-bottom: 22px; }
.business-metric { padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.business-metric span { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; }
.business-metric strong { display: block; margin-top: 9px; color: var(--navy); font-size: 1.8rem; line-height: 1; }
.business-grid-two, .business-result-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.business-card { padding: 24px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(15,45,74,.045); }
.business-card h2 { margin-top: 0; font-size: 1.3rem; }
.business-card h3 { margin-top: 24px; color: var(--navy); }
.business-card-header { display: flex; align-items: start; justify-content: space-between; gap: 15px; margin-bottom: 14px; }
.business-card-header h2 { margin-bottom: 0; }
.business-card-header a { color: var(--orange-dark); font-weight: 800; font-size: .8rem; }
.business-list { display: grid; gap: 2px; }
.business-list-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.business-list-row:last-child { border-bottom: 0; }
.business-list-row strong { color: var(--navy); }
.business-list-row span { display: block; color: var(--muted); font-size: .78rem; }
.business-empty { padding: 25px 0; color: var(--muted); }
.business-note { margin-top: 20px; padding: 13px 15px; border-left: 3px solid var(--orange); background: #fff8f2; color: var(--muted); font-size: .82rem; }
.business-check-card { max-width: 900px; }
.business-result-grid .business-card:first-child { min-width: 0; }
.business-table-wrap { overflow-x: auto; }
.business-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.business-table th, .business-table td { padding: 12px 9px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.business-table th { color: var(--muted); font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.business-table td strong { color: var(--navy); }
.business-table form { display: flex; gap: 7px; min-width: 205px; }
.business-table .form-select { min-width: 115px; }
.business-definition-list { display: grid; gap: 0; margin: 0; }
.business-definition-list div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.business-definition-list dt { color: var(--muted); font-weight: 700; }
.business-definition-list dd { margin: 0; color: var(--navy); font-weight: 800; text-align: right; }
.business-login-page { display: grid; place-items: center; min-height: 100vh; padding: 20px; background: var(--mist-2); }
.business-login-card { width: min(470px, 100%); padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.business-login-card > img { display: block; margin-bottom: 29px; }
.business-login-card h1 { font-size: 2.2rem; }
@media (max-width: 1020px) {
    .site-nav { gap: 13px; font-size: .8rem; }
    .hero-grid { gap: 28px; }
    .content-layout, .result-layout, .report-layout { grid-template-columns: 1fr; }
    .sidebar-card { position: static; }
    .checker-wrap { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 20px; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
    .business-metric-grid { grid-template-columns: repeat(3, 1fr); }
    .business-grid-two, .business-result-grid { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
    .container { width: min(calc(100% - 30px), var(--max)); }
    .header-inner { min-height: 67px; }
    .brand img { width: 166px; }
    .menu-toggle { display: block; }
    .site-nav { display: none; position: absolute; top: 67px; right: 15px; left: 15px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
    .site-nav.is-open { display: flex; }
    .site-nav > a { padding: 11px 10px; }
    .site-nav .button { margin-top: 7px; }
    .hero { padding: 54px 0 48px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-visual { min-height: 270px; max-width: 500px; }
    .mock-phone { right: 13%; width: 195px; }
    .hero-signal { left: 4px; width: 215px; }
    .trust-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
    .section { padding: 54px 0; }
    .section-heading { display: block; }
    .section-heading .button { margin-top: 8px; }
    .filter-bar { grid-template-columns: 1fr; }
    .taxonomy-types, .variant-grid, .indicator-list, .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { display: block; }
    .footer-bottom span { display: block; margin-top: 7px; }
    .admin-shell { display: block; }
    .admin-sidebar { padding: 16px; }
    .admin-sidebar nav { grid-template-columns: repeat(2, 1fr); margin-top: 14px; }
    .admin-public-link { margin-top: 12px; }
    .admin-topbar { padding: 0 18px; }
    .admin-main > .admin-page { padding: 25px 18px; }
    .admin-main > .flash { margin-inline: 18px; }
    .admin-two-col { grid-template-columns: 1fr; }
    .business-shell { display: block; }
    .business-sidebar { padding: 16px; }
    .business-sidebar nav { grid-template-columns: repeat(2, 1fr); margin-top: 14px; }
    .business-public-link { margin-top: 12px; }
    .business-topbar { padding: 0 18px; }
    .business-page { padding: 25px 18px; }
    .business-page-header { display: block; }
    .business-page-header .button { margin-top: 16px; }
}
@media (max-width: 500px) {
    h1 { font-size: 2.45rem; }
    .trust-grid, .card-grid { grid-template-columns: 1fr; }
    .trust-grid { gap: 12px; }
    .checker-card, .report-form { padding: 20px; }
    .checker-tabs { grid-template-columns: repeat(2, 1fr); }
    .checker-tab:last-child { grid-column: 1 / -1; }
    .alert-row { display: block; }
    .alert-row-right { align-items: start; margin-top: 12px; }
    .cta-band { padding: 30px 22px; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .metric { padding: 14px; }
    .business-metric-grid { grid-template-columns: repeat(2, 1fr); }
    .business-metric { padding: 14px; }
    .business-login-card { padding: 25px; }
    .business-definition-list div { display: block; }
    .business-definition-list dd { margin-top: 5px; text-align: left; }
}
