@font-face {
  font-family: 'BricolageGrotesque';
  src: url('recovery-library/assets/bricolage-grotesque-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }

:root {
  --hub-bg: #080c16;
  --hub-surface: #111725;
  --hub-surface-strong: #151c2b;
  --hub-border: rgba(255,255,255,.11);
  --hub-border-strong: rgba(255,255,255,.18);
  --hub-text: #fff;
  --hub-body: rgba(255,255,255,.76);
  --hub-muted: rgba(255,255,255,.56);
  --hub-tertiary: rgba(255,255,255,.38);
  --hub-cyan: #00c2ff;
  --hub-purple: #8b5cf6;
  --hub-green: #4ade80;
  --hub-amber: #fbbf24;
  --hub-red: #ff4d3d;
  --hub-title: 'BricolageGrotesque', 'Inter Tight', 'Inter', sans-serif;
  --hub-body-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --hub-max: 1160px;
}

html {
  background: var(--hub-bg);
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--hub-bg);
  color: var(--hub-body);
  font-family: var(--hub-body-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.hub-starfield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  transform: translateZ(0);
}

@supports (height: 100lvh) {
  .hub-starfield { height: 100lvh; }
}

.hub-page { position: relative; z-index: 1; }

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

:focus-visible {
  outline: 2px solid var(--hub-cyan);
  outline-offset: 3px;
}

.hub-skip {
  position: fixed;
  top: 8px;
  left: -999px;
  z-index: 500;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--hub-cyan);
  color: #041018;
  font-weight: 800;
  text-decoration: none;
}
.hub-skip:focus { left: 8px; }

.hub-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 152px;
  min-height: 152px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 16px 32px;
  border-bottom: 0;
  background: transparent;
  transition: transform .25s ease, border-color .2s ease;
}
.hub-header.is-hidden { transform: translateY(-100%); }
.hub-header.is-scrolled { box-shadow: 0 1px 0 var(--hub-border); }

.hub-header-logo { flex: 0 0 auto; text-decoration: none; }
.hub-header-logo img { width: auto; height: 120px; display: block; }

.hub-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 42px;
  box-sizing: border-box;
  gap: 2px;
  margin: 0 auto;
  padding: 4px;
  border: 1px solid var(--hub-border);
  border-radius: 100px;
  background: rgba(255,255,255,.04);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(0,0,0,.3);
}
.hub-nav a {
  position: relative;
  padding: 8px 12px;
  border-radius: 100px;
  color: var(--hub-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}
.hub-nav a:hover,
.hub-nav a[aria-current='page'] {
  background: rgba(255,255,255,.08);
  color: #fff;
}
.hub-nav a[aria-current='page']::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 22%;
  right: 22%;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--hub-cyan);
  box-shadow: 0 0 12px rgba(0,194,255,.8);
}

.hub-header-store-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}
.hub-header-store-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(19,21,31,.92);
  color: #fff;
  line-height: normal;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.hub-header-store-button:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}
.hub-header-store-button > span {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  white-space: nowrap;
}
.hub-header-store-button small {
  color: rgba(255,255,255,.38);
  font-size: 8px;
  font-weight: 600;
}
.hub-header-store-button strong {
  margin-top: 3px;
  font-family: var(--hub-title);
  font-size: 13px;
  font-weight: 700;
}
.hub-header-store-button svg { width: 18px; height: 18px; }
.hub-header-store-button:first-child svg { width: 17px; height: 17px; }
.hub-mobile-actions { display: none; }

.hub-download,
.hub-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--hub-cyan), var(--hub-purple));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0,194,255,.14);
}
.hub-download:hover,
.hub-button:hover { filter: brightness(1.06); }
.hub-button--secondary {
  background: var(--hub-surface-strong);
  border: 1px solid var(--hub-border-strong);
  box-shadow: none;
}
.hub-button--quiet {
  min-height: 42px;
  background: transparent;
  border: 1px solid var(--hub-border-strong);
  box-shadow: none;
  color: var(--hub-body);
}
.hub-button:disabled { opacity: .45; cursor: not-allowed; }

