:root {
  --ink: #252723;
  --muted: #787d74;
  --gold: #c9a84c;
  --gold-dark: #80631d;
  --gold-pale: #f5f0df;
  --line: #e5e6df;
  --surface: #fff;
  --bg: #f6f7f3;
  --side: #1a1c19;
  --green: #4f7460;
  color-scheme: light;
  font:
    14px -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  color: var(--ink);
  background: var(--bg);
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
svg {
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
p {
  line-height: 1.9;
}
h1 {
  font-size: 29px;
  letter-spacing: -0.7px;
  font-weight: 650;
  margin-bottom: 10px;
}
h1:focus {
  outline: none;
}
h2 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
}
small {
  font-size: 11px;
}
.side {
  width: 232px;
  position: fixed;
  inset: 0 auto 0 0;
  background: var(--side);
  color: #babeb3;
  overflow-y: auto;
  z-index: 4;
  padding: 29px 18px 22px;
  scrollbar-width: thin;
  scrollbar-color: #52574a transparent;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #f3f1e8;
  font-size: 23px;
  font-weight: 620;
  letter-spacing: 2px;
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 42px;
  height: 44px;
  border: 1px solid #776633;
  border-radius: 10px;
  background: linear-gradient(140deg, #3b3727, #25261f);
  flex-shrink: 0;
}
.brand-symbol svg {
  width: 36px;
  height: 36px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
}
.brand small {
  display: block;
  color: #a2987f;
  font-size: 7px;
  letter-spacing: 1.7px;
  margin-top: 7px;
  font-weight: 400;
}
.nav-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: #92998a;
  margin: 26px 13px 10px;
}
.nav {
  display: grid;
  gap: 4px;
}
.nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 41px;
  padding: 9px 13px;
  border-radius: 7px;
  font-size: 12px;
  position: relative;
}
.nav a:hover {
  background: #282c23;
  color: #fff;
}
.nav a.active {
  background: #c9a84c1a;
  color: #e5c976;
}
.nav a.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  width: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.nav-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  font-size: 16px;
  color: #9ba38e;
}
.nav a.active .nav-icon {
  color: #d4b565;
}
.sidebar-bottom {
  border-top: 1px solid #34392f;
  margin-top: 27px;
  padding: 19px 13px 0;
  font-size: 10px;
  color: #b8bfb0;
}
.sidebar-bottom p {
  font-size: 9px;
  color: #a3aa98;
  margin: 8px 0 10px;
}
.sidebar-bottom a {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  color: #d3c49b;
  font-size: 11px;
}
.environment-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b79a4b;
  margin-right: 5px;
}
.app-main {
  margin-left: 232px;
  min-height: 100vh;
}
.topbar {
  height: 69px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  font-size: 11px;
  color: #686e61;
  gap: 18px;
}
.header-title {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-divider {
  color: #c4c8bb;
}
#header-page {
  color: #929887;
}
.top-right {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
.preview-badge {
  border: 1px solid #e4d7aa;
  border-radius: 5px;
  background: #fcf8eb;
  color: #826924;
  padding: 5px 9px;
  font-size: 10px;
}
.avatar {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f1eb;
  color: #777f6e;
  font-size: 11px;
}
main {
  padding: 30px 36px 20px;
  max-width: 1640px;
  margin: 0 auto;
  min-height: calc(100vh - 124px);
}
main:focus {
  outline: none;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 550;
  color: #898e80;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}
.page-heading p {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 0;
  max-width: 740px;
}
.heading-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 39px;
  padding: 10px 15px;
  border: 1px solid #dce0d5;
  border-radius: 7px;
  background: #fff;
  color: #5b6352;
  font-size: 12px;
  text-align: center;
}
.btn:hover {
  background: #f8f9f5;
}
.btn.primary {
  background: var(--gold);
  border-color: var(--gold);
  color: #26261e;
  font-weight: 600;
  box-shadow: 0 3px 7px #5e4d1b12;
}
.btn.primary:hover {
  background: #d4b75f;
}
.btn.dark {
  background: #252a21;
  border-color: #252a21;
  color: #f1e8cd;
}
.btn:disabled {
  color: #858d7c;
  background: #f1f3ed;
  border-color: #e2e6d9;
  box-shadow: none;
}
.btn.small {
  font-size: 11px;
  min-height: 34px;
  padding: 8px 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-dark);
  font-size: 12px;
  padding: 6px 0;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  border-radius: 13px;
  background: #22271f;
  position: relative;
  overflow: hidden;
  padding: 33px 36px;
  min-height: 252px;
  color: #f8f5e9;
  margin-bottom: 23px;
  border: 1px solid #343a2b;
}
.hero:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border: 1px solid #c9a84c13;
  border-radius: 50%;
  right: -70px;
  top: -230px;
  pointer-events: none;
}
.hero .eyebrow {
  color: #ccb57a;
  font-size: 10px;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}
