/* Detection form, probe and compact FAQ. Generated by scripts/build_frontend_bundles.py. */

/* hero */
.hero { text-align: center; margin-bottom: 32px; }
.hero h1 {
  font-size: 36px; line-height: 1.2; margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.hero-sub { color: var(--muted); max-width: 640px; margin: 0 auto; }

/* product update notice */
.product-update-notice {
  margin: 0 0 28px;
  padding: 20px 22px;
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-left: 4px solid var(--green);
  border-radius: 10px;
  background: var(--bg-soft);
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 24px;
}
.product-update-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.product-update-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: none;
}
.product-update-notice h2 {
  margin: 7px 0 6px;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -0.01em;
}
.product-update-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.7;
}
.product-update-side {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-update-stat {
  min-width: 116px;
  padding: 11px 12px;
  border: 1px solid rgba(16, 185, 129, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
}
.product-update-stat strong {
  display: block;
  color: var(--green-dark);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.product-update-stat span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}
.product-update-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: stretch;
}
.product-update-actions .btn-primary {
  width: auto;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 14px;
}
.product-update-link {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 760px) {
  .product-update-notice {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .product-update-side {
    align-items: stretch;
    flex-direction: column;
  }
  .product-update-stat {
    min-width: 0;
    text-align: left;
  }
  .product-update-actions .btn-primary {
    width: 100%;
  }
}
/* coming soon */
.coming-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.coming-head h1 {
  font-size: 34px;
  line-height: 1.2;
  margin: 4px 0 10px;
  letter-spacing: -0.02em;
}
.coming-head .muted {
  max-width: 680px;
  margin: 0;
}
.coming-card {
  max-width: 680px;
}
.coming-notice {
  margin: 0 0 22px;
  color: var(--muted);
}
.wishlist-form .btn-primary {
  max-width: 220px;
}
.form-success {
  color: var(--green-dark);
  font-size: 14px;
  margin: 12px 0 0;
}

/* card */
.card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
  box-shadow: none;
  margin-bottom: 24px;
}

.form-card { padding: 32px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.field label { font-weight: 600; font-size: 14px; }
.field input, .field select {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 15px;
  background: var(--bg);
  font-family: inherit;
}
.field input:focus, .field select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: none;
}
.field .hint { color: var(--muted); font-size: 12px; margin: 4px 0 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-row .field { margin-bottom: 18px; }

/* Opt-in checkbox row — for long-context probe and other paid extras. */
.field-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  margin-bottom: 18px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.field-checkbox input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.field-checkbox label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.5;
  flex: 1;
}
.field-checkbox label > strong { font-weight: 600; }
.field-checkbox .checkbox-hint {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 400;
}
.field-checkbox .checkbox-hint strong { color: var(--text); font-weight: 600; }
.field-checkbox:has(input:checked) {
  border-color: var(--green);
  background: var(--green-soft, rgba(16, 185, 129, 0.06));
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 22px;
  font-size: 15px; font-weight: 600;
  border-radius: 8px;
  border: 1px solid var(--line);
  cursor: pointer;
  font-family: inherit;
  background: var(--bg);
  color: var(--text);
  text-decoration: none;
}
.btn:hover { background: var(--bg-soft); }
.btn-primary {
  background: var(--green); color: white; border-color: var(--green);
  width: 100%; padding: 13px 22px; font-size: 16px;
}
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn-primary:disabled { opacity: 0.6; cursor: not-allowed; }
.btn-ghost { background: var(--bg); }

.form-error {
  color: var(--red);
  font-size: 14px;
  margin: 12px 0 0;
}
/* Rich error card — used when /api/detect returns 422 model_not_alive.
   Renders the inline "switch to recommended" + "force submit" actions
   instead of just text. */
.form-error.form-error-rich {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 14px 16px;
  color: #991b1b;
}
.form-error-title { font-weight: 600; margin-bottom: 4px; }
.form-error-body { font-size: 13px; color: #7f1d1d; word-break: break-word; }
.form-error-actions { margin-top: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.form-error-actions .btn { font-size: 13px; padding: 7px 14px; }
/* features */
.features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 32px;
}
.feature h3 { font-size: 15px; margin: 0 0 6px; }
.feature p { color: var(--muted); font-size: 14px; margin: 0; }
/* combobox (custom dropdown — replaces native <datalist> for mobile reliability) */
.combo { position: relative; width: 100%; }
/* input doesn't auto-fill its block container; force 100% so the combo
   matches the width of the sibling <select> in .field-row. */
.combo > input { width: 100%; }
.combo-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0; right: 0;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  max-height: 280px;
  overflow-y: auto;
  z-index: 20;
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
}
.combo-item {
  padding: 11px 14px;
  cursor: pointer;
  font-size: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", Consolas, monospace;
  color: var(--text);
  /* mobile: bigger tap target, easier to hit */
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.combo-item:hover, .combo-item.active {
  background: var(--green-soft);
  color: var(--green-dark);
}
.combo-item:active {
  background: var(--green);
  color: white;
}
.combo-item[hidden] { display: none; }
/* When the input has a query, non-matching items dim instead of hide so the
   user can still see the relay's full model whitelist surfaced by /api/probe. */
.combo-item.no-match { opacity: 0.4; }
.combo-item.no-match:hover { opacity: 1; }

/* FAQ */
.faq { margin-top: 48px; }
.faq h2 {
  font-size: 24px;
  letter-spacing: -0.01em;
}

/* FAQ header — title row + dual-mode toggle (通俗 / 开发者).
   Two answers per question (data-mode="layperson|developer"); CSS hides
   the inactive mode based on the parent .faq's data-mode attribute. JS
   in app.js flips the attribute and persists the choice in localStorage. */
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
}
.faq-header h2 { margin: 0; }
.faq-mode-toggle {
  display: inline-flex;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 3px;
}
.faq-mode-btn {
  background: transparent;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  color: var(--muted);
  font-family: inherit;
  transition: background 0.15s, color 0.15s;
}
.faq-mode-btn:hover { color: var(--text); }
.faq-mode-active {
  background: var(--bg);
  color: var(--text);
  font-weight: 600;
  box-shadow: none;
}

/* Mode-specific answer visibility — by default both <p data-mode> are in
   DOM (so search engines see both); CSS hides whichever doesn't match
   the active mode. */
.faq[data-mode="layperson"] [data-mode="developer"] { display: none; }
.faq[data-mode="developer"] [data-mode="layperson"] { display: none; }
.faq-item {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 0;
  transition: box-shadow 0.15s;
}
.faq-item[open] { box-shadow: none; }
.faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-body {
  padding: 0 22px 22px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}
.faq-body p:first-child { margin-top: 0; }
.faq-body ul, .faq-body ol { padding-left: 22px; }
.faq-body li { margin-bottom: 6px; }
.faq-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  font-size: 14px;
}
.faq-table th, .faq-table td {
  border: 1px solid var(--line);
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}
.faq-table th {
  background: var(--bg-soft);
  font-weight: 600;
}

