:root {
  --bg: #050607;
  --bg-soft: #0b0d10;
  --panel: rgba(17, 20, 25, 0.88);
  --panel-strong: #12151a;
  --text: #f5f7fa;
  --muted: #b9c0cb;
  --gold: #e7bd59;
  --silver: #d6dbe3;
  --green: #8cff37;
  --purple: #b849ff;
  --danger: #ff6b7d;
  --border: rgba(255,255,255,.12);
  --shadow: 0 24px 70px rgba(0,0,0,.42);
  --radius: 22px;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(140,255,55,.09), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(184,73,255,.10), transparent 28%),
    linear-gradient(180deg, #040506 0%, #080a0d 45%, #030405 100%);
  min-height: 100vh;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 9999;
  background: white; color: black; padding: 10px 14px; border-radius: 10px;
}
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 80;
  backdrop-filter: blur(18px);
  background: rgba(4,5,6,.82);
  border-bottom: 1px solid var(--border);
}
.nav-shell {
  max-width: var(--max); margin: 0 auto; padding: 12px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 12px; }
.brand-copy { min-width: 0; }
.brand-title { font-size: .96rem; font-weight: 850; letter-spacing: .02em; white-space: nowrap; }
.brand-subtitle { color: var(--muted); font-size: .72rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav-links { display: flex; gap: 5px; align-items: center; }
.nav-links a {
  text-decoration: none; color: var(--muted); padding: 9px 11px; border-radius: 10px;
  font-size: .88rem; font-weight: 700;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; background: rgba(255,255,255,.07); }
.nav-menu-button {
  display: none; background: transparent; color: white; border: 1px solid var(--border);
  border-radius: 12px; padding: 9px 12px;
}
main { overflow: hidden; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.hero { position: relative; padding: 72px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 48px; }
.eyebrow {
  display: inline-flex; gap: 8px; align-items: center; margin-bottom: 16px;
  border: 1px solid rgba(140,255,55,.25); background: rgba(140,255,55,.06);
  color: #d8ffc0; padding: 7px 12px; border-radius: 999px; font-size: .82rem; font-weight: 800;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
h1, h2, h3 { line-height: 1.12; margin: 0 0 14px; }
h1 { font-size: clamp(2.5rem, 7vw, 5.5rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); letter-spacing: -.035em; }
h3 { font-size: 1.24rem; }
.gradient-text {
  background: linear-gradient(90deg, var(--gold), var(--silver) 42%, var(--green) 66%, var(--purple));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.3rem); max-width: 720px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 12px 18px; border-radius: 13px;
  border: 1px solid var(--border); background: rgba(255,255,255,.05); color: white;
  text-decoration: none; font-weight: 850; transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); }
.button.primary { color: #050607; background: linear-gradient(135deg, var(--gold), #ffe4a0); border-color: transparent; }
.button.secondary { background: linear-gradient(135deg, rgba(140,255,55,.14), rgba(184,73,255,.13)); }
.button.small { min-height: 40px; padding: 8px 12px; font-size: .86rem; }
.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; inset: 8%; border-radius: 50%;
  background: radial-gradient(circle, rgba(184,73,255,.28), transparent 63%); filter: blur(22px);
}
.hero-visual img { position: relative; max-height: 700px; margin: 0 auto; object-fit: contain; filter: drop-shadow(0 30px 75px rgba(0,0,0,.7)); }
.hero-note { margin-top: 16px; color: var(--muted); font-size: .84rem; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 24px auto 0; }
.stat { padding: 18px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.035); }
.stat strong { display: block; font-size: 1.7rem; color: var(--gold); }
.stat span { color: var(--muted); font-size: .88rem; }
.section { padding: 74px 0; }
.section.compact { padding: 48px 0; }
.section-header { max-width: 780px; margin-bottom: 28px; }
.section-header p { color: var(--muted); font-size: 1.06rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.card {
  border: 1px solid var(--border); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.024));
  border-radius: var(--radius); padding: 24px; box-shadow: 0 16px 50px rgba(0,0,0,.15);
}
.card p { color: var(--muted); }
.card-icon {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(231,189,89,.18), rgba(184,73,255,.14));
  border: 1px solid rgba(255,255,255,.12); font-size: 1.35rem; margin-bottom: 16px;
}
.feature-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.feature-list li { position: relative; padding-left: 26px; color: var(--muted); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.visual-panel {
  min-height: 420px; border-radius: 28px; overflow: hidden; position: relative;
  border: 1px solid var(--border); background: #030405;
}
.visual-panel img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.7)); }
.callout {
  border: 1px solid rgba(231,189,89,.26); border-left: 4px solid var(--gold);
  background: rgba(231,189,89,.055); border-radius: 16px; padding: 18px 20px;
}
.callout p { margin: 0; color: var(--muted); }
.network-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: stretch; }
.flow-step { position: relative; text-align: center; padding: 20px 14px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.035); }
.flow-step strong { display: block; margin-bottom: 6px; }
.flow-step span { color: var(--muted); font-size: .86rem; }
.flow-step:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 50%; transform: translate(50%,-50%); color: var(--gold); font-weight: 900; z-index: 3; }
.toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 22px; }
.input, select, textarea {
  color: white; background: #0b0d10; border: 1px solid var(--border); border-radius: 12px; padding: 11px 13px;
}
.input { min-width: min(100%, 280px); }
.apps-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.app-card { display: flex; flex-direction: column; min-height: 100%; }
.app-card .meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 4px 9px; font-size: .73rem; font-weight: 850; border: 1px solid var(--border); color: var(--muted); }
.badge.live { color: #d9ffc1; border-color: rgba(140,255,55,.32); background: rgba(140,255,55,.06); }
.badge.local { color: #efd9ff; border-color: rgba(184,73,255,.32); background: rgba(184,73,255,.06); }
.app-card .button-row { margin-top: auto; padding-top: 12px; }
.category-chip { color: var(--gold); font-size: .8rem; font-weight: 850; }
.timeline { display: grid; gap: 14px; }
.timeline-item { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; }
.timeline-number { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; color: #050607; background: linear-gradient(135deg,var(--gold),var(--silver)); }
.timeline-item p { color: var(--muted); margin-top: 5px; }
.simulator { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; }
.controls { display: grid; gap: 18px; }
.range-row label { display: flex; justify-content: space-between; gap: 10px; font-weight: 800; margin-bottom: 7px; }
.range-row input { width: 100%; accent-color: var(--purple); }
.result-panel { padding: 28px; border: 1px solid rgba(140,255,55,.25); border-radius: 22px; background: radial-gradient(circle at top right, rgba(140,255,55,.08), transparent 40%), rgba(255,255,255,.035); }
.result-number { font-size: clamp(2.7rem, 7vw, 5.3rem); font-weight: 950; letter-spacing: -.06em; color: var(--green); }
.result-panel p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 800; font-size: .9rem; }
.form-status { margin-top: 12px; color: var(--green); min-height: 24px; }
.logo-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; align-items: center; }
.logo-tile { min-height: 130px; display: grid; place-items: center; padding: 16px; border: 1px solid var(--border); border-radius: 18px; background: #020304; }
.logo-tile img { max-height: 100px; object-fit: contain; }
.site-footer { border-top: 1px solid var(--border); background: #030405; padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 30px; }
.footer-grid p, .footer-grid a { color: var(--muted); }
.footer-grid a { display: block; margin: 7px 0; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-small { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--border); color: #8f97a3; font-size: .82rem; }
.notice { position: fixed; right: 18px; bottom: 18px; z-index: 90; max-width: 360px; background: #111419; border: 1px solid var(--border); border-radius: 16px; padding: 15px; box-shadow: var(--shadow); display: none; }
.notice.show { display: block; }
.notice p { color: var(--muted); margin: 6px 0 12px; }
.page-hero { padding: 68px 0 34px; }
.page-hero .container { max-width: var(--max); }
.breadcrumbs { color: var(--muted); font-size: .86rem; margin-bottom: 14px; }
.breadcrumbs a { text-decoration: none; }
.detail-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 26px; align-items: start; }
.detail-sidebar { position: sticky; top: 90px; }
.detail-logo { background: #020304; border: 1px solid var(--border); border-radius: 22px; padding: 22px; }
.detail-logo img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.kicker { color: var(--gold); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 18px; }
table { border-collapse: collapse; width: 100%; min-width: 680px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border); }
th { color: var(--gold); background: rgba(255,255,255,.03); }
td { color: var(--muted); }
.no-results { padding: 32px; text-align: center; border: 1px dashed var(--border); border-radius: 18px; color: var(--muted); }
@media (max-width: 1050px) {
  .nav-menu-button { display: inline-flex; }
  .nav-links { position: fixed; inset: 72px 16px auto 16px; background: #0a0c0f; border: 1px solid var(--border); border-radius: 18px; padding: 12px; display: none; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .split-feature, .simulator, .detail-layout { grid-template-columns: 1fr; }
  .hero-visual img { max-height: 560px; }
  .apps-grid, .grid-3 { grid-template-columns: repeat(2,1fr); }
  .grid-4, .stats { grid-template-columns: repeat(2,1fr); }
  .network-flow { grid-template-columns: 1fr 1fr; }
  .flow-step::after { display: none; }
  .detail-sidebar { position: static; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero { padding-top: 48px; }
  .hero-grid { gap: 24px; }
  .stats, .grid-2, .grid-3, .grid-4, .apps-grid, .network-flow, .form-grid, .logo-strip, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .brand-subtitle { display: none; }
  .hero-actions .button, .button-row .button { width: 100%; }
  .visual-panel { min-height: 320px; }
  .form-field.full { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* TH3 4P3X F0UND4T10N™ Platform page */
.foundation-platform-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(184,73,255,.13), transparent 28%),
    radial-gradient(circle at 16% 35%, rgba(231,189,89,.10), transparent 26%);
}
.platform-band {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
}
.platform-gap-top { margin-top: 22px; }
.impact-card {
  border-color: rgba(231,189,89,.28);
  background: radial-gradient(circle at top right, rgba(231,189,89,.09), transparent 45%), rgba(255,255,255,.035);
}
.foundation-statement {
  text-align: center;
  max-width: 900px;
  padding: 40px;
  border: 1px solid rgba(140,255,55,.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(140,255,55,.09), transparent 38%),
    radial-gradient(circle at 80% 100%, rgba(184,73,255,.10), transparent 40%),
    rgba(255,255,255,.025);
}
.foundation-statement p { color: var(--muted); font-size: 1.08rem; }
.foundation-statement strong { color: var(--text); }

/* Cross-platform public-benefit consistency upgrade v1.4 */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.nav-more { position: relative; }
.nav-more summary {
  list-style: none;
  color: var(--muted);
  padding: 9px 11px;
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
}
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more summary::after { content: "▾"; margin-left: 7px; color: var(--gold); }
.nav-more summary:hover,
.nav-more summary[aria-current="page"],
.nav-more[open] summary { color: white; background: rgba(255,255,255,.07); }
.nav-more-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 245px;
  display: grid;
  padding: 10px;
  background: #0a0c0f;
  border: 1px solid var(--border);
  border-radius: 15px;
  box-shadow: var(--shadow);
  z-index: 100;
}
.nav-more-menu a { white-space: nowrap; }
.status-ribbon {
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, rgba(231,189,89,.055), rgba(140,255,55,.035), rgba(184,73,255,.055));
}
.status-ribbon-inner {
  min-height: 38px;
  padding-block: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 16px;
  color: var(--muted);
  font-size: .78rem;
}
.status-ribbon a { color: var(--silver); font-weight: 800; }
.status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(231,189,89,.35);
  background: rgba(231,189,89,.08);
  color: #ffe7aa;
  font-weight: 900;
  letter-spacing: .02em;
}
.status-chip.planned { border-color: rgba(184,73,255,.38); background: rgba(184,73,255,.09); color: #efd9ff; }
.status-chip.available { border-color: rgba(140,255,55,.35); background: rgba(140,255,55,.07); color: #dcffc7; }
.speech-bar { background: rgba(3,4,5,.78); border-bottom: 1px solid rgba(255,255,255,.06); }
.speech-bar details { padding: 7px 0; }
.speech-bar summary { cursor: pointer; width: fit-content; color: var(--silver); font-weight: 800; font-size: .82rem; }
.speech-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 10px 0 4px; }
.speech-controls .button { min-height: 34px; }
.speech-controls label { color: var(--muted); font-size: .82rem; font-weight: 800; }
.speech-controls select { min-height: 36px; padding: 6px 9px; }
.speech-status { color: var(--muted); font-size: .8rem; min-width: 150px; }
.footer-grid-wide { grid-template-columns: 1.25fr repeat(3, .75fr); }
.footer-small p { margin: 8px 0; }
.footer-small a { color: var(--silver); }
.status-panel {
  border: 1px solid rgba(231,189,89,.28);
  border-radius: 24px;
  padding: 26px;
  background:
    radial-gradient(circle at top right, rgba(231,189,89,.08), transparent 38%),
    rgba(255,255,255,.03);
}
.status-panel .meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.status-list { display: grid; gap: 12px; margin-top: 18px; }
.status-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.status-row:first-child { border-top: 0; }
.status-row strong { color: var(--silver); }
.status-row span { color: var(--muted); }
.relationship-map { display: grid; gap: 14px; max-width: 960px; margin: 0 auto; }
.relationship-node {
  position: relative;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}
.relationship-node:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 900;
  z-index: 2;
}
.relationship-node h3 { margin-bottom: 7px; }
.relationship-node p { margin: 0; color: var(--muted); }
.relationship-branch { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.relationship-branch .relationship-node::after { display: none; }
.link-card { text-decoration: none; display: block; transition: transform .18s ease, border-color .18s ease; }
.link-card:hover { transform: translateY(-3px); border-color: rgba(231,189,89,.45); }
.link-card .external-label { color: var(--gold); font-weight: 850; font-size: .82rem; }
.claims-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.claim-box { border-radius: 20px; padding: 24px; border: 1px solid var(--border); }
.claim-box.exists { background: rgba(140,255,55,.04); border-color: rgba(140,255,55,.24); }
.claim-box.future { background: rgba(184,73,255,.04); border-color: rgba(184,73,255,.24); }
.claim-box.requires { background: rgba(231,189,89,.04); border-color: rgba(231,189,89,.24); }
.claim-box h3 { display: flex; align-items: center; gap: 8px; }
.claim-box ul { margin-bottom: 0; }
.program-number { color: var(--gold); font-size: .75rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.compact-list { margin: 0; padding-left: 20px; color: var(--muted); }
.compact-list li { margin: 7px 0; }
.source-register {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .78rem;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.site-map-list { columns: 2; column-gap: 30px; list-style: none; padding: 0; }
.site-map-list li { break-inside: avoid; margin: 0 0 12px; }
.site-map-list a { display: block; padding: 13px 15px; border: 1px solid var(--border); border-radius: 12px; text-decoration: none; background: rgba(255,255,255,.025); }
.site-map-list a:hover { border-color: rgba(231,189,89,.4); }
@media (max-width: 1180px) {
  .nav-menu-button { display: inline-flex; }
  .nav-links {
    position: fixed;
    inset: 92px 16px auto 16px;
    background: #0a0c0f;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
    max-height: calc(100vh - 115px);
    overflow: auto;
  }
  .nav-links.open { display: flex; }
  .nav-more summary { width: 100%; }
  .nav-more-menu { position: static; margin-top: 6px; min-width: 0; box-shadow: none; background: rgba(255,255,255,.025); }
  .footer-grid-wide { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .status-ribbon-inner { display: grid; gap: 5px; }
  .speech-controls { align-items: stretch; }
  .speech-controls .button { width: auto; }
  .status-row { grid-template-columns: 1fr; gap: 4px; }
  .relationship-branch, .claims-grid, .footer-grid-wide { grid-template-columns: 1fr; }
  .site-map-list { columns: 1; }
}

@media (max-width: 700px) {
  .nav-shell { gap: 8px; padding: 10px 14px; }
  .brand { flex: 1; gap: 8px; min-width: 0; }
  .brand img { width: 38px; height: 38px; flex: 0 0 38px; }
  .brand-copy { min-width: 0; max-width: none; }
  .brand-title { display: block; white-space: normal; font-size: .76rem; line-height: 1.08; letter-spacing: 0; }
  .nav-menu-button { flex: 0 0 auto; padding: 8px 10px; }
  .nav-links { inset: 76px 16px auto 16px; }
}

/* v1.5 live support-App URL presentation */
.app-live-url,
.detail-url {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.app-live-url {
  margin: .65rem 0 0;
  font-size: .86rem;
}
.app-live-url a,
.detail-url {
  color: var(--accent-green);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}
.app-live-url.muted {
  color: var(--muted);
}
