* {
  letter-spacing: 0 !important;
}
[hidden] {
  display: none !important;
}
.form-field:has(input[type="checkbox"]) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.form-field > input[type="checkbox"] {
  width: 16px;
  min-height: 16px;
  height: 16px;
}
.form-field:has(input[type="checkbox"]) > small:empty {
  display: none;
}
.health-hours > span {
  flex: none;
}
.sidebar nav {
  min-height: 0;
}
.row {
  min-width: 0;
}
svg {
  width: 18px;
  height: 18px;
  flex: none;
  vertical-align: middle;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
input,
select,
textarea {
  max-width: 100%;
  color: var(--ink);
}
textarea {
  padding: 10px;
  font: inherit;
  resize: vertical;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
}
.skip-link {
  position: absolute;
  top: -100px;
  z-index: 80;
  padding: 12px;
  background: white;
}
.skip-link:focus {
  top: 0;
}
.brand-mark::after {
  content: none;
}
.brand-mark svg {
  width: 20px;
  height: 20px;
}
.brand-en {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 600;
}
.kicker {
  margin: 0 0 7px;
  color: #74859b;
  font: 10px var(--font-mono);
  font-weight: 650;
  line-height: 1.5;
}
.sidebar {
  padding: 24px 14px 12px;
  background: #112c47;
}
.sidebar .brand {
  margin: 0 8px 27px;
}
.workspace-switch {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 2px 16px;
  padding: 12px 8px;
  background: #1c3955;
  border: 1px solid #35516b;
  border-radius: 6px;
}
.workspace-switch strong {
  color: #e9f0f9;
  font-size: 12px;
}
.workspace-switch small {
  display: block;
  margin-top: 3px;
  color: #a6b8c9;
  font-size: 10px;
}
.workspace-switch > svg {
  margin-left: auto;
  width: 13px;
  color: #a5bacd;
}
.workspace-emblem {
  background: #e8f0f8;
  color: #1e4a73;
  border-radius: 5px;
  padding: 5px;
}
.sidebar nav {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #47617b transparent;
}
.nav-label {
  margin: 14px 10px 7px;
  color: #93a8bc;
  font-size: 10px;
}
.side-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 35px;
  margin: 1px 0;
  padding: 0 10px;
  border-radius: 5px;
  color: #bacbdb;
  font-size: 12px;
}
.side-nav a:hover {
  color: white;
  background: #254765;
}
.side-nav a.active {
  color: #fff;
  background: #285883;
  box-shadow: inset 3px 0 #79b7ff;
}
.side-nav a svg {
  width: 15px;
  height: 15px;
}
.nav-badge {
  margin-left: auto;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 10px;
  background: #8c5929;
  color: #ffe3ae;
}
.meeting-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  color: #d0e1ef;
}
.meeting-link svg:last-child {
  margin-left: auto;
  width: 13px;
}
.environment {
  display: flex;
  gap: 6px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #35506b;
}
.environment > span:last-child {
  margin-left: auto;
}
.app-topbar {
  height: 66px;
  padding: 0 32px;
}
.breadcrumbs svg {
  width: 12px;
  color: #afbaca;
}
.surface-switch {
  color: #577089;
  font-size: 12px;
}
.surface-switch:hover {
  color: var(--blue-600);
}
.topbar-controls {
  gap: 8px;
}
.topbar-divider {
  margin: 0 9px;
  width: 1px;
  height: 24px;
  background: var(--line);
}
.user-chip select {
  border: none;
  background: transparent;
  font-size: 12px;
  max-width: 130px;
}
.app-content {
  padding: 27px 32px 18px;
  max-width: 1750px;
  margin: 0 auto;
}
.page-heading {
  align-items: center;
  margin-bottom: 24px;
}
.page-heading h1 {
  font-size: 25px;
  font-weight: 720;
}
.page-heading p {
  font-size: 12px;
  color: #7b8998;
}
.page-actions {
  gap: 9px;
}
.page-kicker {
  color: #8c9bb0;
}
.workspace-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #8a97a7;
  font-size: 10px;
}
.workspace-footer > span:first-child {
  font-weight: 700;
}
.mobile-menu {
  display: none;
}
.client-intro {
  min-height: 200px;
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #e8f0f8;
  border: 1px solid #d5e1ec;
  border-radius: 6px;
  margin-bottom: 23px;
}
.client-intro h2 {
  font-size: 25px;
  margin: 8px 0;
  color: #183c60;
  font-weight: 650;
}
.client-intro p {
  color: #6f839a;
  margin: 0 0 20px;
  font-size: 12px;
}
.client-intro .text-link {
  margin-left: 7px;
  font-size: 12px;
}
.intro-account {
  padding-left: 36px;
  min-width: 245px;
  border-left: 1px solid #c2d2e2;
}
.intro-account > span {
  color: #627e97;
  font-size: 11px;
}
.intro-account strong {
  display: block;
  font: 34px var(--font-sans);
  font-weight: 720;
  color: #163e65;
  margin: 9px 0;
}
.intro-account a {
  font-size: 11px;
  color: #376996;
}
.intro-account svg {
  width: 13px;
}
.metric-card {
  border-radius: 5px;
  padding: 16px 18px 15px;
  min-height: 114px;
}
.metric-top {
  display: flex;
  justify-content: space-between;
}
.metric-top svg {
  width: 14px;
  color: #c4ceda;
}
.metric-value {
  font-size: 27px;
  font-weight: 680;
  margin-top: 9px;
}
.metric-sub {
  font-size: 10px;
  margin-top: 9px;
}
.metric-label {
  font-size: 11px;
}
.metrics-grid:empty {
  display: none;
}
.admin-metrics {
  gap: 12px;
}
.admin-metrics .metric-card {
  min-height: 105px;
}
.admin-metrics .metric-value {
  font-size: 23px;
}
.work-section {
  background: #fff;
  margin-top: 23px;
  padding: 0 20px 20px;
  border-top: 1px solid #d9e2ec;
  border-bottom: 1px solid #e4eaf2;
  min-width: 0;
}
.section-toolbar {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.section-toolbar h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.section-toolbar .text-link {
  font-size: 11px;
}
.section-toolbar .kicker {
  margin-bottom: 4px;
  font-size: 9px;
}
.section-toolbar select {
  min-width: 94px;
  height: 29px;
  font-size: 11px;
}
.dashboard-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(290px, 1fr);
  gap: 24px;
}
.dashboard-columns .work-section {
  margin-bottom: 0;
}
.chart-host {
  min-width: 0;
  height: 221px;
}
.chart-host canvas {
  display: block;
  width: 100%;
  height: 175px;
}
.chart-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.chart-title-row select {
  font-size: 10px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
}
.chart-tooltip {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  background: #fff;
  padding: 8px;
  border: 1px solid var(--line);
  font-size: 11px;
  box-shadow: var(--shadow-float);
  border-radius: 4px;
}
.chart-legend {
  font-size: 10px;
}
.breakdown-row {
  display: grid;
  grid-template-columns: 28px 1fr 55px;
  gap: 8px;
  align-items: center;
  margin: 14px 0 19px;
}
.breakdown-row img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.breakdown-label {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.bar-track {
  height: 5px;
  background: #eef2f8;
  border-radius: 2px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 2px;
  background: #497ed3;
}
.breakdown-row > strong {
  font-size: 11px;
  text-align: right;
  font-weight: 600;
}
.priority-list {
  display: grid;
}
.priority-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 0;
  border-bottom: 1px solid #edf1f5;
}
.priority-item:last-child {
  border-bottom: 0;
}
.priority-icon {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  background: #eaf3fb;
  color: #3574b7;
}
.priority-icon.warning {
  color: #a97819;
  background: #fff5df;
}
.priority-icon.success {
  color: #26815d;
  background: #ecf7ee;
}
.priority-item strong {
  display: block;
  font-size: 12px;
  font-weight: 650;
}
.priority-item small {
  color: var(--muted);
  font-size: 10px;
}
.priority-item > b {
  margin-left: auto;
  font-size: 19px;
  color: #28496b;
}
.priority-item > svg {
  width: 12px;
  margin-left: auto;
  color: #8697aa;
}
.health-row {
  display: grid;
  grid-template-columns: 125px 1fr 65px;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  font-size: 11px;
}
.health-blocks {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 3px;
}
.health-blocks span {
  min-width: 3px;
  height: 22px;
  border-radius: 2px;
  background: #65b59c;
}
.health-blocks span.warning {
  background: #e8b34b;
}
.health-blocks span.danger {
  background: #de797d;
}
.health-hours {
  display: flex;
  justify-content: space-between;
  margin-left: 135px;
  padding-right: 75px;
  color: #8b97a6;
  font-size: 9px;
}
.decision-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.decision-preview a {
  padding: 8px 0;
}
.decision-preview strong {
  display: block;
  font-size: 12px;
  margin: 8px 0;
}
.decision-preview small {
  color: #8391a2;
  font-size: 10px;
}
.table-component {
  min-width: 0;
}
.table-toolbar {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 15px 0;
}
.table-toolbar:empty {
  display: none;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  min-width: 170px;
}
.search-field input {
  border: none;
  outline: none;
  background: transparent;
  min-width: 0;
  height: 34px;
  font-size: 12px;
  width: 100%;
}
.search-field svg {
  width: 15px;
  color: #8497ab;
}
.table-toolbar .field {
  min-width: 100px;
  font-size: 11px;
}
.group-model-table .field {
  min-width: 96px;
  font-size: 11px;
}
.group-model-table select.field {
  min-width: 124px;
}
.table-scroll {
  overflow-x: auto;
  min-width: 0;
}
.data-table th {
  height: 38px;
  font-size: 10px;
  color: #8693a3;
  padding: 0 12px;
}
.data-table td {
  height: 57px;
  font-size: 11px;
  padding: 8px 12px;
}
.data-table th button {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  display: flex;
  align-items: center;
  gap: 4px;
}
.data-table th svg {
  width: 11px;
  height: 11px;
}
.data-table td:first-child {
  font-weight: 600;
}
.cell-actions .btn {
  min-height: 28px;
  padding: 0 7px;
  font-size: 10px;
}
.table-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  color: #8995a5;
  font-size: 10px;
}
.table-pagination > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.table-pagination select {
  font-size: 10px;
  border: 1px solid var(--line);
  padding: 3px;
  border-radius: 4px;
  color: #667a8e;
}
.table-pagination .icon-btn {
  width: 26px;
  height: 26px;
  min-height: 26px;
}
.table-pagination svg {
  width: 13px;
}
.table-empty {
  height: 130px !important;
  text-align: center;
  color: #8d9aaa;
}
.status {
  font-size: 10px;
  padding: 2px 6px;
  min-height: 20px;
  border-radius: 4px;
}
.subtle {
  color: var(--muted);
  font-size: 11px;
}
.money {
  font-family: var(--font-sans);
  white-space: nowrap;
}
.negative {
  color: var(--danger);
}
.text-link svg {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}
.line-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  margin: 18px 0 0;
  overflow-x: auto;
}
.line-tabs:empty {
  display: none;
}
.line-tabs button {
  padding: 12px 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #7e8c9c;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.line-tabs button.active {
  color: #2165b0;
  border-bottom-color: #2165b0;
  font-weight: 650;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 25px;
}
.catalog-filters {
  border-right: 1px solid var(--line);
  padding-right: 20px;
}
.catalog-filters .section-toolbar {
  min-height: 44px;
  margin-bottom: 16px;
}
.catalog-filters .form-field {
  margin-bottom: 23px;
  font-size: 11px;
  color: #677e94;
}
.catalog-filters .field {
  min-width: 0;
  width: 100%;
  margin-top: 6px;
  font-size: 11px;
}
.catalog-filters fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 23px;
}
.catalog-filters legend {
  font-size: 11px;
  color: #677e94;
  margin-bottom: 10px;
}
.check-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  margin: 9px 0;
}
.check-label input {
  accent-color: var(--blue-600);
}
.form-grid .form-field.check-group {
  display: grid;
  justify-content: stretch;
}
.check-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  padding: 6px 0;
}
.check-options input {
  width: 14px;
  height: 14px;
  min-height: 0;
  margin: 0;
}
.catalog-toolbar {
  display: flex;
  gap: 12px;
}
.catalog-toolbar .search-field {
  flex: 1;
}
.catalog-toolbar select {
  font-size: 12px;
}
.catalog-count {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 20px 0 15px;
  color: #8a97a7;
  font-size: 10px;
}
.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.model-card {
  padding: 20px;
  min-height: 260px;
  border-radius: 6px;
  box-shadow: none;
}
.model-card:hover {
  transform: translateY(-2px);
}
.model-card h3 {
  margin: 16px 0 5px;
  font-size: 15px;
}
.model-id {
  font-size: 9px;
  color: #97a2b1;
  overflow-wrap: anywhere;
}
.vendor-image {
  object-fit: contain;
}
.model-card .model-desc {
  margin: 12px 0;
  min-height: 18px;
  font-size: 11px;
}
.model-caps {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.model-caps span {
  background: #f2f5f9;
  color: #7a889b;
  font-size: 9px;
  padding: 3px 5px;
  border-radius: 3px;
}
.model-pricing {
  display: flex;
  gap: 24px;
  margin-top: 19px;
  padding-top: 12px;
  border-top: 1px solid #edf1f6;
}
.model-pricing small {
  display: block;
  color: #8a97a7;
  font-size: 9px;
}
.model-pricing strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 650;
}
.model-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
  padding-top: 12px;
  color: #7990a6;
  font-size: 9px;
  border-top: 1px solid #edf1f6;
}
.model-card footer svg {
  width: 11px;
  height: 11px;
}
.object-heading {
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.object-heading img {
  width: 54px;
  height: 54px;
}
.object-heading h2 {
  margin: 0 0 7px;
  font-size: 24px;
}
.object-heading p {
  color: var(--muted);
  margin: 5px 0;
}
.code-block {
  padding: 20px;
  color: #c6d8ed;
  background: #152e45;
  overflow: auto;
  font: 12px/1.8 var(--font-mono);
  border-radius: 5px;
  tab-size: 2;
}
.summary-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  padding: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 15px;
}
.summary-strip dt {
  color: #8a98a8;
  font-size: 11px;
  margin-bottom: 7px;
}
.summary-strip dd {
  margin: 0;
  font-size: 16px;
  font-weight: 650;
}
.summary-strip dl {
  margin: 0;
}
.detail-columns {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(245px, 1fr);
  gap: 22px;
}
.detail-main-grid,
.record-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
}
.record-details dl {
  padding: 12px 0;
  border-bottom: 1px solid #edf1f5;
  margin: 0;
  min-width: 0;
}
.record-details dt {
  color: #8091a4;
  font-size: 11px;
}
.record-details dd {
  margin: 7px 0 0;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.record-details .full {
  grid-column: 1 / -1;
}
.history-item {
  padding: 0 0 20px 17px;
  border-left: 1px solid #d8e1ec;
  position: relative;
  margin-left: 5px;
}
.history-item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 3px;
  width: 7px;
  height: 7px;
  background: #6294ca;
  border-radius: 50%;
}
.history-item b {
  display: block;
  font-size: 11px;
}
.history-item p,
.history-item small {
  font-size: 10px;
  color: #8191a3;
  margin: 5px 0;
}
.history-item p {
  overflow-wrap: anywhere;
}
.evidence-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 13px 0;
  padding: 16px 0;
  border-top: 1px solid #edf1f5;
}
.evidence-tile > svg {
  width: 26px;
  height: 26px;
  color: #528abf;
}
.evidence-tile strong {
  display: block;
  font-size: 12px;
}
.evidence-tile small {
  color: #8a98a7;
  font-size: 10px;
}
.evidence-tile .status {
  margin-left: auto;
}
.policy-notice {
  background: #fff9ed;
  border: 1px solid #f0dfbb;
  color: #997124;
  border-radius: 5px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 11px;
}
.policy-notice a,
.policy-notice button {
  margin-left: auto;
  flex: none;
}
.stepper {
  margin-bottom: 0;
}
.step {
  font-size: 10px;
}
.decision-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 0 32px;
  border-bottom: 1px solid #d8e2ee;
}
.decision-intro h2 {
  font-size: 27px;
  margin: 12px 0;
  font-weight: 650;
}
.decision-intro p:last-child {
  font-size: 12px;
  color: #8393a5;
}
.decision-counter {
  text-align: right;
  padding: 10px 25px;
  border-left: 1px solid #d9e2ec;
}
.decision-counter strong {
  display: block;
  color: #a17726;
  font-size: 44px;
  font-weight: 550;
}
.decision-counter span {
  color: #91a0b0;
  font-size: 11px;
}
.decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 225px;
  gap: 30px;
}
.decision-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.decision-index {
  width: 31px;
  flex: none;
  padding-top: 4px;
  color: #94a6bc;
  font-family: var(--font-mono);
  font-size: 13px;
}
.decision-content {
  flex: 1;
  min-width: 0;
}
.decision-content .row {
  flex-wrap: wrap;
  gap: 8px;
}
.decision-content h3 {
  font-size: 14px;
  margin: 0;
}
.decision-scope {
  color: #788b9e;
  font-size: 11px;
  line-height: 1.8;
  margin: 12px 0;
}
.decision-content footer {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  font-size: 10px;
  color: #95a1b0;
}
.decision-edit {
  margin-left: auto;
}
.recorded-tag {
  color: #278265;
  font-size: 10px;
}
.meeting-aside {
  margin-top: 28px;
  padding-left: 23px;
  border-left: 1px solid var(--line);
}
.meeting-aside h3 {
  font-size: 14px;
}
.meeting-aside dt {
  color: #9aa7b5;
  font-size: 10px;
  margin-top: 22px;
}
.meeting-aside dd {
  font-size: 12px;
  margin: 7px 0 0;
  line-height: 1.8;
}
.meeting-aside .btn {
  display: flex;
  margin-top: 14px;
  font-size: 11px;
}
.dialog {
  max-height: 90vh;
  width: min(660px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid #d1dae6;
  border-radius: 8px;
  box-shadow: var(--shadow-float);
  color: var(--ink);
}
.dialog::backdrop {
  background: rgba(9, 26, 44, 0.42);
}
.dialog.drawer {
  margin: 0 0 0 auto;
  height: 100vh;
  max-height: 100vh;
  width: min(700px, calc(100vw - 16px));
  border-radius: 0;
}
.dialog .modal-head {
  padding: 17px 22px;
}
.dialog .modal-head h2 {
  font-size: 18px;
}
.dialog .modal-body {
  padding: 22px;
}
.dialog .modal-foot {
  padding: 15px 22px;
  position: sticky;
  bottom: 0;
  background: white;
}
.dialog .form-field {
  margin-bottom: 17px;
  font-size: 12px;
  gap: 8px;
}
.dialog .form-field > small {
  font-size: 10px;
  color: #9b7f43;
  line-height: 1.6;
}
.form-field > input,
.form-field > select {
  min-height: 37px;
  height: auto;
  padding: 8px 10px;
  border: 1px solid #cdd8e5;
  border-radius: 4px;
  background: white;
  font-size: 12px;
  width: 100%;
}
.form-field > span {
  color: #6d8298;
  font-size: 11px;
}
.form-error {
  padding: 0 22px;
  color: #b13a3a;
  font-size: 12px;
}
.form-error:empty {
  display: none;
}
.form-grid {
  gap: 0 16px;
}
.form-grid .form-field.full {
  grid-column: 1 / -1;
}
.dialog-summary {
  padding: 12px 0 18px;
  font-size: 12px;
  color: #7e8b9d;
}
.dialog-summary strong {
  color: #b27b20;
}
.form-footer {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.settings-form {
  max-width: 700px;
  padding: 26px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.settings-form .form-field {
  margin-bottom: 22px;
}
.field-help {
  font-size: 11px;
  color: #8798ab;
}
.radio-options {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}
.radio-options label {
  display: flex;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 12px;
}
.radio-options label:has(input:checked) {
  border-color: #4e8bce;
  background: #f0f6fd;
}
.secret-value {
  background: #f2f6fa;
  padding: 18px;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-family: var(--font-mono);
}
.state-panel {
  min-height: 250px;
  border: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.state-panel [data-state="loading"] {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.playground {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-top: 1px solid var(--line);
  background: #fff;
  min-height: 610px;
}
.playground > aside {
  padding: 23px;
  border-right: 1px solid var(--line);
}
.playground .form-field {
  margin-bottom: 20px;
  font-size: 11px;
}
.playground .field {
  min-width: 0;
  width: 100%;
  font-size: 12px;
}
.playground > section {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.chat-messages {
  min-height: 400px;
  max-height: 530px;
  overflow: auto;
  padding: 25px;
}
.chat-empty {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8b9aae;
}
.chat-empty svg {
  width: 37px;
  height: 37px;
}
.chat-empty h2 {
  font-size: 19px;
  font-weight: 500;
  color: #5e7892;
  margin: 15px 0 7px;
}
.chat-empty p {
  font-size: 11px;
}
.chat-message {
  margin: 15px 0;
  padding: 16px;
  max-width: 92%;
  background: #f3f6fa;
  border-radius: 6px;
  font-size: 13px;
  white-space: pre-wrap;
  line-height: 1.8;
}
.chat-message.user {
  margin-left: auto;
  background: #eaf2fb;
}
.chat-message.assistant {
  border-left: 2px solid #68a795;
}
.chat-message small {
  display: block;
  color: #8294a6;
  font-size: 10px;
  margin-top: 10px;
}
#chat-form {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding: 20px;
  margin-top: auto;
}
#chat-input {
  width: 100%;
  background: #fafcfe;
}
.playground dl {
  font-size: 11px;
  color: #7b8fa4;
}
.playground dd {
  margin: 6px 0 15px;
  color: #284c6f;
}
.public-shell {
  background: #f8fafc;
}
.public-shell .site-header {
  background: white;
  color: #23405f;
  height: 76px;
  border-color: #e7edf5;
}
.public-shell .site-nav a {
  color: #78879a;
  font-size: 13px;
  padding: 12px 14px;
}
.public-shell .site-nav a:hover {
  background: #edf4fc;
  color: #245c95;
}
.public-shell .top-actions .text-link {
  color: #758a9f;
  font-size: 12px;
}
.public-heading {
  max-width: 1320px;
  padding: 38px 32px 0;
  margin: 0 auto 30px;
}
.public-shell #page-content {
  max-width: 1320px;
  padding: 0 32px 60px;
  margin: auto;
}
.public-shell:has(.product-hero) #page-content {
  max-width: none;
  padding: 0;
}
.public-shell:has(.product-hero) .public-heading {
  display: none;
}
.product-hero {
  height: min(660px, calc(100svh - 210px));
  min-height: 0;
  background: #eaf1f7 url("../assets/platform.jpg") center bottom / contain
    no-repeat;
  position: relative;
  text-align: center;
  padding: 35px 20px 0;
  display: block;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-copy h1 {
  font-size: 42px;
  line-height: 1.2;
  margin: 10px 0;
  color: #163859;
}
.hero-copy > p:not(.kicker) {
  color: #6c849b;
  font-size: 16px;
  margin: 10px 0 17px;
}
.hero-copy .page-actions {
  justify-content: center;
}
.hero-copy .kicker {
  color: #6f8ca7;
}
.home-models {
  padding: 44px 32px;
}
.home-models .section-head h2 {
  font-size: 23px;
}
.home-models .model-grid {
  grid-template-columns: repeat(3, 1fr);
}
.capability-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 45px max(32px, calc((100vw - 1250px) / 2));
  background: #edf3f8;
  gap: 40px;
}
.capability-band svg {
  color: #437eaf;
  width: 26px;
  height: 26px;
}
.capability-band h3 {
  font-size: 15px;
}
.capability-band p {
  font-size: 12px;
  color: #879aae;
}
.site-footer > div {
  display: flex;
  gap: 25px;
}
.auth-layout {
  min-height: 630px;
  display: grid;
  place-items: center;
}
.auth-layout form {
  width: min(420px, 100%);
  padding: 35px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.auth-layout h2 {
  font-size: 24px;
  margin: 35px 0 8px;
}
.auth-layout p {
  color: #889aae;
  font-size: 11px;
  margin-bottom: 25px;
}
.auth-layout .form-field {
  margin-top: 18px;
  color: #69819a;
  font-size: 12px;
}
.auth-layout .btn {
  width: 100%;
  margin: 15px 0;
}
.document-copy {
  max-width: 850px;
  padding: 30px;
  background: #fff;
  border-top: 1px solid var(--line);
  line-height: 1.9;
}
.document-copy h2 {
  font-size: 18px;
}
.document-copy p {
  font-size: 13px;
  color: #657b91;
}
.report-checks {
  display: flex;
  gap: 20px;
  margin: 15px 0;
  flex-wrap: wrap;
}
.report-checks > div {
  padding: 15px 0;
  flex: 1;
  min-width: 150px;
  border-top: 1px solid var(--line);
}
.report-checks b {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1700px) {
  .app-shell {
    grid-template-columns: 250px minmax(0, 1fr);
  }
  .app-content {
    padding: 34px 45px 20px;
  }
  .dashboard-columns {
    grid-template-columns: minmax(0, 1.8fr) minmax(340px, 1fr);
  }
  .chart-host {
    height: 265px;
  }
  .chart-host canvas {
    height: 215px;
  }
  .product-hero {
    height: min(620px, calc(100svh - 150px));
  }
}
@media (max-width: 1240px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dashboard-columns {
    grid-template-columns: minmax(0, 1.4fr) minmax(270px, 1fr);
    gap: 15px;
  }
  .app-content {
    padding: 25px 22px;
  }
  .client-intro {
    padding: 25px;
  }
  .intro-account {
    min-width: 210px;
  }
  .client-intro h2 {
    font-size: 22px;
  }
  .health-row {
    grid-template-columns: 95px 1fr 56px;
    font-size: 10px;
  }
  .health-blocks {
    gap: 2px;
  }
  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .decision-layout {
    grid-template-columns: 1fr;
  }
  .meeting-aside {
    display: none;
  }
  .metrics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .metric-value {
    font-size: 23px;
  }
  .metric-sub {
    min-height: 25px;
  }
  .decision-preview {
    gap: 10px;
  }
  .product-hero {
    height: min(560px, calc(100svh - 150px));
  }
}
@media (max-width: 1000px) {
  .app-shell {
    grid-template-columns: 210px minmax(0, 1fr);
  }
  .dashboard-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .metric-sub {
    min-height: 0;
  }
  .client-intro {
    flex-direction: column;
    align-items: stretch;
  }
  .intro-account {
    border-left: 0;
    border-top: 1px solid #c2d2e2;
    padding: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .intro-account strong {
    font-size: 25px;
  }
  .detail-columns {
    grid-template-columns: 1fr;
  }
  .catalog-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 16px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  .summary-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .decision-content .row {
    align-items: flex-start;
  }
  .public-shell .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .app-shell {
    display: block;
  }
  .sidebar {
    display: none;
    position: fixed;
    top: 66px;
    left: 0;
    bottom: 0;
    width: 238px;
    height: calc(100vh - 66px);
    z-index: 10;
    box-shadow: 8px 0 18px #16304930;
  }
  .sidebar.mobile-open {
    display: flex;
  }
  .sidebar nav {
    display: block;
  }
  .sidebar .nav-label {
    display: block;
  }
  .sidebar .side-nav {
    display: grid;
  }
  .sidebar-bottom {
    display: block;
  }
  .mobile-menu {
    display: inline-flex;
    margin-right: 8px;
  }
  .app-topbar {
    padding: 0 15px;
  }
  .app-content {
    padding: 22px 18px;
  }
  .page-heading {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
  .page-heading h1 {
    font-size: 23px;
  }
  .topbar-controls {
    gap: 3px;
  }
  .topbar-divider {
    margin: 0 4px;
  }
  .topbar-controls .surface-switch {
    font-size: 10px;
  }
  .table-toolbar {
    flex-wrap: wrap;
  }
  .filters-form .form-field {
    flex-basis: 100%;
  }
  .catalog-layout {
    grid-template-columns: 170px 1fr;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-filters {
    padding-right: 13px;
  }
  .catalog-toolbar {
    flex-wrap: wrap;
  }
  .decision-intro h2 {
    font-size: 24px;
  }
  .decision-item {
    gap: 8px;
  }
  .decision-content h3 {
    font-size: 13px;
  }
  .decision-edit {
    padding: 0 6px;
    font-size: 10px;
  }
  .playground {
    grid-template-columns: 180px 1fr;
  }
  .playground > aside {
    padding: 15px;
  }
  .product-hero {
    height: min(510px, calc(100svh - 150px));
  }
  .hero-copy h1 {
    font-size: 35px;
  }
  .public-shell .site-header {
    padding: 15px 22px;
  }
  .public-shell .site-nav {
    display: none;
  }
  .public-shell .catalog-grid {
    grid-template-columns: 1fr;
  }
  .home-models .model-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .app-content {
    padding: 20px 14px;
  }
  .app-topbar {
    padding: 0 8px;
  }
  .breadcrumbs {
    font-size: 10px;
    gap: 3px;
  }
  .topbar-controls .icon-btn {
    width: 29px;
  }
  .surface-switch {
    display: none;
  }
  .user-chip {
    gap: 5px;
  }
  .user-chip select {
    max-width: 108px;
    font-size: 10px;
  }
  .avatar {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
  .page-heading {
    display: block;
  }
  .page-heading .page-actions {
    margin-top: 14px;
  }
  .client-intro {
    padding: 23px;
  }
  .client-intro h2 {
    font-size: 21px;
  }
  .client-intro .text-link {
    font-size: 10px;
  }
  .intro-account {
    display: block;
  }
  .intro-account strong {
    margin: 8px 0 12px;
  }
  .metrics-grid {
    gap: 9px;
  }
  .metric-card {
    min-height: 104px;
    padding: 13px;
  }
  .metric-value {
    font-size: 21px;
  }
  .metric-label {
    font-size: 10px;
  }
  .metric-sub {
    font-size: 9px;
  }
  .admin-metrics .metric-value {
    font-size: 20px;
  }
  .work-section {
    padding: 0 12px 16px;
    margin-top: 19px;
  }
  .decision-preview {
    grid-template-columns: 1fr;
  }
  .decision-preview a {
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .decision-preview small {
    display: none;
  }
  .health-row {
    grid-template-columns: 90px 1fr 54px;
    gap: 5px;
  }
  .health-blocks {
    gap: 1px;
  }
  .health-blocks span {
    height: 19px;
  }
  .health-hours {
    margin-left: 95px;
    padding-right: 60px;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .catalog-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0;
  }
  .catalog-filters .section-toolbar {
    grid-column: 1/-1;
    margin-bottom: 0;
  }
  .catalog-filters fieldset {
    display: none;
  }
  .catalog-filters .form-field {
    margin-bottom: 12px;
  }
  .catalog-filters .form-field:last-child {
    grid-column: 1/-1;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  .catalog-count {
    flex-direction: column;
    gap: 6px;
  }
  .model-grid {
    grid-template-columns: 1fr;
  }
  .model-card {
    min-height: 258px;
  }
  .decision-counter {
    padding: 10px;
  }
  .decision-counter strong {
    font-size: 33px;
  }
  .decision-intro h2 {
    font-size: 21px;
  }
  .decision-intro p:last-child {
    font-size: 10px;
  }
  .decision-item {
    flex-wrap: wrap;
  }
  .decision-content {
    flex-basis: calc(100% - 45px);
  }
  .decision-edit {
    margin-top: 4px;
  }
  .policy-notice {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .policy-notice svg {
    width: 15px;
  }
  .policy-notice a {
    margin-left: 25px;
  }
  .table-toolbar .search-field {
    flex: 1;
    min-width: 120px;
  }
  .table-toolbar .filter-spacer {
    display: none;
  }
  .table-toolbar .export-button {
    margin-left: auto;
  }
  .table-pagination {
    font-size: 9px;
  }
  .table-pagination > div {
    gap: 4px;
  }
  .record-details {
    grid-template-columns: 1fr;
  }
  .summary-strip {
    padding: 16px;
  }
  .summary-strip dd {
    font-size: 14px;
  }
  .playground {
    display: block;
  }
  .playground > aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border: 0;
  }
  .playground .form-field {
    margin: 0;
  }
  .playground dl {
    grid-column: 1/-1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .chat-messages {
    min-height: 260px;
    padding: 14px;
  }
  .chat-empty {
    min-height: 230px;
  }
  .public-shell #page-content {
    padding: 0 18px 36px;
  }
  .public-heading {
    padding: 28px 18px 0;
  }
  .product-hero {
    height: min(520px, calc(100svh - 185px));
    min-height: 430px;
    background-image: url("../assets/platform-mobile.jpg");
    background-size: contain;
    background-position: center bottom;
    padding-top: 28px;
  }
  .hero-copy h1 {
    font-size: 32px;
  }
  .hero-copy > p:not(.kicker) {
    font-size: 13px;
  }
  .public-shell .site-header {
    padding: 12px 18px;
    min-height: 68px;
    height: 68px;
  }
  .public-shell .site-header .brand {
    font-size: 16px;
  }
  .public-shell .top-actions .btn {
    font-size: 10px;
    padding: 0 9px;
  }
  .home-models {
    padding: 30px 18px;
  }
  .home-models .section-head h2 {
    font-size: 19px;
  }
  .home-models .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .home-models .model-grid {
    grid-template-columns: 1fr;
  }
  .capability-band {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 25px;
  }
  .site-footer {
    font-size: 10px;
  }
  .auth-layout form {
    padding: 25px;
  }
  .workspace-footer {
    gap: 10px;
    font-size: 8px;
  }
  .dialog .modal-body {
    padding: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.simulation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}
.simulation-layout .record-details {
  grid-template-columns: 1fr;
}
.simulation-layout .form-grid {
  gap: 16px;
}
.simulation-layout .form-field {
  min-width: 0;
}
.simulation-layout .state-panel {
  min-height: 260px;
}
.line-tabs a {
  padding: 12px 14px;
  color: var(--muted);
  white-space: nowrap;
}
.line-tabs a.active {
  color: var(--primary);
  border-bottom: 2px solid currentColor;
}
.filters-form {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  padding-bottom: 16px;
  max-width: 100%;
  min-width: 0;
}
.filters-form .form-field {
  flex: 1 1 160px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}
.filters-form .form-field > input,
.filters-form .form-field > select {
  width: 100%;
  min-width: 0;
}
.filters-form .btn {
  flex: none;
}
@media (max-width: 900px) {
  .simulation-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
.price-change {
  color: #176948;
  background: #edf8f1;
  padding: 3px 5px;
}
/* 补充需求 R01–R18：顶栏语言 / 币种切换、通知铃铛、页签内容、应用卡与 SLA 页签。沿用现有字号与颜色令牌。 */
#locale-switch,
.public-locale {
  font-size: 12px;
  color: #577089;
  gap: 5px;
}
#locale-switch span,
.public-locale span {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inbox-bell {
  position: relative;
}
#inbox-bell .nav-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0;
  line-height: 1.3;
}
#detail-tab-content,
#list-tab-content {
  margin-top: 12px;
}
.model-card .model-health {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.model-pricing .price-note {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.model-pricing .price-ref:not(:empty) {
  margin-top: 2px;
}
.intro-account .price-ref {
  color: var(--muted);
  font-size: 11px;
}
.auth-type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 10px 0 14px;
}
.auth-type-grid .type-card {
  padding: 14px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: #fff;
  text-align: left;
  display: grid;
  gap: 4px;
  cursor: pointer;
}
.auth-type-grid .type-card b {
  font-size: 13px;
}
.auth-type-grid .type-card small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.auth-type-grid .type-card.active {
  border-color: var(--blue-600);
  box-shadow: 0 0 0 2px var(--blue-100);
}
.verification-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 16px;
}
.doc-previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin: 8px 0 22px;
}
.doc-preview {
  margin: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  min-width: 0;
}
.doc-preview img,
.doc-preview .doc-empty {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
  background: #f3f5f8;
  border-radius: 4px;
}
.doc-preview .doc-empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
}
.doc-preview figcaption {
  margin-top: 6px;
  font-size: 11px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.inbox-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f5;
}
.inbox-item:last-child {
  border-bottom: 0;
}
.inbox-item b {
  font-size: 12px;
  font-weight: 650;
}
.inbox-item p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
}
.inbox-item.unread b::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--blue-600);
  vertical-align: middle;
}
@media (max-width: 560px) {
  #locale-switch span,
  .public-locale span {
    display: none;
  }
  #locale-switch,
  .public-locale {
    width: 29px;
    padding: 0;
  }
  .auth-type-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 561px) and (max-height: 800px) {
  .product-hero {
    min-height: 470px;
    padding-top: 20px;
  }
  .hero-copy h1 {
    font-size: 34px;
  }
}
@media (min-width: 561px) and (max-height: 650px) {
  .product-hero {
    min-height: 0;
    height: calc(100svh - 150px);
    padding-top: 8px;
    background-size: auto calc(100% - 30px);
  }
}
@media (max-width: 560px) and (max-height: 650px) {
  .product-hero {
    padding-top: 14px;
  }
}
@media (max-width: 560px) {
  #simulation-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  #simulation-tabs a {
    padding: 10px 5px;
    text-align: center;
    font-size: 11px;
  }
}
