/* =====================================================================
   licenseauditdefenders.com — Global index design system
   Aesthetic: data-forward / utilitarian instrument. Serif display +
   monospace data. Cool ink-navy / slate / cold whites.
   ===================================================================== */

:root {
  /* ---- Color: cool, serious ---- */
  --ink:      oklch(0.19 0.028 256);   /* near-black navy — primary text */
  --ink-2:    oklch(0.31 0.030 256);   /* secondary heading */
  --slate:    oklch(0.49 0.022 256);   /* body secondary */
  --slate-2:  oklch(0.62 0.016 256);   /* muted / captions */
  --slate-3:  oklch(0.74 0.012 256);   /* faint */
  --line:     oklch(0.885 0.008 256);  /* hairline rules */
  --line-2:   oklch(0.93 0.006 256);   /* faint rules */
  --paper:    oklch(0.985 0.004 250);  /* page background, cold white */
  --paper-2:  oklch(0.966 0.005 250);  /* panel / inset */
  --paper-3:  oklch(0.945 0.006 250);  /* deeper inset */
  --white:    oklch(0.997 0.001 250);

  --accent:     oklch(0.52 0.125 256); /* cool serious blue */
  --accent-ink: oklch(0.40 0.115 256);
  --accent-soft:oklch(0.93 0.035 256);
  --accent-line:oklch(0.80 0.07 256);

  --risk:     oklch(0.55 0.155 28);    /* restrained alert red */
  --risk-soft:oklch(0.93 0.045 28);
  --gold:     oklch(0.66 0.10 78);     /* verified / accolade */

  /* heatmap intensity scale (blue) */
  --h0: oklch(0.975 0.004 250);
  --h1: oklch(0.90 0.035 256);
  --h2: oklch(0.80 0.065 256);
  --h3: oklch(0.68 0.095 256);
  --h4: oklch(0.56 0.115 256);
  --h5: oklch(0.44 0.125 256);

  /* ---- Type ---- */
  --serif: 'Spectral', Georgia, 'Times New Roman', serif;
  --sans:  'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --mono:  'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --maxw: 1320px;
  --gutter: 40px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--accent); color: var(--white); }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

/* ---- Type primitives ---- */
.mono {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--slate);
}
.mono-sm { font-size: 10px; letter-spacing: 0.16em; }

.serif { font-family: var(--serif); }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 0; line-height: 1.08; letter-spacing: -0.01em; }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px; background: var(--accent-line);
  display: inline-block;
}

/* ---- Layout ---- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.row { display: flex; }
.between { justify-content: space-between; }
.center { align-items: center; }

section { position: relative; }

.section-rule {
  border-top: 1px solid var(--ink);
  margin: 0;
}

/* ============ TOP BAR ============ */
.ticker {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}
.ticker .wrap { display: flex; gap: 28px; padding-top: 8px; padding-bottom: 8px; align-items: center; }
.ticker .tick { display: inline-flex; gap: 9px; align-items: center; color: oklch(0.80 0.02 256); }
.ticker .tick b { color: var(--white); font-weight: 600; }
.ticker .tick .dot { width: 5px; height: 5px; background: var(--accent-line); }
.ticker .live { color: oklch(0.82 0.10 150); }
.ticker .live .pulse { width: 6px; height: 6px; border-radius: 50%; background: oklch(0.78 0.16 150); box-shadow: 0 0 0 0 oklch(0.78 0.16 150 / .6); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 oklch(0.78 0.16 150 / .55);} 70%{ box-shadow:0 0 0 7px oklch(0.78 0.16 150 / 0);} 100%{ box-shadow:0 0 0 0 oklch(0.78 0.16 150 / 0);} }

header.nav {
  position: sticky; top: 0; z-index: 50;
  background: oklch(0.985 0.004 250 / 0.86);
  backdrop-filter: saturate(1.1) blur(10px);
  border-bottom: 1px solid var(--line);
}
header.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: baseline; gap: 10px; }
.brand .mark {
  font-family: var(--mono); font-weight: 600; font-size: 12px; letter-spacing: 0.04em;
  color: var(--white); background: var(--ink); padding: 5px 7px; line-height: 1;
}
.brand .name { font-family: var(--mono); font-weight: 600; font-size: 14px; letter-spacing: 0.02em; color: var(--ink); }
.brand .name span { color: var(--slate-2); }
nav.links { display: flex; gap: 30px; align-items: center; }
nav.links a {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--slate); padding: 6px 0; position: relative; transition: color .15s;
}
nav.links a:hover { color: var(--ink); }
nav.links a.active { color: var(--ink); }
nav.links a.active::after { content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background: var(--accent); }

