:root {
  --hub-bg: #0b0f14;
  --hub-surface: #121820;
  --hub-surface-raised: #18212b;
  --hub-text: #f4f7f9;
  --hub-muted: #aeb8c4;
  --hub-line: rgba(255, 255, 255, 0.13);
  --hub-lime: #b8f34a;
  --hub-cyan: #62dce6;
  --hub-coral: #ff806d;
  --hub-shadow: 0 18px 56px rgba(0, 0, 0, 0.32);
  --hub-motion: 180ms;
  --hub-ease: cubic-bezier(.2, .8, .2, 1);
}

html { scroll-padding-top: 86px; }
body { background: var(--hub-bg); }
body::before { display: none; }
.symbol { display: inline-grid; width: 20px; min-width: 20px; height: 20px; place-items: center; }
.symbol svg, .tool-glyph svg, .brand-mark svg, .icon-button svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Public shell */
.site-header {
  min-height: 72px;
  padding: 10px max(20px, calc((100vw - 1220px) / 2));
  background: rgba(11, 15, 20, 0.93);
  border-color: var(--hub-line);
  backdrop-filter: blur(18px);
}
.brand { flex: 0 0 auto; gap: 10px; min-height: 46px; font-size: 15px; }
.brand-mark { width: 36px; height: 36px; padding: 8px; color: #0b0f14; background: var(--hub-lime); border-radius: 7px; }
.brand-mark svg { fill: currentColor; stroke: none; }
.nav { position: absolute; left: 50%; gap: 3px; transform: translateX(-50%); }
.nav > a, .nav-more > summary { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 12px; color: #c4ccd5; border-radius: 6px; font-size: 13px; font-weight: 750; }
.nav > a:hover, .nav-more > summary:hover, .nav > a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.07); }
.nav > a[aria-current="page"] { box-shadow: inset 0 -2px var(--hub-lime); }
.nav-more { position: relative; }
.nav-more > summary { gap: 7px; cursor: pointer; list-style: none; }
.nav-more > summary::-webkit-details-marker { display: none; }
.nav-more[open] > summary span { transform: rotate(45deg); }
.nav-more summary span { color: var(--hub-lime); font-size: 17px; transition: transform var(--hub-motion) var(--hub-ease); }
.nav-more-menu { position: absolute; top: calc(100% + 9px); right: 0; display: grid; min-width: 180px; padding: 6px; background: #151b23; border: 1px solid var(--hub-line); border-radius: 8px; box-shadow: var(--hub-shadow); }
.nav-more-menu a { min-height: 42px; padding: 11px 12px; color: var(--hub-muted); border-radius: 5px; font-size: 13px; font-weight: 700; }
.nav-more-menu a:hover, .nav-more-menu a[aria-current="page"] { color: #fff; background: #212a35; }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.header-mode { display: block; min-width: 0; padding: 3px; background: #171d25; border: 1px solid var(--hub-line); border-radius: 7px; }
.header-mode-segments { display: flex; gap: 2px; }
.header-mode-segments button { min-width: 58px; min-height: 34px; padding: 6px 9px; color: #919ca9; background: transparent; border: 0; border-radius: 5px; font-size: 11px; font-weight: 800; }
.header-mode-segments button[aria-checked="true"] { color: #0b0f14; background: var(--hub-lime); }
.icon-button { width: 44px; height: 44px; padding: 11px; color: #fff; background: #171d25; border-color: var(--hub-line); border-radius: 7px; }

/* Home */
.hero.observatory-hero { min-height: min(720px, 84vh); padding: 120px max(24px, calc((100vw - 1220px) / 2)) 52px; border-color: var(--hub-line); }
.observatory-hero::after { display: none; }
.hero-image { object-position: 62% center; opacity: .9; }
.hero-overlay { background: rgba(7, 10, 14, .7); box-shadow: inset 650px 0 230px rgba(7, 10, 14, .42), inset 0 -150px 130px var(--hub-bg); }
.hero-content { align-self: center; width: min(660px, 100%); }
.hero-kicker { display: inline-flex; margin-bottom: 18px; color: var(--hub-lime); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.hero.observatory-hero h1 { max-width: none; margin: 0 0 18px; font-size: 84px; line-height: .94; letter-spacing: 0; }
.hero.observatory-hero p { max-width: 590px; margin-bottom: 28px; color: #e0e6eb; font-size: 20px; line-height: 1.55; }
.hero .button { min-height: 48px; }
.hero-proof { display: flex; gap: 0; margin: 40px 0 0; }
.hero-proof div { display: grid; gap: 4px; min-width: 138px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof dt { color: #fff; font-size: 18px; font-weight: 850; }
.hero-proof dd { margin: 0; color: #aeb8c4; font-size: 11px; text-transform: uppercase; }
.hero-route { position: relative; z-index: 1; align-self: end; display: flex; justify-self: end; gap: 26px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hero-route span:first-child { color: var(--hub-lime); }
.home-purpose { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 72px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0; border-bottom: 1px solid var(--hub-line); }
.home-purpose h2 { max-width: 560px; margin: 0; font-size: 40px; line-height: 1.08; letter-spacing: 0; }
.home-purpose > p { align-self: end; max-width: 620px; margin: 0; color: var(--hub-muted); font-size: 18px; line-height: 1.7; }
.section { padding-block: 74px; }
.section-heading { max-width: 680px; margin-bottom: 26px; }
.section-heading h2, .page-intro h1 { margin-bottom: 12px; font-size: 44px; line-height: 1.06; letter-spacing: 0; }
.section-heading p, .page-intro p { font-size: 16px; line-height: 1.65; }
.eyebrow { gap: 7px; margin-bottom: 12px; color: var(--hub-lime); font-size: 11px; letter-spacing: 0; }

/* Product film */
.showcase-section { padding-top: 66px; border-bottom: 1px solid var(--hub-line); }
.showcase-heading { max-width: 720px; margin-bottom: 28px; }
.showcase-heading h2 { margin: 0 0 12px; font-size: 42px; line-height: 1.08; }
.showcase-heading p { max-width: 650px; margin: 0; color: var(--hub-muted); font-size: 16px; line-height: 1.65; }
.showcase-anchor { position: relative; aspect-ratio: 16 / 9; background: #070a0e; }
.showcase-video-shell { position: absolute; inset: 0; z-index: 2; overflow: hidden; background: #070a0e; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: 0 28px 70px rgba(0,0,0,.28); transition: width 180ms var(--hub-ease), opacity 180ms ease; }
.showcase-video-shell video { display: block; width: 100%; height: 100%; object-fit: cover; background: #070a0e; }
.showcase-video-label { position: absolute; top: 14px; left: 14px; padding: 7px 9px; color: #e9eef2; background: rgba(8,12,16,.78); border: 1px solid rgba(255,255,255,.18); border-radius: 5px; font-size: 10px; font-weight: 800; pointer-events: none; }
.showcase-video-actions { position: absolute; top: 12px; right: 12px; display: flex; gap: 7px; }
.showcase-video-actions button { display: grid; width: 38px; height: 38px; padding: 9px; place-items: center; color: #f4f7f9; background: rgba(8,12,16,.82); border: 1px solid rgba(255,255,255,.22); border-radius: 6px; }
.showcase-video-actions button:hover { color: #0b0f14; background: var(--hub-lime); }
.showcase-video-actions .symbol { width: 18px; min-width: 18px; height: 18px; }
#showcaseClose { display: none; }
.showcase-video-shell.is-sticky { position: fixed; inset: auto 18px 18px auto; z-index: 50; width: min(380px, calc(100vw - 36px)); aspect-ratio: 16 / 9; box-shadow: 0 24px 70px rgba(0,0,0,.58); animation: showcase-dock 180ms var(--hub-ease); }
.showcase-video-shell.is-sticky #showcaseClose { display: grid; }
.showcase-video-shell.is-sticky .showcase-video-label { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Finder */
.lens-panel { padding-top: 74px; }
.finder-grid { grid-template-columns: 310px minmax(0, 1fr); gap: 18px; }
.finder-options { gap: 5px; padding: 6px; background: #11171e; border: 1px solid var(--hub-line); border-radius: 8px; }
.finder-options button { position: relative; min-height: 49px; padding: 10px 34px 10px 13px; color: #aeb8c4; background: transparent; border: 0; border-radius: 5px; font-size: 13px; line-height: 1.35; }
.finder-options button::after { content: "›"; position: absolute; right: 13px; color: #66717e; font-size: 19px; }
.finder-options button:hover { color: #fff; background: #1a222c; }
.finder-options button.active { color: #0b0f14; background: var(--hub-lime); }
.finder-options button.active::after { color: #0b0f14; }
.finder-result { display: grid; grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr); min-height: 470px; padding: 0; background: #151c24; border-color: var(--hub-line); box-shadow: none; }
.finder-result::before { display: none; }
.finder-result-media { min-width: 0; overflow: hidden; border-right: 1px solid var(--hub-line); }
.finder-result-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 420ms var(--hub-ease); }
.finder-result:hover .finder-result-media img { transform: scale(1.025); }
.finder-result-body { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 32px; }
.finder-result-title { display: flex; align-items: center; gap: 12px; }
.finder-result-title h3 { margin: 0; font-size: 30px; }
.finder-result .result-prompt { margin: 20px 0 10px; color: #fff !important; font-size: 19px; line-height: 1.45; }
.finder-result .actions { margin-top: 24px; }
.finder-result .button { width: auto; }
.lens-rack, .lens-result { margin-top: 18px; }

/* Catalog */
.catalog-page { width: min(1220px, calc(100% - 40px)); padding-top: 128px; }
.catalog-page > .page-intro { max-width: 790px; margin-bottom: 8px; }
.catalog-page > .page-intro h1 { font-size: 54px; }
.catalog-page > .catalog-section { width: 100%; }
.catalog-page > .catalog-section { padding-top: 30px; }
.catalog-page .catalog-section > .section-heading { display: none; }
.catalog-controls { display: grid; grid-template-columns: minmax(280px, 420px) minmax(0, 1fr); gap: 14px; align-items: center; margin-bottom: 8px; padding: 16px 0; border-top: 1px solid var(--hub-line); border-bottom: 1px solid var(--hub-line); }
.catalog-search { position: relative; display: flex; align-items: center; }
.catalog-search > .symbol { position: absolute; left: 14px; z-index: 1; color: #82909d; pointer-events: none; }
.catalog-search input { width: 100%; min-height: 46px; padding: 10px 14px 10px 44px; color: #fff; background: #121820; border: 1px solid var(--hub-line); border-radius: 7px; font-size: 13px; }
.catalog-search input:focus { border-color: var(--hub-cyan); outline: 3px solid rgba(98,220,230,.16); }
.filter-tabs { justify-content: flex-end; gap: 3px; margin: 0; padding: 3px; background: #11171e; border-color: var(--hub-line); border-radius: 7px; }
.filter-tabs button { min-height: 38px; padding: 7px 11px; color: #98a4b1; border-radius: 5px; font-size: 11px; font-weight: 800; }
.filter-tabs button:hover { color: #fff; background: #1b232d; }
.filter-tabs button.active { color: #0b0f14; background: var(--hub-lime); }
.catalog-count { margin: 14px 0; color: #7f8b98; font-size: 12px; font-weight: 750; }
.tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tool-card { min-height: 0; padding: 0; background: #131a22; border-color: var(--hub-line); box-shadow: none; transition: transform var(--hub-motion) var(--hub-ease), border-color var(--hub-motion) ease, background-color var(--hub-motion) ease; }
.tool-card::before { display: none; }
.tool-card:hover { transform: translateY(-3px); background: #161e27; border-color: color-mix(in srgb, var(--accent), white 22%); }
.tool-card-media { position: relative; display: block; aspect-ratio: 16 / 8.2; overflow: hidden; background: #0c1117; border-bottom: 1px solid var(--hub-line); }
.tool-card-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -42px 46px rgba(0,0,0,.34); pointer-events: none; }
.tool-preview-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 360ms var(--hub-ease), filter 180ms ease; }
.tool-card:hover .tool-preview-image { transform: scale(1.025); }
.tool-card-version { position: absolute; right: 11px; bottom: 10px; z-index: 1; padding: 5px 7px; color: #fff; background: rgba(8,11,15,.82); border: 1px solid rgba(255,255,255,.18); border-radius: 5px; font-size: 10px; font-weight: 850; }
.tool-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.tool-card-heading { display: flex; align-items: center; gap: 12px; }
.tool-card-heading > div { display: grid; gap: 3px; min-width: 0; }
.tool-card-heading span { color: var(--accent); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.tool-card-heading h3 { margin: 0; font-size: 23px; letter-spacing: 0; }
.tool-glyph { display: grid; flex: 0 0 auto; width: 42px; height: 42px; padding: 9px; place-items: center; color: #0b0f14; background: var(--tool-accent); border-radius: 7px; box-shadow: 0 0 0 1px color-mix(in srgb, var(--tool-accent), white 20%); }
.tool-card-heading .tool-glyph, .detail-title-row .tool-glyph, .detail-next .tool-glyph { color: #0b0f14; }
.tool-glyph svg { stroke-width: 1.65; }
.tool-card.is-game { background: #171911; border-color: color-mix(in srgb, var(--accent), transparent 50%); }
.tool-card.is-game:hover { background: #1c1f15; }
.tool-card.is-game .tool-card-media { aspect-ratio: 16 / 9; }
.tool-card.is-companion { border-color: color-mix(in srgb, var(--accent), transparent 62%); }
.tool-card-body > p { min-height: 0; margin: 15px 0 0; color: var(--hub-muted); font-size: 13px; line-height: 1.55; }
.tool-use { display: grid; grid-template-columns: 76px 1fr; gap: 12px; margin-top: 15px !important; padding-top: 14px; border-top: 1px solid var(--hub-line); }
.tool-use strong { color: #fff; font-size: 11px; text-transform: uppercase; }
.tool-card-actions { display: flex; align-items: center; gap: 8px; margin-top: 18px; }
.tool-card-actions .button { width: auto; min-height: 42px; font-size: 12px; }
.icon-link { display: inline-grid; width: 42px; height: 42px; place-items: center; color: #c7d0d9; background: #1b242e; border: 1px solid var(--hub-line); border-radius: 7px; }
.icon-link:hover { color: #0b0f14; background: var(--hub-cyan); }
.center-action { margin-top: 26px; }
.roadmap-divider { grid-column: 1 / -1; display: grid; grid-template-columns: 160px minmax(180px, .55fr) minmax(260px, 1fr); gap: 24px; align-items: baseline; margin-top: 38px; padding: 28px 0 4px; border-top: 1px solid var(--hub-line); }
.roadmap-divider span { color: var(--hub-cyan); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.roadmap-divider strong { font-size: 24px; }
.roadmap-divider p { margin: 0; color: var(--hub-muted); font-size: 13px; line-height: 1.55; }
.tool-card.is-roadmap { background: #111820; border-color: color-mix(in srgb, var(--accent), transparent 68%); }
.tool-card.is-roadmap:hover { background: #151d26; }
.tool-card-stage { position: absolute; left: 11px; bottom: 10px; z-index: 2; max-width: calc(100% - 125px); padding: 5px 7px; overflow: hidden; color: #0b0f14; background: var(--accent); border-radius: 5px; font-size: 10px; font-weight: 900; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.tool-roadmap-preview { position: relative; display: grid; width: 100%; height: 100%; min-height: 100%; padding: 22px; align-content: center; justify-items: start; gap: 9px; color: #fff; background: color-mix(in srgb, var(--accent) 11%, #0c1117); }
.tool-roadmap-preview::after { content: ""; position: absolute; inset: 18px; border: 1px solid color-mix(in srgb, var(--accent), transparent 58%); pointer-events: none; }
.tool-roadmap-preview > * { position: relative; z-index: 1; }
.tool-roadmap-preview > span, .tool-roadmap-preview > small { color: color-mix(in srgb, var(--accent), white 42%); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.tool-roadmap-preview > strong { max-width: 76%; font-size: 20px; line-height: 1.1; }
.tool-roadmap-preview .tool-glyph { width: 50px; height: 50px; }

/* Detail */
.detail-page { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 105px 0 72px; }
.detail-breadcrumb { display: flex; gap: 9px; margin-bottom: 24px; color: #8e9aa7; font-size: 12px; font-weight: 750; }
.detail-breadcrumb a:hover { color: var(--hub-lime); }
.detail-hero { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); gap: 48px; align-items: center; margin: 0; padding: 22px 0 64px; overflow: visible; background: transparent; border: 0; border-bottom: 1px solid var(--hub-line); border-radius: 0; }
.detail-hero::before { display: none; }
.detail-title-row { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.detail-title-row .tool-glyph { width: 46px; height: 46px; }
.detail-hero h1 { margin: 0 0 18px; font-size: 62px; line-height: .98; letter-spacing: 0; }
.detail-hero p { margin-bottom: 26px; color: #bdc6d0; font-size: 17px; line-height: 1.65; }
.detail-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 32px 0 0; padding-top: 20px; border-top: 1px solid var(--hub-line); }
.detail-facts div { display: grid; gap: 5px; padding-right: 12px; }
.detail-facts dt { color: #7f8a96; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.detail-facts dd { margin: 0; color: #fff; font-size: 12px; font-weight: 750; }
.detail-preview-stage { min-width: 0; margin: 0; overflow: hidden; background: #0c1117; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: var(--hub-shadow); }
.preview-browser-bar { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 11px; color: #86929f; background: #171e26; border-bottom: 1px solid var(--hub-line); }
.preview-browser-bar > span { width: 7px; height: 7px; background: #4c5661; border-radius: 50%; }
.preview-browser-bar > strong { margin-left: 8px; overflow: hidden; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.detail-preview-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.detail-preview-stage figcaption { padding: 9px 12px; color: #82909d; font-size: 10px; }
.detail-preview-stage.is-roadmap { box-shadow: none; }
.detail-preview-stage .tool-roadmap-preview { min-height: 0; aspect-ratio: 16 / 9; padding: clamp(24px, 5vw, 58px); }
.detail-preview-stage .tool-roadmap-preview > strong { max-width: 440px; font-size: clamp(24px, 4vw, 42px); }
.detail-preview-stage .tool-roadmap-preview .tool-glyph { width: 62px; height: 62px; }
.roadmap-detail-note { margin: 22px 0 0; padding: 14px 0 0; color: var(--hub-muted); border-top: 1px solid var(--hub-line); font-size: 13px; line-height: 1.55; }
.detail-outcome { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 64px 0; border-bottom: 1px solid var(--hub-line); }
.detail-outcome h2 { margin: 0; font-size: 30px; line-height: 1.25; }
.detail-outcome p { margin: 0; color: var(--hub-muted); font-size: 16px; line-height: 1.7; }
.detail-content { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 64px 0; }
.detail-content h2 { font-size: 30px; line-height: 1.18; }
.detail-steps { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--hub-line); }
.detail-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; min-height: 64px; border-bottom: 1px solid var(--hub-line); }
.detail-steps span { color: var(--accent); font-size: 11px; font-weight: 850; }
.detail-steps strong { font-size: 14px; }
.detail-features { padding-top: 27px; }
.detail-features ul { display: grid; gap: 0; margin: 20px 0 26px; padding: 0; color: var(--hub-muted); list-style: none; border-top: 1px solid var(--hub-line); }
.detail-features li { position: relative; padding: 14px 10px 14px 25px; border-bottom: 1px solid var(--hub-line); font-size: 14px; }
.detail-features li::before { content: ""; position: absolute; top: 20px; left: 4px; width: 7px; height: 7px; background: var(--accent); border-radius: 2px; }
.detail-features h3 { margin-top: 32px; font-size: 16px; }
.detail-next { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 28px 0; border-top: 1px solid var(--hub-line); border-bottom: 1px solid var(--hub-line); }
.detail-next > span { color: #7f8a96; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.detail-next > div { display: flex; align-items: center; gap: 14px; min-width: 0; }
.detail-next .tool-glyph { --tool-accent: var(--next-accent) !important; }
.detail-next strong { font-size: 19px; }
.detail-next p { margin: 4px 0 0; color: #8f9ba8; font-size: 12px; }
.detail-next .button { width: auto; }

/* Project story, influences, and release history */
.about-page { padding-top: 72px; }
.about-hero { position: relative; display: flex; align-items: center; min-height: 650px; overflow: hidden; border-bottom: 1px solid var(--hub-line); }
.about-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.about-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,14,.97) 0%, rgba(7,10,14,.88) 42%, rgba(7,10,14,.25) 78%), linear-gradient(0deg, rgba(7,10,14,.75), transparent 45%); }
.about-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.about-hero-copy > span, .about-mission span, .about-origin-date > span, .about-builder span { color: var(--hub-lime); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.about-hero h1 { max-width: 780px; margin: 15px 0 20px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: 0; text-wrap: balance; }
.about-hero-copy > p { max-width: 680px; margin: 0 0 28px; color: #d4dbe2; font-size: 18px; line-height: 1.7; text-wrap: pretty; }
.about-mission, .about-origin, .about-principles, .about-builder { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.about-mission { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 80px; padding: 84px 0; border-bottom: 1px solid var(--hub-line); }
.about-mission h2 { max-width: 570px; margin: 14px 0 0; font-size: 42px; line-height: 1.1; text-wrap: balance; }
.about-mission > div:last-child { align-self: end; }
.about-mission p { max-width: 650px; margin: 0 0 18px; color: var(--hub-muted); font-size: 17px; line-height: 1.72; }
.about-origin { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 72px; padding: 76px 0; border-bottom: 1px solid var(--hub-line); }
.about-origin-date { display: grid; align-content: start; gap: 7px; }
.about-origin-date strong { margin-top: 12px; font-size: 28px; }
.about-origin-date small { color: #84909c; line-height: 1.4; }
.about-origin h2 { max-width: 780px; margin: 0 0 22px; font-size: 38px; line-height: 1.12; text-wrap: balance; }
.about-origin p { max-width: 760px; color: var(--hub-muted); font-size: 16px; line-height: 1.72; }
.about-origin .text-link { display: inline-flex; margin-top: 12px; }
.about-principles { padding: 82px 0; }
.about-principles > header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 34px; }
.about-principles h2 { margin: 0; font-size: 40px; }
.about-principles header p { align-self: end; margin: 0; color: var(--hub-muted); }
.about-principles ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--hub-line); }
.about-principles li { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--hub-line); }
.about-principles li > span { color: var(--hub-lime); font-size: 12px; font-weight: 850; }
.about-principles h3 { margin: 0 0 8px; font-size: 22px; }
.about-principles li p { max-width: 700px; margin: 0; color: var(--hub-muted); line-height: 1.65; }
.about-builder { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; margin-bottom: 76px; padding: 48px; color: #11161c; background: #e8edf2; border-radius: 8px; }
.about-builder span { color: #416b18; }
.about-builder h2 { margin: 14px 0 0; font-size: 34px; line-height: 1.15; }
.about-builder p { margin: 0 0 24px; color: #414b56; font-size: 16px; line-height: 1.7; }
.about-builder .button.ghost { color: #11161c; background: transparent; border-color: #929eaa; }

.influence-page { padding-top: 106px; }
.influence-intro { position: relative; display: flex; align-items: center; max-width: none; min-height: 660px; padding: clamp(42px, 6vw, 76px); overflow: hidden; border: 1px solid var(--hub-line); border-radius: 8px; }
.thaler-hero-image { position: absolute; top: 0; right: 0; width: 58%; height: 100%; object-fit: cover; object-position: center 18%; }
.thaler-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #080c11 0%, rgba(8,12,17,.98) 36%, rgba(8,12,17,.68) 60%, rgba(8,12,17,.05) 100%), linear-gradient(0deg, rgba(8,12,17,.64), transparent 45%); }
.influence-intro-copy { position: relative; z-index: 1; width: min(690px, 64%); }
.influence-intro .influence-kicker { margin-bottom: 12px; color: var(--hub-lime); font-size: 18px; text-transform: none; }
.influence-intro h1 { max-width: 690px; margin: 0 0 22px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: 0; text-wrap: balance; }
.influence-intro .influence-lede { max-width: 670px; color: #d0d7df; font-size: 16px; line-height: 1.72; }
.influence-intro .text-link { display: inline-flex; margin-top: 22px; color: #fff; font-weight: 800; }
.thaler-photo-credit { position: absolute; right: 18px; bottom: 14px; z-index: 1; margin: 0; color: rgba(255,255,255,.78); font-size: 10px; }
.thaler-photo-credit a { text-decoration: underline; text-underline-offset: 2px; }

.updates-page > .page-intro { max-width: 900px; }
.project-history { padding: 30px 0 72px; }
.project-history > .section-heading { max-width: 820px; }
.timeline-eras { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 36px 0 54px; padding: 0; list-style: none; border-top: 1px solid var(--hub-line); border-bottom: 1px solid var(--hub-line); }
.timeline-eras li { min-height: 154px; padding: 22px 24px 24px 0; }
.timeline-eras li + li { padding-left: 24px; border-left: 1px solid var(--hub-line); }
.timeline-eras time { display: block; min-height: 34px; color: #84909c; font-size: 11px; font-weight: 750; line-height: 1.45; }
.timeline-eras strong { display: block; margin: 10px 0 7px; color: var(--hub-lime); font-size: 18px; }
.timeline-eras p { margin: 0; color: var(--hub-muted); font-size: 13px; line-height: 1.55; }
.project-timeline { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--hub-line); }
.project-timeline li { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 34px; padding: 30px 0; border-bottom: 1px solid var(--hub-line); }
.project-timeline time { color: #aab4bf; font-size: 13px; font-weight: 800; }
.project-timeline li > div { max-width: 780px; }
.project-timeline li > div > span { color: var(--hub-lime); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.project-timeline h3 { margin: 8px 0 9px; font-size: 23px; line-height: 1.2; }
.project-timeline p { margin: 0; color: var(--hub-muted); line-height: 1.65; }
.project-timeline small { display: block; margin-top: 13px; color: #778491; font-size: 11px; line-height: 1.5; }
.project-timeline li:last-child { margin-top: 18px; padding: 34px; background: #182117; border: 1px solid rgba(182,255,92,.3); border-radius: 8px; }
.project-timeline li:last-child time { color: #e3ebdd; }
.tool-release-section { padding: 74px 0 20px; border-top: 1px solid var(--hub-line); }
.tool-release-section > .section-heading { max-width: 760px; }

/* Privacy and trust */
.privacy-page { padding-top: 106px; }
.privacy-page > .page-intro { max-width: 900px; }
.privacy-summary { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 72px; align-items: end; padding: 44px 0; border-top: 1px solid var(--hub-line); border-bottom: 1px solid var(--hub-line); }
.privacy-summary .eyebrow, .privacy-data-band .eyebrow, .privacy-controls .eyebrow { color: var(--hub-lime); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.privacy-summary h2 { max-width: 520px; margin: 12px 0 0; font-size: 34px; line-height: 1.15; }
.privacy-summary > p { max-width: 670px; margin: 0; color: var(--hub-muted); font-size: 16px; line-height: 1.72; }
.privacy-principles { border-bottom: 1px solid var(--hub-line); }
.privacy-principles article { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--hub-line); }
.privacy-principles article:last-child { border-bottom: 0; }
.privacy-principles article > span { padding-top: 5px; color: var(--hub-lime); font-size: 11px; font-weight: 850; }
.privacy-principles h2 { margin: 0 0 8px; font-size: 22px; }
.privacy-principles p { max-width: 780px; margin: 0; color: var(--hub-muted); line-height: 1.68; }
.privacy-data-band { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; padding: 72px 0; border-bottom: 1px solid var(--hub-line); }
.privacy-data-band > div + div { padding-left: 72px; border-left: 1px solid var(--hub-line); }
.privacy-data-band h2 { margin: 12px 0 16px; font-size: 30px; }
.privacy-data-band p { color: var(--hub-muted); line-height: 1.65; }
.privacy-data-band ul { display: grid; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--hub-line); }
.privacy-data-band li { position: relative; padding: 15px 8px 15px 25px; color: #adb7c1; line-height: 1.6; border-bottom: 1px solid var(--hub-line); }
.privacy-data-band li::before { content: ""; position: absolute; top: 22px; left: 3px; width: 7px; height: 7px; background: var(--hub-lime); border-radius: 2px; }
.privacy-controls { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 72px; padding: 72px 0 28px; }
.privacy-controls header { max-width: 480px; }
.privacy-controls h2 { margin: 12px 0 16px; font-size: 34px; line-height: 1.15; }
.privacy-controls header p { color: var(--hub-muted); line-height: 1.65; }
.privacy-control-list { border-top: 1px solid var(--hub-line); }
.privacy-control-list a { display: flex; gap: 24px; align-items: center; justify-content: space-between; min-height: 82px; padding: 14px 4px; color: #f2f5f7; border-bottom: 1px solid var(--hub-line); transition: color var(--hub-motion) ease, padding var(--hub-motion) var(--hub-ease); }
.privacy-control-list a:hover { padding-left: 8px; color: var(--hub-lime); text-decoration: none; }
.privacy-control-list a > span:first-child { display: grid; gap: 5px; }
.privacy-control-list strong { font-size: 16px; }
.privacy-control-list small { color: #8895a2; font-size: 12px; line-height: 1.45; }
.privacy-control-list a > span:last-child { color: var(--hub-lime); font-size: 11px; font-weight: 850; text-transform: uppercase; }

/* Footer and shared controls */
.button { min-height: 44px; border-radius: 7px; font-size: 13px; transition: transform var(--hub-motion) var(--hub-ease), color var(--hub-motion) ease, background-color var(--hub-motion) ease, border-color var(--hub-motion) ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #0b0f14; background: var(--hub-lime); }
.button.ghost { color: #f4f7f9; background: #171e26; border-color: var(--hub-line); }
.button.ghost:hover { background: #202a35; border-color: rgba(255,255,255,.25); }
.text-link { gap: 6px; color: #d5dce3; }
.site-footer { display: grid; grid-template-columns: minmax(230px, 1fr) auto auto; gap: 44px; align-items: start; width: min(1220px, calc(100% - 40px)); padding: 34px 0 42px; border-color: var(--hub-line); font-weight: 700; }
.site-footer > div { display: grid; gap: 4px; }
.site-footer strong { color: #fff; font-size: 16px; }
.site-footer > div span { color: var(--hub-lime); font-size: 12px; }
.site-footer small { max-width: 390px; color: #7f8995; font-size: 11px; line-height: 1.5; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.site-footer a { min-height: 36px; color: #aab4bf; font-size: 11px; }
.site-footer a:hover { color: #fff; text-decoration: none; }
.footer-version { padding-top: 9px; color: #717c88; font-size: 10px; }

@media (max-width: 1040px) {
  .nav { position: static; transform: none; }
  .header-mode-segments button { min-width: 52px; }
  .finder-result { grid-template-columns: 1fr; }
  .finder-result-media { height: 260px; border-right: 0; border-bottom: 1px solid var(--hub-line); }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-copy { max-width: 720px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .nav { position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; display: none; max-height: calc(100vh - 94px); padding: 7px; overflow-y: auto; background: #121820; border: 1px solid var(--hub-line); border-radius: 8px; box-shadow: var(--hub-shadow); transform: none; }
  .nav.nav-open { display: grid; }
  .nav.nav-open { animation: hub-nav-enter 160ms var(--hub-ease); }
  .nav > a, .nav-more > summary { width: 100%; min-height: 46px; padding: 11px 13px; }
  .nav > a[aria-current="page"] { box-shadow: inset 3px 0 var(--hub-lime); }
  .nav-more-menu { position: static; margin-top: 3px; padding-left: 13px; background: #0f141a; border: 0; box-shadow: none; }
  .icon-button { display: grid; }
  .hero.observatory-hero { min-height: 690px; padding-top: 110px; }
  .hero-route { justify-self: start; }
  .home-purpose { grid-template-columns: 1fr; gap: 22px; }
  .showcase-heading { max-width: 640px; }
  .finder-grid { grid-template-columns: 1fr; }
  .finder-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-controls { grid-template-columns: 1fr; }
  .filter-tabs { justify-content: flex-start; }
  .detail-outcome, .detail-content { grid-template-columns: 1fr; gap: 36px; }
  .detail-next { grid-template-columns: 90px 1fr; }
  .detail-next .button { grid-column: 2; justify-self: start; }
  .about-mission { grid-template-columns: 1fr; gap: 30px; }
  .about-origin { grid-template-columns: 180px minmax(0,1fr); gap: 42px; }
  .about-builder { grid-template-columns: 1fr; gap: 30px; }
  .privacy-summary, .privacy-controls { grid-template-columns: 1fr; gap: 28px; }
  .privacy-data-band { gap: 42px; }
  .privacy-data-band > div + div { padding-left: 42px; }
  .timeline-eras { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .timeline-eras li:nth-child(3) { padding-left: 0; border-top: 1px solid var(--hub-line); border-left: 0; }
  .timeline-eras li:nth-child(4) { border-top: 1px solid var(--hub-line); }
  .thaler-hero-image { width: 66%; opacity: .8; }
  .influence-intro-copy { width: 76%; }
}

@media (max-width: 700px) {
  .brand-name { display: none; }
  .header-mode-segments button { min-width: 50px; }
  .header-mode > .header-mode-segments { display: flex; }
  .hero.observatory-hero { min-height: 650px; padding: 104px 20px 34px; }
  .hero-image { object-position: 68% center; }
  .hero-overlay { background: rgba(7,10,14,.78); box-shadow: inset 0 -130px 100px var(--hub-bg); }
  .hero.observatory-hero h1 { font-size: 54px; }
  .hero.observatory-hero p { font-size: 17px; }
  .hero-proof { flex-wrap: wrap; gap: 18px 0; margin-top: 30px; }
  .hero-proof div { min-width: 50%; padding: 0 14px; }
  .hero-proof div:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-proof div:last-child:nth-child(3) { min-width: 100%; }
  .hero-route { gap: 13px; font-size: 9px; }
  .home-purpose, .section, .catalog-page, .detail-page { width: calc(100% - 32px); }
  .home-purpose { padding: 54px 0; }
  .home-purpose h2 { font-size: 31px; }
  .home-purpose > p { font-size: 15px; }
  .showcase-section { padding-top: 50px; }
  .showcase-heading h2 { font-size: 32px; }
  .showcase-heading p { font-size: 14px; }
  .showcase-video-label { top: 8px; left: 8px; }
  .showcase-video-actions { top: 7px; right: 7px; }
  .showcase-video-actions button { width: 36px; height: 36px; }
  .showcase-video-shell.is-sticky { right: 12px; bottom: 12px; width: min(330px, calc(100vw - 24px)); }
  .section { padding-block: 56px; }
  .section-heading h2, .page-intro h1, .catalog-page > .page-intro h1 { font-size: 34px; }
  .finder-options { grid-template-columns: 1fr; }
  .finder-result-media { height: 210px; }
  .finder-result-body { padding: 22px; }
  .finder-result-title h3 { font-size: 25px; }
  .finder-result .actions { flex-direction: column; }
  .finder-result .button { width: 100%; }
  .tool-grid { grid-template-columns: 1fr; }
  .catalog-page { padding-top: 108px; }
  .tool-card-media { aspect-ratio: 16 / 8.6; }
  .detail-page { padding-top: 92px; }
  .detail-hero { gap: 32px; padding-top: 8px; padding-bottom: 44px; }
  .detail-hero h1 { font-size: 46px; }
  .detail-hero p { font-size: 15px; }
  .detail-facts { grid-template-columns: 1fr 1fr; gap: 15px 0; }
  .detail-outcome, .detail-content { padding: 48px 0; }
  .detail-outcome h2, .detail-content h2 { font-size: 26px; }
  .detail-next { grid-template-columns: 1fr; gap: 14px; }
  .detail-next .button { grid-column: auto; width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; width: calc(100% - 32px); }
  .about-page { padding-top: 72px; }
  .about-hero { min-height: 680px; }
  .about-hero > img { object-position: 70% center; }
  .about-hero-shade { background: linear-gradient(0deg, rgba(7,10,14,.98) 0%, rgba(7,10,14,.82) 74%, rgba(7,10,14,.62) 100%); }
  .about-hero-copy, .about-mission, .about-origin, .about-principles, .about-builder { width: calc(100% - 32px); }
  .about-hero h1 { font-size: 47px; }
  .about-hero-copy > p { font-size: 16px; }
  .about-mission { padding: 58px 0; }
  .about-mission h2 { font-size: 32px; }
  .about-origin { grid-template-columns: 1fr; gap: 30px; padding: 58px 0; }
  .about-origin h2 { font-size: 30px; }
  .about-principles { padding: 58px 0; }
  .about-principles > header { grid-template-columns: 1fr; gap: 12px; }
  .about-principles h2 { font-size: 32px; }
  .about-principles li { grid-template-columns: 46px minmax(0,1fr); gap: 14px; }
  .about-builder { margin-bottom: 54px; padding: 28px 24px; }
  .about-builder h2 { font-size: 28px; }
  .influence-page { width: calc(100% - 32px); padding-top: 92px; }
  .influence-intro { min-height: 720px; padding: 30px 22px 46px; align-items: end; }
  .thaler-hero-image { width: 100%; height: 62%; top: 0; opacity: 1; object-position: center 16%; }
  .thaler-hero-shade { background: linear-gradient(0deg, #080c11 0%, #080c11 43%, rgba(8,12,17,.22) 78%, rgba(8,12,17,.04) 100%); }
  .influence-intro-copy { width: 100%; }
  .influence-intro h1 { font-size: 43px; }
  .influence-intro .influence-lede { font-size: 14px; }
  .thaler-photo-credit { right: 12px; top: 12px; bottom: auto; padding: 5px 7px; background: rgba(8,12,17,.74); border-radius: 4px; }
  .project-history { padding-top: 12px; }
  .timeline-eras { grid-template-columns: 1fr; margin: 30px 0 42px; }
  .timeline-eras li { min-height: 0; padding: 20px 0; }
  .timeline-eras li + li, .timeline-eras li:nth-child(3), .timeline-eras li:nth-child(4) { padding-left: 0; border-top: 1px solid var(--hub-line); border-left: 0; }
  .timeline-eras time { min-height: 0; }
  .project-timeline li { grid-template-columns: 1fr; gap: 10px; padding: 25px 0; }
  .project-timeline li:last-child { padding: 24px 20px; }
  .project-timeline h3 { font-size: 20px; }
  .privacy-page { width: calc(100% - 32px); padding-top: 92px; }
  .privacy-summary { padding: 36px 0; }
  .privacy-summary h2, .privacy-controls h2 { font-size: 29px; }
  .privacy-summary > p { font-size: 15px; }
  .privacy-principles article { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 25px 0; }
  .privacy-principles h2 { font-size: 20px; }
  .privacy-data-band { grid-template-columns: 1fr; gap: 48px; padding: 54px 0; }
  .privacy-data-band > div + div { padding: 0; border-left: 0; }
  .privacy-data-band h2 { font-size: 27px; }
  .privacy-controls { gap: 28px; padding-top: 54px; }
  .privacy-control-list a { min-height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  .finder-result-media img, .tool-preview-image, .nav-more summary span, .button, .tool-card, .privacy-control-list a, .showcase-video-shell { transition: none; }
  .finder-result:hover .finder-result-media img, .tool-card:hover .tool-preview-image { transform: none; }
}

.tool-card.is-flagship {
  border-color: color-mix(in srgb, var(--accent), rgba(255,255,255,.18) 54%);
}
.tool-card.is-flagship::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--accent);
  pointer-events: none;
}
.tool-card-flagship {
  position: absolute;
  left: 11px;
  bottom: 10px;
  z-index: 1;
  padding: 5px 7px;
  color: #0b0f14;
  background: var(--accent);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.holiday-promotion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
  padding: 28px 30px;
  background: #18221b;
  border: 1px solid rgba(184,220,80,.46);
  border-radius: 8px;
}
.holiday-promotion h2 { max-width: 760px; margin: 7px 0 8px; font-size: 30px; line-height: 1.12; letter-spacing: 0; }
.holiday-promotion p { max-width: 760px; margin: 0; color: #b8c3bb; line-height: 1.55; }
.holiday-promotion .button { white-space: nowrap; }
.signup-promotion { display: grid; gap: 5px; margin-top: 24px; padding: 16px; background: #18221b; border: 1px solid rgba(184,220,80,.42); border-radius: 7px; }
.signup-promotion strong { color: #edf9ca; }
.signup-promotion span { color: #b8c3bb; font-size: 13px; line-height: 1.5; }

.account-cloud-bridge, .tool-signal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 16px 18px;
  background: #162026;
  border: 1px solid rgba(110,231,255,.28);
  border-radius: 7px;
}
.account-cloud-bridge > div { display: flex; align-items: center; gap: 12px; }
.account-cloud-bridge .symbol { color: #6ee7ff; }
.account-cloud-bridge span, .tool-signal { min-width: 0; }
.account-cloud-bridge strong, .account-cloud-bridge small, .tool-signal span, .tool-signal small { display: block; }
.account-cloud-bridge small, .tool-signal small { margin-top: 3px; color: #99a6b2; line-height: 1.4; }
.account-cloud-bridge a { color: #c8ff3d; font-size: 12px; font-weight: 850; white-space: nowrap; }
.tool-signal { display: grid; justify-content: start; }
.tool-signal span { color: #a7b2bd; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.tool-signal strong { color: #f15bb5; font-size: 25px; }

.account-tool-name em { overflow: hidden; color: #f3b8dc; font-size: 11px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 700px) {
  .roadmap-divider { grid-template-columns: 1fr; gap: 8px; }
  .holiday-promotion { grid-template-columns: 1fr; width: calc(100% - 32px); padding: 22px; }
  .holiday-promotion h2 { font-size: 25px; }
  .holiday-promotion .button { width: 100%; }
  .account-cloud-bridge { align-items: flex-start; }
}

@keyframes hub-nav-enter {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes showcase-dock {
  from { opacity: 0; translate: 0 8px; }
  to { opacity: 1; translate: 0 0; }
}