.hub-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.hub-menu-button svg { width: 24px; height: 24px; }

.hub-mobile-menu {
  position: fixed;
  top: 72px;
  left: 12px;
  right: 12px;
  z-index: 99;
  display: grid;
  padding: 10px;
  border: 1px solid var(--hub-border-strong);
  border-radius: 8px;
  background: #111725;
  box-shadow: 0 20px 48px rgba(0,0,0,.45);
}
.hub-mobile-menu[hidden] { display: none; }
.hub-mobile-menu a {
  padding: 13px 12px;
  border-radius: 6px;
  color: var(--hub-body);
  font-weight: 700;
  text-decoration: none;
}
.hub-mobile-menu a:hover { background: rgba(255,255,255,.06); color: #fff; }

.hub-main { padding-top: 152px; }
.hub-container { width: min(calc(100% - 40px), var(--hub-max)); margin-inline: auto; }

.hub-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--hub-tertiary);
  font-size: 13px;
}
.hub-breadcrumbs a { text-decoration: none; }
.hub-breadcrumbs a:hover { color: #fff; }

.hub-hero {
  min-height: 520px;
  display: grid;
  align-content: center;
  padding: 76px 0 64px;
  border-bottom: 1px solid var(--hub-border);
}
.hub-hero--compact { min-height: 450px; }
.hub-hero-inner {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}
.hub-eyebrow {
  margin-bottom: 14px;
  color: var(--hub-cyan);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hub-hero h1,
.hub-section h2,
.hub-card h2,
.hub-card h3 {
  margin: 0;
  color: var(--hub-text);
  font-family: var(--hub-title);
  letter-spacing: 0;
}
.hub-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: 72px;
  line-height: .98;
}
.hub-hero-copy {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--hub-body);
  font-size: 21px;
  line-height: 1.55;
}
.hub-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 24px;
  color: var(--hub-tertiary);
  font-size: 13px;
}
.hub-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }

.hub-section { padding: 82px 0; border-bottom: 1px solid var(--hub-border); }
.hub-section:last-child { border-bottom: 0; }
.hub-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.hub-section h2 { font-size: 44px; line-height: 1.08; }
.hub-section-lead { margin: 14px 0 0; color: var(--hub-muted); font-size: 17px; }

.hub-grid { display: grid; gap: 18px; }
.hub-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hub-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.hub-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--hub-border);
  border-radius: 8px;
  background: var(--hub-surface);
  text-align: center;
}
a.hub-card {
  display: block;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
a.hub-card:hover {
  transform: translateY(-3px);
  border-color: var(--hub-border-strong);
  background: var(--hub-surface-strong);
}
.hub-card-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--hub-cyan);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hub-card h2 { font-size: 27px; line-height: 1.12; }
.hub-card h3 { font-size: 22px; line-height: 1.16; }
.hub-card p { margin: 12px 0 0; color: var(--hub-muted); }
.hub-card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: #fff; font-weight: 800; }

.hub-choice { display: flex; flex-direction: column; min-height: 260px; }
.hub-choice .hub-card-link { align-self: center; margin-top: auto; padding-top: 24px; }
.hub-choice--ura { border-color: rgba(0,194,255,.34); }

.tool-directory-card {
  height: 100%;
  min-height: 320px;
  padding-top: 20px;
  overflow: hidden;
}
.tool-directory-grid { grid-auto-rows: 1fr; }
.tool-card-art {
  display: block;
  width: 112px;
  height: 92px;
  margin: 0 auto 8px;
  pointer-events: none;
}
.tool-card-art svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  overflow: visible;
}
.tool-card-art[data-tool-animation-failed="true"] { display: none; }