.btn {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500;
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer; border: 1px solid var(--ink);
  background: var(--ink); color: var(--white); padding: 11px 18px; transition: all .15s; white-space: nowrap;
}
.btn:hover { background: var(--accent-ink); border-color: var(--accent-ink); }
.btn .arr { transition: transform .18s; }
.btn:hover .arr { transform: translateX(3px); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--white); }
.btn.accent { background: var(--accent); border-color: var(--accent); }
.btn.accent:hover { background: var(--accent-ink); border-color: var(--accent-ink); }
.btn.sm { padding: 8px 13px; font-size: 10px; }
.btn.block { width: 100%; justify-content: center; padding: 15px; }

/* ============ HERO ============ */
.hero { border-bottom: 1px solid var(--ink); background:
   linear-gradient( to bottom, var(--white), var(--paper) ); }
.hero .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 0; }
.hero-l { padding: 64px 56px 64px 0; border-right: 1px solid var(--line); }
.hero-r { padding: 40px 0 40px 56px; display: flex; align-items: center; }
.hero h1 { font-size: 64px; line-height: 1.02; letter-spacing: -0.022em; margin: 26px 0 0; }
.hero h1 em { font-style: italic; color: var(--accent-ink); }
.hero .lede { font-size: 18px; line-height: 1.5; color: var(--slate); max-width: 38ch; margin: 24px 0 0; }
.hero .meta-strip { display:flex; gap: 34px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero .meta-strip .stat .n { font-family: var(--serif); font-size: 32px; color: var(--ink); line-height: 1; }
.hero .meta-strip .stat .l { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate-2); margin-top: 7px; }

/* ============ INTAKE / MATCH FORM ============ */
.intake {
  border: 1px solid var(--ink); background: var(--white); width: 100%;
  box-shadow: 0 1px 0 var(--line), 14px 14px 0 -1px var(--paper-3);
}
.intake .head { background: var(--ink); color: var(--white); padding: 16px 22px; display:flex; justify-content: space-between; align-items: center; }
.intake .head .t { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.intake .head .badge { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; color: var(--ink); background: oklch(0.82 0.10 150); padding: 4px 7px; }
.intake .body { padding: 22px; }
.field { margin-bottom: 16px; }
.field > label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--slate); display:block; margin-bottom: 7px; }
.field > label .req { color: var(--risk); }
.control, select.control, input.control, textarea.control {
  width: 100%; font-family: var(--sans); font-size: 14.5px; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line); padding: 12px 13px; transition: border-color .15s, background .15s;
  appearance: none; border-radius: 0;
}
textarea.control { resize: vertical; min-height: 72px; line-height: 1.5; }
.control:focus { outline: none; border-color: var(--accent); background: var(--white); box-shadow: inset 0 0 0 1px var(--accent); }
select.control { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235b6472' fill='none' stroke-width='1.3'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; padding-right: 32px; }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.intake .foot { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.06em; color: var(--slate-2); text-transform: uppercase; margin-top: 14px; display:flex; gap: 8px; align-items:center; line-height: 1.5; }
.intake .foot svg { flex-shrink: 0; }

/* segmented control */
.seg { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; border: 1px solid var(--line); }
.seg label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; padding: 11px 4px; cursor: pointer; color: var(--slate); border-right: 1px solid var(--line); transition: all .12s; user-select: none; }
.seg label:last-child { border-right: none; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label:hover { background: var(--paper-2); color: var(--ink); }
.seg input:checked + span { color: var(--white); }
.seg label:has(input:checked) { background: var(--ink); color: var(--white); }

/* ============ SECTION HEADERS ============ */
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; padding: 56px 0 28px; }
.sec-head .l .num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--accent-ink); }
.sec-head .l h2 { font-size: 38px; margin-top: 12px; letter-spacing: -0.02em; }
.sec-head .l p { color: var(--slate); max-width: 52ch; margin: 12px 0 0; font-size: 15.5px; }
.sec-head .r { text-align: right; }