/* Tablet: keep the desktop nav, just tighten it while there is still enough
   width. Below 1080px we switch to the hamburger to avoid cramped wrapping. */
@media (max-width: 1180px) {
  .site-header-inner { padding: 14px 20px; gap: 20px; }
  .site-nav { gap: 14px; }
  .site-nav a,
  .site-nav .nav-link { font-size: 13px; }
  .apply-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
  .nav-toggle { display: flex; }
  .site-header-inner { padding: 12px 16px; gap: 12px; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    box-shadow: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
    display: none;
  }
  .nav-toggle[aria-expanded="true"] ~ .site-nav {
    display: flex;
  }
  .site-nav a,
  .site-nav .nav-link {
    padding: 14px 20px;
    font-size: 15px;
    color: var(--text);
    border-bottom: 1px solid var(--line);
    width: 100%;
    text-align: left;
  }
  .site-nav a:hover,
  .site-nav .nav-link:hover { background: var(--bg-soft); }
  .site-nav a::after,
  .site-nav .nav-link::after { display: none; }
  .site-nav .nav-github {
    width: auto;
    height: auto;
    border-radius: 0;
    border-bottom: none;
    margin-left: 0;
    justify-content: flex-start;
    gap: 10px;
    padding: 14px 20px;
  }
  .site-nav .nav-github::before {
    content: "GitHub";
    font-size: 15px;
  }
  .site-nav .nav-github svg {
    order: -1;
  }
}

/* Small-screen content adjustments. The navigation itself collapses earlier
   at 1080px because the commercial nav labels are longer. */
