/* AgentMob components, layered on numberRank's site.css (same Geist tokens, light and dark). */
.hero.center { text-align: center; padding: 64px 0 32px; }
.hero.center:before { -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%); mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%); }
.hero.center h1 { font-size: clamp(32px, 5.4vw, 48px); margin: 0 auto 12px; max-width: 20ch; }
.hero.center .lede { max-width: 560px; margin: 0 auto; }
.hero.center .kicker { margin-bottom: 20px; }
.hero .crumbs { margin: 8px 0 20px; }
.kicker.top { margin-top: 0; }
.hint { color: var(--gray-900); font-size: 13px; line-height: 18px; margin: 14px 0 0; }

/* buttons */
.actions { display: flex; justify-content: center; gap: 8px; margin: 28px 0 0; }
.actions.left { justify-content: flex-start; margin-top: 20px; }
.actions.wrapbtns { flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 20px; border-radius: var(--radius); border: 0; cursor: pointer; background: var(--gray-1000); color: var(--bg-100); font: inherit; font-weight: 500; font-size: 14px; text-decoration: none; transition: background .12s, box-shadow .12s, transform .12s; white-space: nowrap; }
.btn:hover { background: var(--gray-900); }
.btn:active { transform: scale(.98); }
.btn:focus-visible, .linkbtn:focus-visible { outline: 2px solid var(--blue-900); outline-offset: 2px; }
.btn.secondary { background: var(--bg-100); color: var(--gray-1000); box-shadow: var(--shadow-border); height: 40px; padding: 0 14px; font-size: 13px; }
.btn.secondary:hover { background: var(--gray-100); }
.btn.google { background: var(--bg-100); color: var(--gray-1000); box-shadow: 0 0 0 1px var(--alpha-600); }
.btn.google:hover { background: var(--gray-100); }
.btn.google svg { width: 18px; height: 18px; flex: none; }
.actions.wrapbtns .btn { height: 40px; font-size: 13px; padding: 0 14px; }
.linkbtn { background: none; border: 0; padding: 0; font: inherit; font-size: 13px; color: var(--gray-900); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--gray-500); }
.linkbtn:hover { color: var(--gray-1000); }
.signout { margin: 24px 0 0; }

/* scarcity counter */
.counter { margin: 32px auto 0; max-width: 520px; background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 18px 20px; text-align: left; }
.counter .count { display: flex; align-items: baseline; gap: 12px; }
.counter .n { font-size: 40px; line-height: 1; font-variant-numeric: tabular-nums; }
.counter .of { color: var(--gray-900); font-size: 14px; }
.counter .of b { color: var(--gray-1000); font-weight: 500; }
.cells { display: flex; flex-wrap: wrap; gap: 4px; margin: 14px 0 0; }
.cells i { width: 12px; height: 12px; border-radius: 3px; background: var(--gray-200); transition: background .3s; }
.cells i.on { background: var(--gray-1000); }
.counter.low .cells i.on, .counter.low .n { color: var(--amber-900); }
.counter.low .cells i.on { background: var(--amber-900); }

/* sections */
.block { margin: 56px 0 0; }
.block.first { margin-top: 8px; }
.block h2 { font-size: 20px; line-height: 28px; margin: 0 0 6px; display: flex; align-items: center; gap: 10px; }
.block .sub { color: var(--gray-900); font-size: 14px; line-height: 20px; margin: 0 0 16px; max-width: 68ch; }
.block .sub b { color: var(--gray-1000); font-weight: 500; }
.step { display: inline-grid; place-items: center; flex: none; width: 28px; height: 28px; border-radius: var(--radius); background: var(--gray-100); box-shadow: var(--shadow-border); font-size: 15px; line-height: 1; color: var(--gray-1000); }
.steps { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 16px 18px; }
.steps h3 { font-size: 15px; line-height: 20px; font-weight: 500; margin: 3px 0 4px; }
.steps p { margin: 0; color: var(--gray-900); font-size: 14px; line-height: 20px; }