/* ============ MATRIX ============ */
.matrix-wrap { border: 1px solid var(--ink); background: var(--white); overflow: hidden; }
.matrix-bar { display:flex; justify-content: space-between; align-items:center; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.matrix-bar .legend { display:flex; align-items:center; gap: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); }
.legend .scale { display:flex; }
.legend .scale i { width: 22px; height: 11px; display:block; }
.matrix-scroll { overflow-x: auto; }
table.matrix { border-collapse: collapse; width: 100%; min-width: 880px; }
table.matrix th, table.matrix td { border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
table.matrix thead th {
  position: sticky; top: 0; background: var(--white); z-index: 2;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--slate);
  font-weight: 500; padding: 13px 10px; text-align: center; vertical-align: bottom; white-space: nowrap;
}
table.matrix thead th .cc { color: var(--ink); font-size: 12px; font-weight: 600; display:block; }
table.matrix thead th .cn { font-size: 8.5px; color: var(--slate-2); letter-spacing: 0.05em; }
table.matrix thead th.corner { text-align: left; padding-left: 18px; }
table.matrix tbody th {
  text-align: left; padding: 0 16px; font-family: var(--sans); font-weight: 600; font-size: 14px; color: var(--ink);
  white-space: nowrap; position: sticky; left: 0; background: var(--white); z-index: 1; min-width: 168px;
  border-right: 1px solid var(--line);
}
table.matrix tbody th .vmeta { display:block; font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; color: var(--slate-2); font-weight: 500; text-transform: uppercase; margin-top: 2px; }
table.matrix td.cell { text-align: center; cursor: pointer; position: relative; height: 56px; transition: outline .1s; padding: 0; }
table.matrix td.cell a { display:flex; flex-direction: column; align-items:center; justify-content:center; height: 100%; width: 100%; padding: 4px; }
table.matrix td.cell .n { font-family: var(--mono); font-size: 14px; font-weight: 600; line-height: 1; }
table.matrix td.cell .risk-dot { width: 5px; height: 5px; border-radius: 50%; margin-top: 5px; }
table.matrix td.cell:hover { outline: 2px solid var(--ink); outline-offset: -2px; z-index: 3; }
.cell.h0 .n { color: var(--slate-3); } .cell.h0 { background: var(--h0); }
.cell.h1 .n { color: var(--ink); } .cell.h1 { background: var(--h1); }
.cell.h2 .n { color: var(--ink); } .cell.h2 { background: var(--h2); }
.cell.h3 .n { color: var(--white); } .cell.h3 { background: var(--h3); }
.cell.h4 .n { color: var(--white); } .cell.h4 { background: var(--h4); }
.cell.h5 .n { color: var(--white); } .cell.h5 { background: var(--h5); }

/* ============ CARDS / GRID ============ */
.grid { display: grid; gap: 0; }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }

.tile { border: 1px solid var(--line); margin: -0.5px; padding: 26px 24px; background: var(--white); transition: background .15s, border-color .15s; position: relative; }
.tile:hover { background: var(--paper-2); }
.tile .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-ink); }
.tile h3 { font-size: 21px; margin: 14px 0 8px; letter-spacing: -0.01em; }
.tile p { color: var(--slate); font-size: 14.5px; margin: 0; }