.compare-brand-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.compare-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.1;
}
.compare-brand img,
.compare-product-header img,
.compare-table-brand img,
.compare-fit-card > img {
  flex: 0 0 auto;
  border: 1px solid var(--hub-border-strong);
  border-radius: 22%;
  background: #fff;
  object-fit: cover;
}
.compare-brand img { width: 64px; height: 64px; }
.compare-versus {
  color: var(--hub-tertiary);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.compare-brand-lockup--compact {
  gap: 10px;
  margin-bottom: 22px;
}
.compare-brand-lockup--compact .compare-brand { gap: 8px; font-size: 14px; }
.compare-brand-lockup--compact .compare-brand img { width: 42px; height: 42px; }
.compare-brand-lockup--compact .compare-versus { font-size: 10px; }

.compare-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.compare-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hub-border);
  border-radius: 8px;
  background: var(--hub-surface);
}
.compare-product-card--ura { border-color: rgba(0,194,255,.28); }
.compare-product-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--hub-border);
  text-align: center;
}
.compare-product-header img { width: 54px; height: 54px; }
.compare-product-header span {
  display: block;
  color: var(--hub-tertiary);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.compare-product-header strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-family: var(--hub-title);
  font-size: 21px;
  line-height: 1.16;
}
.compare-product-figure { margin: 0; }
.compare-product-media {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 20px;
  background: #0a0f1b;
}
.compare-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.compare-product-media--ura { background: #080d18; }
.compare-product-figure figcaption {
  min-height: 110px;
  padding: 20px 22px 24px;
  color: var(--hub-muted);
  text-align: center;
}
.compare-table-brand { display: inline-flex; align-items: center; gap: 10px; }
.compare-table-brand img { width: 34px; height: 34px; }
.compare-fit-card > img { width: 52px; height: 52px; margin: 0 auto 18px; }

.compare-takeaway-section {
  overflow: hidden;
  background: rgba(255,255,255,.012);
}
.compare-takeaway {
  max-width: 780px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  gap: 44px;
  margin-inline: auto;
}
.compare-takeaway-item {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}
.compare-takeaway-item img {
  width: 92px;
  height: 92px;
  border: 1px solid var(--hub-border-strong);
  border-radius: 22%;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0,0,0,.34);
}
.compare-takeaway-item span {
  color: var(--hub-tertiary);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.compare-takeaway-item strong {
  max-width: 280px;
  color: #fff;
  font-family: var(--hub-title);
  font-size: 23px;
  line-height: 1.2;
}
.compare-takeaway-versus {
  color: var(--hub-tertiary);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.compare-takeaway-copy {
  max-width: 720px;
  margin: 36px auto 0;
  color: var(--hub-body);
  font-size: 18px;
  text-align: center;
}

.hub-list { list-style: none; margin: 20px 0 0; padding: 0; }
.hub-list li {
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--hub-body);
  text-align: center;
}

.hub-table-wrap {
  overflow: hidden;
  border: 1px solid var(--hub-border-strong);
  border-radius: 8px;
  background: var(--hub-surface);
}
.hub-compare-row {
  display: grid;
  grid-template-columns: minmax(170px,.75fr) minmax(220px,1fr) minmax(220px,1fr);
}
.hub-compare-row + .hub-compare-row { border-top: 1px solid var(--hub-border); }
.hub-compare-cell { min-width: 0; padding: 19px 22px; text-align: center; }
.hub-compare-cell + .hub-compare-cell { border-left: 1px solid var(--hub-border); }
.hub-compare-row--head { background: var(--hub-surface-strong); color: #fff; font-weight: 850; }
.hub-compare-row--head .hub-compare-cell:first-child { color: var(--hub-tertiary); }
.hub-compare-label { color: #fff; font-weight: 750; }
.hub-compare-value { color: var(--hub-body); }
.hub-compare-value strong { color: #fff; }

.hub-note {
  max-width: 920px;
  margin-inline: auto;
  padding: 22px 24px;
  border-top: 3px solid var(--hub-cyan);
  background: var(--hub-surface);
  color: var(--hub-muted);
  text-align: center;
}
.hub-note strong { color: #fff; }

.hub-sources { display: grid; justify-items: center; gap: 10px; margin-top: 20px; text-align: center; }
.hub-sources a { color: var(--hub-body); text-underline-offset: 3px; }
.hub-sources a:hover { color: #fff; }

.hub-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 64px;
  align-items: center;
}
.hub-feature + .hub-feature { margin-top: 88px; }
.hub-feature:nth-child(even) .hub-feature-media { order: -1; }
.hub-feature-copy h2 { font-size: 44px; }
.hub-feature-copy p { color: var(--hub-muted); font-size: 17px; }
.hub-feature-copy { text-align: center; }
.hub-feature-media img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 48px rgba(0,0,0,.5));
}

.hub-cta {
  padding: 80px 0;
  text-align: center;
}
.hub-cta h2 { margin: 0; font-family: var(--hub-title); font-size: 50px; line-height: 1.05; color: #fff; }
.hub-cta p { max-width: 680px; margin: 16px auto 0; color: var(--hub-muted); font-size: 18px; }
.hub-cta .hub-actions { justify-content: center; }
.hub-cta--download { padding: 96px 0 104px; }
.hub-cta--download .hub-container { max-width: 820px; }
.hub-cta-app-icon {
  width: 128px;
  height: 128px;
  margin: 0 auto 24px;
  border: 1px solid var(--hub-border-strong);
  border-radius: 32px;
  background: #080d18;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(0,0,0,.42), 0 0 34px rgba(0,194,255,.16);
}
.hub-cta-label {
  margin-bottom: 24px;
  color: var(--hub-tertiary);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hub-cta--download h2 {
  max-width: 680px;
  margin-inline: auto;
  font-size: 72px;
  line-height: .98;
}
.hub-cta--download .hub-cta-copy {
  max-width: 700px;
  margin-top: 24px;
  color: var(--hub-muted);
  font-size: 18px;
  line-height: 1.65;
}
.hub-cta-copy strong { color: #22c55e; font-weight: 850; }
.hub-cta-store-actions { gap: 16px; margin-top: 40px; }
.hub-cta-store-link {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
  transition: filter .18s ease, transform .18s ease;
}
.hub-cta-store-link:hover { filter: brightness(1.07); transform: translateY(-1px); }
.hub-cta-store-link > svg { width: 20px; height: 20px; flex: none; }
.hub-cta-store-link--ios {
  background: linear-gradient(135deg, var(--hub-cyan), var(--hub-purple));
  box-shadow: 0 14px 34px rgba(0,194,255,.17);
}
.hub-cta-store-link--play {
  border-color: var(--hub-border-strong);
  background: var(--hub-surface-strong);
}
.hub-cta--download .hub-cta-meta {
  margin-top: 16px;
  color: var(--hub-tertiary);
  font-size: 13px;
}
.hub-store-actions { margin-top: 30px; }
.hub-store-button {
  min-width: 224px;
  min-height: 58px;
  justify-content: flex-start;
  padding: 9px 20px;
  text-align: left;
}
.hub-store-button > svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}
.hub-store-button > span {
  min-width: 0;
  display: grid;
  gap: 1px;
  line-height: 1.1;
}
.hub-store-button small {
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 650;
}
.hub-store-button strong {
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}

.hub-footer { border-top: 1px solid var(--hub-border); background: rgba(5,8,15,.62); }
.hub-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px,1.35fr) repeat(4,minmax(120px,1fr));
  gap: 42px;
  padding: 58px 0 44px;
}
.hub-footer-brand { text-align: center; }
.hub-footer-brand img { display: block; width: 86px; height: auto; margin: 0 auto; }
.hub-footer-brand p { max-width: 260px; margin: 16px auto 0; color: var(--hub-tertiary); font-size: 13px; }
.hub-footer-col { display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.hub-footer-col h2 {
  margin: 0 0 7px;
  color: #fff;
  font-family: var(--hub-title);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hub-footer-col a { color: var(--hub-tertiary); font-size: 13px; text-decoration: none; }
.hub-footer-col a:hover { color: #fff; }
.hub-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 20px 0 28px;
  border-top: 1px solid var(--hub-border);
  color: var(--hub-tertiary);
  font-size: 12px;
  text-align: center;
}
.hub-footer-wordmark {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 2.52 / 1;
  overflow: hidden;
}
.hub-footer-wordmark a {
  position: absolute;
  inset: 0;
  display: block;
}
.hub-footer-wordmark img {
  position: absolute;
  top: -37%;
  left: 50%;
  display: block;
  width: 135%;
  max-width: none;
  height: auto;
  opacity: .94;
  transform: translateX(-50%);
}

.tool-index { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.tool-index a {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--hub-border);
  border-radius: 8px;
  background: var(--hub-surface);
  color: var(--hub-body);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.tool-index a:hover { border-color: var(--hub-border-strong); color: #fff; }

.tool-panel {
  max-width: 780px;
  margin-inline: auto;
  padding: 32px;
  border: 1px solid var(--hub-border-strong);
  border-radius: 8px;
  background: var(--hub-surface);
}
.tool-panel > h2,
.tool-panel > h3,
.tool-panel > p { text-align: center; }
.tool-panel h2,
.tool-panel h3 { margin: 0; color: #fff; font-family: var(--hub-title); font-size: 28px; }
.tool-panel > p { color: var(--hub-muted); }
.tool-single .tool-panel { max-width: 860px; margin-inline: auto; }
.tool-step-card { min-height: 170px; }
.tool-step-card p { margin-top: 18px; color: var(--hub-body); font-size: 16px; }
.tool-step-number {
  display: block;
  color: var(--hub-cyan);
  font-family: var(--hub-title);
  font-size: 30px;
  line-height: 1;
}
.tool-controls--spaced { margin-top: 24px; }
.tool-display {
  min-height: 190px;
  display: grid;
  place-items: center;
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--hub-border);
  border-radius: 8px;
  background: #0b101d;
  text-align: center;
}
.tool-time { color: #fff; font-family: var(--hub-title); font-size: 76px; line-height: 1; }
.tool-cue { margin-top: 12px; color: var(--hub-cyan); font-size: 17px; font-weight: 800; }
.tool-controls { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.tool-progress { height: 6px; margin-top: 18px; overflow: hidden; border-radius: 3px; background: rgba(255,255,255,.09); }
.tool-progress > span { display: block; width: 0; height: 100%; background: var(--hub-cyan); transition: width .3s linear; }

.breath-orb {
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(0,194,255,.5);
  border-radius: 50%;
  background: rgba(0,194,255,.08);
  color: #fff;
  font-weight: 850;
  transition: transform 4s ease-in-out, background 1s ease;
}
.breath-orb.is-inhaling { transform: scale(1.28); background: rgba(0,194,255,.16); }
.breath-orb.is-exhaling { transform: scale(.88); background: rgba(139,92,246,.10); transition-duration: 6s; }

.grounding-step { width: 100%; }
.grounding-count { color: var(--hub-cyan); font-family: var(--hub-title); font-size: 54px; line-height: 1; }
.grounding-prompt { margin: 10px 0 0; color: #fff; font-size: 21px; font-weight: 750; }
.grounding-input,
.tool-field input,
.tool-field textarea,
.tool-field select {
  width: 100%;
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid var(--hub-border-strong);
  border-radius: 6px;
  background: #080d18;
  color: #fff;
}
.tool-field { display: grid; gap: 6px; margin-top: 17px; }
.tool-field label { color: #fff; font-size: 14px; font-weight: 750; }
.tool-field small { color: var(--hub-tertiary); }
.tool-field textarea { min-height: 90px; resize: vertical; }
.tool-status { min-height: 24px; margin-top: 14px; color: var(--hub-green); font-size: 13px; font-weight: 750; text-align: center; }

.plan-builder-shell {
  max-width: 820px;
  padding: 0;
  overflow: hidden;
  background: #111725;
}
.plan-builder-heading {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: start;
  gap: 18px;
  padding: 30px 32px 26px;
  border-bottom: 1px solid var(--hub-border);
}
.plan-builder-heading h2 {
  margin: 3px 0 5px;
  font-size: 30px;
  line-height: 1.15;
  text-align: left;
}
.plan-builder-heading p {
  max-width: 560px;
  margin: 0;
  color: var(--hub-muted);
  line-height: 1.55;
}
.plan-builder-icon {
  display: grid;
  place-items: center;
  padding-top: 3px;
  color: var(--hub-cyan);
}
.plan-builder-icon svg { width: 34px; height: 34px; stroke-width: 1.7; }
.plan-privacy-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 32px;
  border-bottom: 1px solid var(--hub-border);
  background: #0d1421;
  color: var(--hub-muted);
  font-size: 13px;
  font-weight: 700;
}
.plan-privacy-note svg { width: 17px; height: 17px; flex: none; color: var(--hub-green); }
.plan-builder { padding: 28px 32px 32px; }
.plan-builder[hidden],
.plan-result[hidden],
.plan-step[hidden] { display: none !important; }
.plan-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--hub-tertiary);
  font-size: 12px;
  font-weight: 750;
}
.plan-progress-meta span:first-child { color: var(--hub-cyan); }
.plan-progress {
  height: 4px;
  margin: 9px 0 30px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255,255,255,.09);
}
.plan-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--hub-cyan);
  transition: width .25s ease;
}
.plan-step {
  min-width: 0;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: 0;
}
.plan-step legend {
  width: 100%;
  padding: 0;
  color: #fff;
  font-family: var(--hub-title);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
}
.plan-step > p {
  max-width: 620px;
  margin: -6px 0 2px;
  color: var(--hub-muted);
  line-height: 1.55;
}
.plan-suggestions {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 9px;
}
.plan-suggestion {
  min-height: 54px;
  padding: 10px 13px;
  border: 1px solid var(--hub-border-strong);
  border-radius: 7px;
  background: #171e2d;
  color: var(--hub-body);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  text-align: left;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}
.plan-suggestion:hover { border-color: rgba(0,194,255,.52); color: #fff; }
.plan-suggestion[aria-pressed="true"] {
  border-color: var(--hub-cyan);
  background: var(--hub-cyan);
  color: #03121a;
}
.plan-input-label {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.plan-step input,
.plan-step textarea {
  width: 100%;
  margin-top: -8px;
  padding: 14px 15px;
  border: 1px solid var(--hub-border-strong);
  border-radius: 7px;
  background: #080d18;
  color: #fff;
}
.plan-step textarea { min-height: 100px; resize: vertical; }
.plan-step input::placeholder,
.plan-step textarea::placeholder { color: var(--hub-tertiary); }
.plan-safety-copy { color: var(--hub-tertiary); line-height: 1.5; }
.plan-wizard-controls {
  display: grid;
  grid-template-columns: minmax(120px,.45fr) minmax(180px,1fr);
  gap: 10px;
  margin-top: 28px;
}
.plan-wizard-controls .hub-button { width: 100%; }
.plan-builder-shell .hub-button svg { flex: none; }
.plan-result { padding: 32px; }
.plan-result-heading { max-width: 580px; margin: 0 auto 26px; text-align: center; }
.plan-result-heading h2 { margin: 4px 0 7px; font-size: 34px; }
.plan-result-heading p { margin: 0; color: var(--hub-muted); }
.plan-preview-list { margin: 0; border-top: 1px solid var(--hub-border); }
.plan-preview-list > div {
  display: grid;
  grid-template-columns: minmax(180px,.7fr) minmax(0,1.3fr);
  gap: 24px;
  padding: 17px 2px;
  border-bottom: 1px solid var(--hub-border);
}
.plan-preview-list dt {
  color: var(--hub-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.45;
  text-transform: uppercase;
}
.plan-preview-list dd { margin: 0; color: #fff; font-size: 16px; line-height: 1.5; }
.plan-preview-list dd.is-empty { color: var(--hub-tertiary); }
.plan-primary-exports,
.plan-secondary-exports { display: grid; gap: 10px; }
.plan-primary-exports { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 28px; }
.plan-secondary-exports { grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 10px; }
.plan-primary-exports .hub-button,
.plan-secondary-exports .hub-button { width: 100%; min-width: 0; }
.plan-secondary-exports .hub-button { padding-inline: 12px; }
.plan-result-note {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--hub-green);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

@media (max-width: 980px) {
  .hub-nav { display: none; }
  .hub-header {
    height: 72px;
    min-height: 72px;
    gap: 8px;
    padding: 0 16px;
  }
  .hub-header-logo img { width: auto; height: 50px; }
  .hub-header-store-actions { display: none; }
  .hub-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }
  .hub-download {
    width: 101px;
    height: 38px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 100px;
    background: #7c3aed;
    box-shadow: none;
    line-height: 1;
  }
  .hub-menu-button { display: inline-flex; width: 40px; height: 40px; }
  .hub-main { padding-top: 72px; }
  .hub-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hub-footer-brand { grid-column: 1 / -1; }
  .tool-index { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hub-hero h1 { font-size: 60px; }
  .hub-section h2,
  .hub-feature-copy h2 { font-size: 40px; }
  .hub-cta h2 { font-size: 44px; }
}

@media (max-width: 760px) {
  .hub-footer-brand img { display: none; }
  .hub-footer-brand p { margin-top: 0; }
  .hub-footer-wordmark { display: block; }
  .hub-container { width: min(calc(100% - 32px), var(--hub-max)); }
  .hub-hero { min-height: 440px; padding: 54px 0 48px; }
  .hub-hero h1 { font-size: 46px; }
  .hub-hero-copy { font-size: 18px; }
  .hub-section h2,
  .hub-feature-copy h2 { font-size: 34px; }
  .hub-cta h2 { font-size: 38px; }
  .hub-cta--download { padding: 72px 0 80px; }
  .hub-cta--download h2 { font-size: 48px; }
  .hub-cta-app-icon { width: 104px; height: 104px; margin-bottom: 20px; border-radius: 26px; }
  .hub-cta-label { margin-bottom: 20px; }
  .hub-cta--download .hub-cta-copy { margin-top: 20px; font-size: 16px; }
  .hub-cta-store-actions { align-items: center; flex-direction: column; margin-top: 32px; }
  .hub-cta-store-link { width: min(100%, 330px); }
  .hub-cta--download .hub-cta-meta { max-width: 330px; font-size: 12px; line-height: 1.6; }
  .tool-time { font-size: 60px; }
  .hub-section { padding: 64px 0; }
  .hub-grid--2,
  .hub-grid--3 { grid-template-columns: 1fr; }
  .compare-product-grid { grid-template-columns: 1fr; }
  .compare-takeaway { gap: 24px; }
  .compare-takeaway-item strong { font-size: 20px; }
  .hub-feature { grid-template-columns: 1fr; gap: 30px; }
  .hub-feature:nth-child(even) .hub-feature-media { order: initial; }
  .hub-feature-media img { max-height: 360px; }
  .hub-table-wrap { border: 0; background: transparent; overflow: visible; }
  .hub-compare-row { grid-template-columns: 1fr; margin-bottom: 14px; border: 1px solid var(--hub-border); border-radius: 8px; background: var(--hub-surface); }
  .hub-compare-row + .hub-compare-row { border-top: 1px solid var(--hub-border); }
  .hub-compare-row--head { display: none; }
  .hub-compare-cell { padding: 15px 17px; }
  .hub-compare-cell + .hub-compare-cell { border-left: 0; border-top: 1px solid var(--hub-border); }
  .hub-compare-value::before { content: attr(data-column); display: block; margin-bottom: 5px; color: var(--hub-tertiary); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
  .tool-index { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tool-panel { padding: 24px 18px; }
  .plan-builder-shell { padding: 0; }
}

@media (max-width: 520px) {
  .hub-header-logo img { width: auto; height: 50px; }
  .hub-download { min-height: 38px; padding-inline: 14px; font-size: 14px; }
  .hub-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 20px; }
  .hub-footer-bottom { flex-direction: column; }
  .tool-index { grid-template-columns: 1fr; }
  .tool-index a { min-height: 58px; }
  .tool-card-art { width: 104px; height: 84px; }
  .hub-actions .hub-button { width: 100%; }
  .hub-store-button { min-width: 0; }
  .compare-brand-lockup { gap: 10px; }
  .compare-brand { gap: 8px; font-size: 16px; }
  .compare-brand img { width: 48px; height: 48px; }
  .compare-brand-lockup--compact .compare-brand { font-size: 13px; }
  .compare-brand-lockup--compact .compare-brand img { width: 38px; height: 38px; }
  .compare-takeaway {
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
    align-items: start;
    gap: 10px;
  }
  .compare-takeaway-item { gap: 8px; }
  .compare-takeaway-item img { width: 72px; height: 72px; }
  .compare-takeaway-item strong { font-size: 16px; line-height: 1.22; }
  .compare-takeaway-versus {
    width: auto;
    align-self: center;
    padding-bottom: 36px;
  }
  .compare-takeaway-versus::before,
  .compare-takeaway-versus::after {
    content: none;
  }
  .compare-takeaway-copy { margin-top: 26px; font-size: 16px; }
  .compare-product-header { min-height: 88px; padding: 17px; }
  .compare-product-header strong { font-size: 19px; }
  .compare-product-media { padding: 14px; }
  .compare-product-figure figcaption { min-height: 0; padding: 17px; }
  .plan-builder-heading { grid-template-columns: 1fr; gap: 10px; padding: 24px 20px 21px; }
  .plan-builder-icon { justify-content: start; }
  .plan-builder-icon svg { width: 30px; height: 30px; }
  .plan-builder-heading h2 { font-size: 27px; }
  .plan-privacy-note { align-items: flex-start; padding: 12px 20px; }
  .plan-builder, .plan-result { padding: 24px 20px; }
  .plan-step legend { font-size: 26px; }
  .plan-suggestions { grid-template-columns: 1fr; }
  .plan-suggestion { min-height: 48px; text-align: center; }
  .plan-wizard-controls { grid-template-columns: 1fr 1.5fr; }
  .plan-preview-list > div { grid-template-columns: 1fr; gap: 5px; padding: 15px 0; }
  .plan-primary-exports, .plan-secondary-exports { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}

@media print {
  .hub-header, .hub-mobile-menu, .hub-starfield, .hub-footer, .hub-actions, .tool-index { display: none !important; }
  body { background: #fff; color: #111; }
  .hub-page, .hub-main { padding: 0; }
  .hub-section { border: 0; padding: 24px 0; }
  .tool-panel { border: 1px solid #bbb; background: #fff; color: #111; }
  .tool-panel h3, .tool-field label { color: #111; }
  .tool-field input, .tool-field textarea { border-color: #bbb; background: #fff; color: #111; }
  body.has-panic-plan .hub-main > :not(.tool-single) { display: none !important; }
  body.has-panic-plan .tool-single { padding: 0; }
  body.has-panic-plan .tool-single .hub-container { width: 100%; max-width: none; }
  body.has-panic-plan .plan-builder-shell { max-width: none; padding: 0; border: 0; }
  body.has-panic-plan .plan-builder-heading,
  body.has-panic-plan .plan-privacy-note,
  body.has-panic-plan .plan-builder,
  body.has-panic-plan .plan-primary-exports,
  body.has-panic-plan .plan-secondary-exports,
  body.has-panic-plan .plan-result-note { display: none !important; }
  body.has-panic-plan .plan-result { display: block !important; padding: 0; }
  body.has-panic-plan .plan-result-heading h2,
  body.has-panic-plan .plan-preview-list dd { color: #111; }
  body.has-panic-plan .plan-result-heading p,
  body.has-panic-plan .plan-preview-list dt,
  body.has-panic-plan .plan-preview-list dd.is-empty { color: #555; }
  body.has-panic-plan .plan-preview-list,
  body.has-panic-plan .plan-preview-list > div { border-color: #ccc; }
}