/* compatibility matrix */
table.dir.agents { min-width: 640px; }
table.dir.agents td.company { font-size: 15px; }
table.dir.agents td.tested { font-size: 12px; white-space: nowrap; }
table.dir.agents td .none { color: var(--gray-700); }
table.dir.agents td.notes { color: var(--gray-900); font-size: 13px; line-height: 18px; min-width: 180px; }

/* rules */
.rules { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.rules li { position: relative; padding: 0 0 0 20px; color: var(--gray-900); font-size: 14px; line-height: 20px; }
.rules li:before { content: ""; position: absolute; left: 2px; top: 7px; width: 6px; height: 6px; border-radius: 2px; background: var(--gray-1000); }
.rules b { color: var(--gray-1000); font-weight: 500; }
.rulesbox { background: var(--bg-200); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 14px 16px; margin: 18px 0 0; }
.rulesbox h3 { font-size: 12px; line-height: 16px; font-weight: 500; color: var(--gray-900); margin: 0 0 10px; }

/* notices */
.notice { margin: 20px auto 0; padding: 10px 14px; border-radius: var(--radius); font-size: 14px; line-height: 20px; max-width: 560px; text-align: left; background: var(--bg-200); box-shadow: var(--shadow-border); color: var(--gray-1000); }
.hero.tight .notice, .block .notice { margin-left: 0; }
.notice.ok { background: var(--green-100); color: var(--green-900); box-shadow: 0 0 0 1px var(--green-400); }
.notice.warn { background: var(--amber-100); color: var(--amber-900); box-shadow: 0 0 0 1px var(--alpha-400); }
.notice a { color: inherit; }

/* forms */
.widget { margin-top: 0; }
.widget input[type=email], .widget input[type=tel], .field input, .report select, .report input[type=text] { flex: 1; min-width: 0; height: 48px; padding: 0 14px; border-radius: var(--radius); border: 0; box-shadow: var(--shadow-border); background: var(--bg-100); color: var(--gray-1000); font: inherit; font-size: 16px; outline: none; transition: box-shadow .12s; }
.widget input[type=tel], .field input[type=tel] { font-family: 'Geist Mono', ui-monospace, monospace; }
.widget input::placeholder, .field input::placeholder, .report input::placeholder { color: var(--gray-700); }
.widget input:hover, .field input:hover { box-shadow: 0 0 0 1px var(--alpha-600); }
.widget input:focus, .field input:focus, .report select:focus, .report input[type=text]:focus { box-shadow: 0 0 0 1px var(--gray-1000), 0 0 0 4px var(--alpha-200); }
.widget button { white-space: nowrap; transition: background .12s; }
.panel { background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 20px; max-width: 620px; }
.field { display: grid; gap: 6px; }
.field span { font-size: 13px; font-weight: 500; }
.field small { color: var(--gray-900); font-size: 13px; line-height: 18px; }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0 0; font-size: 14px; line-height: 20px; cursor: pointer; }
.check input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--gray-1000); flex: none; }
.report { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.report select, .report input[type=text] { flex: 1 1 180px; height: 40px; font-size: 14px; }

/* the claimed number */
.numcard { display: grid; grid-template-columns: 1fr auto; gap: 12px 16px; align-items: center; background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 20px; }
.numcard .who { font-size: 12px; line-height: 16px; color: var(--gray-900); font-weight: 500; }
.numcard .num { font-size: clamp(24px, 5vw, 34px); line-height: 1.15; margin-top: 6px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.numcard .chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.numcard .usage { grid-column: 1 / -1; flex-wrap: wrap; padding-top: 12px; box-shadow: inset 0 1px 0 var(--alpha-400); }

/* the prompt */
.promptbox { margin: 16px 0 0; background: var(--bg-200); box-shadow: var(--shadow-border); border-radius: var(--radius); overflow: hidden; }
.promptbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 14px; font-size: 13px; line-height: 18px; color: var(--gray-900); box-shadow: inset 0 -1px 0 var(--alpha-400); background: var(--bg-100); }
.promptbar .linkbtn { white-space: nowrap; }
.promptbox pre { margin: 0; padding: 14px; font-size: 12.5px; line-height: 19px; white-space: pre-wrap; overflow-wrap: anywhere; max-height: 420px; overflow-y: auto; color: var(--gray-1000); outline: none; }
.promptbox pre:focus-visible { box-shadow: inset 0 0 0 2px var(--blue-900); }

/* questions (same pattern as numberRank's home page) */
.explain { margin: 56px 0 0; }
.explain details { background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); }
.explain summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; font-size: 16px; line-height: 24px; }
.explain summary::-webkit-details-marker { display: none; }
.explain summary .chev { color: var(--gray-700); font-size: 18px; transition: transform .15s; }
.explain details[open] summary .chev { transform: rotate(45deg); }
.explain-body { padding: 0 20px 20px; box-shadow: inset 0 1px 0 var(--alpha-400); }
.explain-body h3 { font-size: 14px; line-height: 20px; font-weight: 500; margin: 18px 0 4px; }
.explain-body p { color: var(--gray-900); font-size: 14px; line-height: 20px; margin: 0 0 8px; }
.explain-body a { color: var(--gray-1000); }