/* stat band */
.statband { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.statband .s { background: var(--ink); padding: 30px 26px; color: var(--paper); }
.statband .s .n { font-family: var(--serif); font-size: 46px; line-height: 1; letter-spacing: -0.02em; color: var(--white); }
.statband .s .n small { font-size: 24px; color: oklch(0.78 0.06 256); }
.statband .s .l { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: oklch(0.74 0.03 256); margin-top: 12px; line-height: 1.5; }

/* ============ FIRM CARDS (directory) ============ */
.firm-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 22px; padding: 26px 28px; border: 1px solid var(--line); margin: -0.5px; background: var(--white); transition: background .15s; align-items: start; }
.firm-row:hover { background: var(--paper-2); }
.firm-logo { width: 56px; height: 56px; border: 1px solid var(--line); display:flex; align-items:center; justify-content:center; font-family: var(--serif); font-size: 22px; color: var(--ink); background: var(--paper); }
.firm-main h3 { font-size: 22px; letter-spacing: -0.01em; display:flex; align-items:center; gap: 10px; }
.firm-main .verified { display:inline-flex; align-items:center; gap:5px; font-family: var(--mono); font-size:9px; letter-spacing:0.1em; text-transform:uppercase; color: var(--accent-ink); border:1px solid var(--accent-line); padding: 3px 6px; }
.firm-main .loc { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--slate-2); text-transform: uppercase; margin-top: 6px; }
.firm-main p { color: var(--slate); font-size: 14.5px; margin: 12px 0 0; max-width: 62ch; }
.tags { display:flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--slate); border: 1px solid var(--line); padding: 4px 8px; background: var(--paper); }
.tag.v { color: var(--accent-ink); border-color: var(--accent-line); }
.firm-side { text-align: right; min-width: 150px; display:flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.firm-side .metric { }
.firm-side .metric .n { font-family: var(--serif); font-size: 26px; color: var(--ink); line-height: 1; }
.firm-side .metric .l { font-family: var(--mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate-2); margin-top: 5px; }

/* ============ FILTERS ============ */
.filters { border: 1px solid var(--line); background: var(--white); }
.filters .fhead { padding: 14px 18px; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); display:flex; justify-content: space-between; }
.filters .fgroup { padding: 18px; border-bottom: 1px solid var(--line-2); }
.filters .fgroup:last-child { border-bottom: none; }
.filters .fgroup > .glab { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); margin-bottom: 12px; display:block; }
.check { display:flex; align-items:center; gap: 10px; padding: 6px 0; cursor: pointer; font-size: 14px; color: var(--ink); }
.check input { appearance: none; width: 15px; height: 15px; border: 1px solid var(--slate-2); background: var(--white); display:grid; place-content:center; cursor:pointer; }
.check input:checked { background: var(--accent); border-color: var(--accent); }
.check input:checked::after { content:""; width: 7px; height: 7px; background: var(--white); }
.check .ct { margin-left: auto; font-family: var(--mono); font-size: 10px; color: var(--slate-2); }
.check:hover { color: var(--accent-ink); }

/* ============ PROSE ============ */
.prose { max-width: 70ch; }
.prose h2 { font-size: 30px; margin: 44px 0 16px; letter-spacing: -0.02em; }
.prose h3 { font-size: 21px; margin: 32px 0 10px; }
.prose p { color: var(--ink-2); font-size: 17px; line-height: 1.65; margin: 0 0 18px; }
.prose ul { margin: 0 0 18px; padding-left: 0; list-style: none; }
.prose ul li { color: var(--ink-2); font-size: 16px; line-height: 1.6; padding-left: 26px; position: relative; margin-bottom: 10px; }
.prose ul li::before { content: "→"; position: absolute; left: 0; color: var(--accent); font-family: var(--mono); }
.prose a.link { color: var(--accent-ink); border-bottom: 1px solid var(--accent-line); }

/* callout */
.callout { border-left: 2px solid var(--risk); background: var(--risk-soft); padding: 20px 24px; margin: 24px 0; }
.callout .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--risk); display:flex; align-items:center; gap: 7px; }
.callout p { margin: 8px 0 0; font-size: 15px; color: var(--ink-2); }

/* ============ BREADCRUMB ============ */
.crumbs { display:flex; gap: 9px; align-items:center; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate-2); padding: 18px 0; }
.crumbs a:hover { color: var(--accent-ink); }
.crumbs .sep { color: var(--slate-3); }

/* ============ PAGE HEADER (interior) ============ */
.phead { border-bottom: 1px solid var(--ink); padding-bottom: 40px; }
.phead h1 { font-size: 52px; letter-spacing: -0.022em; margin-top: 14px; }
.phead .sub { color: var(--slate); font-size: 18px; max-width: 60ch; margin-top: 18px; line-height: 1.5; }

/* ============ FOOTER ============ */
footer.site { background: var(--ink); color: var(--paper); margin-top: 80px; }
footer.site .wrap { padding: 64px var(--gutter) 40px; }
footer.site .ftop { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; border-bottom: 1px solid oklch(0.34 0.02 256); padding-bottom: 44px; }
footer.site .fbrand .mark { font-family: var(--mono); font-weight: 600; font-size: 13px; letter-spacing: 0.04em; color: var(--ink); background: var(--white); padding: 6px 8px; display:inline-block; }
footer.site .fbrand p { color: oklch(0.72 0.02 256); font-size: 14px; max-width: 36ch; margin: 18px 0 0; line-height: 1.55; }
footer.site .fcol h4 { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: oklch(0.66 0.03 256); font-weight: 500; margin-bottom: 16px; }
footer.site .fcol a { display:block; color: oklch(0.84 0.015 256); font-size: 14px; padding: 5px 0; transition: color .12s; }
footer.site .fcol a:hover { color: var(--white); }
footer.site .fbot { display:flex; justify-content: space-between; align-items:center; padding-top: 28px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: oklch(0.60 0.02 256); }