@media (max-width: 720px) {
  .features { grid-template-columns: 1fr; }
  .protocol-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .answer-capsule { font-size: 16px; }
  .why-veridrop h2, .how-it-works h2 { font-size: 20px; }

  /* leaderboard 手机端:rank 列改小 + score 移到 main 下方,避免 3 列挤 */
  .lb-row {
    grid-template-columns: 32px 1fr;
    grid-template-areas:
      "rank main"
      ".    score";
    gap: 10px 12px;
  }
  .lb-rank { grid-area: rank; font-size: 18px; padding-top: 0; }
  .lb-rank-num { width: 28px; height: 28px; line-height: 28px; font-size: 12px; }
  .lb-main { grid-area: main; }
  .lb-score {
    grid-area: score;
    justify-self: start;
    min-width: 0;
    padding: 4px 10px;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
  }
  .lb-score-num { font-size: 20px; }
  .lb-score-label { margin-top: 0; }
  .leaderboard-banner-ad-grid {
    justify-content: start;
  }

  /* 手机端:步骤项从「左圆数字 + 右内容」改成「上数字 + 下内容」竖排,
     避免左边 32px 圆 + 16px gap 吃掉 48px 内容宽度。让描述文字填满整个
     步骤框,跟其他卡片视觉一致。 */
  .how-steps li {
    flex-direction: column;
    gap: 8px;
  }
  .field-row { grid-template-columns: 1fr; }
  .result-card { grid-template-columns: 1fr; padding: 24px; }
  .metrics-row, .metrics-row-5 { grid-template-columns: repeat(2, 1fr); }
  .def-list { grid-template-columns: 1fr; }
  .result-head { flex-direction: column; }
  .hero h1 { font-size: 28px; }
  .hub-hero h1, .coming-head h1 { font-size: 28px; }
  .coming-head { flex-direction: column; }

  .apply-benefits {
    padding: 22px;
  }
  .apply-benefits-head,
  .apply-pricing-strip,
  .operator-cta-strip {
    flex-direction: column;
    align-items: stretch;
  }
  .apply-benefits-head h2 {
    font-size: 21px;
  }
  .apply-benefit-grid {
    grid-template-columns: 1fr;
  }
  .apply-benefits-cta,
  .operator-cta-btn {
    width: 100%;
  }
  .apply-pricing-actions {
    justify-content: flex-start;
  }
  .apply-pricing-strip a {
    white-space: normal;
  }
  .business-grid {
    grid-template-columns: 1fr;
  }
  .business-contact-card {
    flex-direction: column;
    align-items: stretch;
  }
  .business-qq-link {
    width: 100%;
    min-width: 0;
  }
  .github-star-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .github-star-button {
    width: 100%;
  }

  .replacement-recommendation { padding: 22px 18px; }
  .replacement-recommendation-head,
  .replacement-recommendation-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .replacement-recommendation-head { gap: 12px; }
  .replacement-sponsored-badge { align-self: flex-start; }
  .replacement-recommendation-body { gap: 20px; }
  .replacement-actions { width: 100%; }
  .replacement-actions .btn { width: 100%; }

  .community-modal { padding: 16px; }
  .community-modal-card {
    max-height: calc(100vh - 32px);
    padding: 18px 16px 20px;
  }
  .community-modal-card h2 {
    margin: 0 40px 4px;
    font-size: 18px;
  }
  .community-qr {
    max-height: min(72vh, 620px);
  }
}