.cta { margin: 12px 0 0; background: var(--blue-100); box-shadow: 0 0 0 1px var(--blue-400); border-radius: var(--radius); padding: 12px 16px; font-size: 14px; color: var(--blue-1000); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; }
.cta a { color: var(--blue-900); font-weight: 500; text-decoration: none; white-space: nowrap; }
.cta a:hover { text-decoration: underline; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
@media (max-width: 600px) {
  .hero.center { padding-top: 40px; }
  .block { margin-top: 44px; }
  .numcard { grid-template-columns: 1fr; }
  .numcard .chips { justify-content: flex-start; }
  .promptbar { flex-direction: column; align-items: flex-start; }
  .actions.wrapbtns .btn { flex: 1 1 100%; }
  .report .btn { flex: 1 1 100%; }
  .widget input[type=email], .widget input[type=tel] { flex: none; width: 100%; }
}

/* usage page */
.stats.usage .more { margin-left: auto; color: var(--gray-1000); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--gray-500); white-space: nowrap; }
.meters { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.meter { background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 16px 18px; }
.meter-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.meter-label { font-size: 12px; line-height: 16px; font-weight: 500; color: var(--gray-900); }
.meter-val { font-size: 14px; color: var(--gray-900); font-variant-numeric: tabular-nums; }
.meter-val b { font-size: 28px; line-height: 1; font-weight: 400; color: var(--gray-1000); margin-right: 4px; }
.meter-track { height: 8px; border-radius: 4px; background: var(--gray-200); margin: 14px 0 10px; overflow: hidden; }
.meter-track i { display: block; height: 100%; min-width: 0; border-radius: 4px; background: var(--gray-1000); }
.meter-state { font-size: 12px; line-height: 16px; color: var(--gray-900); display: flex; align-items: center; gap: 6px; }
.meter-state:before { content: ""; width: 8px; height: 8px; border-radius: 9999px; background: var(--green-900); }
.meter.near .meter-track i, .meter.near .meter-state:before { background: var(--amber-900); }
.meter.over .meter-track i, .meter.over .meter-state:before { background: var(--red-900); }
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tile { background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 16px 18px; min-width: 0; }
.tile-label { font-size: 12px; line-height: 16px; font-weight: 500; color: var(--gray-900); }
.tile-n { font-size: 32px; line-height: 1; margin: 10px 0 8px; font-variant-numeric: tabular-nums; }
.tile-sub { font-size: 12px; line-height: 16px; color: var(--gray-700); }
table.dir.days { min-width: 520px; }
table.dir.days th.num, table.dir.days td.num { text-align: right; font-variant-numeric: tabular-nums; }
table.dir.days td.num { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 13px; }
@media (max-width: 720px) { .tiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .meters { grid-template-columns: 1fr; } }
table.dir.days td.company { font-size: 15px; }
table.dir.days td .none { color: var(--gray-700); font-size: 13px; }
table.dir.days td.when { font-size: 12px; white-space: nowrap; color: var(--gray-900); }

/* account tabs (Number, Usage, Activity) */
.seg.tabs { margin: 0 0 20px; }
.tabrow { margin: 8px 0 0; }
.tabrow .seg.tabs { margin-bottom: 0; }
.seg.tabs a { display: inline-flex; align-items: center; height: 28px; padding: 0 14px; border-radius: 9999px; color: var(--gray-900); font-size: 13px; font-weight: 500; text-decoration: none; }
.seg.tabs a:hover { color: var(--gray-1000); }
.seg.tabs a.on { background: var(--bg-100); color: var(--gray-1000); box-shadow: var(--shadow-border); }
.seg.tabs a:focus-visible { outline: 2px solid var(--blue-900); outline-offset: 1px; }
.tabrow + .block.first { margin-top: 24px; }
.block.first .notice { margin: 0 0 12px; max-width: none; }

/* activity log */
.activity { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.act { background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 12px 16px; display: grid; gap: 6px; }
.act.in { background: var(--bg-200); }
.act-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13px; }
.act-meta .party { font-size: 13px; margin: 0 4px; }
.act-when { margin-left: auto; font-size: 12px; color: var(--gray-700); white-space: nowrap; }
.dirchip.in { background: var(--blue-100); color: var(--blue-900); box-shadow: 0 0 0 1px var(--blue-400); }
.act .body { font-size: 15px; line-height: 22px; color: var(--gray-1000); overflow-wrap: anywhere; white-space: pre-wrap; }
.act .body.gone, .act .body.call { color: var(--gray-900); font-size: 14px; }
.act-status { font-size: 12px; line-height: 16px; color: var(--gray-700); }
.act-status.fail { color: var(--red-900); }

/* admin */
.tiles.six { grid-template-columns: repeat(6, 1fr); }
table.dir.admin { min-width: 1040px; }
table.dir.admin td { font-size: 13px; }
table.dir.admin td.mono { white-space: nowrap; }
table.dir.admin td .none { color: var(--gray-700); font-size: 12px; }
form.inline { display: inline; }
.linkbtn.danger { color: var(--red-900); }
@media (max-width: 960px) { .tiles.six { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .tiles.six { grid-template-columns: 1fr 1fr; } .act-when { margin-left: 0; flex-basis: 100%; } }

/* agent picker: two featured cards, then a logo + CTA table */
.alogo { border-radius: 22%; background: #fff; box-shadow: var(--shadow-border); flex: none; display: block; object-fit: cover; }
.alogo.blank { background: var(--gray-100); background-image: radial-gradient(var(--gray-500) 1.5px, transparent 1.6px); background-size: 8px 8px; background-position: center; }
.featured { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 12px; }
.fcard { background: var(--bg-100); box-shadow: var(--shadow-border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; }
.fbrand { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.fname { font-size: 24px; line-height: 1.1; display: flex; align-items: center; justify-content: center; gap: 8px; }
.ftag { color: var(--gray-900); font-size: 13px; line-height: 18px; margin-top: 6px; }
.fcard .btn { width: 100%; }
table.dir.pick { min-width: 0; }
table.dir.pick td { padding: 10px 14px; }
table.dir.pick .brandin { display: flex; align-items: center; gap: 12px; }
table.dir.pick .aname { font-size: 15px; line-height: 20px; display: inline-flex; align-items: center; gap: 8px; }
table.dir.pick td.ctacell { text-align: right; width: 1%; white-space: nowrap; }
table.dir.pick .btn.secondary { height: 36px; }

/* centered section (waitlist) */
.block.center { text-align: center; }
.block.center h2 { justify-content: center; }
.block.center .sub { margin-left: auto; margin-right: auto; }
.block.center .widget { margin-left: auto; margin-right: auto; }
.block.center .notice { margin-left: auto; margin-right: auto; }
@media (max-width: 600px) { .featured { grid-template-columns: 1fr; } table.dir.pick .aname { font-size: 14px; } }