/* disclaimer note */
.disclaimer { background: var(--paper-3); border: 1px dashed var(--slate-3); padding: 14px 18px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.04em; color: var(--slate); line-height: 1.6; }

/* placeholder image */
.ph {
  background-image: repeating-linear-gradient(135deg, var(--paper-2), var(--paper-2) 9px, var(--paper-3) 9px, var(--paper-3) 18px);
  border: 1px solid var(--line); display:flex; align-items:center; justify-content:center;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate-2);
}

/* ---- utilities ---- */
.mt0{margin-top:0}.mb0{margin-bottom:0}
.pad-sec { padding: 72px 0; }
.divider { height:1px; background: var(--line); border:none; margin:0; }

/* modal (match flow) */
.modal-bg { position: fixed; inset: 0; background: oklch(0.19 0.028 256 / 0.55); backdrop-filter: blur(3px); z-index: 200; display:none; align-items:center; justify-content:center; padding: 24px; }
.modal-bg.open { display:flex; }
.modal { background: var(--white); border: 1px solid var(--ink); width: 100%; max-width: 480px; box-shadow: 0 30px 80px -20px oklch(0.19 0.028 256 / 0.4); }
.modal .mhead { background: var(--ink); color:var(--white); padding: 18px 24px; display:flex; justify-content: space-between; align-items:center; }
.modal .mhead .t { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.modal .mhead .x { cursor:pointer; color: oklch(0.7 0.02 256); font-family: var(--mono); }
.modal .mbody { padding: 24px; }

/* analyzing animation */
.analyze { font-family: var(--mono); font-size: 12px; color: var(--slate); }
.analyze .bar { height: 3px; background: var(--paper-3); margin: 16px 0; overflow:hidden; }
.analyze .bar i { display:block; height:100%; background: var(--accent); width: 0; animation: load 1.8s ease forwards; }
@keyframes load { to { width: 100%; } }
.analyze .lines div { padding: 3px 0; color: var(--slate-2); opacity: 0; animation: fade .4s forwards; }
@keyframes fade { to { opacity: 1; } }

/* responsive */
@media (max-width: 1080px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-l { border-right: none; border-bottom: 1px solid var(--line); padding: 48px 0; }
  .hero-r { padding: 40px 0; }
  .hero h1 { font-size: 52px; }
  .cols-4 { grid-template-columns: repeat(2,1fr); }
  footer.site .ftop { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  :root { --gutter: 22px; }
  .hero h1 { font-size: 40px; }
  .cols-3, .cols-2 { grid-template-columns: 1fr; }
  .statband { grid-template-columns: 1fr 1fr; }
  nav.links { display: none; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .firm-row { grid-template-columns: 1fr; }
  .firm-side { text-align: left; align-items: flex-start; flex-direction: row; gap: 28px; }
}

/* ---- Directory: pros & cons + status chips (neutral, no ranking) ---- */
.chip { display:inline-flex; align-items:center; font-family: var(--mono); font-size:9px; letter-spacing:0.1em; text-transform:uppercase; padding:3px 7px; border:1px solid var(--line); margin-left:4px; vertical-align:middle; }
.chip.indep { color: var(--gold); border-color: var(--gold); }
.chip.reseller { color: var(--risk); border-color: var(--risk); background: var(--risk-soft); }
.proscons { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin:16px 0 4px; }
.pc { border-top:1px solid var(--line); padding-top:10px; }
.pc .pc-h { font-family: var(--mono); font-size:10px; letter-spacing:0.1em; text-transform:uppercase; color: var(--slate-2); }
.pc.pros .pc-h { color: var(--accent-ink); }
.pc.cons .pc-h { color: var(--risk); }
.pc ul { list-style:none; margin:8px 0 0; padding:0; }
.pc li { position:relative; padding-left:16px; font-size:13.5px; line-height:1.45; color: var(--slate); margin-bottom:7px; }
.pc.pros li:before { content:"+"; position:absolute; left:0; color: var(--accent-ink); font-weight:600; }
.pc.cons li:before { content:"\2212"; position:absolute; left:0; color: var(--risk); font-weight:600; }
@media (max-width: 720px){ .proscons { grid-template-columns:1fr; gap:10px; } }
