/* HUEZON Studio App
   A clean frontend skin loaded after the functional Vite bundle. */

:root {
  color-scheme: dark;
  --hz-accent: #5b9bff;
  --hz-accent-2: #84b4ff;
  --hz-accent-soft: rgba(91, 155, 255, .12);
  --hz-accent-ring: rgba(91, 155, 255, .36);
  --hz-bg: #090c11;
  --hz-bg-2: #0b0f15;
  --hz-shell: #0e131b;
  --hz-panel: #111720;
  --hz-panel-2: #151d28;
  --hz-panel-3: #1a2431;
  --hz-ink: #f4f7fb;
  --hz-ink-soft: #c9d1dc;
  --hz-muted: #909cac;
  --hz-faint: #657182;
  --hz-line: #202936;
  --hz-line-strong: #344153;
  --hz-danger: #ff7483;
  --hz-success: #62dfa9;
  --hz-warning: #ffc36b;
  --hz-radius-sm: 8px;
  --hz-radius-md: 11px;
  --hz-radius-lg: 15px;
  --hz-radius-xl: 18px;
  --hz-radius-2xl: 22px;
  --hz-content: min(1480px, calc(100vw - 32px));
  --hz-content-narrow: min(1120px, calc(100vw - 32px));
  --hz-shadow-soft: 0 14px 40px rgba(0, 0, 0, .2);
  --hz-shadow-card: 0 22px 55px rgba(0, 0, 0, .24);
  --hz-shadow-float: 0 26px 80px rgba(0, 0, 0, .52);
  --hz-ease: cubic-bezier(.22, 1, .36, 1);
  --hz-header-height: 68px;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--hz-bg); }
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% -12%, rgba(44, 91, 166, .13), transparent 31rem),
    radial-gradient(circle at 92% 18%, rgba(83, 45, 135, .06), transparent 28rem),
    var(--hz-bg);
  color: var(--hz-ink);
}
body::before { display: none; }
body::after { content: none; }
img, svg, video, canvas { max-width: 100%; }
:focus-visible { outline: 2px solid var(--hz-accent-2); outline-offset: 3px; }
::selection { background: rgba(91, 155, 255, .32); color: #fff; }

/* Header */
.site-header.studio-header {
  position: relative;
  z-index: 100;
  top: auto;
  width: var(--hz-content);
  min-height: 68px;
  margin: 12px auto 0;
  padding: 8px 10px 8px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--hz-line);
  border-radius: 16px;
  background: #0e131a;
  box-shadow: none;
  backdrop-filter: none;
}
.studio-header.is-scrolled { border-color: var(--hz-line); box-shadow: none; }
.studio-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 168px; padding: 4px; }
.studio-brand > span:last-child { display: grid; line-height: 1.05; }
.studio-brand strong { font-size: .86rem; letter-spacing: .08em; }
.studio-brand em { margin-top: 4px; color: var(--hz-faint); font-size: .61rem; font-style: normal; letter-spacing: .03em; }
.studio-brand__mark { display: flex; align-items: flex-end; gap: 3px; width: 26px; height: 22px; transform: skewX(-10deg); }
.studio-brand__mark i { display: block; width: 5px; border-radius: 2px; background: var(--hz-ink); }
.studio-brand__mark i:nth-child(1) { height: 12px; }
.studio-brand__mark i:nth-child(2) { height: 21px; background: var(--hz-accent); box-shadow: 0 0 15px rgba(91,155,255,.3); }
.studio-brand__mark i:nth-child(3) { height: 16px; }
.studio-nav {
  position: static;
  inset: auto;
  z-index: auto;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--hz-line);
  border-radius: 12px;
  background: #0a0e14;
  box-shadow: none;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.studio-nav a {
  min-height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  color: var(--hz-muted);
  font-size: .76rem;
  font-weight: 700;
}
.studio-nav a svg { width: 16px; height: 16px; }
.studio-nav a:hover { background: var(--hz-panel); color: var(--hz-ink); }
.studio-nav a[aria-current="page"], .studio-nav a[data-hz-route-current="true"] { background: var(--hz-accent-soft); color: var(--hz-accent-2); }
.studio-header .header-actions { grid-column: auto; justify-self: end; display: inline-flex; align-items: center; gap: 7px; }
.studio-header .hz-command-trigger,
.studio-header .language-menu__trigger,
.studio-header .header-cta {
  min-width: 0;
  height: 40px;
  padding: 0 11px;
  border: 1px solid var(--hz-line);
  border-radius: 10px;
  background: var(--hz-panel);
  color: var(--hz-muted);
  box-shadow: none;
}
.studio-header .hz-command-trigger { min-width: 118px; justify-content: space-between; }
.studio-header .hz-command-trigger kbd { border-color: var(--hz-line-strong); background: #0a0e14; }
.studio-header .header-cta:hover, .studio-header .language-menu__trigger:hover, .studio-header .hz-command-trigger:hover { border-color: var(--hz-line-strong); color: var(--hz-ink); transform: none; }
.studio-header .header-account-chip img { width: 27px; height: 27px; border-radius: 50%; }
.studio-header .nav-toggle { display: none; }
.language-menu__panel, .account-popover { border-color: var(--hz-line-strong); border-radius: 12px; background: #121923; box-shadow: var(--hz-shadow-float); backdrop-filter: none; }

/* Notices */
.site-notices, .no-js { width: var(--hz-content); margin: 10px auto 0; }
.site-notices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.site-notices:empty { display: none; }
.no-js, .site-alert, .bug-alert, .discord-alert, .owner-maintenance-alert {
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid var(--hz-line);
  border-radius: 11px;
  background: #0e141d;
  color: var(--hz-ink-soft);
  box-shadow: none;
  font-size: .76rem;
}
.owner-maintenance-alert { grid-column: 1 / -1; }
.site-alert__copy, .bug-alert__copy, .discord-alert__copy { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-alert__dot, .bug-alert__signal, .discord-alert__orb, .owner-maintenance-alert__dot { width: 7px; height: 7px; box-shadow: 0 0 0 4px var(--hz-accent-soft); }
.site-alert__link, .bug-alert__link, .discord-alert__link, .owner-maintenance-alert a { margin-left: auto; white-space: nowrap; color: var(--hz-accent-2); }
.site-alert__dismiss { width: 30px; height: 30px; border-radius: 8px; }
.shutdown-notice {
  grid-column: 1 / -1;
  min-width: 0;
  min-height: 116px;
  padding: 19px 20px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 116, 131, .42);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 116, 131, .12), transparent 48%),
    #11141b;
  box-shadow: inset 4px 0 0 var(--hz-danger);
}
.shutdown-notice::after {
  content: "";
  width: 240px;
  height: 240px;
  position: absolute;
  top: -150px;
  right: 210px;
  border: 1px solid rgba(255, 116, 131, .12);
  border-radius: 50%;
  pointer-events: none;
}
.shutdown-notice__signal {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(255, 116, 131, .35);
  border-radius: 12px;
  background: rgba(255, 116, 131, .1);
}
.shutdown-notice__signal::before {
  content: "!";
  color: #ff9da8;
  font: 800 1.35rem/1 var(--font-mono);
}
.shutdown-notice__signal i {
  width: 7px;
  height: 7px;
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 50%;
  background: var(--hz-danger);
  box-shadow: 0 0 13px rgba(255, 116, 131, .7);
}
.shutdown-notice__copy { min-width: 0; display: grid; gap: 5px; }
.shutdown-notice__copy p {
  margin: 0;
  color: #ff9da8;
  font: 700 .61rem/1.2 var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.shutdown-notice__copy strong {
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  letter-spacing: -.025em;
}
.shutdown-notice__copy span { max-width: 860px; color: var(--hz-muted); font-size: .78rem; line-height: 1.5; }
.shutdown-notice__actions { display: flex; align-items: center; gap: 8px; position: relative; z-index: 1; }
.shutdown-notice__actions a {
  min-height: 43px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 9px;
  white-space: nowrap;
  font-size: .72rem;
  font-weight: 760;
}
.shutdown-notice__actions svg { width: 16px; height: 16px; }
.shutdown-notice__primary { border: 1px solid #ff9aa5; background: #f17886; color: #190609; }
.shutdown-notice__primary:hover { background: #ff91a0; color: #190609; transform: translateY(-1px); }
.shutdown-notice__secondary { border: 1px solid var(--hz-line-strong); background: var(--hz-panel); color: var(--hz-ink-soft); }
.shutdown-notice__secondary:hover { border-color: #526076; color: #fff; }

/* Global layout and components */
.page-shell, .account-shell, .companion-app { width: var(--hz-content); margin: 14px auto 0; padding-bottom: 68px; }
.page-shell > section + section, .account-shell > section + section { margin-top: 14px; }
.eyebrow, .owner-page-kicker, .companion-kicker { color: var(--hz-accent-2); font-size: .64rem; letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--hz-accent); }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { font-size: clamp(2.6rem, 5vw, 5.1rem); }
h2 { font-size: clamp(1.55rem, 2.8vw, 2.8rem); }
.lead, .scene-lead, .orbit-lede { color: var(--hz-muted); }
.button, button.button, a.button, .paint-actions button, .library-v5-feature-actions button, .quick, .carousel-controls button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--hz-line-strong);
  border-radius: 9px;
  background: var(--hz-panel);
  color: var(--hz-ink-soft);
  box-shadow: none;
  font-size: .75rem;
  font-weight: 760;
}
.button.primary, button.primary { border-color: #74aaff; background: var(--hz-accent); color: #07101d; box-shadow: none; }
.button.primary:hover, button.primary:hover { background: #75acff; color: #07101d; box-shadow: 0 12px 28px rgba(91,155,255,.16); }
.button.quiet, .button.ghost { background: var(--hz-panel); }
.button:hover, button.button:hover, a.button:hover, .paint-actions button:hover, .quick:hover { border-color: #46566b; color: var(--hz-ink); transform: translateY(-1px); }

/* Home */
.studio-home { padding-top: 0; }
.studio-hero {
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  gap: 0;
  padding: 0;
  border: 1px solid var(--hz-line);
  border-radius: 18px;
  background: #0c1118;
  box-shadow: none;
  overflow: hidden;
}
.studio-hero__copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 70px); }
.studio-hero .orbit-pill { display: flex; gap: 7px; align-self: flex-start; margin: 0 0 22px; }
.studio-hero .orbit-pill span { min-height: 27px; padding: 0 9px; border: 1px solid var(--hz-line); border-radius: 999px; background: var(--hz-panel); color: var(--hz-muted); font-size: .65rem; }
.studio-hero .orbit-pill span:first-child { color: var(--hz-accent-2); }
.studio-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 5.3vw, 5.7rem); line-height: .95; letter-spacing: -.068em; }
.studio-hero .orbit-lede { max-width: 680px; margin: 22px 0 0; font-size: clamp(.98rem, 1.25vw, 1.12rem); line-height: 1.55; }
.studio-hero .orbit-search { max-width: 710px; margin-top: 28px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.studio-hero .orbit-search > label { margin-bottom: 7px; color: var(--hz-faint); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.studio-hero .orbit-search__row { min-height: 52px; padding: 5px 5px 5px 14px; border: 1px solid var(--hz-line-strong); border-radius: 11px; background: #090d13; }
.studio-hero .orbit-search__row:focus-within { border-color: var(--hz-accent); box-shadow: 0 0 0 3px var(--hz-accent-soft); }
.studio-hero .orbit-search__row input { min-width: 0; min-height: 40px; color: var(--hz-ink); }
.studio-hero .orbit-search__row button { min-height: 40px; padding: 0 15px; border-radius: 8px; }
.studio-hero .orbit-search__pills { margin-top: 9px; }
.studio-hero .orbit-search__pills a { min-height: 28px; border: 1px solid var(--hz-line); border-radius: 7px; background: transparent; color: var(--hz-muted); font-size: .66rem; }
.studio-hero .orbit-actions { margin-top: 22px; }
.studio-hero__facts { display: flex; gap: 26px; margin: 30px 0 0; }
.studio-hero__facts div { display: grid; gap: 2px; }
.studio-hero__facts dt { color: var(--hz-faint); font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.studio-hero__facts dd { margin: 0; color: var(--hz-ink-soft); font: 600 .75rem/1.3 var(--font-mono); }
.studio-preview { min-width: 0; padding: 22px; display: grid; grid-template-rows: auto minmax(235px, 1fr) auto auto auto; gap: 10px; border-left: 1px solid var(--hz-line); background: #0a0e14; }
.studio-preview__head { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 34px; color: var(--hz-muted); font-size: .68rem; }
.studio-preview__head > span { display: flex; align-items: center; gap: 8px; }
.studio-preview__head i { width: 7px; height: 7px; border-radius: 50%; background: var(--hz-success); box-shadow: 0 0 9px var(--hz-success); }
.studio-preview__head a { display: inline-flex; align-items: center; gap: 6px; color: var(--hz-accent-2); font-weight: 700; }
.studio-preview__head svg { width: 14px; height: 14px; }
.studio-preview__swatch { position: relative; min-height: 235px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: linear-gradient(135deg,#5b9bff,#2d4c85); box-shadow: inset 0 24px 40px rgba(255,255,255,.11), inset 0 -52px 70px rgba(0,0,0,.25); }
.studio-preview__swatch .swatch-transition-layer { position: absolute; inset: 0; display: block; opacity: 0; transition: opacity 1.2s ease; }
.studio-preview__swatch .swatch-transition-layer.is-active { opacity: 1; }
.studio-preview__swatch .swatch-transition-layer.is-leaving { opacity: 0; }
.studio-preview__swatch svg { width: 100%; height: 100%; display: block; }
.studio-preview__paint { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 13px; border: 1px solid var(--hz-line); border-radius: 11px; background: var(--hz-panel); }
.studio-preview__paint > div { display: grid; }
.studio-preview__paint small { color: var(--hz-faint); font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.studio-preview__paint strong { margin-top: 2px; font-size: .86rem; }
.studio-preview__paint span { color: var(--hz-muted); font-size: .66rem; }
.studio-preview__paint code { padding: 6px 8px; border: 1px solid var(--hz-line-strong); border-radius: 7px; color: var(--hz-ink-soft); font-size: .72rem; }
.studio-preview__values { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.studio-preview__values div { display: grid; grid-template-columns: 18px 28px 1fr; align-items: center; gap: 5px; padding: 9px; border: 1px solid var(--hz-line); border-radius: 9px; background: var(--hz-panel); }
.studio-preview__values span, .studio-preview__values strong { font: 600 .66rem/1 var(--font-mono); }
.studio-preview__values span { color: var(--hz-accent-2); }
.studio-preview__values meter { height: 6px; }
.studio-preview__palette { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; }
.studio-preview__palette span { height: 20px; border-radius: 5px; }
.studio-preview__palette span:nth-child(1){background:#e94f64}.studio-preview__palette span:nth-child(2){background:#f2ad3b}.studio-preview__palette span:nth-child(3){background:#56ba78}.studio-preview__palette span:nth-child(4){background:#4a8bea}.studio-preview__palette span:nth-child(5){background:#9364d9}
.orbit-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding: 0; border: 1px solid var(--hz-line); border-radius: 14px; background: var(--hz-panel); overflow: hidden; }
.orbit-strip article { min-height: 100px; padding: 18px; border: 0; border-right: 1px solid var(--hz-line); border-radius: 0; background: transparent; box-shadow: none; }
.orbit-strip article:last-child { border-right: 0; }
.orbit-strip article > span { width: 31px; height: 31px; margin-bottom: 10px; border: 1px solid var(--hz-line); border-radius: 8px; background: var(--hz-panel-2); color: var(--hz-accent-2); }
.orbit-strip strong { font-size: .88rem; }
.orbit-strip small { color: var(--hz-muted); font-size: .68rem; }
.orbit-workflow, .orbit-image-lab, .orbit-paint-river, .orbit-scene-strip { padding: clamp(28px, 4vw, 52px); border: 1px solid var(--hz-line); border-radius: 16px; background: #0d1219; box-shadow: none; }
.orbit-section-title { max-width: 690px; }
.orbit-section-title h2 { font-size: clamp(1.9rem,3vw,3.2rem); }
.orbit-workflow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.orbit-card { min-height: 190px; padding: 19px; border: 1px solid var(--hz-line); border-radius: 12px; background: var(--hz-panel); box-shadow: none; }
.orbit-card:hover { border-color: var(--hz-line-strong); background: var(--hz-panel-2); transform: translateY(-3px); }
.orbit-card b { color: var(--hz-faint); font: .62rem/1 var(--font-mono); }
.orbit-card span { width: 36px; height: 36px; margin: 18px 0 14px; border: 1px solid var(--hz-line); border-radius: 9px; background: var(--hz-accent-soft); }
.orbit-card strong { font-size: .95rem; }.orbit-card small { color: var(--hz-muted); font-size: .72rem; }
.orbit-image-lab { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 28px; }
.orbit-image-lab__panel { padding: 14px; border: 1px solid var(--hz-line); border-radius: 13px; background: #0a0e14; }
.photo-tool-body { grid-template-columns: minmax(0,.76fr) minmax(0,1.24fr); gap: 10px; }
.photo-drop, .photo-preview, .photo-palette, .photo-results { border-color: var(--hz-line); border-radius: 10px; background: var(--hz-panel); }
.orbit-paint-river { overflow: hidden; }
.orbit-scene-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; }

/* Colour Library */
.fresh-library { padding: 0 0 70px; }
.fresh-library-top { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 28px; padding: 42px 44px 32px; border: 1px solid var(--hz-line); border-radius: 16px 16px 0 0; background: #0d1219; box-shadow: none; }
.fresh-library-title h1 { max-width: 850px; margin-bottom: 12px; font-size: clamp(2.7rem,4.4vw,4.8rem); line-height: .96; }
.fresh-library-title > p:last-child { max-width: 650px; color: var(--hz-muted); }
.fresh-library-scoreboard { display: grid; grid-template-columns: repeat(5,minmax(82px,1fr)); gap: 6px; padding: 0; border: 0; background: transparent; }
.fresh-library-scoreboard div { padding: 10px; border: 1px solid var(--hz-line); border-radius: 9px; background: var(--hz-panel); }
.fresh-library-scoreboard b { display: block; color: var(--hz-ink); font: 600 1rem/1.1 var(--font-mono); }
.fresh-library-scoreboard span { min-height: 0; padding: 0; border: 0; background: transparent; color: var(--hz-faint); font-size: .56rem; }
.fresh-library-command { position: relative; top: auto; z-index: 10; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 14px; margin: 0; padding: 14px 18px; border: 1px solid var(--hz-line); border-top: 0; border-radius: 0 0 14px 14px; background: #0a0f16; box-shadow: none; backdrop-filter: none; }
.fresh-library-command__main > label { color: var(--hz-faint); font-size: .65rem; }
.fresh-library-search-field { min-height: 46px; padding: 4px 4px 4px 12px; border: 1px solid var(--hz-line-strong); border-radius: 9px; background: var(--hz-panel); }
.fresh-library-search-field:focus-within { border-color: var(--hz-accent); box-shadow: 0 0 0 3px var(--hz-accent-soft); }
.fresh-library-search-field input { min-width: 0; min-height: 36px; }
.fresh-library-search-field button { min-height: 36px; border-radius: 7px; }
.fresh-library-actions { margin-top: 0; }
.fresh-library-layout { display: grid; grid-template-columns: 230px minmax(0,1fr) 285px; gap: 10px; margin-top: 10px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.fresh-filter-dock, .fresh-inspector { position: sticky; top: 12px; align-self: start; max-height: calc(100vh - 24px); padding: 16px; border: 1px solid var(--hz-line); border-radius: 12px; background: #0e141c; overflow: auto; scrollbar-width: thin; scrollbar-color: #313d4e transparent; }
.fresh-filter-stack { gap: 9px; }
.fresh-filter-stack select { min-height: 40px; border-color: var(--hz-line); border-radius: 8px; background: #090d13; }
.fresh-quick-views { padding-top: 13px; border-top: 1px solid var(--hz-line); }
.quick-picks { gap: 6px; }
.quick { min-height: 31px; padding: 0 9px; border-radius: 7px; font-size: .66rem; }
.fresh-filter-note { color: var(--hz-faint); font-size: .68rem; }
.fresh-result-board { min-width: 0; padding: 14px; border: 1px solid var(--hz-line); border-radius: 12px; background: #0b1017; }
.fresh-result-board__head { margin-bottom: 11px; }
.fresh-result-board__head h2 { font-size: 1.5rem; }.fresh-result-board__head > p { color: var(--hz-faint); font-size: .68rem; }
.active-stack { margin-bottom: 11px; gap: 6px; }.active-stack span { min-height: 27px; border-radius: 7px; font-size: .65rem; }
.fresh-paint-wall, .paint-wall { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.paint-card { display: grid; grid-template-rows: 170px 1fr; min-width: 0; border: 1px solid var(--hz-line); border-radius: 12px; background: var(--hz-panel); box-shadow: none; overflow: hidden; }
.paint-card:hover { border-color: var(--hz-line-strong); transform: translateY(-3px); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.paint-swatch { min-height: 170px; border-radius: 0; }
.paint-card-body { gap: 9px; padding: 12px; }
.paint-card h2 { font-size: .96rem; }
.paint-card-top { font-size: .66rem; }
.favourite-button { min-height: 29px; padding: 0 8px; border-radius: 7px; font-size: .63rem; }
.paint-tags { gap: 5px; }.paint-tags span { min-height: 23px; padding: 0 7px; border-radius: 5px; font-size: .58rem; }
.paint-facts { gap: 6px; }.paint-facts div { padding: 7px; border-radius: 7px; background: #0d131b; }.paint-facts dt { font-size: .56rem; }.paint-facts dd { font-size: .68rem; overflow-wrap: anywhere; }
.forza-sliders { gap: 6px; }.forza-slider-set { padding: 8px; border-radius: 8px; background: #0d131b; }.forza-slider-row { font-size: .62rem; }
.paint-actions { gap: 5px; }.paint-actions button { min-height: 30px; padding: 0 8px; border-radius: 6px; font-size: .62rem; }
.fresh-inspector-swatch { height: 185px; border-radius: 10px; }
.fresh-inspector-values { border-radius: 9px; background: var(--hz-panel); }
.fresh-inspector-values div { border-color: var(--hz-line); border-radius: 7px; }

/* Public route families */
.scene-shell, .misc-shell, .photo-spots-shell, .paint-detail-shell, .duel-shell, .duel-detail-shell,
.generator-shell, .scene-build-shell, .scene-submit-shell, .scene-submissions-shell, .retired-shell { padding-top: 0; }
.scene-hero, .misc-v5-hero, .photo-spots-hero, .paint-detail-lead, .duel-hero, .generator-hero,
.scene-build-hero, .scene-submit-head, .scene-submissions-hero, .account-basic-shell, .retired-card {
  padding: clamp(30px,4vw,54px);
  border: 1px solid var(--hz-line);
  border-radius: 16px;
  background: #0d1219;
  box-shadow: none;
}
.scene-hero, .misc-v5-hero { min-height: 470px; display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.42fr); gap: 26px; }
.scene-hero h1, .misc-v5-hero h1, .photo-spots-hero h1, .duel-hero h1, .generator-hero h1,
.scene-build-hero h1, .scene-submit-head h1, .scene-submissions-hero h1, .paint-detail-lead h1 { max-width: 900px; font-size: clamp(2.8rem,5vw,5.3rem); line-height: .95; }
.scene-hero h1 em, .misc-v5-hero h1 span { color: var(--hz-accent-2); -webkit-text-stroke: 0; }
.scene-meet-card, .misc-v5-overview { padding: 20px; border: 1px solid var(--hz-line); border-radius: 12px; background: var(--hz-panel); box-shadow: none; }
.scene-feature, .scene-playground, .scene-photo-spots-callout, .scene-feed, .scene-principles,
.misc-v5-map, .misc-v5-browser, .photo-spot-feature, .photo-spots-feed, .paint-scene-section,
.duel-feature, .duel-archive, .generator-workbench, .scene-build-gallery, .scene-build-story,
.scene-build-recreate, .scene-submit-form, .scene-member-list {
  padding: clamp(24px,3.5vw,44px);
  border: 1px solid var(--hz-line);
  border-radius: 14px;
  background: #0d1219;
  box-shadow: none;
}
.scene-feature { padding: 0; overflow: hidden; }.scene-feature__copy { padding: clamp(25px,4vw,48px); }.scene-feature__media { min-height: 420px; border-radius: 0; }
.scene-playground > a, .misc-v5-map-link, .scene-principle-grid article { border-color: var(--hz-line); border-radius: 10px; background: var(--hz-panel); box-shadow: none; }
.scene-playground > a:hover, .misc-v5-map-link:hover { border-color: var(--hz-line-strong); background: var(--hz-panel-2); }
.scene-card, .photo-spot-card, .duel-card, .kit-card, .scene-member-card { border: 1px solid var(--hz-line); border-radius: 11px; background: var(--hz-panel); box-shadow: none; overflow: hidden; }
.scene-card:hover, .photo-spot-card:hover, .duel-card:hover, .kit-card:hover { border-color: var(--hz-line-strong); transform: translateY(-3px); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.scene-card__media, .photo-spot-card__media { border-radius: 0; }.scene-card img, .photo-spot-card img { border-radius: 0; margin-bottom: 0; }
.scene-tags span, .scene-status-pill, .kit-status, .shade-chip { border-radius: 5px; }
.scene-grid, .photo-spot-grid, .misc-v5-grid, .kit-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.misc-v5-map { padding: 26px; }.misc-v5-browser { padding: clamp(24px,3.5vw,44px); }
.kit-toolbar, .misc-v5-toolbar { padding: 12px; border: 1px solid var(--hz-line); border-radius: 10px; background: var(--hz-panel); }
.kit-toolbar input, .kit-toolbar select, .scene-field input, .scene-field textarea, .scene-field select,
.owner-form input, .owner-form textarea, .owner-form select, .account-shell input, .account-shell textarea, .account-shell select {
  border-color: var(--hz-line-strong); border-radius: 8px; background: #090d13; color: var(--hz-ink);
}
.kit-toolbar input:focus, .kit-toolbar select:focus, .scene-field input:focus, .scene-field textarea:focus,
.scene-field select:focus, .owner-form input:focus, .owner-form textarea:focus, .owner-form select:focus { border-color: var(--hz-accent); box-shadow: 0 0 0 3px var(--hz-accent-soft); }
.paint-detail-card, .paint-detail-visual, .scene-build-facts, .scene-build-dna, .scene-photo-notes,
.duel-stage, .generator-blueprint, .generator-controls, .generator-result, .account-basic-card,
.signin-side, .scene-form-section, .scene-storage-block, .scene-uploader {
  border-color: var(--hz-line); border-radius: 11px; background: var(--hz-panel); box-shadow: none;
}
.paint-detail-swatch, .generator-result__paint-orb { border-radius: 10px; }
.scene-breadcrumbs, .paint-breadcrumbs { border-color: var(--hz-line); border-radius: 9px; background: var(--hz-panel); }

/* Permanent colour archive */
.archive-page { display: grid; gap: 14px; }
.archive-page > section { margin-top: 0 !important; }
.archive-hero {
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  overflow: hidden;
  border: 1px solid var(--hz-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 24%, rgba(91, 155, 255, .13), transparent 25rem),
    #0c1118;
}
.archive-hero__copy { padding: clamp(38px, 5.3vw, 76px); align-self: center; }
.archive-hero h1 { max-width: 880px; margin: 15px 0 0; font-size: clamp(3.1rem, 5.8vw, 6.25rem); line-height: .91; letter-spacing: -.075em; }
.archive-hero h1 span { color: var(--hz-accent-2); }
.archive-hero__copy > p:last-of-type { max-width: 680px; margin: 25px 0 0; color: var(--hz-muted); font-size: clamp(.96rem, 1.2vw, 1.1rem); line-height: 1.62; }
.archive-hero__actions { margin-top: 31px; display: flex; flex-wrap: wrap; align-items: stretch; gap: 9px; }
.archive-hero__actions .button { min-height: 58px; }
.archive-download-main { padding: 8px 17px !important; gap: 11px !important; }
.archive-download-main svg { width: 21px; height: 21px; }
.archive-download-main span { display: grid; text-align: left; }
.archive-download-main strong { font-size: .76rem; }
.archive-download-main small { margin-top: 2px; color: rgba(7, 16, 29, .68); font-size: .6rem; font-weight: 650; }
.archive-hero__visual { min-width: 0; padding: 32px; display: grid; place-items: center; border-left: 1px solid var(--hz-line); background: rgba(7, 10, 15, .5); }
.archive-drive {
  width: min(430px, 100%);
  min-height: 335px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #38475b;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 40%),
    #111923;
  box-shadow: 0 34px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.05);
}
.archive-drive::before {
  content: "";
  width: 64%;
  height: 13px;
  position: absolute;
  left: 18%;
  bottom: -14px;
  border: 1px solid #2b3746;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  background: #0b1017;
}
.archive-drive__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--hz-faint); font: 600 .62rem/1.2 var(--font-mono); letter-spacing: .08em; }
.archive-drive__top i { width: 9px; height: 9px; border-radius: 50%; background: var(--hz-success); box-shadow: 0 0 14px rgba(98, 223, 169, .65); }
.archive-drive > strong { margin-top: 54px; color: #fff; font: 650 clamp(3.6rem, 6vw, 6rem)/.85 var(--font-mono); letter-spacing: -.08em; }
.archive-drive > span { margin-top: 13px; color: var(--hz-muted); font-size: .76rem; }
.archive-drive__meter { height: 8px; margin-top: 31px; overflow: hidden; border-radius: 99px; background: #080c12; }
.archive-drive__meter i { width: 100%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--hz-accent), #8ebcff); }
.archive-drive dl { margin: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.archive-drive dl div { padding: 10px; display: grid; gap: 4px; border: 1px solid var(--hz-line); border-radius: 8px; background: #0b1017; }
.archive-drive dt { color: var(--hz-faint); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
.archive-drive dd { margin: 0; color: var(--hz-ink-soft); font: 600 .68rem/1.2 var(--font-mono); }
.archive-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--hz-line);
  border-radius: 14px;
  background: var(--hz-panel);
}
.archive-proof article { min-width: 0; min-height: 108px; padding: 20px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--hz-line); }
.archive-proof article:last-child { border-right: 0; }
.archive-proof svg { width: 28px; height: 28px; flex: 0 0 auto; color: var(--hz-accent-2); }
.archive-proof span { min-width: 0; display: grid; gap: 5px; }
.archive-proof strong { font-size: .82rem; }
.archive-proof small { color: var(--hz-muted); font-size: .66rem; line-height: 1.42; }
.archive-options { padding: clamp(30px, 4.5vw, 60px); border: 1px solid var(--hz-line); border-radius: 16px; background: #0d1219; }
.archive-section-heading { max-width: 720px; }
.archive-section-heading h2 { margin: 13px 0 0; }
.archive-section-heading > p:last-child { margin: 16px 0 0; color: var(--hz-muted); line-height: 1.6; }
.archive-option-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.archive-option { min-width: 0; min-height: 440px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--hz-line); border-radius: 12px; background: var(--hz-panel); }
.archive-option--featured { border-color: rgba(91, 155, 255, .55); background: linear-gradient(180deg, rgba(91, 155, 255, .1), transparent 35%), var(--hz-panel); }
.archive-option__tag { align-self: flex-start; padding: 5px 7px; border: 1px solid var(--hz-line); border-radius: 5px; color: var(--hz-faint); font: 650 .54rem/1 var(--font-mono); text-transform: uppercase; letter-spacing: .07em; }
.archive-option--featured .archive-option__tag { border-color: rgba(91, 155, 255, .3); background: var(--hz-accent-soft); color: var(--hz-accent-2); }
.archive-option__icon { width: 43px; height: 43px; margin-top: 27px; display: grid; place-items: center; border: 1px solid var(--hz-line); border-radius: 10px; background: #0b1017; color: var(--hz-accent-2); }
.archive-option__icon svg { width: 20px; height: 20px; }
.archive-option h3 { margin: 18px 0 0; font-size: 1.05rem; }
.archive-option > p { margin: 12px 0 0; color: var(--hz-muted); font-size: .75rem; line-height: 1.55; }
.archive-option ul { margin: 21px 0 25px; padding: 0; display: grid; gap: 9px; list-style: none; }
.archive-option li { padding-left: 17px; position: relative; color: var(--hz-ink-soft); font-size: .68rem; }
.archive-option li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: .42em; border-radius: 50%; background: var(--hz-success); }
.archive-option .button { width: 100%; margin-top: auto; gap: 7px; }
.archive-option .button svg { width: 16px; height: 16px; }
.archive-steps { padding: clamp(28px, 4vw, 50px); display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 40px; align-items: end; border: 1px solid var(--hz-line); border-radius: 16px; background: #0d1219; }
.archive-steps h2 { margin: 13px 0 0; }
.archive-steps ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.archive-steps li { min-height: 150px; padding: 20px; display: grid; align-content: space-between; border-left: 1px solid var(--hz-line); }
.archive-steps li b { color: var(--hz-accent-2); font: 600 .72rem/1 var(--font-mono); }
.archive-steps li span { display: grid; gap: 6px; }
.archive-steps li strong { font-size: .86rem; }
.archive-steps li small { color: var(--hz-muted); font-size: .68rem; line-height: 1.48; }
.archive-final { min-height: 300px; padding: clamp(34px, 5vw, 66px); display: flex; align-items: end; justify-content: space-between; gap: 35px; border: 1px solid var(--hz-line); border-radius: 16px; background: linear-gradient(115deg, rgba(91,155,255,.12), transparent 48%), #0c1118; }
.archive-final > div { max-width: 780px; }
.archive-final h2 { margin: 14px 0 0; font-size: clamp(2.4rem, 4.6vw, 4.7rem); line-height: .95; }
.archive-final p:last-child { max-width: 680px; margin: 20px 0 0; color: var(--hz-muted); line-height: 1.62; }
.archive-final .button { min-width: 230px; gap: 8px; }
.archive-final .button svg { width: 18px; height: 18px; }

/* Owner console */
.page-owner .studio-header { display: none; }
.page-owner .site-notices, .page-owner .no-js, .page-owner .page-shell, .page-owner .site-footer { width: min(1580px,calc(100vw - 24px)); }
.owner-console { width: min(1580px,calc(100vw - 24px)); margin: 12px auto 0; padding: 0 0 60px; background: transparent; }
.owner-console-nav { position: sticky; top: 12px; height: calc(100vh - 24px); border: 1px solid var(--hz-line); border-radius: 14px; background: #0e131a; box-shadow: none; }
.owner-console-nav a { border-radius: 8px; color: var(--hz-muted); }.owner-console-nav a:hover, .owner-console-nav a[aria-current="page"] { background: var(--hz-accent-soft); color: var(--hz-accent-2); }
.owner-command-view, .owner-companion-view, .owner-photo-spots-view, .owner-scene-view { min-width: 0; padding-bottom: 60px; }
.owner-command-hero, .owner-page-head { border: 1px solid var(--hz-line); border-radius: 14px; background: #0d1219; box-shadow: none; }
.owner-dashboard-panel, .owner-control-panel, .owner-settings-card, .owner-record-browser,
.owner-editor-panel, .owner-companion-panel, .owner-photo-spot-editor, .owner-photo-spot-list,
.owner-scene-curation-panel, .owner-scene-desk-card, .owner-duel-list, .owner-users-list,
.owner-user-card, .owner-experience-preview, .owner-form {
  border: 1px solid var(--hz-line); border-radius: 11px; background: var(--hz-panel); box-shadow: none;
}
.owner-metric-grid > *, .owner-launch-grid > *, .owner-command-grid > * { border-color: var(--hz-line); border-radius: 9px; background: var(--hz-panel); }
.owner-toggle-row, .owner-record, .owner-control-submission-row, .owner-photo-spot-existing__item,
.owner-scene-card, .owner-duel-card { border-color: var(--hz-line); border-radius: 8px; background: #0c1118; }

/* Footer and standalone screens */
.site-footer { width: var(--hz-content); margin: 14px auto 22px; padding: 26px; border: 1px solid var(--hz-line); border-radius: 14px; background: #0e131a; }
.footer-links a, .footer-mail { border: 1px solid transparent; border-radius: 7px; background: transparent; color: var(--hz-muted); }.footer-links a:hover, .footer-mail:hover { border-color: var(--hz-line); color: var(--hz-ink); }
.live-viewer-pill { left: 18px; right: auto; min-height: 40px; border-color: var(--hz-line-strong); border-radius: 10px; background: #121923; }
.page-maintenance { min-height: 100vh; padding: 18px; display: grid; place-items: center; }
.page-maintenance .maintenance-screen { width: min(720px,100%); margin: 0; padding: clamp(32px,6vw,68px); border: 1px solid var(--hz-line); border-radius: 16px; background: #0e131a; box-shadow: var(--hz-shadow-card); }
.maintenance-mark { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; border: 1px solid var(--hz-line); border-radius: 12px; background: var(--hz-panel); }.maintenance-mark img { width: 40px; height: 40px; object-fit: contain; }
.maintenance-status { display: flex; align-items: center; gap: 8px; color: var(--hz-muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }.maintenance-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--hz-warning); box-shadow: 0 0 10px var(--hz-warning); }
.maintenance-screen h1 { max-width: 600px; margin: 17px 0 0; font-size: clamp(2.6rem,6vw,4.8rem); line-height: .96; }.maintenance-screen > p { max-width: 540px; margin: 20px 0 0; color: var(--hz-muted); }
.maintenance-rule { height: 1px; margin: 35px 0 16px; background: var(--hz-line); }.maintenance-foot { display: flex; justify-content: space-between; color: var(--hz-faint); font-size: .68rem; }.maintenance-foot a { color: var(--hz-accent-2); }

@media (max-width: 1260px) {
  .studio-header { grid-template-columns: auto 1fr auto; }
  .studio-nav a { padding-inline: 9px; }.studio-nav a svg { display: none; }
  .studio-header .hz-command-trigger { width: 40px; min-width: 40px; padding: 0; justify-content: center; }.studio-header .hz-command-trigger span, .studio-header .hz-command-trigger kbd { display: none; }.studio-header .hz-command-trigger::before { content: "⌕"; font: 700 1rem/1 var(--font-mono); }
  .fresh-library-layout { grid-template-columns: 220px minmax(0,1fr); }.fresh-inspector { display: none; }
  .studio-hero { grid-template-columns: minmax(0,1fr) minmax(390px,.85fr); }.studio-hero__copy { padding: 42px; }
  .shutdown-notice__actions { align-items: stretch; flex-direction: column; }
  .shutdown-notice__actions a { min-height: 38px; }
  .archive-option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-option { min-height: 405px; }
  .archive-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-proof article:nth-child(2) { border-right: 0; }
  .archive-proof article:nth-child(-n+2) { border-bottom: 1px solid var(--hz-line); }
}

@media (max-width: 900px) {
  :root { --hz-content: calc(100vw - 20px); --hz-content-narrow: calc(100vw - 20px); }
  .site-header.studio-header { width: calc(100vw - 20px); min-height: 60px; margin-top: 8px; padding: 7px 8px 7px 11px; grid-template-columns: 1fr auto auto; border-radius: 13px; }
  .studio-brand { min-width: 0; }.studio-brand em { display: none; }
  .studio-header .nav-toggle { display: inline-flex; grid-column: 2; grid-row: 1; order: 0; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid var(--hz-line); border-radius: 9px; background: var(--hz-panel); }
  .studio-header .header-actions { grid-column: 3; grid-row: 1; display: flex; justify-self: end; }
  .studio-header .language-menu { display: block; }.studio-header .language-menu__trigger { width: 40px; padding: 0; justify-content: center; }.studio-header .language-menu__trigger > span { display: none; }.studio-header .header-login-button span, .studio-header .header-account-chip > span, .studio-header .account-chip-caret { display: none; }.studio-header .header-cta { width: 40px; padding: 0; justify-content: center; }
  .studio-nav { position: absolute; top: calc(100% + 7px); left: 0; right: 0; z-index: 120; display: grid; grid-template-columns: repeat(2,1fr); gap: 5px; padding: 8px; border: 1px solid var(--hz-line-strong); border-radius: 12px; background: #111821; box-shadow: var(--hz-shadow-float); opacity: 0; transform: translateY(-7px); pointer-events: none; }
  .studio-nav[data-state="open"] { opacity: 1; transform: none; pointer-events: auto; }.studio-nav a { justify-content: flex-start; }.studio-nav a svg { display: block; }
  .site-notices { grid-template-columns: 1fr; }.owner-maintenance-alert { grid-column: auto; }
  .shutdown-notice { grid-column: auto; grid-template-columns: auto minmax(0, 1fr); }
  .shutdown-notice__actions { grid-column: 1 / -1; flex-direction: row; }
  .shutdown-notice__actions a { min-height: 42px; }
  .site-alert__copy, .bug-alert__copy, .discord-alert__copy { white-space: normal; }
  .studio-hero { display: block; min-height: 0; }.studio-hero__copy { padding: 44px 22px; }.studio-hero h1 { font-size: clamp(3rem,11vw,5rem); }.studio-preview { min-height: 530px; border-left: 0; border-top: 1px solid var(--hz-line); }
  .orbit-strip { grid-template-columns: repeat(2,1fr); }.orbit-strip article:nth-child(2) { border-right: 0; }.orbit-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--hz-line); }
  .orbit-workflow-grid { grid-template-columns: 1fr; }.orbit-card { min-height: 150px; }
  .orbit-image-lab { grid-template-columns: 1fr; }.photo-tool-body { grid-template-columns: 1fr; }
  .orbit-scene-strip { grid-template-columns: 1fr; }
  .fresh-library-top { grid-template-columns: 1fr; padding: 34px 20px 26px; }.fresh-library-scoreboard { overflow-x: auto; grid-template-columns: repeat(5,105px); }.fresh-library-command { grid-template-columns: 1fr; }.fresh-library-actions { margin-top: 0; }
  .fresh-library-layout { display: block; }.fresh-filter-dock { position: static; max-height: none; margin-bottom: 10px; }.fresh-result-board { padding: 11px; }
  .scene-hero, .misc-v5-hero { display: block; min-height: 0; padding: 38px 22px; }.scene-meet-card, .misc-v5-overview { margin-top: 28px; }
  .scene-feature { grid-template-columns: 1fr; }.scene-feature__media { min-height: 300px; }.scene-grid, .photo-spot-grid, .misc-v5-grid, .kit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .archive-hero { display: block; min-height: 0; }
  .archive-hero__copy { padding: 48px 24px; }
  .archive-hero__visual { min-height: 470px; border-left: 0; border-top: 1px solid var(--hz-line); }
  .archive-steps { grid-template-columns: 1fr; gap: 24px; }
  .archive-final { align-items: flex-start; flex-direction: column; }
  .page-owner .site-notices, .page-owner .no-js, .page-owner .page-shell, .page-owner .site-footer, .owner-console { width: calc(100vw - 20px); }
  .owner-console { display: block; }.owner-console-nav { position: static; height: auto; margin-bottom: 10px; }
  .footer-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .studio-header .hz-command-trigger { display: none; }
  .studio-hero__copy { padding: 36px 17px; }.studio-hero h1 { font-size: 3.15rem; }.studio-hero__facts { gap: 14px; justify-content: space-between; }.studio-hero__facts dt { font-size: .5rem; }.studio-hero__facts dd { font-size: .62rem; }
  .studio-hero .orbit-search__row button { width: 44px; padding: 0; overflow: hidden; color: transparent; }.studio-hero .orbit-search__row button::after { content: "→"; color: #07101d; }
  .studio-preview { min-height: 470px; padding: 14px; }.studio-preview__swatch { min-height: 210px; }.studio-preview__values { grid-template-columns: 1fr; }
  .orbit-strip { grid-template-columns: 1fr; }.orbit-strip article { border-right: 0; border-bottom: 1px solid var(--hz-line); }.orbit-strip article:last-child { border-bottom: 0; }
  .fresh-paint-wall, .paint-wall, .scene-grid, .photo-spot-grid, .misc-v5-grid, .kit-grid { grid-template-columns: 1fr; }.paint-swatch { min-height: 205px; }
  .fresh-library-search-field button { width: 42px; padding: 0; overflow: hidden; color: transparent; }.fresh-library-search-field button svg { color: #07101d; }
  .scene-hero h1, .misc-v5-hero h1, .photo-spots-hero h1, .duel-hero h1, .generator-hero h1, .scene-build-hero h1, .scene-submit-head h1, .scene-submissions-hero h1, .paint-detail-lead h1 { font-size: 3rem; }
  .site-footer { padding: 22px 16px; }
  .shutdown-notice { padding: 16px; grid-template-columns: 1fr; gap: 13px; box-shadow: inset 0 3px 0 var(--hz-danger); }
  .shutdown-notice__signal { width: 42px; height: 42px; }
  .shutdown-notice__copy strong { font-size: 1.04rem; }
  .shutdown-notice__actions { grid-column: auto; display: grid; grid-template-columns: 1fr; }
  .shutdown-notice__actions a { width: 100%; }
  .archive-hero h1 { font-size: 3.25rem; }
  .archive-hero__actions { display: grid; }
  .archive-hero__actions .button { width: 100%; }
  .archive-hero__visual { min-height: 405px; padding: 18px; }
  .archive-drive { min-height: 310px; padding: 20px; }
  .archive-drive > strong { margin-top: 46px; font-size: 3.5rem; }
  .archive-drive dl { gap: 4px; }
  .archive-drive dl div { padding: 8px 6px; }
  .archive-proof, .archive-option-grid { grid-template-columns: 1fr; }
  .archive-proof article { border-right: 0; border-bottom: 1px solid var(--hz-line); }
  .archive-proof article:last-child { border-bottom: 0; }
  .archive-option { min-height: 0; }
  .archive-steps ol { grid-template-columns: 1fr; }
  .archive-steps li { min-height: 118px; border-left: 0; border-top: 1px solid var(--hz-line); }
  .archive-final .button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms; animation-iteration-count: 1; transition-duration: .01ms; scroll-behavior: auto; }
}

/* Focused public site: colour library + preservation notice */
body:not(.page-owner) {
  background:
    radial-gradient(circle at 50% -12rem, rgba(91, 155, 255, .09), transparent 34rem),
    var(--hz-bg);
}
.site-header.focused-header {
  min-height: 62px;
  padding: 7px 9px 7px 14px;
  grid-template-columns: auto 1fr;
  gap: 18px;
}
.focused-header .studio-brand { min-width: 0; }
.focused-header .focused-nav {
  position: static;
  inset: auto;
  justify-self: end;
  display: inline-flex;
  grid-template-columns: none;
  gap: 3px;
  padding: 3px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.focused-header .focused-nav a {
  min-height: 40px;
  padding: 0 12px;
  justify-content: center;
}
.focused-header .focused-nav a svg { display: block; width: 15px; height: 15px; }
.site-notices { display: block; }
.shutdown-notice {
  min-height: 86px;
  padding: 14px 16px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  border-color: rgba(255, 116, 131, .32);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 116, 131, .085), transparent 52%), #0e131a;
  box-shadow: inset 3px 0 0 var(--hz-danger);
}
.shutdown-notice::after { display: none; }
.shutdown-notice__signal { width: 42px; height: 42px; border-radius: 9px; }
.shutdown-notice__signal::before { font-size: 1.05rem; }
.shutdown-notice__copy { gap: 3px; }
.shutdown-notice__copy strong { font-size: 1rem; }
.shutdown-notice__copy span { font-size: .72rem; line-height: 1.42; }
.shutdown-notice__actions { flex-direction: row; }
.shutdown-notice__actions a { min-height: 40px; padding: 0 13px; }

.clean-library { padding: 0 0 58px; }
.clean-library > section + section { margin-top: 10px; }
.clean-library-head {
  min-height: 330px;
  padding: clamp(32px, 5vw, 66px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  border: 1px solid var(--hz-line);
  border-radius: 16px;
  background: #0d1219;
}
.clean-library-head h1 {
  max-width: 850px;
  margin: 15px 0 0;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.07em;
}
.clean-library-head > div > p:last-child {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--hz-muted);
  font-size: .94rem;
  line-height: 1.58;
}
.clean-library-stats {
  min-width: 360px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--hz-line);
  border-radius: 10px;
  background: #0a0e14;
}
.clean-library-stats div { min-width: 0; padding: 15px; border-right: 1px solid var(--hz-line); }
.clean-library-stats div:last-child { border-right: 0; }
.clean-library-stats dt { color: var(--hz-faint); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
.clean-library-stats dd { margin: 6px 0 0; color: var(--hz-muted); font-size: .63rem; white-space: nowrap; }
.clean-library-stats b { color: var(--hz-ink); font: 650 .86rem/1 var(--font-mono); }
.fresh-library-command.clean-search-panel {
  padding: 15px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  border: 1px solid var(--hz-line);
  border-radius: 12px;
  background: #0d1219;
}
.clean-search-panel .fresh-library-command__main > label {
  display: block;
  margin-bottom: 7px;
  color: var(--hz-faint);
  font-size: .61rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.clean-search-panel .fresh-library-search-field {
  min-height: 50px;
  padding-left: 14px;
  background: #090d13;
}
.clean-search-panel .fresh-library-search-field input { min-height: 40px; }
.clean-search-panel .fresh-library-search-field button { min-height: 40px; padding: 0 14px; }
.clean-reset { min-height: 50px; gap: 7px; }
.clean-reset svg { width: 16px; height: 16px; }
.clean-filter-bar {
  padding: 14px;
  border: 1px solid var(--hz-line);
  border-radius: 12px;
  background: #0d1219;
}
.clean-filter-bar .fresh-filter-stack { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.clean-filter-bar .fresh-filter-stack label { gap: 6px; }
.clean-filter-bar .fresh-filter-stack label > span {
  color: var(--hz-faint);
  font-size: .58rem;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.clean-filter-bar .fresh-filter-stack select {
  width: 100%;
  min-height: 42px;
  padding-inline: 10px;
  border: 1px solid var(--hz-line);
  border-radius: 8px;
  background: #090d13;
  color: var(--hz-ink-soft);
}
.clean-quick-row { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.clean-quick-row .quick-picks { display: flex; flex-wrap: wrap; gap: 6px; }
.clean-quick-row .quick {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--hz-line);
  border-radius: 7px;
  background: #0a0f16;
  color: var(--hz-muted);
  font-size: .63rem;
}
.clean-quick-row .quick:hover { border-color: var(--hz-line-strong); color: var(--hz-ink); }
.clean-quick-row .quick.is-active { border-color: rgba(91, 155, 255, .36); background: var(--hz-accent-soft); color: var(--hz-accent-2); }
.clean-quick-row .clear-save { flex: 0 0 auto; }
.clean-result-board {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--hz-line);
  border-radius: 12px;
  background: #0b1017;
}
.clean-result-board .fresh-result-board__head { margin-bottom: 12px; }
.clean-result-board .fresh-result-board__head h2 { margin-top: 5px; font-size: 1.45rem; }
.clean-result-board .fresh-result-board__head > p { max-width: 620px; color: var(--hz-faint); font-size: .66rem; text-align: right; }
.clean-result-board .fresh-active-stack { margin-bottom: 12px; }
.clean-result-board .fresh-paint-wall { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.clean-result-board .paint-card {
  grid-template-rows: 180px 1fr;
  border-radius: 10px;
  background: #111720;
}
.clean-result-board .paint-card-body { display: flex; flex-direction: column; gap: 9px; padding: 13px; }
.clean-result-board .paint-card h2 { min-height: 2.25em; font-size: .93rem; line-height: 1.16; }
.clean-result-board .paint-tags { min-height: 24px; }
.clean-result-board .paint-tags span { font-size: .52rem; }
.clean-result-board .paint-note { display: none; }
.clean-result-board .paint-facts { gap: 7px; }
.clean-result-board .forza-sliders { margin-top: 2px; }
.clean-result-board .paint-actions { margin-top: auto; padding-top: 4px; }
.clean-result-board .load-row { margin-top: 14px; }
.clean-result-board .load-row .button { width: 100%; }

.archive-clean { display: grid; gap: 10px; padding-bottom: 58px; }
.archive-clean > section + section { margin-top: 0; }
.archive-clean__hero {
  min-height: 510px;
  padding: clamp(34px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 55px;
  border: 1px solid var(--hz-line);
  border-radius: 16px;
  background: linear-gradient(115deg, rgba(91, 155, 255, .1), transparent 48%), #0d1219;
}
.archive-clean__hero h1 {
  max-width: 960px;
  margin: 16px 0 0;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.075em;
}
.archive-clean__hero h1 span { color: var(--hz-accent-2); }
.archive-clean__hero > div > p:last-of-type { max-width: 760px; margin: 24px 0 0; color: var(--hz-muted); line-height: 1.62; }
.archive-clean__primary { min-height: 58px; margin-top: 30px; padding: 8px 17px; gap: 11px; }
.archive-clean__primary svg { width: 20px; height: 20px; }
.archive-clean__primary span { display: grid; text-align: left; }
.archive-clean__primary small { margin-top: 2px; color: rgba(7, 16, 29, .66); font-size: .59rem; }
.archive-clean__summary {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hz-line);
  border-radius: 11px;
  background: #0a0f16;
}
.archive-clean__summary div { min-height: 68px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--hz-line); }
.archive-clean__summary div:last-child { border-bottom: 0; }
.archive-clean__summary dt { color: var(--hz-faint); font-size: .58rem; letter-spacing: .07em; text-transform: uppercase; }
.archive-clean__summary dd { margin: 0; color: var(--hz-ink); font: 650 .73rem/1 var(--font-mono); }
.archive-clean__downloads { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--hz-line); border-radius: 14px; background: #0d1219; }
.archive-clean__downloads header { max-width: 700px; }
.archive-clean__downloads h2 { margin: 12px 0 0; }
.archive-clean__grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.archive-clean__grid article { min-height: 300px; padding: 20px; display: flex; flex-direction: column; border: 1px solid var(--hz-line); border-radius: 10px; background: var(--hz-panel); }
.archive-clean__grid article.is-featured { border-color: rgba(91, 155, 255, .48); background: linear-gradient(180deg, rgba(91,155,255,.08), transparent 45%), var(--hz-panel); }
.archive-clean__grid article > span { align-self: flex-start; padding: 4px 6px; border: 1px solid var(--hz-line); border-radius: 5px; color: var(--hz-faint); font: 650 .52rem/1 var(--font-mono); letter-spacing: .06em; text-transform: uppercase; }
.archive-clean__grid article > svg { width: 24px; height: 24px; margin-top: 26px; color: var(--hz-accent-2); }
.archive-clean__grid h3 { margin: 14px 0 0; font-size: 1rem; }
.archive-clean__grid p { margin: 10px 0 22px; color: var(--hz-muted); font-size: .72rem; line-height: 1.54; }
.archive-clean__grid article > .button { width: 100%; margin-top: auto; gap: 7px; }
.archive-clean__grid article > div { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.archive-clean__grid article > div .button { width: 100%; }
.archive-clean__help {
  padding: 19px 21px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--hz-line);
  border-radius: 11px;
  background: #0d1219;
}
.archive-clean__help strong { font-size: .78rem; }
.archive-clean__help ol { margin: 0; padding-left: 20px; display: flex; flex-wrap: wrap; gap: 14px 32px; color: var(--hz-muted); font-size: .68rem; }
.archive-clean__help code { color: var(--hz-ink-soft); font-size: .64rem; }
.archive-clean__help > a { color: var(--hz-accent-2); font-size: .68rem; font-weight: 750; white-space: nowrap; }

.focused-footer { padding: 22px 24px; }
.focused-footer__main { display: flex; align-items: center; gap: 16px; }
.focused-footer__main p { margin: 0; color: var(--hz-muted); font-size: .68rem; }
.focused-footer .footer-links { margin: 18px 0; justify-content: flex-start; }
.focused-footer .footer-bottom { padding-top: 15px; border-top: 1px solid var(--hz-line); color: var(--hz-faint); font-size: .62rem; }

@media (max-width: 1280px) {
  .clean-library-head { grid-template-columns: 1fr; align-items: start; }
  .clean-library-stats { min-width: 0; width: min(500px, 100%); }
  .clean-result-board .fresh-paint-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .site-header.focused-header { width: calc(100vw - 20px); grid-template-columns: 1fr auto; }
  .focused-header .focused-nav { position: static; display: inline-flex; opacity: 1; transform: none; pointer-events: auto; }
  .focused-header .focused-nav a { min-height: 38px; padding: 0 9px; justify-content: center; }
  .focused-header .focused-nav a svg { display: none; }
  .shutdown-notice { grid-template-columns: auto minmax(0, 1fr); }
  .shutdown-notice__actions { grid-column: 1 / -1; }
  .clean-filter-bar .fresh-filter-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .clean-filter-bar .fresh-filter-stack label:last-child { grid-column: 1 / -1; }
  .clean-result-board .fresh-paint-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-clean__hero { grid-template-columns: 1fr; min-height: 0; gap: 36px; }
  .archive-clean__summary { width: min(520px, 100%); }
  .archive-clean__grid { grid-template-columns: 1fr; }
  .archive-clean__grid article { min-height: 260px; }
  .archive-clean__help { grid-template-columns: 1fr; gap: 13px; }
  .archive-clean__help ol { display: grid; gap: 8px; }
}

@media (max-width: 600px) {
  .site-header.focused-header { padding-left: 11px; }
  .focused-header .studio-brand em { display: none; }
  .focused-header .focused-nav a:first-child { display: none; }
  .focused-header .focused-nav a { font-size: .68rem; }
  .shutdown-notice { padding: 14px; grid-template-columns: 1fr; gap: 10px; box-shadow: inset 0 3px 0 var(--hz-danger); }
  .shutdown-notice__signal { display: none; }
  .shutdown-notice__actions { grid-column: auto; }
  .shutdown-notice__actions a { width: 100%; }
  .clean-library-head { min-height: 0; padding: 34px 19px; gap: 28px; }
  .clean-library-head h1 { font-size: 3.15rem; }
  .clean-library-stats { grid-template-columns: 1fr; }
  .clean-library-stats div { border-right: 0; border-bottom: 1px solid var(--hz-line); }
  .clean-library-stats div:last-child { border-bottom: 0; }
  .fresh-library-command.clean-search-panel { grid-template-columns: 1fr; }
  .clean-search-panel .fresh-library-search-field button { width: auto; padding: 0 11px; color: var(--hz-ink-soft); }
  .clean-search-panel .fresh-library-search-field button svg { display: none; }
  .clean-reset { width: 100%; }
  .clean-filter-bar .fresh-filter-stack { grid-template-columns: 1fr; }
  .clean-filter-bar .fresh-filter-stack label:last-child { grid-column: auto; }
  .clean-quick-row { align-items: stretch; flex-direction: column; }
  .clean-quick-row .quick-picks { display: grid; grid-template-columns: 1fr 1fr; }
  .clean-quick-row .clear-save { width: 100%; }
  .clean-result-board { padding: 11px; }
  .clean-result-board .fresh-result-board__head > p { text-align: left; }
  .clean-result-board .fresh-paint-wall { grid-template-columns: 1fr; }
  .clean-result-board .paint-card { grid-template-rows: 205px 1fr; }
  .archive-clean__hero { padding: 36px 19px; }
  .archive-clean__hero h1 { font-size: 3.25rem; }
  .archive-clean__primary { width: 100%; }
  .archive-clean__downloads { padding: 26px 15px; }
  .focused-footer__main { align-items: flex-start; flex-direction: column; }
  .focused-footer .footer-links { align-items: flex-start; flex-direction: column; }
  .focused-footer .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

/* Separate live notice and corrected HUEZON navbar branding */
.live-notice-shell {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(255, 116, 131, .2);
  background: #0a0e14;
}
.live-service-notice {
  width: var(--hz-content);
  min-height: 46px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
}
.live-service-notice__status {
  min-height: 25px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 116, 131, .26);
  border-radius: 6px;
  background: rgba(255, 116, 131, .075);
  color: #ff9aa6;
  font: 700 .55rem/1 var(--font-mono);
  letter-spacing: .085em;
  text-transform: uppercase;
  white-space: nowrap;
}
.live-service-notice__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hz-danger);
  box-shadow: 0 0 0 0 rgba(255, 116, 131, .4);
  animation: live-notice-pulse 2.2s ease-out infinite;
}
@keyframes live-notice-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 116, 131, .42); }
  55%, 100% { box-shadow: 0 0 0 7px rgba(255, 116, 131, 0); }
}
.live-service-notice p {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  overflow: hidden;
  font-size: .68rem;
  line-height: 1.4;
}
.live-service-notice p strong { flex: 0 0 auto; color: var(--hz-ink); }
.live-service-notice p span {
  min-width: 0;
  overflow: hidden;
  color: var(--hz-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-service-notice > a {
  min-height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--hz-line-strong);
  border-radius: 7px;
  background: var(--hz-panel);
  color: var(--hz-ink-soft);
  font-size: .62rem;
  font-weight: 760;
  white-space: nowrap;
}
.live-service-notice > a:hover { border-color: #526076; color: #fff; }
.live-service-notice > a svg { width: 14px; height: 14px; }
.site-header.focused-header {
  margin-top: 10px;
  padding-left: 10px;
}
.focused-header .studio-brand {
  min-width: 0;
  padding: 2px;
  gap: 10px;
}
.focused-brand-logo {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: block;
  object-fit: contain;
}
.focused-header .studio-brand > span:last-child {
  min-width: 0;
  display: grid;
  line-height: 1;
}
.focused-header .studio-brand strong {
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .09em;
}
.focused-header .studio-brand em {
  margin-top: 5px;
  color: var(--hz-faint);
  font-size: .57rem;
  font-style: normal;
  letter-spacing: .025em;
}
.focused-header .focused-nav a { border: 1px solid transparent; }
.focused-header .focused-nav a:hover { border-color: var(--hz-line); }
.focused-header .focused-nav a[aria-current="page"],
.focused-header .focused-nav a[data-hz-route-current="true"] {
  border-color: rgba(91, 155, 255, .22);
}

@media (max-width: 760px) {
  .live-service-notice {
    width: calc(100vw - 20px);
    min-height: 52px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
  }
  .live-service-notice p { display: block; }
  .live-service-notice p strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .live-service-notice p span { display: none; }
  .live-service-notice > a span { display: none; }
  .live-service-notice > a { width: 34px; min-height: 34px; padding: 0; }
}

@media (max-width: 480px) {
  .live-service-notice { grid-template-columns: minmax(0, 1fr) auto; }
  .live-service-notice__status { display: none; }
  .site-header.focused-header { min-height: 58px; }
  .focused-brand-logo { width: 32px; height: 32px; flex-basis: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .live-service-notice__status i { animation: none; }
}

/* HUEZON transition homepage */
.page-transition { background: #0b0c0f; }
.page-transition .focused-header { background: #0b0c0f; }
.transition-home {
  position: relative;
  min-height: calc(100svh - 220px);
  overflow: hidden;
  background: #0b0c0f;
  color: #f4f4f2;
}
.transition-home__hero {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(76px, 11vh, 132px) 0 92px;
  text-align: center;
}
.transition-home__identity {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 46px;
  color: #f7f7f5;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .16em;
}
.transition-home__identity img { width: 54px; height: 54px; object-fit: contain; }
.transition-home__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #a6abb3;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.transition-home__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5b9bff;
  box-shadow: 0 0 0 5px rgba(91, 155, 255, .1);
}
.transition-home h1 {
  margin: 0;
  color: #f4f4f2;
  font-family: "Unbounded", "Inter", sans-serif;
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 620;
  letter-spacing: -.055em;
  line-height: 1.02;
}
.transition-home__lead {
  max-width: 680px;
  margin: 30px auto 0;
  color: #aeb2b9;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.75;
}
.transition-home__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 38px;
}
.transition-home__actions a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 720;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.transition-home__actions a:hover { transform: translateY(-2px); }
.transition-home__actions svg { width: 18px; height: 18px; }
.transition-home__primary {
  border: 1px solid #76aaff;
  background: #5b9bff;
  color: #07101e;
}
.transition-home__primary:hover { background: #76aaff; }
.transition-home__secondary {
  border: 1px solid #343840;
  background: #111317;
  color: #e4e5e7;
}
.transition-home__secondary:hover { border-color: #515762; background: #16181d; }
.transition-home__current {
  margin-top: clamp(72px, 10vh, 110px);
  border-top: 1px solid #292c32;
  text-align: left;
}
.transition-home__current > p {
  margin: 0;
  padding: 22px 0;
  color: #727780;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.transition-home__current > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #202329;
}
.transition-home__current a {
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 10px 24px;
  padding: 25px 32px 25px 0;
  border-bottom: 1px solid #292c32;
  transition: background 180ms ease, padding 180ms ease;
}
.transition-home__current a + a {
  border-left: 1px solid #292c32;
  padding-left: 32px;
}
.transition-home__current a:hover { background: #101216; padding-right: 24px; }
.transition-home__current a + a:hover { padding-left: 40px; }
.transition-home__current span { color: #f0f1f2; font-size: 17px; font-weight: 690; }
.transition-home__current small {
  max-width: 330px;
  color: #858b95;
  font-size: 12px;
  line-height: 1.55;
}
.transition-home__current b {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #858b95;
  font-size: 18px;
  font-weight: 400;
}
.transition-home__spectrum {
  height: 4px;
  background: linear-gradient(90deg, #15d5cb 0%, #368dff 28%, #7b4dff 52%, #ff3ca6 76%, #ff9736 100%);
}
.page-transition .focused-footer { border-top-color: #25282e; background: #090a0c; }

@media (max-width: 680px) {
  .transition-home { min-height: auto; }
  .transition-home__hero {
    width: min(100% - 30px, 900px);
    padding: 64px 0;
  }
  .transition-home__identity { margin-bottom: 36px; }
  .transition-home h1 { font-size: clamp(43px, 13vw, 63px); }
  .transition-home__lead { font-size: 15px; line-height: 1.7; }
  .transition-home__actions { display: grid; }
  .transition-home__actions a { width: 100%; }
  .transition-home__current { margin-top: 70px; }
  .transition-home__current > div { grid-template-columns: 1fr; }
  .transition-home__current a,
  .transition-home__current a + a {
    min-height: 118px;
    border-left: 0;
    padding: 22px 16px 22px 0;
  }
  .transition-home__current a + a { border-top: 1px solid #292c32; }
  .transition-home__current a + a:hover { padding-left: 8px; }
}