/* pre-submit /v1/models probe pill (the public detect.js bundle inserts it) */
.probe-pill {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.55;
}
.probe-pill .probe-headline { font-weight: 600; }
.probe-pill .probe-detail { margin-top: 4px; color: var(--muted); font-size: 12px; word-break: break-all; }
.probe-pill .probe-actions { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }
.probe-pill .probe-action {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
}
.probe-ok      { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
.probe-warn    { background: #fffbeb; border-color: #fde68a; color: #92400e; }
.probe-fail    { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.probe-neutral { background: #F5F8F7; border-color: #DDE6E3; color: #4b5563; }
/* Claude detection page: keep the primary task on one calm reading axis. */
body.v1-shell .detect-page {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

body.v1-shell .detect-hero {
  max-width: none;
  margin: 16px 0 28px;
}

body.v1-shell .detect-hero .section-kicker,
body.v1-shell .detect-form-head .section-kicker,
body.v1-shell .detect-section-head .section-kicker {
  margin: 0 0 10px;
}

body.v1-shell .detect-hero h1 {
  max-width: 780px;
  margin-bottom: 14px;
}

body.v1-shell .detect-hero .hero-sub {
  max-width: 760px;
}

body.v1-shell .detect-quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 20px 0 0;
  padding: 0;
  color: #3e5b58;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

body.v1-shell .detect-quick-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.v1-shell .detect-quick-facts li::before {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--v1-brand);
  content: "";
}

body.v1-shell .detect-form-card {
  max-width: none;
  margin-bottom: 24px;
  padding: 32px 34px 28px;
  border-color: #c9d9d5;
  box-shadow: 0 16px 38px rgba(19, 38, 59, .055);
}

body.v1-shell .detect-form-head {
  margin: -2px 0 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e3ece9;
}

body.v1-shell .detect-form-head h2,
body.v1-shell .detect-section-head h2 {
  margin: 0 0 8px;
  color: var(--v1-text);
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

body.v1-shell .detect-form-head > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--v1-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.v1-shell .detect-form-card .field,
body.v1-shell .detect-form-card .field-row {
  margin-bottom: 22px;
}

body.v1-shell .detect-form-card .field-row {
  gap: 20px;
}

body.v1-shell .detect-form-card .field label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 26px;
  color: var(--v1-text);
  font-size: 15px;
}

body.v1-shell .field-order {
  display: inline-grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  border-radius: 999px;
  background: var(--v1-brand-soft);
  color: var(--v1-brand-strong);
  font-size: 12px;
  font-weight: 800;
}

body.v1-shell .detect-form-card input,
body.v1-shell .detect-form-card select {
  min-height: 52px;
  padding: 12px 15px;
  font-size: 16px;
}

body.v1-shell .detect-form-card input:focus,
body.v1-shell .detect-form-card select:focus {
  border-color: var(--v1-brand);
  box-shadow: 0 0 0 3px rgba(18, 165, 148, .14);
}

body.v1-shell .detect-form-card .hint {
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

body.v1-shell .detect-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f2f8f6;
  color: #355e59;
}

body.v1-shell .detect-privacy-note > span {
  flex: 0 0 auto;
  color: var(--v1-brand-strong);
  font-weight: 800;
}

body.v1-shell .detect-submit {
  margin-top: 4px;
  padding-top: 24px;
  border-top: 1px solid #e3ece9;
  text-align: center;
}

body.v1-shell .detect-submit .btn-primary {
  width: 100%;
  min-height: 52px;
  font-size: 16px;
}

body.v1-shell .detect-submit > p {
  margin: 10px 0 0;
  color: var(--v1-muted);
  font-size: 12.5px;
  line-height: 1.6;
}

body.v1-shell .detect-submit .form-error {
  color: var(--v1-danger);
}

body.v1-shell .detect-update {
  margin-top: 24px;
}

body.v1-shell .detect-update .product-update-notice {
  margin-bottom: 0;
  padding: 18px 20px;
  border-left-width: 3px;
  background: #f4f8f7;
}

body.v1-shell .detect-update .product-update-notice h2 {
  font-size: 18px;
}

body.v1-shell .detect-update .product-update-notice p {
  font-size: 13.5px;
  line-height: 1.65;
}

body.v1-shell .detect-update .product-update-actions .btn-primary {
  background: var(--v1-surface);
  color: var(--v1-brand-strong);
}

body.v1-shell .detect-scope-note {
  max-width: none;
  margin: 24px 0 0;
  padding: 18px 20px;
  border-color: #c9ded9;
  background: #f2f8f6;
  color: #355e59;
  font-size: 14px;
  line-height: 1.75;
}

body.v1-shell .detect-scope-note strong {
  color: var(--v1-brand-strong);
}

body.v1-shell .detect-before {
  margin: 48px 0 0;
}

body.v1-shell .detect-section-head {
  margin-bottom: 18px;
}

body.v1-shell .detect-before .features {
  margin: 0;
}

body.v1-shell .detect-before .feature {
  padding: 20px;
}

body.v1-shell .detect-before .feature h3 {
  font-size: 17px;
}

body.v1-shell .detect-before .feature p {
  font-size: 14px;
  line-height: 1.7;
}

body.v1-shell .detect-faq-link {
  margin: 18px 0 0;
  text-align: right;
}

body.v1-shell .detect-faq-link a {
  font-size: 14px;
  font-weight: 700;
}

body.v1-shell .detect-faq {
  margin-top: 48px;
}

body.v1-shell .detect-faq .detect-section-head > p:last-child {
  margin: 0;
  color: var(--v1-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.v1-shell .detect-faq .faq-item {
  border-color: var(--v1-line);
  background: var(--v1-surface);
}

body.v1-shell .detect-faq .faq-item summary {
  min-height: 60px;
  color: var(--v1-text);
  line-height: 1.55;
}

body.v1-shell .detect-faq .faq-body {
  color: var(--v1-muted);
  line-height: 1.75;
}

body.v1-shell .detect-faq .faq-more {
  border-top-color: var(--v1-line);
  color: var(--v1-muted);
  line-height: 1.7;
}

body.v1-shell .inline-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

body.v1-shell .inline-search-input {
  flex: 1 1 320px;
  min-width: 0;
  padding: 8px 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

body.v1-shell .hub-nav {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

body.v1-shell .hub-nav li {
  padding: 12px 14px;
  border: 1px solid var(--v1-line);
  border-radius: var(--v1-radius-sm);
  background: #f8fbfa;
  color: var(--v1-muted);
}