.hero h2 {
  font-size: 31px;
  line-height: 1.5;
  font-weight: 540;
  letter-spacing: 0.3px;
  margin: 0 0 15px;
}
.hero h2 em {
  font-style: normal;
  color: #d9bb6b;
}
.hero p {
  font-size: 12px;
  line-height: 2;
  color: #bac1af;
  margin-bottom: 20px;
  max-width: 540px;
}
.hero .btn {
  box-shadow: none;
}
.hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero .text-link {
  color: #d7cfb8;
}
.hero-art {
  display: grid;
  place-items: center;
  position: relative;
  align-self: center;
  height: 220px;
}
.orbit {
  position: absolute;
  border: 1px solid #9c8c4f42;
  border-radius: 50%;
  width: 195px;
  height: 195px;
  transform: rotate(-22deg);
}
.orbit.two {
  width: 254px;
  height: 254px;
  border-style: dashed;
  border-color: #b09c5830;
}
.warehouse {
  width: 140px;
  height: 155px;
  background: linear-gradient(140deg, #585239, #2b3022);
  border: 1px solid #a6944b66;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 34px #11180d44;
  transform: rotate(-6deg);
}
.warehouse svg {
  width: 94px;
  height: 94px;
  fill: none;
  stroke: #d2b973;
  stroke-width: 1.2;
}
.art-chip {
  position: absolute;
  background: #3b402f;
  border: 1px solid #81744988;
  box-shadow: 0 8px 18px #181d1433;
  border-radius: 8px;
  padding: 10px 13px;
  color: #dbc993;
  font-size: 10px;
  letter-spacing: 0.5px;
}
.art-chip.one {
  top: 15px;
  right: 0;
}
.art-chip.two {
  bottom: 9px;
  left: 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 27px 0 17px;
}
.section-heading h2 {
  margin: 0;
  font-size: 17px;
}
.section-heading p {
  font-size: 11px;
  color: #858c7a;
  margin: 4px 0 0;
}
.section-note {
  font-size: 10px;
  color: #87907b;
}
.section-heading a {
  white-space: nowrap;
}
.panel {
  padding: 23px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  margin-bottom: 20px;
  min-width: 0;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.panel-head h2 {
  margin: 0;
  font-size: 15px;
}
.subtle {
  font-size: 10px;
  color: #8b937f;
  line-height: 1.8;
}
.panel p:last-child {
  margin-bottom: 0;
}
.columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 306px;
  gap: 22px;
}
.columns > div {
  min-width: 0;
}
.right {
  min-width: 0;
}
.preview-banner {
  background: #f1f3ec;
  border: 1px solid #e0e5d7;
  border-radius: 8px;
  padding: 12px 16px;
  color: #68715d;
  font-size: 11px;
  line-height: 1.9;
  margin-bottom: 22px;
}
.preview-banner b {
  color: #46543c;
  font-weight: 550;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  padding: 5px 8px;
  border: 1px solid #e4e7dd;
  border-radius: 5px;
  background: #f7f8f4;
  color: #78816b;
  font-size: 10px;
  font-weight: 400;
}
.tag.gold {
  color: #886a22;
  border-color: #e9dcaf;
  background: #fbf7e9;
}
.tag.dark {
  background: #303829;
  border-color: #414a38;
  color: #d6dfc7;
}
.tag.green {
  background: #eff5ee;
  color: #527749;
  border-color: #dce8d8;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.metric {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 19px 21px;
  margin-bottom: 2px;
}
.metric-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7c8470;
  font-size: 11px;
}
.metric-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  background: #f4f5f0;
  color: #8e997f;
  border-radius: 7px;
}
.metric strong {
  display: block;
  font-size: 27px;
  font-weight: 500;
  margin-top: 13px;
  color: #444f38;
}
.metric strong.text {
  font-size: 18px;
  padding: 5px 0;
}
.metric small {
  color: #8d957f;
  display: block;
  font-size: 10px;
  margin-top: 7px;
  line-height: 1.7;
}
.feature-card {
  display: flex;
  flex-direction: column;
  gap: 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  position: relative;
  min-width: 0;
}
.feature-card:hover {
  border-color: #cfc4a0;
}
.feature-card h3 {
  font-size: 14px;
  margin: 0;
}
.feature-card p {
  font-size: 11px;
  color: #828b76;
  line-height: 1.9;
  margin: 0;
}
.feature-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #e9dfc5;
  background: #faf6e9;
  border-radius: 9px;
  color: #a18231;
  font-size: 18px;
  margin-bottom: 3px;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #917e49;
  font-size: 10px;
  margin-top: auto;
  padding-top: 8px;
}
.architecture {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.arch-layer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  padding: 20px;
}
.layer-number {
  font-size: 23px;
  font-weight: 300;
  color: #b3a77f;
  line-height: 1.2;
}
.arch-layer h3 {
  font-size: 13px;
  margin: 0 0 8px;
}
.arch-layer p {
  font-size: 11px;
  line-height: 1.8;
  color: #858c7a;
  margin: 0;
}
.section-callout {
  background: #eeefe7;
  border: 1px solid #e1e4d6;
  border-radius: 9px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: #677058;
  margin: 20px 0;
}
.section-callout p {
  margin: 0;
}
.section-callout b {
  color: #424e35;
  font-weight: 550;
}
.industry-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}
.industry-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 20px 16px;
}
.industry-card:hover {
  border-color: #cab983;
}
.industry-card h3 {
  font-size: 13px;
  margin: 12px 0 7px;
}
.industry-card p {
  font-size: 10px;
  color: #8b927e;
  line-height: 1.8;
  margin: 0;
}
.industry-card .feature-icon {
  background: #f4f5ef;
  border-color: #e3e7d9;
  color: #7e8d6a;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.stage-card {
  padding: 18px 15px;
  border: 1px solid #e1e5d7;
  border-radius: 9px;
  background: #fff;
  position: relative;
}
.stage-card:hover,
.stage-card.active {
  background: #faf6e9;
  border-color: #dbc995;
}
.stage-card .step-number {
  font-size: 10px;
  color: #a89354;
  letter-spacing: 1px;
  margin-bottom: 11px;
  display: block;
}
.stage-card h3 {
  font-size: 12px;
  margin-bottom: 8px;
}
.stage-card p {
  font-size: 10px;
  line-height: 1.8;
  color: #8b937f;
  margin: 0;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 21px;
}
.tabs a {
  padding: 0 0 13px;
  font-size: 12px;
  color: #7c856f;
  border-bottom: 2px solid transparent;
}
.tabs a.selected {
  color: #826620;
  border-bottom-color: #b79b4e;
  font-weight: 600;
}
.toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 16px 0 20px;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #7b846e;
}
.search-field input {
  width: 230px;
}
.empty-search-message {
  font-size: 11px;
  color: #74835e;
  line-height: 1.8;
}
.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 212px;
  padding: 25px 14px;
}
.empty-icon {
  height: 45px;
  width: 42px;
  border-radius: 8px;
  background: #f3f5ed;
  border: 1px solid #e5e9db;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.empty-icon svg {
  width: 25px;
  height: 27px;
  fill: none;
  stroke: #a0ad8c;
  stroke-width: 1.2;
}
.empty b {
  font-size: 12px;
  color: #677455;
  font-weight: 500;
  line-height: 1.9;
}
.empty p {
  font-size: 11px;
  color: #8c957e;
  line-height: 1.9;
  margin: 8px 0 16px;
  max-width: 440px;
}
.empty-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: center;
}
.data-grid {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.data-grid th {
  font-weight: 500;
  text-align: left;
  background: #f5f6f1;
  color: #7e8871;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
}
.data-grid td {
  padding: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.table-scroll {
  overflow-x: auto;
  max-width: 100%;
}
.table-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: #939c86;
  padding-top: 14px;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 17px;
}
.help-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 21px;
}
.help-card h3 {
  font-size: 12px;
  color: #657253;
}
.help-card p {
  font-size: 11px;
  line-height: 1.9;
  color: #879178;
  margin: 0;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  color: #667357;
}
.field.wide {
  grid-column: 1/-1;
}
input,
textarea,
select {
  border: 1px solid #dfe4d5;
  border-radius: 7px;
  padding: 11px 12px;
  background: white;
  color: #394331;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
}
input::placeholder,
textarea::placeholder {
  color: #9da48f;
}
input:disabled,
textarea:disabled,
select:disabled {
  background: #f5f6f0;
  color: #969e87;
  cursor: not-allowed;
}
textarea {
  resize: vertical;
  min-height: 96px;
}
input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #b69b4d;
  flex-shrink: 0;
}
.form-note {
  font-size: 11px;
  line-height: 1.9;
  color: #8a947b;
  margin: 19px 0;
}
.form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.section-divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 24px 0;
}
.detail-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.detail-summary > div {
  background: #f5f6ef;
  border-radius: 7px;
  padding: 16px;
}
.detail-summary small {
  display: block;
  color: #89917d;
  font-size: 10px;
  margin-bottom: 9px;
}
.detail-summary b {
  font-size: 12px;
  font-weight: 500;
  color: #536247;
}
.ai-card {
  border: 1px solid #e0e4d4;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.ai-top {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #2e3628;
  padding: 20px;
  color: #ece6d6;
}
.ai-mark {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #8d7b47;
  border-radius: 9px;
  color: #d4b86f;
  font-size: 25px;
}
.ai-top h2 {
  font-size: 14px;
  margin: 0 0 5px;
}
.ai-top small {
  font-size: 9px;
  color: #bcc5af;
}
.ai-body {
  padding: 21px;
}
.ai-body p {
  font-size: 11px;
  color: #81906d;
  line-height: 1.9;
}
.ai-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  color: #889879;
  font-size: 10px;
}
.step-list {
  display: grid;
  gap: 19px;
}
.step-list > div {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.step-list i {
  font-style: normal;
  border-radius: 50%;
  background: #f2f5eb;
  border: 1px solid #e3e9d8;
  color: #8f9e78;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 9px;
  flex-shrink: 0;
}
.step-list b {
  font-size: 11px;
  font-weight: 500;
  color: #71825c;
}
.step-list p {
  font-size: 10px;
  color: #929e82;
  margin: 5px 0 0;
  line-height: 1.8;
}
.role-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #edf0e5;
}
.role-row:last-child {
  border: 0;
}
.role-row b {
  font-size: 12px;
  font-weight: 500;
}
.role-row p {
  margin: 5px 0 0;
  font-size: 11px;
  color: #89977a;
}
.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notice-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 16px;
  color: #7f8f6d;
  font-size: 11px;
  line-height: 1.9;
}
.notice-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 7px 3px 0;
  border: 1px solid #b29b57;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.notice-list li:last-child {
  margin: 0;
}
.architecture-track {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin: 25px 0;
}
.track-node {
  padding: 17px 20px;
  background: #f6f7f1;
  border: 1px solid #e0e6d5;
  border-radius: 8px;
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #667953;
  min-width: 100px;
}
.track-arrow {
  color: #a8b391;
}
.capability-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.capability-heading h2 {
  font-size: 21px;
  margin-bottom: 10px;
}
.capability-heading p {
  font-size: 12px;
  color: #7b8c67;
  max-width: 750px;
  line-height: 1.9;
}
.capability-heading .feature-icon {
  width: 48px;
  height: 48px;
  font-size: 25px;
  flex-shrink: 0;
}
.readiness {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0;
}
.readiness div {
  padding: 18px;
  background: #f5f7ef;
  border: 1px solid #e4ead8;
  border-radius: 8px;
}
.readiness small {
  display: block;
  color: #879674;
  margin-bottom: 10px;
  font-size: 10px;
}
.readiness strong {
  font-size: 12px;
  font-weight: 500;
  color: #5e7548;
}
.capability-tabs {
  gap: 10px 19px;
}
.check-option {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  line-height: 1.8;
  color: #72845d;
}
.checklist {
  display: grid;
  gap: 13px;
  margin: 18px 0;
}
.item-chip {
  font-size: 11px;
  color: #70845a;
  border: 1px solid #dfe7d3;
  border-radius: 5px;
  padding: 8px 10px;
  background: #f7f9f2;
  display: inline-block;
  margin: 0 8px 8px 0;
}
.link-card {
  padding: 22px;
  border: 1px solid #dce5cd;
  background: #f8faf3;
  border-radius: 9px;
  display: block;
}
.link-card:hover {
  border-color: #bbaa73;
}
.link-card h3 {
  font-size: 14px;
  color: #637b45;
}
.link-card p {
  font-size: 11px;
  color: #8b9d72;
  margin: 9px 0 15px;
}
.benchmark {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.benchmark div {
  padding: 16px;
  background: #f7f8f2;
  border-radius: 8px;
}
.benchmark span {
  font-size: 10px;
  color: #879672;
}
.benchmark strong {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #718952;
  margin-top: 11px;
}
.result-card {
  border: 1px solid #d8c58f;
  border-radius: 9px;
  padding: 22px;
  background: #fdfaf0;
  margin-top: 20px;
}
.result-card h3 {
  color: #806826;
  margin-bottom: 16px;
}
.result-card dl {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 12px;
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
}
.result-card dt {
  color: #918153;
}
.result-card dd {
  margin: 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  color: #6d603c;
}
.result-card .form-note {
  color: #9b8a59;
}
.file-note {
  padding: 15px;
  border: 1px dashed #d6dfc6;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.9;
  color: #879976;
  margin: 15px 0;
}
.file-selection {
  overflow-wrap: anywhere;
}
.login-preview {
  max-width: 480px;
  margin: 30px auto;
}
.login-preview .fields {
  grid-template-columns: 1fr;
}
.deployment-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.deployment-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.deployment-card h3 {
  font-size: 14px;
}
.deployment-card p {
  font-size: 11px;
  color: #839273;
  line-height: 1.9;
  margin: 11px 0;
}
.deployment-card.highlight {
  border-color: #d5bd7c;
  background: #fdfbf4;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 1640px;
  margin: 0 auto;
  padding: 5px 36px 25px;
  color: #929a83;
  font-size: 9px;
  letter-spacing: 0.5px;
}
.footer-divider {
  margin: 0 10px;
  color: #c0c7b3;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 20;
  background: white;
  color: #47583a;
  border: 2px solid var(--gold);
  border-radius: 6px;
  padding: 12px;
}
.skip-link:focus {
  clip-path: none;
  width: auto;
  height: auto;
}
.menu-toggle {
  display: none;
}
dialog {
  border: 1px solid #dfd5b4;
  border-radius: 13px;
  padding: 27px;
  max-width: 490px;
  width: calc(100% - 32px);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 100px #1a1a1a33;
}
dialog::backdrop {
  background: #13170fd1;
}
dialog h2 {
  font-size: 21px;
  margin: 12px 0 18px;
}
dialog p {
  font-size: 12px;
  color: #7a8969;
  line-height: 1.9;
}
.dialog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-top .eyebrow {
  margin: 0;
}
.icon-button {
  display: grid;
  place-items: center;
  border: 0;
  background: #f4f6ef;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #879674;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
noscript {
  display: block;
  padding: 30px;
  color: #865e16;
}
.route-page {
  min-height: 660px;
}
@media (min-width: 1600px) {
  .hero h2 {
    font-size: 36px;
  }
  .hero {
    min-height: 282px;
  }
  .hero-art {
    height: 240px;
  }
  .feature-card {
    padding: 25px;
  }
  .stage-card {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .side {
    width: 210px;
    padding: 25px 15px;
  }
  .app-main {
    margin-left: 210px;
  }
  .brand {
    font-size: 20px;
    gap: 9px;
  }
  .brand small {
    font-size: 6px;
  }
  .brand-symbol {
    width: 38px;
    height: 40px;
  }
  .columns {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 17px;
  }
  main {
    padding: 25px;
  }
  .topbar {
    padding: 0 25px;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr) 200px;
    padding: 27px;
  }
  .hero-art {
    transform: scale(0.85);
  }
  .hero h2 {
    font-size: 27px;
  }
  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industry-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .header-title {
    gap: 12px;
  }
  .top-right {
    gap: 10px;
  }
  .feature-card {
    padding: 19px;
  }
  .section-heading {
    margin-top: 25px;
  }
  .site-footer {
    padding: 5px 25px 25px;
  }
}
@media (max-width: 960px) {
  .columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .columns > .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .hero-art {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .header-link {
    display: none;
  }
  .help-grid {
    grid-template-columns: 1fr 1fr;
  }
  .heading-actions {
    flex-shrink: 1;
  }
  .industry-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-summary {
    grid-template-columns: 1fr 1fr;
  }
  .deployment-options {
    grid-template-columns: 1fr;
  }
  .brand small {
    letter-spacing: 1.2px;
  }
  .readiness {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .side {
    position: static;
    width: auto;
    overflow: visible;
    padding: 18px;
    z-index: auto;
  }
  .brand-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
  }
  .brand {
    font-size: 21px;
  }
  .brand small {
    font-size: 6px;
    letter-spacing: 1.6px;
  }
  .brand-symbol {
    width: 37px;
    height: 40px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #736c4d;
    border-radius: 7px;
    background: #35382a;
    color: #ddcc97;
    padding: 9px 12px;
    min-height: 42px;
    font-size: 11px;
  }
  .nav {
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
  }
  .nav-label {
    margin: 21px 10px 9px;
  }
  .nav a {
    min-height: 44px;
    font-size: 12px;
    padding: 10px 12px;
    gap: 10px;
  }
  .sidebar-bottom {
    margin: 19px 8px 0;
    padding: 15px 0 0;
  }
  .sidebar-bottom p {
    display: inline;
    margin-left: 8px;
    font-size: 9px;
  }
  .sidebar-bottom a {
    padding: 13px 0 0;
  }
  .app-main {
    margin-left: 0;
  }
  .topbar {
    height: 57px;
    padding: 0 18px;
    gap: 9px;
  }
  .header-title {
    font-size: 10px;
    gap: 9px;
  }
  .header-title #header-page,
  .header-divider {
    display: none;
  }
  .top-right {
    gap: 8px;
  }
  .avatar {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
  .preview-badge {
    font-size: 9px;
  }
  main {
    padding: 24px 17px 14px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.6px;
    margin-bottom: 11px;
  }
  .page-heading {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
  .page-heading p {
    font-size: 11px;
  }
  .heading-actions {
    flex-wrap: wrap;
    gap: 8px;
  }
  .btn {
    font-size: 11px;
    min-height: 42px;
    padding: 10px 14px;
  }
  .hero {
    padding: 24px 22px;
    border-radius: 11px;
    min-height: 0;
    margin-bottom: 20px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.8px;
    line-height: 1.8;
    margin-bottom: 17px;
  }
  .hero h2 {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .hero p {
    font-size: 11px;
    margin-bottom: 21px;
  }
  .hero .hero-actions {
    gap: 13px;
  }
  .hero .text-link {
    font-size: 11px;
  }
  .grid-4 {
    gap: 11px;
  }
  .metric {
    padding: 15px 16px;
  }
  .metric-label {
    font-size: 10px;
    gap: 5px;
  }
  .metric-icon {
    width: 23px;
    height: 23px;
  }
  .metric strong {
    font-size: 23px;
    margin-top: 11px;
  }
  .metric small {
    font-size: 9px;
  }
  .metric strong.text {
    font-size: 15px;
  }
  .columns {
    gap: 0;
  }
  .columns > .right {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .panel {
    padding: 20px 18px;
    border-radius: 10px;
    margin-bottom: 17px;
  }
  .panel-head {
    align-items: flex-start;
    margin-bottom: 17px;
    gap: 9px;
  }
  .panel-head h2 {
    font-size: 14px;
  }
  .subtle {
    font-size: 9px;
  }
  .section-heading h2 {
    font-size: 16px;
  }
  .section-heading p {
    font-size: 10px;
  }
  .section-heading {
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .section-note {
    max-width: none;
    line-height: 1.8;
    text-align: left;
    flex-basis: 100%;
  }
  .grid-3,
  .grid-2,
  .architecture,
  .help-grid,
  .fields {
    grid-template-columns: 1fr;
  }
  .feature-card {
    padding: 20px;
  }
  .feature-card h3 {
    font-size: 14px;
  }
  .feature-card p {
    font-size: 11px;
  }
  .industry-strip {
    gap: 10px;
  }
  .industry-card {
    padding: 18px 15px;
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .stage-card {
    padding: 16px 14px;
  }
  .stage-card p {
    font-size: 10px;
  }
  .section-callout {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
    font-size: 11px;
  }
  .section-callout .btn {
    align-self: flex-start;
  }
  .tabs {
    gap: 10px 17px;
  }
  .tabs a {
    font-size: 11px;
    padding-bottom: 12px;
  }
  .capability-tabs {
    gap: 8px 16px;
  }
  .toolbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .search-field {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
  .search-field input {
    width: 100%;
  }
  .table-scroll {
    max-width: 100%;
  }
  .data-grid {
    table-layout: fixed;
    font-size: 10px;
  }
  .data-grid th {
    padding: 12px 5px;
    vertical-align: top;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .data-grid .empty {
    min-height: 225px;
    padding: 23px 8px;
  }
  .empty b {
    font-size: 12px;
  }
  .empty p {
    font-size: 11px;
    line-height: 2;
  }
  .table-bottom {
    font-size: 9px;
    line-height: 1.8;
    gap: 12px;
  }
  .preview-banner {
    font-size: 10px;
    line-height: 1.9;
    padding: 12px 14px;
  }
  .detail-summary {
    gap: 10px;
  }
  .detail-summary > div {
    padding: 14px;
  }
  .detail-summary small {
    font-size: 9px;
  }
  .detail-summary b {
    font-size: 11px;
  }
  .capability-heading {
    gap: 14px;
  }
  .capability-heading h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .capability-heading p {
    font-size: 11px;
  }
  .capability-heading .feature-icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .architecture-track {
    gap: 7px;
    margin: 20px 0;
  }
  .track-node {
    min-width: 0;
    padding: 13px 8px;
    font-size: 10px;
  }
  .track-arrow {
    font-size: 10px;
  }
  .field {
    font-size: 11px;
    gap: 9px;
  }
  input,
  textarea,
  select {
    font-size: 13px;
    min-height: 43px;
  }
  .form-note {
    font-size: 10px;
  }
  .result-card {
    padding: 18px;
  }
  .result-card dl {
    grid-template-columns: 70px 1fr;
    font-size: 11px;
    gap: 11px;
  }
  .check-option {
    font-size: 11px;
  }
  .benchmark {
    gap: 10px;
  }
  .benchmark div {
    padding: 13px;
  }
  .benchmark span {
    font-size: 9px;
  }
  .benchmark strong {
    font-size: 17px;
  }
  .role-row {
    padding: 14px 0;
    gap: 12px;
  }
  .role-row b {
    font-size: 11px;
  }
  .role-row p {
    font-size: 10px;
  }
  .login-preview {
    margin: 10px 0;
  }
  .site-footer {
    font-size: 8px;
    line-height: 1.9;
    padding: 4px 18px 22px;
    gap: 15px;
    align-items: flex-start;
  }
  .site-footer span:last-child {
    max-width: 108px;
    text-align: right;
  }
  .footer-divider {
    margin: 0 5px;
  }
  .route-page {
    min-height: 0;
  }
  .readiness {
    gap: 10px;
  }
  dialog {
    padding: 22px;
  }
  .dialog-actions .btn {
    min-height: 44px;
  }
  .help-grid {
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .side,
  .topbar,
  .site-footer,
  .heading-actions,
  .preview-banner,
  .btn,
  .tabs,
  .skip-link {
    display: none !important;
  }
  .app-main {
    margin: 0;
  }
  main {
    padding: 0;
  }
  .panel {
    break-inside: avoid;
  }
  .hero {
    background: white;
    color: #222;
  }
  .hero h2,
  .hero p {
    color: #222;
  }
  .hero-art {
    display: none;
  }
}
/* Record views and action-driven forms share the original brand tokens. */
.demo-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 12px;
  color: #7b806f;
  flex-wrap: wrap;
}
.demo-note .btn {
  margin-left: auto;
  padding: 4px 10px;
  font-size: 11px;
  background: transparent;
}
.record-link {
  display: block;
  color: #363b2e;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
}
.record-link:hover {
  color: #927024;
  text-decoration: underline;
}
.record-sub {
  display: block;
  font-size: 10px;
  color: #8a8d7f;
  line-height: 1.8;
  margin-top: 4px;
}
.data-grid td {
  padding: 18px 15px;
  vertical-align: middle;
}
.data-grid td .btn {
  font-size: 11px;
  padding: 6px 11px;
  white-space: nowrap;
}
.data-grid tbody tr:hover {
  background: #fbfaf6;
}
.metric-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s;
}
.metric-link:hover {
  border-color: #c9a84c;
}
.metric-label {
  justify-content: space-between;
}
.task-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #edf0e5;
}
.task-row:last-child {
  border-bottom: 0;
}
.task-row b {
  font-size: 13px;
}
.task-row p {
  margin: 7px 0 0;
  color: #8a8d7f;
  font-size: 12px;
}
.filter-state {
  font-size: 12px;
  color: #818673;
}
.comparison-note,
.public-source-note {
  margin: 20px 0;
  padding: 18px;
  background: #f7f5ec;
  border-radius: 8px;
  font-size: 13px;
}
.comparison-note p,
.public-source-note p {
  color: #737768;
  line-height: 1.9;
  font-size: 12px;
  margin-bottom: 0;
}
.timeline {
  list-style: none;
  padding: 6px 0;
  margin: 0;
}
.timeline li {
  position: relative;
  border-left: 1px solid #e0d8bf;
  padding: 0 0 24px 25px;
  margin-left: 8px;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c9a84c;
}
.timeline li:last-child {
  padding-bottom: 0;
}
.timeline small {
  display: block;
  color: #8a8d7f;
  font-size: 11px;
  margin-bottom: 8px;
}
.timeline b {
  font-size: 13px;
}
.timeline p {
  color: #737768;
  font-size: 12px;
  line-height: 1.8;
  margin: 8px 0 0;
}
dialog {
  max-width: 760px;
  max-height: 88dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
dialog .fields {
  margin-top: 18px;
}
dialog .wide {
  grid-column: 1/-1;
}
dialog .detail-summary {
  gap: 18px;
  padding: 16px 0;
}
dialog .detail-summary b {
  overflow-wrap: anywhere;
}
dialog .table-scroll {
  max-width: 100%;
}
dialog .form-error {
  color: #9b3424;
  padding: 12px;
  background: #fcf0ed;
  border-radius: 6px;
}
dialog .result-card {
  margin-top: 22px;
}
.receipt-line {
  padding: 15px;
  background: #f8f8f3;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.receipt-line b {
  grid-column: 1/-1;
  font-size: 13px;
}
.login-intro {
  font-size: 20px;
  font-weight: 600;
}
.login-preview {
  max-width: 640px;
  margin: 35px auto;
}
@media (max-width: 700px) {
  .demo-note {
    gap: 7px;
  }
  .demo-note .btn {
    margin-left: 0;
  }
  .task-row {
    flex-wrap: wrap;
  }
  .data-grid {
    min-width: 650px;
  }
  dialog {
    padding: 20px;
    max-height: 90dvh;
  }
  .receipt-line {
    grid-template-columns: 1fr;
  }
  dialog .detail-summary {
    grid-template-columns: 1fr 1fr;
  }
  .public-source-note {
    padding: 14px;
  }
  .timeline {
    margin-top: 8px;
  }
  .heading-actions {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .metric-link {
    transition: none;
  }
}

/* Goal-led procurement and exception handling, within the existing gold palette. */
.ai-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 36px;
  align-items: center;
  padding: 38px 42px;
  margin-bottom: 24px;
  background: #172723;
  color: #f7f6f1;
  border-radius: 16px;
  border: 1px solid #2b3e35;
}
.ai-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #a88b45;
  display: block;
  margin-bottom: 10px;
}
.ai-hero .ai-kicker {
  color: #d8bd76;
}
.ai-hero h2 {
  font-size: 34px;
  line-height: 1.45;
  font-weight: 650;
  margin: 0 0 16px;
  letter-spacing: -0.8px;
}
.ai-hero p {
  font-size: 14px;
  line-height: 1.9;
  max-width: 620px;
  color: #c2cec6;
  margin: 0 0 22px;
}
.ai-hero .btn:not(.primary) {
  border-color: #627268;
  color: #e5e9e4;
  background: transparent;
}
.ai-orbit {
  width: 182px;
  height: 182px;
  border: 1px solid #7c774f;
  outline: 12px solid #ffffff04;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #d1c298;
  text-align: center;
}
.ai-orbit strong {
  font-family: Georgia, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1;
}
.ai-orbit span {
  font-size: 11px;
  letter-spacing: 1px;
}
.ai-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: start;
}
.ai-work-grid > *,
.ai-features > * {
  min-width: 0;
}
.ai-decision,
.ai-task {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid #eae8e0;
}
.ai-decision:last-child {
  border-bottom: 0;
}
.ai-decision > div,
.ai-task > div {
  flex: 1;
  min-width: 0;
}
.ai-decision h3 {
  font-size: 15px;
  margin: 10px 0 8px;
}
.ai-decision p,
.ai-task p {
  font-size: 12px;
  color: #71786e;
  line-height: 1.8;
  margin: 6px 0 0;
}
.ai-decision .btn,
.ai-task .btn {
  flex-shrink: 0;
}
.ai-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.ai-feature {
  padding: 24px;
  background: #fff;
  border: 1px solid #e6e4da;
  border-radius: 12px;
}
.ai-feature h3 {
  font-size: 16px;
  margin: 0 0 12px;
}
.ai-feature p {
  color: #71786e;
  font-size: 13px;
  line-height: 1.85;
  margin: 0 0 20px;
}
.ai-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 28px 0 20px;
}
.ai-result-head h2 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  max-width: 720px;
}
.ai-result-head .tag {
  flex-shrink: 0;
}
.ai-attention {
  background: #fff9e9;
  border: 1px solid #dccb91;
  border-left: 4px solid #b59442;
  border-radius: 10px;
  padding: 25px 28px;
  margin: 24px 0;
}
.ai-attention h2 {
  font-size: 20px;
  margin: 4px 0 12px;
}
.ai-attention p,
.ai-attention small {
  color: #786b4e;
  line-height: 1.85;
}
.ai-attention small {
  display: block;
  margin-top: 12px;
}
.ai-steps {
  list-style: none;
  margin: 0;
  padding: 8px 26px 22px;
}
.ai-step {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 18px;
  position: relative;
  padding: 22px 0 6px;
}
.ai-step:not(:last-child)::after {
  content: "";
  width: 1px;
  background: #d9e1d9;
  position: absolute;
  left: 15px;
  top: 55px;
  bottom: -14px;
}
.ai-step-no {
  border: 1px solid #b7c8bb;
  color: #436c51;
  border-radius: 50%;
  height: 32px;
  display: grid;
  place-items: center;
  font-size: 13px;
  background: #f2f7f2;
}
.ai-step.blocked .ai-step-no {
  background: #fff4d4;
  border-color: #d8c48c;
  color: #9a761c;
}
.ai-step.waiting .ai-step-no {
  background: #f3f3ef;
  border-color: #ddded7;
  color: #9b9f97;
}
.ai-step-title {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.ai-step-title h3 {
  font-size: 15px;
  margin: 4px 0;
}
.ai-step p {
  color: #727a70;
  font-size: 13px;
  line-height: 1.85;
  margin: 7px 0;
}
.ai-step .text-link {
  font: inherit;
  font-size: 12px;
  background: none;
  border: 0;
  padding: 0;
  color: #94762e;
  cursor: pointer;
}
.ai-line {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 15px 22px;
  border-bottom: 1px solid #edece6;
  font-size: 13px;
}
.ai-line span {
  white-space: nowrap;
  color: #727a70;
}
.ai-summary {
  font-size: 15px;
  line-height: 1.9;
  padding: 4px 24px 18px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  .ai-work-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .ai-work-grid aside {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .ai-hero {
    padding: 30px;
    gap: 22px;
  }
  .ai-task {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .ai-hero {
    grid-template-columns: minmax(0, 1fr);
    padding: 25px;
  }
  .ai-hero h2 {
    font-size: 28px;
  }
  .ai-orbit {
    display: none;
  }
  .ai-features,
  .ai-work-grid aside {
    grid-template-columns: minmax(0, 1fr);
  }
  .ai-decision {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
  .ai-result-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .ai-result-head h2 {
    font-size: 18px;
  }
  .ai-attention {
    padding: 20px;
  }
  .ai-attention h2 {
    font-size: 18px;
  }
  .ai-steps {
    padding: 6px 18px 20px;
  }
  .ai-step {
    gap: 12px;
  }
  .ai-step-title {
    align-items: flex-start;
  }
  .ai-step-title .tag {
    white-space: nowrap;
  }
  .ai-task {
    padding: 20px;
  }
  .ai-work-grid {
    gap: 10px;
  }
}
.ai-hero .hero-actions,
.ai-attention .hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ai-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #d7ded3;
  background: #f0f4ed;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 22px;
}
.ai-context b {
  font-size: 13px;
  color: #425943;
}
.ai-context p {
  font-size: 12px;
  line-height: 1.8;
  color: #6a7766;
  margin: 7px 0 0;
}
.ai-context .btn {
  flex-shrink: 0;
}
.ai-job-feedback {
  border: 1px solid #d7ded3;
  border-radius: 8px;
  padding: 16px;
  background: #f0f4ed;
}
@media (max-width: 700px) {
  .ai-context {
    align-items: flex-start;
    flex-direction: column;
  }
}

.request-intake {
  padding: 26px 24px;
}
.request-intake h3 {
  font-size: 17px;
  margin: 0 0 12px;
}
.request-intake p {
  font-size: 13px;
  line-height: 1.8;
  color: #727a70;
  margin: 0 0 22px;
}
.processing-state {
  padding: 24px;
}
.processing-state h2 {
  font-size: 17px;
  margin: 0 0 12px;
}
.processing-state p {
  font-size: 13px;
  line-height: 1.8;
  color: #727a70;
}
.steps-grid + .panel {
  margin-top: 24px;
}
