/* h4xdomains — "Signal" system (design 1c): the blue/orange brand sharpened
   into a product surface. White cards on #f6f8fc, navy #0b1220 accents,
   Manrope + Geist Mono, tight-tracked 800 headings, mono micro-labels. */

:root {
  --bg: #f6f8fc;
  --card: #ffffff;
  --line: #e6ebf3;
  --line2: var(--stripe1);
  --row: #f2f5fa;
  --ink: #0b1220;
  --body-c: #28313f;
  --muted: #5b6577;
  --faint: #64748b;
  --blue: #2563eb;
  --blue-deep: #1d4ed8;
  --blue-soft: #eaf1fe;
  --green: #16a34a;
  --green-deep: #15803d;
  --green-soft: #e8f7ee;
  --orange: #ea580c;
  --orange-deep: #c2410c;
  --orange-soft: #fff0e6;
  --navy: #0b1220;
  --navy2: #131c2f;
  --navy-line: #1c2740;
  --navy-muted: #9aa7b8;
  --chipbg: #f1f4f9;
  --radius: 16px;
  --radius-s: 10px;
  --navbg: rgba(255, 255, 255, .85); --hover: #fafbfe; --inputline: #dbe3ef;
  --usrow: #f3f7ff; --stripe1: #eef2f8; --stripe2: #f7f9fc; --heroglow: #dfeafd;
  --buybg: #fff7f2; --buyline: #fbe4d3; --lfgreen: #f3fbf6; --lfblue: #f4f6fa;
  --soldbg: #e2e8f0; --soldink: #475569; --aiovtop: #f7faff; --aiovline: #d7e4fb;
  --mnone: #b6c0cf; color-scheme: light;
  --shadow: 0 1px 2px rgba(11, 18, 32, .04);
  --shadow-float: 0 1px 2px rgba(11, 18, 32, .04), 0 20px 40px -30px rgba(11, 18, 32, .25);
}

:root[data-theme="dark"] {
  --bg: #0a101c; --card: #111a2b; --line: #1f2a44; --line2: #1a2438; --row: #182338;
  --ink: #e8ecf3; --body-c: #c6cfdd; --muted: #96a2b6; --faint: #8391a6;
  --blue: #5b93f7; --blue-deep: #82abff; --blue-soft: #182c52;
  --green: #22c55e; --green-deep: #57d98a; --green-soft: #0f2c1d;
  --orange: #f97316; --orange-deep: #fb923c; --orange-soft: #38200f;
  --navy: #060b15; --navy2: #0d1524; --navy-line: #20293e; --navy-muted: #93a0b4;
  --chipbg: #1c2740;
  --navbg: rgba(10, 16, 28, .85); --hover: #152037; --inputline: #26334f;
  --usrow: #152640; --stripe1: #141d31; --stripe2: #0f1728; --heroglow: #12233f;
  --buybg: #241507; --buyline: #3d2410; --lfgreen: #0d2317; --lfblue: #131d31;
  --soldbg: #252f42; --soldink: #9aa7bb; --aiovtop: #101c33; --aiovline: #20355c;
  --mnone: #4b586e; color-scheme: dark;
  --shadow: 0 1px 2px rgba(0, 0, 0, .3);
  --shadow-float: 0 1px 2px rgba(0, 0, 0, .3), 0 20px 40px -30px rgba(0, 0, 0, .6);
}
[data-theme="dark"] .g-btn { background: var(--card); }
[data-theme="dark"] .dcard-shot .shotmeta, [data-theme="dark"] .dcard-shot .flash,
[data-theme="dark"] .postmeta[style*="background:#fff"] { background: var(--card) !important; }
[data-theme="dark"] .btn-orange-outline { background: var(--card); }
[data-theme="dark"] .e404 .big { color: var(--line); }

.themetoggle { background: none; border: 1px solid var(--line); border-radius: 9px;
  width: 34px; height: 34px; cursor: pointer; font-size: 1rem; line-height: 1;
  color: var(--muted); display: inline-flex; align-items: center; justify-content: center; }
.themetoggle:hover { border-color: var(--blue); color: var(--blue); }

* { box-sizing: border-box; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: "Manrope", -apple-system, sans-serif;
  font-size: 15px; line-height: 1.55;
  display: flex; min-height: 100vh; flex-direction: column;
}
.mono, .num { font-family: "Geist Mono", ui-monospace, monospace; font-variant-numeric: tabular-nums; }
a { color: var(--blue); }
h1 { font-size: clamp(1.6rem, 4vw, 2.1rem); font-weight: 800; letter-spacing: -.028em; margin: 0 0 .3rem; }
h2 { font-size: 1.06rem; font-weight: 800; letter-spacing: -.015em; margin: 0 0 .8rem; }
.h2note { font-size: .8rem; font-weight: 500; }
.muted { color: var(--muted); }
.green { color: var(--green-deep); font-weight: 700; }
.microlabel { font-family: "Geist Mono", monospace; font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); font-weight: 700; }

