:root {
  --red: #c7000b;
  --red-dark: #9f0009;
  --ink: #161616;
  --ink-2: #282828;
  --muted: #666;
  --line: #dedede;
  --soft: #f5f5f5;
  --soft-blue: #eef3f8;
  --blue: #173f68;
  --navy: #07192d;
  --white: #fff;
  --page: 1320px;
  --shadow: 0 12px 36px rgba(0, 0, 0, .1);
}

/* Global AI product experience — 2026 redesign */
:root {
  --red: #1668ff;
  --red-dark: #0d4ed8;
  --blue: #1668ff;
  --blue-bright: #35a7ff;
  --navy: #07111f;
  --ink: #101828;
  --muted: #667085;
  --line: #e3e8ef;
  --soft: #f6f8fb;
  --soft-blue: #eef5ff;
  --page: 1280px;
  --shadow: 0 24px 70px rgba(16, 24, 40, .12);
}

body {
  color: var(--ink);
  background: #f7f9fc;
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
}

.page-width {
  width: min(calc(100% - 64px), var(--page));
}

.ai-site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(218, 226, 236, .82);
  background: rgba(255, 255, 255, .9);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.ai-site-header .nav-bar { background: transparent; }

.ai-site-header .nav-inner {
  min-height: 76px;
  align-items: center;
  gap: 34px;
}

.ai-site-header .brand {
  min-width: 242px;
  gap: 11px;
}

