:root {
  --yp: #fcff52;
  --ink: #f4f4f5;
  --paper: #161616;
  --sheet: #1c1c1c;
  --row: #242424;
  --row2: #2c2c2c;
  --line: #2e2e2e;
  --mute: #a1a1aa;
  --ok: #86efac;
  --max: 1440px;
  --gutter: 64px;
  --pad: 32px;
  --gap: 24px;
  --section: 96px;
  --radius: 16px;
  --control: 48px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; }
body.en {
  --orange: var(--yp);
  --mut: var(--mute);
  background: var(--paper);
  color: var(--ink);
  font-family: "Instrument Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img { max-width: 100%; height: auto; }
body.en a { color: inherit; text-decoration: none; }
body.en a:hover { color: #fff; }
body.en button, body.en input, body.en select, body.en textarea { font: inherit; color: inherit; }
body.en :focus-visible { outline: 2px solid var(--yp); outline-offset: 3px; }

.yp-skip {
  position: absolute; left: -999px; top: 12px;
  background: var(--yp); color: #111; padding: 10px 16px; z-index: 20;
}
.yp-skip:focus { left: 16px; }

.yp-inner { width: min(var(--max), calc(100% - var(--gutter))); margin: 0 auto; }

.yp-head {
  position: sticky; top: 0; z-index: 20;
  background: #161616;
  border-bottom: 1px solid var(--line);
}
.yp-head .yp-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: var(--gap); padding: 20px 0;
}
.yp-logo {
  display: inline-flex; align-items: center; gap: 12px;
  color: #fff !important; text-decoration: none !important;
}
.yp-logo img { display: block; width: 44px; height: 44px; object-fit: cover; overflow: hidden; }
.yp-word {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -.02em;
  line-height: 1;
  color: #f4f4f5;
}
.yp-nav { display: flex; gap: 28px; align-items: center; font-size: 16px; font-weight: 500; flex-wrap: wrap; justify-content: flex-end; color: #d4d4d8; }
.yp-nav a { text-decoration: none; color: inherit; }
.yp-nav a:hover, .yp-nav a[aria-current="page"] { color: #fff; }
.yp-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: var(--control); padding: 0 22px;
  background: var(--yp); color: #111 !important; text-decoration: none !important;
  font-weight: 600; font-size: 16px; border-radius: 999px;
}
.yp-cta:hover { filter: brightness(1.05); color: #111 !important; }
.yp-cta.ghost {
  background: transparent; color: #fff !important;
  border: 1px solid #3f3f46;
  backdrop-filter: none;
  min-height: 42px;
  padding: 0 16px;
}
.yp-cta.ghost:hover { border-color: #fff; color: #fff !important; }

.yp-nav-check { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.yp-nav-btn {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #3f3f46;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}
.yp-nav-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  box-shadow: 0 6px 0 #fff, 0 -6px 0 #fff;
}

.ch-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(88vh, 920px);
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  text-align: center;
  background: #0b0b0b;
}
.ch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/assets/hero.jpg") center 42% / cover no-repeat;
}
.ch-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10,10,10,.42) 0%, rgba(10,10,10,.55) 38%, rgba(22,22,22,.92) 100%),
    linear-gradient(90deg, rgba(10,10,10,.28) 0%, transparent 28%, transparent 72%, rgba(10,10,10,.28) 100%);
  pointer-events: none;
}
.ch-subhero {
  text-align: center;
  padding: 108px 0 72px;
  background:
    radial-gradient(900px 380px at 50% -10%, rgba(252,255,82,.12), transparent 60%),
    #111;
}
.ch-subhero .yp-kicker { color: var(--yp); }
.ch-subhero h1 {
  margin: 0 auto 20px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -.045em;
  color: #ececec;
  max-width: 16ch;
}
.ch-subhero .yp-lede {
  margin: 0 auto 28px;
  font-size: 20px;
  line-height: 1.45;
  color: var(--mute);
  max-width: 40rem;
}
.ch-subhero .ch-ctas { margin-bottom: 40px; }
.ch-subhero .ch-console { text-align: left; max-width: 960px; margin: 0 auto; }
.ch-slash {
  height: 64px;
  background: var(--yp);
  clip-path: polygon(0 48%, 100% 0, 100% 100%, 0 100%);
}
.ch-learn {
  align-self: flex-end;
  display: inline-flex;
  background: var(--yp);
  color: #111 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.yp-find.is-solo { grid-template-columns: 1fr 160px; }
.yp-prose-wide { max-width: 52rem; margin: 0 auto; }
.ch-hero-copy { position: relative; z-index: 2; width: min(var(--max), calc(100% - var(--gutter))); }
.ch-hero-copy h1 {
  margin: 0 auto var(--gap);
  font-size: clamp(56px, 8.2vw, 108px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -.045em;
  color: #e8e8ea;
  max-width: 14ch;
}
.ch-hero .yp-lede {
  margin: 0 auto var(--pad);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--mute);
  max-width: 46rem;
}
.ch-ctas { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.ch-console {
  text-align: left;
  background: #111;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 32px 90px rgba(0,0,0,.5);
}

.yp-find-bleed { background: #111; padding: 20px 0; border-bottom: 1px solid var(--line); }
.yp-find {
  display: grid;
  grid-template-columns: 240px 240px 1fr 160px;
  gap: 0;
  background: #1a1a1a;
  min-height: 72px;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}
.yp-find-field { display: flex; flex-direction: column; justify-content: center; padding: 12px var(--pad) 14px; min-width: 0; border-left: 1px solid #2a2a2a; }
.yp-find-field:first-child { border-left: 0; }
.yp-find-field span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; color: var(--mute);
}
.yp-find-field select, .yp-find-field input {
  border: 0; background: transparent; outline: none; width: 100%; color: #fff; font-weight: 500; font-size: 18px; padding: 0;
}
.yp-find-field option { color: #111; }
.yp-find button {
  background: var(--yp); color: #111 !important; border: 0; font-weight: 700; cursor: pointer; font-size: 18px;
}
.yp-find button:hover { filter: brightness(1.05); }

.ch-trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: var(--pad) 0; text-align: center; }
.yp-kicker {
  margin: 0 0 16px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--yp); font-weight: 500;
}
.ch-marks {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 40px;
  color: #e4e4e7; font-size: 17px;
}
.ch-marks b { font-weight: 600; }

.yp-sec { padding: var(--section) 0 0; }
.yp-sec-tight { padding-top: var(--section); }
.yp-sec > h2, .yp-sec-head h2, .yp-split h2, .yp-split .yp-sec-head h2 {
  margin: 0 0 var(--pad);
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 500;
  letter-spacing: -.04em;
  color: #ececec;
  line-height: 1.1;
}
.yp-sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: var(--gap); margin-bottom: 0; }
.yp-sec-head h2 { margin-bottom: var(--pad); }
.yp-sec-head a, .yp-count { font-weight: 500; font-size: 16px; color: var(--mute); }
.yp-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  margin: 0 0 28px;
  padding: 32px 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--mute);
}
.yp-crumbs a { color: var(--mute); }
.yp-crumbs a:hover { color: #fff; }
.yp-crumbs-sep { color: #52525b; }
.yp-sec .yp-crumbs,
.std-hero .yp-crumbs,
.yp-sheet .yp-crumbs,
.pg-guide-head .yp-crumbs {
  padding-top: 0;
}
.pl-mast .yp-crumbs,
.pl-head .yp-crumbs,
.pl-split .yp-crumbs {
  padding-top: 8px;
  margin-bottom: 20px;
}
.yp-sheet {
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--pad);
}

.ch-cases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}
.ch-case {
  display: flex; flex-direction: column;
  text-decoration: none;
  background: var(--sheet); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--pad); min-height: 240px;
  transition: border-color .15s ease, background .15s ease;
}
.ch-case:hover { border-color: #52525b; background: #202020; }
.ch-case h3 { margin: 0 0 16px; font-size: 28px; font-weight: 500; display: flex; justify-content: space-between; gap: 16px; letter-spacing: -.03em; }
.ch-case h3 span { color: var(--yp); }
.ch-case p { margin: 0 0 auto; padding-bottom: var(--pad); color: var(--mute); font-size: 18px; }
.ch-case em { font-style: normal; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 14px; color: #d4d4d8; }

.ch-why { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: var(--pad); }
.ch-why h3 { margin: 0 0 16px; font-size: 28px; font-weight: 500; letter-spacing: -.03em; }
.ch-why p { margin: 0; color: var(--mute); font-size: 18px; }

.yp-split {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: var(--section);
  padding: var(--section) 0 0;
  align-items: start;
}
.yp-inq-lead { margin: 0 0 var(--pad); color: var(--mute); font-size: 18px; }

.yp-facets { display: grid; grid-template-columns: 1.12fr .88fr; gap: 48px; }
.yp-facets.is-compact { grid-template-columns: 1fr; gap: 8px; }
.yp-facet-col h3 {
  margin: 0 0 16px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--mute);
}
.yp-facet-col h3:not(:first-child) { margin-top: var(--pad); }
.yp-facet-k { margin: var(--pad) 0 12px; font-size: 18px; font-weight: 600; }
.yp-row {
  display: flex; align-items: center; gap: 16px;
  background: var(--row);
  padding: 16px 18px;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  border-radius: 12px;
  transition: background .12s ease;
}
.yp-row:hover { background: var(--row2); color: #fff; }
.yp-row-label { flex: 1; }
.yp-row-n { font-variant-numeric: tabular-nums; color: var(--mute); font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 15px; }
.yp-row::after { content: "→"; color: #71717a; font-size: 16px; }
.yp-row.is-child { margin-left: 20px; background: #1f1f1f; }
.yp-row.is-on { background: var(--yp); color: #111; }
.yp-row.is-on .yp-row-n, .yp-row.is-on::after { color: #111; }
.yp-row.is-zero { opacity: .4; }

.yp-chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 var(--pad); }
.yp-chip {
  display: inline-flex; align-items: center;
  background: var(--yp); color: #111 !important; text-decoration: none !important;
  padding: 10px 16px; font-size: 15px; font-weight: 600; border-radius: 999px;
}
.yp-chip.is-clear { background: transparent; color: #fff !important; border: 1px solid #3f3f46; }
.yp-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.yp-toolbar label { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--mute); }
.yp-toolbar select { border: 1px solid #3f3f46; background: #111; color: #fff; padding: 12px 14px; border-radius: 12px; }
.yp-range { margin: 0; font-size: 13px; color: var(--mute); font-family: "IBM Plex Mono", monospace; }
.yp-pager {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line);
}
.yp-pager a, .yp-pager span {
  min-width: 40px; height: 40px; padding: 0 12px; display: grid; place-items: center;
  border: 1px solid var(--line); text-decoration: none; font-size: 14px; color: var(--ink);
}
.yp-pager a:hover { border-color: #fff; color: #fff; }
.yp-pager a[aria-current="page"] { background: var(--yp); color: #111; border-color: var(--yp); }
.yp-pager span[aria-disabled="true"] { color: #52525b; }
.yp-pager .is-gap { border: 0; min-width: 16px; color: var(--mute); }
.yp-pager .yp-range { margin-left: auto; }
.pg-docs-more { padding: 56px 0 8px; border-bottom: 1px solid var(--line); }
.pg-docs-more h1 { margin: 0 0 8px; font-size: clamp(36px, 5vw, 56px); }
.pg-docs-more p { margin: 0; color: var(--mute); }
.pg-mac-index nav a[aria-current="page"] { background: var(--yp); color: #111; border-color: var(--yp); }
.pg-mac-index li a[aria-current="page"] { color: #fff; }
.yp-empty { padding: var(--pad) 0; color: var(--mute); }
.yp-dir { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: var(--gap); padding-bottom: var(--section); align-items: start; }
.yp-dir-side { position: sticky; top: 96px; }

.yp-plant {
  display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 16px 20px;
  padding: 20px 0; border-bottom: 1px solid var(--line); align-items: start;
}
.yp-plant-logo, .yp-plant-mono {
  width: 72px; height: 72px; aspect-ratio: 1 / 1;
  object-fit: contain; object-position: center;
  background: #fff; border-radius: 0; padding: 0;
  box-sizing: border-box; flex-shrink: 0;
}
.yp-shop-logo {
  width: 96px; height: 96px; aspect-ratio: 1 / 1;
  object-fit: contain; object-position: center;
  background: #fff; border-radius: 0; padding: 0;
  box-sizing: border-box; flex-shrink: 0;
}
.yp-plant-mono {
  display: grid; place-items: center;
  font-weight: 600; color: #111; font-size: 22px;
}
.yp-shop-head {
  display: grid; grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px; align-items: center; margin: 20px 0 12px;
}
.yp-shop-dek { font-size: 22px; color: var(--mute); margin: 8px 0 0; max-width: 40rem; }
.yp-plant:first-child { padding-top: 8px; }
.yp-plant:last-child { border-bottom: 0; padding-bottom: 0; }
.yp-plant-body { min-width: 0; }
.yp-plant-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px 20px; margin: 0 0 8px;
}
.yp-plant h3 {
  margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -.02em;
  line-height: 1.3; min-width: 0; flex: 1 1 auto;
  white-space: nowrap;
}
.yp-plant h3 a { text-decoration: none; }
.yp-meta { margin: 0 0 8px; font-size: 14px; color: var(--mute); }
.yp-kv { margin: 0 0 10px; font-size: 15px; }
.yp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.yp-tags a {
  background: #111; border: 1px solid #2e2e2e; padding: 6px 12px; font-size: 13px; font-weight: 500; text-decoration: none; border-radius: 999px;
}
.yp-right { text-align: right; }
.yp-right small { display: block; font-size: 13px; color: var(--mute); }
.yp-right b { display: block; font-size: 32px; font-weight: 500; line-height: 1.1; margin: 6px 0; }
.yp-actions { display: flex; gap: 8px; justify-content: flex-end; margin: 0; flex: 0 0 auto; }
.yp-actions .yp-btn { height: 40px; padding: 0 16px; font-size: 14px; }
.yp-actions-stack { flex-direction: column; justify-content: flex-start; }
.yp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: var(--control); padding: 0 18px; font-size: 15px; font-weight: 600;
  background: var(--yp); color: #111 !important; text-decoration: none !important; border: 0; cursor: pointer; border-radius: 999px;
}
.yp-btn.light { background: transparent; color: #fff !important; border: 1px solid #3f3f46; }

.yp-form { display: grid; gap: var(--gap); }
.yp-form label { display: grid; gap: 8px; font-size: 17px; font-weight: 500; letter-spacing: 0; text-transform: none; color: #e4e4e7; }
.yp-form input, .yp-form select, .yp-form textarea {
  border: 1px solid #3f3f46; background: #111; color: #fff; padding: 14px 16px; min-height: 52px; width: 100%; border-radius: 12px;
  font-size: 18px;
}
.yp-form input::placeholder, .yp-form textarea::placeholder, .yp-form select::placeholder {
  color: #c4c4cc;
  font-size: 18px;
  opacity: 1;
}
.yp-form textarea { min-height: 112px; resize: vertical; }
.yp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.auth-page {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 64px;
  align-items: start;
  padding: 72px 0 96px;
}
.auth-page.is-in { grid-template-columns: 1fr; max-width: 640px; }
.auth-copy h1, .auth-page h1 {
  margin: 0 0 16px;
  font-size: clamp(36px, 4.6vw, 52px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.05;
}
.auth-card h2 { margin: 0 0 20px; font-size: 22px; font-weight: 600; }
.auth-lead { margin: 0 0 28px; color: var(--mute); font-size: 18px; line-height: 1.5; }
.auth-why { list-style: none; margin: 0; padding: 0; }
.auth-why li { padding: 14px 0; border-top: 1px solid var(--line); color: #d4d4d8; font-size: 16px; line-height: 1.45; }
.auth-why b { display: block; color: #fff; margin-bottom: 4px; font-weight: 600; }
.auth-err { background: #2a1212; color: #fca5a5; padding: 12px 14px; margin: 0 0 16px; }
.auth-card {
  background: #111;
  border: 1px solid var(--line);
  padding: 28px;
}
.auth-google {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; height: 52px;
  background: #fff !important;
  color: #111 !important;
  border: 0; cursor: pointer;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.auth-google span { color: #111 !important; }
.auth-google:hover { filter: brightness(.96); }
.auth-or {
  margin: 22px 0;
  text-align: center;
  font-size: 16px;
  color: #d4d4d8;
}
.auth-switch { margin: 22px 0 0; color: var(--mute); font-size: 16px; }
.auth-switch a { color: var(--yp); }

.yp-arts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
}
.yp-art {
  display: flex; flex-direction: column;
  min-width: 0;
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--pad);
  text-decoration: none;
  min-height: 280px;
}
.yp-art:hover { border-color: #52525b; background: #202020; }
.yp-art small { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--yp); }
.yp-art h3 {
  margin: 16px 0 16px;
  font-size: 26px; font-weight: 500; letter-spacing: -.03em; line-height: 1.2;
  overflow-wrap: break-word;
}
.yp-art p { margin: 0 0 auto; padding-bottom: var(--pad); font-size: 17px; color: var(--mute); overflow-wrap: break-word; }
.yp-art span { font-weight: 500; font-size: 16px; color: #d4d4d8; }

.yp-faq details { border-bottom: 1px solid var(--line); }
.yp-faq summary {
  cursor: pointer; font-weight: 500; font-size: 20px; padding: 22px 0; list-style: none;
  display: flex; gap: 16px; align-items: baseline;
}
.yp-faq summary span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 14px; color: var(--yp); min-width: 2rem;
}
.yp-faq summary::-webkit-details-marker { display: none; }
.yp-faq p { margin: 0 0 22px 3rem; color: var(--mute); font-size: 17px; }

.yp-shop-sub { margin: 0 0 var(--pad); color: var(--mute); font-size: 18px; }
.yp-aside-h { margin: 0 0 16px; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.yp-mail { font-weight: 600; word-break: break-all; font-size: 18px; }
.yp-ops { margin: var(--pad) 0 0; }
.yp-ops div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); font-size: 16px; }
.yp-ops dt { color: var(--mute); }
.yp-ops dd { margin: 0; text-align: right; }
.yp-block { margin-bottom: var(--gap); }
.yp-block h2 { margin: 0 0 16px; font-size: 24px; font-weight: 500; color: #ececec; }
.yp-plate { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap) var(--pad); margin: var(--pad) 0 0; }
.yp-plate dt { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.yp-plate dd { margin: 8px 0 0; font-weight: 500; font-size: 17px; }
.yp-table { width: 100%; border-collapse: collapse; font-size: 16px; }
.yp-table caption { text-align: left; font-size: 14px; color: var(--mute); padding: 0 0 10px; caption-side: top; }

.yp-rfq-home { max-width: none; }
.yp-rfq-band {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(340px, 1.15fr);
  gap: 48px 64px;
  align-items: start;
}
.yp-rfq-points {
  list-style: none; margin: 0 0 24px; padding: 0;
  color: var(--mute); font-size: 17px;
}
.yp-rfq-points li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
#listed, #rfq, #guides, #faq, #use-cases { scroll-margin-top: 96px; }
.rfq-page { max-width: 720px; margin-inline: auto; }
body.en .rfq-page h1 { font-size: clamp(32px, 4.2vw, 44px); margin: 0 0 12px; }
.rfq-page .yp-sheet { padding: 28px; }
.rfq-triple { grid-template-columns: 1fr 1fr 1fr; }

body.en:not(.is-home) #main { padding-top: 20px; }
.pl { padding-top: 0; padding-bottom: 64px; }
.pl-mast { padding: 28px 32px 32px; margin-bottom: var(--gap); }
.pl-head { margin-bottom: 28px; padding-top: 8px; }
.pl-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: var(--gap);
  align-items: start;
}
.pl-grid-flip { grid-template-columns: minmax(0, 1fr) 300px; }
.pl-a .pl-grid { grid-template-columns: 300px minmax(0, 1fr); }
.pl-a .pl-rail { order: 0; }
.pl-rail { position: sticky; top: 96px; }
.pl-specstrip {
  list-style: none; margin: 0 0 var(--gap); padding: 0;
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
}
.pl-specstrip li { background: var(--sheet); padding: 16px 18px; }
.pl-specstrip span { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.pl-specstrip strong { display: block; margin-top: 8px; font-size: 16px; font-weight: 500; }
.pl-models { list-style: none; margin: 0; padding: 0; }
.pl-models li { padding: 18px 0; border-top: 1px solid var(--line); }
.pl-models h3 { margin: 0 0 6px; font-size: 20px; font-weight: 500; }
.pl-models p { margin: 0; color: var(--mute); }
.pl-quote { margin: 0 0 16px; padding: 0 0 0 16px; border-left: 3px solid var(--yp); color: var(--mute); }
.pl-tags-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.pl-faq dt { margin: 18px 0 6px; font-size: 20px; font-weight: 500; }
.pl-faq dd { margin: 0; color: var(--mute); }
.pl-mast { padding: 28px 32px 32px; margin-bottom: var(--gap); }
.pl-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: var(--gap); margin-bottom: var(--gap); align-items: start; }
.pl-cta .yp-btn { margin: 8px 8px 0 0; }
.pl-model-dl { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.pl-model-dl dt { font-weight: 600; }
.pl-model-dl dd { margin: 0; color: var(--mute); display: flex; flex-wrap: wrap; gap: 10px 16px; }
.pl-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; padding: 0; list-style: none; }
.pl-facts li { padding: 10px 0; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .pl-grid, .pl-a .pl-grid, .pl-grid-flip, .pl-split, .pl-specstrip, .pl-model-dl, .pl-facts, .rfq-triple {
    grid-template-columns: 1fr;
  }
  .std-rail { position: static; }
}
.yp-table th, .yp-table td { text-align: left; padding: 12px 8px; border-bottom: 1px solid var(--line); }
.yp-table th { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.yp-certs { list-style: none; margin: 0; padding: 0; }
.yp-certs li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }

.yp-foot {
  padding: 48px 0 0;
  margin-top: 0;
  font-size: 15px;
  color: var(--mute);
  border-top: 0;
}
.yp-foot-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 40px 32px;
  padding-bottom: 48px;
}
.yp-foot-brand p { margin: 10px 0 14px; max-width: 32ch; line-height: 1.5; }
.yp-foot strong { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; color: #fff; font-weight: 600; }
.yp-foot a { display: block; padding: 5px 0; color: var(--mute); text-decoration: none; }
.yp-foot a:hover { color: #fff; }
.yp-foot-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  padding: 16px 0 28px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.yp-foot-bar a { display: inline; padding: 0; }
.cn-site .yp-head,
.cn-site .yp-share,
.cn-site .yp-share-wrap,
.cn-site .yp-foot,
.cn-site .yp-foot-bar,
.cn-site .cn-sec,
.cn-site .cn-sec-alt,
.cn-site .cn-note,
.cn-site .cn-join-panel,
.cn-site .cn-faq details,
.cn-site .cn-lane li,
.cn-site .cn-join-why li {
  border: 0 !important;
  box-shadow: none;
}
.cn-site .yp-foot {
  margin-top: 0;
  padding: 0;
}
.cn-site .yp-foot-bar {
  padding: 8px 0 40px;
}
.cn-site .yp-share { padding: 20px 0 0; }

.yp-share-wrap {
  padding: 28px 0 8px;
}
.yp-share {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px;
  margin: 0; padding: 28px 0 8px;
  border-top: 1px solid var(--line);
  font-size: 15px; color: var(--mute);
}
.yp-share > span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--yp); font-weight: 500; margin-right: 8px;
}
.yp-share a.yp-share-ico, .yp-share button.yp-share-ico {
  width: 42px; height: 42px; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  color: #e4e4e7; background: transparent;
  border: 1px solid #3f3f46; border-radius: 10px;
  text-decoration: none; cursor: pointer;
  font: inherit;
}
.yp-share a.yp-share-ico:hover, .yp-share button.yp-share-ico:hover,
.yp-share-ico.is-copied { border-color: #fff; color: #fff; }
.yp-prose { max-width: 48rem; }
.yp-prose h2 { font-size: 22px; font-weight: 600; margin: 28px 0 10px; color: #fff; }
.yp-prose p { margin: 0 0 18px; color: var(--mute); font-size: 18px; }
.yp-prose a { text-decoration: underline; }
.yp-kws { color: var(--mute); font-size: 14px; margin: 0 0 var(--pad); }

body.en .pagehead { padding: var(--pad) 0; }
body.en .pagehead h1, body.en h1 {
  font-family: inherit; text-transform: none; letter-spacing: -.04em;
  font-size: clamp(40px, 5vw, 64px); font-weight: 500; color: #ececec; line-height: 1.08;
}
body.en.is-home .ch-hero-copy h1 { font-size: clamp(56px, 8.2vw, 108px); }
body.en h1 em { color: var(--yp); font-style: normal; }
body.en .crumbs { color: var(--mute); font-size: 15px; }
body.en .rule { display: none; }
body.en .spec, body.en .filters, body.en .panel, body.en .toolbar, body.en .shop, body.en .card {
  background: var(--sheet); border: 1px solid var(--line); color: var(--ink); border-radius: var(--radius); padding: var(--pad);
}
body.en .shop { margin-bottom: var(--gap); }
body.en .shop h3, body.en .shop h3 a { color: #fff !important; font-family: inherit !important; font-size: 22px !important; text-transform: none; }
body.en .btn { background: var(--yp); color: #111; border: 0; padding: 0 18px; height: var(--control); cursor: pointer; font-weight: 600; border-radius: 999px; }
body.en .btn.ghost, body.en .btn.white { background: transparent; color: #fff; border: 1px solid #3f3f46; }
body.en .badge { border: 1px solid #3f3f46; color: #d4d4d8; }
body.en .badge.pass { color: var(--ok); border-color: #166534; }
body.en .form input, body.en .form select, body.en .form textarea {
  background: #111; border: 1px solid #3f3f46; color: #fff; padding: 14px 16px;
}
body.en .table th, body.en .table td { border-color: var(--line); }
body.en .notice { background: var(--sheet); border: 1px solid var(--line); padding: var(--pad); }
body.en .cats, body.en .util, body.en .hazard, body.en .site-head, body.en .footer { display: none; }
body.en .wrap { max-width: var(--max); }
body.en .layout { background: transparent; }
body.en .chamfer { clip-path: none; }

/* Directory — search tool */
.pg-dir-bar { background: #111; border-bottom: 1px solid var(--line); padding: 28px 0 24px; }
.pg-dir-bar-in { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 20px; }
.pg-dir-bar h1 { margin: 0; font-size: clamp(32px, 4vw, 48px); }
.pg-dir-n { margin: 0; font-size: 18px; color: var(--mute); }
.pg-dir-n b { font-size: 40px; color: #fff; font-weight: 500; display: block; line-height: 1; }
.pg-dir-rail { display: flex; flex-wrap: wrap; gap: 8px; padding: 28px 0 16px; }
.pg-dir-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px;
  text-decoration: none; font-size: 15px; background: #1a1a1a;
}
.pg-dir-pill i { font-style: normal; font-family: "IBM Plex Mono", monospace; color: var(--mute); font-size: 13px; }
.pg-dir-pill.is-on { background: var(--yp); color: #111; border-color: var(--yp); }
.pg-dir-pill.is-on i { color: #111; }

/* Machines — catalog console */
.mac { padding-bottom: 96px; }
.mac-hero {
  background:
    linear-gradient(180deg, #0c0c0c 0%, #161616 100%);
  border-bottom: 1px solid var(--line);
  padding: 48px 0 36px;
}
.mac-hero-in {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 40px;
  align-items: end;
}
.mac-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--yp);
  margin: 0 0 12px;
}
.mac-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: .95;
  letter-spacing: -.04em;
  font-weight: 500;
}
.mac-hero p { margin: 0; color: var(--mute); max-width: 46ch; font-size: 17px; }
.mac-find { display: flex; gap: 12px; align-items: flex-end; }
.mac-find label { flex: 1; display: grid; gap: 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.mac-find input {
  background: #111; border: 1px solid #3f3f46; border-radius: 6px;
  font-size: 18px; padding: 12px 14px; width: 100%;
}
.mac-deck {
  margin: 28px 0 20px;
  padding: 20px 0 8px;
  border-bottom: 1px solid var(--line);
}
.mac-row { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 16px; align-items: start; margin-bottom: 14px; }
.mac-row span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px; letter-spacing: .08em; text-transform: uppercase;
  color: #d4d4d8; padding-top: 10px; font-weight: 500;
}
.mac-row nav { display: flex; flex-wrap: wrap; gap: 8px; }
.mac-row nav a {
  display: inline-flex; align-items: center; gap: 6px;
  min-height: 40px; padding: 0 14px;
  border: 1px solid var(--line); text-decoration: none;
  font-size: 16px; color: #e4e4e7; background: #1a1a1a;
}
.mac-row nav a i { font-style: normal; font-family: "IBM Plex Mono", monospace; color: var(--mute); font-size: 14px; }
.mac-row nav a[aria-current="page"] { background: var(--yp); color: #111; border-color: var(--yp); }
.mac-row nav a[aria-current="page"] i { color: #111; }
.mac-scroll { overflow-x: auto; }
.mac-table { width: 100%; border-collapse: collapse; min-width: 1280px; font-size: 16px; }
.mac-table th, .mac-table td {
  text-align: left; vertical-align: top;
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid var(--line);
}
.mac-table th {
  font-size: 15px; letter-spacing: .08em; text-transform: uppercase;
  color: #d4d4d8; font-weight: 600; padding-top: 10px; padding-bottom: 12px;
}
.mac-table td.mono { font-family: "IBM Plex Mono", monospace; font-size: 15px; white-space: nowrap; }
.mac-table strong { display: block; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.mac-table strong a { color: inherit; text-decoration: none; }
.mac-table strong a:hover { color: var(--yp); }
.mac-table small { display: block; color: var(--mute); font-size: 12px; }
.mac-table tr.is-picked td { background: rgba(252,255,82,.05); }
.pg-mac-err { color: #fca5a5; margin: 0 0 16px; }
.pg-mac-src { display: block; font-size: 12px; color: var(--mute); margin-top: 4px; }
.pg-mac-tick {
  width: 28px; height: 28px; padding: 0; border: 1px solid #52525b;
  background: transparent; color: #111; cursor: pointer; font-size: 16px; line-height: 1;
}
.pg-mac-tick[aria-pressed="true"] { background: var(--yp); border-color: var(--yp); }
.pg-mac-dock {
  position: sticky; bottom: 0; z-index: 20;
  border-top: 1px solid var(--line); background: #111; padding: 14px 0;
}
.pg-mac-dock-in { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.pg-mac-dock p { margin: 0; font-size: 14px; }
.pg-mac-dock span { display: block; color: var(--mute); font-size: 12px; max-width: 52ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pg-mac-dock[hidden] { display: none; }
.rfq-tray { margin: 0 0 24px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.rfq-tray ul { list-style: none; margin: 0; padding: 0; }
.rfq-tray li { padding: 12px 0; border-top: 1px solid var(--line); }
.rfq-tray b { display: block; font-size: 18px; }
.rfq-tray span { color: var(--mute); font-size: 15px; }
.pg-mac-block { margin-bottom: 40px; }
.pg-mac-block h2 { font-family: "IBM Plex Mono", monospace; font-size: 13px; color: var(--yp); margin: 0 0 8px; }
.pg-mac-block h3 { margin: 0 0 12px; font-size: 28px; font-weight: 500; }
.pg-mac-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}
.pg-mac-table col.c-model { width: 26%; }
.pg-mac-table col.c-ctrl { width: 20%; }
.pg-mac-table col.c-plant { width: 40%; }
.pg-mac-table col.c-city { width: 14%; }
.pg-mac-table th,
.pg-mac-table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 24px 10px 0;
  border-bottom: 1px solid #222;
  overflow-wrap: break-word;
  hyphens: none;
}
.pg-mac-table th {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 500;
  border-bottom: 1px solid var(--line);
  padding-top: 0;
  padding-bottom: 10px;
}
.pg-mac-table th:last-child,
.pg-mac-table td:last-child { padding-right: 0; }
.pg-mac-table td:nth-child(4) {
  color: var(--mute);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  white-space: nowrap;
}
.pg-mac-table a { text-decoration: none; }
.pg-mac-table code {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}

/* Guides — editorial */
.pg-docs-lead {
  display: grid; grid-template-columns: 1.1fr .9fr; min-height: 72vh;
  text-decoration: none; border-bottom: 1px solid var(--line);
}
.pg-docs-lead-copy { padding: 72px 40px 72px 0; display: flex; flex-direction: column; justify-content: center; }
.pg-docs-lead-copy h1 { font-size: clamp(40px, 5.5vw, 72px); margin: 0 0 20px; max-width: 16ch; }
.pg-docs-lead-copy p { color: var(--mute); font-size: 20px; max-width: 38rem; }
.pg-docs-lead-copy span { margin-top: 28px; color: var(--yp); font-weight: 600; }
.pg-docs-lead-img { background: #0b0b0b url("/assets/hero.jpg") center / cover; min-height: 320px; }
.pg-docs-index { padding: 64px 0 96px; }
.pg-docs-index ol { list-style: none; margin: 0; padding: 0; }
.pg-docs-index li { border-top: 1px solid var(--line); }
.pg-docs-index a {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  grid-template-areas:
    "kicker title"
    ". dek";
  column-gap: 40px;
  row-gap: 10px;
  padding: 36px 0;
  text-decoration: none;
  align-items: start;
}
.pg-docs-index em {
  grid-area: kicker;
  font-style: normal;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--yp);
  padding-top: 10px;
}
.pg-docs-index strong {
  grid-area: title;
  display: block;
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.03em;
}
.pg-docs-index span {
  grid-area: dek;
  color: var(--mute);
  font-size: 17px;
  line-height: 1.45;
  max-width: 46rem;
}

.pg-guide-head { padding: 64px 0 24px; max-width: 46rem; }
.pg-guide-head h1 { font-size: clamp(36px, 5vw, 64px); margin: 12px 0 16px; }
.pg-guide-dek { font-size: 22px; color: var(--mute); max-width: 40rem; }
.pg-guide-body { max-width: 46rem; padding: 0 0 80px; font-size: 18px; line-height: 1.65; }
.pg-guide-body.yp-prose h2 { font-size: 28px; font-weight: 600; margin: 40px 0 12px; color: #fff; }
.pg-guide-body.yp-prose h3 { font-size: 22px; font-weight: 600; margin: 28px 0 10px; color: #fff; }
.pg-guide-body p { margin: 0 0 16px; color: #e4e4e7; }
.pg-guide-body ul { margin: 0 0 20px; padding: 0 0 0 20px; color: var(--mute); }
.pg-guide-body li { margin-bottom: 8px; }
.pg-guide-body .guide-faq { margin-top: 56px; padding-top: 8px; }
.pg-guide-body p { margin: 0 0 16px; color: #e4e4e7; }
.pg-guide-body ul { margin: 0 0 20px; padding: 0 0 0 20px; color: var(--mute); }
.pg-guide-body li { margin-bottom: 8px; }
.pg-guide-body aside {
  margin: 32px 0; padding: 24px; background: #111; border: 1px solid var(--line);
}
.pg-guide-body aside h2 { margin-top: 0; font-size: 18px; color: var(--yp); }

/* Standard — split statute */
.pg-std-head { padding: 40px 0 24px; border-bottom: 1px solid var(--line); }
.pg-std-head h1 { margin: 0; font-size: clamp(36px, 5vw, 56px); }
.pg-std-head p { margin: 12px 0 0; color: var(--mute); }
.pg-std-grade { font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
.pg-std-grade.is-on { color: var(--yp); }

.std { padding: 28px 0 80px; }
.std-hero { max-width: 46rem; margin-bottom: 40px; }
.std-hero h1 { margin: 8px 0 16px; }
.std-grades {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  margin-bottom: 40px;
  align-items: stretch;
}
.std-grades article {
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
}
.std-grades article.is-on { border-color: #3a3a20; background: #1a1a14; }
.std-grades h2 { font-size: 28px; margin: 8px 0 16px; font-weight: 500; }
.std-grades p { color: var(--mute); margin: 0 0 14px; font-size: 17px; line-height: 1.55; }
.std-compare { padding: 28px; margin-bottom: 48px; }
.std-compare h2 { margin: 0 0 8px; font-size: 24px; font-weight: 500; }
.std-compare > p { color: var(--mute); margin: 0 0 20px; }
.std-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}
.std-prose { max-width: none; }
.std-rail { position: sticky; top: 96px; padding: 24px; }
.std-rail p { margin: 0 0 10px; }
.std-faq { margin-top: 8px; }
.std-faq h2 { margin: 0 0 8px; font-size: 24px; font-weight: 500; }

/* CN factory join — product page, not card stack */
.cn-kicker {
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--yp);
  font-size: 13px;
  margin: 0 0 12px;
}
.cn-site { background: #0b0b0b; }
body.en.cn-site h1,
body.en.cn-site h2 {
  font-family: "Instrument Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.16;
  font-size: clamp(36px, 4.2vw, 52px);
  margin: 0 0 20px;
}
.cn-trail {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--yp);
  font-weight: 500;
}
.cn-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 36px 0 48px;
  background: #0b0b0b;
}
.cn-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 48px;
  align-items: center;
}
.cn-hero-copy { position: relative; z-index: 2; max-width: 38rem; }
.cn-hero-copy h1 {
  max-width: 14em;
  margin: 0 0 16px;
}
.cn-lead {
  font-size: 20px;
  color: #d4d4d8;
  margin: 0 0 20px;
  line-height: 1.55;
}
.cn-ticks {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.cn-ticks li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 20px;
  line-height: 1.45;
  color: #e4e4e7;
}
.cn-ticks li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: var(--yp);
  clip-path: polygon(14% 52%, 0 66%, 38% 100%, 100% 18%, 84% 4%, 38% 70%);
}
.cn-hero-act { display: flex; flex-wrap: wrap; gap: 12px; }
.cn-hero-viz {
  min-height: 320px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(11,11,11,.08), rgba(11,11,11,.35)),
    url("/assets/hero.jpg") center 40% / cover no-repeat;
  box-shadow: 0 0 80px rgba(252,255,82,.08);
}
.cn-label {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--yp);
  font-family: "IBM Plex Mono", monospace;
}
.cn-manifest {
  padding: 88px 0;
  background: #141414;
}
.cn-manifest h2 {
  margin: 0;
}
.cn-manifest h2 span { display: block; }
.cn-duo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px 64px;
  align-items: center;
}
.cn-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.cn-rows li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px 16px;
  align-items: start;
  background: #1c1c1c;
  border-radius: 12px;
  padding: 18px 20px;
}
.cn-rows span {
  font-family: "IBM Plex Mono", monospace;
  color: var(--yp);
  font-size: 13px;
  padding-top: 3px;
}
.cn-rows p { margin: 0; color: #d4d4d8; font-size: 20px; line-height: 1.5; }
.cn-rows b { color: #fff; font-weight: 600; }

.cn-flow {
  padding: 96px 0 72px;
  background: #0b0b0b;
}
.cn-flow h2 {
  margin: 0 0 48px;
  max-width: 18em;
}
.cn-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 40px;
}
.cn-steps li { min-width: 0; }
.cn-steps b {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  color: var(--yp);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}
.cn-steps h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 600;
}
.cn-steps p { margin: 0; color: var(--mute); font-size: 20px; line-height: 1.5; }
.cn-flow-foot {
  margin: 48px 0 0;
  max-width: 52em;
  color: var(--mute);
  font-size: 20px;
  line-height: 1.55;
}

.cn-apply { padding: 24px 0 88px; background: #0b0b0b; }
.cn-apply-well {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 40px 56px;
  align-items: start;
  background: #161616;
  border-radius: 20px;
  padding: 40px;
}
.cn-apply-dek { margin: 0 0 24px; color: var(--mute); font-size: 20px; line-height: 1.5; }
.cn-join-panel { max-width: none; min-width: 0; }
.cn-join-form { gap: 16px; }
.cn-join-form label {
  font-size: 18px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #e4e4e7 !important;
  font-weight: 500;
}
.cn-join-form input, .cn-join-form textarea {
  border-radius: 10px;
  min-height: 52px;
  padding: 12px 14px;
  font-size: 18px;
  background: #0b0b0b;
  border: 1px solid #2a2a2a;
}
.cn-join-form textarea { min-height: 104px; }
.cn-join-form .yp-btn { height: 52px; font-size: 17px; width: 100%; border-radius: 999px; }

.cn-faq { max-width: none; min-width: 0; }
.cn-faq details { padding: 16px 0; }
.cn-faq summary {
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  list-style: none;
}
.cn-faq summary::-webkit-details-marker { display: none; }
.cn-faq p { margin: 10px 0 0; color: var(--mute); font-size: 20px; line-height: 1.55; }
#join, #service, #flow, #faq { scroll-margin-top: 96px; }
.cn-ok { background: #142016; color: var(--ok); padding: 12px 14px; margin: 0 0 8px; border-radius: 8px; }
.cn-close {
  padding: 96px 0 120px;
  background: #0a0a0a;
}

.pg-join-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; padding: 48px 0 80px; align-items: start; }
.pg-join h1 { font-size: clamp(32px, 4vw, 48px); margin: 0 0 12px; }
.pg-join-steps { list-style: none; margin: 0 0 32px; padding: 0; }
.pg-join-steps li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--mute); }
.pg-join-steps b { color: var(--yp); font-family: "IBM Plex Mono", monospace; }

.ds { padding-bottom: 72px; }
.ds h1 { margin: 8px 0 12px; font-size: clamp(40px, 5.4vw, 68px); letter-spacing: -.04em; font-weight: 500; line-height: .95; }
.ds h2 { font-size: 26px; margin: 36px 0 12px; font-weight: 600; }
.ds h3 { font-size: 18px; margin: 22px 0 8px; font-weight: 600; }
.ds-hero { padding: 8px 0 20px; }
.ds-kv { margin: 12px 0 0; }
.ds-kv div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.ds-kv dt { color: var(--mute); }
.ds-kv dd { margin: 0; font-family: "IBM Plex Mono", monospace; }
.ds-rfq-links { display: grid; gap: 8px; }
.ds-rfq-links .yp-btn { text-align: center; }
.ds-eqlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ds-eqlist a { color: var(--yp); }
.ds-bom { width: 100%; border-collapse: collapse; margin: 12px 0 28px; }
.ds-bom th, .ds-bom td { text-align: left; padding: 12px 12px 12px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.ds-diagram { width: 100%; height: auto; display: block; background: #0e0e0e; }
.ds-rel { display: flex; flex-wrap: wrap; gap: 10px 18px; list-style: none; padding: 0; }
.ds-rel a { color: var(--yp); }

.ds-a-spread { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 40px; align-items: start; }
.ds-herofig { margin: 0; }
.ds-herofig img { width: 100%; height: auto; display: block; background: #111; }
.ds-herofig figcaption, .ds-cap { color: var(--mute); font-size: 13px; margin-top: 8px; }
.ds-a-copy p { margin: 0 0 16px; max-width: 48ch; }
.ds-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 24px auto; }
.ds-thumbs img { width: 100%; height: 120px; object-fit: cover; display: block; }
.ds-a-lower { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 36px; }
.ds-specgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; }
.ds-specgrid div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.ds-specgrid dt { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.ds-specgrid dd { margin: 4px 0 0; font-family: "IBM Plex Mono", monospace; }
.ds-more { color: var(--mute); max-width: 72ch; }

.ds-band {
  min-height: 340px;
  background: #0a0a0a center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.ds-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,22,22,.15), #161616 92%); }
.ds-band-in { position: relative; z-index: 1; padding: 24px 0 36px; width: min(var(--max), calc(100% - var(--gutter))); }
.ds-band .yp-crumbs { padding-top: 8px; }
.ds-band h1 { font-size: clamp(48px, 8vw, 92px); }
.ds-band-sub { color: #d4d4d8; margin: 0; }
.ds-range {
  list-style: none; margin: 0 auto; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
}
.ds-range li { padding: 18px 16px 18px 0; }
.ds-range span { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.ds-range b { display: block; margin-top: 6px; font-size: 18px; font-weight: 500; }
.ds-b-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; padding: 36px 0; }
.ds-sidepics { display: grid; gap: 10px; margin-bottom: 24px; }
.ds-sidepics img { width: 100%; height: auto; display: block; }
.ds-b-rail { position: sticky; top: 108px; }

.ds-c-head { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; align-items: start; margin-bottom: 28px; }
.ds-gallery { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: auto auto; gap: 8px; }
.ds-gallery .is-lead { grid-row: 1 / span 2; }
.ds-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 160px; }
.ds-high { margin: 28px 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ds-high li { border-top: 2px solid var(--yp); padding-top: 12px; font-size: 16px; }
.ds-c-prose { max-width: 72ch; }

.ds-d-top { padding-bottom: 8px; }
.ds-d-title em { font-style: normal; color: var(--yp); }
.ds-d-sheet { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 40px; align-items: start; }
.ds-d-table { width: 100%; border-collapse: collapse; }
.ds-d-table caption { text-align: left; color: var(--mute); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.ds-d-table th { width: 34%; text-align: left; padding: 14px 12px 14px 0; border-bottom: 1px solid var(--line); color: var(--mute); font-weight: 500; }
.ds-d-table td { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: "IBM Plex Mono", monospace; }
.ds-d-photo { width: 100%; height: auto; display: block; }
.ds-d-body { max-width: 78ch; }
.ds-d-eq { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: baseline; margin: 24px 0; }
.ds-d-eq h2 { margin: 0 12px 0 0; font-size: 18px; }
.ds-d-eq a { color: var(--yp); }
.ds-bomlist { list-style: none; margin: 0; padding: 0; }
.ds-bomlist li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.ds-bomlist i { color: var(--mute); font-style: normal; font-family: "IBM Plex Mono", monospace; }

@media (max-width: 900px) {
  .yp-head .yp-inner { flex-wrap: wrap; }
  .yp-nav-btn { display: inline-flex; margin-left: auto; }
  .yp-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 8px 0 12px;
  }
  .yp-nav-check:checked ~ .yp-nav { display: flex; }
  .yp-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  .yp-nav .yp-cta, .yp-nav .yp-cta.ghost { justify-content: center; }
  .pg-mac-dock-in { flex-wrap: wrap; }
  .pg-mac-dock p { font-size: 16px; }
  .pg-mac-dock span { font-size: 14px; white-space: normal; }
}
@media (max-width: 1100px) {
  :root { --gutter: 40px; --section: 80px; --pad: 28px; }
  .yp-facets, .yp-dir, .yp-split, .yp-plate, .ch-cases, .ch-why, .yp-arts, .yp-rfq-band { grid-template-columns: 1fr; }
  .yp-find { grid-template-columns: 1fr 1fr; }
  .yp-find-field:nth-child(3), .yp-find button { grid-column: 1 / -1; }
  .yp-find-field { border-left: 0; border-top: 1px solid #2a2a2a; }
  .yp-find-field:first-child { border-top: 0; }
  .yp-find button { min-height: 56px; }
  .yp-dir-side { position: static; }
  .ch-hero { padding: 88px 0 64px; min-height: 0; }
  .ch-subhero { padding: 80px 0 56px; }
  .yp-find.is-solo { grid-template-columns: 1fr; }
  .mac-hero-in, .cn-hero-grid, .cn-why, .cn-duo, .cn-steps, .auth-page,
  .ds-a-spread, .ds-a-lower, .ds-b-grid, .ds-c-head, .ds-d-sheet, .ds-gallery, .ds-high, .ds-range, .ds-thumbs { grid-template-columns: 1fr; }
  .ds-gallery .is-lead { grid-row: auto; }
  .ds-band { min-height: 240px; }
  .cn-hero { padding: 24px 0 32px; }
  .cn-hero-viz { min-height: 220px; }
  .cn-apply-well { grid-template-columns: 1fr; padding: 28px 20px; }
  .cn-manifest { padding: 56px 0; }
  .cn-flow { padding: 56px 0 40px; }
  .mac-row { grid-template-columns: 1fr; }
  .mac-row span { padding-top: 0; }
  .pg-docs-lead, .pg-cn-flow, .pg-cn-cols, .pg-cn-cities, .pg-join-grid, .std-grades, .std-body { grid-template-columns: 1fr; }
  .pg-docs-index a {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "dek";
    row-gap: 8px;
  }
  .pg-docs-index em { padding-top: 0; }
  .pg-docs-lead-copy { padding: 48px 0; }
  .pg-guide-head, .pg-guide-body { padding-left: 0; padding-right: 0; }
}
@media (max-width: 720px) {
  :root { --gutter: 24px; --section: 64px; --pad: 24px; --gap: 16px; }
  .yp-word { font-size: 18px; }
  .yp-logo img { height: 36px; }
  .yp-head .yp-inner { flex-wrap: wrap; }
  .yp-plant { grid-template-columns: 56px 1fr; gap: 12px 14px; }
  .yp-plant-logo, .yp-plant-mono { width: 56px; height: 56px; }
  .yp-plant-head { flex-wrap: wrap; align-items: flex-start; }
  .yp-plant h3 { white-space: normal; font-size: 16px; flex: 1 1 100%; }
  .yp-shop-head { grid-template-columns: 96px 1fr; gap: 16px; }
  .yp-shop-logo { width: 96px; height: 96px; padding: 0; }
  .yp-right, .yp-actions { text-align: left; justify-content: flex-start; }
  .yp-form-row, .yp-foot-grid, .cn-site .yp-foot-grid, .yp-find { grid-template-columns: 1fr; }
  .yp-find-field:nth-child(3), .yp-find button { grid-column: auto; }
  .yp-row.is-child { margin-left: 12px; }
  .yp-faq p { margin-left: 0; }
  .ch-case { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .yp-row, .ch-case { transition: none; }
}

body.en.cn-site.ws-site { background: #e8edf4; }
body.en.cn-site.ws-site .yp-foot { background: #e8edf4; border: 0; }
body.en.cn-site.ws-site .yp-foot a, body.en.cn-site.ws-site .yp-foot span { color: #4b5c73; }
body.en.cn-site.ws-site h1,
body.en.cn-site.ws-site h2,
body.en.cn-site.ws-site h3 {
  font-family: "Instrument Sans", "PingFang SC", "Hiragino Sans GB", sans-serif;
  letter-spacing: -.02em;
  color: #12203a;
  margin: 0;
  font-size: unset;
  font-weight: 650;
  line-height: 1.25;
}
.ws { padding: 32px 0 72px; }
.ws-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.ws-kicker { margin: 0 0 8px; font-size: 13px; color: #5b6b80; }
.ws-head { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.ws-head h1 { font-size: 28px; }
.ws-sub { margin: 6px 0 0; color: #4b5c73; }
.ws-status { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 8px; }
.ws-status span, .ws-pills span {
  display: inline-flex; align-items: center;
  background: #e7f6ee; color: #146c43; border-radius: 999px;
  padding: 4px 10px; font-size: 12px;
}
.ws-status a, .ws-article a { color: #1a5fb4; }
.ws-mail, .ws-out, .ws-muted { color: #5b6b80; font-size: 14px; margin: 0; }
.ws-tabs {
  display: flex; gap: 28px; border-bottom: 1px solid #d5deea;
  margin-bottom: 20px; font-size: 15px;
}
.ws-tabs a { color: #5b6b80; padding: 0 0 12px; }
.ws-tabs a[aria-current="page"] { color: #12203a; font-weight: 600; box-shadow: inset 0 -2px 0 #12203a; }
.ws-card {
  background: #fff; border-radius: 16px; padding: 24px 28px 28px;
  margin-bottom: 16px; box-shadow: 0 1px 0 rgba(18,32,58,.04);
}
.ws-card h2 { font-size: 18px; margin: 0 0 8px; }
.ws-card-top { margin-bottom: 12px; }
.ws-card-top p { margin: 4px 0 0; color: #5b6b80; font-size: 14px; }
.ws-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; }
.ws-kpis {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px; margin-bottom: 16px;
}
.ws-kpis-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ws-kpis article {
  background: #f4f7fb; border-radius: 12px; padding: 16px 14px;
}
.ws-kpis b { display: block; font-size: 28px; color: #12203a; font-weight: 650; }
.ws-kpis span { display: block; margin-top: 6px; color: #4b5c73; font-size: 13px; }
.ws-kpis i { display: block; margin-top: 4px; color: #8a97a8; font-size: 11px; font-style: normal; }
.ws-foot, .ws-note, .ws-empty { color: #5b6b80; font-size: 13px; line-height: 1.5; }
.ws-note { background: #fff6e5; color: #7a4d00; padding: 10px 14px; border-radius: 10px; }
.ws-table-wrap { overflow: auto; }
.ws-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ws-table th { text-align: left; color: #5b6b80; font-weight: 500; padding: 8px 10px 8px 0; border-bottom: 1px solid #e6edf5; }
.ws-table td { padding: 10px 10px 10px 0; border-bottom: 1px solid #eef3f8; color: #12203a; }
.ws-days { display: flex; gap: 8px; margin: 0 0 20px; }
.ws-days a {
  padding: 6px 12px; border-radius: 8px; background: #f4f7fb; color: #4b5c73; font-size: 13px;
}
.ws-days a[aria-current="page"] { background: #12203a; color: #fff; }
.ws-article { padding: 20px 0; border-top: 1px solid #eef3f8; }
.ws-article h3 { font-size: 20px; margin: 0 0 8px; }
.ws-fold { margin-top: 12px; }
.ws-fold summary { cursor: pointer; color: #1a5fb4; font-size: 14px; }
.ws-rfq { padding: 14px 0; border-top: 1px solid #eef3f8; }
.ws-rfq h3 { font-size: 16px; margin: 0 0 6px; }
.ws-dl { display: grid; gap: 12px; margin: 16px 0; }
.ws-dl div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; }
.ws-dl dt { color: #5b6b80; }
.ws-list { margin: 0; padding-left: 18px; color: #12203a; }
@media (max-width: 900px) {
  .ws-kpis, .ws-kpis-4 { grid-template-columns: 1fr 1fr; }
  .ws-dl div { grid-template-columns: 1fr; }
}