/* ---------------------------------------------------------------- nav */
nav {
  display: flex; align-items: center; gap: 24px;
  background: var(--navbg); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding: 12px 32px; position: sticky; top: 0; z-index: 50;
}
nav .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; white-space: nowrap; }
.brand-chip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 30px; border-radius: 9px; background: var(--blue);
  color: #fff; font-weight: 800; font-size: .72rem; letter-spacing: .02em;
}
.brand-name { color: var(--ink); font-weight: 800; letter-spacing: -.01em; font-size: .98rem; }
.brand-name span { color: var(--ink); font-weight: 800; }
nav .navlinks { display: flex; gap: 4px; }
nav .navlinks a {
  color: var(--muted); text-decoration: none; font-weight: 600; font-size: .9rem;
  padding: 7px 13px; border-radius: 8px;
}
nav .navlinks a:hover { color: var(--ink); }
nav .navlinks a.active { color: var(--blue); background: var(--blue-soft); }
nav .navright { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.navsignin { color: var(--muted); text-decoration: none; font-weight: 700; font-size: .85rem; }
.navsignin:hover { color: var(--blue); }
.navavatar { width: 24px; height: 24px; border-radius: 999px; flex: none; display: block; object-fit: cover; }
.navavatar-txt { display: inline-flex; align-items: center; justify-content: center;
  background: var(--blue-soft); color: var(--blue); font-size: .72rem; font-weight: 800; }
.btn-cta { background: var(--navy); color: #fff; font-size: .85rem; font-weight: 700;
  padding: 9px 17px; border-radius: 9px; text-decoration: none; }
.btn-cta:hover { background: #1a2438; color: #fff; }
.btn-cta.cta-orange { background: var(--orange-deep); }
.btn-cta.cta-orange:hover { background: #a8380a; }
nav .nav-toggle { display: none; background: none; border: 0; color: var(--ink);
  cursor: pointer; font-size: 1.3rem; line-height: 1; padding: 2px 8px; margin-left: auto; }
@media (max-width: 900px) {
  nav { flex-wrap: wrap; padding: 12px 18px; }
  nav .nav-toggle { display: block; }
  nav .navlinks, nav .navright { display: none; flex-basis: 100%; }
  nav.nav-open .navlinks { display: flex; flex-direction: column; margin-top: 8px; }
  nav.nav-open .navlinks a { display: block; }
  nav.nav-open .navright { display: flex; margin: 10px 0 4px; }
}

nav.prem { border-bottom: 2px solid var(--green); }
.premtag { display: inline-flex; align-items: center; gap: 5px;
  background: var(--green-soft); color: var(--green-deep);
  border: 1px solid rgba(22, 163, 74, .55);
  font-family: "Geist Mono", monospace; font-size: .68rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: 4px 11px;
  animation: premglow 2.4s ease-in-out infinite; }
@keyframes premglow {
  0%, 100% { box-shadow: 0 0 3px 0 rgba(22, 163, 74, .25); border-color: rgba(22, 163, 74, .4); }
  50% { box-shadow: 0 0 10px 2px rgba(22, 163, 74, .55); border-color: rgba(22, 163, 74, .85); }
}
[data-theme="dark"] .premtag { border-color: rgba(34, 197, 94, .5); }
.stdtag { background: var(--chipbg); color: var(--muted); border-color: var(--line);
  animation: none; text-decoration: none; }
.stdtag:hover { color: var(--blue); border-color: var(--blue); }
@media (prefers-reduced-motion: reduce) { .premtag { animation: none;
  box-shadow: 0 0 6px 1px rgba(22, 163, 74, .4); } }

@keyframes rowin { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.row-new { animation: rowin .5s ease; }
.home-qrow[hidden] { display: none; }
.row-dropped { background: var(--green-soft) !important; transition: opacity .6s ease; }
.row-dropped [data-drop] { color: var(--green-deep) !important; }
.row-gone { opacity: 0; }

main { flex: 1; width: 100%; max-width: 1280px; margin: 30px auto 48px; padding: 0 32px; }
@media (max-width: 640px) { main { padding: 0 16px; margin-top: 20px; } }

/* ---------------------------------------------------------------- footer */
footer { background: var(--card); border-top: 1px solid var(--line); padding: 46px 32px 24px; }
.foot-grid { max-width: 1280px; margin: 0 auto; display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.6; max-width: 290px; }
.foot-status { display: flex; align-items: center; gap: 8px; margin-top: 14px;
  font-size: .82rem; font-weight: 600; color: var(--green-deep); }
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot-col .microlabel { margin-bottom: 2px; letter-spacing: .1em; }
.foot-col a { color: var(--muted); font-size: .88rem; font-weight: 600; text-decoration: none; }
.foot-col a:hover { color: var(--blue); }
.foot-bottom { max-width: 1280px; margin: 32px auto 0; border-top: 1px solid var(--line2);
  padding-top: 16px; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap;
  font-family: "Geist Mono", monospace; font-size: .75rem; color: var(--faint); }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 26px; } }

/* ---------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid transparent; border-radius: var(--radius-s); cursor: pointer;
  font: inherit; font-weight: 700; font-size: .9rem; text-decoration: none;
  padding: 10px 20px; transition: .15s;
}
.btn-sm { padding: 7px 14px; font-size: .84rem; }
.btn-xs { padding: 3px 10px; font-size: .76rem; border-radius: 8px; }
.btn-lg { padding: 13px 24px; font-size: .95rem; border-radius: 11px; }
.btn-static { cursor: default; }
.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 8px 18px -8px rgba(37, 99, 235, .7); }
.btn-blue:hover { background: var(--blue-deep); }
.btn-orange { background: var(--orange-deep); color: #fff; }
.btn-orange:hover { background: #a8380a; }
.btn-orange-outline { background: var(--card); color: var(--ink); border-color: var(--line); }
.btn-orange-outline:hover { border-color: var(--orange-deep); color: var(--orange-deep); }
.btn-dark { background: var(--navy); color: #fff; }

/* ---------------------------------------------------------------- home */
.hero-min { text-align: center; padding: 64px 0 8px;
  background: radial-gradient(900px 340px at 50% -60px, var(--heroglow) 0%, rgba(246, 248, 252, 0) 70%); }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: var(--card);
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 15px;
  font-size: .84rem; font-weight: 700; color: var(--muted); box-shadow: var(--shadow); }
.hero-min h1 { font-size: clamp(2.3rem, 6.5vw, 3.9rem); line-height: 1.05;
  letter-spacing: -.035em; margin: 24px 0 18px; }
.hero-min .sub { max-width: 600px; margin: 0 auto; color: var(--muted); font-size: 1.1rem; line-height: 1.55; }
.hero-search { display: flex; gap: 10px; justify-content: center; max-width: 560px; margin: 30px auto 0; }
.hero-search input { flex: 1; min-width: 0; font-family: "Geist Mono", monospace; font-size: .92rem;
  background: var(--card); border: 1px solid var(--inputline); border-radius: 11px; padding: 13px 16px;
  box-shadow: var(--shadow); outline: none; color: var(--ink); }
.hero-search input:focus { border-color: var(--blue); }
.dot { display: inline-block; width: 7px; height: 7px; border-radius: 999px; }
.dot-green { background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }
.dot-orange { background: var(--orange); box-shadow: 0 0 0 4px var(--orange-soft); }
.dot-gray { background: var(--faint); }
.dot-blue { background: var(--blue); box-shadow: 0 0 0 4px var(--blue-soft); }

.statpills { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; padding: 30px 0 0; }
.statpill { display: flex; align-items: baseline; gap: 8px; background: var(--card);
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; box-shadow: var(--shadow); }
.statpill b { font-family: "Geist Mono", monospace; font-size: .95rem; font-weight: 700; }
.statpill span { font-size: .8rem; font-weight: 600; color: var(--muted); }

.homegrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-top: 44px; }
@media (max-width: 900px) { .homegrid { grid-template-columns: 1fr; } }
.livecard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-float); overflow: hidden; display: flex; flex-direction: column; }
.livecard-head { display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px; border-bottom: 1px solid var(--line2); }
.livecard-head h2 { margin: 0; font-size: .97rem; display: flex; align-items: center; gap: 9px; }
.livecard-head .note { font-size: .76rem; font-weight: 700; color: var(--faint); }
.liverow { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center;
  padding: 12px 22px; border-bottom: 1px solid var(--row); color: var(--ink); text-decoration: none; }