.ai-site-header .brand-symbol,
.site-footer .brand-symbol {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  border-radius: 11px;
  background: linear-gradient(145deg, #2a7fff, #0b45d5);
  box-shadow: 0 9px 22px rgba(22, 104, 255, .24);
  font-size: 17px;
  font-style: normal;
  letter-spacing: -.08em;
}

.ai-site-header .brand-symbol span,
.site-footer .brand-symbol span {
  margin-left: 1px;
  font-size: 12px;
}

.ai-site-header .brand-name b {
  color: #0b1f3a;
  font-size: 15px;
  letter-spacing: .02em;
}

.ai-site-header .brand-name em {
  margin-top: 3px;
  color: #66758a;
  font-size: 11px;
  letter-spacing: .22em;
}

.ai-site-header .primary-nav {
  justify-content: flex-start;
  gap: 3px;
}

.ai-site-header .nav-link {
  min-height: 42px;
  align-items: center;
  padding: 0 13px;
  color: #344054;
  border-radius: 9px;
  font-size: 14px;
  transition: color .18s ease, background .18s ease;
}

.ai-site-header .nav-link::after { display: none; }

.ai-site-header .nav-link:hover,
.ai-site-header .nav-link.is-active {
  color: #1456d9;
  background: #edf4ff;
}

.ai-site-header .nav-actions { gap: 8px; }

.ai-site-header .member-login {
  padding: 9px 12px;
  color: #344054;
  border-radius: 9px;
  font-size: 13px;
}

.ai-site-header .member-login:hover { background: #f2f4f7; }

.ai-site-header .join-link {
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  border-radius: 9px;
  background: #1668ff;
  box-shadow: 0 8px 20px rgba(22, 104, 255, .2);
  font-size: 13px;
}

.ai-site-header .join-link:hover { background: #0d54da; }

.ai-home-hero {
  position: relative;
  min-height: 570px;
  display: block;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 22%, rgba(27, 124, 255, .3), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(38, 211, 255, .13), transparent 30%),
    linear-gradient(118deg, #050b14 0%, #071526 54%, #081c35 100%);
}

.ai-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image:
    linear-gradient(rgba(148, 185, 231, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 185, 231, .16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
  pointer-events: none;
}

.ai-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  padding-top: 92px;
  padding-bottom: 128px;
}

.ai-hero-copy { max-width: 850px; }

.home-hero-slide {
  min-height: 570px;
  align-content: center;
}

.home-hero-slide.is-active .ai-hero-copy {
  animation: hero-slide-enter .42s ease both;
}

@keyframes hero-slide-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.ai-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: #9ec9ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.ai-kicker > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #48d7ff;
  box-shadow: 0 0 18px rgba(72, 215, 255, .8);
}

.ai-hero-copy h1,
.ai-hero-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.ai-hero-copy h1 span,
.ai-hero-copy h2 span {
  color: #5cc8ff;
  background: linear-gradient(90deg, #5cc8ff, #8da8ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-hero-summary {
  max-width: 720px;
  margin: 26px 0 0;
  color: #b9c8da;
  font-size: 18px;
  line-height: 1.8;
}

.ai-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ai-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ai-button:hover { transform: translateY(-2px); }

.ai-button-primary {
  color: #fff;
  background: #1668ff;
  box-shadow: 0 12px 30px rgba(22, 104, 255, .32);
}

.ai-button-primary:hover { background: #347cff; }

.ai-button-ghost {
  color: #d9e6f5;
  border-color: rgba(202, 220, 242, .28);
  background: rgba(255, 255, 255, .04);
}

.ai-button-ghost:hover {
  border-color: rgba(202, 220, 242, .52);
  background: rgba(255, 255, 255, .08);
}

.ai-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 32px 0 0;
  padding: 0;
  color: #96a8bc;
  list-style: none;
  font-size: 13px;
}

.ai-hero-trust li { display: flex; align-items: center; gap: 7px; }
.ai-hero-trust span { color: #5bbcf5; font-size: 11px; font-weight: 800; }

.home-free-slide .ai-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 770px;
}

.free-slot-visual {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  display: grid;
  justify-items: end;
  transform: translateY(-50%);
  pointer-events: none;
}

.free-slot-visual b {
  color: rgba(98, 195, 255, .15);
  font-size: clamp(170px, 19vw, 265px);
  font-weight: 750;
  line-height: .78;
  letter-spacing: -.09em;
}

.free-slot-visual span {
  margin-top: 28px;
  color: rgba(144, 202, 255, .38);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .24em;
}

.home-hero-controls-shell {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 4;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-hero-controls {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding: 7px;
  border: 1px solid rgba(173, 203, 238, .2);
  border-radius: 999px;
  background: rgba(5, 17, 31, .7);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.home-hero-controls > button:not(.hero-play-toggle) {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #d8e7f6;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
}

.home-hero-controls > button:not(.hero-play-toggle):hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.home-hero-controls > span {
  min-width: 43px;
  color: #b5c6d8;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.home-hero-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.home-hero-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #567089;
  cursor: pointer;
}

.home-hero-dots button.is-active {
  width: 20px;
  border-radius: 999px;
  background: #59c9ff;
}

.hero-play-toggle {
  min-height: 30px;
  padding: 4px 10px;
  color: #aebfd1;
  border: 0;
  border-left: 1px solid rgba(173, 203, 238, .18);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
}

.hero-play-toggle:hover { color: #fff; }

.ai-delivery-console {
  overflow: hidden;
  border: 1px solid rgba(148, 186, 230, .24);
  border-radius: 18px;
  background: rgba(8, 24, 43, .78);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(14px);
}

.console-topbar,
.console-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(148, 186, 230, .15);
}

.console-topbar > div { display: flex; align-items: center; gap: 9px; }
.console-topbar i,
.console-footer i { width: 8px; height: 8px; border-radius: 50%; background: #40dda1; box-shadow: 0 0 13px rgba(64, 221, 161, .65); }
.console-topbar b { color: #e7f1fc; font-size: 13px; }
.console-topbar > span { padding: 4px 8px; color: #8fb9e6; border: 1px solid rgba(143, 185, 230, .2); border-radius: 6px; font-size: 10px; }
.console-body { padding: 22px; }

.console-question {
  padding: 17px 18px;
  border: 1px solid rgba(126, 173, 223, .2);
  border-radius: 11px;
  background: rgba(255, 255, 255, .045);
}

.console-question span,
.console-path-head span,
.console-path-head small,
.console-result-grid span { color: #7795b5; font-size: 11px; }
.console-question p { margin: 7px 0 0; color: #e1ebf7; font-size: 14px; line-height: 1.65; }
.console-path-head { display: flex; justify-content: space-between; gap: 16px; margin: 20px 2px 9px; }

.console-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.console-path > div {
  min-height: 105px;
  padding: 13px;
  border: 1px solid rgba(126, 173, 223, .14);
  border-radius: 9px;
  background: rgba(255, 255, 255, .025);
}

.console-path > div.is-complete { border-color: rgba(64, 221, 161, .24); }
.console-path > div.is-active { border-color: rgba(82, 169, 255, .58); background: rgba(22, 104, 255, .14); }
.console-path > div > span { width: 24px; height: 24px; display: grid; place-items: center; color: #708ba8; border: 1px solid rgba(126, 173, 223, .25); border-radius: 50%; font-size: 9px; font-weight: 800; }
.console-path > div.is-complete > span { color: #061b18; border-color: #40dda1; background: #40dda1; }
.console-path > div.is-active > span { color: #fff; border-color: #4ea3ff; background: #1668ff; }
.console-path b,
.console-path small { display: block; }
.console-path b { margin-top: 12px; color: #d7e5f4; font-size: 12px; }
.console-path small { margin-top: 4px; color: #7089a3; font-size: 10px; line-height: 1.45; }

.console-result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.console-result-grid > div { padding: 13px 14px; border-radius: 9px; background: #f7fbff; }
.console-result-grid b { display: block; margin-top: 4px; color: #183a5c; font-size: 12px; }

.console-footer {
  justify-content: flex-start;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #7892ac;
  border-top: 1px solid rgba(148, 186, 230, .15);
  border-bottom: 0;
  font-size: 10px;
}

.console-footer span { display: inline-flex; align-items: center; gap: 7px; }
.console-footer span + span { margin-left: 8px; padding-left: 16px; border-left: 1px solid rgba(148, 186, 230, .16); }

.home-decision-bar {
  position: relative;
  z-index: 3;
  margin-top: -44px;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid #e0e7ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(16, 37, 66, .12);
}

.decision-grid > a {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  padding: 27px 29px;
  border-right: 1px solid #e5eaf0;
  transition: background .18s ease;
}

.decision-grid > a:last-child { border-right: 0; }
.decision-grid > a:hover { background: #f4f8ff; }
.decision-grid > a > span { color: #667085; font-size: 12px; }
.decision-grid h2 { margin: 13px 0 7px; color: #102a4c; font-size: 21px; line-height: 1.35; }
.decision-grid p { margin: 0; color: #667085; font-size: 14px; line-height: 1.65; }
.decision-grid b { margin-top: auto; padding-top: 18px; color: #1668ff; font-size: 13px; }

.ai-home .section { padding: 112px 0; }

.ai-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  align-items: end;
  gap: 90px;
  margin-bottom: 46px;
}

.ai-section-heading .eyebrow,
.ai-stack-copy .eyebrow,
.home-program .eyebrow { color: #3c7fff; }
.ai-section-heading h2,
.ai-stack-copy h2,
.home-program h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); font-weight: 620; line-height: 1.16; letter-spacing: -.045em; }
.ai-section-heading > div:last-child > p { margin: 0; color: #667085; font-size: 16px; line-height: 1.75; }
.ai-section-heading > div:last-child > a { display: inline-flex; margin-top: 18px; color: #1668ff; font-size: 14px; font-weight: 700; }

.home-capability { background: #f7f9fc; }

.service-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dce4ed;
  border-radius: 16px;
  background: #dce4ed;
  box-shadow: 0 16px 48px rgba(26, 46, 75, .07);
}

.service-entry-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #fff;
  transition: background .18s ease, transform .18s ease;
}

.service-entry-card:hover {
  position: relative;
  z-index: 1;
  background: #f3f7fd;
}

.service-entry-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-entry-top span { color: #1668ff; font-size: 13px; font-weight: 800; }
.service-entry-top small { color: #667085; font-size: 13px; font-weight: 700; }
.service-entry-card h3 { max-width: 500px; margin: 42px 0 13px; color: #102a4c; font-size: 27px; line-height: 1.35; letter-spacing: -.025em; }
.service-entry-card p { margin: 0; color: #667085; font-size: 15px; line-height: 1.75; }
.service-entry-card > b { margin-top: auto; padding-top: 30px; color: #1668ff; font-size: 13px; }

.capability-heading-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 18px; }
.ai-section-heading > div:last-child .capability-heading-actions a { margin-top: 0; }
.capability-heading-actions a:last-child { color: #36536f; }

.home-real-cases {
  padding: 112px 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(32, 121, 255, .2), transparent 28%),
    #07111f;
}

.home-case-heading .eyebrow { color: #67c8ff; }
.home-case-heading h2 { color: #fff; }
.home-case-heading > div:last-child > p { color: #aebed0; }

.home-case-heading-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 18px;
}

.ai-section-heading > div:last-child .home-case-heading-links a {
  margin-top: 0;
  color: #6ecbff;
}

.ai-section-heading > div:last-child .home-case-heading-links a:last-child {
  color: #b8c9da;
}

.home-real-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-real-case-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(137, 174, 216, .18);
  border-radius: 16px;
  background: #0b1b2e;
  box-shadow: 0 20px 52px rgba(0, 0, 0, .2);
}

.home-real-case-card figure {
  position: relative;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: #152941;
}

.home-real-case-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.home-real-case-card:hover img { transform: scale(1.02); }

.home-real-case-card figcaption {
  position: absolute;
  right: 11px;
  bottom: 11px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  background: rgba(5, 17, 31, .62);
  backdrop-filter: blur(8px);
  font-size: 11px;
}

.home-real-case-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.home-real-case-body > span {
  color: #70caff;
  font-size: 11px;
  font-weight: 750;
}

.home-real-case-body h3 {
  margin: 22px 0 11px;
  color: #fff;
  font-size: 23px;
  line-height: 1.42;
  letter-spacing: -.02em;
}

.home-real-case-body > p {
  margin: 0;
  color: #aabbd0;
  font-size: 14px;
  line-height: 1.75;
}

.home-real-case-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 25px;
}

.home-real-case-body > div b {
  color: #dce9f6;
  font-size: 12px;
}

.home-real-case-body > div a {
  color: #68c9ff;
  font-size: 12px;
  font-weight: 750;
}

.home-case-disclosure {
  margin: 17px 0 0;
  color: #768ba2;
  font-size: 12px;
}

.ai-stack-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  color: #fff;
  background: #07111f;
}

.ai-stack-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(111, 167, 231, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(111, 167, 231, .18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 75% 50%, #000, transparent 65%);
}

.ai-stack-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; }
.ai-stack-copy .eyebrow { color: #5cbfff; }
.ai-stack-copy h2 { color: #fff; }
.ai-stack-copy > p:not(.eyebrow) { max-width: 540px; margin: 23px 0 0; color: #9fb0c4; font-size: 16px; line-height: 1.78; }
.stack-assurance { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.stack-assurance span { padding: 7px 10px; color: #a9bed4; border: 1px solid rgba(152, 187, 225, .2); border-radius: 7px; font-size: 11px; }
.ai-button-light { margin-top: 28px; color: #0d3158; background: #fff; }

.ai-stack-board { padding: 24px; border: 1px solid rgba(132, 176, 225, .2); border-radius: 18px; background: rgba(11, 31, 54, .76); box-shadow: 0 25px 70px rgba(0, 0, 0, .25); }
.stack-layer { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 18px; padding: 18px; border: 1px solid rgba(138, 180, 225, .16); border-radius: 11px; background: rgba(255, 255, 255, .035); }
.stack-layer > span { color: #7994b0; font-size: 11px; font-weight: 700; }
.stack-layer > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.stack-layer b { padding: 10px 8px; color: #d7e5f4; border: 1px solid rgba(132, 176, 225, .14); border-radius: 7px; background: rgba(255, 255, 255, .035); text-align: center; font-size: 11px; }
.stack-business { border-color: rgba(76, 177, 255, .38); background: rgba(22, 104, 255, .11); }
.stack-intelligence b { color: #88d8ff; }
.stack-foundation b { color: #b3c4d6; }
.stack-connector { min-height: 36px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; color: #5d7895; font-size: 10px; text-align: center; }
.stack-connector i { height: 1px; background: rgba(132, 176, 225, .14); }

.home-project-proof { background: #fff; }
.home-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.home-project-card { min-height: 345px; display: flex; flex-direction: column; padding: 25px; border: 1px solid #dfe6ee; border-radius: 15px; background: #fff; box-shadow: 0 7px 25px rgba(16, 35, 62, .04); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.home-project-card:hover { border-color: #a9c8f4; box-shadow: 0 20px 45px rgba(19, 70, 138, .1); transform: translateY(-4px); }
.home-project-card.is-active { border-color: #9fc4f7; background: linear-gradient(180deg, #f3f8ff, #fff 45%); }
.home-project-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.home-project-head > b { color: #98a2b3; font-size: 11px; }
.home-project-card h3 { margin: 28px 0 8px; color: #102a4c; font-size: 21px; line-height: 1.4; }
.home-project-card > p { margin: 0; color: #667085; font-size: 14px; }
.home-project-stage { display: flex; justify-content: space-between; gap: 15px; margin-top: 25px; padding-top: 16px; border-top: 1px solid #e7ebf0; font-size: 12px; }
.home-project-stage span { color: #7b8796; }
.home-project-stage b { color: #344054; }
.home-project-progress { margin-top: 14px; }
.home-project-progress > div { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 7px; color: #667085; font-size: 11px; }
.home-project-progress strong { color: #1668ff; }
.home-project-progress progress { width: 100%; height: 7px; display: block; border: 0; border-radius: 10px; overflow: hidden; background: #e8edf4; accent-color: #1668ff; }
.home-project-progress progress::-webkit-progress-bar { background: #e8edf4; }
.home-project-progress progress::-webkit-progress-value { background: #1668ff; }
.home-project-progress progress::-moz-progress-bar { background: #1668ff; }
.home-project-card:last-child .home-project-progress progress { accent-color: #16825d; }
.home-project-card:last-child .home-project-progress progress::-webkit-progress-value { background: #16825d; }
.home-project-card:last-child .home-project-progress progress::-moz-progress-bar { background: #16825d; }
.home-project-card > em { margin-top: auto; padding-top: 21px; color: #1668ff; font-size: 12px; font-style: normal; font-weight: 700; }
.prototype-note { margin: 18px 0 0; color: #8a94a3; font-size: 12px; }

.home-program { padding: 88px 0; color: #fff; background: linear-gradient(120deg, #135cde, #0b49c5 52%, #073997); }
.home-program .eyebrow { color: #a9d7ff; }
.home-program-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.home-program h2 { color: #fff; }
.home-program-content > p { max-width: 650px; margin: 0; color: #d9e8fa; font-size: 16px; line-height: 1.75; }
.program-step-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.program-step-row span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .27); border-radius: 7px; background: rgba(255, 255, 255, .06); font-size: 11px; }
.program-step-row i { color: #9cc9ff; font-style: normal; }
.home-program-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.ai-button-white { color: #114eb9; background: #fff; }
.ai-button-outline-white { color: #fff; border-color: rgba(255, 255, 255, .46); }
.ai-button-outline-white:hover { background: rgba(255, 255, 255, .08); }

@media (max-width: 1120px) {
  .ai-site-header .brand { min-width: 208px; }
  .ai-site-header .nav-inner { gap: 20px; }
  .ai-site-header .nav-link { padding: 0 9px; }
  .ai-site-header .member-login { display: none; }
  .ai-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .ai-home-hero { min-height: 0; }
  .ai-hero-copy { max-width: 760px; }
  .ai-delivery-console { width: min(760px, 100%); }
  .ai-stack-grid,
  .home-program-shell { grid-template-columns: 1fr; gap: 50px; }
  .ai-stack-copy { max-width: 760px; }
}

@media (max-width: 880px) {
  .page-width { width: min(calc(100% - 40px), var(--page)); }
  .ai-site-header .nav-inner { min-height: 68px; }
  .ai-site-header .primary-nav,
  .ai-site-header .nav-actions { display: none; }
  .ai-site-header .menu-toggle { display: grid; }
  .ai-site-header .mobile-actions { background: #fff; }
  .ai-hero-grid { padding-top: 64px; padding-bottom: 92px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-grid > a { min-height: 0; border-right: 0; border-bottom: 1px solid #e5eaf0; }
  .decision-grid > a:last-child { border-bottom: 0; }
  .ai-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-entry-grid,
  .home-project-grid { grid-template-columns: 1fr; }
  .home-real-case-grid { grid-template-columns: 1fr; }
  .service-entry-card { min-height: 0; }
  .stack-layer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .page-width { width: min(calc(100% - 28px), var(--page)); }
  .ai-site-header .brand { min-width: 0; }
  .ai-site-header .brand-symbol { width: 38px; height: 38px; }
  .ai-site-header .brand-name b { font-size: 13px; }
  .ai-site-header .brand-name em { font-size: 9px; }
  .ai-home-hero::before { display: none; }
  .ai-hero-grid { min-height: 560px; padding-top: 54px; padding-bottom: 108px; }
  .ai-hero-copy h1,
  .ai-hero-copy h2 { font-size: 45px; }
  .ai-hero-summary { font-size: 16px; }
  .ai-hero-actions .ai-button { width: 100%; }
  .ai-hero-trust { display: grid; }
  .free-slot-visual { display: none; }
  .home-hero-controls-shell { bottom: 22px; }
  .console-body { padding: 15px; }
  .console-path { grid-template-columns: repeat(2, 1fr); }
  .console-result-grid { grid-template-columns: 1fr; }
  .console-footer { flex-wrap: wrap; }
  .home-decision-bar { margin-top: -34px; }
  .ai-home .section,
  .ai-stack-section,
  .home-real-cases { padding: 80px 0; }
  .ai-section-heading h2,
  .ai-stack-copy h2,
  .home-program h2 { font-size: 38px; }
  .service-entry-card { padding: 24px 21px; }
  .service-entry-card h3 { margin-top: 32px; font-size: 24px; }
  .ai-stack-board { padding: 14px; }
  .stack-layer > div { grid-template-columns: repeat(2, 1fr); }
  .home-program { padding: 70px 0; }
  .program-step-row i { display: none; }
  .home-program-actions .ai-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-slide.is-active .ai-hero-copy { animation: none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

.page-width {
  width: min(calc(100% - 48px), var(--page));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 16px;
  color: #fff;
  background: var(--red);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 60;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.utility-bar {
  color: #d9d9d9;
  background: #111;
  font-size: 13px;
}

.utility-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-inner > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.utility-inner a:hover {
  color: #fff;
}

.utility-divider {
  width: 1px;
  height: 12px;
  background: #575757;
}

.nav-bar {
  background: #fff;
}

.nav-inner {
  min-height: 78px;
  display: flex;
  align-items: stretch;
  gap: 28px;
}

.brand {
  min-width: 224px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-symbol {
  display: inline-flex;
  align-items: center;
  color: var(--red);
  font-size: 27px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -2px;
  line-height: 1;
}

.brand-symbol span {
  font-size: 20px;
  margin-left: 2px;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-name b {
  font-size: 16px;
  letter-spacing: .05em;
}

.brand-name em {
  margin-top: 4px;
  color: #5d5d5d;
  font-size: 12px;
  font-style: normal;
  letter-spacing: .28em;
}

.primary-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  white-space: nowrap;
  font-size: 15px;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: var(--red);
  transition: left .2s ease, right .2s ease;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  left: 12px;
  right: 12px;
}

.nav-link.is-active {
  font-weight: 700;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0;
}

.member-login,
.join-link {
  padding: 8px 12px;
  font-size: 14px;
  white-space: nowrap;
}

.join-link {
  margin-left: 4px;
  color: #fff;
  background: var(--red);
}

.join-link:hover {
  background: var(--red-dark);
}

.search-toggle,
.menu-toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.search-toggle {
  width: 42px;
  height: 42px;
  margin-left: 7px;
  display: grid;
  place-items: center;
}

.search-toggle svg {
  width: 22px;
  fill: none;
  stroke: #222;
  stroke-width: 1.8;
}

.menu-toggle,
.mobile-actions {
  display: none;
}

.search-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  padding: 130px 24px 40px;
  background: rgba(0, 0, 0, .78);
}

.search-layer.is-open {
  display: block;
}

.search-close {
  position: absolute;
  top: 45px;
  right: 5vw;
  width: 48px;
  height: 48px;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 42px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
}

.search-box {
  width: min(760px, 100%);
  margin: 0 auto;
  color: #fff;
}

.search-box > p {
  margin: 0 0 18px;
  font-size: 18px;
}

.search-box input {
  width: 100%;
  padding: 18px 0;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
  outline: 0;
  background: transparent;
  font-size: 28px;
}

.search-box input::placeholder {
  color: #bbb;
}

.search-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 30px;
  background: #555;
}

.search-links a {
  padding: 15px 18px;
  background: #222;
}

.search-links a:hover {
  background: var(--red);
}

.home-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 16, .98) 0%, rgba(4, 17, 31, .95) 48%, rgba(8, 33, 55, .88) 100%);
}

.home-hero::before,
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent 5%, #000 70%);
}

.home-hero::after {
  content: "AI + SOFTWARE";
  position: absolute;
  right: -35px;
  bottom: -60px;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(92px, 13vw, 200px);
  font-weight: 900;
  letter-spacing: -.06em;
  white-space: nowrap;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 70px;
  padding-top: 68px;
  padding-bottom: 68px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 18px;
  color: #d7e5f2;
  font-size: 15px;
  letter-spacing: .12em;
}

.hero-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--red);
}

.hero-title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.04em;
}

.hero-title span {
  display: block;
}

.hero-subtitle {
  margin: 24px 0 0;
  color: #e2e8ef;
  font-size: 21px;
  letter-spacing: .1em;
}

.hero-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.hero-entry {
  position: relative;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, .38);
  transition: background .2s, border .2s, transform .2s;
}

.hero-entry::after {
  content: "→";
  font-size: 20px;
}

.hero-entry:hover {
  border-color: var(--red);
  background: var(--red);
  transform: translateY(-2px);
}

.hero-portal {
  padding: 30px 32px;
  color: var(--ink);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.hero-portal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--line);
}

.hero-portal-head span {
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

.hero-portal-head h2 {
  margin: 5px 0 0;
  font-size: 25px;
  line-height: 1.35;
}

.hero-portal-head a {
  color: var(--red);
  font-size: 14px;
  white-space: nowrap;
}

.portal-list {
  margin-top: 10px;
}

.portal-list a {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 16px 2px;
  border-bottom: 1px solid var(--line);
}

.portal-list a:last-child {
  border-bottom: 0;
}

.portal-list a > span {
  color: #999;
  font-size: 13px;
}

.portal-list a > b {
  font-size: 16px;
}

.portal-list a > i {
  color: var(--red);
  font-size: 18px;
  font-style: normal;
}

.portal-list a:hover b {
  color: var(--red);
}

.section {
  padding: 92px 0;
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  color: #fff;
  background: var(--navy);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 40px;
}

.section-heading.center {
  max-width: 820px;
  display: block;
  margin: 0 auto 45px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 45px);
  font-weight: 500;
  line-height: 1.3;
}

.section-heading > p,
.section-heading > div > p:last-child {
  max-width: 580px;
  margin: 13px 0 0;
  color: var(--muted);
}

.section-heading > a {
  padding-bottom: 4px;
  color: var(--red);
  border-bottom: 1px solid var(--red);
  white-space: nowrap;
}

.position-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.position-card {
  min-height: 285px;
  padding: 34px 36px 30px;
  border-right: 1px solid var(--line);
}

.position-card:last-child {
  border-right: 0;
}

.position-card .num {
  display: block;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
}

.position-card h3 {
  margin: 17px 0 18px;
  font-size: 23px;
  line-height: 1.4;
}

.position-card ul {
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.position-card li {
  position: relative;
  padding-left: 14px;
  margin: 5px 0;
}

.position-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 4px;
  height: 4px;
  background: var(--red);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 250px;
  padding: 30px 28px;
  background: #fff;
  border-top: 3px solid transparent;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}

.service-card:hover {
  border-top-color: var(--red);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-card .num {
  color: #aaa;
  font-size: 13px;
}

.service-card h3 {
  margin: 24px 0 14px;
  font-size: 22px;
  line-height: 1.35;
}

.service-card p {
  min-height: 54px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.service-card span:last-child {
  display: inline-block;
  margin-top: 25px;
  color: var(--red);
  font-size: 14px;
}

.service-card.featured {
  color: #fff;
  background: var(--red);
}

.service-card.featured .num,
.service-card.featured p,
.service-card.featured span:last-child {
  color: #fff;
}

.feature-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 430px;
}

.feature-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 55px;
  background: linear-gradient(135deg, #173b61, #07192d);
}

.feature-panel + .feature-panel {
  background: linear-gradient(135deg, #2f3338, #121212);
}

.feature-panel::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, .15);
  transform: rotate(45deg);
}

.feature-panel > div {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.feature-panel small {
  color: #b9c8d6;
  font-size: 13px;
  letter-spacing: .14em;
}

.feature-panel h3 {
  margin: 12px 0 15px;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 500;
  line-height: 1.25;
}

.feature-panel p {
  margin: 0 0 24px;
  color: #d6dde5;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
}

.governance-strip {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
}

.governance-title {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  color: #fff;
  background: var(--red);
}

.governance-title h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.35;
}

.governance-title p {
  margin: 18px 0 0;
}

.governance-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: #f3f3f3;
}

.governance-content a {
  min-height: 165px;
  padding: 38px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.governance-content a:nth-child(even) {
  border-right: 0;
}

.governance-content b,
.governance-content span {
  display: block;
}

.governance-content b {
  margin-bottom: 10px;
  font-size: 19px;
}

.governance-content span {
  color: var(--muted);
  font-size: 14px;
}

.governance-content a:hover b {
  color: var(--red);
}

.inner-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(105deg, #070707 0%, #131e29 55%, #183956 100%);
}

.inner-hero .page-width {
  position: relative;
  z-index: 1;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 54px;
  padding-bottom: 54px;
}

.breadcrumb {
  margin: 0 0 34px;
  color: #c9c9c9;
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #fff;
}

.inner-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.2;
}

.inner-hero p:last-child {
  max-width: 820px;
  margin: 20px 0 0;
  color: #d9e0e7;
  font-size: 19px;
}

.content-section {
  padding: 74px 0 96px;
}

.content-shell {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 58px;
}

.side-index {
  align-self: start;
  position: sticky;
  top: 22px;
  border-top: 3px solid var(--red);
}

.side-index strong {
  display: block;
  padding: 18px 16px 14px;
  font-size: 18px;
}

.side-index a {
  display: block;
  padding: 12px 16px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.side-index a:hover,
.side-index a.is-current {
  color: var(--red);
  background: #fafafa;
}

.content-main > h2,
.subsection > h2 {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.35;
}

.lead {
  max-width: 920px;
  margin: 0 0 35px;
  color: var(--muted);
  font-size: 18px;
}

.boundary {
  margin-bottom: 35px;
  padding: 20px 24px;
  color: #2f4c67;
  background: var(--soft-blue);
  border-left: 4px solid var(--blue);
}

.boundary strong {
  color: var(--ink);
}

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

.detail-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-card {
  min-height: 220px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color .2s, box-shadow .2s;
}

.detail-card:hover {
  border-color: #aaa;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.detail-card .card-label {
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.detail-card h3 {
  margin: 13px 0 12px;
  font-size: 22px;
  line-height: 1.4;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
}

.detail-card .source {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 13px;
}

.subsection {
  margin-top: 65px;
  padding-top: 55px;
  border-top: 1px solid var(--line);
}

.plain-table {
  width: 100%;
  border-collapse: collapse;
}

.plain-table th,
.plain-table td {
  padding: 18px 20px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.plain-table th {
  width: 180px;
  background: #f5f5f5;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.step-list article {
  min-height: 250px;
  padding: 30px 26px;
  background: #fff;
}

.step-list span {
  color: var(--red);
  font-weight: 700;
}

.step-list h3 {
  margin: 24px 0 12px;
  font-size: 20px;
}

.step-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.page-cta {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px 42px;
  color: #fff;
  background: var(--navy);
}

.page-cta h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}

.page-cta p {
  margin: 7px 0 0;
  color: #c7d1dc;
}

.button {
  min-width: 142px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  background: transparent;
  font-weight: 700;
}

.button-red {
  color: #fff;
  background: var(--red);
}

.button-red:hover {
  background: var(--red-dark);
}

.button-outline {
  color: #fff;
  border-color: #fff;
}

.member-portal {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  box-shadow: var(--shadow);
}

.portal-intro {
  padding: 50px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #17486f);
}

.portal-intro h2 {
  margin: 12px 0 18px;
  font-size: 36px;
  font-weight: 500;
}

.portal-intro p {
  color: #d2dde7;
}

.portal-tabs {
  padding: 44px 50px;
  background: #fff;
}

.portal-tab-list {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.portal-tab-list button {
  position: relative;
  padding: 0 0 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.portal-tab-list button.is-active {
  color: var(--red);
  font-weight: 700;
}

.portal-tab-list button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--red);
}

.portal-panel {
  padding-top: 28px;
}

.portal-panel[hidden] {
  display: none;
}

.prototype-form {
  display: grid;
  gap: 15px;
}

.prototype-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
}

.prototype-form input {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--line);
  outline: 0;
}

.prototype-form input:focus {
  border-color: var(--red);
}

.prototype-note {
  margin: 16px 0 0;
  color: #8a8a8a;
  font-size: 13px;
}

.redline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.redline-list li {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.redline-list li:first-child {
  border-top: 0;
}

.redline-list b {
  display: block;
  margin-bottom: 6px;
}

.site-footer {
  color: #bdbdbd;
  background: #171717;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 50px;
  padding-top: 64px;
  padding-bottom: 48px;
}

.brand-footer {
  min-width: 0;
  color: #fff;
}

.brand-footer .brand-name b {
  color: #fff;
}

.brand-footer .brand-name em {
  color: #999;
}

.footer-brand p {
  max-width: 310px;
  margin: 22px 0 0;
  color: #999;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-column b {
  margin-bottom: 7px;
  color: #fff;
  font-size: 16px;
}

.footer-column a {
  font-size: 14px;
}

.footer-column a:hover {
  color: #fff;
}

.footer-disclosure {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #393939;
}

.footer-disclosure p {
  margin: 6px 0;
  font-size: 13px;
}

.footer-disclosure b {
  color: #e6e6e6;
}

.footer-bottom {
  padding: 17px 0;
  color: #888;
  background: #0c0c0c;
  font-size: 12px;
}

.footer-bottom .page-width {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

@media (max-width: 1180px) {
  .nav-inner {
    gap: 12px;
  }

  .brand {
    min-width: 195px;
  }

  .nav-link {
    padding: 0 9px;
    font-size: 14px;
  }

  .member-login {
    display: none;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .utility-bar {
    display: none;
  }

  .nav-inner {
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
  }

  .primary-nav {
    position: fixed;
    inset: 68px 0 0;
    z-index: 70;
    display: none;
    overflow-y: auto;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px 24px 100px;
    background: #fff;
  }

  .nav-open .primary-nav {
    display: flex;
  }

  .nav-link {
    min-height: 58px;
    padding: 0 4px;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
  }

  .nav-link::after {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .join-link {
    display: none;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 5px;
  }

  .menu-toggle span {
    width: 24px;
    height: 2px;
    display: block;
    background: #222;
  }

  .menu-toggle i {
    display: none;
  }

  .nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 72;
    display: none;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, .08);
  }

  .nav-open .mobile-actions {
    display: grid;
  }

  .mobile-actions a {
    padding: 18px;
    text-align: center;
    border-top: 1px solid var(--line);
  }

  .mobile-actions a:last-child {
    color: #fff;
    background: var(--red);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .home-hero {
    min-height: auto;
  }

  .hero-portal {
    max-width: 650px;
  }

  .position-grid {
    grid-template-columns: 1fr;
  }

  .position-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .position-card:last-child {
    border-bottom: 0;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-split,
  .governance-strip,
  .member-portal {
    grid-template-columns: 1fr;
  }

  .content-shell {
    grid-template-columns: 1fr;
  }

  .side-index {
    position: static;
    display: flex;
    overflow-x: auto;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .side-index strong,
  .side-index a {
    flex: 0 0 auto;
    border-top: 0;
  }

  .detail-grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .page-width {
    width: min(calc(100% - 32px), var(--page));
  }

  .brand {
    min-width: 0;
  }

  .brand-symbol {
    font-size: 23px;
  }

  .brand-name b {
    font-size: 14px;
  }

  .brand-name em {
    font-size: 10px;
  }

  .search-toggle {
    display: none;
  }

  .home-hero::after {
    display: none;
  }

  .hero-grid {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero-title {
    font-size: 39px;
  }

  .hero-subtitle {
    font-size: 17px;
    letter-spacing: .05em;
  }

  .hero-entry-grid {
    grid-template-columns: 1fr;
  }

  .hero-portal {
    padding: 25px 22px;
  }

  .section {
    padding: 65px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > a {
    display: inline-block;
    margin-top: 18px;
  }

  .service-grid,
  .detail-grid,
  .detail-grid.cols-3,
  .governance-content,
  .step-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .feature-panel {
    min-height: 360px;
    padding: 38px 27px;
  }

  .governance-title,
  .portal-intro,
  .portal-tabs {
    padding: 38px 26px;
  }

  .governance-content a {
    min-height: 0;
    border-right: 0;
  }

  .inner-hero .page-width {
    min-height: 300px;
  }

  .inner-hero h1 {
    font-size: 39px;
  }

  .inner-hero p:last-child {
    font-size: 16px;
  }

  .content-section {
    padding: 55px 0 70px;
  }

  .page-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 26px;
  }

  .plain-table,
  .plain-table tbody,
  .plain-table tr,
  .plain-table th,
  .plain-table td {
    display: block;
    width: 100%;
  }

  .plain-table tr {
    margin-bottom: 14px;
  }

  .plain-table th {
    border-bottom: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-bottom .page-width {
    flex-direction: column;
  }
}

/* Homepage prototype V2: light government-service + enterprise technology */
:root {
  --red: #cf0a2c;
  --red-dark: #a80020;
  --blue: #0b57b7;
  --blue-bright: #1677e8;
  --navy: #05275d;
  --ink: #102a43;
  --muted: #5f7285;
  --line: #d9e5f2;
  --soft: #f6f9fc;
  --soft-blue: #edf6ff;
  --shadow: 0 16px 42px rgba(20, 73, 130, .12);
}

body {
  color: var(--ink);
  background: #fff;
}

.site-header {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 1px 0 rgba(10, 67, 126, .12);
}

.utility-bar {
  color: #dceaff;
  background: #05275d;
}

.utility-inner a:hover {
  color: #fff;
}

.brand-symbol {
  color: #0b57b7;
  font-style: normal;
}

.brand-name b {
  color: #0a4189;
}

.brand-name em {
  color: #657b91;
}

.nav-link {
  color: #243b53;
}

.nav-link:hover,
.nav-link.is-active {
  color: #0b57b7;
}

.nav-link::after {
  background: var(--red);
}

.member-login,
.member-register {
  padding: 8px 9px;
  color: #41566b;
  font-size: 14px;
  white-space: nowrap;
}

.member-login:hover,
.member-register:hover {
  color: var(--blue);
}

.home-hero {
  min-height: 650px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(247, 252, 255, .99) 0%, rgba(247, 252, 255, .95) 34%, rgba(247, 252, 255, .52) 58%, rgba(247, 252, 255, .04) 82%),
    url("./hero-city-v2.png") center center / cover no-repeat;
}

.home-hero::before,
.home-hero::after {
  display: none;
}

.hero-shell {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 84px;
}

.hero-copy {
  width: min(770px, 66%);
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: #0b57b7;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
}

.hero-pill::before {
  content: "";
  width: 30px;
  height: 4px;
  background: var(--red);
}

.hero-copy h1 {
  margin: 0;
  color: #083c82;
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.hero-copy h1 span {
  color: #0c5fc4;
}

.hero-summary {
  max-width: 720px;
  margin: 24px 0 0;
  color: #385873;
  font-size: 18px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.hero-button {
  min-width: 144px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 18px;
  border: 1px solid #0b57b7;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(11, 87, 183, .2);
}

.hero-button-primary {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.hero-button-primary:hover {
  background: #094b9d;
}

.hero-button-plain {
  color: var(--blue);
  background: rgba(255, 255, 255, .85);
}

.hero-join {
  margin-left: 7px;
  color: #364f68;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.hero-metrics {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  border: 1px solid rgba(98, 148, 201, .3);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 35px rgba(55, 105, 158, .09);
  backdrop-filter: blur(8px);
}

.hero-metrics div {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 19px;
  border-right: 1px solid rgba(98, 148, 201, .25);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  color: #0b57b7;
  font-size: 25px;
  line-height: 1.2;
}

.hero-metrics span {
  margin-top: 4px;
  color: #58718a;
  font-size: 12px;
}

.home-shortcuts {
  position: relative;
  z-index: 4;
  margin-top: -38px;
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  box-shadow: 0 18px 46px rgba(20, 73, 130, .15);
}

.shortcut-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-right: 1px solid #dce8f4;
  border-top: 3px solid transparent;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.shortcut-card:last-child {
  border-right: 0;
}

.shortcut-card:hover {
  z-index: 1;
  border-top-color: var(--red);
  background: #f5faff;
  transform: translateY(-4px);
}

.shortcut-no {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #0b57b7;
  font-size: 13px;
  font-weight: 700;
}

.shortcut-card strong,
.shortcut-card small {
  display: block;
}

.shortcut-card strong {
  color: #143d6b;
  font-size: 18px;
}

.shortcut-card small {
  margin-top: 5px;
  color: #708397;
  font-size: 12px;
  line-height: 1.55;
}

.shortcut-card i {
  color: #0b57b7;
  font-size: 20px;
  font-style: normal;
}

.audience-section {
  padding-top: 102px;
}

.compact-heading {
  margin-bottom: 36px !important;
}

.compact-heading p:last-child {
  max-width: none;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.audience-card {
  min-height: 245px;
  padding: 26px 23px 23px;
  border: 1px solid #d8e5f2;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.audience-card:hover {
  border-color: #8bb9eb;
  box-shadow: 0 15px 35px rgba(28, 91, 157, .11);
  transform: translateY(-5px);
}

.audience-card.audience-primary {
  border-color: #78afe5;
  background: linear-gradient(180deg, #edf7ff 0%, #fff 100%);
  box-shadow: inset 0 3px 0 #0b57b7;
}

.audience-card.audience-primary > span {
  color: #fff;
  border-color: #cf0a2c;
  background: #cf0a2c;
}

.audience-card > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #0b57b7;
  border: 1px solid #b8d4f0;
  background: #edf6ff;
  font-size: 12px;
  font-weight: 700;
}

.audience-card h3 {
  margin: 21px 0 10px;
  color: #153e6d;
  font-size: 20px;
}

.audience-card p {
  min-height: 72px;
  margin: 0;
  color: #62778b;
  font-size: 14px;
  line-height: 1.72;
}

.audience-card i {
  display: inline-block;
  margin-top: 16px;
  color: #0b57b7;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.section-soft-blue {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .7), transparent 38%),
    #edf5fd;
}

.service-heading > div > p:last-child,
.news-heading > div > p:last-child,
.org-heading > div > p:last-child {
  max-width: 680px;
}

.core-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.core-service-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 19px;
  padding: 30px 28px;
  border: 1px solid #d3e3f3;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 6px 20px rgba(19, 76, 138, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.core-service-card:hover {
  border-color: #69a4e3;
  box-shadow: 0 18px 38px rgba(19, 76, 138, .13);
  transform: translateY(-5px);
}

.core-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #0d66ce, #073d88);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 9px 20px rgba(11, 87, 183, .22);
}

.core-service-card h3 {
  min-height: 54px;
  margin: 0 0 9px;
  color: #143f6f;
  font-size: 20px;
  line-height: 1.45;
}

.core-service-card p {
  min-height: 50px;
  margin: 0;
  color: #60758a;
  font-size: 14px;
  line-height: 1.7;
}

.core-service-card b {
  display: inline-block;
  margin-top: 15px;
  color: #0b57b7;
  font-size: 13px;
}

.operating-band {
  padding: 67px 0;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(4, 31, 72, .98), rgba(6, 66, 132, .94)),
    url("./hero-city-v2.png") center 60% / cover no-repeat;
}

.operating-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 60px;
}

.operating-copy .eyebrow {
  color: #71b8ff;
}

.operating-copy h2 {
  margin: 0;
  font-size: clamp(29px, 3vw, 41px);
  font-weight: 600;
  line-height: 1.35;
}

.operating-copy p:last-child {
  margin: 17px 0 0;
  color: #c8d9eb;
}

.operating-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.operating-flow div {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .06);
}

.operating-flow div.active {
  border-color: rgba(113, 184, 255, .75);
  background: rgba(15, 102, 198, .55);
}

.operating-flow span {
  color: #8ec6ff;
  font-size: 12px;
}

.operating-flow b {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.45;
}

.operating-flow i {
  color: #76baff;
  font-size: 24px;
  font-style: normal;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}

.news-column {
  border: 1px solid #d8e4f0;
  background: #fff;
}

.news-column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 19px 23px;
  color: #fff;
  background: #0b57b7;
}

.news-column:nth-child(2) .news-column-head {
  background: #0b6b8c;
}

.news-column:nth-child(3) .news-column-head {
  background: #1a4b82;
}

.news-column-head h3 {
  margin: 0;
  font-size: 20px;
}

.news-column-head span {
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, .45);
  font-size: 11px;
}

.news-column > a:not(.column-more) {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 23px;
  border-bottom: 1px solid #e2eaf2;
}

.news-column > a:hover b {
  color: #0b57b7;
}

.news-column b,
.news-column small {
  display: block;
}

.news-column b {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.news-column small {
  margin-top: 7px;
  color: #7a8da0;
  font-size: 12px;
}

.news-column .column-more {
  display: block;
  padding: 14px 23px;
  color: #0b57b7;
  font-size: 13px;
  font-weight: 700;
}

.org-section {
  background: #f4f8fc;
}

.org-role-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.org-role-grid div {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 21px;
  border: 1px solid #d9e5f1;
  background: #fff;
}

.org-role-grid span {
  color: #83a4c3;
  font-size: 12px;
}

.org-role-grid b {
  color: #153f6d;
  font-size: 16px;
}

.org-note {
  margin: 18px 0 0;
  color: #74879a;
  font-size: 13px;
}

.implementation-strip {
  padding: 31px 0;
  color: #fff;
  background: #083a78;
}

.implementation-strip .page-width {
  display: grid;
  grid-template-columns: 1fr 1px .8fr auto;
  align-items: center;
  gap: 34px;
}

.implementation-strip .page-width > span {
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, .3);
}

.implementation-strip small,
.implementation-strip strong {
  display: block;
}

.implementation-strip small {
  color: #9bc8f4;
  font-size: 12px;
}

.implementation-strip strong {
  margin-top: 4px;
  font-size: 16px;
}

.implementation-strip a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  font-size: 14px;
  white-space: nowrap;
}

.inner-hero {
  background:
    linear-gradient(96deg, rgba(3, 30, 72, .98) 0%, rgba(5, 50, 106, .91) 52%, rgba(9, 91, 178, .66) 100%),
    url("./hero-city-v2.png") center 48% / cover no-repeat;
}

.inner-hero::before {
  opacity: .1;
}

.site-footer {
  color: #bdd0e2;
  background: #062653;
}

.footer-bottom {
  color: #8da9c5;
  background: #031b3e;
}

.footer-disclosure {
  border-top-color: rgba(255, 255, 255, .16);
}

.footer-column a:hover,
.brand-footer .brand-name b {
  color: #fff;
}

@media (max-width: 1180px) {
  .hero-copy {
    width: 72%;
  }

  .shortcut-card {
    padding: 20px 17px;
  }

  .audience-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .org-role-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .member-register {
    display: none;
  }
}

@media (max-width: 980px) {
  .home-hero {
    background:
      linear-gradient(90deg, rgba(247, 252, 255, .99) 0%, rgba(247, 252, 255, .93) 58%, rgba(247, 252, 255, .45) 100%),
      url("./hero-city-v2.png") 66% center / cover no-repeat;
  }

  .hero-copy {
    width: min(760px, 88%);
  }

  .shortcut-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shortcut-card:nth-child(2) {
    border-right: 0;
  }

  .shortcut-card:nth-child(-n+2) {
    border-bottom: 1px solid #dce8f4;
  }

  .core-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .operating-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .implementation-strip .page-width {
    grid-template-columns: 1fr 1px 1fr;
  }

  .implementation-strip a {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .home-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(247, 252, 255, .99) 0%, rgba(247, 252, 255, .94) 58%, rgba(247, 252, 255, .6) 100%),
      url("./hero-city-v2.png") 72% center / cover no-repeat;
  }

  .hero-shell {
    min-height: 620px;
    padding-top: 57px;
    padding-bottom: 72px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-pill {
    font-size: 13px;
  }

  .hero-copy h1 {
    font-size: 32px;
    letter-spacing: -.04em;
  }

  .hero-summary {
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-button {
    min-width: calc(50% - 6px);
    flex: 1;
    gap: 12px;
  }

  .hero-join {
    width: fit-content;
    margin: 5px 0 0;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  .hero-metrics div:nth-child(2) {
    border-right: 0;
  }

  .hero-metrics div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(98, 148, 201, .25);
  }

  .home-shortcuts {
    margin-top: -25px;
  }

  .shortcut-grid,
  .audience-grid,
  .core-service-grid,
  .org-role-grid {
    grid-template-columns: 1fr;
  }

  .shortcut-card {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid #dce8f4;
  }

  .shortcut-card:last-child {
    border-bottom: 0;
  }

  .audience-section {
    padding-top: 70px;
  }

  .audience-card,
  .core-service-card {
    min-height: 0;
  }

  .audience-card p,
  .core-service-card h3,
  .core-service-card p {
    min-height: 0;
  }

  .core-service-card {
    grid-template-columns: 49px 1fr;
    padding: 25px 21px;
  }

  .core-icon {
    width: 46px;
    height: 46px;
  }

  .operating-flow {
    grid-template-columns: 1fr;
  }

  .operating-flow div {
    min-height: 98px;
  }

  .operating-flow i {
    justify-self: center;
    transform: rotate(90deg);
  }

  .implementation-strip .page-width {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .implementation-strip .page-width > span {
    width: 100%;
    height: 1px;
  }
}

/* AI demand marketplace */
.market-inner-hero .page-width {
  min-height: 300px;
}

.marketplace-panel {
  scroll-margin-top: 24px;
}

.marketplace-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.marketplace-heading h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
}

.marketplace-heading .lead {
  margin: 14px 0 0;
}

.market-toolbar {
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: end;
  gap: 24px;
  margin: 28px 0 0;
  padding: 22px;
  border: 1px solid #d7e5f3;
  background: #f6faff;
}

.market-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.market-filter-list button {
  min-height: 40px;
  padding: 8px 15px;
  color: #31506f;
  border: 1px solid #c9dcec;
  background: #fff;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.market-filter-list button:hover,
.market-filter-list button.is-active {
  color: #fff;
  border-color: #0b57b7;
  background: #0b57b7;
}

.market-search {
  display: grid;
  gap: 7px;
  color: #536b83;
  font-size: 14px;
  font-weight: 600;
}

.market-search input {
  min-height: 42px;
  width: 100%;
  padding: 9px 12px;
  color: #102a43;
  border: 1px solid #bfd3e6;
  background: #fff;
  font: inherit;
  outline: 0;
}

.market-search input:focus {
  border-color: #0b57b7;
  box-shadow: 0 0 0 3px rgba(11, 87, 183, .12);
}

.market-summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 2px;
  color: #60758a;
  font-size: 14px;
}

.market-summary b {
  color: #0b57b7;
  font-size: 18px;
}

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

.demand-card {
  min-height: 338px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #d5e3f0;
  border-top: 3px solid #0b57b7;
  background: #fff;
  box-shadow: 0 7px 22px rgba(20, 73, 130, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.demand-card[hidden] {
  display: none;
}

.demand-card:hover {
  border-color: #80afe0;
  box-shadow: 0 15px 32px rgba(20, 73, 130, .12);
  transform: translateY(-3px);
}

.demand-card.is-selected {
  border-color: #0b57b7;
  background: linear-gradient(180deg, #f3f9ff 0%, #fff 58%);
  box-shadow: 0 12px 30px rgba(11, 87, 183, .14);
}

.demand-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.demand-id {
  color: #718499;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.demand-state {
  flex: 0 0 auto;
  padding: 4px 9px;
  color: #0b57b7;
  border: 1px solid #abccec;
  background: #edf6ff;
  font-size: 12px;
  font-weight: 700;
}

.demand-state.candidate {
  color: #8a5200;
  border-color: #e5bc72;
  background: #fff5de;
}

.demand-card h3 {
  margin: 19px 0 10px;
  color: #123d6c;
  font-size: 21px;
  line-height: 1.42;
}

.demand-card > p {
  min-height: 55px;
  margin: 0;
  color: #5f7285;
  font-size: 15px;
  line-height: 1.72;
}

.demand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.demand-tags span {
  padding: 5px 9px;
  color: #345a80;
  background: #eef5fb;
  font-size: 12px;
}

.demand-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #e4edf5;
  color: #718398;
  font-size: 12px;
}

.demand-select {
  min-height: 42px;
  margin-top: auto;
  padding: 10px 16px;
  color: #0b57b7;
  border: 1px solid #0b57b7;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.demand-select:hover,
.demand-card.is-selected .demand-select {
  color: #fff;
  background: #0b57b7;
}

.market-empty {
  margin-top: 17px;
  padding: 35px;
  color: #657a8f;
  border: 1px dashed #b9cde0;
  background: #f8fbfe;
  text-align: center;
}

/* Demand marketplace v2: GitHub-style issue flow translated for business users */
.demand-market-v2 .marketplace-heading {
  align-items: center;
  margin-bottom: 22px;
}

.demand-stage-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.demand-stage-card {
  min-height: 178px;
  padding: 22px 24px;
  color: #26415f;
  border: 1px solid #d0d7de;
  border-radius: 12px;
  background: #fff;
}

a.demand-stage-card {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

a.demand-stage-card:hover {
  color: #163a66;
  border-color: #8cb7ea;
  box-shadow: 0 12px 28px rgba(22, 104, 255, .11);
  transform: translateY(-2px);
}

.demand-stage-card.is-current {
  border-left: 5px solid #1a7f37;
  background: linear-gradient(135deg, #f4fbf6 0%, #fff 72%);
}

.demand-stage-card.is-project {
  border-left: 5px solid #1668ff;
  background: linear-gradient(135deg, #f4f8ff 0%, #fff 72%);
}

.demand-stage-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #65768a;
  font-size: 13px;
  font-weight: 700;
}

.demand-stage-label span {
  color: #1a7f37;
  font-size: 20px;
  line-height: 1;
}

.is-project .demand-stage-label span { color: #1668ff; }

.demand-stage-card h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 13px 0 6px;
  color: #102d4f;
  font-size: 22px;
}

.demand-stage-card h3 small {
  padding: 4px 8px;
  color: #57697d;
  border: 1px solid #d5dee8;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.demand-stage-card p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}

.demand-stage-card > div:last-child {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: #476079;
  font-size: 13px;
  font-weight: 700;
}

.demand-stage-card > div:last-child span {
  padding: 4px 8px;
  border-radius: 6px;
  background: #eaf6ee;
}

.demand-stage-card > div:last-child i { color: #8b98a8; font-style: normal; }

.demand-stage-card > strong {
  display: block;
  margin-top: 15px;
  color: #1668ff;
  font-size: 14px;
}

.demand-market-shell {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #d0d7de;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(23, 54, 88, .06);
}

.demand-list-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: center;
  gap: 20px;
  padding: 14px 16px;
  border-bottom: 1px solid #d8dee4;
  background: #f6f8fa;
}

.demand-state-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.demand-state-tabs button {
  min-height: 38px;
  padding: 7px 11px;
  color: #57697d;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.demand-state-tabs button span { color: #1a7f37; }
.demand-state-tabs button b { margin-left: 4px; color: #748296; }

.demand-state-tabs button:hover,
.demand-state-tabs button.is-active {
  color: #172b45;
  border-color: #d0d7de;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 35, 40, .06);
}

.demand-search { display: block; }

.demand-search input {
  min-height: 40px;
  border-color: #afb8c1;
  border-radius: 7px;
}

.demand-category-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid #d8dee4;
}

.demand-category-row > span {
  color: #57697d;
  font-size: 14px;
  font-weight: 700;
}

.demand-category-row .market-filter-list { gap: 7px; }

.demand-category-row .market-filter-list button {
  min-height: 34px;
  padding: 6px 11px;
  border-color: transparent;
  border-radius: 999px;
  background: #eef2f6;
}

.demand-category-row .market-filter-list button:hover,
.demand-category-row .market-filter-list button.is-active {
  color: #fff;
  border-color: #1668ff;
  background: #1668ff;
}

.demand-category-row .market-summary {
  gap: 10px;
  padding: 0;
  white-space: nowrap;
}

.demand-list { display: grid; }

.demand-card.demand-row {
  min-height: 0;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 172px;
  gap: 14px;
  padding: 20px 18px;
  border: 0;
  border-bottom: 1px solid #d8dee4;
  background: #fff;
  box-shadow: none;
}

.demand-card.demand-row:last-child { border-bottom: 0; }

.demand-card.demand-row:hover {
  border-color: #d8dee4;
  background: #f8fbff;
  box-shadow: none;
  transform: none;
}

.demand-card.demand-row.is-selected {
  border-color: #b6d5ff;
  background: #eef6ff;
  box-shadow: inset 4px 0 0 #1668ff;
}

.demand-open-mark {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-top: 2px;
  color: #fff;
  border-radius: 50%;
  background: #1a7f37;
  font-size: 18px;
  line-height: 1;
}

.demand-row-body { min-width: 0; }

.demand-row .demand-card-top {
  justify-content: flex-start;
  gap: 10px;
}

.demand-row .demand-id {
  color: #57697d;
  font-size: 13px;
  letter-spacing: 0;
}

.demand-row .demand-state {
  border: 0;
  border-radius: 999px;
  background: #ddf4ff;
}

.demand-row .demand-state.candidate {
  color: #7a4a00;
  background: #fff1c2;
}

.demand-card.demand-row h3 {
  margin: 8px 0 5px;
  color: #17385e;
  font-size: 18px;
  line-height: 1.45;
}

.demand-card.demand-row > .demand-row-body > p {
  min-height: 0;
  margin: 0;
  color: #57697d;
  font-size: 15px;
  line-height: 1.65;
}

.demand-row .demand-tags { margin-top: 10px; }

.demand-row .demand-tags span {
  padding: 3px 8px;
  border: 1px solid #ccd8e5;
  border-radius: 999px;
  background: #f6f8fa;
}

.demand-row .demand-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 11px;
  padding: 0;
  border: 0;
  color: #667085;
  font-size: 13px;
}

.demand-row .demand-meta b { color: #435b74; }

.demand-row-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 11px;
}

.demand-row-action small {
  color: #667085;
  font-size: 12px;
  text-align: center;
}

.demand-row .demand-select {
  min-height: 38px;
  margin: 0;
  padding: 8px 11px;
  border-radius: 7px;
}

.demand-list-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  color: #57697d;
  background: #f6f8fa;
  font-size: 14px;
}

.demand-list-footer a { color: #1668ff; font-weight: 700; white-space: nowrap; }

.market-phase-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 18px 0 24px;
  padding: 18px 20px;
  border-left: 4px solid #1668ff;
  background: #f3f7fd;
}

.market-phase-note div { display: grid; gap: 4px; }
.market-phase-note span { color: #1668ff; font-size: 12px; font-weight: 800; }
.market-phase-note strong { color: #17385e; font-size: 17px; }
.market-phase-note p { margin: 0; color: #667085; font-size: 14px; }
.market-phase-note a { color: #1668ff; font-weight: 750; white-space: nowrap; }

@media (max-width: 980px) {
  .demand-list-toolbar { grid-template-columns: 1fr; }
  .demand-category-row { grid-template-columns: 1fr; }
  .demand-category-row .market-summary { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .demand-stage-switch { grid-template-columns: 1fr; }
  .demand-stage-card { min-height: 0; padding: 19px; }
  .demand-state-tabs { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .demand-state-tabs button { text-align: left; }
  .demand-card.demand-row { grid-template-columns: 24px minmax(0, 1fr); padding: 17px 14px; }
  .demand-row-action { grid-column: 2; flex-direction: row; align-items: center; justify-content: space-between; }
  .demand-row-action small { text-align: left; }
  .demand-row .demand-select { flex: 0 0 auto; }
  .demand-list-footer,
  .market-phase-note { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .demand-row-action { align-items: stretch; flex-direction: column; }
  .demand-category-row .market-summary { align-items: flex-start; flex-direction: column; }
  .demand-stage-card > div:last-child { align-items: flex-start; flex-wrap: wrap; }
}

.free-program {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: stretch;
  color: #fff;
  background: linear-gradient(115deg, #05275d 0%, #0754a6 70%, #0e72d6 100%);
  box-shadow: 0 20px 45px rgba(5, 50, 106, .18);
}

.free-program-number {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: #cf0a2c;
  text-align: center;
}

.free-program-number small,
.free-program-number span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
}

.free-program-number strong {
  margin: 4px 0;
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
}

.free-program-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 42px 48px;
}

.free-program-copy .eyebrow {
  color: #8dcbff;
}

.free-program-copy h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
}

.free-program-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 14px 0 24px;
  color: #d5e7f8;
  font-size: 16px;
  line-height: 1.75;
}

.free-program-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.free-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #d7e4f1;
  border-top: 0;
}

.free-benefit-grid article {
  min-height: 175px;
  padding: 27px;
  border-right: 1px solid #d7e4f1;
  background: #fff;
}

.free-benefit-grid article:last-child {
  border-right: 0;
}

.free-benefit-grid span {
  color: #cf0a2c;
  font-size: 13px;
  font-weight: 700;
}

.free-benefit-grid h3 {
  margin: 13px 0 7px;
  color: #133e6c;
  font-size: 19px;
}

.free-benefit-grid p {
  margin: 0;
  color: #617589;
  font-size: 14px;
  line-height: 1.65;
}

.program-note {
  display: grid;
  grid-template-columns: 110px 1fr 1fr;
  gap: 20px;
  padding: 22px 25px;
  color: #526a82;
  background: #f4f8fc;
  border: 1px solid #d7e4f1;
  border-top: 0;
  font-size: 13px;
  line-height: 1.65;
}

.program-note b {
  color: #123d6c;
  font-size: 14px;
}

.selection-criteria {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 20px 25px;
  color: #536b83;
  border: 1px solid #d7e4f1;
  border-top: 0;
  background: #fff;
}

.selection-criteria b {
  margin-right: 8px;
  color: #123d6c;
  font-size: 14px;
}

.selection-criteria span {
  padding: 6px 10px;
  color: #31597f;
  background: #edf5fc;
  font-size: 13px;
}

.co-creation-agreement {
  margin-top: 22px;
  border: 1px solid #cbddeb;
  background: #fff;
}

.agreement-heading {
  padding: 28px 30px;
  color: #fff;
  background: linear-gradient(110deg, #073a77, #0b62b7);
}

.agreement-heading > span {
  color: #9dd1ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.agreement-heading h3 {
  margin: 9px 0 8px;
  font-size: 24px;
  line-height: 1.4;
}

.agreement-heading p {
  max-width: 760px;
  margin: 0;
  color: #d3e5f5;
  font-size: 14px;
  line-height: 1.7;
}

.agreement-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.agreement-principles article {
  min-height: 178px;
  padding: 24px;
  border-right: 1px solid #dbe6ef;
}

.agreement-principles article:last-child {
  border-right: 0;
}

.agreement-principles b {
  color: #143f6d;
  font-size: 16px;
}

.agreement-principles p {
  margin: 9px 0 0;
  color: #62768a;
  font-size: 13px;
  line-height: 1.7;
}

.global-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.global-case-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #d5e3f0;
  border-top: 3px solid #0b57b7;
  background: #fff;
  box-shadow: 0 7px 22px rgba(20, 73, 130, .06);
}

.global-case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.global-case-meta span {
  color: #0b57b7;
  font-size: 13px;
  font-weight: 700;
}

.global-case-meta b {
  padding: 4px 8px;
  color: #526d87;
  background: #edf4fa;
  font-size: 12px;
}

.global-case-card h3 {
  margin: 20px 0 10px;
  color: #123d6c;
  font-size: 21px;
  line-height: 1.4;
}

.global-case-card > p {
  min-height: 98px;
  margin: 0;
  color: #607488;
  font-size: 14px;
  line-height: 1.75;
}

.global-case-card dl {
  margin: 18px 0 0;
  border-top: 1px solid #e2eaf2;
}

.global-case-card dl > div {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #e8eef4;
  font-size: 13px;
}

.global-case-card dt {
  color: #7a8c9e;
}

.global-case-card dd {
  margin: 0;
  color: #294966;
  font-weight: 600;
}

.global-case-card > a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 21px;
  color: #0b57b7;
  border-bottom: 1px solid #0b57b7;
  font-size: 13px;
  font-weight: 700;
}

.case-showcase-grid,
.future-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.case-showcase-card {
  padding: 26px;
  border: 1px solid #d7e4f1;
  background: #fff;
}

.case-status {
  display: inline-block;
  padding: 5px 9px;
  color: #7a5b00;
  background: #fff7d8;
  font-size: 12px;
  font-weight: 700;
}

.case-showcase-card h3 {
  margin: 18px 0;
  color: #123d6c;
  font-size: 21px;
}

.case-showcase-card dl,
.case-showcase-card dd {
  margin: 0;
}

.case-showcase-card dl > div {
  padding: 13px 0;
  border-top: 1px solid #e5edf5;
}

.case-showcase-card dt {
  color: #173f69;
  font-size: 13px;
  font-weight: 700;
}

.case-showcase-card dd {
  margin-top: 5px;
  color: #62768a;
  font-size: 14px;
  line-height: 1.65;
}

.future-market-grid article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  color: #fff;
  background: linear-gradient(145deg, #083a78, #0b62bd);
}

.future-market-grid article:nth-child(2) {
  background: linear-gradient(145deg, #074564, #087aa1);
}

.future-market-grid article:nth-child(3) {
  background: linear-gradient(145deg, #163d75, #285fab);
}

.future-market-grid article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.future-market-grid article > div span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .45);
  font-size: 12px;
}

.future-market-grid article > div b {
  color: #9fceff;
  font-size: 12px;
  letter-spacing: .12em;
}

.future-market-grid h3 {
  margin: 25px 0 10px;
  font-size: 25px;
}

.future-market-grid p {
  margin: 0;
  color: #d3e5f6;
  font-size: 15px;
  line-height: 1.7;
}

.future-market-grid a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 700;
}

.application-section {
  padding: 48px;
  border: 1px solid #cfdeec;
  background: #f5f9fd;
}

.market-application {
  margin-top: 30px;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 22px;
}

.application-grid label {
  display: grid;
  gap: 8px;
  color: #284764;
  font-size: 14px;
  font-weight: 700;
}

.application-grid input,
.application-grid select,
.application-grid textarea {
  width: 100%;
  min-height: 47px;
  padding: 11px 13px;
  color: #102a43;
  border: 1px solid #bfd1e2;
  border-radius: 0;
  background: #fff;
  font: inherit;
  font-weight: 400;
  outline: 0;
}

.application-grid textarea {
  min-height: 135px;
  resize: vertical;
}

.application-grid input:focus,
.application-grid select:focus,
.application-grid textarea:focus {
  border-color: #0b57b7;
  box-shadow: 0 0 0 3px rgba(11, 87, 183, .1);
}

.application-wide {
  grid-column: 1 / -1;
}

.application-grid .agreement-check {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 11px;
  padding: 16px;
  color: #3e5b76;
  border: 1px solid #cbdbe9;
  background: #fff;
  font-weight: 500;
  line-height: 1.65;
}

.application-grid .agreement-check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  padding: 0;
  accent-color: #0b57b7;
  box-shadow: none;
}

.application-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.application-actions p {
  margin: 0;
  color: #74879a;
  font-size: 13px;
}

.application-status {
  margin: 18px 0 0;
  padding: 14px 16px;
  color: #07533a;
  border-left: 3px solid #129463;
  background: #eaf8f2;
  font-size: 14px;
}

.application-status:empty {
  display: none;
}

/* Public project center */
.public-inner-hero .page-width {
  min-height: 300px;
}

.transparency-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 28px;
  border: 1px solid #d5e4f2;
  background: #f6faff;
}

.transparency-overview div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px;
  border-right: 1px solid #d5e4f2;
}

.transparency-overview div:last-child {
  border-right: 0;
}

.transparency-overview span,
.transparency-overview b {
  display: block;
}

.transparency-overview span {
  color: #6a8095;
  font-size: 13px;
}

.transparency-overview b {
  margin-top: 7px;
  color: #113d6c;
  font-size: 15px;
  line-height: 1.5;
}

.project-board-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.project-board-toolbar button {
  min-height: 42px;
  padding: 9px 16px;
  color: #365674;
  border: 1px solid #c8dae9;
  background: #fff;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.project-board-toolbar button:hover,
.project-board-toolbar button.is-active {
  color: #fff;
  border-color: #0b57b7;
  background: #0b57b7;
}

.project-progress-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 18px;
  padding: 14px 18px;
  color: #526a81;
  border: 1px solid #d5e4f2;
  background: #f7faff;
  font-size: 13px;
}

.project-progress-legend strong {
  color: #173f68;
  font-size: 14px;
}

.project-progress-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.project-progress-legend small {
  margin-left: auto;
  color: #6d8195;
  font-size: 12px;
}

.progress-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: #a8b5c1;
}

.progress-dot.is-done { background: #16865b; }
.progress-dot.is-doing { background: #0b69c7; }
.progress-dot.is-waiting { background: #a8b5c1; }
.progress-dot.is-blocked { background: #d97706; }

.public-project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
}

.public-project-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  padding: 0;
  border: 1px solid #d4e2ef;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 73, 130, .07);
}

.public-project-card[hidden] {
  display: none;
}

.public-project-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.public-project-main,
.public-project-tracking {
  min-width: 0;
  padding: 28px 30px;
}

.public-project-tracking {
  border-left: 1px solid #dce6ef;
  background: #f8fbfe;
}

.project-demo-id {
  color: #718398;
  font-size: 12px;
  font-weight: 700;
}

.project-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.project-status.candidate {
  color: #8a5200;
  background: #fff0ce;
}

.project-status.developing {
  color: #0755a3;
  background: #e9f4ff;
}

.project-status.completed {
  color: #08734e;
  background: #e5f7ef;
}

.public-project-card h3 {
  margin: 20px 0 9px;
  color: #123d6c;
  font-size: 23px;
  line-height: 1.42;
}

.public-project-main > p {
  margin: 0;
  color: #607488;
  font-size: 15px;
  line-height: 1.7;
}

.project-label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.project-label-list span {
  padding: 5px 9px;
  color: #365b7d;
  border: 1px solid #ccdeed;
  background: #f4f9fd;
  font-size: 12px;
  font-weight: 700;
}

.project-latest-update {
  margin-top: 24px;
  padding: 17px 18px;
  border-left: 3px solid #0b57b7;
  background: #f5f9fd;
}

.project-latest-update span,
.project-latest-update b,
.project-latest-update small {
  display: block;
}

.project-latest-update span {
  color: #74889b;
  font-size: 12px;
}

.project-latest-update b {
  margin-top: 5px;
  color: #173f68;
  font-size: 15px;
  line-height: 1.55;
}

.project-latest-update small {
  margin-top: 6px;
  color: #7a8da0;
  font-size: 12px;
}

.project-health-line,
.project-stage-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.project-health-line > span:last-child {
  color: #6f8193;
  font-size: 12px;
}

.project-health {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #345873;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.project-health i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.project-health.is-reviewing { color: #996000; }
.project-health.is-on-track,
.project-health.is-finished { color: #08734e; }

.project-stage-title {
  align-items: flex-end;
  margin-top: 23px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dce6ef;
}

.project-stage-title span,
.project-stage-title strong,
.project-stage-title small {
  display: block;
}

.project-stage-title span {
  color: #74889b;
  font-size: 12px;
}

.project-stage-title strong {
  margin-right: auto;
  color: #173f68;
  font-size: 17px;
}

.project-stage-title small {
  color: #61788d;
  font-size: 12px;
}

.project-facts {
  margin: 18px 0 0;
  border-top: 1px solid #e2ebf3;
}

.project-facts div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #edf2f7;
  font-size: 13px;
}

.project-facts dt {
  color: #7a8b9d;
}

.project-facts dd {
  margin: 0;
  color: #294967;
  font-weight: 600;
}

.project-progress {
  margin-top: 18px;
}

.project-progress > div,
.milestone-progress > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: #607489;
  font-size: 13px;
}

.project-progress b,
.milestone-progress b {
  color: #0b57b7;
}

.project-progress progress,
.milestone-progress progress {
  width: 100%;
  height: 8px;
  display: block;
  border: 0;
  border-radius: 0;
  background: #e6eef6;
  accent-color: #0b57b7;
}

.project-progress progress::-webkit-progress-bar,
.milestone-progress progress::-webkit-progress-bar {
  background: #e6eef6;
}

.project-progress progress::-webkit-progress-value,
.milestone-progress progress::-webkit-progress-value {
  background: #0b57b7;
}

.project-progress progress::-moz-progress-bar,
.milestone-progress progress::-moz-progress-bar {
  background: #0b57b7;
}

.public-project-card[data-status="completed"] .project-progress progress {
  accent-color: #08734e;
}

.public-project-card[data-status="completed"] .project-progress progress::-webkit-progress-value,
.public-project-card[data-status="completed"] .project-progress progress::-moz-progress-bar {
  background: #08734e;
}

.project-mini-checklist {
  display: grid;
  gap: 8px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.project-mini-checklist li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 5px;
  color: #5b7186;
  font-size: 13px;
  line-height: 1.45;
}

.project-mini-checklist li > span {
  color: #93a3b2;
  font-weight: 800;
}

.project-mini-checklist li.is-done > span { color: #08734e; }
.project-mini-checklist li.is-doing > span { color: #0b57b7; }

.project-next-step {
  margin-top: 17px;
  padding: 12px 14px;
  border: 1px solid #d8e5f0;
  background: #fff;
}

.project-next-step span,
.project-next-step b {
  display: block;
}

.project-next-step span {
  color: #74889b;
  font-size: 12px;
}

.project-next-step b {
  margin-top: 4px;
  color: #244866;
  font-size: 13px;
  line-height: 1.5;
}

.project-detail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
  padding-top: 16px;
  color: #0b57b7;
  border-top: 1px solid #dce6ef;
  font-size: 13px;
  font-weight: 700;
}

.public-project-card > a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 20px;
  color: #0b57b7;
  border-bottom: 1px solid #0b57b7;
  font-size: 13px;
  font-weight: 700;
}

.public-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #d5e3f0;
  border: 1px solid #d5e3f0;
}

.public-process article {
  min-height: 185px;
  padding: 25px;
  background: #fff;
}

.public-process span {
  color: #cf0a2c;
  font-size: 13px;
  font-weight: 700;
}

.public-process h3 {
  margin: 17px 0 8px;
  color: #133f6d;
  font-size: 19px;
}

.public-process p {
  margin: 0;
  color: #63778a;
  font-size: 14px;
  line-height: 1.65;
}

.development-log-card {
  border: 1px solid #d5e3f0;
  background: #fff;
}

.development-log-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  color: #fff;
  background: #083d7c;
}

.development-log-head span {
  color: #a8d3fb;
  font-size: 12px;
}

.development-log-head h3 {
  margin: 6px 0 0;
  font-size: 21px;
}

.development-log-head a {
  flex: 0 0 auto;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: 13px;
}

.development-log-list {
  padding: 7px 28px 20px;
}

.development-log-list article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  padding: 21px 0;
  border-bottom: 1px solid #e3ebf3;
}

.development-log-list article:last-child {
  border-bottom: 0;
}

.development-log-list article > span {
  color: #75889b;
  font-size: 13px;
  font-weight: 700;
}

.development-log-list article.is-complete > span {
  color: #08734e;
}

.development-log-list article.is-current > span {
  color: #0b57b7;
}

.development-log-list b {
  color: #193f67;
  font-size: 15px;
}

.development-log-list p {
  margin: 5px 0 0;
  color: #607488;
  font-size: 14px;
}

.result-public-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.result-public-grid article {
  min-height: 215px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #d5e3f0;
  background: #fff;
}

.result-public-grid span {
  color: #0b57b7;
  font-size: 13px;
  font-weight: 700;
}

.result-public-grid h3 {
  margin: 17px 0 8px;
  color: #133f6d;
  font-size: 18px;
}

.result-public-grid p {
  margin: 0;
  color: #63778a;
  font-size: 14px;
  line-height: 1.65;
}

.result-public-grid b {
  margin-top: auto;
  padding-top: 18px;
  color: #7a8b9b;
  font-size: 12px;
}

/* Public project detail */
.project-detail-hero {
  color: #fff;
  background: linear-gradient(110deg, #05275d, #0754a6);
}

.project-detail-hero .page-width {
  min-height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-detail-hero .breadcrumb {
  margin-bottom: 28px;
}

.project-detail-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
}

.project-detail-heading h1 {
  margin: 16px 0 0;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.25;
}

.project-detail-heading p {
  max-width: 800px;
  margin: 17px 0 0;
  color: #d1e2f2;
  font-size: 16px;
  line-height: 1.75;
}

.project-detail-body {
  padding: 0 0 95px;
  background: #f5f8fb;
}

.project-public-summary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -34px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 73, 130, .14);
}

.project-public-summary div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 22px;
  border-right: 1px solid #dce6ef;
}

.project-public-summary div:last-child {
  border-right: 0;
}

.project-public-summary div:nth-child(4n) {
  border-right: 0;
}

.project-public-summary div:nth-child(-n+4) {
  border-bottom: 1px solid #dce6ef;
}

.project-public-summary span {
  color: #75879a;
  font-size: 12px;
}

.project-public-summary b {
  margin-top: 6px;
  color: #123d6c;
  font-size: 15px;
}

.project-reading-guide {
  display: grid;
  grid-template-columns: 190px repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 18px;
  border: 1px solid #d8e4ef;
  background: #fff;
}

.project-reading-guide > strong {
  display: flex;
  align-items: center;
  padding: 20px;
  color: #fff;
  background: #083d7c;
  font-size: 15px;
  line-height: 1.5;
}

.project-reading-guide > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 9px;
  padding: 17px 15px;
  border-right: 1px solid #e0e8f0;
}

.project-reading-guide > div:last-child { border-right: 0; }

.project-reading-guide > div > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #0b57b7;
  border: 1px solid #a8c8e6;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.project-reading-guide p {
  margin: 1px 0 0;
  color: #63788c;
  font-size: 12px;
  line-height: 1.55;
}

.project-reading-guide p b {
  display: block;
  margin-bottom: 2px;
  color: #244a6c;
  font-size: 13px;
}

.project-detail-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 42px;
  margin-top: 55px;
}

.project-detail-nav {
  position: sticky;
  top: 20px;
  align-self: start;
  border-top: 3px solid #0b57b7;
  background: #fff;
}

.project-detail-nav strong,
.project-detail-nav a {
  display: block;
  padding: 14px 17px;
  border-bottom: 1px solid #e2eaf2;
}

.project-detail-nav strong {
  color: #123d6c;
  font-size: 16px;
}

.project-detail-nav a {
  color: #607489;
  font-size: 14px;
}

.project-detail-nav a:hover {
  color: #0b57b7;
  background: #f3f8fd;
}

.project-detail-main {
  min-width: 0;
}

.project-record-section {
  scroll-margin-top: 24px;
  margin-top: 55px;
  padding: 40px;
  border: 1px solid #d6e2ed;
  background: #fff;
}

.project-detail-main .boundary + .project-record-section {
  margin-top: 24px;
}

.project-record-section h2 {
  margin: 0 0 24px;
  color: #123d6c;
  font-size: 30px;
  line-height: 1.35;
}

.record-heading-split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.record-heading-split h2 {
  margin-bottom: 24px;
}

.record-heading-split .project-health {
  margin-top: 6px;
  padding: 7px 11px;
  border: 1px solid #b8dfcf;
  background: #ecf8f3;
}

.project-progress-dashboard {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.project-progress-metric,
.project-current-work {
  min-height: 245px;
  padding: 25px;
  border: 1px solid #d8e4ef;
}

.project-progress-metric {
  background: #f6faff;
}

.project-progress-metric > span,
.project-current-work > span {
  color: #6d8296;
  font-size: 13px;
  font-weight: 700;
}

.project-progress-metric > div {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 18px;
}

.project-progress-metric strong {
  color: #0b57b7;
  font-size: 48px;
  line-height: 1;
}

.project-progress-metric small {
  color: #597187;
  font-size: 14px;
}

.project-progress-metric b {
  margin-left: auto;
  color: #0b57b7;
  font-size: 18px;
}

.project-progress-metric progress {
  width: 100%;
  height: 10px;
  display: block;
  margin-top: 17px;
  border: 0;
  background: #dfe9f2;
  accent-color: #0b57b7;
}

.project-progress-metric progress::-webkit-progress-bar { background: #dfe9f2; }
.project-progress-metric progress::-webkit-progress-value { background: #0b57b7; }
.project-progress-metric progress::-moz-progress-bar { background: #0b57b7; }

.project-progress-metric p {
  margin: 17px 0 0;
  color: #657b8f;
  font-size: 13px;
  line-height: 1.65;
}

.project-current-work {
  background: #fff;
}

.project-current-work h3 {
  margin: 12px 0 7px;
  color: #173f68;
  font-size: 23px;
}

.project-current-work > p {
  margin: 0;
  color: #5e7489;
  font-size: 14px;
  line-height: 1.65;
}

.project-current-work dl {
  display: grid;
  gap: 7px;
  margin: 17px 0 0;
}

.project-current-work dl div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  font-size: 13px;
}

.project-current-work dt { color: #7b8da0; }
.project-current-work dd { margin: 0; color: #294a68; font-weight: 600; }

.project-stage-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(145px, 1fr));
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid #d9e4ee;
}

.project-stage-track article {
  min-width: 145px;
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 10px;
  padding: 17px 15px;
  border-right: 1px solid #d9e4ee;
  background: #fff;
}

.project-stage-track article:last-child { border-right: 0; }

.project-stage-track article > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #7d8fa1;
  border: 1px solid #cbd8e4;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.project-stage-track article.is-complete > span {
  color: #fff;
  border-color: #08734e;
  background: #08734e;
}

.project-stage-track article.is-current {
  background: #eef6fd;
}

.project-stage-track article.is-current > span {
  color: #fff;
  border-color: #0b57b7;
  background: #0b57b7;
}

.project-stage-track b,
.project-stage-track small,
.project-stage-track em {
  display: block;
}

.project-stage-track b {
  color: #244866;
  font-size: 13px;
}

.project-stage-track small {
  margin-top: 4px;
  color: #75889b;
  font-size: 11px;
}

.project-stage-track em {
  grid-column: 2;
  margin-top: 7px;
  color: #7b8d9f;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.project-stage-track .is-complete em { color: #08734e; }
.project-stage-track .is-current em { color: #0b57b7; }

.progress-language-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 16px;
  padding: 13px 16px;
  color: #5c7287;
  border-left: 3px solid #0b57b7;
  background: #f4f8fc;
  font-size: 13px;
}

.progress-language-note b { color: #173f68; }

.progress-language-note span {
  padding: 4px 8px;
  color: #305777;
  background: #fff;
  border: 1px solid #d6e3ee;
}

.selection-record-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.selection-record-grid article {
  padding: 21px;
  background: #f5f9fd;
  border: 1px solid #dce7f1;
}

.selection-record-grid span {
  color: #cf0a2c;
  font-size: 12px;
  font-weight: 700;
}

.selection-record-grid h3 {
  margin: 10px 0 6px;
  color: #173f68;
  font-size: 17px;
}

.selection-record-grid p {
  margin: 0;
  color: #65798d;
  font-size: 14px;
}

.selection-result {
  margin-top: 15px;
  padding: 22px;
  color: #fff;
  background: #083d7c;
}

.selection-result span,
.selection-result b {
  display: block;
}

.selection-result span {
  color: #9dcef9;
  font-size: 12px;
}

.selection-result b {
  margin-top: 6px;
  font-size: 19px;
}

.selection-result p {
  margin: 8px 0 0;
  color: #d3e4f4;
  font-size: 14px;
}

.milestone-progress {
  margin-bottom: 25px;
}

.milestone-list {
  border: 1px solid #dce6ef;
}

.milestone-list article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid #e4ebf2;
}

.milestone-list article:last-child {
  border-bottom: 0;
}

.milestone-list article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #7890a5;
  border: 1px solid #cbd9e6;
  font-size: 12px;
  font-weight: 700;
}

.milestone-list article.is-complete > span {
  color: #fff;
  border-color: #08734e;
  background: #08734e;
}

.milestone-list article.is-current {
  background: #f1f7fd;
}

.milestone-list article.is-current > span {
  color: #fff;
  border-color: #0b57b7;
  background: #0b57b7;
}

.milestone-list h3 {
  margin: 0;
  color: #193f67;
  font-size: 17px;
}

.milestone-list p {
  margin: 4px 0 0;
  color: #66798c;
  font-size: 13px;
}

.milestone-list article > b {
  color: #66798c;
  font-size: 13px;
}

.current-task-board {
  margin-top: 18px;
  border: 1px solid #d4e1ec;
  background: #fff;
}

.current-task-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 21px;
  color: #fff;
  background: #083d7c;
}

.current-task-board-head span {
  color: #a9d3f8;
  font-size: 12px;
}

.current-task-board-head h3 {
  margin: 4px 0 0;
  font-size: 19px;
}

.current-task-board-head > b {
  font-size: 13px;
}

.task-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 16px 20px;
  border-bottom: 1px solid #e1e9f1;
}

.task-row:last-child { border-bottom: 0; }

.task-check {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #8698aa;
  border: 1px solid #bdccd9;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.task-row.is-done .task-check {
  color: #fff;
  border-color: #08734e;
  background: #08734e;
}

.task-row.is-doing {
  background: #f3f8fd;
}

.task-row.is-doing .task-check {
  color: #0b57b7;
  border-color: #0b57b7;
}

.task-row > div > b {
  color: #244866;
  font-size: 14px;
}

.task-row > div > b small {
  margin-right: 7px;
  color: #71879b;
  font-size: 11px;
}

.task-row p {
  margin: 4px 0 0;
  color: #677b8e;
  font-size: 13px;
}

.task-row > em {
  color: #74889a;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.task-row.is-done > em { color: #08734e; }
.task-row.is-doing > em { color: #0b57b7; }

.project-update-feed {
  position: relative;
  display: grid;
  gap: 16px;
}

.project-update-feed::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 20px;
  width: 1px;
  background: #cfdce8;
}

.project-update-feed > article {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
}

.update-marker {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #52708b;
  border: 1px solid #bdcedd;
  border-radius: 50%;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.project-update-feed .is-latest .update-marker {
  color: #fff;
  border-color: #0b57b7;
  background: #0b57b7;
}

.update-content {
  padding: 21px 22px;
  border: 1px solid #d9e4ed;
  background: #fff;
}

.project-update-feed .is-latest .update-content {
  border-color: #b9d4ec;
  box-shadow: 0 7px 20px rgba(15, 83, 153, .07);
}

.update-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 13px;
}

.update-meta > b {
  color: #0b57b7;
  font-size: 13px;
}

.update-meta > span {
  color: #74899c;
  font-size: 12px;
}

.update-meta > em {
  margin-left: auto;
}

.update-content > h3 {
  margin: 13px 0 14px;
  color: #173f68;
  font-size: 19px;
}

.update-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid #dce6ef;
  background: #dce6ef;
}

.update-summary-grid > div {
  padding: 14px;
  background: #f8fbfe;
}

.update-summary-grid span {
  color: #244f75;
  font-size: 12px;
  font-weight: 800;
}

.update-summary-grid p {
  margin: 6px 0 0;
  color: #64798c;
  font-size: 13px;
  line-height: 1.55;
}

.issue-list {
  display: grid;
  gap: 12px;
}

.issue-list > article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 21px;
  border: 1px solid #d9e4ed;
  background: #fff;
}

.issue-number {
  color: #6f8599;
  font-size: 13px;
  font-weight: 800;
}

.issue-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.issue-state,
.issue-labels > span {
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
}

.issue-state.is-attention {
  color: #8a5200;
  background: #fff0ce;
}

.issue-state.is-processing {
  color: #0755a3;
  background: #e9f4ff;
}

.issue-state.is-resolved {
  color: #08734e;
  background: #e5f7ef;
}

.issue-labels > span {
  color: #4d6981;
  border: 1px solid #d4e1ec;
  background: #f8fbfe;
}

.issue-list h3 {
  margin: 11px 0 7px;
  color: #173f68;
  font-size: 18px;
}

.issue-list p {
  margin: 0;
  color: #607589;
  font-size: 14px;
  line-height: 1.65;
}

.issue-list dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 18px;
  margin: 15px 0 0;
  padding-top: 13px;
  border-top: 1px solid #e2eaf1;
}

.issue-list dl div {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 8px;
  font-size: 12px;
}

.issue-list dt { color: #7a8da0; }
.issue-list dd { margin: 0; color: #35536d; font-weight: 600; }

.public-update-table {
  overflow: hidden;
  border: 1px solid #d6e2ed;
}

.public-update-row {
  display: grid;
  grid-template-columns: 140px repeat(3, 1fr);
}

.public-update-row > span {
  min-width: 0;
  padding: 16px;
  color: #526a81;
  border-right: 1px solid #dfe8f0;
  border-bottom: 1px solid #dfe8f0;
  font-size: 13px;
  line-height: 1.6;
}

.public-update-row > span:last-child {
  border-right: 0;
}

.public-update-row:last-child > span {
  border-bottom: 0;
}

.public-update-row.table-head {
  color: #fff;
  background: #083d7c;
}

.public-update-row.table-head > span {
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  font-weight: 700;
}

.public-update-row b,
.public-update-row small {
  display: block;
}

.public-update-row b {
  color: #183f68;
}

.public-update-row small {
  margin-top: 4px;
  color: #7a8c9e;
  font-size: 12px;
}

.risk-list {
  display: grid;
  gap: 12px;
}

.risk-list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 21px;
  border: 1px solid #dce6ef;
}

.risk-level {
  align-self: start;
  padding: 5px 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.risk-level.medium {
  color: #8a5200;
  background: #fff0ce;
}

.risk-level.normal {
  color: #0755a3;
  background: #e9f4ff;
}

.risk-list h3 {
  margin: 0;
  color: #183f68;
  font-size: 17px;
}

.risk-list p {
  margin: 7px 0 0;
  color: #64788b;
  font-size: 14px;
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.deliverable-grid article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 23px;
  border: 1px solid #dce6ef;
  background: #f8fbfe;
}

.deliverable-grid span {
  color: #0b57b7;
  font-size: 12px;
  font-weight: 700;
}

.deliverable-grid h3 {
  margin: 13px 0 7px;
  color: #183f68;
  font-size: 18px;
}

.deliverable-grid p {
  margin: 0;
  color: #64788b;
  font-size: 14px;
}

.deliverable-grid b {
  margin-top: auto;
  padding-top: 18px;
  color: #7c8e9f;
  font-size: 12px;
}

.deliverable-grid b.deliverable-ready {
  color: #08734e;
}

@media (max-width: 1180px) {
  .case-showcase-grid,
  .future-market-grid {
    grid-template-columns: 1fr;
  }

  .future-market-grid article {
    min-height: 225px;
  }

  .public-project-grid {
    grid-template-columns: 1fr;
  }

  .public-project-card {
    min-height: 0;
  }

  .public-project-card > p {
    min-height: 0;
  }

  .public-project-card > a {
    margin-top: 22px;
  }

  .result-public-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-reading-guide {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-reading-guide > strong {
    grid-column: 1 / -1;
  }

  .project-reading-guide > div:nth-child(3) {
    border-right: 0;
  }

  .project-reading-guide > div:nth-child(-n+3) {
    border-bottom: 1px solid #e0e8f0;
  }

  .agreement-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .agreement-principles article:nth-child(2) {
    border-right: 0;
  }

  .agreement-principles article:nth-child(-n+2) {
    border-bottom: 1px solid #dbe6ef;
  }
}

@media (max-width: 980px) {
  .market-toolbar {
    grid-template-columns: 1fr;
  }

  .demand-grid {
    grid-template-columns: 1fr;
  }

  .free-program {
    grid-template-columns: 190px 1fr;
  }

  .program-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .free-benefit-grid,
  .transparency-overview {
    grid-template-columns: repeat(2, 1fr);
  }

  .free-benefit-grid article:nth-child(2),
  .transparency-overview div:nth-child(2) {
    border-right: 0;
  }

  .free-benefit-grid article:nth-child(-n+2),
  .transparency-overview div:nth-child(-n+2) {
    border-bottom: 1px solid #d7e4f1;
  }

  .public-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .public-project-card {
    grid-template-columns: 1fr;
  }

  .public-project-tracking {
    border-top: 1px solid #dce6ef;
    border-left: 0;
  }

  .project-progress-legend small {
    width: 100%;
    margin-left: 0;
  }

  .project-detail-layout {
    grid-template-columns: 1fr;
  }

  .project-detail-nav {
    position: static;
    display: flex;
    overflow-x: auto;
  }

  .project-detail-nav strong,
  .project-detail-nav a {
    flex: 0 0 auto;
    border-right: 1px solid #e2eaf2;
  }

  .project-public-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-public-summary div {
    border-right: 1px solid #dce6ef;
    border-bottom: 1px solid #dce6ef;
  }

  .project-public-summary div:nth-child(2n) {
    border-right: 0;
  }

  .project-public-summary div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .project-progress-dashboard {
    grid-template-columns: 1fr;
  }

  .public-update-table {
    overflow-x: auto;
  }

  .public-update-row {
    min-width: 850px;
  }
}

@media (max-width: 680px) {
  .market-inner-hero .page-width {
    min-height: 270px;
  }

  .marketplace-heading {
    display: block;
  }

  .marketplace-heading .button {
    margin-top: 18px;
  }

  .market-toolbar {
    padding: 16px;
  }

  .market-filter-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .market-filter-list button {
    flex: 0 0 auto;
  }

  .market-summary {
    flex-direction: column;
    gap: 5px;
  }

  .demand-card {
    min-height: 0;
    padding: 21px;
  }

  .demand-meta {
    grid-template-columns: 1fr;
  }

  .demand-select {
    margin-top: 22px;
  }

  .free-program {
    grid-template-columns: 1fr;
  }

  .free-program-number {
    min-height: 190px;
  }

  .free-program-number strong {
    font-size: 76px;
  }

  .free-program-copy {
    padding: 34px 26px;
  }

  .free-benefit-grid {
    grid-template-columns: 1fr;
  }

  .free-benefit-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d7e4f1;
  }

  .free-benefit-grid article:last-child {
    border-bottom: 0;
  }

  .application-section {
    padding: 32px 20px;
  }

  .application-grid {
    grid-template-columns: 1fr;
  }

  .application-wide {
    grid-column: auto;
  }

  .application-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .free-program-actions,
  .project-detail-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .free-program-actions .button {
    width: 100%;
  }

  .selection-criteria {
    align-items: flex-start;
    flex-direction: column;
  }

  .selection-criteria span {
    width: 100%;
  }

  .transparency-overview,
  .public-process,
  .result-public-grid,
  .project-public-summary,
  .selection-record-grid,
  .deliverable-grid {
    grid-template-columns: 1fr;
  }

  .transparency-overview div,
  .project-public-summary div {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid #dce6ef;
  }

  .transparency-overview div:last-child,
  .project-public-summary div:last-child {
    border-bottom: 0;
  }

  .project-board-toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .project-board-toolbar button {
    flex: 0 0 auto;
  }

  .public-project-main,
  .public-project-tracking {
    padding: 23px 20px;
  }

  .project-health-line,
  .project-stage-title {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .record-heading-split {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .record-heading-split .project-health {
    margin: -10px 0 22px;
  }

  .project-progress-metric,
  .project-current-work {
    min-height: 0;
    padding: 20px;
  }

  .progress-language-note {
    align-items: flex-start;
  }

  .development-log-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .development-log-list article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .project-detail-hero .page-width {
    min-height: 380px;
  }

  .project-detail-heading .button {
    margin-top: 0;
  }

  .project-detail-body {
    padding-bottom: 70px;
  }

  .project-public-summary {
    margin-top: -25px;
  }

  .project-reading-guide {
    grid-template-columns: 1fr;
  }

  .project-reading-guide > strong {
    grid-column: auto;
  }

  .project-reading-guide > div {
    border-right: 0;
    border-bottom: 1px solid #e0e8f0;
  }

  .project-reading-guide > div:last-child {
    border-bottom: 0;
  }

  .project-detail-layout {
    margin-top: 38px;
    gap: 28px;
  }

  .project-record-section {
    margin-top: 35px;
    padding: 28px 20px;
  }

  .milestone-list article {
    grid-template-columns: 38px 1fr;
  }

  .milestone-list article > b {
    grid-column: 2;
  }

  .current-task-board-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .task-row {
    grid-template-columns: 28px 1fr;
  }

  .task-row > em {
    grid-column: 2;
  }

  .project-update-feed > article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .project-update-feed::before {
    left: 16px;
  }

  .update-marker {
    width: 32px;
    height: 32px;
  }

  .update-content {
    padding: 18px;
  }

  .update-meta > em {
    width: 100%;
    margin-left: 0;
  }

  .update-summary-grid,
  .issue-list dl {
    grid-template-columns: 1fr;
  }

  .issue-list > article {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .risk-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .risk-level {
    justify-self: start;
  }

  .agreement-principles,
  .global-case-grid {
    grid-template-columns: 1fr;
  }

  .agreement-principles article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #dbe6ef;
  }

  .agreement-principles article:last-child {
    border-bottom: 0;
  }

  .global-case-card {
    min-height: 0;
    padding: 23px;
  }

  .global-case-card > p {
    min-height: 0;
  }

  .global-case-card > a {
    margin-top: 20px;
  }
}

/* Activate the shared product-design tokens after legacy prototype rules. */
:root {
  --red: #1668ff;
  --red-dark: #0d4ed8;
  --blue: #1668ff;
  --blue-bright: #35a7ff;
  --navy: #07111f;
  --ink: #101828;
  --muted: #667085;
  --line: #e3e8ef;
  --soft: #f6f8fb;
  --soft-blue: #eef5ff;
  --page: 1280px;
  --shadow: 0 24px 70px rgba(16, 24, 40, .12);
}

body {
  color: var(--ink);
  background: #f7f9fc;
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
}

.page-width {
  width: min(calc(100% - 64px), var(--page));
}

@media (max-width: 880px) {
  .page-width { width: min(calc(100% - 40px), var(--page)); }
}

@media (max-width: 620px) {
  .page-width { width: min(calc(100% - 28px), var(--page)); }
}

/* Shared enterprise AI interface */
.inner-hero,
.project-detail-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(37, 133, 255, .28), transparent 27%),
    linear-gradient(118deg, #07101d 0%, #0a1c32 58%, #0a2b50 100%);
}

.inner-hero::before,
.project-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(134, 174, 221, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(134, 174, 221, .16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 8%, #000 75%);
  pointer-events: none;
}

.inner-hero .page-width,
.project-detail-hero .page-width {
  position: relative;
  z-index: 1;
  min-height: 330px;
  padding-top: 58px;
  padding-bottom: 62px;
}

.breadcrumb {
  margin-bottom: 28px;
  color: #8fa6bf;
  font-size: 13px;
}

.inner-kicker {
  margin: 0 0 15px !important;
  color: #61c8ff !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: .16em;
}

.inner-hero h1,
.project-detail-heading h1 {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 620;
  line-height: 1.13;
  letter-spacing: -.045em;
}

.inner-hero p:last-child,
.project-detail-heading p {
  max-width: 820px;
  margin-top: 20px;
  color: #afc0d2;
  font-size: 17px;
  line-height: 1.75;
}

.content-section,
.project-detail-body {
  padding: 68px 0 108px;
  background: #f7f9fc;
}

.content-shell {
  grid-template-columns: 216px minmax(0, 1fr);
  gap: 44px;
}

.side-index {
  top: 96px;
  overflow: hidden;
  padding: 8px;
  border: 1px solid #e0e6ed;
  border-top: 1px solid #e0e6ed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(18, 37, 63, .045);
}

.side-index strong {
  padding: 12px 11px 14px;
  color: #142d4f;
  font-size: 15px;
}

.side-index a {
  margin-top: 3px;
  padding: 10px 11px;
  color: #667085;
  border: 0;
  border-radius: 8px;
  font-size: 13px;
}

.side-index a:hover,
.side-index a.is-current {
  color: #1559dc;
  background: #edf4ff;
}

.content-main > h2,
.content-main > section > h2,
.subsection > h2 {
  color: #142d4f;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 620;
  letter-spacing: -.03em;
}

.eyebrow {
  color: #1668ff;
  font-size: 11px;
  letter-spacing: .16em;
}

.lead {
  color: #667085;
  font-size: 16px;
  line-height: 1.78;
}

.subsection {
  scroll-margin-top: 100px;
  margin-top: 82px;
  padding-top: 0;
  border-top: 0;
}

.boundary {
  margin: 24px 0;
  padding: 15px 17px;
  color: #475467;
  border: 1px solid #dbe6f2;
  border-left: 3px solid #4b8df8;
  border-radius: 0 10px 10px 0;
  background: #f1f6fd;
  font-size: 13px;
}

.boundary strong { color: #184a8b; }

.button,
.hero-button {
  min-height: 46px;
  padding: 11px 17px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
}

.button-red {
  color: #fff;
  border-color: #1668ff;
  background: #1668ff;
  box-shadow: 0 9px 23px rgba(22, 104, 255, .19);
}

.button-red:hover { background: #0d54da; }

.button-outline {
  color: #1668ff;
  border-color: #aac9f5;
  background: #fff;
}

.detail-grid { gap: 14px; }

.detail-card,
.position-card,
.service-card {
  border: 1px solid #e0e6ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 25px rgba(18, 37, 63, .04);
}

.detail-card {
  min-height: 230px;
  padding: 27px;
}

.detail-card:hover,
.service-card:hover {
  border-color: #a9c9f5;
  box-shadow: 0 18px 42px rgba(23, 75, 146, .09);
  transform: translateY(-3px);
}

.detail-card .card-label {
  color: #1668ff;
  font-size: 11px;
  letter-spacing: .05em;
}

.detail-card h3 { color: #17385e; font-size: 20px; }
.detail-card p { color: #667085; }
.detail-card .source { color: #1668ff; }

.position-grid {
  gap: 13px;
  border: 0;
}

.position-card { border-right: 1px solid #e0e6ed !important; }

.plain-table {
  overflow: hidden;
  border: 1px solid #e0e6ed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 13px;
  background: #fff;
}

.plain-table th,
.plain-table td { border-color: #e6ebf1; }
.plain-table th { color: #344054; background: #f5f8fc; }
.plain-table td { color: #536276; }

.redline-list {
  overflow: hidden;
  border: 1px solid #e0e6ed;
  border-radius: 13px;
  background: #fff;
}

.redline-list li { border-color: #e7ebf0; }
.redline-list b { color: #173d69; }

/* Demand marketplace */
.marketplace-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.marketplace-heading h2 { color: #142d4f; font-weight: 620; letter-spacing: -.03em; }

.market-toolbar {
  gap: 14px;
  padding: 15px;
  border: 1px solid #e0e6ed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(18, 37, 63, .04);
}

.market-filter-list button,
.project-board-toolbar button {
  min-height: 38px;
  padding: 8px 13px;
  color: #536276;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f3f5f8;
  font-size: 12px;
}

.market-filter-list button:hover,
.market-filter-list button.is-active,
.project-board-toolbar button:hover,
.project-board-toolbar button.is-active {
  color: #1559dc;
  border-color: #c8ddfb;
  background: #eaf2ff;
}

.market-search input {
  min-height: 42px;
  border-color: #dfe6ee;
  border-radius: 8px;
  background: #f8fafc;
}

.market-summary { color: #667085; }
.market-summary b { color: #1668ff; }

.demand-grid { gap: 14px; }

.demand-card {
  min-height: 370px;
  padding: 25px;
  border: 1px solid #e0e6ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(18, 37, 63, .035);
}

.demand-card:hover {
  border-color: #aacbf6;
  box-shadow: 0 18px 40px rgba(23, 75, 146, .09);
  transform: translateY(-3px);
}

.demand-card.is-selected {
  border-color: #4e93f4;
  box-shadow: inset 0 0 0 1px #4e93f4;
}

.demand-state,
.demand-tags span,
.project-status {
  border-radius: 999px;
}

.demand-card h3 { color: #17385e; }
.demand-card > p { color: #667085; }
.demand-tags span { color: #48627e; background: #f2f5f9; }
.demand-select { border-radius: 9px; color: #1668ff; border-color: #b4cff5; }
.demand-select:hover,
.demand-card.is-selected .demand-select { color: #fff; border-color: #1668ff; background: #1668ff; }

.free-program,
.co-creation-agreement,
.global-case-card,
.future-market-grid article,
.application-section {
  overflow: hidden;
  border-radius: 16px;
}

.free-program { border: 1px solid #cfdff2; box-shadow: 0 16px 48px rgba(20, 66, 124, .09); }
.free-program-number { background: linear-gradient(145deg, #0a1c38, #0b4fa7); }
.free-program-copy { background: #fff; }
.free-program-copy .eyebrow { color: #1668ff; }
.free-program-copy h2 { color: #142d4f; }

.co-creation-agreement { border-color: #dbe4ee; background: #fff; }
.agreement-heading { color: #fff; background: linear-gradient(115deg, #0b2c58, #124f9e); }
.agreement-heading > span { color: #7fd2ff; }
.agreement-principles article { background: #fff; }

.global-case-grid { gap: 14px; }
.global-case-card { border: 1px solid #e0e6ed; box-shadow: 0 7px 25px rgba(18, 37, 63, .035); }
.global-case-meta span,
.global-case-card > a { color: #1668ff; }
.global-case-card h3 { color: #17385e; }
.global-case-card > p { color: #667085; }

.future-market-grid article { border: 1px solid rgba(147, 190, 236, .24); }
.future-market-grid article:first-child { background: linear-gradient(145deg, #0a1c38, #0a4a91); }
.future-market-grid article:nth-child(2) { background: linear-gradient(145deg, #102844, #11667c); }
.future-market-grid article:nth-child(3) { background: linear-gradient(145deg, #102346, #333f91); }

.application-section {
  padding: 36px;
  border: 1px solid #e0e6ed;
  background: #fff;
  box-shadow: 0 14px 40px rgba(18, 37, 63, .06);
}

.application-grid input,
.application-grid select,
.application-grid textarea {
  border-color: #d9e1ea;
  border-radius: 9px;
  background: #f8fafc;
}

.application-grid input:focus,
.application-grid select:focus,
.application-grid textarea:focus {
  border-color: #4e94f5;
  box-shadow: 0 0 0 3px rgba(22, 104, 255, .11);
}

/* Public project workspace */
.transparency-overview,
.project-progress-legend,
.public-project-card,
.development-log-card,
.project-public-summary,
.project-reading-guide,
.project-record-section {
  overflow: hidden;
  border-radius: 14px;
}

.transparency-overview { border-color: #e0e6ed; background: #fff; }
.transparency-overview div { border-color: #e6ebf1; }
.transparency-overview b { color: #17385e; }
.project-progress-legend { border-color: #dce5ef; border-radius: 10px; background: #f5f8fc; }
.public-project-card { border-color: #dde5ee; box-shadow: 0 10px 34px rgba(18, 37, 63, .055); }
.public-project-tracking { background: #f7f9fc; }
.project-label-list span { border-radius: 999px; }
.project-latest-update,
.project-next-step { border-radius: 9px; }
.development-log-card { border-color: #dce4ed; }
.development-log-head { background: linear-gradient(110deg, #0a2448, #1055a4); }

.project-detail-body { padding-top: 0; }
.project-detail-heading { align-items: center; }
.project-detail-heading .button-outline { color: #fff; border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .05); }
.project-public-summary { border: 1px solid #e0e6ed; box-shadow: 0 18px 50px rgba(17, 44, 78, .12); }
.project-public-summary div { border-color: #e7ebf0; }
.project-reading-guide { border-color: #e0e6ed; box-shadow: 0 8px 28px rgba(18, 37, 63, .04); }
.project-reading-guide > strong { background: #0a294f; }
.project-reading-guide > div > span { color: #1668ff; border-color: #b9d2f5; }
.project-detail-layout { grid-template-columns: 216px minmax(0, 1fr); gap: 44px; }
.project-detail-nav { top: 96px; overflow: hidden; padding: 8px; border: 1px solid #e0e6ed; border-top: 1px solid #e0e6ed; border-radius: 13px; box-shadow: 0 8px 28px rgba(18, 37, 63, .04); }
.project-detail-nav strong,
.project-detail-nav a { border: 0; border-radius: 8px; }
.project-detail-nav a { margin-top: 3px; }
.project-detail-nav a:hover { color: #1559dc; background: #edf4ff; }
.project-record-section { border-color: #e0e6ed; box-shadow: 0 8px 28px rgba(18, 37, 63, .035); }
.project-record-section h2 { color: #142d4f; font-weight: 620; letter-spacing: -.03em; }
.project-progress-metric,
.project-current-work,
.selection-record-grid article,
.milestone-list,
.current-task-board,
.update-content,
.issue-list > article,
.deliverable-grid article { border-radius: 11px; }
.selection-result,
.current-task-board-head { background: linear-gradient(110deg, #0a294f, #1158a7); }
.task-row.is-doing { background: #eef5ff; }

/* AI capability page */
.capability-content > section:first-child { scroll-margin-top: 100px; }

.business-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.business-capability-grid > article {
  min-height: 365px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #e0e6ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 25px rgba(18, 37, 63, .04);
}

.business-capability-grid > article:first-child {
  color: #fff;
  border-color: #1b4c86;
  background: linear-gradient(145deg, #091b35, #0b3f77);
}

.business-capability-grid article > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.business-capability-grid article > div:first-child span { color: #1668ff; font-size: 11px; font-weight: 800; }
.business-capability-grid article > div:first-child b { color: #667085; font-size: 11px; }
.business-capability-grid > article:first-child > div:first-child span { color: #65c9ff; }
.business-capability-grid > article:first-child > div:first-child b { color: #90a9c5; }
.business-capability-grid h3 { margin: 37px 0 13px; color: #17385e; font-size: 24px; line-height: 1.35; }
.business-capability-grid > article:first-child h3 { color: #fff; }
.business-capability-grid article > p { margin: 0; color: #667085; font-size: 14px; line-height: 1.72; }
.business-capability-grid > article:first-child > p { color: #b7c7d8; }
.business-capability-grid dl { display: grid; gap: 8px; margin: auto 0 0; padding-top: 24px; }
.business-capability-grid dl > div { display: grid; grid-template-columns: 78px 1fr; gap: 10px; padding: 10px 12px; border-radius: 8px; background: #f5f8fc; font-size: 12px; }
.business-capability-grid > article:first-child dl > div { background: rgba(255, 255, 255, .07); }
.business-capability-grid dt { color: #7c8796; }
.business-capability-grid dd { margin: 0; color: #344054; font-weight: 650; }
.business-capability-grid > article:first-child dd { color: #e1ebf5; }

.technology-system {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid #244d78;
  border-radius: 17px;
  background: #08192d;
  box-shadow: 0 20px 55px rgba(8, 25, 45, .16);
}

.technology-layer {
  display: grid;
  grid-template-columns: 135px 1fr 230px;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(139, 181, 224, .16);
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
}

.technology-layer > span { color: #77bfff; font-size: 12px; font-weight: 750; }
.technology-layer > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.technology-layer > div b { padding: 10px 7px; color: #dce8f5; border: 1px solid rgba(139, 181, 224, .15); border-radius: 7px; background: rgba(255, 255, 255, .035); text-align: center; font-size: 11px; }
.technology-layer > p { margin: 0; color: #8299b1; font-size: 11px; line-height: 1.55; }
.layer-application { border-color: rgba(77, 164, 255, .42); background: rgba(22, 104, 255, .11); }
.layer-ai > div b { color: #83d7ff; }
.technology-link { height: 38px; display: grid; place-items: center; color: #68829d; font-size: 10px; }
.technology-link span { padding: 4px 8px; border-left: 1px solid #375675; border-right: 1px solid #375675; }

.technology-assurance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  margin-top: 14px;
}

.technology-assurance article { min-height: 145px; padding: 20px; border: 1px solid #e0e6ed; border-radius: 12px; background: #fff; }
.technology-assurance span { color: #1668ff; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.technology-assurance h3 { margin: 14px 0 5px; color: #17385e; font-size: 17px; }
.technology-assurance p { margin: 0; color: #667085; font-size: 12px; }

.verification-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #e0e6ed;
  border-radius: 14px;
  background: #e0e6ed;
}

.verification-flow article { min-height: 210px; padding: 24px; background: #fff; }
.verification-flow span { color: #1668ff; font-size: 11px; font-weight: 800; }
.verification-flow h3 { margin: 36px 0 9px; color: #17385e; font-size: 18px; }
.verification-flow p { margin: 0; color: #667085; font-size: 13px; line-height: 1.65; }

.verification-example {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 35px;
  margin-top: 14px;
  padding: 28px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(115deg, #0b2850, #1257a5);
}

.verification-example span { color: #8bd3ff; font-size: 11px; }
.verification-example h3 { margin: 10px 0 0; font-size: 20px; line-height: 1.45; }
.verification-example dl { display: grid; gap: 8px; margin: 0; }
.verification-example dl > div { display: grid; grid-template-columns: 82px 1fr; gap: 10px; padding-bottom: 8px; border-bottom: 1px solid rgba(255, 255, 255, .14); font-size: 12px; }
.verification-example dl > div:last-child { border-bottom: 0; }
.verification-example dt { color: #8fb7dd; }
.verification-example dd { margin: 0; color: #e2edf8; font-weight: 650; }

.trust-control-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-top: 30px;
}

.trust-control-grid article { min-height: 210px; display: flex; flex-direction: column; padding: 25px; border: 1px solid #e0e6ed; border-radius: 13px; background: #fff; }
.trust-control-grid span { color: #1668ff; font-size: 11px; font-weight: 800; }
.trust-control-grid h3 { margin: 24px 0 7px; color: #17385e; font-size: 20px; }
.trust-control-grid p { margin: 0; color: #667085; font-size: 13px; line-height: 1.65; }
.trust-control-grid b { margin-top: auto; padding-top: 18px; color: #355a7f; font-size: 12px; }

.resource-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 30px; }
.resource-choice-grid article { min-height: 220px; padding: 25px; border: 1px solid #e0e6ed; border-radius: 13px; background: #fff; }
.resource-choice-grid span { color: #1668ff; font-size: 11px; font-weight: 800; }
.resource-choice-grid h3 { margin: 32px 0 10px; color: #17385e; font-size: 19px; line-height: 1.45; }
.resource-choice-grid p { margin: 0; color: #667085; font-size: 13px; line-height: 1.65; }

.capability-proof-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 14px; padding: 26px 28px; color: #fff; border-radius: 13px; background: #0a1d36; }
.capability-proof-note span { color: #62c8ff; font-size: 11px; }
.capability-proof-note h3 { max-width: 620px; margin: 8px 0 0; font-size: 19px; }
.capability-proof-note a { flex: 0 0 auto; color: #75cdff; font-size: 13px; font-weight: 700; }

/* Footer */
.site-footer {
  color: #9fb0c4;
  background: #07111f;
}

.footer-main {
  grid-template-columns: 1.35fr repeat(3, .65fr);
  gap: 54px;
  padding-top: 70px;
  padding-bottom: 54px;
}

.site-footer .brand-name b { color: #fff; }
.site-footer .brand-name em { color: #71869e; }
.footer-brand p { max-width: 380px; color: #9badc1; }
.footer-primary-link { display: inline-flex; margin-top: 17px; color: #68c9ff; font-size: 13px; font-weight: 700; }
.footer-column b { color: #fff; font-size: 13px; }
.footer-column a { color: #8fa3ba; font-size: 12px; }
.footer-column a:hover { color: #fff; }
.footer-disclosure { border-color: rgba(255, 255, 255, .1); }
.footer-disclosure p { color: #758aa1; font-size: 11px; }
.footer-bottom { color: #667c94; background: #050c16; }

@media (max-width: 1120px) {
  .technology-layer { grid-template-columns: 110px 1fr; }
  .technology-layer > p { grid-column: 2; }
  .technology-assurance,
  .verification-flow { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .content-shell,
  .project-detail-layout { grid-template-columns: 1fr; }
  .side-index,
  .project-detail-nav { top: 0; display: flex; overflow-x: auto; border-radius: 11px; }
  .side-index strong,
  .side-index a,
  .project-detail-nav strong,
  .project-detail-nav a { flex: 0 0 auto; margin-top: 0; }
  .business-capability-grid { grid-template-columns: 1fr; }
  .business-capability-grid > article { min-height: 330px; }
  .technology-layer { grid-template-columns: 1fr; }
  .technology-layer > p { grid-column: auto; }
  .verification-example { grid-template-columns: 1fr; }
  .resource-choice-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .inner-hero .page-width,
  .project-detail-hero .page-width { min-height: 300px; padding-top: 46px; padding-bottom: 50px; }
  .inner-hero h1,
  .project-detail-heading h1 { font-size: 40px; }
  .inner-hero p:last-child,
  .project-detail-heading p { font-size: 15px; }
  .content-section { padding-top: 36px; padding-bottom: 78px; }
  .content-shell { gap: 28px; }
  .subsection { margin-top: 64px; }
  .market-toolbar { padding: 12px; }
  .application-section { padding: 26px 18px; }
  .technology-system { padding: 13px; }
  .technology-layer { padding: 15px; }
  .technology-layer > div { grid-template-columns: repeat(2, 1fr); }
  .technology-assurance,
  .verification-flow,
  .trust-control-grid { grid-template-columns: 1fr; }
  .verification-flow article { min-height: 0; }
  .verification-example { padding: 22px 19px; }
  .capability-proof-note { align-items: flex-start; flex-direction: column; padding: 23px 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
}

/* Dedicated AI demand submission */
.apply-inner-hero .page-width {
  min-height: 310px;
}

.apply-content-section {
  padding: 58px 0 110px;
  background: #f5f7fa;
}

.apply-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.apply-guide {
  position: sticky;
  top: 96px;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  border: 1px solid #163f70;
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 8%, rgba(53, 157, 255, .28), transparent 29%),
    linear-gradient(145deg, #08192f, #0b3f78);
  box-shadow: 0 18px 48px rgba(10, 39, 78, .17);
}

.apply-guide-kicker {
  margin: 0 0 12px;
  color: #69caff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.apply-guide h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 620;
  line-height: 1.45;
  letter-spacing: -.025em;
}

.apply-guide-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.apply-guide-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.apply-guide-list li > span {
  color: #69caff;
  font-size: 12px;
  font-weight: 800;
}

.apply-guide-list b {
  display: block;
  color: #fff;
  font-size: 14px;
}

.apply-guide-list p {
  margin: 5px 0 0;
  color: #aabed2;
  font-size: 12px;
  line-height: 1.65;
}

.apply-route-note {
  margin-top: 10px;
  padding: 17px;
  border: 1px solid rgba(118, 198, 255, .2);
  border-radius: 10px;
  background: rgba(255, 255, 255, .055);
}

.apply-route-note b {
  color: #fff;
  font-size: 12px;
}

.apply-route-note p {
  margin: 7px 0 0;
  color: #b9cade;
  font-size: 12px;
  line-height: 1.7;
}

.apply-market-link {
  display: inline-flex;
  margin-top: 22px;
  color: #70ccff;
  font-size: 13px;
  font-weight: 750;
}

.apply-form-panel {
  padding: 34px 38px 40px;
  border: 1px solid #dfe5ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(18, 37, 63, .07);
}

.apply-form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e7ebf0;
}

.apply-form-heading .eyebrow {
  margin-bottom: 8px;
}

.apply-form-heading h2 {
  margin: 0;
  color: #142d4f;
  font-size: 32px;
  font-weight: 650;
  letter-spacing: -.035em;
}

.apply-form-heading p:last-child {
  margin: 9px 0 0;
  color: #697586;
  font-size: 13px;
}

.apply-form-heading > span {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #1561c9;
  border: 1px solid #c7dcf7;
  border-radius: 999px;
  background: #eff6ff;
  font-size: 12px;
  font-weight: 700;
}

.apply-form {
  margin-top: 0;
}

.apply-form-block {
  min-width: 0;
  margin: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid #e7ebf0;
}

.apply-form-block legend {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  color: #17385e;
}

.apply-form-block legend span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #1668ff;
  border-radius: 8px;
  background: #eaf3ff;
  font-size: 11px;
  font-weight: 800;
}

.apply-form-block legend b {
  font-size: 17px;
}

.apply-form .application-grid label {
  color: #344f6a;
  font-size: 13px;
}

.apply-form .application-grid input,
.apply-form .application-grid select,
.apply-form .application-grid textarea {
  min-height: 50px;
  border-color: #d5dee8;
  background: #f8fafc;
}

.apply-form .application-grid textarea {
  line-height: 1.7;
}

.apply-form .agreement-check {
  border-radius: 10px;
  background: #f6f9fd;
}

.apply-form .application-actions {
  margin-top: 28px;
}

/* Long-page navigation */
.page-quick-nav {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 55;
  display: grid;
  gap: 8px;
}

.page-quick-nav a {
  min-width: 112px;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: #2d4663;
  border: 1px solid rgba(185, 199, 215, .9);
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(8, 31, 59, .14);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 750;
}

.page-quick-nav a:hover {
  color: #1668ff;
  border-color: #8db7ee;
  transform: translateY(-1px);
}

.page-quick-nav .quick-home {
  color: #fff;
  border-color: #1668ff;
  background: #1668ff;
}

.page-quick-nav .quick-home:hover {
  color: #fff;
  border-color: #0c56d4;
  background: #0c56d4;
}

.page-quick-nav span {
  width: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 980px) {
  .apply-layout {
    grid-template-columns: 1fr;
  }

  .apply-guide {
    position: static;
  }

  .apply-guide-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .apply-guide-list li {
    grid-template-columns: 1fr;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
  }
}

@media (max-width: 680px) {
  .apply-content-section {
    padding: 34px 0 88px;
  }

  .apply-guide,
  .apply-form-panel {
    padding: 24px 19px;
  }

  .apply-guide-list {
    grid-template-columns: 1fr;
  }

  .apply-form-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .apply-form-heading h2 {
    font-size: 27px;
  }

  .apply-form-block {
    padding: 25px 0;
  }

  .page-quick-nav {
    right: 10px;
    bottom: 10px;
    grid-auto-flow: column;
  }

  .page-quick-nav a {
    min-width: 0;
    min-height: 40px;
    padding: 8px 11px;
  }
}

/* Verified domestic and international AI cases */
.case-evidence-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.case-evidence-strip span {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #264866;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  background: #f2f7fd;
  font-size: 14px;
  font-weight: 750;
}

.case-evidence-strip span::before {
  content: "✓";
  color: #1668ff;
  font-size: 13px;
}

.verified-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.verified-case-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce4ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 37, 63, .055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.verified-case-card:hover {
  border-color: #bed2e8;
  box-shadow: 0 16px 38px rgba(18, 37, 63, .09);
  transform: translateY(-3px);
}

.verified-case-image {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #dfe8f2;
}

.verified-case-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.verified-case-card:hover .verified-case-image img {
  transform: scale(1.018);
}

.verified-case-image figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  background: rgba(5, 17, 31, .62);
  backdrop-filter: blur(8px);
  font-size: 11px;
}

.verified-case-body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.verified-case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.verified-case-meta span {
  color: #1668ff;
  font-size: 12px;
  font-weight: 800;
}

.verified-case-meta b {
  padding: 5px 8px;
  color: #48627e;
  border-radius: 6px;
  background: #edf3f9;
  font-size: 11px;
}

.verified-case-body h3 {
  min-height: 2.9em;
  margin: 18px 0 12px;
  color: #142f50;
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: -.02em;
}

.verified-case-problem {
  min-height: 7em;
  margin: 0;
  color: #5f6f82;
  font-size: 15px;
  line-height: 1.75;
}

.verified-case-problem strong {
  margin-right: 7px;
  color: #284968;
}

.verified-case-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.verified-case-results.three {
  grid-template-columns: repeat(3, 1fr);
}

.verified-case-results div {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid #dae6f2;
  border-radius: 9px;
  background: #f5f9fd;
}

.verified-case-results b {
  display: block;
  color: #0e5fcb;
  font-size: 18px;
  line-height: 1.25;
}

.verified-case-results span {
  display: block;
  margin-top: 5px;
  color: #748397;
  font-size: 12px;
  line-height: 1.45;
}

.verified-case-capability {
  min-height: 3.3em;
  margin: 17px 0 0;
  color: #4c627a;
  font-size: 14px;
  line-height: 1.65;
}

.verified-case-capability b {
  color: #183c63;
}

.verified-case-body > a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  color: #1668ff;
  font-size: 14px;
  font-weight: 750;
}

.case-source-note {
  margin: 17px 0 0;
  padding: 14px 16px;
  color: #6f8093;
  border-left: 3px solid #83aee6;
  background: #eef4fa;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .verified-case-grid {
    grid-template-columns: 1fr;
  }

  .case-evidence-strip span {
    flex: 1 1 calc(50% - 8px);
  }

  .verified-case-body h3,
  .verified-case-problem,
  .verified-case-capability {
    min-height: 0;
  }

  .verified-case-body {
    padding: 21px;
  }
}

@media (max-width: 520px) {
  .verified-case-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Project and solution market — sourced material with explicit maturity boundaries */
.marketplace-scope {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 24px;
}

.marketplace-scope a {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  padding: 15px 17px;
  color: #52657a;
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.marketplace-scope a:hover,
.marketplace-scope a.is-active {
  border-color: #a8c8ee;
  box-shadow: 0 9px 25px rgba(20, 75, 139, .07);
  transform: translateY(-2px);
}

.marketplace-scope b {
  grid-row: 1 / 3;
  align-self: center;
  color: #1668ff;
  font-size: 29px;
  line-height: 1;
}

.marketplace-scope span {
  color: #17385e;
  font-size: 14px;
  font-weight: 780;
}

.marketplace-scope small {
  margin-top: 3px;
  color: #8290a1;
  font-size: 11px;
}

.project-market {
  scroll-margin-top: 86px;
}

.project-market-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.project-market-heading > div {
  max-width: 760px;
}

.project-market-heading .button {
  flex: 0 0 auto;
  margin-bottom: 5px;
}

.project-market-disclosure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 25px;
  padding: 15px 18px;
  color: #5f7185;
  border: 1px solid #d8e3ef;
  border-radius: 12px;
  background: #f6f9fc;
  font-size: 12px;
  line-height: 1.5;
}

.project-market-disclosure strong {
  width: 100%;
  color: #17385e;
  font-size: 13px;
}

.project-market-disclosure span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
}

.status-dot.deployed { background: #16865a; }
.status-dot.trial { background: #d97706; }
.status-dot.prototype { background: #1668ff; }
.status-dot.concept { background: #73839a; }

.project-market-feature {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #cfdeed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 50, 91, .09);
}

.project-feature-visual {
  position: relative;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 17%, rgba(89, 200, 250, .35), transparent 25%),
    linear-gradient(150deg, #07192f 0%, #0b376d 55%, #087d78 100%);
}

.project-feature-visual::before,
.project-feature-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(150, 221, 255, .2);
  border-radius: 50%;
}

.project-feature-visual::before {
  width: 330px;
  height: 330px;
  right: -160px;
  top: 72px;
}

.project-feature-visual::after {
  width: 220px;
  height: 220px;
  right: -80px;
  top: 128px;
}

.project-feature-kicker,
.project-feature-flow,
.project-feature-visual > p,
.project-feature-mark {
  position: relative;
  z-index: 1;
}

.project-feature-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9edcff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.project-feature-kicker b {
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

.project-feature-mark {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  margin: auto;
  color: #fff;
  border: 1px solid rgba(175, 229, 255, .48);
  border-radius: 31px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 35px rgba(91, 206, 255, .12), 0 22px 50px rgba(0, 0, 0, .17);
  backdrop-filter: blur(10px);
  font-size: 38px;
  font-weight: 850;
  letter-spacing: -.07em;
}

.project-feature-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  align-items: center;
}

.project-feature-flow span {
  padding: 8px 9px;
  color: #dff7ff;
  border: 1px solid rgba(175, 229, 255, .22);
  border-radius: 7px;
  background: rgba(4, 24, 49, .22);
  font-size: 11px;
  text-align: center;
}

.project-feature-flow i {
  display: none;
}

.project-feature-visual > p {
  margin: 22px 0 0;
  color: rgba(231, 247, 255, .73);
  font-size: 12px;
  line-height: 1.65;
}

.project-feature-body {
  min-width: 0;
  padding: 36px;
}

.project-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.project-card-meta > span {
  color: #1668ff;
  font-size: 12px;
  font-weight: 800;
}

.maturity {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
}

.maturity.deployed { color: #08714a; background: #e8f7f0; }
.maturity.trial { color: #ad5c00; background: #fff3df; }
.maturity.prototype { color: #0d5dcc; background: #eaf2ff; }
.maturity.concept { color: #5f6e82; background: #edf1f5; }

.project-feature-body h3,
.project-market-card h3 {
  color: #132f50;
  letter-spacing: -.025em;
}

.project-feature-body h3 {
  margin: 22px 0 16px;
  font-size: 29px;
  line-height: 1.34;
}

.project-problem,
.project-method {
  margin: 0 0 13px;
  color: #5b6d81;
  font-size: 14px;
  line-height: 1.78;
}

.project-problem strong,
.project-method strong {
  display: inline-block;
  margin-right: 8px;
  color: #244868;
}

.project-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.project-proof-grid div {
  min-width: 0;
  padding: 13px;
  border: 1px solid #d8e6f2;
  border-radius: 10px;
  background: #f5f9fd;
}

.project-proof-grid b {
  display: block;
  color: #0b63c9;
  font-size: 19px;
}

.project-proof-grid span {
  display: block;
  margin-top: 5px;
  color: #718196;
  font-size: 11px;
  line-height: 1.5;
}

.project-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.project-market-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #dce4ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(18, 37, 63, .045);
}

.project-market-card h3 {
  margin: 22px 0 15px;
  font-size: 21px;
  line-height: 1.45;
}

.project-card-details {
  margin: 0;
}

.project-card-details > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #edf1f5;
}

.project-card-details dt {
  color: #345577;
  font-size: 12px;
  font-weight: 800;
}

.project-card-details dd {
  margin: 0;
  color: #66778a;
  font-size: 13px;
  line-height: 1.68;
}

.project-limit {
  margin-top: 13px;
  padding: 11px 13px;
  color: #6c5c3f;
  border-left: 3px solid #d99b37;
  background: #fff8ea;
  font-size: 12px;
  line-height: 1.65;
}

.project-limit b {
  margin-right: 7px;
  color: #8f5910;
}

.project-card-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 20px;
}

.project-card-foot p {
  margin: 0;
  color: #687a8d;
  font-size: 12px;
  line-height: 1.6;
}

.project-card-foot p b {
  color: #284a6b;
}

.project-card-foot a {
  flex: 0 0 auto;
  color: #1668ff;
  font-size: 12px;
  font-weight: 780;
}

.project-evidence-note,
.project-market-note {
  color: #7a899a;
  font-size: 11px;
  line-height: 1.68;
}

.project-evidence-note {
  margin: 14px 0 0;
}

.project-market-note {
  margin: 17px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #83aee6;
  background: #eef4fa;
}

.project-market-note strong {
  color: #415e7b;
}

.joint-capability-teaser {
  scroll-margin-top: 100px;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #cdddeb;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(17, 49, 86, .07);
}

.joint-capability-teaser-copy {
  padding: 30px;
  color: #fff;
  background: linear-gradient(150deg, #081a31, #0c447f);
}

.joint-capability-teaser-copy .eyebrow {
  color: #6ed0ff;
}

.joint-capability-teaser-copy h3 {
  margin: 18px 0 13px;
  font-size: 25px;
  line-height: 1.42;
}

.joint-capability-teaser-copy > p:not(.eyebrow) {
  margin: 0;
  color: #bdd0e3;
  font-size: 14px;
  line-height: 1.76;
}

.joint-capability-teaser-copy > a {
  display: inline-block;
  margin-top: 24px;
  color: #78d2ff;
  font-size: 13px;
  font-weight: 780;
}

.joint-capability-teaser-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.joint-capability-teaser-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.joint-capability-teaser-grid article {
  min-width: 0;
  padding: 17px;
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  background: #f8fafc;
}

.joint-capability-teaser-grid b {
  display: block;
  color: #173b61;
  font-size: 14px;
}

.joint-capability-teaser-grid span {
  display: block;
  margin-top: 7px;
  color: #6a7b8e;
  font-size: 12px;
  line-height: 1.6;
}

.joint-capability-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: auto;
  padding-top: 18px;
}

.joint-capability-proof span {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  padding: 10px 9px;
  color: #6f8093;
  border-right: 1px solid #e0e7ef;
  font-size: 11px;
  line-height: 1.45;
}

.joint-capability-proof span:last-child {
  border-right: 0;
}

.joint-capability-proof b {
  color: #1668ff;
  font-size: 19px;
}

.joint-capability-section {
  scroll-margin-top: 100px;
}

.joint-delivery-chain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.joint-delivery-chain article {
  min-width: 0;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #dce4ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(18, 37, 63, .04);
}

.joint-delivery-chain article:nth-child(3),
.joint-delivery-chain article:nth-child(6) {
  border-color: #c8dcef;
  background: #f4f8fd;
}

.joint-delivery-chain article > span {
  color: #1668ff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .1em;
}

.joint-delivery-chain h3 {
  margin: 25px 0 11px;
  color: #17385e;
  font-size: 21px;
  line-height: 1.42;
}

.joint-delivery-chain p {
  margin: 0;
  color: #66778a;
  font-size: 14px;
  line-height: 1.72;
}

.joint-delivery-chain article > b {
  margin-top: auto;
  padding-top: 22px;
  color: #305b82;
  border-top: 1px solid #e7edf3;
  font-size: 12px;
}

.joint-delivery-chain small {
  display: block;
  margin-top: 6px;
  color: #7c8a9a;
  font-size: 12px;
  line-height: 1.58;
}

.joint-evidence-board {
  display: grid;
  grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #cdddeb;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(18, 52, 91, .06);
}

.joint-evidence-title {
  padding: 30px;
  color: #fff;
  background: linear-gradient(145deg, #0a1c35, #0d4b8f);
}

.joint-evidence-title > span {
  color: #6dd0ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}

.joint-evidence-title h3 {
  margin: 18px 0 25px;
  font-size: 23px;
  line-height: 1.48;
}

.joint-evidence-title a {
  color: #83d8ff;
  font-size: 13px;
  font-weight: 760;
}

.joint-evidence-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #dce5ee;
}

.joint-evidence-metrics article {
  min-width: 0;
  padding: 25px;
  background: #fff;
}

.joint-evidence-metrics b {
  display: block;
  color: #0e62c7;
  font-size: 29px;
  line-height: 1.05;
}

.joint-evidence-metrics span {
  display: block;
  margin-top: 11px;
  color: #274a6c;
  font-size: 14px;
  font-weight: 760;
}

.joint-evidence-metrics small {
  display: block;
  margin-top: 5px;
  color: #7b8999;
  font-size: 12px;
  line-height: 1.5;
}

.joint-capability-boundary {
  margin: 15px 0 0;
  padding: 14px 16px;
  color: #6e7e90;
  border-left: 3px solid #83aee6;
  background: #eef4fa;
  font-size: 12px;
  line-height: 1.72;
}

.joint-capability-boundary strong {
  color: #3e5d7b;
}

@media (max-width: 1120px) {
  .project-market-feature {
    grid-template-columns: 1fr;
  }

  .project-feature-visual {
    min-height: 330px;
  }

  .project-feature-mark {
    width: 92px;
    height: 92px;
    font-size: 31px;
  }

  .joint-capability-teaser,
  .joint-evidence-board {
    grid-template-columns: 1fr;
  }

  .joint-capability-proof {
    margin-top: 0;
  }

  .joint-delivery-chain {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .marketplace-scope,
  .project-market-grid,
  .joint-delivery-chain {
    grid-template-columns: 1fr;
  }

  .project-market-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .project-feature-body,
  .project-market-card {
    padding: 23px;
  }

  .project-feature-body h3 {
    font-size: 24px;
  }

  .project-card-meta,
  .project-card-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-proof-grid {
    grid-template-columns: 1fr;
  }

  .project-card-details > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .project-feature-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-feature-flow i {
    display: none;
  }

  .joint-capability-teaser-grid,
  .joint-evidence-metrics {
    grid-template-columns: 1fr;
  }

  .joint-capability-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .joint-capability-proof span:nth-child(2) {
    border-right: 0;
  }
}

/* Homepage refinement — concise, campaign-led, product-style hierarchy */
.ai-home {
  color: #1d1d1f;
  background: #f5f5f7;
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.ai-home .ai-home-hero {
  min-height: 690px;
  color: #1d1d1f;
  background:
    radial-gradient(circle at 50% 92%, rgba(0, 113, 227, .14), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(82, 168, 255, .13), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 62%, #eef5fd 100%);
}

.ai-home .ai-home-hero::before { display: none; }

.ai-home .home-hero-slide {
  min-height: 690px;
  grid-template-columns: 1fr;
  align-content: center;
  padding-top: 92px;
  padding-bottom: 140px;
  text-align: center;
}

.ai-home .home-hero-slide[hidden] { display: none !important; }

.ai-home .ai-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.ai-home .ai-kicker {
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #0066cc;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .035em;
}

.ai-home .ai-kicker > span {
  width: 7px;
  height: 7px;
  background: #0a84ff;
  box-shadow: 0 0 0 5px rgba(10, 132, 255, .1);
}

.ai-home .ai-hero-copy h1,
.ai-home .ai-hero-copy h2 {
  color: #1d1d1f;
  font-size: clamp(58px, 6.25vw, 88px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -.058em;
}

.ai-home .ai-hero-copy h1 span,
.ai-home .ai-hero-copy h2 span {
  color: #0066cc;
  background: linear-gradient(90deg, #0057c2, #007aff 62%, #3b8cff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-home .ai-hero-summary {
  max-width: 760px;
  margin: 27px auto 0;
  color: #515154;
  font-size: 18px;
  line-height: 1.72;
}

.ai-home .ai-hero-actions {
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.ai-home .ai-button {
  min-height: 52px;
  gap: 7px;
  padding: 11px 25px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.01em;
  transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ai-home .ai-button span {
  margin-top: -1px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.ai-home .ai-button-primary {
  color: #fff;
  border-color: #0071e3;
  background: #0071e3;
  box-shadow: 0 11px 28px rgba(0, 102, 204, .2);
}

.ai-home .ai-button-primary:hover {
  border-color: #0077ed;
  background: #0077ed;
  box-shadow: 0 14px 34px rgba(0, 102, 204, .25);
  transform: translateY(-1px);
}

.ai-home .ai-button-ghost {
  color: #0066cc;
  border-color: #0071e3;
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
}

.ai-home .ai-button-ghost:hover {
  color: #fff;
  border-color: #0071e3;
  background: #0071e3;
  transform: translateY(-1px);
}

.ai-home .ai-hero-trust {
  justify-content: center;
  gap: 10px 28px;
  margin-top: 30px;
  color: #6e6e73;
  font-size: 13px;
}

.ai-home .ai-hero-trust li { gap: 8px; }

.ai-home .ai-hero-trust span {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  color: #0066cc;
  border-radius: 50%;
  background: #e3f0ff;
  font-size: 9px;
}

.ai-home .free-slot-visual {
  inset: 50% auto auto 50%;
  z-index: 0;
  width: 100%;
  justify-items: center;
  transform: translate(-50%, -50%);
}

.ai-home .free-slot-visual b {
  color: rgba(0, 102, 204, .045);
  font-size: clamp(250px, 30vw, 430px);
  font-weight: 760;
  line-height: .8;
  letter-spacing: -.1em;
}

.ai-home .free-slot-visual span { display: none; }

.ai-home .home-hero-controls-shell {
  bottom: 28px;
  display: flex;
  justify-content: center;
}

.ai-home .home-hero-controls {
  margin: 0;
  gap: 6px;
  padding: 7px;
  border-color: rgba(29, 29, 31, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 34px rgba(31, 45, 61, .13);
}

.ai-home .home-hero-controls > button:not(.hero-play-toggle) {
  width: 42px;
  height: 46px;
  color: #424245;
  font-size: 0;
}

.ai-home .home-hero-controls > button:not(.hero-play-toggle):hover {
  color: #0066cc;
  background: #edf5ff;
}

.ai-home .home-hero-controls .hero-direction span {
  display: block;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
}

.ai-home .home-hero-controls > span { display: none; }
.ai-home .home-hero-dots {
  gap: 5px;
  padding: 0;
}

.ai-home .home-hero-dots button {
  position: relative;
  width: 126px;
  height: 46px;
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  padding: 0 13px;
  color: #6e6e73;
  border-radius: 12px;
  background: transparent;
  text-align: left;
}

.ai-home .home-hero-dots button small {
  color: #8e8e93;
  font-size: 10px;
  font-weight: 700;
}

.ai-home .home-hero-dots button b {
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.ai-home .home-hero-dots button:hover {
  color: #1d1d1f;
  background: #f2f2f4;
}

.ai-home .home-hero-dots button.is-active {
  width: 126px;
  color: #0066cc;
  background: #e8f3ff;
}

.ai-home .home-hero-dots button.is-active small { color: #0066cc; }

.ai-home .home-hero-dots button.is-active::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 2px;
  border-radius: 999px;
  background: #0071e3;
  transform: scaleX(0);
  transform-origin: left;
  animation: home-hero-progress 7s linear forwards;
}

@keyframes home-hero-progress {
  to { transform: scaleX(1); }
}

.ai-home .hero-play-toggle {
  width: 42px;
  min-height: 46px;
  padding: 0;
  color: #424245;
  border-left-color: rgba(29, 29, 31, .1);
  border-radius: 10px;
  font-size: 0;
}

.ai-home .hero-play-toggle::before {
  content: "Ⅱ";
  font-size: 10px;
  font-weight: 800;
}

.ai-home .hero-play-toggle[aria-label^="开始"]::before {
  content: "▶";
  font-size: 9px;
}

.ai-home .ai-home-hero.is-paused .home-hero-dots button.is-active::after,
.ai-home .ai-home-hero:hover .home-hero-dots button.is-active::after,
.ai-home .ai-home-hero:focus-within .home-hero-dots button.is-active::after {
  animation-play-state: paused;
}

.ai-home .home-hero-controls button:focus-visible {
  outline: 2px solid #0071e3;
  outline-offset: 2px;
}

.ai-home .home-hero-slide.is-active .ai-hero-copy {
  animation: home-hero-slide-in .62s cubic-bezier(.22, .8, .28, 1) both;
}

.ai-home .home-hero-slide.is-active .free-slot-visual {
  animation: home-hero-number-in .78s cubic-bezier(.22, .8, .28, 1) both;
}

@keyframes home-hero-slide-in {
  from { opacity: 0; transform: translateX(54px) scale(.988); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes home-hero-number-in {
  from { opacity: 0; transform: translate(-46%, -50%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

.ai-home .home-decision-bar {
  z-index: 1;
  margin-top: 12px;
}

.ai-home .decision-grid {
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ai-home .decision-grid > a {
  min-height: 250px;
  padding: 34px;
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: none;
  transition: box-shadow .22s ease, transform .22s ease;
}

.ai-home .decision-grid > a:nth-child(2) { background: #edf6ff; }
.ai-home .decision-grid > a:nth-child(3) { background: #e9ebef; }

.ai-home .decision-grid > a:hover {
  background: inherit;
  box-shadow: 0 18px 42px rgba(31, 45, 61, .09);
  transform: translateY(-3px);
}

.ai-home .decision-grid > a > span {
  color: #6e6e73;
  font-size: 13px;
  font-weight: 600;
}

.ai-home .decision-grid h2 {
  margin: 18px 0 9px;
  color: #1d1d1f;
  font-size: 27px;
  line-height: 1.22;
  letter-spacing: -.03em;
}

.ai-home .decision-grid p {
  color: #515154;
  font-size: 15px;
  line-height: 1.65;
}

.ai-home .decision-grid b {
  padding-top: 24px;
  color: #0066cc;
  font-size: 14px;
  font-weight: 650;
}

.ai-home .section,
.ai-home .home-real-cases { padding: 108px 0; }

.ai-home .ai-section-heading {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto 52px;
  text-align: center;
}

.ai-home .ai-section-heading .eyebrow,
.ai-home .home-program .eyebrow {
  margin-bottom: 14px;
  color: #0066cc;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
}

.ai-home .ai-section-heading h2,
.ai-home .home-program h2 {
  color: #1d1d1f;
  font-size: clamp(42px, 4.5vw, 62px);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -.05em;
}

.ai-home .ai-section-heading > div:last-child > p {
  max-width: 760px;
  margin: 0 auto;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.72;
}

.ai-home .capability-heading-actions,
.ai-home .home-case-heading-links {
  justify-content: center;
  margin-top: 20px;
}

.ai-home .home-capability { background: #f5f5f7; }

.ai-home .service-entry-grid {
  gap: 18px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ai-home .service-entry-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 42px;
  border: 0;
  border-radius: 30px;
  background: #fff;
  box-shadow: none;
}

.ai-home .service-entry-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 227, .14), transparent 68%);
  pointer-events: none;
}

.ai-home .service-entry-card:nth-child(2) {
  color: #fff;
  background: linear-gradient(145deg, #123258, #07111f 72%);
}

.ai-home .service-entry-card:nth-child(3) {
  background: linear-gradient(145deg, #e7f3ff, #f8fbff 75%);
}

.ai-home .service-entry-card:nth-child(4) {
  color: #fff;
  background: linear-gradient(145deg, #1675ed, #0648b7 78%);
}

.ai-home .service-entry-card:hover {
  background: #fff;
  box-shadow: 0 20px 52px rgba(31, 45, 61, .1);
  transform: translateY(-3px);
}

.ai-home .service-entry-card:nth-child(2):hover { background: linear-gradient(145deg, #173f70, #091827 72%); }
.ai-home .service-entry-card:nth-child(3):hover { background: linear-gradient(145deg, #e7f3ff, #fff 75%); }
.ai-home .service-entry-card:nth-child(4):hover { background: linear-gradient(145deg, #2282f8, #0750c8 78%); }

.ai-home .service-entry-top,
.ai-home .service-entry-card h3,
.ai-home .service-entry-card p,
.ai-home .service-entry-card > b { position: relative; z-index: 1; }

.ai-home .service-entry-top span,
.ai-home .service-entry-card > b { color: #0066cc; }
.ai-home .service-entry-top small { color: #6e6e73; }

.ai-home .service-entry-card h3 {
  max-width: 520px;
  margin-top: 55px;
  color: #1d1d1f;
  font-size: 31px;
  line-height: 1.24;
  letter-spacing: -.035em;
}

.ai-home .service-entry-card p {
  color: #6e6e73;
  font-size: 15px;
}

.ai-home .service-entry-card:nth-child(2) h3,
.ai-home .service-entry-card:nth-child(4) h3 { color: #fff; }

.ai-home .service-entry-card:nth-child(2) p,
.ai-home .service-entry-card:nth-child(4) p,
.ai-home .service-entry-card:nth-child(2) .service-entry-top small,
.ai-home .service-entry-card:nth-child(4) .service-entry-top small { color: rgba(255, 255, 255, .7); }

.ai-home .service-entry-card:nth-child(2) .service-entry-top span,
.ai-home .service-entry-card:nth-child(2) > b { color: #64c6ff; }

.ai-home .service-entry-card:nth-child(4) .service-entry-top span,
.ai-home .service-entry-card:nth-child(4) > b { color: #fff; }

.ai-home .home-real-cases {
  margin-top: 12px;
  background:
    radial-gradient(circle at 84% 12%, rgba(0, 113, 227, .24), transparent 27%),
    #000;
}

.ai-home .home-case-heading .eyebrow { color: #5ac8fa; }
.ai-home .home-case-heading h2 { color: #f5f5f7; }
.ai-home .home-case-heading > div:last-child > p { color: #a1a1a6; }

.ai-home .home-real-case-grid { gap: 18px; }

.ai-home .home-real-case-card {
  border-color: rgba(255, 255, 255, .08);
  border-radius: 28px;
  background: #161617;
  box-shadow: none;
  transition: border-color .22s ease, transform .22s ease;
}

.ai-home .home-real-case-card:hover {
  border-color: rgba(90, 200, 250, .38);
  transform: translateY(-3px);
}

.ai-home .home-real-case-body { padding: 30px; }
.ai-home .home-real-case-body > span { color: #64d2ff; }

.ai-home .home-real-case-body h3 {
  margin-top: 24px;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.03em;
}

.ai-home .home-real-case-body > p { color: #a1a1a6; }
.ai-home .home-case-disclosure { text-align: center; }

.ai-home .home-project-proof { background: #f5f5f7; }
.ai-home .home-project-grid { gap: 18px; }

.ai-home .home-project-card {
  min-height: 375px;
  padding: 31px;
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: none;
}

.ai-home .home-project-card.is-active {
  border: 0;
  background: linear-gradient(180deg, #e9f4ff, #fff 58%);
}

.ai-home .home-project-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 46px rgba(31, 45, 61, .09);
  transform: translateY(-3px);
}

.ai-home .home-project-card h3 {
  margin-top: 34px;
  color: #1d1d1f;
  font-size: 23px;
  letter-spacing: -.025em;
}

.ai-home .home-program {
  position: relative;
  overflow: hidden;
  margin: 12px;
  padding: 112px 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 5%, rgba(90, 200, 250, .36), transparent 28%),
    radial-gradient(circle at 88% 90%, rgba(10, 40, 110, .44), transparent 34%),
    linear-gradient(135deg, #0879ec, #0057c2 55%, #073b92);
}

.ai-home .home-program-shell {
  grid-template-columns: 1fr;
  gap: 27px;
  max-width: 980px;
  text-align: center;
}

.ai-home .home-program .eyebrow { color: #b9e7ff; }
.ai-home .home-program h2 { color: #fff; }

.ai-home .home-program-content > p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.72;
}

.ai-home .program-step-row {
  justify-content: center;
  margin-top: 27px;
}

.ai-home .program-step-row span {
  padding: 8px 12px;
  border-color: rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
}

.ai-home .home-program-actions {
  justify-content: center;
  gap: 13px;
  margin-top: 30px;
}

.ai-home .ai-button-white {
  color: #0066cc;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 32, 96, .2);
}

.ai-home .ai-button-outline-white {
  color: #fff;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .04);
}

@media (max-width: 880px) {
  .ai-home .home-hero-slide {
    min-height: 660px;
    padding-top: 78px;
    padding-bottom: 126px;
  }

  .ai-home .decision-grid { gap: 12px; }

  .ai-home .decision-grid > a {
    min-height: 0;
    border: 0;
    border-radius: 24px;
  }

  .ai-home .service-entry-grid,
  .ai-home .home-project-grid { gap: 14px; }

  .ai-home .service-entry-card { min-height: 320px; }
}

@media (max-width: 620px) {
  .ai-home .ai-home-hero,
  .ai-home .home-hero-slide { min-height: 610px; }

  .ai-home .home-hero-slide {
    padding-top: 68px;
    padding-bottom: 118px;
  }

  .ai-home .ai-kicker { margin-bottom: 17px; font-size: 12px; }

  .ai-home .ai-hero-copy h1,
  .ai-home .ai-hero-copy h2 {
    font-size: clamp(44px, 13vw, 58px);
    line-height: 1.06;
  }

  .ai-home .ai-hero-summary {
    max-width: 520px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.68;
  }

  .ai-home .ai-hero-actions {
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 27px;
  }

  .ai-home .ai-hero-actions .ai-button {
    width: auto;
    min-width: 0;
    min-height: 46px;
    padding: 9px 16px;
    font-size: 14px;
  }

  .ai-home .ai-hero-trust {
    display: flex;
    gap: 8px 15px;
    margin-top: 25px;
    font-size: 11px;
  }

  .ai-home .ai-hero-trust span { display: none; }

  .ai-home .free-slot-visual {
    display: grid;
    opacity: .8;
  }

  .ai-home .free-slot-visual b { font-size: 210px; }
  .ai-home .home-hero-controls-shell { bottom: 22px; }

  .ai-home .home-hero-controls {
    width: 100%;
    gap: 4px;
    padding: 6px;
  }

  .ai-home .home-hero-controls > button:not(.hero-play-toggle),
  .ai-home .hero-play-toggle {
    width: 36px;
    min-width: 36px;
    height: 44px;
    min-height: 44px;
  }

  .ai-home .home-hero-dots {
    min-width: 0;
    flex: 1;
  }

  .ai-home .home-hero-dots button,
  .ai-home .home-hero-dots button.is-active {
    width: auto;
    min-width: 0;
    flex: 1;
    grid-template-columns: 19px 1fr;
    gap: 4px;
    padding: 0 8px;
  }

  .ai-home .home-hero-dots button b { font-size: 12px; }
  .ai-home .home-decision-bar { margin-top: 10px; }

  .ai-home .decision-grid > a { padding: 27px; }
  .ai-home .decision-grid h2 { font-size: 24px; }

  .ai-home .section,
  .ai-home .home-real-cases { padding: 82px 0; }

  .ai-home .ai-section-heading { margin-bottom: 38px; }

  .ai-home .ai-section-heading h2,
  .ai-home .home-program h2 {
    font-size: 39px;
    line-height: 1.12;
  }

  .ai-home .ai-section-heading > div:last-child > p { font-size: 14px; }

  .ai-home .service-entry-card {
    min-height: 300px;
    padding: 30px 26px;
    border-radius: 24px;
  }

  .ai-home .service-entry-card h3 {
    margin-top: 42px;
    font-size: 27px;
  }

  .ai-home .home-real-case-card,
  .ai-home .home-project-card { border-radius: 24px; }

  .ai-home .home-program {
    margin: 8px;
    padding: 82px 0;
    border-radius: 24px;
  }

  .ai-home .home-program-actions {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .ai-home .home-program-actions .ai-button {
    width: auto;
    min-width: 0;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .ai-home .home-hero-dots button {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .ai-home .home-hero-dots button small { display: none; }

  .ai-home .ai-hero-actions,
  .ai-home .home-program-actions {
    width: min(100%, 320px);
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }

  .ai-home .ai-hero-actions .ai-button,
  .ai-home .home-program-actions .ai-button { width: 100%; }

  .ai-home .ai-hero-trust { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .ai-home .home-hero-slide.is-active .ai-hero-copy,
  .ai-home .home-hero-slide.is-active .free-slot-visual,
  .ai-home .home-hero-dots button.is-active::after {
    animation: none;
  }
}

/* Keep the demand filters fully readable in narrow in-app and mobile views. */
@media (max-width: 720px) {
  .demand-market-v2 .demand-category-row .market-filter-list {
    overflow: visible;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .demand-market-v2 .demand-category-row .market-filter-list button {
    flex: 0 0 auto;
  }
}

/* Always-on demand market and first free-project public program */
.demand-open-mark.waiting { background: #1a7f37; }
.demand-open-mark.matching { background: #1668ff; font-size: 13px; font-weight: 800; }
.demand-open-mark.matched { background: #778596; font-size: 13px; font-weight: 800; }

.demand-row .demand-state.waiting {
  color: #126d2d;
  background: #dafbe1;
}

.demand-row .demand-state.matching {
  color: #1357b8;
  background: #ddf4ff;
}

.demand-row .demand-state.matched {
  color: #526173;
  background: #e9edf2;
}

.demand-match-result {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 8px 11px;
  color: #526173;
  border: 1px solid #cfd6df;
  border-radius: 7px;
  background: #f5f7f9;
  font-size: 14px;
  font-weight: 750;
}

.free-program-bridge {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  overflow: hidden;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(120deg, #07172d 0%, #0b376e 60%, #1267cb 100%);
  box-shadow: 0 20px 52px rgba(10, 48, 95, .18);
}

.free-program-bridge-number {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  background: rgba(0, 0, 0, .08);
}

.free-program-bridge-number small {
  color: #9ec8ff;
  font-size: 14px;
  font-weight: 750;
}

.free-program-bridge-number strong {
  margin: 4px 0 -5px;
  font-size: clamp(76px, 9vw, 126px);
  line-height: 1;
  letter-spacing: -.07em;
}

.free-program-bridge-number span { color: #dceaff; font-size: 16px; }

.free-program-bridge-copy {
  align-self: center;
  padding: 42px 48px;
}

.free-program-bridge-copy .eyebrow { color: #75adff; }

.free-program-bridge-copy h2 {
  margin: 10px 0 15px;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.3;
}

.free-program-bridge-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #c8d9ed;
  font-size: 16px;
  line-height: 1.75;
}

.free-program-bridge-copy .free-program-actions { margin-top: 24px; }

.free-program-bridge-note {
  display: flex;
  gap: 9px;
  margin-top: 14px;
  padding: 15px 18px;
  color: #53677e;
  border: 1px solid #dde5ee;
  border-radius: 10px;
  background: #f6f8fb;
  font-size: 14px;
  line-height: 1.65;
}

.free-program-bridge-note b { color: #17385e; white-space: nowrap; }

.public-program-kicker {
  margin: 0 0 12px !important;
  color: #75adff !important;
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: .1em;
}

.free-project-program {
  scroll-margin-top: 28px;
}

.free-project-program-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 36px;
  align-items: center;
  padding: 34px;
  color: #fff;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(120deg, #08182c 0%, #0c396f 66%, #1668ff 140%);
}

.free-project-program-head h2 {
  max-width: 760px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.28;
}

.free-project-program-head .lead {
  max-width: 800px;
  margin: 0;
  color: #c8d9eb;
}

.free-project-program-head .eyebrow { color: #75adff; }

.free-project-slot {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
  text-align: center;
}

.free-project-slot strong {
  font-size: 78px;
  line-height: .95;
  letter-spacing: -.07em;
}

.free-project-slot span { margin-top: 8px; font-size: 15px; font-weight: 750; }
.free-project-slot small { margin-top: 5px; color: #9fc5f5; font-size: 12px; }

.free-project-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dce4ed;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
}

.free-project-principles article {
  min-height: 185px;
  padding: 24px;
  border-right: 1px solid #e2e7ed;
}

.free-project-principles article:last-child { border-right: 0; }
.free-project-principles span { color: #1668ff; font-size: 13px; font-weight: 800; }
.free-project-principles b { display: block; margin: 16px 0 8px; color: #17385e; font-size: 17px; }
.free-project-principles p { margin: 0; color: #667085; font-size: 14px; line-height: 1.65; }

.free-program-distinction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 18px 20px;
  border-left: 4px solid #1a7f37;
  border-radius: 4px 10px 10px 4px;
  background: #f1f8f3;
}

.free-program-distinction b { color: #174828; font-size: 16px; }
.free-program-distinction p { margin: 4px 0 0; color: #5b6e62; font-size: 14px; line-height: 1.6; }
.free-program-distinction a { color: #1668ff; font-size: 14px; font-weight: 750; white-space: nowrap; }

.public-review-roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.public-review-roles article {
  min-height: 185px;
  padding: 24px;
  border: 1px solid #dce4ed;
  border-radius: 12px;
  background: #fff;
}

.public-review-roles span { color: #1668ff; font-size: 13px; font-weight: 800; }
.public-review-roles h3 { margin: 13px 0 8px; color: #17385e; font-size: 20px; line-height: 1.4; }
.public-review-roles p { margin: 0; color: #667085; font-size: 15px; line-height: 1.7; }

.public-selection-criteria { margin-top: 16px; }

.public-review-rule {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
  padding: 17px 19px;
  color: #496078;
  border: 1px solid #cfe0f4;
  border-radius: 10px;
  background: #f4f8fd;
  font-size: 14px;
}

.public-review-rule b { color: #17385e; }
.public-review-rule span { padding: 4px 8px; border-radius: 6px; background: #fff; font-weight: 700; }
.public-review-rule i { color: #91a1b3; font-style: normal; }

.selection-rationale {
  margin-top: 18px;
  padding: 17px 18px;
  border-left: 3px solid #1668ff;
  border-radius: 0 9px 9px 0;
  background: #f4f8fd;
}

.selection-rationale.is-candidate {
  border-left-color: #c98700;
  background: #fff9e9;
}

.selection-rationale > span,
.community-review-summary > span {
  color: #1668ff;
  font-size: 12px;
  font-weight: 800;
}

.selection-rationale.is-candidate > span { color: #8a5900; }

.selection-rationale ul {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding-left: 19px;
  color: #4f6378;
  font-size: 14px;
  line-height: 1.55;
}

.community-review-summary {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 13px 15px;
  border: 1px dashed #d5a84a;
  border-radius: 8px;
  background: #fffdf6;
}

.community-review-summary.is-decided { border-color: #a9c9ed; background: #f7fbff; }
.community-review-summary b { color: #435b74; font-size: 13px; line-height: 1.55; }

.candidate-reason-box,
.selected-reason-box {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 26px;
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid #d3e2f2;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4f8fd, #fff);
}

.candidate-reason-box { border-left: 4px solid #c98700; background: linear-gradient(135deg, #fff9e9, #fff); }
.candidate-reason-box span,
.selected-reason-box > span { color: #1668ff; font-size: 12px; font-weight: 800; }
.candidate-reason-box > div > span { color: #8a5900; }
.candidate-reason-box h3,
.selected-reason-box h3 { margin: 9px 0 8px; color: #17385e; font-size: 21px; line-height: 1.45; }
.candidate-reason-box p { margin: 0; color: #607287; font-size: 15px; line-height: 1.7; }
.candidate-reason-box ul,
.selected-reason-box ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; color: #53677d; font-size: 14px; line-height: 1.55; }

.selected-reason-box {
  grid-template-columns: 1fr;
  border-left: 4px solid #1668ff;
}

.community-review-panel {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid #dce4ed;
  border-radius: 12px;
  background: #f7f9fc;
}

.community-review-panel > div:first-child > span { color: #1668ff; font-size: 12px; font-weight: 800; }
.community-review-panel h3 { margin: 8px 0 6px; color: #17385e; font-size: 20px; }
.community-review-panel p { color: #667085; font-size: 14px; line-height: 1.65; }

.community-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.community-review-actions button {
  min-height: 40px;
  padding: 8px 14px;
  color: #31506f;
  border: 1px solid #bfcddd;
  border-radius: 8px;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.community-review-actions button:hover,
.community-review-actions button.is-selected {
  color: #fff;
  border-color: #1668ff;
  background: #1668ff;
}

.community-review-status {
  margin: 12px 0 0 !important;
  color: #738195 !important;
  font-size: 13px !important;
}

.community-review-outcome {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.community-review-outcome div {
  display: grid;
  gap: 7px;
  padding: 19px;
  border: 1px solid #d8e3ef;
  border-radius: 10px;
  background: #f6f9fd;
}

.community-review-outcome span { color: #1668ff; font-size: 12px; font-weight: 800; }
.community-review-outcome b { color: #455d75; font-size: 14px; line-height: 1.65; }

@media (max-width: 980px) {
  .free-project-principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .free-project-principles article:nth-child(2) { border-right: 0; }
  .free-project-principles article:nth-child(-n+2) { border-bottom: 1px solid #e2e7ed; }
  .free-program-bridge { grid-template-columns: 200px minmax(0, 1fr); }
  .free-program-bridge-copy { padding: 36px; }
}

@media (max-width: 720px) {
  .free-program-bridge,
  .free-project-program-head,
  .candidate-reason-box { grid-template-columns: 1fr; }
  .free-program-bridge-number { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .free-program-bridge-copy { padding: 28px 24px; }
  .free-program-bridge-note,
  .free-program-distinction { align-items: flex-start; flex-direction: column; }
  .free-project-program-head { padding: 26px 22px; }
  .free-project-slot { min-height: 140px; }
  .free-project-slot strong { font-size: 62px; }
  .public-review-roles,
  .community-review-outcome { grid-template-columns: 1fr; }
  .public-review-rule { align-items: flex-start; flex-direction: column; }
  .public-review-rule i { transform: rotate(90deg); }
  .community-review-actions { display: grid; }
}

@media (max-width: 480px) {
  .free-project-principles { grid-template-columns: 1fr; }
  .free-project-principles article { min-height: 0; border-right: 0; border-bottom: 1px solid #e2e7ed; }
  .free-project-principles article:last-child { border-bottom: 0; }
  .free-program-bridge-number { padding: 28px; }
  .free-program-bridge-number strong { font-size: 86px; }
}

/* Unified AI marketplace — one GitHub-style project surface */
.market-repo-hero {
  padding: 15px 0 17px;
  border-bottom: 1px solid #d8dee8;
  background: #fff;
}

.market-repo-hero .breadcrumb { margin: 0 0 1px; color: #6e7781; font-size: 12px; }
.market-repo-hero .breadcrumb a { color: #0969da; }

.market-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.market-hero-layout .eyebrow { margin: 0 0 8px; color: #0969da; }
.market-hero-layout h1 { margin: 0; color: #0b1f3a; font-size: clamp(26px, 3vw, 34px); line-height: 1.2; letter-spacing: -.035em; }
.market-hero-layout > div:first-child > p:last-child { max-width: 780px; margin: 3px 0 0; color: #576474; font-size: 14px; line-height: 1.5; }
.market-hero-actions { display: flex; gap: 10px; padding-bottom: 4px; }
.market-hero-actions .button { min-width: 146px; justify-content: center; }

.unified-market-section { padding: 14px 0 84px; background: #f6f8fa; }

.market-program-notice {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding: 8px 13px;
  color: #57606a;
  border: 1px solid #bfd4f4;
  border-radius: 7px;
  background: #f6faff;
  font-size: 13px;
}

.market-program-notice b { padding: 2px 7px; color: #fff; border-radius: 4px; background: #0969da; font-size: 11px; }
.market-program-notice span { color: #24354b; font-weight: 700; }
.market-program-notice a { margin-left: auto; color: #0969da; font-weight: 750; }
.market-program-notice a + a { margin-left: 4px; }

.market-pinned-program {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
  padding: 18px 22px;
  border: 1px solid #bfd4f4;
  border-left: 4px solid #0969da;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(31, 61, 101, .06);
}

.market-pin-mark { display: grid; place-items: center; min-height: 72px; border-right: 1px solid #d8e3f0; }
.market-pin-mark span { color: #0969da; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.market-pin-mark b { color: #0b2f5b; font-size: 38px; line-height: 1; }
.market-pin-copy > span { color: #0969da; font-size: 12px; font-weight: 800; }
.market-pin-copy h2 { margin: 3px 0 4px; color: #172b4d; font-size: 20px; line-height: 1.4; }
.market-pin-copy p { margin: 0; color: #667085; font-size: 13px; line-height: 1.6; }
.market-pin-actions { display: grid; justify-items: stretch; gap: 9px; min-width: 166px; text-align: center; }
.market-pin-actions .button { justify-content: center; min-height: 40px; }
.market-pin-actions > a:last-child { color: #0969da; font-size: 13px; font-weight: 750; }

.market-repository {
  overflow: hidden;
  border: 1px solid #d0d7de;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 35, 40, .06);
}

.market-repository-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  padding: 26px 28px 22px;
}

.market-repository-path { display: flex; align-items: center; gap: 9px; color: #57606a; font-size: 13px; }
.market-repository-path > span { display: inline-grid; width: 30px; height: 30px; place-items: center; color: #fff; border-radius: 6px; background: #0969da; font-size: 11px; font-weight: 850; }
.market-repository-path p { margin: 0; }
.market-repository-path b { color: #0969da; }
.market-repository-path em { padding: 1px 7px; color: #57606a; border: 1px solid #d0d7de; border-radius: 999px; font-size: 11px; font-style: normal; }
.market-repository-head h1,
.market-repository-head h2 { margin: 15px 0 3px; color: #1f2328; font-size: 27px; line-height: 1.3; letter-spacing: -.02em; }
.market-repository-head > div:first-child > p:last-child { margin: 0; color: #667085; font-size: 14px; }
.market-repository-stats { display: flex; align-items: center; gap: 10px; }
.market-repository-stats span,
.market-repository-stats a { min-height: 38px; display: inline-flex; align-items: center; gap: 5px; padding: 7px 11px; border: 1px solid #d0d7de; border-radius: 7px; color: #57606a; background: #f6f8fa; font-size: 12px; }
.market-repository-stats span b { color: #1f2328; }
.market-repository-stats a { color: #fff; border-color: #1f883d; background: #1f883d; font-weight: 750; }
.market-repository-stats a:hover { background: #1a7f37; }

.market-type-tabs {
  display: flex;
  gap: 3px;
  overflow-x: auto;
  padding: 0 24px;
  border-top: 1px solid #d8dee4;
  border-bottom: 1px solid #d8dee4;
  background: #f6f8fa;
}

.market-type-tabs button {
  position: relative;
  flex: 0 0 auto;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  color: #424a53;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.market-type-tabs button::after { content: ""; position: absolute; right: 12px; bottom: -1px; left: 12px; height: 2px; background: transparent; }
.market-type-tabs button:hover { color: #0969da; background: #eef3f8; }
.market-type-tabs button.is-active { color: #1f2328; }
.market-type-tabs button.is-active::after { background: #fd5c46; }
.market-type-tabs button b { min-width: 22px; padding: 1px 6px; border-radius: 999px; background: #d8dee4; color: #424a53; font-size: 11px; text-align: center; }

.market-unified-toolbar {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) repeat(3, minmax(138px, auto));
  gap: 10px;
  padding: 18px 24px 12px;
}

.market-unified-toolbar label { min-width: 0; }
.market-unified-toolbar input,
.market-unified-toolbar select {
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  color: #24292f;
  border: 1px solid #afb8c1;
  border-radius: 7px;
  outline: 0;
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.market-unified-toolbar input { padding-left: 39px; }
.market-unified-search { position: relative; }
.market-unified-search::before { content: "⌕"; position: absolute; z-index: 1; top: 5px; left: 13px; color: #57606a; font-size: 22px; line-height: 30px; pointer-events: none; }
.market-unified-toolbar input:focus,
.market-unified-toolbar select:focus { border-color: #0969da; box-shadow: 0 0 0 3px rgba(9, 105, 218, .13); }

.market-results-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px 15px;
  color: #6e7781;
  font-size: 12px;
}

.market-results-bar b { color: #1f2328; }
.market-results-bar a { margin-left: auto; color: #0969da; font-weight: 700; }

.market-repo-list { border-top: 1px solid #d8dee4; }
.market-repo-item[hidden],
.market-empty[hidden] { display: none !important; }
.market-repo-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 156px;
  gap: 20px;
  align-items: start;
  padding: 22px 24px;
  border-bottom: 1px solid #d8dee4;
  background: #fff;
  transition: background-color .16s ease, box-shadow .16s ease;
  scroll-margin-top: 96px;
}

.market-repo-item:hover { background: #f8fbff; box-shadow: inset 3px 0 #54aeff; }
.market-repo-item.is-selected { background: #f0f7ff; box-shadow: inset 3px 0 #0969da; }

.market-item-visual {
  width: 88px;
  height: 68px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  background: #f6f8fa;
}

.market-item-visual:not(.is-case) { grid-template-rows: 1fr auto; padding: 8px; }
.market-item-visual b { align-self: end; color: #0969da; font-size: 24px; line-height: 1; }
.market-item-visual span { align-self: end; color: #6e7781; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.market-item-visual.is-solution { border-color: #b6d5ff; background: #edf6ff; }
.market-item-visual.is-solution b { color: #0969da; }
.market-item-visual.is-resource { border-color: #cbd6e2; background: #f1f4f8; }
.market-item-visual.is-resource b { color: #52677f; }
.market-item-visual.is-case { position: relative; }
.market-item-visual.is-case img { width: 100%; height: 100%; object-fit: cover; }
.market-item-visual.is-case figcaption { position: absolute; right: 4px; bottom: 4px; padding: 1px 5px; color: #fff; border-radius: 3px; background: rgba(10, 20, 35, .78); font-size: 9px; font-weight: 750; }

.market-item-content { min-width: 0; }
.market-item-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.market-item-kicker > span { color: #6e7781; font-size: 12px; font-variant-numeric: tabular-nums; }
.market-item-kicker > b { color: #0969da; font-size: 12px; }
.market-item-kicker > em { padding: 2px 7px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; font-style: normal; font-weight: 750; line-height: 1.4; }
.market-item-kicker .is-open { color: #1a7f37; background: #effaf2; }
.market-item-kicker .is-active { color: #9a6700; background: #fff8c5; }
.market-item-kicker .is-reference { color: #0969da; background: #ddf4ff; }
.market-item-kicker .is-completed { color: #57606a; background: #f6f8fa; }
.market-item-kicker .is-planned { color: #8250df; background: #f4efff; }
.market-item-content h3 { margin: 7px 0 5px; color: #1f2328; font-size: 18px; line-height: 1.45; letter-spacing: -.01em; }
.market-item-content h3 a { color: inherit; }
.market-item-content > p { margin: 0; color: #57606a; font-size: 14px; line-height: 1.65; }
.market-item-labels { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.market-item-labels span { padding: 2px 8px; color: #315b7d; border: 1px solid #c8dcec; border-radius: 999px; background: #f5faff; font-size: 10px; font-weight: 700; }
.market-item-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 11px; color: #6e7781; font-size: 12px; }
.market-item-meta b { color: #424a53; }

.market-item-action { min-height: 68px; display: grid; align-content: space-between; justify-items: stretch; gap: 10px; text-align: right; }
.market-item-action small { color: #8c959f; font-size: 11px; }
.market-item-action button,
.market-item-action a,
.market-static-action {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #0969da;
  border: 1px solid #afb8c1;
  border-radius: 7px;
  background: #f6f8fa;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
  cursor: pointer;
}

.market-item-action button:hover,
.market-item-action a:hover { color: #fff; border-color: #0969da; background: #0969da; }
.market-repo-item.is-selected .market-item-action button { color: #fff; border-color: #0969da; background: #0969da; }
.market-static-action { color: #57606a; cursor: default; }

.market-empty { display: grid; justify-items: center; gap: 4px; padding: 54px 24px; color: #6e7781; text-align: center; }
.market-empty b { color: #24292f; font-size: 17px; }
.market-empty span { font-size: 13px; }

.market-repository-foot { display: flex; align-items: flex-start; gap: 28px; padding: 20px 24px; background: #f6f8fa; }
.market-repository-foot p { max-width: 940px; margin: 0; color: #6e7781; font-size: 12px; line-height: 1.7; }
.market-repository-foot strong { color: #424a53; }
.market-repository-foot a { margin-left: auto; color: #0969da; font-size: 13px; font-weight: 750; white-space: nowrap; }

@media (max-width: 980px) {
  .market-hero-layout { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .market-hero-actions { padding: 0; }
  .market-pinned-program { grid-template-columns: 78px minmax(0, 1fr); }
  .market-pin-actions { grid-column: 2; display: flex; align-items: center; }
  .market-unified-toolbar { grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(120px, .45fr)); }
  .market-repo-item { grid-template-columns: 74px minmax(0, 1fr) 142px; gap: 16px; }
  .market-item-visual { width: 74px; height: 62px; }
}

@media (max-width: 760px) {
  .market-repo-hero { padding: 12px 0 14px; }
  .market-repo-hero .breadcrumb { margin-bottom: 1px; }
  .market-hero-layout h1 { font-size: 26px; }
  .market-hero-layout > div:first-child > p:last-child { font-size: 13px; }
  .market-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .unified-market-section { padding-top: 10px; }
  .market-program-notice { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 8px; margin-bottom: 10px; padding: 7px 9px; font-size: 12px; }
  .market-program-notice span { min-width: 0; }
  .market-program-notice a { margin-left: 0; white-space: nowrap; }
  .market-pinned-program { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .market-pin-mark { min-height: 0; grid-template-columns: auto auto; justify-content: start; gap: 10px; border-right: 0; }
  .market-pin-mark b { font-size: 28px; }
  .market-pin-actions { grid-column: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
  .market-repository-head { grid-template-columns: 1fr; padding: 22px 18px 18px; }
  .market-repository-stats { flex-wrap: wrap; }
  .market-type-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; overflow: visible; padding: 0 8px; }
  .market-type-tabs button { justify-content: center; min-width: 0; min-height: 46px; padding: 0 5px; font-size: 12px; }
  .market-type-tabs button::after { right: 8px; left: 8px; }
  .market-unified-toolbar { grid-template-columns: 1fr 1fr; padding: 14px 14px 10px; }
  .market-unified-search { grid-column: 1 / -1; }
  .market-unified-toolbar label:last-child { grid-column: 1 / -1; }
  .market-results-bar { flex-wrap: wrap; gap: 8px 16px; padding: 0 14px 12px; }
  .market-results-bar a { width: 100%; margin-left: 0; }
  .market-repo-item { grid-template-columns: 60px minmax(0, 1fr); gap: 13px; padding: 18px 14px; }
  .market-item-visual { width: 60px; height: 56px; }
  .market-item-content h3 { font-size: 16px; }
  .market-item-action { grid-column: 2; min-height: 0; grid-template-columns: auto minmax(120px, 170px); align-items: center; justify-content: end; }
  .market-item-action small { text-align: left; }
  .market-repository-foot { flex-direction: column; gap: 10px; padding: 18px 14px; }
  .market-repository-foot a { margin-left: 0; }
}

@media (max-width: 480px) {
  .page-width { width: min(calc(100% - 28px), var(--page)); }
  .market-hero-actions,
  .market-pin-actions,
  .market-unified-toolbar { grid-template-columns: 1fr; }
  .market-unified-toolbar label,
  .market-unified-search,
  .market-unified-toolbar label:last-child { grid-column: 1; }
  .market-repository-stats span { display: none; }
  .market-item-meta { display: grid; gap: 4px; }
  .market-item-action { grid-template-columns: 1fr; justify-content: stretch; text-align: left; }
  .market-item-action small { display: none; }
}

/* Compact marketplace controls — remove repeated repository framing */
.market-repository > .market-type-tabs {
  min-height: 44px;
  padding: 0 12px;
  border-top: 0;
}

.market-repository > .market-type-tabs button {
  min-height: 44px;
  padding: 0 12px;
  font-size: 13px;
}

.market-compact-toolbar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  padding: 11px 14px;
  background: #fff;
}

.market-compact-toolbar .market-unified-search { min-width: 0; }
.market-compact-toolbar input {
  width: 100%;
  min-height: 38px;
  padding: 7px 11px 7px 37px;
  color: #24292f;
  border: 1px solid #afb8c1;
  border-radius: 7px;
  outline: 0;
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.market-compact-toolbar input:focus { border-color: #0969da; box-shadow: 0 0 0 3px rgba(9, 105, 218, .13); }

.market-filter-menu { position: relative; }
.market-filter-menu summary,
.market-new-demand {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border: 1px solid #afb8c1;
  border-radius: 7px;
  background: #f6f8fa;
  color: #24292f;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.market-filter-menu summary { list-style: none; }
.market-filter-menu summary::-webkit-details-marker { display: none; }
.market-filter-menu summary::after { content: "▾"; margin-left: 7px; color: #6e7781; font-size: 10px; }
.market-filter-menu[open] summary { color: #0969da; border-color: #0969da; background: #f3f8ff; }
.market-filter-menu[open] summary::after { transform: rotate(180deg); }
.market-new-demand { color: #fff; border-color: #1f883d; background: #1f883d; }
.market-new-demand:hover { color: #fff; background: #1a7f37; }

.market-filter-popover {
  position: absolute;
  z-index: 30;
  top: calc(100% + 7px);
  right: 0;
  width: 286px;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #d0d7de;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 35, 40, .18);
}

.market-filter-popover label { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 9px; color: #57606a; font-size: 12px; }
.market-filter-popover select {
  width: 100%;
  min-height: 36px;
  padding: 6px 9px;
  color: #24292f;
  border: 1px solid #afb8c1;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 12px;
}

.market-filter-popover button {
  min-height: 34px;
  color: #57606a;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  background: #f6f8fa;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.market-filter-popover button:hover { color: #0969da; border-color: #0969da; background: #f3f8ff; }
.market-selection-notice { padding: 8px 14px; color: #0969da; border-top: 1px solid #d8dee4; background: #f3f8ff; font-size: 12px; font-weight: 700; }
.market-selection-notice[hidden] { display: none !important; }

@media (max-width: 760px) {
  .market-repository > .market-type-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 0 4px;
  }

  .market-repository > .market-type-tabs button {
    min-height: 42px;
    gap: 4px;
    padding: 0 3px;
    font-size: 12px;
  }

  .market-repository > .market-type-tabs button b { min-width: 19px; padding: 1px 4px; font-size: 10px; }
  .market-compact-toolbar { grid-template-columns: minmax(0, 1fr) auto auto; padding: 9px; }
  .market-compact-toolbar input { min-height: 36px; }
  .market-filter-menu summary,
  .market-new-demand { min-height: 36px; padding: 6px 10px; font-size: 12px; }
  .market-filter-popover { right: -82px; width: min(286px, calc(100vw - 38px)); }
}

@media (max-width: 400px) {
  .market-compact-toolbar { gap: 6px; }
  .market-filter-menu summary,
  .market-new-demand { padding-right: 8px; padding-left: 8px; }
  .market-filter-menu summary::after { margin-left: 4px; }
}

/* Free public projects — GitHub-like progress list */
.free-public-market { min-height: 70vh; padding: 14px 0 84px; background: #f6f8fa; }

.free-project-notice {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  padding: 8px 13px;
  border: 1px solid #bfd4f4;
  border-radius: 7px;
  background: #f6faff;
}

.free-project-notice > div { min-width: 0; display: flex; align-items: center; gap: 10px; }
.free-project-notice b { color: #0969da; font-size: 13px; }
.free-project-notice span { color: #526273; font-size: 12px; }
.free-project-notice > a { margin-left: auto; color: #0969da; font-size: 13px; font-weight: 750; white-space: nowrap; }

.free-project-repository {
  overflow: visible;
  border: 1px solid #d0d7de;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 35, 40, .055);
}

.free-project-type-tabs { min-height: 44px; padding: 0 12px; border-top: 0; border-radius: 12px 12px 0 0; }
.free-project-type-tabs button { min-height: 44px; padding: 0 13px; font-size: 13px; }

.free-project-toolbar {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #d8dee4;
}

.free-project-toolbar input {
  width: 100%;
  min-height: 38px;
  padding: 7px 11px 7px 37px;
  color: #24292f;
  border: 1px solid #afb8c1;
  border-radius: 7px;
  outline: 0;
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.free-project-toolbar input:focus { border-color: #0969da; box-shadow: 0 0 0 3px rgba(9, 105, 218, .13); }
.free-project-toolbar > span { color: #6e7781; font-size: 12px; }
.free-project-toolbar > a { min-height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 6px 11px; color: #0969da; border: 1px solid #afb8c1; border-radius: 7px; background: #f6f8fa; font-size: 12px; font-weight: 700; }

.free-project-list { overflow: hidden; border-radius: 0 0 12px 12px; }
.free-project-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: start;
  padding: 23px 24px;
  color: inherit;
  border-bottom: 1px solid #d8dee4;
  background: #fff;
  transition: background-color .16s ease, box-shadow .16s ease;
}

.free-project-row:last-child { border-bottom: 0; }
.free-project-row:hover { color: inherit; background: #f8fbff; box-shadow: inset 3px 0 #54aeff; }
.free-project-row[hidden] { display: none !important; }

.free-project-symbol {
  width: 70px;
  height: 64px;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  padding: 8px;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  background: #f6f8fa;
}

.free-project-symbol b { align-self: end; color: #0969da; font-size: 21px; line-height: 1; }
.free-project-symbol span { color: #6e7781; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.free-project-symbol.is-candidate { border-color: #ecd48e; background: #fff9db; }
.free-project-symbol.is-candidate b { color: #9a6700; }
.free-project-symbol.is-developing { border-color: #b6d5ff; background: #edf6ff; }
.free-project-symbol.is-completed { border-color: #a8dab4; background: #effaf2; }
.free-project-symbol.is-completed b { color: #1a7f37; }

.free-project-row-main { min-width: 0; }
.free-project-row-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.free-project-row-kicker span { color: #6e7781; font-size: 12px; }
.free-project-row-kicker b { color: #0969da; font-size: 12px; }
.free-project-row-kicker em { color: #8c959f; font-size: 10px; font-style: normal; }
.free-project-row-main h2 { margin: 7px 0 5px; color: #1f2328; font-size: 19px; line-height: 1.4; }
.free-project-row-main > p { margin: 0; color: #57606a; font-size: 14px; line-height: 1.65; }
.free-project-row-labels { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.free-project-row-labels span { padding: 2px 8px; color: #315b7d; border: 1px solid #c8dcec; border-radius: 999px; background: #f5faff; font-size: 10px; font-weight: 700; }
.free-project-latest { display: flex; gap: 8px; margin-top: 12px; color: #57606a; font-size: 12px; line-height: 1.5; }
.free-project-latest span { flex: 0 0 auto; color: #6e7781; }
.free-project-latest b { color: #424a53; font-weight: 650; }

.free-project-row-progress { min-height: 120px; display: grid; align-content: start; gap: 8px; padding-left: 18px; border-left: 1px solid #d8dee4; }
.free-project-row-progress > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.free-project-row-progress > div span { color: #424a53; font-size: 13px; font-weight: 700; }
.free-project-row-progress > div b { color: #0969da; font-size: 18px; }
.free-project-row-progress progress { width: 100%; height: 8px; overflow: hidden; border: 0; border-radius: 999px; background: #eaeef2; accent-color: #0969da; }
.free-project-row-progress progress::-webkit-progress-bar { border-radius: 999px; background: #eaeef2; }
.free-project-row-progress progress::-webkit-progress-value { border-radius: 999px; background: #0969da; }
.free-project-row[data-status="candidate"] progress { accent-color: #bf8700; }
.free-project-row[data-status="candidate"] progress::-webkit-progress-value { background: #bf8700; }
.free-project-row[data-status="completed"] progress { accent-color: #1f883d; }
.free-project-row[data-status="completed"] progress::-webkit-progress-value { background: #1f883d; }
.free-project-row-progress small { color: #6e7781; font-size: 11px; }
.free-project-row-progress strong { align-self: end; color: #0969da; font-size: 12px; text-align: right; }

.free-project-rules { margin-top: 12px; border: 1px solid #d0d7de; border-radius: 9px; background: #fff; }
.free-project-rules summary { display: flex; align-items: center; gap: 12px; padding: 13px 15px; color: #24292f; cursor: pointer; list-style: none; }
.free-project-rules summary::-webkit-details-marker { display: none; }
.free-project-rules summary::after { content: "+"; margin-left: auto; color: #0969da; font-size: 20px; line-height: 1; }
.free-project-rules[open] summary::after { content: "−"; }
.free-project-rules summary b { font-size: 14px; }
.free-project-rules summary span { color: #6e7781; font-size: 12px; }
.free-project-rules > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #d8dee4; }
.free-project-rules article { padding: 18px; border-right: 1px solid #d8dee4; }
.free-project-rules article:last-child { border-right: 0; }
.free-project-rules article b { color: #17385e; font-size: 13px; }
.free-project-rules article p { margin: 5px 0 0; color: #667085; font-size: 12px; line-height: 1.65; }
.free-project-demo-note { margin: 11px 2px 0; color: #8c959f; font-size: 11px; }

/* Project details keep GitHub-like navigation and put progress first */
.project-detail-hero .page-width { min-height: 215px; padding-top: 28px; padding-bottom: 30px; }
.project-detail-hero .breadcrumb { margin-bottom: 14px; }
.project-detail-heading { align-items: center; }
.project-detail-heading h1 { margin-top: 10px; font-size: clamp(30px, 3.5vw, 42px); }
.project-detail-heading p { max-width: 900px; margin-top: 8px; font-size: 14px; line-height: 1.6; }
.project-detail-heading .button { min-height: 40px; padding: 8px 13px; white-space: nowrap; }
.project-detail-body { padding-bottom: 84px; }
.project-public-summary { grid-template-columns: repeat(8, minmax(0, 1fr)); margin-top: 0; border-radius: 0 0 12px 12px; box-shadow: 0 8px 22px rgba(17, 44, 78, .08); }
.project-public-summary div { min-height: 72px; padding: 12px 14px; border-bottom: 0 !important; }
.project-public-summary div:nth-child(4n) { border-right: 1px solid #e7ebf0; }
.project-public-summary div:last-child { border-right: 0; }
.project-public-summary b { margin-top: 3px; font-size: 13px; }
.project-reading-guide { display: none; }
.project-detail-layout { grid-template-columns: 1fr; gap: 14px; margin-top: 18px; }
.project-detail-nav { position: sticky; z-index: 25; top: 76px; display: flex; align-items: center; gap: 2px; overflow-x: auto; padding: 6px; border: 1px solid #e0e6ed; border-top: 1px solid #e0e6ed; border-radius: 10px; background: rgba(255, 255, 255, .96); box-shadow: 0 6px 20px rgba(18, 37, 63, .06); backdrop-filter: blur(12px); }
.project-detail-nav strong { display: none; }
.project-detail-nav a { flex: 0 0 auto; margin: 0; padding: 8px 11px; border: 0; border-radius: 7px; font-size: 12px; }
.project-detail-main > .boundary { margin: 0 0 14px; }
.project-record-section { scroll-margin-top: 140px; }

@media (max-width: 820px) {
  .free-project-notice { gap: 10px; }
  .free-project-notice span { display: none; }
  .free-project-type-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0 4px; }
  .free-project-type-tabs button { justify-content: center; min-width: 0; gap: 4px; padding: 0 4px; font-size: 12px; }
  .free-project-toolbar { grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 9px; }
  .free-project-toolbar > span { display: none; }
  .free-project-row { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; padding: 18px 14px; }
  .free-project-symbol { width: 58px; height: 56px; padding: 7px; }
  .free-project-row-progress { grid-column: 2; min-height: 0; padding: 12px 0 0; border-top: 1px solid #e2e7ed; border-left: 0; }
  .free-project-row-progress strong { text-align: left; }
  .free-project-rules > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .free-project-rules article:nth-child(2) { border-right: 0; }
  .free-project-rules article:nth-child(-n+2) { border-bottom: 1px solid #d8dee4; }
  .project-detail-hero .page-width { min-height: 185px; padding-top: 22px; padding-bottom: 24px; }
  .project-detail-heading h1 { font-size: 30px; }
  .project-public-summary { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .project-public-summary div:nth-child(4n) { border-right: 0; }
  .project-public-summary div:nth-child(-n+4) { border-bottom: 1px solid #e7ebf0 !important; }
}

@media (max-width: 560px) {
  .free-project-notice { padding: 7px 9px; }
  .free-project-notice b,
  .free-project-notice > a { font-size: 12px; }
  .free-project-row-main h2 { font-size: 17px; }
  .free-project-latest { display: grid; gap: 2px; }
  .free-project-rules summary span { display: none; }
  .free-project-rules > div { grid-template-columns: 1fr; }
  .free-project-rules article { border-right: 0; border-bottom: 1px solid #d8dee4; }
  .free-project-rules article:last-child { border-bottom: 0; }
  .project-detail-heading { display: grid; gap: 12px; }
  .project-detail-heading p { display: none; }
  .project-detail-heading .button { justify-self: start; }
  .project-public-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-public-summary div:nth-child(n+5) { display: none; }
  .project-public-summary div:nth-child(2n) { border-right: 0; }
  .project-public-summary div:nth-child(-n+2) { border-bottom: 1px solid #e7ebf0 !important; }
  .project-detail-nav { top: 72px; }
}

/* Single public project — repository-style workspace */
.repo-project-page { background: #fff; color: #1f2328; }
.repo-project-header { border-bottom: 1px solid #d8dee4; background: #f6f8fa; }
.repo-project-header .page-width { padding-top: 18px; padding-bottom: 16px; }
.repo-project-path { display: flex; align-items: center; gap: 8px; margin: 0 0 13px; color: #57606a; font-size: 14px; }
.repo-project-path a { color: #0969da; text-decoration: none; }
.repo-project-path a:hover { text-decoration: underline; }
.repo-project-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.repo-project-name { display: flex; align-items: center; min-width: 0; gap: 13px; }
.repo-project-mark { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; border: 1px solid #e3b341; border-radius: 10px; color: #7d4e00; background: #fff8c5; font-size: 17px; font-weight: 800; }
.repo-project-mark.is-blue { border-color: #80ccff; color: #0550ae; background: #ddf4ff; }
.repo-project-mark.is-green { border-color: #6fdd8b; color: #116329; background: #dafbe1; }
.repo-project-name h1 { margin: 0; color: #1f2328; font-size: clamp(24px, 3vw, 30px); font-weight: 620; letter-spacing: -.025em; line-height: 1.2; }
.repo-project-name p { margin: 4px 0 0; color: #57606a; font-size: 15px; line-height: 1.55; }
.repo-project-back { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 34px; padding: 6px 12px; border: 1px solid #d0d7de; border-radius: 6px; color: #24292f; background: #f6f8fa; box-shadow: 0 1px 0 rgba(27, 31, 36, .04); font-size: 13px; font-weight: 600; text-decoration: none; }
.repo-project-back:hover { border-color: #afb8c1; background: #f3f4f6; }
.repo-project-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 16px; margin-top: 13px; color: #57606a; font-size: 13px; }
.repo-project-state { display: inline-flex; align-items: center; gap: 7px; color: #24292f; font-weight: 650; }
.repo-project-state i,
.repo-health i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.repo-project-state.is-reviewing { color: #9a6700; }
.repo-project-state.is-building { color: #0969da; }
.repo-project-state.is-complete { color: #1a7f37; }
.repo-demo-tag { padding: 2px 7px; border: 1px solid #d0d7de; border-radius: 999px; color: #57606a; background: #fff; font-size: 12px; }

.repo-project-tabs { position: sticky; z-index: 28; top: 72px; border-bottom: 1px solid #d8dee4; background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.repo-project-tabs .page-width { display: flex; align-items: stretch; gap: 4px; overflow-x: auto; scrollbar-width: thin; }
.repo-project-tabs a { position: relative; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; min-height: 49px; padding: 0 11px; color: #24292f; font-size: 14px; text-decoration: none; }
.repo-project-tabs a:hover { border-radius: 6px; background: #f3f4f6; }
.repo-project-tabs a.is-active { font-weight: 650; }
.repo-project-tabs a.is-active::after { position: absolute; right: 8px; bottom: -1px; left: 8px; height: 2px; border-radius: 2px; background: #fd8c73; content: ""; }
.repo-project-tabs a > span { color: #57606a; font-size: 15px; }
.repo-project-tabs a > b { display: inline-grid; min-width: 20px; height: 20px; padding: 0 6px; place-items: center; border-radius: 999px; background: #eaeef2; font-size: 12px; }

.repo-project-workspace { padding: 24px 0 84px; background: #fff; }
.repo-project-grid { display: grid; grid-template-columns: minmax(0, 1fr) 296px; align-items: start; gap: 24px; }
.repo-project-main { display: grid; min-width: 0; gap: 16px; }
.repo-panel { overflow: hidden; border: 1px solid #d0d7de; border-radius: 8px; background: #fff; scroll-margin-top: 142px; }
.repo-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border-bottom: 1px solid #d8dee4; background: #f6f8fa; }
.repo-panel-head > div > span { color: #57606a; font-size: 12px; }
.repo-panel-head h2 { margin: 2px 0 0; color: #1f2328; font-size: 18px; font-weight: 650; }
.repo-health { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 13px; font-weight: 650; }
.repo-health.is-reviewing { color: #9a6700; }
.repo-health.is-building { color: #0969da; }
.repo-health.is-complete { color: #1a7f37; }
.repo-progress-overview { display: grid; grid-template-columns: 190px minmax(0, 1fr); }
.repo-progress-number { display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid #d8dee4; }
.repo-progress-number strong { color: #0969da; font-size: 40px; line-height: 1; }
.repo-progress-number.is-complete strong { color: #1a7f37; }
.repo-progress-number span { margin-top: 9px; color: #57606a; font-size: 13px; }
.repo-progress-number progress { overflow: hidden; width: 100%; height: 9px; margin-top: 15px; border: 0; border-radius: 999px; background: #eaeef2; }
.repo-progress-number progress::-webkit-progress-bar { border-radius: 999px; background: #eaeef2; }
.repo-progress-number progress::-webkit-progress-value { border-radius: 999px; background: #2da44e; }
.repo-progress-number progress::-moz-progress-bar { border-radius: 999px; background: #2da44e; }
.repo-current-action { padding: 19px 22px; }
.repo-current-action > span { color: #57606a; font-size: 12px; }
.repo-current-action h3 { margin: 3px 0 6px; color: #1f2328; font-size: 19px; font-weight: 650; }
.repo-current-action > p { margin: 0; color: #57606a; font-size: 15px; line-height: 1.7; }
.repo-current-action dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 16px 0 0; }
.repo-current-action dl div { padding-top: 10px; border-top: 1px solid #d8dee4; }
.repo-current-action dt { color: #57606a; font-size: 12px; }
.repo-current-action dd { margin: 3px 0 0; color: #24292f; font-size: 13px; font-weight: 600; line-height: 1.5; }
.repo-stage-line { display: grid; grid-template-columns: repeat(5, minmax(128px, 1fr)); overflow-x: auto; margin: 0; padding: 0; border-top: 1px solid #d8dee4; list-style: none; }
.repo-stage-line li { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 13px 12px; border-right: 1px solid #d8dee4; color: #57606a; background: #fff; }
.repo-stage-line li:last-child { border-right: 0; }
.repo-stage-line li > b { display: grid; flex: 0 0 auto; width: 24px; height: 24px; place-items: center; border: 1px solid #afb8c1; border-radius: 50%; font-size: 12px; }
.repo-stage-line li > span { min-width: 0; color: #24292f; font-size: 12px; font-weight: 650; }
.repo-stage-line li small { display: block; overflow: hidden; margin-top: 2px; color: #6e7781; font-size: 11px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.repo-stage-line li.is-current { background: #f0f7ff; }
.repo-stage-line li.is-current > b { border-color: #0969da; color: #fff; background: #0969da; }
.repo-stage-line li.is-complete > b { border-color: #1a7f37; color: #fff; background: #1a7f37; }

.repo-panel-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 16px; border-bottom: 1px solid #d8dee4; background: #f6f8fa; }
.repo-panel-title h2 { margin: 0; color: #1f2328; font-size: 16px; font-weight: 650; }
.repo-panel-title p { margin: 3px 0 0; color: #57606a; font-size: 13px; line-height: 1.5; }
.repo-panel-title > span { flex: 0 0 auto; color: #57606a; font-size: 12px; }
.repo-panel-title > span b { color: #24292f; }
.repo-task-list article,
.repo-issue-list article { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; padding: 13px 16px; border-bottom: 1px solid #d8dee4; }
.repo-task-list article:last-child,
.repo-issue-list article:last-child { border-bottom: 0; }
.repo-task-list article:hover,
.repo-issue-list article:hover,
.repo-file-list > div:hover { background: #f6f8fa; }
.repo-task-list article.is-active { background: #f0f7ff; box-shadow: inset 3px 0 #0969da; }
.repo-task-icon,
.repo-issue-icon { display: inline-grid; width: 20px; height: 20px; place-items: center; border: 1.5px solid #1a7f37; border-radius: 50%; color: #1a7f37; font-size: 11px; font-weight: 800; }
.repo-task-list article.is-open .repo-task-icon,
.repo-issue-icon { border-color: #1a7f37; color: #1a7f37; }
.repo-task-list article.is-active .repo-task-icon { border-color: #0969da; color: #0969da; }
.repo-task-list h3,
.repo-issue-list h3 { margin: 0; color: #24292f; font-size: 15px; font-weight: 650; line-height: 1.45; }
.repo-task-list h3 small,
.repo-issue-list h3 small { color: #57606a; font-size: 12px; font-weight: 500; }
.repo-task-list p,
.repo-issue-list p { margin: 3px 0 7px; color: #57606a; font-size: 14px; line-height: 1.55; }
.repo-task-list article > div > div { display: flex; flex-wrap: wrap; gap: 8px 14px; color: #6e7781; font-size: 12px; }
.repo-task-list time { font-style: normal; }
.repo-more-tasks { border-top: 1px solid #d8dee4; }
.repo-more-tasks summary { padding: 12px 16px; color: #0969da; background: #fff; cursor: pointer; font-size: 13px; font-weight: 600; }
.repo-more-tasks > div { padding: 2px 16px 13px 40px; color: #57606a; font-size: 13px; }
.repo-more-tasks p { margin: 7px 0; }

.repo-activity-list { padding: 0 16px; }
.repo-activity-list article { position: relative; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; padding: 17px 0; border-bottom: 1px solid #d8dee4; }
.repo-activity-list article:last-child { border-bottom: 0; }
.repo-activity-icon { position: relative; z-index: 1; display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid #afb8c1; border-radius: 50%; color: #57606a; background: #fff; font-size: 13px; }
.repo-activity-icon.is-complete { border-color: #1a7f37; color: #fff; background: #1a7f37; }
.repo-activity-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.repo-activity-meta b { color: #24292f; font-size: 13px; }
.repo-activity-meta time { color: #6e7781; font-size: 12px; }
.repo-activity-list h3 { margin: 4px 0; color: #24292f; font-size: 16px; }
.repo-activity-list p { margin: 0; color: #57606a; font-size: 14px; line-height: 1.7; }
.repo-activity-list p b { color: #24292f; }
.repo-label-row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.repo-label-row span { padding: 2px 8px; border: 1px solid #d0d7de; border-radius: 999px; color: #57606a; background: #f6f8fa; font-size: 11px; font-weight: 600; }
.repo-label-row span.is-yellow { border-color: #d4a72c; color: #633c01; background: #fff8c5; }
.repo-label-row span.is-red { border-color: #ff8182; color: #82071e; background: #ffebe9; }
.repo-label-row span.is-blue { border-color: #80ccff; color: #0550ae; background: #ddf4ff; }
.repo-label-row span.is-green { border-color: #6fdd8b; color: #116329; background: #dafbe1; }
.repo-label-row em { margin-left: auto; color: #6e7781; font-size: 12px; font-style: normal; }
.repo-issue-list article.is-closed .repo-issue-icon { border-color: #8250df; color: #fff; background: #8250df; }

.repo-file-list > div { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 54px; padding: 9px 16px; border-bottom: 1px solid #d8dee4; }
.repo-file-list > div:last-child { border-bottom: 0; }
.repo-file-icon { color: #57606a; font-size: 17px; }
.repo-file-list b { display: block; color: #0969da; font-size: 14px; font-weight: 600; }
.repo-file-list small { display: block; margin-top: 2px; color: #6e7781; font-size: 12px; }
.repo-file-list em { color: #6e7781; font-size: 12px; font-style: normal; }
.repo-file-list .is-ready em { color: #1a7f37; font-weight: 650; }

.repo-project-sidebar { min-width: 0; }
.repo-project-sidebar > section { padding: 0 0 19px; border-bottom: 1px solid #d8dee4; }
.repo-project-sidebar > section + section { padding-top: 19px; }
.repo-project-sidebar h2 { margin: 0 0 9px; color: #1f2328; font-size: 16px; font-weight: 650; }
.repo-project-sidebar p { margin: 0; color: #57606a; font-size: 14px; line-height: 1.7; }
.repo-topic-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.repo-topic-list span { padding: 3px 9px; border-radius: 999px; color: #0550ae; background: #ddf4ff; font-size: 11px; font-weight: 650; }
.repo-side-facts dl { margin: 0; }
.repo-side-facts dl div { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px solid #eef1f4; font-size: 13px; }
.repo-side-facts dl div:last-child { border-bottom: 0; }
.repo-side-facts dt { color: #57606a; }
.repo-side-facts dd { margin: 0; color: #24292f; font-weight: 600; text-align: right; }
.repo-side-list { margin: 0; padding-left: 19px; color: #57606a; font-size: 14px; line-height: 1.65; }
.repo-side-list li + li { margin-top: 5px; }
.repo-side-result { margin-top: 12px !important; padding: 10px 11px; border-left: 3px solid #0969da; background: #f0f7ff; }
.repo-side-result b { color: #24292f; }
.repo-review-box { border-bottom-color: #d8dee4 !important; }
.repo-review-actions { display: grid; gap: 7px; margin-top: 11px; }
.repo-review-actions button { min-height: 36px; padding: 7px 10px; border: 1px solid #d0d7de; border-radius: 6px; color: #24292f; background: #f6f8fa; cursor: pointer; font: inherit; font-size: 13px; font-weight: 600; text-align: left; }
.repo-review-actions button:hover { border-color: #0969da; color: #0969da; }
.repo-review-actions button.is-selected { border-color: #0969da; color: #fff; background: #0969da; }
.repo-review-status { margin-top: 9px !important; color: #6e7781 !important; font-size: 12px !important; }
.repo-boundary { margin-top: 0; }
.repo-boundary p { padding: 11px 12px; border: 1px solid #d8dee4; border-radius: 6px; background: #f6f8fa; font-size: 13px; }

@media (max-width: 960px) {
  .repo-project-grid { grid-template-columns: minmax(0, 1fr) 250px; gap: 18px; }
  .repo-current-action dl { grid-template-columns: 1fr; gap: 8px; }
  .repo-current-action dl div { display: grid; grid-template-columns: 95px 1fr; gap: 8px; }
}

@media (max-width: 780px) {
  .repo-project-header .page-width { padding-top: 14px; padding-bottom: 13px; }
  .repo-project-heading { align-items: flex-start; }
  .repo-project-name { align-items: flex-start; }
  .repo-project-name p { font-size: 14px; }
  .repo-project-grid { grid-template-columns: 1fr; }
  .repo-project-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
  .repo-project-sidebar > section + section { padding-top: 0; }
  .repo-project-sidebar > section { padding-top: 18px !important; }
}

@media (max-width: 600px) {
  .repo-project-header .page-width { padding-top: 11px; padding-bottom: 12px; }
  .repo-project-path { margin-bottom: 9px; font-size: 12px; }
  .repo-project-heading { display: grid; gap: 10px; }
  .repo-project-mark { width: 40px; height: 40px; border-radius: 8px; font-size: 15px; }
  .repo-project-name h1 { font-size: 22px; }
  .repo-project-name p { display: none; }
  .repo-project-back { justify-self: start; min-height: 31px; padding: 4px 9px; font-size: 12px; }
  .repo-project-meta { gap: 6px 12px; margin-top: 9px; font-size: 12px; }
  .repo-project-meta > span:nth-child(3) { display: none; }
  .repo-project-tabs { top: 66px; }
  .repo-project-tabs .page-width { padding-right: 8px; padding-left: 8px; }
  .repo-project-tabs a { min-height: 45px; padding: 0 9px; font-size: 13px; }
  .repo-project-workspace { padding-top: 14px; }
  .repo-panel { scroll-margin-top: 124px; }
  .repo-panel-head { padding: 12px 13px; }
  .repo-panel-head h2 { font-size: 17px; }
  .repo-progress-overview { grid-template-columns: 1fr; }
  .repo-progress-number { padding: 18px 16px; border-right: 0; border-bottom: 1px solid #d8dee4; }
  .repo-progress-number strong { font-size: 36px; }
  .repo-current-action { padding: 16px; }
  .repo-current-action h3 { font-size: 17px; }
  .repo-current-action > p { font-size: 14px; }
  .repo-current-action dl { grid-template-columns: 1fr; }
  .repo-stage-line { grid-template-columns: repeat(5, 138px); }
  .repo-panel-title { align-items: flex-start; padding: 12px 13px; }
  .repo-panel-title p { display: none; }
  .repo-panel-title > span { padding-top: 2px; }
  .repo-task-list article,
  .repo-issue-list article { padding: 13px; }
  .repo-task-list p,
  .repo-issue-list p,
  .repo-activity-list p { font-size: 13px; }
  .repo-label-row em { width: 100%; margin-left: 0; }
  .repo-file-list > div { grid-template-columns: 22px minmax(0, 1fr); padding: 10px 13px; }
  .repo-file-list em { grid-column: 2; }
  .repo-project-sidebar { grid-template-columns: 1fr; }
  .repo-project-sidebar > section { padding-top: 17px !important; }
}

/* Compact free-project application entry */
.free-application-bar { position: relative; display: grid; grid-template-columns: auto minmax(360px, 1fr) auto; align-items: center; gap: 18px; min-height: 54px; margin-bottom: 10px; padding: 7px 10px; border: 1px solid #b6d1f2; border-radius: 8px; background: #f6faff; }
.free-application-intro { display: grid; gap: 2px; white-space: nowrap; }
.free-application-intro > span { display: flex; align-items: center; gap: 6px; color: #1a7f37; font-size: 11px; font-weight: 700; }
.free-application-intro > span i { width: 7px; height: 7px; border-radius: 50%; background: #2da44e; box-shadow: 0 0 0 3px rgba(45, 164, 78, .1); }
.free-application-intro strong { color: #17385e; font-size: 13px; }
.free-application-flow { display: flex; align-items: center; justify-content: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.free-application-flow li { display: inline-flex; align-items: center; gap: 5px; color: #6e7781; font-size: 12px; white-space: nowrap; }
.free-application-flow li + li::before { margin: 0 9px; color: #afb8c1; content: "›"; }
.free-application-flow li b { display: inline-grid; width: 19px; height: 19px; place-items: center; border: 1px solid #afb8c1; border-radius: 50%; font-size: 10px; }
.free-application-flow li.is-current { color: #0969da; font-weight: 700; }
.free-application-flow li.is-current b { border-color: #0969da; color: #fff; background: #0969da; }
.free-application-actions { display: flex; align-items: center; gap: 7px; }
.free-application-actions > a,
.free-application-check > summary { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 5px 11px; border: 1px solid #0969da; border-radius: 6px; color: #fff; background: #0969da; cursor: pointer; font-size: 12px; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.free-application-actions > a:hover { background: #0757b6; }
.free-application-check { position: relative; }
.free-application-check > summary { border-color: #d0d7de; color: #24292f; background: #fff; list-style: none; }
.free-application-check > summary::-webkit-details-marker { display: none; }
.free-application-check[open] > summary { border-color: #0969da; color: #0969da; }
.free-application-check form { position: absolute; z-index: 45; top: 41px; right: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; width: min(330px, calc(100vw - 28px)); padding: 13px; border: 1px solid #d0d7de; border-radius: 8px; background: #fff; box-shadow: 0 12px 34px rgba(31, 35, 40, .18); }
.free-application-check label { display: grid; gap: 5px; }
.free-application-check label span { color: #57606a; font-size: 11px; font-weight: 650; }
.free-application-check input { width: 100%; min-height: 36px; padding: 7px 9px; border: 1px solid #d0d7de; border-radius: 6px; color: #24292f; background: #fff; font: inherit; font-size: 13px; outline: 0; }
.free-application-check input:focus { border-color: #0969da; box-shadow: 0 0 0 3px rgba(9, 105, 218, .12); }
.free-application-check button { align-self: end; min-height: 36px; padding: 7px 11px; border: 1px solid #d0d7de; border-radius: 6px; color: #24292f; background: #f6f8fa; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }
.free-application-check p { grid-column: 1 / -1; margin: 0; color: #6e7781; font-size: 11px; line-height: 1.55; }
.free-application-check p.is-result { padding: 8px 9px; border-left: 3px solid #0969da; color: #17385e; background: #f0f7ff; }

@media (max-width: 880px) {
  .free-application-bar { grid-template-columns: minmax(0, 1fr) auto; gap: 7px 12px; }
  .free-application-flow { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-top: 6px; border-top: 1px solid #dbe8f8; }
}

@media (max-width: 560px) {
  .free-application-bar { min-height: 0; padding: 7px 8px; }
  .free-application-intro > span { font-size: 10px; }
  .free-application-intro strong { font-size: 12px; }
  .free-application-actions { gap: 5px; }
  .free-application-actions > a,
  .free-application-check > summary { min-height: 31px; padding: 4px 8px; font-size: 11px; }
  .free-application-flow { padding-bottom: 1px; }
  .free-application-flow li { font-size: 11px; }
  .free-application-flow li + li::before { margin: 0 5px; }
  .free-application-flow li b { width: 17px; height: 17px; }
}

/* Application capacity stays synchronized with public application records */
.free-application-capacity { display: grid; grid-template-columns: auto minmax(110px, 220px); align-items: center; justify-content: center; gap: 10px; min-width: 0; }
.free-application-capacity > div { display: flex; align-items: baseline; gap: 6px; white-space: nowrap; }
.free-application-capacity span { color: #57606a; font-size: 12px; }
.free-application-capacity b { color: #24292f; font-size: 13px; }
.free-application-capacity b strong { color: #0969da; font-size: 19px; }
.free-application-capacity b i { margin: 0 2px; color: #8c959f; font-style: normal; font-weight: 400; }
.free-application-capacity b em { color: #24292f; font-size: 15px; font-style: normal; }
.free-application-capacity small { color: #57606a; font-size: 11px; }
.free-application-capacity small strong { color: #1a7f37; font-size: inherit; }
.free-application-capacity progress { overflow: hidden; width: 100%; height: 8px; border: 0; border-radius: 999px; background: #d8dee4; }
.free-application-capacity progress::-webkit-progress-bar { border-radius: 999px; background: #d8dee4; }
.free-application-capacity progress::-webkit-progress-value { border-radius: 999px; background: #2da44e; }
.free-application-capacity progress::-moz-progress-bar { border-radius: 999px; background: #2da44e; }

@media (max-width: 880px) {
  .free-application-capacity { grid-column: 1 / -1; grid-row: 2; grid-template-columns: auto minmax(90px, 1fr); justify-content: stretch; gap: 9px; padding-top: 6px; border-top: 1px solid #dbe8f8; }
}

@media (max-width: 560px) {
  .free-application-capacity { grid-template-columns: auto minmax(70px, 1fr); padding-top: 5px; }
  .free-application-capacity span,
  .free-application-capacity small { font-size: 10px; }
  .free-application-capacity b { font-size: 11px; }
  .free-application-capacity b strong { font-size: 16px; }
  .free-application-capacity b em { font-size: 13px; }
}

/* Global AI research library */
.ai-research-library { scroll-margin-top: 104px; }

.ai-library-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 152px;
  align-items: end;
  gap: 28px;
}

.ai-library-heading h2 { max-width: 760px; }
.ai-library-heading .lead { max-width: 790px; }

.ai-library-total {
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 18px 20px;
  border: 1px solid #284f7d;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #071a32, #0d4787);
  box-shadow: 0 16px 38px rgba(8, 42, 79, .17);
}

.ai-library-total strong { font-size: 44px; font-weight: 650; line-height: .95; letter-spacing: -.06em; }
.ai-library-total span { margin-top: 10px; font-size: 12px; font-weight: 700; }
.ai-library-total small { margin-top: 3px; color: #8fb9df; font-size: 10px; }

.ai-library-focus {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.ai-library-focus article {
  position: relative;
  min-height: 124px;
  overflow: hidden;
  padding: 17px 18px;
  border: 1px solid #dce4ed;
  border-radius: 12px;
  background: #fff;
}

.ai-library-focus article::after {
  position: absolute;
  right: -18px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  border: 18px solid rgba(22, 104, 255, .06);
  border-radius: 50%;
  content: "";
}

.ai-library-focus span { color: #53657a; font-size: 11px; font-weight: 750; }
.ai-library-focus strong { display: block; margin-top: 7px; color: #17385e; font-size: 25px; line-height: 1; }
.ai-library-focus p { position: relative; z-index: 1; margin: 8px 0 0; color: #667085; font-size: 11px; line-height: 1.55; }
.ai-library-focus [data-focus="culture"] { border-top: 3px solid #7357d8; }
.ai-library-focus [data-focus="voyage"] { border-top: 3px solid #1472c9; }
.ai-library-focus [data-focus="agriculture"] { border-top: 3px solid #27955b; }
.ai-library-focus [data-focus="foundation"] { border-top: 3px solid #273d59; }

.ai-library-disclosure {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 15px;
  margin-top: 12px;
  padding: 13px 16px;
  border: 1px solid #d8e3ef;
  border-left: 3px solid #1668ff;
  border-radius: 9px;
  background: #f7faff;
}

.ai-library-disclosure b { color: #164b84; font-size: 12px; }
.ai-library-disclosure p { margin: 0; color: #5e6d80; font-size: 11px; line-height: 1.65; }

.ai-library-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 252px;
  align-items: end;
  gap: 14px;
  margin-top: 22px;
  padding: 12px;
  border: 1px solid #dce3eb;
  border-radius: 11px;
  background: #f6f8fa;
}

.ai-library-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.ai-library-filters button {
  min-height: 35px;
  padding: 6px 10px;
  border: 1px solid #cfd7e1;
  border-radius: 7px;
  color: #46566a;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.ai-library-filters button b { margin-left: 3px; color: #7b8796; font-size: 10px; }
.ai-library-filters button:hover { border-color: #75a7df; color: #0b5fc1; }
.ai-library-filters button.is-active { border-color: #1668ff; color: #fff; background: #1668ff; box-shadow: 0 5px 13px rgba(22, 104, 255, .18); }
.ai-library-filters button.is-active b { color: #d9e9ff; }

.ai-library-search { display: grid; gap: 5px; }
.ai-library-search span { color: #5f6d7c; font-size: 10px; font-weight: 700; }
.ai-library-search input {
  width: 100%;
  min-height: 35px;
  padding: 7px 10px;
  border: 1px solid #cfd7e1;
  border-radius: 7px;
  color: #1f2937;
  background: #fff;
  font: inherit;
  font-size: 12px;
  outline: 0;
}

.ai-library-search input:focus { border-color: #1668ff; box-shadow: 0 0 0 3px rgba(22, 104, 255, .11); }
.ai-library-result { margin: 11px 2px 0; color: #6c7888; font-size: 11px; }
.ai-library-result strong { color: #174d89; }

.ai-research-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.ai-research-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 246px;
  padding: 17px 18px 15px;
  border: 1px solid #dce3eb;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 17px rgba(20, 45, 78, .035);
}

.ai-research-item::before {
  position: absolute;
  top: -1px;
  left: 17px;
  width: 46px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: #29405d;
  content: "";
}

.ai-research-item[data-category="culture"]::before { background: #7357d8; }
.ai-research-item[data-category="voyage"]::before { background: #1472c9; }
.ai-research-item[data-category="agriculture"]::before { background: #27955b; }
.ai-research-item.is-owned { border-color: #8fcaa8; background: linear-gradient(180deg, #f7fff9, #fff 48%); }
.ai-research-item.is-owned::before { width: 70px; background: #16834a; }
.ai-research-item[hidden] { display: none !important; }

.ai-research-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 3px; }
.ai-research-meta span { color: #526174; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.ai-research-meta em { padding: 3px 7px; border-radius: 999px; color: #5c6877; background: #f0f3f6; font-size: 9px; font-style: normal; font-weight: 700; white-space: nowrap; }
.ai-research-item.is-owned .ai-research-meta em { color: #116b3a; background: #def5e7; }

.ai-research-item h3 { margin: 17px 0 7px; color: #17385e; font-size: 17px; font-weight: 680; line-height: 1.35; letter-spacing: -.015em; }
.ai-research-item h3 small { display: block; margin-top: 4px; color: #7b8796; font-size: 10px; font-weight: 650; letter-spacing: 0; }
.ai-research-item > p { margin: 0; color: #617083; font-size: 12px; line-height: 1.62; }

.ai-research-role { display: grid; gap: 4px; margin-top: auto; padding: 10px 11px; border-radius: 7px; background: #f5f8fc; }
.ai-research-role span { color: #738093; font-size: 9px; font-weight: 700; }
.ai-research-role b { color: #344c68; font-size: 10px; line-height: 1.45; }
.ai-research-item.is-owned .ai-research-role { background: #eaf8ef; }
.ai-research-item.is-owned .ai-research-role span,
.ai-research-item.is-owned .ai-research-role b { color: #176d3f; }
.ai-research-item > a { align-self: flex-start; margin-top: 10px; color: #1668d8; font-size: 10px; font-weight: 750; text-decoration: none; }
.ai-research-item > a:hover { text-decoration: underline; }

.ai-library-empty { margin-top: 12px; padding: 34px; border: 1px dashed #bdc8d5; border-radius: 11px; text-align: center; }
.ai-library-empty[hidden] { display: none !important; }
.ai-library-empty strong { color: #263d58; font-size: 15px; }
.ai-library-empty p { margin: 6px 0 0; color: #748092; font-size: 11px; }
.ai-library-footnote { margin: 12px 2px 0; color: #7c8794; font-size: 10px; line-height: 1.6; }

@media (max-width: 1100px) {
  .ai-library-focus { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-library-toolbar { grid-template-columns: 1fr; }
  .ai-library-search { max-width: 420px; }
}

@media (max-width: 720px) {
  .ai-library-heading { grid-template-columns: 1fr; align-items: start; }
  .ai-library-total { grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; min-height: 0; }
  .ai-library-total strong { grid-row: 1 / 3; font-size: 38px; }
  .ai-library-total span { margin-top: 0; }
  .ai-library-focus { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ai-library-focus article { min-height: 112px; padding: 14px; }
  .ai-library-disclosure { grid-template-columns: 1fr; gap: 5px; }
  .ai-library-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .ai-library-filters button { flex: 0 0 auto; }
  .ai-library-search { max-width: none; }
  .ai-research-grid { grid-template-columns: 1fr; }
  .ai-research-item { min-height: 224px; }
}

@media (max-width: 440px) {
  .ai-library-focus { grid-template-columns: 1fr; }
  .ai-library-focus article { min-height: 96px; }
}

/* Hugging Face engineering modules — aligned with the capability library */
.hf-tool-stack {
  scroll-margin-top: 104px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #dce4ed;
}

.hf-tool-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 152px;
  align-items: end;
  gap: 28px;
}

.hf-tool-kicker {
  margin: 0 0 8px;
  color: #1668d8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.hf-tool-heading h3 {
  margin: 0;
  color: #17385e;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 680;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.hf-tool-heading p:not(.hf-tool-kicker) {
  max-width: 790px;
  margin: 10px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}

.hf-tool-total {
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 18px 20px;
  border: 1px solid #284f7d;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #071a32, #0d4787);
  box-shadow: 0 16px 38px rgba(8, 42, 79, .17);
}

.hf-tool-total strong { font-size: 44px; font-weight: 650; line-height: .95; letter-spacing: -.06em; }
.hf-tool-total span { margin-top: 10px; font-size: 12px; font-weight: 700; }
.hf-tool-total a { margin-top: 4px; color: #9bc6ee; font-size: 10px; font-weight: 700; text-decoration: none; }
.hf-tool-total a:hover { color: #fff; text-decoration: underline; }

.hf-tool-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  overflow-x: auto;
  padding: 11px 14px;
  border: 1px solid #d8e3ef;
  border-left: 3px solid #1668ff;
  border-radius: 9px;
  background: #f7faff;
  white-space: nowrap;
}

.hf-tool-summary span { color: #40566f; font-size: 11px; font-weight: 750; }
.hf-tool-summary i { color: #1668d8; font-size: 12px; font-style: normal; }

.hf-tool-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #dce3eb;
  border-radius: 11px;
  background: #f6f8fa;
}

.hf-tool-toolbar > span { color: #738093; font-size: 10px; font-weight: 700; white-space: nowrap; }
.hf-tool-filters { display: flex; flex-wrap: wrap; gap: 6px; }

.hf-tool-filters button {
  min-height: 35px;
  padding: 6px 10px;
  border: 1px solid #cfd7e1;
  border-radius: 7px;
  color: #46566a;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.hf-tool-filters button b { margin-left: 3px; color: #7b8796; font-size: 10px; }
.hf-tool-filters button:hover { border-color: #75a7df; color: #0b5fc1; }
.hf-tool-filters button.is-active { border-color: #1668ff; color: #fff; background: #1668ff; box-shadow: 0 5px 13px rgba(22, 104, 255, .18); }
.hf-tool-filters button.is-active b { color: #d9e9ff; }
.hf-tool-result { margin: 11px 2px 0; color: #6c7888; font-size: 11px; }
.hf-tool-result strong { color: #174d89; }

.hf-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.hf-tool-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 414px;
  padding: 17px 18px 15px;
  overflow: hidden;
  border: 1px solid #dce3eb;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 17px rgba(20, 45, 78, .035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hf-tool-grid article::before {
  position: absolute;
  top: -1px;
  left: 17px;
  width: 46px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: #1472c9;
  content: "";
}

.hf-tool-grid article[data-category="training"]::before { background: #7357d8; }
.hf-tool-grid article[data-category="agent"]::before { background: #d88a11; }
.hf-tool-grid article[data-category="delivery"]::before { background: #27955b; }
.hf-tool-grid article:hover { transform: translateY(-2px); border-color: #a9c6e6; box-shadow: 0 10px 26px rgba(20, 67, 116, .08); }
.hf-tool-grid article[hidden] { display: none !important; }

.hf-tool-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 7px 8px;
  padding-top: 3px;
}

.hf-tool-meta span { color: #526174; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.hf-tool-meta em { max-width: 100%; padding: 3px 7px; border-radius: 999px; color: #5c6877; background: #f0f3f6; font-size: 9px; font-style: normal; font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.hf-tool-grid h4 { margin: 17px 0 7px; color: #17385e; font-size: 17px; font-weight: 680; line-height: 1.35; letter-spacing: -.015em; overflow-wrap: anywhere; }
.hf-tool-grid article > p { margin: 0; color: #617083; font-size: 12px; line-height: 1.62; }

.hf-tool-details {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  border: 1px solid #e1e7ee;
  border-radius: 8px;
  background: #f8fafc;
}

.hf-tool-details > div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 10px;
  padding: 9px 10px;
}

.hf-tool-details > div + div { border-top: 1px solid #e3e9f0; }
.hf-tool-details dt { color: #31577f; font-size: 10px; font-weight: 800; line-height: 1.55; }
.hf-tool-details dd { min-width: 0; margin: 0; color: #53657a; font-size: 10px; line-height: 1.58; }
.hf-tool-details > div:nth-child(2) { background: #f3f7fc; }
.hf-tool-details > div:nth-child(2) dt { color: #1668d8; }
.hf-tool-details > div:nth-child(3) dt { color: #187349; }
.hf-tool-grid article > a { align-self: flex-start; margin-top: auto; padding-top: 11px; color: #1668d8; font-size: 10px; font-weight: 750; text-decoration: none; }
.hf-tool-grid article > a:hover { text-decoration: underline; }

.hf-tool-boundary {
  margin: 13px 2px 0;
  padding: 12px 14px;
  border: 1px solid #d8e3ef;
  border-left: 3px solid #1668ff;
  border-radius: 9px;
  color: #5e6d80;
  background: #f7faff;
  font-size: 10px;
  line-height: 1.65;
}

.hf-tool-boundary b { color: #164b84; }

@media (max-width: 720px) {
  .hf-tool-heading { grid-template-columns: 1fr; align-items: start; }
  .hf-tool-total { grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; min-height: 0; }
  .hf-tool-total strong { grid-row: 1 / 3; font-size: 38px; }
  .hf-tool-total span { margin-top: 0; }
  .hf-tool-total a { grid-column: 2; }
  .hf-tool-toolbar { grid-template-columns: 1fr; }
  .hf-tool-toolbar > span { display: none; }
  .hf-tool-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .hf-tool-filters button { flex: 0 0 auto; }
  .hf-tool-grid { grid-template-columns: 1fr; }
  .hf-tool-grid article { min-height: 0; }
}

@media (max-width: 440px) {
  .hf-tool-details > div { grid-template-columns: 1fr; gap: 3px; }
}

/* AI capability page: compact, technology-first information density */
.capability-page .capability-inner-hero .page-width {
  min-height: 220px;
  padding-top: 28px;
  padding-bottom: 30px;
}

.capability-page .capability-inner-hero .breadcrumb { margin: 0 0 10px; }
.capability-page .capability-inner-hero .inner-kicker { margin-bottom: 6px !important; }
.capability-page .capability-inner-hero h1 { font-size: clamp(32px, 3.8vw, 48px); }
.capability-page .capability-inner-hero p:last-child { max-width: 760px; margin-top: 10px; font-size: 14px; line-height: 1.55; }
.capability-page .content-section { padding: 28px 0 72px; }
.capability-page .content-shell { grid-template-columns: 190px minmax(0, 1fr); gap: 28px; }
.capability-page .side-index { padding: 5px; }
.capability-page .side-index strong { padding: 8px 9px 9px; font-size: 14px; }
.capability-page .side-index a { margin-top: 2px; padding: 7px 9px; font-size: 12px; }
.capability-page #global-reference-library { scroll-margin-top: 100px; }

.capability-page .hf-tool-stack {
  margin: 0 0 34px;
  padding: 0 0 30px;
  border-top: 0;
  border-bottom: 1px solid #dce4ed;
}

.capability-page .hf-tool-heading,
.capability-page .ai-library-heading {
  grid-template-columns: minmax(0, 1fr) 106px;
  align-items: center;
  gap: 18px;
}

.capability-page .hf-tool-heading h3,
.capability-page .ai-library-heading h2 { font-size: clamp(25px, 2.7vw, 34px); }
.capability-page .hf-tool-heading p:not(.hf-tool-kicker),
.capability-page .ai-library-heading .lead { margin: 6px 0 0; line-height: 1.55; }
.capability-page .hf-tool-total,
.capability-page .ai-library-total { min-height: 82px; padding: 12px 14px; border-radius: 11px; }
.capability-page .hf-tool-total strong,
.capability-page .ai-library-total strong { font-size: 32px; }
.capability-page .hf-tool-total span,
.capability-page .ai-library-total span { margin-top: 5px; font-size: 11px; }
.capability-page .hf-tool-total a,
.capability-page .ai-library-total small { margin-top: 1px; }

.capability-page .hf-tool-summary { margin-top: 10px; padding: 7px 10px; }
.capability-page .hf-tool-toolbar { margin-top: 8px; padding: 8px; }
.capability-page .hf-tool-filters button { min-height: 32px; padding: 5px 9px; }
.capability-page .hf-tool-result { margin-top: 6px; }
.capability-page .hf-tool-grid { gap: 8px; margin-top: 8px; }
.capability-page .hf-tool-grid article { min-height: 0; padding: 14px; }
.capability-page .hf-tool-grid h4 { margin: 12px 0 5px; }
.capability-page .hf-tool-details { margin-top: 10px; }
.capability-page .hf-tool-details > div { grid-template-columns: 90px minmax(0, 1fr); gap: 8px; padding: 7px 9px; }
.capability-page .hf-tool-grid article > a { padding-top: 8px; }
.capability-page .hf-tool-boundary { margin-top: 8px; padding: 8px 10px; }

.capability-page .ai-library-focus { gap: 8px; margin-top: 10px; }
.capability-page .ai-library-focus article { min-height: 78px; padding: 11px 12px; border-radius: 9px; }
.capability-page .ai-library-focus article::after { display: none; }
.capability-page .ai-library-focus strong { display: inline; margin: 0 0 0 6px; font-size: 18px; }
.capability-page .ai-library-focus p { margin-top: 4px; line-height: 1.4; }
.capability-page .ai-library-disclosure { margin-top: 8px; padding: 9px 12px; }
.capability-page .ai-library-toolbar { margin-top: 12px; padding: 9px; }
.capability-page .ai-library-result { margin-top: 7px; }
.capability-page .ai-research-grid { gap: 8px; margin-top: 8px; }
.capability-page .ai-research-item { min-height: 0; padding: 14px; }
.capability-page .ai-research-item h3 { margin: 12px 0 5px; }
.capability-page .ai-research-role { margin-top: 12px; padding: 8px 9px; }
.capability-page .ai-research-item > a { margin-top: 8px; }

.capability-page .subsection { margin-top: 48px; }
.capability-page .subsection > h2 { margin-bottom: 0; }
.capability-page .subsection > .lead { margin: 7px 0 0; line-height: 1.6; }
.capability-page .business-capability-grid { gap: 10px; margin-top: 18px; }
.capability-page .business-capability-grid > article { min-height: 0; padding: 19px; }
.capability-page .business-capability-grid h3 { margin: 17px 0 8px; }
.capability-page .business-capability-grid dl { margin-top: 14px; padding-top: 0; }
.capability-page .business-capability-grid dl > div { padding: 8px 10px; }
.capability-page .technology-system { margin-top: 18px; padding: 14px; }
.capability-page .technology-layer { padding: 12px; }
.capability-page .technology-link { height: 24px; }
.capability-page .technology-assurance { gap: 8px; margin-top: 10px; }
.capability-page .technology-assurance article { min-height: 0; padding: 15px; }
.capability-page .technology-assurance h3 { margin: 9px 0 4px; }
.capability-page .verification-flow { margin-top: 18px; }
.capability-page .verification-flow article { min-height: 0; padding: 16px; }
.capability-page .verification-flow h3 { margin: 14px 0 6px; }
.capability-page .verification-example { gap: 20px; margin-top: 10px; padding: 18px; }
.capability-page .trust-control-grid,
.capability-page .resource-choice-grid { gap: 9px; margin-top: 18px; }
.capability-page .trust-control-grid article,
.capability-page .resource-choice-grid article { min-height: 0; padding: 18px; }
.capability-page .trust-control-grid h3,
.capability-page .resource-choice-grid h3 { margin: 14px 0 6px; }
.capability-page .trust-control-grid b { padding-top: 10px; }
.capability-page .capability-proof-note { margin-top: 10px; padding: 17px 19px; }

@media (max-width: 980px) {
  .capability-page .content-shell { grid-template-columns: 1fr; gap: 14px; }
  .capability-page .side-index { gap: 2px; }
}

@media (max-width: 720px) {
  .capability-page .capability-inner-hero .page-width { min-height: 126px; padding-top: 13px; padding-bottom: 15px; }
  .capability-page .capability-inner-hero .breadcrumb,
  .capability-page .capability-inner-hero .inner-kicker { display: none; }
  .capability-page .capability-inner-hero h1 { font-size: 27px; line-height: 1.16; }
  .capability-page .capability-inner-hero p:last-child { margin-top: 6px; font-size: 11px; line-height: 1.45; }
  .capability-page .content-section { padding: 14px 0 52px; }
  .capability-page .content-shell { gap: 12px; }
  .capability-page .side-index { scrollbar-width: none; }
  .capability-page .side-index::-webkit-scrollbar,
  .capability-page .hf-tool-filters::-webkit-scrollbar { display: none; }
  .capability-page .side-index strong { display: none; }
  .capability-page .side-index strong,
  .capability-page .side-index a { padding: 7px 9px; }
  .capability-page .hf-tool-stack { margin-bottom: 24px; padding-bottom: 22px; }
  .capability-page .hf-tool-heading,
  .capability-page .ai-library-heading { grid-template-columns: minmax(0, 1fr) 76px; gap: 10px; }
  .capability-page .hf-tool-heading h3,
  .capability-page .ai-library-heading h2 { font-size: 23px; line-height: 1.24; }
  .capability-page .hf-tool-heading p:not(.hf-tool-kicker),
  .capability-page .ai-library-heading .lead { font-size: 12px; line-height: 1.5; }
  .capability-page .hf-tool-total,
  .capability-page .ai-library-total { display: grid; grid-template-columns: 1fr; align-content: center; min-height: 66px; padding: 9px 10px; }
  .capability-page .hf-tool-total strong,
  .capability-page .ai-library-total strong { grid-row: auto; font-size: 27px; }
  .capability-page .hf-tool-total span,
  .capability-page .ai-library-total span { margin-top: 3px; font-size: 9px; }
  .capability-page .hf-tool-total a,
  .capability-page .ai-library-total small { display: none; }
  .capability-page .hf-tool-summary { display: none; }
  .capability-page .hf-tool-toolbar { margin-top: 7px; padding: 7px; }
  .capability-page .hf-tool-grid article { padding: 13px; }
  .capability-page .hf-tool-details > div { grid-template-columns: 82px minmax(0, 1fr); gap: 7px; padding: 7px 8px; }
  .capability-page .ai-library-focus { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-page .ai-library-focus article { min-height: 70px; padding: 9px 10px; }
  .capability-page .ai-library-disclosure { grid-template-columns: 86px minmax(0, 1fr); gap: 8px; padding: 8px 10px; }
  .capability-page .subsection { margin-top: 36px; }
}

@media (max-width: 440px) {
  .capability-page .hf-tool-details > div { grid-template-columns: 78px minmax(0, 1fr); gap: 6px; }
}

/* Capability catalogue header — remove duplicated marketing layers */
.capability-page .content-section { padding-top: 18px; }
.capability-page .hf-tool-heading { display: block; }
.capability-page .hf-tool-heading h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0;
  color: #17385e;
  font-size: clamp(25px, 2.7vw, 34px);
  font-weight: 680;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.capability-page .hf-tool-heading h1 small {
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid #bfd6f2;
  border-radius: 999px;
  color: #1559a6;
  background: #eef5ff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0;
  white-space: nowrap;
}

.capability-page .hf-tool-heading p:not(.hf-tool-kicker) { margin-top: 5px; }
.capability-page .hf-tool-heading p a { margin-left: 7px; color: #1668d8; font-size: 11px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.capability-page .hf-tool-heading p a:hover { text-decoration: underline; }
.capability-page .hf-tool-toolbar { grid-template-columns: 1fr; margin-top: 9px; }

@media (max-width: 720px) {
  .capability-page .content-section { padding-top: 8px; }
  .capability-page .content-shell { gap: 8px; }
  .capability-page .hf-tool-heading h1 { gap: 6px 8px; font-size: 23px; }
  .capability-page .hf-tool-heading h1 small { padding: 3px 7px; font-size: 9px; }
  .capability-page .hf-tool-heading p:not(.hf-tool-kicker) { margin-top: 4px; font-size: 11px; }
  .capability-page .hf-tool-heading p a { margin-left: 4px; font-size: 10px; }
  .capability-page .hf-tool-toolbar { margin-top: 7px; }
}

/* AI engineering capability matrix — compact multi-ecosystem catalogue */
.tech-platform-page {
  background: #f3f6fa;
}

.tech-platform-page .tech-console-section {
  padding: 18px 0 72px;
}

.tech-platform-layout {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.tech-side-nav {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 2px;
  padding: 7px;
  border: 1px solid #dce4ee;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 24px rgba(21, 47, 77, .05);
}

.tech-side-nav strong {
  padding: 8px 10px 9px;
  color: #102f52;
  border-bottom: 1px solid #e5eaf0;
  font-size: 13px;
}

.tech-side-nav a {
  padding: 8px 10px;
  color: #5b6878;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.tech-side-nav a:hover,
.tech-side-nav a.is-current {
  color: #0f5ed7;
  background: #edf4ff;
}

.tech-platform-main {
  min-width: 0;
}

.tech-catalog,
.tech-section {
  scroll-margin-top: 98px;
}

.tech-console-head {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(480px, 1.08fr);
  gap: 22px;
  align-items: center;
  min-height: 118px;
  padding: 20px 22px;
  overflow: hidden;
  color: #fff;
  border: 1px solid #163a5f;
  border-radius: 13px;
  background:
    radial-gradient(circle at 84% -20%, rgba(77, 175, 255, .28), transparent 42%),
    linear-gradient(112deg, #071728 0%, #0c2743 55%, #10365d 100%);
  box-shadow: 0 14px 34px rgba(14, 43, 73, .12);
}

.tech-console-title p {
  margin: 0 0 3px;
  color: #79c3ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.tech-console-title h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 680;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.tech-console-title > span {
  display: block;
  max-width: 560px;
  margin-top: 7px;
  color: #b9cadb;
  font-size: 12px;
  line-height: 1.55;
}

.tech-stage-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-stage-strip li {
  min-width: 0;
  padding: 10px 5px 9px;
  color: #d8e7f6;
  border: 1px solid rgba(142, 192, 237, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.tech-stage-strip b {
  display: block;
  margin-bottom: 2px;
  color: #5fb7ff;
  font: 700 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.tech-catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  background: #fff;
}

.tech-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tech-filter-group button {
  min-height: 32px;
  padding: 6px 10px;
  color: #536174;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #f3f6f9;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.tech-filter-group button:hover {
  color: #155abe;
  border-color: #c9dcf3;
  background: #f2f7ff;
}

.tech-filter-group button.is-active {
  color: #fff;
  border-color: #155ed2;
  background: #155ed2;
}

.tech-filter-group button:focus-visible,
.tech-tool-search input:focus-visible,
.tech-tool-card summary:focus-visible {
  outline: 2px solid #56a6ff;
  outline-offset: 2px;
}

.tech-tool-search {
  position: relative;
  display: block;
}

.tech-tool-search > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tech-tool-search::before {
  content: "⌕";
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  color: #7d8a9b;
  font-size: 17px;
  line-height: 1;
  transform: translateY(-52%);
  pointer-events: none;
}

.tech-tool-search input {
  width: 100%;
  height: 34px;
  padding: 6px 10px 6px 31px;
  color: #26374b;
  border: 1px solid #d9e1ea;
  border-radius: 7px;
  background: #fbfcfe;
  font: inherit;
  font-size: 11px;
}

.tech-tool-search input::placeholder { color: #98a3b2; }

.tech-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.tech-tool-card {
  --tool-accent: #1769da;
  --tool-tint: #edf5ff;
  position: relative;
  min-width: 0;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #dce4ec;
  border-top: 3px solid var(--tool-accent);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(31, 55, 82, .045);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tech-tool-card[data-category="data"] { --tool-accent: #0d8d74; --tool-tint: #eaf9f4; }
.tech-tool-card[data-category="agent"] { --tool-accent: #6e55d8; --tool-tint: #f2efff; }
.tech-tool-card[data-category="training"] { --tool-accent: #b46a0d; --tool-tint: #fff5e7; }
.tech-tool-card[data-category="delivery"] { --tool-accent: #16748b; --tool-tint: #eaf8fb; }
.tech-tool-card[data-category="evaluation"] { --tool-accent: #ba4351; --tool-tint: #fff0f1; }

.tech-tool-card:hover {
  border-right-color: #c6d4e2;
  border-bottom-color: #c6d4e2;
  border-left-color: #c6d4e2;
  box-shadow: 0 12px 28px rgba(29, 61, 96, .09);
  transform: translateY(-2px);
}

.tech-tool-card[hidden] { display: none !important; }

.tech-card-meta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  color: #748194;
  font-size: 9px;
  font-weight: 750;
}

.tech-card-meta .tech-code {
  min-width: 31px;
  padding: 3px 5px;
  color: var(--tool-accent);
  border-radius: 5px;
  background: var(--tool-tint);
  font: 800 9px/1.35 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-align: center;
}

.tech-card-meta > a {
  max-width: 122px;
  overflow: hidden;
  color: #3e536b;
  font-size: 9px;
  font-weight: 750;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tech-card-meta > a:hover { color: var(--tool-accent); text-decoration: underline; }

.tech-tool-card h2 {
  margin: 15px 0 6px;
  color: #183653;
  font-size: 17px;
  font-weight: 680;
  line-height: 1.35;
  letter-spacing: -.018em;
}

.tech-tool-card > p {
  margin: 0;
  color: #627083;
  font-size: 11px;
  line-height: 1.62;
}

.tech-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 11px;
}

.tech-card-tags span {
  padding: 3px 6px;
  color: #5b6878;
  border: 1px solid #e1e6ed;
  border-radius: 999px;
  background: #f7f9fb;
  font-size: 9px;
  line-height: 1.35;
}

.tech-tool-card details {
  margin-top: auto;
  padding-top: 10px;
}

.tech-tool-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--tool-accent);
  border-top: 1px solid #e5eaf0;
  padding-top: 9px;
  font-size: 10px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.tech-tool-card summary::-webkit-details-marker { display: none; }
.tech-tool-card summary::after { content: "+"; font: 700 15px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.tech-tool-card details[open] summary::after { content: "−"; }

.tech-tool-card dl {
  display: grid;
  gap: 0;
  margin: 9px 0 0;
  border: 1px solid #e2e8ef;
  border-radius: 7px;
  background: #f8fafc;
}

.tech-tool-card dl > div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 7px;
  padding: 7px 8px;
}

.tech-tool-card dl > div + div { border-top: 1px solid #e3e8ee; }
.tech-tool-card dt { color: var(--tool-accent); font-size: 9px; font-weight: 800; }
.tech-tool-card dd { min-width: 0; margin: 0; color: #5b697b; font-size: 9px; line-height: 1.55; }

.tech-empty-state {
  margin-top: 10px;
  padding: 30px 20px;
  color: #66758a;
  border: 1px dashed #cbd6e2;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.tech-empty-state strong,
.tech-empty-state span { display: block; }
.tech-empty-state strong { color: #263f5b; font-size: 14px; }
.tech-empty-state span { margin-top: 3px; font-size: 11px; }

.tech-source-boundary {
  margin: 10px 1px 0;
  padding: 9px 11px;
  color: #667487;
  border-left: 3px solid #236bd1;
  border-radius: 5px;
  background: #eaf1fa;
  font-size: 9px;
  line-height: 1.6;
}

.tech-source-boundary b { color: #214b78; }

.tech-section {
  margin-top: 34px;
  padding-top: 2px;
}

.tech-section-head {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(300px, 1.15fr);
  gap: 24px;
  align-items: end;
  padding-bottom: 11px;
  border-bottom: 1px solid #ccd6e1;
}

.tech-section-head span {
  display: block;
  margin-bottom: 3px;
  color: #2470d5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.tech-section-head h2 {
  margin: 0;
  color: #173754;
  font-size: clamp(21px, 2.4vw, 29px);
  font-weight: 680;
  line-height: 1.24;
  letter-spacing: -.025em;
}

.tech-section-head > p {
  margin: 0;
  color: #657286;
  font-size: 11px;
  line-height: 1.6;
}

.architecture-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 11px;
  overflow: hidden;
  border: 1px solid #d8e1ea;
  border-radius: 10px;
  background: #fff;
}

.architecture-flow article {
  position: relative;
  min-width: 0;
  min-height: 114px;
  padding: 13px 11px;
}

.architecture-flow article + article { border-left: 1px solid #e0e6ed; }
.architecture-flow article + article::before {
  content: "›";
  position: absolute;
  left: -7px;
  top: 22px;
  z-index: 1;
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  color: #6d8eb2;
  border: 1px solid #d8e1ea;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  line-height: 1;
}

.architecture-flow i {
  color: #2470d5;
  font: 800 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  font-style: normal;
}

.architecture-flow b,
.architecture-flow span { display: block; }
.architecture-flow b { margin-top: 9px; color: #233e5b; font-size: 12px; }
.architecture-flow span { margin-top: 5px; color: #6a7789; font-size: 9px; line-height: 1.55; }

.architecture-baseline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid #dce4ec;
  border-radius: 8px;
  background: #fff;
}

.architecture-baseline span {
  margin-right: 4px;
  color: #173d67;
  font-size: 10px;
  font-weight: 800;
}

.architecture-baseline b {
  padding: 3px 7px;
  color: #5a6b7e;
  border-radius: 5px;
  background: #f0f4f8;
  font-size: 9px;
}

.industry-stack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 11px;
}

.industry-stack-grid > article {
  min-width: 0;
  padding: 16px;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #fff;
}

.industry-stack-grid header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #1c62bd;
  font-size: 10px;
  font-weight: 800;
}

.industry-stack-grid header b {
  color: #97a3b2;
  font-size: 8px;
  letter-spacing: .08em;
}

.industry-stack-grid h3 {
  margin: 13px 0 6px;
  color: #203b58;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.4;
}

.industry-route {
  min-height: 43px;
  margin: 0;
  padding: 7px 8px;
  color: #2f5e8d;
  border-radius: 6px;
  background: #edf5fd;
  font-size: 9px;
  line-height: 1.55;
}

.industry-stack-grid dl {
  display: grid;
  gap: 0;
  margin: 10px 0 0;
}

.industry-stack-grid dl > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 7px;
  padding: 7px 0;
  border-top: 1px solid #e5eaf0;
}

.industry-stack-grid dt { color: #667589; font-size: 9px; font-weight: 800; }
.industry-stack-grid dd { min-width: 0; margin: 0; color: #546579; font-size: 9px; line-height: 1.55; }

.joint-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 11px;
}

.joint-tech-grid article {
  min-width: 0;
  padding: 15px;
  border: 1px solid #d9e2eb;
  border-radius: 10px;
  background: #fff;
}

.joint-tech-grid article > span {
  color: #1f6dca;
  font-size: 9px;
  font-weight: 800;
}

.joint-tech-grid h3 {
  margin: 8px 0 5px;
  color: #213d5a;
  font-size: 15px;
  font-weight: 680;
}

.joint-tech-grid p {
  min-height: 54px;
  margin: 0;
  color: #627084;
  font-size: 10px;
  line-height: 1.65;
}

.joint-tech-grid b {
  display: block;
  margin-top: 10px;
  padding-top: 8px;
  color: #2a5e92;
  border-top: 1px solid #e4e9ef;
  font-size: 9px;
}

.joint-tech-boundary {
  margin: 8px 0 0;
  color: #718093;
  font-size: 9px;
  line-height: 1.55;
}

.reference-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 11px;
}

.reference-case-card {
  --case-accent: #326dcc;
  --case-tint: #edf4ff;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(31, 55, 82, .04);
}

.reference-case-card[data-case-category="voyage"] { --case-accent: #6d56c8; --case-tint: #f2efff; }
.reference-case-card[data-case-category="agriculture"] { --case-accent: #168465; --case-tint: #eaf8f2; }

.reference-case-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.reference-case-card header span {
  padding: 3px 7px;
  color: var(--case-accent);
  border-radius: 999px;
  background: var(--case-tint);
  font-size: 10px;
  font-weight: 800;
}

.reference-case-card header a {
  flex: 0 0 auto;
  color: #66768a;
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
}

.reference-case-card header a:hover { color: var(--case-accent); text-decoration: underline; }

.reference-case-card h3 {
  margin: 13px 0 6px;
  color: #1e3b59;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

.reference-case-card > p {
  margin: 0;
  color: #667487;
  font-size: 12px;
  line-height: 1.6;
}

.reference-case-card dl {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  border: 1px solid #e1e7ee;
  border-radius: 7px;
  background: #fafbfd;
}

.reference-case-card dl > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
  padding: 8px;
}

.reference-case-card dl > div + div { border-top: 1px solid #e3e8ee; }
.reference-case-card dl .case-result { background: var(--case-tint); }
.reference-case-card dt { color: #586b80; font-size: 10px; font-weight: 800; }
.reference-case-card dd { min-width: 0; margin: 0; color: #536579; font-size: 11px; line-height: 1.55; }
.reference-case-card .case-result dt { color: var(--case-accent); }

.reference-case-card footer {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  margin-top: auto;
  padding-top: 11px;
}

.reference-case-card footer b { color: var(--case-accent); font-size: 10px; }
.reference-case-card footer span { color: #617084; font-size: 11px; line-height: 1.5; }

.company-case-panel {
  margin-top: 10px;
  overflow: hidden;
  color: #d9eaff;
  border: 1px solid #183f66;
  border-radius: 10px;
  background: linear-gradient(110deg, #081b30, #0d3154);
}

.company-case-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(166, 201, 237, .18);
}

.company-case-panel-head b,
.company-case-panel-head span { display: block; }
.company-case-panel-head b { color: #fff; font-size: 13px; }
.company-case-panel-head span { margin-top: 2px; color: #aebfd1; font-size: 10px; }

.company-case-panel-head a {
  flex: 0 0 auto;
  color: #86c6ff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.company-case-panel-head a:hover { color: #fff; text-decoration: underline; }

.company-case-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-case-list article {
  min-width: 0;
  padding: 14px 15px;
}

.company-case-list article + article { border-left: 1px solid rgba(166, 201, 237, .16); }
.company-case-list article > span { color: #69b7ff; font-size: 9px; font-weight: 800; }
.company-case-list h3 { margin: 6px 0 4px; color: #fff; font-size: 14px; font-weight: 680; }
.company-case-list p { margin: 0; color: #bdccdb; font-size: 10px; line-height: 1.55; }
.company-case-list b { display: block; margin-top: 9px; color: #8ecbff; font-size: 9px; line-height: 1.5; }

.reference-case-note {
  margin: 7px 1px 0;
  color: #718094;
  font-size: 9px;
  line-height: 1.55;
}

.quality-console {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 11px;
}

.quality-metrics,
.quality-gates {
  padding: 15px;
  border: 1px solid #d8e1ea;
  border-radius: 10px;
  background: #fff;
}

.quality-console h3 {
  margin: 0 0 9px;
  color: #1f3d5b;
  font-size: 14px;
  font-weight: 700;
}

.quality-metrics > div {
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr);
  gap: 9px;
  padding: 8px 0;
  border-top: 1px solid #e4e9ef;
}

.quality-metrics span { color: #59718a; font-size: 9px; font-weight: 800; }
.quality-metrics b { color: #556578; font-size: 10px; font-weight: 600; }

.quality-gates ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quality-gates li {
  min-width: 0;
  padding: 9px;
  border-radius: 7px;
  background: #f3f6f9;
}

.quality-gates b,
.quality-gates span { display: block; }
.quality-gates b { color: #285f98; font-size: 10px; }
.quality-gates span { margin-top: 3px; color: #68768a; font-size: 9px; line-height: 1.5; }

.tech-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  padding: 13px 15px;
  color: #dcecff;
  border-radius: 9px;
  background: linear-gradient(105deg, #0b223b, #123b63);
}

.tech-action-bar b,
.tech-action-bar span { display: block; }
.tech-action-bar b { color: #fff; font-size: 12px; }
.tech-action-bar span { margin-top: 2px; color: #b8cadc; font-size: 9px; }

.tech-action-bar a {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #fff;
  border-radius: 7px;
  background: #176ce2;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.tech-action-bar a:hover { background: #2481f2; }

@media (max-width: 1120px) {
  .tech-platform-layout { grid-template-columns: 146px minmax(0, 1fr); gap: 16px; }
  .tech-console-head { grid-template-columns: 1fr; gap: 14px; }
  .tech-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .architecture-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .architecture-flow article:nth-child(4) { border-left: 0; border-top: 1px solid #e0e6ed; }
  .architecture-flow article:nth-child(5),
  .architecture-flow article:nth-child(6) { border-top: 1px solid #e0e6ed; }
  .architecture-flow article:nth-child(4)::before { display: none; }
}

@media (max-width: 920px) {
  .tech-platform-layout { grid-template-columns: 1fr; gap: 9px; }
  .tech-catalog,
  .tech-section { scroll-margin-top: 132px; }
  .tech-side-nav {
    position: sticky;
    top: 76px;
    z-index: 24;
    display: flex;
    overflow-x: auto;
    padding: 5px;
    border-radius: 9px;
    scrollbar-width: none;
  }
  .tech-side-nav::-webkit-scrollbar { display: none; }
  .tech-side-nav strong { display: none; }
  .tech-side-nav a { flex: 0 0 auto; padding: 7px 9px; }
  .industry-stack-grid { grid-template-columns: 1fr; }
  .industry-route { min-height: 0; }
  .joint-tech-grid { grid-template-columns: 1fr; }
  .joint-tech-grid p { min-height: 0; }
  .company-case-list { grid-template-columns: 1fr; }
  .company-case-list article + article { border-top: 1px solid rgba(166, 201, 237, .16); border-left: 0; }
}

@media (max-width: 720px) {
  .tech-platform-page .tech-console-section { padding: 8px 0 52px; }
  .tech-platform-page .page-width { width: min(calc(100% - 28px), var(--page)); }
  .tech-catalog,
  .tech-section { scroll-margin-top: 122px; }
  .tech-side-nav { top: 68px; }
  .tech-console-head { min-height: 0; padding: 15px; border-radius: 10px; }
  .tech-console-title h1 { font-size: 25px; }
  .tech-console-title > span { margin-top: 5px; font-size: 10px; }
  .tech-stage-strip { grid-template-columns: repeat(6, minmax(54px, 1fr)); overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .tech-stage-strip::-webkit-scrollbar { display: none; }
  .tech-stage-strip li { padding: 8px 4px 7px; font-size: 10px; }
  .tech-catalog-toolbar { grid-template-columns: 1fr; gap: 7px; padding: 7px; }
  .tech-filter-group { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .tech-filter-group::-webkit-scrollbar { display: none; }
  .tech-filter-group button { flex: 0 0 auto; }
  .tech-tool-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 8px; }
  .reference-case-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 8px; }
  .tech-tool-card { min-height: 220px; padding: 13px; }
  .tech-tool-card h2 { margin-top: 12px; }
  .tech-section { margin-top: 28px; }
  .tech-section-head { grid-template-columns: 1fr; gap: 5px; padding-bottom: 8px; }
  .tech-section-head h2 { font-size: 22px; }
  .tech-section-head > p { font-size: 10px; }
  .architecture-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .architecture-flow article { min-height: 102px; }
  .architecture-flow article:nth-child(3),
  .architecture-flow article:nth-child(5) { border-left: 0; }
  .architecture-flow article:nth-child(3),
  .architecture-flow article:nth-child(4),
  .architecture-flow article:nth-child(5),
  .architecture-flow article:nth-child(6) { border-top: 1px solid #e0e6ed; }
  .architecture-flow article:nth-child(3)::before,
  .architecture-flow article:nth-child(5)::before { display: none; }
  .quality-console { grid-template-columns: 1fr; }
  .tech-action-bar { align-items: flex-start; }
  .company-case-panel-head { align-items: flex-start; }
}

@media (max-width: 440px) {
  .tech-card-meta { grid-template-columns: auto minmax(0, 1fr); }
  .tech-card-meta > a { grid-column: 1 / -1; max-width: none; }
  .tech-tool-card dl > div { grid-template-columns: 55px minmax(0, 1fr); }
  .industry-stack-grid > article,
  .joint-tech-grid article,
  .reference-case-card,
  .quality-metrics,
  .quality-gates { padding: 13px; }
  .industry-stack-grid dl > div { grid-template-columns: 52px minmax(0, 1fr); }
  .quality-gates ol { grid-template-columns: 1fr; }
  .company-case-panel-head { display: grid; gap: 7px; padding: 12px 13px; }
  .company-case-list article { padding: 12px 13px; }
  .tech-action-bar { display: grid; gap: 9px; }
  .tech-action-bar a { justify-self: start; }
}

/* 一级芯界 AI 研究项目：紧凑列表与独立研究档案 */
.tech-platform-page .tech-console-section { padding: 12px 0 48px; }
.tech-platform-layout { gap: 16px; }
.tech-console-head { min-height: 96px; padding: 16px 18px; }
.tech-console-title h1 { font-size: clamp(24px, 2.6vw, 32px); }
.tech-stage-strip li { padding: 8px 4px 7px; }
.tech-catalog-toolbar { margin-top: 8px; padding: 7px; }
.tech-tool-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 8px; }
.tech-tool-card { min-height: 194px; padding: 12px; border-top-width: 2px; }
.tech-tool-card h2 { margin: 10px 0 5px; font-size: 15px; }
.tech-tool-card > p { font-size: 11px; line-height: 1.55; }
.tech-card-tags { margin-top: 8px; }
.tech-tool-card details { padding-top: 8px; }
.tech-tool-card summary { padding-top: 7px; }
.tech-card-meta { grid-template-columns: auto minmax(0, 1fr) auto; }
.tech-research-mark {
  color: var(--tool-accent);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}
.tech-source-boundary { margin-top: 8px; padding: 7px 10px; }
.tech-section { margin-top: 24px; }
.tech-section-head { gap: 16px; padding-bottom: 8px; }
.tech-section-head h2 { font-size: clamp(20px, 2.1vw, 26px); }
.architecture-flow,
.industry-stack-grid,
.joint-tech-grid,
.quality-console { margin-top: 8px; }
.architecture-flow article { min-height: 96px; padding: 11px 9px; }
.industry-stack-grid > article,
.joint-tech-grid article,
.quality-metrics,
.quality-gates { padding: 13px; }

.research-filterbar {
  display: flex;
  gap: 5px;
  margin-top: 8px;
  padding: 6px;
  overflow-x: auto;
  border: 1px solid #dce4ed;
  border-radius: 9px;
  background: #fff;
  scrollbar-width: none;
}
.research-filterbar::-webkit-scrollbar { display: none; }
.research-filterbar button {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 5px 11px;
  color: #5c6b7d;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #f2f5f8;
  font: 700 11px/1.4 inherit;
  cursor: pointer;
}
.research-filterbar button:hover { color: #155fc9; border-color: #c9dcf3; background: #f3f8ff; }
.research-filterbar button.is-active { color: #fff; border-color: #155fcf; background: #155fcf; }
.research-filterbar button:focus-visible,
.research-case-card:focus-visible { outline: 2px solid #4c9fff; outline-offset: 2px; }

.research-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}
.research-case-card {
  --research-accent: #1769d4;
  --research-tint: #edf5ff;
  min-width: 0;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  color: inherit;
  border: 1px solid #d9e2eb;
  border-top: 2px solid var(--research-accent);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(25, 51, 80, .035);
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.research-case-card[data-research-category="culture"] { --research-accent: #7a50bd; --research-tint: #f4effd; }
.research-case-card[data-research-category="voyage"] { --research-accent: #19768b; --research-tint: #eaf8fa; }
.research-case-card[data-research-category="agriculture"] { --research-accent: #15845e; --research-tint: #eaf8f1; }
.research-case-card[hidden] { display: none !important; }
.research-case-card:hover { transform: translateY(-2px); border-color: #bdcddd; box-shadow: 0 10px 24px rgba(25, 55, 88, .085); }
.research-case-top { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.research-case-top span { color: var(--research-accent); font-size: 9px; font-weight: 850; }
.research-case-top b { flex: 0 0 auto; padding: 3px 6px; color: var(--research-accent); border-radius: 999px; background: var(--research-tint); font-size: 9px; }
.research-case-card h3 { margin: 10px 0 5px; color: #193a5a; font-size: 15px; font-weight: 720; line-height: 1.35; }
.research-case-card > p { margin: 0; color: #657487; font-size: 11px; line-height: 1.55; }
.research-case-proof { margin-top: 9px; padding: 8px; border-radius: 6px; background: #f6f8fb; }
.research-case-proof span,
.research-case-proof b { display: block; }
.research-case-proof span { color: #7b8796; font-size: 9px; font-weight: 800; }
.research-case-proof b { margin-top: 3px; color: #40566d; font-size: 10px; font-weight: 650; line-height: 1.45; }
.research-case-card footer { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: auto; padding-top: 9px; }
.research-case-card footer span { min-width: 0; color: #798596; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.research-case-card footer strong { flex: 0 0 auto; color: var(--research-accent); font-size: 9px; }
.research-project-note { margin: 7px 1px 0; color: #6d7c8f; font-size: 9px; line-height: 1.55; }
.research-project-note b { color: #365978; }

.research-detail-page { background: #f3f6fa; }
.research-record-header {
  padding: 18px 0 14px;
  color: #fff;
  border-bottom: 1px solid #183e64;
  background: radial-gradient(circle at 82% -40%, rgba(67, 169, 255, .25), transparent 42%), linear-gradient(112deg, #071728, #0c2a48 62%, #103b64);
}
.research-record-path { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 0 10px; color: #8fa9c2; font-size: 11px; }
.research-record-path a { color: #8bc8ff; text-decoration: none; }
.research-record-path a:hover { color: #fff; text-decoration: underline; }
.research-record-path strong { color: #d8e7f5; font: 750 10px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; }
.research-record-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; }
.research-record-meta { display: flex; align-items: center; gap: 7px; }
.research-record-meta span,
.research-record-meta b { padding: 4px 8px; border-radius: 999px; font-size: 10px; }
.research-record-meta span { color: #8bc8ff; background: rgba(53, 138, 220, .17); }
.research-record-meta b { color: #bde8d7; background: rgba(34, 159, 116, .17); }
.research-record-heading h1 { margin: 9px 0 5px; color: #fff; font-size: clamp(27px, 3.2vw, 39px); font-weight: 700; line-height: 1.18; letter-spacing: -.035em; }
.research-record-heading p { max-width: 820px; margin: 0; color: #b9cbdd; font-size: 14px; line-height: 1.6; }
.research-record-back { margin-top: 3px; padding: 8px 11px; color: #dcecff; border: 1px solid rgba(150, 194, 232, .28); border-radius: 7px; background: rgba(255, 255, 255, .05); font-size: 11px; font-weight: 750; text-decoration: none; }
.research-record-back:hover { color: #fff; border-color: #72b9f5; background: rgba(69, 156, 232, .12); }
.research-record-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 14px; overflow: hidden; border: 1px solid rgba(146, 190, 228, .2); border-radius: 8px; background: rgba(146, 190, 228, .2); }
.research-record-facts div { min-width: 0; padding: 8px 10px; background: rgba(8, 31, 52, .86); }
.research-record-facts span,
.research-record-facts b { display: block; }
.research-record-facts span { color: #7f9db9; font-size: 9px; }
.research-record-facts b { margin-top: 2px; overflow: hidden; color: #edf6ff; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }

.research-record-tabs { position: sticky; top: 72px; z-index: 20; border-bottom: 1px solid #d7e0e9; background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.research-record-tabs .page-width { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.research-record-tabs .page-width::-webkit-scrollbar { display: none; }
.research-record-tabs a { flex: 0 0 auto; padding: 10px 12px 9px; color: #5c6c7e; border-bottom: 2px solid transparent; font-size: 11px; font-weight: 750; text-decoration: none; }
.research-record-tabs a:hover { color: #145fca; border-bottom-color: #4d9af0; }
.research-record-workspace { padding: 16px 0 44px; }
.research-record-grid { display: grid; grid-template-columns: minmax(0, 1fr) 292px; gap: 12px; align-items: start; }
.research-record-main { display: grid; gap: 10px; min-width: 0; }
.research-record-panel { min-width: 0; scroll-margin-top: 124px; padding: 15px; border: 1px solid #d8e1ea; border-radius: 9px; background: #fff; box-shadow: 0 4px 14px rgba(31, 55, 82, .035); }
.research-panel-title { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding-bottom: 9px; border-bottom: 1px solid #e1e7ed; }
.research-panel-title h2 { margin: 0; color: #1b3b59; font-size: 18px; }
.research-panel-title span { color: #768496; font-size: 10px; }
.research-conclusion { margin-top: 10px; padding: 12px 13px; color: #dcecff; border-radius: 7px; background: linear-gradient(108deg, #0b2742, #12466f); }
.research-conclusion span { color: #7dc6ff; font-size: 10px; font-weight: 800; }
.research-conclusion p { margin: 4px 0 0; color: #edf7ff; font-size: 13px; line-height: 1.65; }
.research-problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.research-problem-grid article { padding: 11px; border: 1px solid #e0e6ed; border-radius: 7px; background: #f9fbfd; }
.research-problem-grid span { color: #1767cb; font-size: 10px; font-weight: 800; }
.research-problem-grid p { margin: 4px 0 0; color: #536579; font-size: 12px; line-height: 1.65; }
.research-route-line { width: 100%; max-width: 100%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 10px 0 0; padding: 0; overflow: hidden; border: 1px solid #dbe3eb; border-radius: 7px; background: #dbe3eb; list-style: none; }
.research-route-line li { min-width: 0; padding: 9px 7px; background: #f6f9fc; text-align: center; }
.research-route-line i,
.research-route-line b { display: block; }
.research-route-line i { color: #2a79d7; font: 800 9px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; font-style: normal; }
.research-route-line b { margin-top: 3px; color: #344d66; font-size: 10px; }
.research-module-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 8px; }
.research-module-list article { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; padding: 10px; border: 1px solid #e1e7ed; border-radius: 7px; }
.research-module-list i { width: 28px; height: 28px; display: grid; place-items: center; color: #1769d4; border-radius: 6px; background: #edf5ff; font: 800 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; font-style: normal; }
.research-module-list h3 { margin: 0; color: #29445f; font-size: 12px; }
.research-module-list p { margin: 3px 0 0; color: #657487; font-size: 11px; line-height: 1.55; }
.research-validation-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.research-validation-list article { padding: 10px; border-left: 3px solid #18825f; border-radius: 6px; background: #f0f8f5; }
.research-validation-list span { color: #6c8178; font-size: 9px; font-weight: 800; }
.research-validation-list h3 { margin: 2px 0 3px; color: #235847; font-size: 12px; }
.research-validation-list p { margin: 0; color: #5f726b; font-size: 11px; line-height: 1.55; }
.research-delivery-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }
.research-delivery-list article { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid #dde5ed; border-radius: 7px; background: #f9fbfd; }
.research-delivery-list i { color: #1769d4; font: 800 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; font-style: normal; }
.research-delivery-list span { color: #43596f; font-size: 11px; font-weight: 650; }

.research-record-sidebar { position: sticky; top: 122px; display: grid; gap: 8px; }
.research-record-sidebar section { padding: 12px; border: 1px solid #d8e1ea; border-radius: 8px; background: #fff; }
.research-record-sidebar h2 { margin: 0 0 7px; color: #27445f; font-size: 12px; }
.research-record-sidebar ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.research-record-sidebar li { position: relative; padding-left: 12px; color: #5d6d7f; font-size: 11px; line-height: 1.5; }
.research-record-sidebar li::before { content: ""; position: absolute; left: 0; top: .62em; width: 4px; height: 4px; border-radius: 50%; background: #2475d4; }
.research-record-sidebar .research-evidence { border-color: #bdd9cf; background: #f1f8f5; }
.research-evidence p { margin: 0; color: #536d63; font-size: 11px; line-height: 1.6; }
.research-next-record div { display: grid; gap: 6px; }
.research-next-record a { display: block; padding: 8px; color: inherit; border-radius: 6px; background: #f3f6f9; text-decoration: none; }
.research-next-record a:hover { background: #edf5ff; }
.research-next-record span,
.research-next-record b { display: block; }
.research-next-record span { color: #8190a1; font-size: 9px; }
.research-next-record b { margin-top: 2px; color: #31516e; font-size: 10px; }
.research-record-action { padding: 14px 0; color: #dcecff; background: #0a2742; }
.research-record-action .page-width { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.research-record-action b,
.research-record-action span { display: block; }
.research-record-action b { color: #fff; font-size: 13px; }
.research-record-action span { margin-top: 2px; color: #aac0d5; font-size: 10px; }
.research-record-action a { flex: 0 0 auto; padding: 8px 12px; color: #fff; border-radius: 6px; background: #176ce2; font-size: 11px; font-weight: 800; text-decoration: none; }
.research-not-found { padding: 80px 0; text-align: center; }
.research-not-found h1 { color: #193b5c; }
.research-not-found p { color: #66768a; }
.research-not-found a { color: #1769d4; font-weight: 750; }

@media (max-width: 1260px) {
  .tech-tool-grid,
  .research-project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1050px) {
  .tech-tool-grid,
  .research-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .research-record-grid { grid-template-columns: minmax(0, 1fr) 250px; }
}

@media (max-width: 820px) {
  .research-record-header { padding-top: 14px; }
  .research-record-heading { grid-template-columns: 1fr; gap: 9px; }
  .research-record-back { justify-self: start; }
  .research-record-facts { grid-template-columns: 1fr 1fr; }
  .research-record-grid { grid-template-columns: minmax(0, 1fr); }
  .research-record-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .research-record-sidebar .research-next-record { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .tech-platform-page .tech-console-section { padding-top: 6px; }
  .tech-tool-grid,
  .research-project-grid { grid-template-columns: 1fr; }
  .tech-tool-card { min-height: 0; }
  .research-case-card { min-height: 0; }
  .research-filterbar { margin-top: 7px; }
  .research-record-tabs { top: 64px; }
  .research-record-workspace { padding: 10px 0 32px; }
  .research-record-panel { scroll-margin-top: 112px; padding: 12px; }
  .research-record-heading h1 { font-size: 27px; }
  .research-record-heading p { font-size: 12px; }
  .research-problem-grid,
  .research-module-list,
  .research-validation-list,
  .research-delivery-list { grid-template-columns: 1fr; }
  .research-route-line { display: flex; overflow-x: auto; }
  .research-route-line li { flex: 0 0 86px; }
  .research-record-sidebar { grid-template-columns: 1fr; }
  .research-record-sidebar .research-next-record { grid-column: auto; }
  .research-record-action .page-width { align-items: flex-start; }
}

@media (max-width: 480px) {
  .research-record-facts { grid-template-columns: 1fr; }
  .research-record-facts div + div { border-top: 1px solid rgba(146, 190, 228, .16); }
  .research-record-action .page-width { display: grid; gap: 9px; }
  .research-record-action a { justify-self: start; }
}

/* AI 能力、行业应用与项目合并视图 */
.ai-integrated-section {
  position: relative;
  margin-top: 20px;
}

.section-anchor-alias {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  scroll-margin-top: 108px;
}

.ai-system-rail {
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #d7e1eb;
  border-radius: 10px;
  background: #fff;
}

.ai-system-rail-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 11px;
  color: #dcecff;
  background: linear-gradient(105deg, #0b2946, #104a75);
}

.ai-system-rail-title b { color: #fff; font-size: 12px; }
.ai-system-rail-title span { color: #a9c7df; font-size: 10px; }

.ai-system-rail ol {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-system-rail li {
  position: relative;
  min-width: 0;
  padding: 10px 9px;
}

.ai-system-rail li + li { border-left: 1px solid #e1e7ed; }
.ai-system-rail li + li::before {
  content: "›";
  position: absolute;
  top: 50%;
  left: -6px;
  z-index: 1;
  width: 12px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #6e8cab;
  background: #fff;
  transform: translateY(-50%);
}

.ai-system-rail li i,
.ai-system-rail li b,
.ai-system-rail li span { display: block; }
.ai-system-rail li i { color: #2470d5; font: 800 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; font-style: normal; }
.ai-system-rail li b { margin-top: 4px; color: #25415e; font-size: 11px; }
.ai-system-rail li span { margin-top: 3px; overflow: hidden; color: #728094; font-size: 9px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }

.ai-system-baseline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border-top: 1px solid #e2e8ee;
  background: #f7f9fc;
}

.ai-system-baseline span { margin-right: 3px; color: #21476d; font-size: 9px; font-weight: 800; }
.ai-system-baseline b { padding: 3px 6px; color: #607084; border-radius: 4px; background: #e9eef4; font-size: 9px; }

.ai-domain-switcher {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.ai-domain-switcher button {
  min-width: 0;
  min-height: 54px;
  padding: 8px 10px;
  color: #53677c;
  border: 1px solid #d9e2eb;
  border-radius: 8px;
  background: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.ai-domain-switcher button:hover { border-color: #aac9e9; background: #f5f9fe; transform: translateY(-1px); }
.ai-domain-switcher button.is-active { color: #fff; border-color: #1768cf; background: linear-gradient(112deg, #155dbb, #1678d9); }
.ai-domain-switcher button:focus-visible { outline: 2px solid #4c9fff; outline-offset: 2px; }
.ai-domain-switcher strong,
.ai-domain-switcher span { display: block; }
.ai-domain-switcher strong { color: #24415e; font-size: 11px; }
.ai-domain-switcher span { margin-top: 4px; overflow: hidden; color: #718095; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.ai-domain-switcher button.is-active strong { color: #fff; }
.ai-domain-switcher button.is-active span { color: #d9ebff; }

.ai-project-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding: 0 2px 7px;
  border-bottom: 1px solid #d8e1ea;
}

.ai-project-list-head strong,
.ai-project-list-head span { display: block; }
.ai-project-list-head strong { color: #24415e; font-size: 13px; }
.ai-project-list-head span { margin-top: 2px; color: #778598; font-size: 9px; }
.ai-project-list-head > b { flex: 0 0 auto; color: #708094; font-size: 9px; font-weight: 700; }
.ai-project-list-head em { color: #1768cf; font: 850 15px/1 ui-monospace, SFMono-Regular, Consolas, monospace; font-style: normal; }
.ai-project-list-head + .research-project-grid { margin-top: 7px; }

@media (max-width: 1050px) {
  .ai-domain-switcher { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .ai-system-rail ol {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .ai-system-rail ol::-webkit-scrollbar { display: none; }
  .ai-system-rail li { flex: 0 0 132px; scroll-snap-align: start; }
  .ai-domain-switcher {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .ai-domain-switcher::-webkit-scrollbar { display: none; }
  .ai-domain-switcher button { flex: 0 0 176px; scroll-snap-align: start; }
}

@media (max-width: 560px) {
  .ai-integrated-section { margin-top: 16px; }
  .ai-system-rail-title { align-items: flex-start; }
  .ai-system-rail-title span { max-width: 150px; text-align: right; }
  .ai-project-list-head span { max-width: 235px; line-height: 1.45; }
}

/* Unified AI capability and project library */
.capability-hub-page { background: #f3f6f9; }
.capability-hub-section { min-height: 72vh; padding: 20px 0 48px; }
.section-anchor-alias { position: absolute; width: 1px; height: 1px; overflow: hidden; pointer-events: none; }
.capability-hub-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  padding: 0 2px 15px;
  border-bottom: 1px solid #d7e0e9;
}
.capability-hub-head > div > span { color: #1767d0; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.capability-hub-head h1 { margin: 4px 0 5px; color: #102f4e; font-size: clamp(27px, 3.1vw, 42px); line-height: 1.13; letter-spacing: -.04em; }
.capability-hub-head p { max-width: 790px; margin: 0; color: #607286; font-size: 13px; line-height: 1.6; }
.capability-hub-stats { min-width: 310px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; overflow: hidden; border: 1px solid #d8e2ec; border-radius: 9px; background: #fff; }
.capability-hub-stats div { min-width: 0; padding: 9px 12px; text-align: center; }
.capability-hub-stats div + div { border-left: 1px solid #e1e7ed; }
.capability-hub-stats dt { color: #1767d0; font: 800 20px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.capability-hub-stats dd { margin: 4px 0 0; color: #728093; font-size: 10px; }

.capability-browser { margin-top: 10px; overflow: hidden; border: 1px solid #d7e0e9; border-radius: 10px; background: #fff; box-shadow: 0 6px 22px rgba(24, 50, 78, .045); }
.capability-browser-controls { display: grid; grid-template-columns: auto minmax(410px, 1fr); align-items: center; gap: 14px; padding: 9px 10px; border-bottom: 1px solid #dce4ec; background: #f8fafc; }
.capability-kind-switch { display: flex; align-items: center; gap: 4px; }
.capability-kind-switch button { min-height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 12px; color: #506377; border: 1px solid transparent; border-radius: 7px; background: transparent; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.capability-kind-switch button b { min-width: 20px; padding: 2px 5px; color: #7b8998; border-radius: 999px; background: #e9eef3; font: 750 9px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; }
.capability-kind-switch button:hover { color: #165fbe; background: #edf4fc; }
.capability-kind-switch button.is-active { color: #fff; border-color: #1768d1; background: #1768d1; }
.capability-kind-switch button.is-active b { color: #185b9e; background: #fff; }
.capability-kind-switch button:focus-visible { outline: 2px solid #61a5ed; outline-offset: 2px; }
.capability-filter-tools { display: grid; grid-template-columns: minmax(240px, 1fr) 190px; gap: 7px; justify-self: stretch; }
.capability-filter-tools label { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 7px; min-height: 36px; padding: 0 9px; border: 1px solid #d6e0ea; border-radius: 7px; background: #fff; }
.capability-filter-tools label > span { color: #6a788a; font-size: 9px; font-weight: 800; white-space: nowrap; }
.capability-filter-tools input,
.capability-filter-tools select { width: 100%; min-width: 0; height: 30px; color: #29445f; border: 0; outline: 0; background: transparent; font: inherit; font-size: 11px; }
.capability-filter-tools input::placeholder { color: #9aa6b3; }
.capability-filter-tools label:focus-within { border-color: #5898df; box-shadow: 0 0 0 2px rgba(52, 132, 220, .1); }
.capability-results-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 9px 12px 7px; }
.capability-results-head strong,
.capability-results-head span { display: block; }
.capability-results-head strong { color: #193b5c; font-size: 13px; }
.capability-results-head span { margin-top: 1px; color: #7b8897; font-size: 9px; }
.capability-results-head > b { color: #6a788a; font-size: 10px; }
.capability-results-head em { color: #1768d1; font: 850 17px/1 ui-monospace, SFMono-Regular, Consolas, monospace; font-style: normal; }

.capability-project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 0 10px 10px; }
.capability-project-card { --card-accent: #1768d1; --card-tint: #eef5ff; min-width: 0; min-height: 286px; display: flex; flex-direction: column; padding: 12px; color: inherit; border: 1px solid #dbe3eb; border-top: 2px solid var(--card-accent); border-radius: 8px; background: #fff; text-decoration: none; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.capability-project-card[data-project-kind="engineering"] { --card-accent: #087c78; --card-tint: #eaf7f5; }
.capability-project-card:hover { transform: translateY(-2px); border-color: #aec5da; box-shadow: 0 9px 23px rgba(26, 55, 84, .09); }
.capability-project-card:focus-visible { outline: 2px solid var(--card-accent); outline-offset: 2px; }
.capability-card-top { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.capability-card-top > b { overflow: hidden; padding: 3px 6px; color: var(--card-accent); border-radius: 999px; background: var(--card-tint); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.capability-kind-chip { padding: 3px 6px; color: #fff; border-radius: 4px; background: var(--card-accent); font-size: 9px; font-weight: 800; }
.capability-card-code { margin-top: 9px; color: #7b8998; font: 750 9px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; }
.capability-project-card h2 { margin: 6px 0 5px; color: #173a5a; font-size: 15px; line-height: 1.35; }
.capability-project-card > p { min-height: 52px; display: -webkit-box; margin: 0; overflow: hidden; color: #617286; font-size: 11px; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.capability-card-outcome { margin-top: 9px; padding: 8px; border-radius: 6px; background: #f5f8fb; }
.capability-card-outcome span,
.capability-card-outcome strong { display: block; }
.capability-card-outcome span { color: #7d8998; font-size: 8px; font-weight: 800; }
.capability-card-outcome strong { min-height: 31px; display: -webkit-box; margin-top: 3px; overflow: hidden; color: #3f566d; font-size: 10px; font-weight: 650; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.capability-card-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 8px; }
.capability-card-tags span { padding: 2px 5px; color: #60748a; border: 1px solid #e0e7ee; border-radius: 4px; background: #fafbfd; font-size: 8px; }
.capability-project-card footer { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: auto; padding-top: 9px; }
.capability-project-card footer span { min-width: 0; overflow: hidden; color: #7a8796; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.capability-project-card footer strong { flex: 0 0 auto; color: var(--card-accent); font-size: 9px; }
.capability-empty { margin: 0 10px 10px; padding: 34px 16px; border: 1px dashed #cbd7e3; border-radius: 8px; background: #f8fafc; text-align: center; }
.capability-empty strong,
.capability-empty span { display: block; }
.capability-empty strong { color: #294760; font-size: 14px; }
.capability-empty span { margin-top: 4px; color: #778698; font-size: 11px; }
.capability-truth-note { margin: 0; padding: 8px 12px; color: #69798a; border-top: 1px solid #e0e6ed; background: #f8fafc; font-size: 10px; line-height: 1.55; }
.capability-truth-note b { color: #35546f; }

.research-record-sidebar .research-basis { border-color: #c8d9ea; background: #f2f7fc; }
.research-basis p { margin: 0; color: #536b82; font-size: 11px; line-height: 1.6; }

@media (max-width: 1180px) {
  .capability-project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .capability-hub-head { grid-template-columns: 1fr; gap: 12px; }
  .capability-hub-stats { width: 100%; min-width: 0; }
  .capability-browser-controls { grid-template-columns: 1fr; gap: 7px; }
  .capability-filter-tools { grid-template-columns: minmax(0, 1fr) 180px; }
  .capability-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .capability-hub-section { padding: 13px 0 34px; }
  .capability-hub-head h1 { font-size: 28px; }
  .capability-hub-head p { font-size: 12px; }
  .capability-hub-stats div { padding: 8px 5px; }
  .capability-browser-controls { padding: 8px; }
  .capability-kind-switch { display: grid; grid-template-columns: repeat(3, 1fr); }
  .capability-kind-switch button { min-width: 0; justify-content: center; padding: 0 5px; }
  .capability-filter-tools { grid-template-columns: 1fr; }
  .capability-project-grid { grid-template-columns: 1fr; padding: 0 8px 8px; }
  .capability-project-card { min-height: 0; }
}

/* About platform — park-backed joint construction */
.platform-about-page { background: #f3f6f9; }
.about-joint-hero { position: relative; overflow: hidden; padding: 18px 0 28px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(45, 149, 255, .3), transparent 31%), linear-gradient(116deg, #061525 0%, #0a2b4b 63%, #0d4f82 100%); }
.about-joint-hero::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(153, 201, 246, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(153, 201, 246, .18) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.about-joint-hero .page-width { position: relative; z-index: 1; }
.about-joint-hero .breadcrumb { margin: 0 0 18px; color: #8eabc6; font-size: 12px; }
.about-joint-hero .breadcrumb a { color: #9dd3ff; }
.about-joint-hero-grid { display: block; }
.about-joint-copy { max-width: 1000px; }
.about-joint-copy > span { color: #7fc7ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.about-joint-copy h1 { max-width: 850px; margin: 7px 0 12px; color: #fff; font-size: clamp(32px, 4vw, 52px); line-height: 1.16; letter-spacing: -.045em; }
.about-joint-copy > p { max-width: 850px; margin: 0; color: #c1d4e5; font-size: 15px; line-height: 1.75; }
.about-role-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.about-role-tags b { padding: 7px 10px; color: #dceeff; border: 1px solid rgba(139, 198, 248, .28); border-radius: 6px; background: rgba(255, 255, 255, .06); font-size: 12px; }
.about-content-section { padding-top: 24px; }
.about-content-main > section { scroll-margin-top: 104px; }
.about-primary-section > h2,
.about-content-main .subsection > h2 { margin: 4px 0 7px; color: #173a5b; font-size: 27px; line-height: 1.25; }
.about-content-main .lead { max-width: 920px; margin: 0; color: #596d81; font-size: 14px; line-height: 1.75; }
.about-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 17px; overflow: hidden; border: 1px solid #d5e0ea; border-radius: 9px; background: #d5e0ea; }
.about-proof-grid article { min-width: 0; padding: 15px 14px; background: #f8fbfe; }
.about-proof-grid b,
.about-proof-grid span { display: block; }
.about-proof-grid b { color: #1668d1; font: 800 23px/1.15 ui-monospace, SFMono-Regular, Consolas, monospace; }
.about-proof-grid span { margin-top: 6px; color: #5e7184; font-size: 12px; line-height: 1.5; }
.about-source-note { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: 7px 2px 0; color: #7b8998; font-size: 11px; }
.about-source-note a { color: #1768d1; font-weight: 750; text-decoration: none; }
.about-source-note a:hover { text-decoration: underline; }
.about-support-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.about-support-grid article { padding: 13px; border: 1px solid #dbe4ec; border-radius: 8px; background: #fff; }
.about-support-grid span { color: #1b74d1; font: 800 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.about-support-grid h3 { margin: 8px 0 5px; color: #264861; font-size: 15px; }
.about-support-grid p { margin: 0; color: #66788a; font-size: 12px; line-height: 1.65; }

.about-role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 13px; }
.about-role-card { padding: 17px; border: 1px solid #d8e2eb; border-top: 3px solid #176fd3; border-radius: 9px; background: #fff; }
.about-role-card.is-company { border-top-color: #0a9182; }
.about-role-card > span { color: #6c8093; font-size: 11px; font-weight: 800; }
.about-role-card h3 { margin: 4px 0 2px; color: #173b5a; font-size: 18px; }
.about-role-card > strong { display: block; color: #1768c8; font-size: 13px; }
.about-role-card.is-company > strong { color: #078172; }
.about-role-card ul { display: grid; gap: 7px; margin: 13px 0 0; padding: 0; list-style: none; }
.about-role-card li { position: relative; padding-left: 15px; color: #566a7e; font-size: 13px; line-height: 1.55; }
.about-role-card li::before { content: ""; position: absolute; top: .65em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #2d7fd3; }
.about-role-card.is-company li::before { background: #159684; }
.about-joint-output { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 9px; padding: 10px 12px; border: 1px solid #d7e2ec; border-radius: 8px; background: #edf5fc; }
.about-joint-output b { margin-right: 5px; color: #164b79; font-size: 12px; }
.about-joint-output span { padding: 4px 7px; color: #4d657b; border-radius: 5px; background: #fff; font-size: 11px; }

.about-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 13px; }
.about-service-grid > * { min-width: 0; display: flex; flex-direction: column; min-height: 188px; padding: 14px; color: inherit; border: 1px solid #d9e3ec; border-radius: 8px; background: #fff; text-decoration: none; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.about-service-grid a:hover { transform: translateY(-2px); border-color: #9fc3e6; box-shadow: 0 8px 20px rgba(26, 60, 91, .08); }
.about-service-grid span { color: #1768cc; font-size: 10px; font-weight: 800; }
.about-service-grid h3 { margin: 8px 0 5px; color: #24445f; font-size: 16px; }
.about-service-grid p { margin: 0; color: #657789; font-size: 12px; line-height: 1.65; }
.about-service-grid b { margin-top: auto; padding-top: 12px; color: #1768cc; font-size: 11px; }
.about-service-grid article b { color: #788696; }

.about-statement-box { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 13px; }
.about-statement-box > div { padding: 14px; border: 1px solid #dbe3eb; border-radius: 8px; background: #f8fafc; }
.about-statement-box b { color: #294964; font-size: 13px; }
.about-statement-box p { margin: 5px 0 0; color: #637588; font-size: 12px; line-height: 1.7; }

@media (max-width: 1100px) {
  .about-proof-grid,
  .about-support-grid,
  .about-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .about-role-grid,
  .about-statement-box { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .about-joint-hero { padding: 13px 0 21px; }
  .about-joint-hero .breadcrumb { margin-bottom: 12px; }
  .about-joint-copy h1 { font-size: 30px; }
  .about-joint-copy h1 br { display: none; }
  .about-joint-copy > p { font-size: 13px; }
  .about-role-tags { display: grid; }
  .about-proof-grid,
  .about-support-grid,
  .about-service-grid { grid-template-columns: 1fr; }
  .about-service-grid > * { min-height: 0; }
  .about-primary-section > h2,
  .about-content-main .subsection > h2 { font-size: 23px; }
}