.liverow:hover { background: var(--hover); }
.liverow .lr-dom { font-family: "Geist Mono", monospace; font-size: .9rem; font-weight: 600;
  overflow-wrap: anywhere; }
.liverow .lr-sub { font-size: .8rem; color: var(--muted); margin-top: 3px; }
.liverow .lr-chips { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.qrow { display: grid; grid-template-columns: 22px 1fr auto auto; gap: 12px; align-items: center;
  padding: 9px 22px; border-bottom: 1px solid var(--row); color: var(--ink); text-decoration: none;
  font-family: "Geist Mono", monospace; }
.qrow:hover { background: var(--hover); }
.qrow .q-i { font-size: .7rem; color: var(--faint); }
.qrow .q-dom { font-size: .86rem; font-weight: 500; min-width: 0; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap; }
.qrow .q-dr { font-size: .76rem; color: var(--muted); }
.liverow .metric, .qrow .metric { font-size: .72rem; padding: 2px 7px; }
.qrow .lr-chips { display: flex; gap: 5px; }
.qrow .q-left { font-size: .8rem; font-weight: 600; color: var(--orange-deep); min-width: 76px; text-align: right; }
.blurname { filter: blur(5px); user-select: none; }
.livecard-foot { margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px; font-size: .86rem; font-weight: 800; text-decoration: none; }
.lf-green { background: var(--lfgreen); color: var(--green-deep); }
.lf-orange { background: var(--buybg); color: var(--orange-deep); }
.lf-blue { background: var(--lfblue); color: var(--blue); }

/* mini metric chips (shared) */
.mchip { font-family: "Geist Mono", monospace; font-size: .76rem; font-weight: 600;
  border-radius: 6px; padding: 3px 8px; }
.mc-green { background: var(--green-soft); color: var(--green-deep); }
.mc-blue { background: var(--blue-soft); color: var(--blue); }
.mc-gray { background: var(--chipbg); color: var(--muted); }
.mc-orange { background: var(--orange-soft); color: var(--orange-deep); }

/* ---------------------------------------------------------------- page head */
.pagehead { display: flex; align-items: flex-end; justify-content: space-between;
  gap: 18px; flex-wrap: wrap; margin-bottom: 18px; }
.pagehead .muted { margin: 0; font-size: .95rem; }
.pagehead-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.statnum { font-family: "Geist Mono", monospace; font-size: 1.7rem; font-weight: 700; color: var(--blue); }
.statnum.orange { color: var(--orange-deep); }
.crumb { margin: 0 0 4px; font-size: .84rem; }
.crumb a { text-decoration: none; color: var(--muted); font-weight: 700; }
.crumb a:hover { color: var(--blue); }
.domtitle { font-family: "Geist Mono", monospace; font-size: clamp(1.4rem, 4vw, 2.15rem);
  font-weight: 700; letter-spacing: -.03em; }
.pillrow { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: 8px; }

/* quick links */
.quicklinks { display: flex; gap: 8px; }
.qlink { display: inline-flex; align-items: center; gap: 8px; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--radius-s); padding: 9px 14px;
  font-size: .84rem; font-weight: 700; color: var(--ink); text-decoration: none; transition: .15s; }
.qlink:hover { border-color: var(--blue); color: var(--blue); }
.qmark { display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px;
  border-radius: 6px; color: #fff; font-size: .64rem; font-weight: 800; }
.qm-n { background: #12264d; }
.qm-a { background: var(--orange-deep); }
.qext { color: var(--muted); font-size: .78rem; }
.qlink:hover .qext { color: var(--blue); }

/* ---------------------------------------------------------------- cards */
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 22px 24px; margin-bottom: 20px; }
.tablewrap { overflow-x: auto; padding: 8px 0; }

/* ---------------------------------------------------------------- controls */
.controls { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; padding: 12px 14px; }
.controls input[type=search], .controls select {
  font: inherit; padding: 9px 14px; border: 1px solid var(--line); border-radius: var(--radius-s);
  background: var(--bg); color: var(--ink); outline: none; font-size: .9rem; }
.controls input[type=search] { width: 260px; font-family: "Geist Mono", monospace; }
.controls input[type=search]:focus, .controls select:focus { border-color: var(--blue); background: #fff; }
.controls .clear { font-size: .86rem; font-weight: 700; }
.checklabel { display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
  font-size: .86rem; color: var(--orange-deep); font-weight: 700; user-select: none;
  background: var(--orange-soft); border: 1px solid var(--buyline); border-radius: var(--radius-s);
  padding: 8px 13px; }
.checklabel input { accent-color: var(--orange-deep); width: 14px; height: 14px; cursor: pointer; }
.checklabel .chip { background: none; padding: 0; color: inherit; font-size: inherit; }
.locknote { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 14px 18px; }
.locknote-icon { font-size: 1.3rem; }
.locknote > div { flex: 1; min-width: 220px; }
.locknote .btn { margin-left: auto; }
.domlock { letter-spacing: .18em; color: var(--muted); }
.domlock:hover { color: var(--blue); }

/* ---------------------------------------------------------------- tables */
table { border-collapse: separate; border-spacing: 0; width: 100%; }
th, td { text-align: left; padding: 9px 12px; font-size: .88rem; }
th { color: var(--faint); font-family: "Geist Mono", monospace; font-size: .68rem;
  text-transform: uppercase; letter-spacing: .1em; font-weight: 600;
  background: var(--hover); border-bottom: 1px solid var(--line2); white-space: nowrap; }
th a { color: inherit; text-decoration: none; }
th a:hover { color: var(--blue); }
td { border-bottom: 1px solid var(--row); }
tr:last-child td { border-bottom: 0; }
table tr:hover td { background: var(--hover); }
th.num, td.num { text-align: right; }
.domlink { text-decoration: none; font-weight: 600; color: var(--ink); font-size: .9rem; }
.domlink:hover { color: var(--blue); }
td.cat, td.anchor { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  color: var(--muted); font-size: .82rem; }
.empty { text-align: center; color: var(--muted); padding: 28px 0; }
.pager a { margin: 0 .4rem; font-weight: 700; text-decoration: none; }

table.compact th { font-size: .64rem; padding: 8px 9px; }
table.compact td { padding: 6px 9px; font-size: .82rem; }
table.compact .metric { font-size: .76rem; padding: 2px 7px; }
table.compact td.cat { max-width: 160px; font-size: .76rem; }
table.compact td.muted { font-size: .76rem; white-space: nowrap; font-family: "Geist Mono", monospace; }
table.compact .domlink { overflow-wrap: anywhere; font-family: "Geist Mono", monospace; }
table.compact .chip { font-size: .68rem; padding: 1px 6px; }
table.compact th:first-child, table.compact td:first-child {
  position: sticky; left: 0; z-index: 2; background: var(--card);
  min-width: 176px; max-width: 300px; box-shadow: 1px 0 0 var(--line); }
table.compact th:first-child { background: var(--hover); }
table.compact tr:hover td:first-child { background: var(--hover); }

/* phones: compact tables become stacked cards */
@media (max-width: 640px) {
  .card.tablewrap { overflow: visible; padding: 0; background: none; border: 0; box-shadow: none; }
  table.compact, table.compact tbody { display: block; width: 100%; }
  table.compact tr { display: flex; flex-wrap: wrap; gap: 7px 14px; align-items: center;
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow); padding: 13px 15px; margin-bottom: 10px; }
  table.compact tr:first-child { display: none; }
  table.compact tr:hover td { background: none; }
  table.compact td { display: inline-flex; align-items: center; gap: 5px; border: 0;
    padding: 0; font-size: .84rem; }
  table.compact td:first-child { position: static; min-width: 0; max-width: none;
    flex-basis: 100%; background: none; box-shadow: none; font-size: .95rem; }
  table.compact td:empty { display: none; }
  table.compact td[data-l]::before { content: attr(data-l); color: var(--muted);
    font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
    font-family: "Geist Mono", monospace; }
  table.compact td.cat { max-width: 100%; font-size: .76rem; flex-basis: 100%; white-space: normal; }
  table.compact td.muted { white-space: normal; }
}

/* view switcher + filterbar */
.viewswitch { display: inline-flex; flex-wrap: wrap; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-s); padding: 3px; gap: 3px; }
.viewswitch a { padding: 7px 14px; border-radius: 8px; text-decoration: none;
  font-weight: 700; font-size: .84rem; color: var(--muted); }
.viewswitch a.on { background: var(--blue-soft); color: var(--blue); }
.viewswitch a:hover:not(.on) { color: var(--ink); }
.filterbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: -4px 0 16px; }
.filterbar-label { font-family: "Geist Mono", monospace; font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }

/* pills / chips / metrics */
.pill { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  border-radius: 999px; padding: 5px 14px; font-size: .8rem; font-weight: 800; }
.pill i { width: 6px; height: 6px; border-radius: 999px; background: currentColor; }
.pill-available { background: var(--green-soft); color: var(--green-deep); }
.pill-quarantine { background: var(--orange-soft); color: var(--orange-deep); }
.pill-registered { background: var(--blue-soft); color: var(--blue); }
.pill-dropped { background: var(--chipbg); color: var(--muted); }
.pill-orange { background: var(--orange-deep); color: #fff; }
.pill-sold { background: var(--soldbg); color: var(--soldink); }
.chip { display: inline-flex; align-items: center; gap: 4px; border-radius: 7px;
  padding: 3px 10px; font-size: .76rem; font-weight: 700; background: var(--chipbg); color: var(--muted); }
.chip-orange { background: var(--orange-soft); color: var(--orange-deep); }
.chip-blue { background: var(--blue-soft); color: var(--blue); }
.chip-green { background: var(--green-soft); color: var(--green-deep); }
.metric { font-family: "Geist Mono", monospace; font-weight: 600; border-radius: 6px; padding: 2px 8px; }
.m-strong { background: var(--green-soft); color: var(--green-deep); }
.m-mid { background: var(--blue-soft); color: var(--blue); }
.m-weak { background: var(--orange-soft); color: var(--orange-deep); }
.m-low { background: var(--chipbg); color: var(--muted); }
.m-none { color: var(--mnone); }
.m-plain { color: var(--ink); }
.ai-diamond { font-size: 1rem; font-weight: 700; cursor: help;
  background: linear-gradient(135deg, #4285f4 20%, #9b72cb 55%, #d96570 85%);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
th.has-tip { cursor: help; }
th.has-tip a, th.has-tip { text-decoration-line: underline; text-decoration-style: dotted;
  text-decoration-color: var(--mnone); text-underline-offset: 3px; }

/* ---------------------------------------------------------------- for-sale cards */
.cardgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 18px; }
.dcard { display: flex; flex-direction: column; text-decoration: none; color: var(--ink);
  background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--orange);
  border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; transition: .15s; }
.dcard:hover { box-shadow: 0 22px 44px -30px rgba(234, 88, 12, .45); border-color: var(--buyline);
  border-top-color: var(--orange); }
.dcard-shot { height: 132px; background: repeating-linear-gradient(135deg, var(--stripe1) 0 8px, var(--stripe2) 8px 16px);
  display: flex; align-items: flex-end; justify-content: space-between; padding: 10px 12px;
  position: relative; overflow: hidden; }
.dcard-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.dcard-shot .shotmeta { position: relative; font-family: "Geist Mono", monospace; font-size: .68rem;
  color: var(--muted); background: #fff; border-radius: 5px; padding: 4px 8px; }
.dcard-shot .flash { position: relative; font-size: .68rem; font-weight: 800; color: var(--orange-deep);
  background: #fff; border-radius: 5px; padding: 4px 8px; }
.dcard-body { padding: 16px 20px 20px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.dcard-domain { font-family: "Geist Mono", monospace; font-weight: 700; font-size: 1.03rem; overflow-wrap: anywhere; }
.dcard-metrics { display: flex; gap: 6px; flex-wrap: wrap; }
.dcard-pitch { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.dcard-foot { display: flex; gap: 12px; font-size: .76rem; margin-top: auto; padding-top: 8px;
  color: var(--faint); font-family: "Geist Mono", monospace; }
.buybar { padding: 11px; text-align: center; background: var(--buybg); color: var(--orange-deep);
  font-size: .84rem; font-weight: 800; border-top: 1px solid var(--buyline); }
.buybar.soldbar { background: var(--soldbg); color: var(--soldink); border-top-color: var(--soldbg); }
.dcard.is-sold { opacity: .72; border-top-color: #94a3b8; }
.dcard.is-sold:hover { border-color: var(--line); box-shadow: var(--shadow); }
.soldtag { display: inline-block; background: var(--soldbg); color: var(--soldink); border-radius: 8px;
  padding: 3px 10px; font-size: .76rem; font-weight: 800; letter-spacing: .05em; }
.soldtag-lg { padding: 6px 16px; font-size: .85rem; border-radius: 10px; }
.rowsold td { opacity: .55; }
.dv-actions { display: flex; gap: 10px; align-items: center; }

/* dark CTA band */
.darkband { background: var(--navy); border-radius: 18px; padding: 32px 38px; display: flex;
  align-items: center; gap: 30px; flex-wrap: wrap; margin: 34px 0 0; }
.darkband h3 { color: #fff; font-size: 1.28rem; font-weight: 800; letter-spacing: -.02em; margin: 0 0 6px; }
.darkband p { margin: 0; color: var(--navy-muted); font-size: .9rem; }
.darkband .btn { margin-left: auto; white-space: nowrap; }
.darkband form { margin-left: auto; display: flex; gap: 10px; flex-wrap: wrap; }
.darkband input { background: var(--navy2); border: 1px solid var(--navy-line); border-radius: var(--radius-s);
  padding: 12px 16px; min-width: 240px; color: #e8ecf3; font-family: "Geist Mono", monospace;
  font-size: .88rem; outline: none; }
@media (max-width: 700px) { .darkband .btn, .darkband form { margin-left: 0; } }

/* ---------------------------------------------------------------- detailed view */
.dv { border-top: 3px solid var(--orange); }
.dv-flex { display: flex; gap: 22px; flex-wrap: wrap; }
.dv-media { flex: 0 1 400px; min-width: 280px; }
.dv-info { flex: 1; min-width: 300px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.dv-title { font-family: "Geist Mono", monospace; font-size: 1.2rem; font-weight: 700;
  text-decoration: none; color: var(--ink); overflow-wrap: anywhere; }
.dv-title:hover { color: var(--blue); }
.dv-row { display: flex; gap: 26px; flex-wrap: wrap; margin: 10px 0 4px; align-self: stretch; }
.dv-stats { border-collapse: collapse; flex: 0 1 auto; max-width: 380px; min-width: 210px; }
.dv-stats th { text-align: left; color: var(--muted); font-weight: 600; font-size: .76rem;
  font-family: Manrope, sans-serif; text-transform: none; letter-spacing: 0;
  padding: 3px 18px 3px 0; border: 0; white-space: nowrap; background: none; }
.dv-stats td { text-align: right; font-weight: 700; font-family: "Geist Mono", monospace;
  font-size: .84rem; padding: 3px 0; border-bottom: 1px solid var(--row); overflow-wrap: anywhere; }
.dv-stats tr:last-child td { border-bottom: 0; }
.dv-links { flex: 1 1 260px; min-width: 240px; }
.dv-links-label { font-family: "Geist Mono", monospace; font-size: .68rem; text-transform: uppercase;
  letter-spacing: .1em; color: var(--faint); font-weight: 700; margin-bottom: 4px; }
.dv-link { font-size: .82rem; padding: 2px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dv-link a { text-decoration: none; }
.dv-pitch { margin: 8px 0 12px; font-size: .88rem; line-height: 1.65; color: var(--body-c); }

/* carousel */
.carousel { position: relative; }
.carousel .slide { margin: 0; }
.shotbox { position: relative; height: 260px; border-radius: var(--radius-s); overflow: hidden;
  border: 1px solid var(--line); background: repeating-linear-gradient(135deg, var(--stripe1) 0 8px, var(--stripe2) 8px 16px); }
.shotbox img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.cyear { position: absolute; top: 8px; left: 8px; background: var(--navy); color: #fff;
  border-radius: 6px; padding: 2px 8px; font-size: .72rem; font-weight: 700; z-index: 2;
  font-family: "Geist Mono", monospace; }
.cnav { position: absolute; top: 112px; width: 36px; height: 36px; border-radius: 999px;
  background: rgba(11, 18, 32, .55); color: #fff; border: 0; font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 3; }
.cnav:hover { background: rgba(11, 18, 32, .8); }
.cprev { left: 8px; } .cnext { right: 8px; }
.carousel figcaption { margin-top: 6px; font-size: .8rem; }
.shotbox-empty { display: flex; align-items: center; justify-content: center; height: 260px; font-size: .85rem; }
.shotbox .lbx { display: block; height: 100%; }

/* ---------------------------------------------------------------- detail page */
.statgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px; margin-bottom: 20px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow); padding: 15px 18px; display: flex; flex-direction: column; }
.stat-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--faint); font-weight: 800; }
.stat-val { font-family: "Geist Mono", monospace; font-size: 1.9rem; font-weight: 700; padding: 0; }
.stat-val.m-strong { color: var(--green-deep); background: none; }
.stat-val.m-mid { color: var(--blue); background: none; }
.stat-val.m-weak { color: var(--orange-deep); background: none; }
.stat-val.m-low { color: var(--muted); background: none; }
.stat-val.m-none { color: var(--mnone); background: none; }
.stat-src { font-size: .74rem; color: var(--faint); }
.detail-grid { display: flex; gap: 20px; align-items: flex-start; }
.detail-.prembar { display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(90deg, var(--green-soft), #d9f2e3 50%, var(--green-soft));
  border-bottom: 2px solid var(--green); color: var(--green-deep);
  font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  font-family: "Geist Mono", monospace; padding: 5px 16px; }
[data-theme="dark"] .prembar { background: linear-gradient(90deg, #0f2c1d, #123726 50%, #0f2c1d); }

@keyframes rowin { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.row-new { animation: rowin .5s ease; }
.home-qrow[hidden] { display: none; }
.row-dropped { background: var(--green-soft) !important; transition: opacity .6s ease; }
.row-dropped [data-drop] { color: var(--green-deep) !important; }
.row-gone { opacity: 0; }

main { flex: 1; min-width: 0; }
.detail-side { width: 380px; flex: none; }
@media (max-width: 1000px) { .detail-grid { flex-direction: column; } .detail-side { width: 100%; } }
.pitch { white-space: pre-wrap; line-height: 1.7; font-size: .95rem; color: var(--body-c); }

.aiov { border-color: var(--aiovline); background: linear-gradient(180deg, var(--aiovtop) 0%, var(--card) 60px); }
.aiov-head { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.aiov-head h2 { margin: 0; }
.aiov-spark { color: var(--blue); font-size: 1.1rem; }
.aiov-text { white-space: pre-wrap; line-height: 1.65; font-size: .92rem; color: var(--body-c); }

/* snapshot grid (detail page) */
.snapgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.snapcell { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.snapcell .snap-shot { height: 110px; border-radius: var(--radius-s); border: 1px solid var(--line);
  background: repeating-linear-gradient(135deg, var(--stripe1) 0 6px, var(--stripe2) 6px 12px); position: relative;
  display: block; overflow: hidden; }
.snapcell .snap-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.snapcell .snap-year { position: absolute; top: 8px; left: 8px; font-family: "Geist Mono", monospace;
  font-size: .68rem; font-weight: 700; background: var(--navy); color: #fff; border-radius: 5px;
  padding: 2px 7px; z-index: 2; }
.snapcell .snap-title { font-size: .8rem; font-weight: 700; line-height: 1.35; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap; }
.snapcell .snap-facts { font-family: "Geist Mono", monospace; font-size: .7rem; color: var(--faint); }

/* backlink boxes */
.blgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.blbox { background: var(--bg); border: 1px solid var(--line); border-radius: 12px;
  padding: 13px 15px; display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.blbox-top { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.blbox-host { font-family: "Geist Mono", monospace; font-weight: 700; font-size: .86rem;
  overflow-wrap: anywhere; color: var(--ink); text-decoration: none; }
a.blbox-host:hover { color: var(--blue); text-decoration: underline; }
.anchor-bubble { display: inline-block; background: var(--blue-soft); color: var(--blue-deep);
  border-radius: 999px; padding: 3px 11px; font-size: .78rem; font-weight: 600;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.blbox-linksto { font-size: .74rem; overflow-wrap: anywhere; color: var(--muted); }
.blbox-linksto a { text-decoration: none; }
.blbox-linksto a:hover { text-decoration: underline; }
.blbox-title { font-size: .78rem; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
.blbox-foot { display: flex; gap: 10px; align-items: center; font-size: .72rem; margin-top: auto;
  color: var(--muted); font-family: "Geist Mono", monospace; }

/* Google presence */
mark.ghl { background: rgba(22, 163, 74, .18); color: var(--green-deep); font-weight: 700;
  border-radius: 3px; padding: 0 3px; }
.serp { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--row); }
.serp:last-child { border-bottom: 0; }
.serp-pos { font-family: "Geist Mono", monospace; background: var(--blue-soft); color: var(--blue);
  font-weight: 700; font-size: .76rem; border-radius: 8px; padding: 3px 9px; height: fit-content; flex: none; }
.serp-body { min-width: 0; }
.serp a { font-weight: 700; text-decoration: none; overflow-wrap: anywhere; font-size: .92rem; }
.serp a:hover { text-decoration: underline; }
.serp-dom { font-family: "Geist Mono", monospace; font-size: .76rem; margin-left: 8px; overflow-wrap: anywhere; }
.serp-desc { margin: 4px 0 0; font-size: .85rem; overflow-wrap: anywhere; }

/* right rail: enquiry form + timeline + archive + facts */
.enqcard { background: var(--navy); border-radius: var(--radius); padding: 24px 26px; color: #fff;
  margin-bottom: 20px; }
.enqcard h2 { color: #fff; }
.enqcard p { margin: 0 0 16px; font-size: .86rem; color: var(--navy-muted); line-height: 1.55; }
.enqcard form { display: flex; flex-direction: column; gap: 10px; }
.enqcard input, .enqcard textarea { background: var(--navy2); border: 1px solid var(--navy-line);
  border-radius: var(--radius-s); padding: 11px 14px; font-size: .88rem; color: #e8ecf3;
  font-family: inherit; outline: none; resize: vertical; }
.enqcard input:focus, .enqcard textarea:focus { border-color: var(--blue); }
.enqcard .mono-note { margin: 14px 0 0; font-family: "Geist Mono", monospace; font-size: .72rem;
  color: var(--navy-muted); }
.enq-ok { background: var(--green-soft); color: var(--green-deep); border-radius: var(--radius-s);
  padding: 12px 16px; font-weight: 700; font-size: .88rem; margin-bottom: 14px; }
.spinner { width: 15px; height: 15px; border-radius: 999px; flex: none;
  border: 2px solid currentColor; border-right-color: transparent;
  animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.enq-bad { background: var(--orange-soft) !important; color: var(--orange-deep) !important; }

.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.timeline { display: flex; flex-direction: column; }
.timeline-item { display: flex; gap: 12px; }
.timeline-rail { display: flex; flex-direction: column; align-items: center; }
.timeline-rail .dot { margin-top: 5px; flex: none; width: 9px; height: 9px; }
.timeline-rail .line { width: 2px; flex: 1; background: var(--line); margin: 6px 0 2px; }
.timeline-body { padding-bottom: 15px; font-size: .86rem; }
.timeline-body strong { margin-right: 6px; font-size: .88rem; }

.facts { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; margin: 0; font-size: .88rem; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; font-weight: 700; font-family: "Geist Mono", monospace; }

/* homepage-history rows (legacy text fallback) */
.snaphist { display: flex; flex-direction: column; }
.snaprow { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--row); }
.snaprow:last-child { border-bottom: 0; }
.snap-year { background: var(--blue-soft); color: var(--blue); font-weight: 700;
  border-radius: 8px; padding: 2px 8px; height: fit-content; flex: none; font-size: .8rem; }
.snap-thumb { flex: none; width: 132px; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--line); align-self: flex-start; }
.snap-thumb img { width: 100%; height: 92px; object-fit: cover; object-position: top; display: block; }
.snap-body { min-width: 0; }
.snap-body strong { font-size: .9rem; }
.snap-body p { margin: 2px 0; font-size: .84rem; }
.snap-facts { font-size: .76rem; }

/* ---------------------------------------------------------------- login */
.login-split { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-float); margin: 8px 0 20px; min-height: 620px; }
@media (max-width: 900px) { .login-split { grid-template-columns: 1fr; } }
.login-left { background: var(--navy); color: #e8ecf3; padding: 44px 48px; display: flex; flex-direction: column; }
.login-live { display: flex; align-items: center; gap: 9px; font-family: "Geist Mono", monospace;
  font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--navy-muted); margin-top: 30px; }
.login-count { font-family: "Geist Mono", monospace; font-size: clamp(2.2rem, 5vw, 3.3rem);
  font-weight: 600; letter-spacing: -.02em; margin: 12px 0 4px; }
.login-nextdom { font-size: .88rem; color: var(--navy-muted); }
.login-nextdom b { font-family: "Geist Mono", monospace; color: #e8ecf3; font-weight: 600; }
.login-queue { margin-top: 30px; border-top: 1px solid var(--navy-line); border-bottom: 1px solid var(--navy-line); }
.login-qrow { display: grid; grid-template-columns: 24px 1fr auto auto; gap: 14px; align-items: center;
  padding: 11px 0; border-bottom: 1px solid #141d31; font-family: "Geist Mono", monospace; }
.login-qrow:last-child { border-bottom: 0; }
.login-qrow .i { font-size: .7rem; color: var(--navy-muted); }
.login-qrow .d { font-size: .86rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.login-qrow .dr { font-size: .74rem; color: var(--navy-muted); }
.login-qrow .left { font-size: .78rem; color: #fb923c; min-width: 72px; text-align: right; }
.login-stats { margin-top: auto; padding-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.login-stats b { display: block; font-family: "Geist Mono", monospace; font-size: 1.35rem; font-weight: 600; }
.login-stats span { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--navy-muted); margin-top: 3px; display: block; }
.login-right { background: var(--bg); display: flex; align-items: center; justify-content: center; padding: 44px 24px; }
.login-card { width: 410px; max-width: 100%; background: var(--card); border: 1px solid var(--line);
  border-radius: 18px; box-shadow: var(--shadow-float); padding: 38px; }
.login-card h1 { font-size: 1.7rem; margin: 0 0 8px; }
.login-card .sub { margin: 0 0 24px; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.g-btn { display: flex; align-items: center; justify-content: center; gap: 12px; background: #fff;
  border: 1px solid var(--inputline); border-radius: 11px; padding: 13px 20px; font-weight: 700;
  font-size: .94rem; color: var(--ink); text-decoration: none; transition: .15s; }
.g-btn:hover { border-color: var(--blue); box-shadow: 0 6px 18px -6px rgba(37, 99, 235, .3); }
.login-div { display: flex; align-items: center; gap: 12px; margin: 24px 0 18px; }
.login-div span:first-child, .login-div span:last-child { flex: 1; height: 1px; background: var(--line2); }
.login-checks { display: flex; flex-direction: column; gap: 12px; }
.login-checks div { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem;
  color: #3d4757; line-height: 1.5; }
.login-checks b { color: var(--green-deep); font-size: .8rem; line-height: 1.6; }
.login-alt { margin: 24px 0 0; font-size: .8rem; color: var(--faint); line-height: 1.55; }

/* ---------------------------------------------------------------- about */
.about-hero { max-width: 860px; padding: 40px 0 0; }
.about-hero h1 { font-size: clamp(2rem, 5.5vw, 3.4rem); line-height: 1.06; margin: 16px 0 20px; }
.about-hero p { margin: 0 0 16px; color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.about-stats { margin: 40px 0 0; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.about-stats > div { padding: 24px 26px; border-right: 1px solid var(--line2); }
.about-stats > div:last-child { border-right: 0; }
.about-stats b { display: block; font-family: "Geist Mono", monospace; font-size: 1.8rem; font-weight: 700; }
.about-stats span { font-size: .8rem; color: var(--muted); margin-top: 4px; display: block; }
@media (max-width: 800px) { .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stats > div:nth-child(2n) { border-right: 0; } }
.pipeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 1000px) { .pipeline { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pipeline { grid-template-columns: 1fr; } }
.pipestep { background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.pipestep .n { font-family: "Geist Mono", monospace; font-size: .7rem; font-weight: 700;
  color: var(--blue); background: var(--blue-soft); border-radius: 6px; padding: 3px 8px; align-self: flex-start; }
.pipestep b { font-size: .94rem; font-weight: 800; letter-spacing: -.01em; }
.pipestep p { margin: 0; font-size: .82rem; color: var(--muted); line-height: 1.55; }
.about-section { padding: 56px 0 0; }
.about-section h2 { font-size: 1.55rem; letter-spacing: -.02em; }
.about-section .lead { color: var(--muted); font-size: .97rem; margin: 0 0 24px; }

/* ---------------------------------------------------------------- blog */
.blog-featured { display: grid; grid-template-columns: 1.15fr 1fr; background: var(--card);
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden; color: var(--ink);
  text-decoration: none; box-shadow: var(--shadow-float); margin-bottom: 26px; }
@media (max-width: 800px) { .blog-featured { grid-template-columns: 1fr; } }
.blog-featured .bf-img { background: repeating-linear-gradient(135deg, var(--stripe1) 0 8px, var(--stripe2) 8px 16px);
  min-height: 240px; }
.blog-featured .bf-body { padding: 36px 40px; display: flex; flex-direction: column; justify-content: center; }
.blog-featured h2 { font-size: clamp(1.3rem, 3vw, 1.9rem); line-height: 1.15; letter-spacing: -.025em;
  margin: 16px 0 12px; }
.blog-featured p { margin: 0 0 20px; color: var(--muted); font-size: .95rem; line-height: 1.6; }
.tagchip { font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  border-radius: 6px; padding: 4px 9px; }
.tag-guide { color: var(--blue); background: var(--blue-soft); }
.tag-drop { color: var(--orange-deep); background: var(--orange-soft); }
.postmeta { font-family: "Geist Mono", monospace; font-size: .76rem; color: var(--faint); }
.bloggrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.postcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; color: var(--ink); text-decoration: none; display: flex; flex-direction: column;
  transition: .15s; }
.postcard:hover { box-shadow: 0 20px 40px -30px rgba(11, 18, 32, .4); border-color: var(--inputline); }
.postcard .pc-img { height: 130px; background: repeating-linear-gradient(135deg, var(--stripe1) 0 8px, var(--stripe2) 8px 16px); }
.postcard .pc-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.postcard h3 { font-size: 1.05rem; line-height: 1.3; letter-spacing: -.015em; font-weight: 800; margin: 10px 0 8px; }
.postcard p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.postcard .pc-read { margin-top: auto; padding-top: 14px; font-size: .82rem; font-weight: 800; color: var(--blue); }
.article { max-width: 720px; margin: 0 auto; }
.post-hero { width: 100%; height: auto; border-radius: 14px; margin-bottom: 28px;
  border: 1px solid var(--line); display: block; }
.article h1 { font-size: clamp(1.7rem, 4.5vw, 2.7rem); line-height: 1.12; margin: 16px 0 16px; }
.article .standfirst { color: var(--muted); font-size: 1.12rem; line-height: 1.6; margin: 0 0 22px; }
.authorbar { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.authorbar .av { width: 34px; height: 34px; border-radius: 999px; background: var(--blue-soft);
  color: var(--blue); display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; flex: none; }
.authorbar b { font-size: .86rem; display: block; }
.authorbar span { font-size: .8rem; color: var(--muted); }
.article-body { font-size: 1.02rem; line-height: 1.7; color: var(--body-c); }
.article-body h2 { font-size: 1.5rem; letter-spacing: -.02em; margin: 32px 0 12px; color: var(--ink); }
.article-body blockquote { margin: 22px 0; padding: 18px 24px; background: var(--blue-soft);
  border-radius: 12px; color: var(--blue-deep); font-weight: 600; }
.article-body table { margin: 18px 0; background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden; font-size: .88rem; }
.article-body code { font-family: "Geist Mono", monospace; font-size: .88em; background: var(--chipbg);
  border-radius: 4px; padding: 1px 5px; }

/* ---------------------------------------------------------------- leaderboard */
.lb-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
@media (max-width: 800px) { .lb-tiles { grid-template-columns: 1fr 1fr; } }
.lb-tile { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.lb-tile b { display: block; font-family: "Geist Mono", monospace; font-size: 1.7rem;
  font-weight: 700; margin-top: 4px; }
.lb-tile .blue { color: var(--blue); } .lb-tile .orange { color: var(--orange-deep); }
.lb-table { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow-x: auto; box-shadow: var(--shadow); margin-bottom: 20px; }
.lb-row { display: grid; grid-template-columns: 44px minmax(180px, 1fr) 90px 76px 96px 84px 74px 60px;
  gap: 12px; padding: 13px 22px; border-bottom: 1px solid var(--row); align-items: center;
  font-size: .88rem; min-width: 740px; }
a.lb-row:hover { background: var(--hover); }
.lb-row:last-child { border-bottom: 0; }
.lb-row.head { background: var(--hover); border-bottom: 1px solid var(--line2);
  font-family: "Geist Mono", monospace; font-size: .66rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--faint); padding: 11px 22px; }
.lb-row .r { text-align: right; font-family: "Geist Mono", monospace; }
.lb-row .rank { font-family: "Geist Mono", monospace; font-size: .84rem; font-weight: 700; color: var(--faint); }
.lb-row .rname { display: flex; align-items: center; gap: 10px; min-width: 0; font-weight: 700; }
.lb-row .rname em { font-style: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lb-row .rtag { font-family: "Geist Mono", monospace; font-size: .7rem; font-weight: 700;
  color: var(--muted); background: var(--chipbg); border-radius: 5px; padding: 2px 7px; flex: none; }
.lb-row.us { background: var(--usrow); }
.lb-row.us .rname em { color: var(--blue-deep); }
.lb-grid2 { display: grid; grid-template-columns: 1fr 380px; gap: 20px; align-items: start; }
@media (max-width: 1000px) { .lb-grid2 { grid-template-columns: 1fr; } }
.lb-bars { display: flex; flex-direction: column; gap: 12px; }
.lb-bar { display: grid; grid-template-columns: minmax(110px, 150px) 1fr 52px; gap: 14px; align-items: center; }
.lb-bar .n { font-size: .84rem; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lb-bar .track { height: 10px; border-radius: 999px; background: var(--line2); overflow: hidden; display: block; }
.lb-bar .fill { display: block; height: 10px; border-radius: 999px; background: var(--blue); }
.lb-bar .v { text-align: right; font-family: "Geist Mono", monospace; font-size: .78rem; color: var(--muted); }
.wherecard { background: var(--navy); border-radius: var(--radius); padding: 24px 26px; color: #fff;
  margin-bottom: 20px; }
.wherecard h2 { color: #fff; }
.wherecard p { margin: 0 0 16px; font-size: .88rem; color: var(--navy-muted); line-height: 1.6; }
.wherecard .wc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wherecard b { font-family: "Geist Mono", monospace; font-size: 1.6rem; font-weight: 700; display: block; }
.wherecard span { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--navy-muted); margin-top: 3px; display: block; }
.defs { display: flex; flex-direction: column; gap: 10px; font-size: .86rem; line-height: 1.55; color: var(--muted); }
.defs b { color: var(--ink); }

/* contact form */
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px;
  font-size: .82rem; font-weight: 700; color: var(--muted); }
.contact-form input, .contact-form textarea { font: inherit; font-size: .92rem;
  padding: 10px 14px; border: 1px solid var(--line); border-radius: var(--radius-s);
  background: var(--bg); color: var(--ink); outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); background: #fff; }

/* phones: leaderboard rows become cards */
@media (max-width: 700px) {
  .lb-table { overflow: visible; background: none; border: 0; box-shadow: none; }
  .lb-row { display: flex; flex-wrap: wrap; gap: 7px 16px; min-width: 0; align-items: center;
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow); padding: 13px 15px; margin-bottom: 10px; }
  .lb-row.head { display: none; }
  .lb-row .rname { flex-basis: calc(100% - 42px); }
  .lb-row .r { text-align: left; }
  .lb-row [data-l]::before { content: attr(data-l); color: var(--muted); font-size: .64rem;
    font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
    font-family: "Geist Mono", monospace; margin-right: 5px; }
  .lb-table .livecard-foot { border-radius: var(--radius); border: 1px solid var(--line); }
}

/* ---------------------------------------------------------------- 404 */
.e404 { text-align: center; padding: 60px 0 30px; }
.e404 .big { font-family: "Geist Mono", monospace; font-size: clamp(4rem, 12vw, 6rem); font-weight: 700;
  letter-spacing: -.04em; color: var(--inputline); line-height: 1; }
.e404 h1 { margin: 10px 0 12px; }
.e404 p { margin: 0 auto 28px; color: var(--muted); font-size: 1.03rem; max-width: 520px; }
.e404 .links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 26px;
  font-size: .88rem; font-weight: 700; }
.e404 .links a { text-decoration: none; }
.e404 .links .to-sale { color: var(--orange-deep); }.salebanner { position: relative; width: 100vw; left: 50%; margin-left: -50vw;
  margin-top: -30px; margin-bottom: 26px;
  display: flex; align-items: center; justify-content: center; gap: 22px;
  background: linear-gradient(100deg, var(--orange-deep), var(--orange) 70%);
  color: #fff; padding: 13px 24px; }
.salebanner b { font-family: "Geist Mono", monospace; font-size: 1.02rem; font-weight: 700;
  letter-spacing: .22em; }
.salebanner .btn { background: #fff; color: var(--orange-deep); font-weight: 800;
  padding: 7px 16px; font-size: .84rem; }
.salebanner .btn:hover { background: #fff7f2; }
@media (max-width: 640px) { .salebanner { margin-top: -20px; } }



/* ---- salespage admin: readable wrapping table cells */
table.compact td { vertical-align: top; padding: 7px 12px 7px 0; border-bottom: 1px solid var(--line2); }
table.compact th { padding: 0 12px 8px 0; font-size: .7rem; text-transform: uppercase;
  letter-spacing: .07em; color: var(--muted); border-bottom: 1px solid var(--line); }
.acmcell { min-width: 250px; }
.acmline { font-family: "Geist Mono", monospace; font-size: .72rem; color: var(--muted);
  white-space: normal; word-break: break-word; margin: 2px 0; }
.acmline.ok { color: var(--green-deep); }
.acmline.bad { color: var(--orange-deep); }
.errcell { min-width: 260px; max-width: 440px; }
.errtext { font-family: "Geist Mono", monospace; font-size: .72rem; color: var(--orange-deep);
  white-space: normal; word-break: break-word; line-height: 1.5; }
.errtext.wait { color: var(--blue); }
