:root {
  --brand-bg: #eff4f3;
  --brand-panel: rgba(255, 255, 255, 0.88);
  --brand-border: rgba(15, 23, 42, 0.08);
  --brand-text: #0f172a;
  --brand-muted: #5b687b;
  --brand-accent: #0f766e;
  --brand-mint: #2563eb;
  --brand-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  --brand-shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.06);
}

html,
body {
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.1), transparent 22%),
    var(--brand-bg) !important;
}

body[data-newapi-brand="ready"] {
  color: var(--brand-text);
}

body[data-newapi-brand="ready"] .semi-layout,
body[data-newapi-brand="ready"] .semi-navigation,
body[data-newapi-brand="ready"] .semi-card,
body[data-newapi-brand="ready"] .semi-table,
body[data-newapi-brand="ready"] .semi-form,
body[data-newapi-brand="ready"] [class*="semi-"] {
  --semi-color-bg-0: rgba(255, 255, 255, 0.92);
  --semi-color-bg-1: rgba(255, 255, 255, 0.88);
  --semi-color-bg-2: rgba(247, 250, 252, 0.95);
  --semi-color-border: rgba(15, 23, 42, 0.08);
  --semi-color-text-0: #0f172a;
  --semi-color-text-1: #435166;
  --semi-color-text-2: #67768a;
  --semi-color-primary: #0f766e;
  --semi-color-primary-hover: #0d5f5d;
  --semi-color-link: #2563eb;
  --semi-border-radius-small: 12px;
  --semi-border-radius-medium: 16px;
  --semi-border-radius-large: 20px;
}

body[data-newapi-brand="ready"] .semi-layout {
  background: transparent !important;
}

body[data-newapi-brand="ready"] #root {
  position: relative;
}

body[data-newapi-brand="ready"] .semi-layout-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(18px);
}

body[data-newapi-brand="ready"] .semi-button,
body[data-newapi-brand="ready"] .semi-input-wrapper,
body[data-newapi-brand="ready"] .semi-select,
body[data-newapi-brand="ready"] .semi-card,
body[data-newapi-brand="ready"] .semi-table-wrapper,
body[data-newapi-brand="ready"] .semi-form-field,
body[data-newapi-brand="ready"] .semi-modal-content,
body[data-newapi-brand="ready"] .semi-toast-wrapper,
body[data-newapi-brand="ready"] .semi-banner {
  border-radius: 16px !important;
}

body[data-newapi-brand="ready"] .semi-card,
body[data-newapi-brand="ready"] .semi-table-wrapper,
body[data-newapi-brand="ready"] .semi-navigation,
body[data-newapi-brand="ready"] .semi-modal-content,
body[data-newapi-brand="ready"] .semi-side-sheet-content {
  border: 1px solid var(--brand-border) !important;
  box-shadow: var(--brand-shadow) !important;
  background: var(--brand-panel) !important;
}

body[data-newapi-brand="ready"] .semi-button-primary {
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-mint)) !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.22);
}

body[data-newapi-brand="ready"] .semi-button,
body[data-newapi-brand="ready"] .semi-input-wrapper,
body[data-newapi-brand="ready"] .semi-select,
body[data-newapi-brand="ready"] .semi-navigation-header,
body[data-newapi-brand="ready"] .semi-navigation-footer {
  border-color: var(--brand-border) !important;
}

body[data-newapi-brand="ready"] .semi-navigation {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(18px);
}

body[data-newapi-brand="ready"] .newapi-sidebar-summary {
  margin: 10px 10px 12px;
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.1));
  border: 1px solid rgba(15, 118, 110, 0.1);
}

body[data-newapi-brand="ready"] .newapi-sidebar-summary__pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-newapi-brand="ready"] .newapi-sidebar-summary strong {
  display: block;
  margin: 10px 0 4px;
  font-size: 16px;
  color: var(--brand-text);
}

body[data-newapi-brand="ready"] .newapi-sidebar-summary span {
  display: block;
  color: var(--brand-muted);
  font-size: 12px;
  line-height: 1.6;
}

body[data-newapi-brand="ready"] .newapi-sidebar-sections {
  display: grid;
  gap: 8px;
  margin: 0 10px 12px;
}

body[data-newapi-brand="ready"] .newapi-sidebar-section {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.04);
}

body[data-newapi-brand="ready"] .newapi-sidebar-section span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-text);
}

body[data-newapi-brand="ready"] .newapi-sidebar-section small {
  display: block;
  margin-top: 4px;
  color: var(--brand-muted);
  font-size: 11px;
  line-height: 1.5;
}

body[data-newapi-brand="ready"] .semi-navigation-list-wrapper {
  padding: 10px 8px 12px;
}

body[data-newapi-brand="ready"] .semi-navigation-item {
  border-radius: 16px !important;
  margin-bottom: 4px !important;
}

body[data-newapi-brand="ready"] .semi-navigation-item:hover {
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: var(--brand-shadow-soft);
}

body[data-newapi-brand="ready"] .semi-navigation-item-selected {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(37, 99, 235, 0.12)) !important;
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.12);
}

body[data-newapi-brand="ready"] .semi-table-thead > .semi-table-row > .semi-table-row-head {
  background: rgba(15, 23, 42, 0.03) !important;
  color: #526072 !important;
  font-weight: 700 !important;
}

body[data-newapi-brand="ready"] .semi-card-header {
  padding-top: 18px !important;
}

body[data-newapi-brand="ready"] .semi-card-header-main {
  font-weight: 700;
}

body[data-newapi-brand="ready"] .semi-card-body {
  position: relative;
}

body[data-newapi-brand="ready"] .semi-table-toolbar,
body[data-newapi-brand="ready"] .semi-table-header,
body[data-newapi-brand="ready"] .semi-space-horizontal,
body[data-newapi-brand="ready"] .semi-form-field-label {
  color: var(--brand-text);
}

body[data-newapi-brand="ready"] .semi-table-wrapper .semi-input-wrapper,
body[data-newapi-brand="ready"] .semi-table-wrapper .semi-select,
body[data-newapi-brand="ready"] .semi-card .semi-input-wrapper,
body[data-newapi-brand="ready"] .semi-card .semi-select {
  background: rgba(255, 255, 255, 0.8) !important;
}

body[data-newapi-brand="ready"] .semi-table-row:hover > .semi-table-row-cell {
  background: rgba(15, 118, 110, 0.04) !important;
}

body[data-newapi-brand="ready"] .semi-tag {
  border-radius: 999px !important;
}

body[data-newapi-brand="ready"] .semi-tabs-tab {
  border-radius: 12px 12px 0 0;
}

body[data-newapi-brand="ready"] .semi-empty {
  padding: 26px 0;
}

body[data-newapi-brand="ready"] .newapi-table-heading {
  padding: 16px 18px 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body[data-newapi-brand="ready"] .newapi-table-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--brand-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-newapi-brand="ready"] .newapi-table-heading strong {
  display: block;
  margin: 10px 0 4px;
  font-size: 16px;
  color: var(--brand-text);
}

body[data-newapi-brand="ready"] .newapi-table-heading span {
  display: block;
  color: var(--brand-muted);
  font-size: 12px;
  line-height: 1.6;
}

body[data-newapi-brand="ready"] .newapi-empty-hint {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.03);
}

body[data-newapi-brand="ready"] .newapi-empty-hint strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: var(--brand-text);
}

body[data-newapi-brand="ready"] .newapi-empty-hint span {
  display: block;
  color: var(--brand-muted);
  font-size: 12px;
  line-height: 1.6;
}

body[data-newapi-brand="ready"] .newapi-overlay-note {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

body[data-newapi-brand="ready"] .newapi-overlay-note__pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-newapi-brand="ready"] .newapi-overlay-note span {
  display: block;
  margin-top: 8px;
  color: var(--brand-muted);
  font-size: 12px;
  line-height: 1.6;
}

body[data-newapi-brand="ready"] .newapi-page-strip {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--brand-border);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--brand-shadow-soft);
  backdrop-filter: blur(16px);
}

body[data-newapi-brand="ready"] .newapi-page-strip__copy {
  max-width: 720px;
}

body[data-newapi-brand="ready"] .newapi-page-strip__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--brand-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-newapi-brand="ready"] .newapi-page-strip strong {
  display: block;
  margin: 12px 0 6px;
  font-size: 20px;
  color: var(--brand-text);
}

body[data-newapi-brand="ready"] .newapi-page-strip span {
  display: block;
  color: var(--brand-muted);
  font-size: 13px;
  line-height: 1.7;
}

body[data-newapi-brand="ready"] .newapi-page-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-newapi-brand="ready"] .newapi-page-strip__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--brand-text);
  font-size: 12px;
  font-weight: 600;
}

body[data-newapi-brand="ready"] .newapi-brand-rail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
  margin: 18px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid var(--brand-border);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.92), rgba(37, 99, 235, 0.88)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  box-shadow: 0 28px 68px rgba(15, 118, 110, 0.16);
  backdrop-filter: blur(14px);
}

body[data-newapi-brand="ready"] .newapi-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

body[data-newapi-brand="ready"] .newapi-brand-copy strong,
body[data-newapi-brand="ready"] .newapi-brand-login strong {
  display: block;
  margin-bottom: 6px;
  font-size: 28px;
  line-height: 1.15;
  color: #ffffff;
}

body[data-newapi-brand="ready"] .newapi-brand-copy span,
body[data-newapi-brand="ready"] .newapi-brand-login span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

body[data-newapi-brand="ready"] .newapi-brand-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

body[data-newapi-brand="ready"] .newapi-brand-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

body[data-newapi-brand="ready"] .newapi-brand-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

body[data-newapi-brand="ready"] .newapi-brand-stat {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-newapi-brand="ready"] .newapi-brand-stat small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-newapi-brand="ready"] .newapi-brand-stat strong {
  font-size: 14px;
  color: #ffffff;
}

body[data-newapi-brand="ready"] .newapi-brand-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body[data-newapi-brand="ready"] .newapi-brand-action {
  display: block;
  padding: 16px 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body[data-newapi-brand="ready"] .newapi-brand-action strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #ffffff;
}

body[data-newapi-brand="ready"] .newapi-brand-action span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

body[data-newapi-brand="ready"] .newapi-brand-login {
  max-width: 360px;
  margin: 18px auto 0;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--brand-border);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--brand-shadow);
}

body[data-newapi-brand="ready"] .newapi-brand-login ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--brand-muted);
  line-height: 1.7;
}

body[data-newapi-brand="ready"][data-console-login] .newapi-brand-rail {
  margin-bottom: 8px;
}

body[data-newapi-brand="ready"][data-console-login] form {
  position: relative;
  z-index: 1;
}

body[data-newapi-brand="ready"][data-console-login] .semi-card,
body[data-newapi-brand="ready"][data-console-login] .semi-form {
  background: rgba(255, 255, 255, 0.94) !important;
}

body[data-newapi-brand="ready"] .newapi-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body[data-newapi-brand="ready"] .newapi-brand-pill::before {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.86), transparent);
}

body[data-newapi-brand="ready"] .newapi-helper-dock {
  position: fixed;
  right: 18px;
  top: 118px;
  width: min(300px, calc(100vw - 36px));
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--brand-border);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--brand-shadow);
  backdrop-filter: blur(18px);
  z-index: 40;
}

body[data-newapi-brand="ready"] .newapi-helper-dock__pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--brand-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body[data-newapi-brand="ready"] .newapi-helper-dock strong {
  display: block;
  margin: 14px 0 10px;
  font-size: 18px;
  color: var(--brand-text);
}

body[data-newapi-brand="ready"] .newapi-helper-dock ol {
  margin: 0;
  padding-left: 18px;
  color: var(--brand-muted);
  font-size: 13px;
  line-height: 1.7;
}

body[data-newapi-brand="ready"] .newapi-helper-dock__links {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

body[data-newapi-brand="ready"] .newapi-helper-dock__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--brand-text);
  font-size: 12px;
  font-weight: 600;
}

body[data-newapi-brand="ready"][data-console-auth] {
  color: #0f172a;
  font-family: "SF Pro Display", "Segoe UI", "PingFang SC", "Helvetica Neue", Arial, sans-serif !important;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.06), transparent 28%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.05), transparent 22%),
    #f6f8fb !important;
}

body[data-newapi-brand="ready"][data-console-auth],
body[data-newapi-brand="ready"][data-console-auth] .semi-layout,
body[data-newapi-brand="ready"][data-console-auth] .semi-navigation,
body[data-newapi-brand="ready"][data-console-auth] .semi-card,
body[data-newapi-brand="ready"][data-console-auth] .semi-typography,
body[data-newapi-brand="ready"][data-console-auth] .semi-button,
body[data-newapi-brand="ready"][data-console-auth] .semi-input,
body[data-newapi-brand="ready"][data-console-auth] .semi-input-wrapper,
body[data-newapi-brand="ready"][data-console-auth] .semi-select,
body[data-newapi-brand="ready"][data-console-auth] .semi-form,
body[data-newapi-brand="ready"][data-console-auth] [class*="semi-"] {
  font-family: "SF Pro Display", "Segoe UI", "PingFang SC", "Helvetica Neue", Arial, sans-serif !important;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-brand-rail,
body[data-newapi-brand="ready"][data-console-auth] .newapi-brand-login,
body[data-newapi-brand="ready"][data-console-auth] .newapi-helper-dock {
  display: none !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout,
body[data-newapi-brand="ready"][data-console-auth] .semi-navigation,
body[data-newapi-brand="ready"][data-console-auth] .semi-card,
body[data-newapi-brand="ready"][data-console-auth] .semi-table,
body[data-newapi-brand="ready"][data-console-auth] .semi-form,
body[data-newapi-brand="ready"][data-console-auth] [class*="semi-"] {
  --semi-color-bg-0: #ffffff;
  --semi-color-bg-1: #ffffff;
  --semi-color-bg-2: #f8fafc;
  --semi-color-border: rgba(15, 23, 42, 0.08);
  --semi-color-text-0: #0f172a;
  --semi-color-text-1: #334155;
  --semi-color-text-2: #64748b;
  --semi-color-primary: #1677ff;
  --semi-color-primary-hover: #0f5fd6;
  --semi-color-link: #1677ff;
  --semi-border-radius-small: 10px;
  --semi-border-radius-medium: 12px;
  --semi-border-radius-large: 16px;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header {
  background: rgba(248, 251, 255, 0.82) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header header {
  min-height: 76px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  font-family: "SF Pro Display", "Segoe UI", "PingFang SC", "Helvetica Neue", Arial, sans-serif !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header nav,
body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header nav > div {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  color: #526072 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  line-height: 1 !important;
  transition: background-color 0.18s ease, color 0.18s ease !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header nav a:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.04) !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header h4,
body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-typography-h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-button {
  min-height: 40px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .w-full > .flex.items-center.justify-between {
  gap: 20px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .w-full > .flex.items-center.justify-between > div:first-child {
  min-width: fit-content !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .group.flex.items-center.gap-2 {
  gap: 12px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .relative.w-8.h-8,
body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .relative.w-8.h-8.md\\:w-8.md\\:h-8 {
  width: 34px !important;
  height: 34px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-typography-h4,
body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header h4 {
  letter-spacing: -0.03em !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-button-tertiary.semi-button-borderless {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  color: #334155 !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-button-tertiary.semi-button-borderless:hover {
  background: rgba(248, 250, 252, 0.98) !important;
  color: #0f172a !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-button-with-icon-only {
  min-width: 40px !important;
  width: 40px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-button-tertiary.semi-button-borderless.flex.items-center.gap-1\\.5 {
  min-height: 42px !important;
  height: 42px !important;
  padding-left: 8px !important;
  padding-right: 14px !important;
  gap: 8px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-button-tertiary.semi-button-borderless.flex.items-center.gap-1\\.5 > div:first-child,
body[data-newapi-brand="ready"][data-console-auth] .semi-layout-header .semi-button-tertiary.semi-button-borderless.flex.items-center.gap-1\\.5 > span:first-child {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(37, 99, 235, 0.12)) !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-card,
body[data-newapi-brand="ready"][data-console-auth] .semi-table-wrapper,
body[data-newapi-brand="ready"][data-console-auth] .semi-navigation,
body[data-newapi-brand="ready"][data-console-auth] .semi-modal-content,
body[data-newapi-brand="ready"][data-console-auth] .semi-side-sheet-content {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05) !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-button-primary {
  background: linear-gradient(135deg, #0f766e, #4f8cff 62%, #2563eb) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(22, 119, 255, 0.18) !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-button,
body[data-newapi-brand="ready"][data-console-auth] .semi-input-wrapper,
body[data-newapi-brand="ready"][data-console-auth] .semi-select,
body[data-newapi-brand="ready"][data-console-auth] .semi-card,
body[data-newapi-brand="ready"][data-console-auth] .semi-table-wrapper,
body[data-newapi-brand="ready"][data-console-auth] .semi-form-field,
body[data-newapi-brand="ready"][data-console-auth] .semi-modal-content,
body[data-newapi-brand="ready"][data-console-auth] .semi-side-sheet-content {
  border-radius: 12px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-button-size-small,
body[data-newapi-brand="ready"][data-console-auth] .semi-button-size-default {
  min-height: 36px !important;
  height: 36px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-input-wrapper-small,
body[data-newapi-brand="ready"][data-console-auth] .semi-select-small,
body[data-newapi-brand="ready"][data-console-auth] .semi-select,
body[data-newapi-brand="ready"][data-console-auth] .semi-input-wrapper {
  min-height: 38px !important;
  height: 38px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-input-small,
body[data-newapi-brand="ready"][data-console-auth] .semi-input {
  font-size: 13px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-form {
  gap: 10px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-form-field {
  margin-bottom: 0 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-space {
  gap: 10px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-space-horizontal,
body[data-newapi-brand="ready"][data-console-auth] .semi-space-vertical {
  gap: 10px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-header,
body[data-newapi-brand="ready"][data-console-auth] .semi-table-toolbar {
  padding: 16px 18px !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-header .semi-form,
body[data-newapi-brand="ready"][data-console-auth] .semi-table-toolbar .semi-form {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-header .semi-button-group,
body[data-newapi-brand="ready"][data-console-auth] .semi-table-toolbar .semi-button-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-wrapper {
  overflow: hidden !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-thead > .semi-table-row > .semi-table-row-head {
  height: 44px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: rgba(15, 23, 42, 0.035) !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  color: #334155 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05) !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-tbody > .semi-table-row:last-child > .semi-table-row-cell {
  border-bottom: none !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-row:hover > .semi-table-row-cell {
  background: rgba(15, 118, 110, 0.035) !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-row-cell .semi-button-size-small,
body[data-newapi-brand="ready"][data-console-auth] .semi-table-row-cell .semi-button-size-default {
  min-height: 32px !important;
  height: 32px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-row-cell .semi-button-tertiary,
body[data-newapi-brand="ready"][data-console-auth] .semi-table-row-cell .semi-button-secondary {
  background: rgba(15, 23, 42, 0.04) !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  color: #334155 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-table-row-cell .semi-button-danger {
  background: rgba(239, 68, 68, 0.08) !important;
  border: 1px solid rgba(239, 68, 68, 0.12) !important;
  color: #b91c1c !important;
  box-shadow: none !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-tag {
  min-height: 26px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-pagination {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  padding: 14px 18px 18px !important;
  color: #64748b !important;
  font-size: 12px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-pagination .semi-page-item,
body[data-newapi-brand="ready"][data-console-auth] .semi-pagination .semi-button {
  min-width: 34px !important;
  min-height: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-pagination .semi-page-item-active {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.12)) !important;
  color: #0f172a !important;
  font-weight: 700 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-empty {
  padding: 44px 0 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-empty-hint {
  max-width: 420px;
  margin: 16px auto 0 !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: rgba(15, 23, 42, 0.035) !important;
  text-align: left !important;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-empty-hint strong {
  font-size: 14px !important;
  letter-spacing: -0.02em;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation {
  background: rgba(255, 255, 255, 0.84) !important;
  backdrop-filter: blur(12px);
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-list-wrapper {
  padding: 8px 10px 14px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-item .semi-navigation-item-text,
body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-item span,
body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-item a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #334155 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-item {
  border-radius: 12px !important;
  min-height: 42px !important;
  margin-bottom: 4px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-item:hover {
  background: rgba(15, 23, 42, 0.04) !important;
  box-shadow: none !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-item-selected {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.12)) !important;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16) !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-item-selected .semi-navigation-item-text,
body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-item-selected span {
  color: #0f172a !important;
  font-weight: 700 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-sub-title,
body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-header,
body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-footer {
  color: #64748b !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body[data-newapi-brand="ready"][data-console-auth] .semi-navigation-sub-title {
  margin: 14px 6px 8px !important;
  padding: 0 !important;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-page-strip {
  margin: 14px 18px;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.92);
}

body[data-newapi-brand="ready"][data-console-auth][data-console-route="/console"] .newapi-page-strip {
  display: none !important;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 16px 18px 14px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.09), transparent 30%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.94);
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero__copy {
  max-width: 780px;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero strong {
  display: block;
  margin: 14px 0 8px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0f172a;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero span {
  display: block;
  max-width: 64ch;
  color: #526072;
  font-size: 14px;
  line-height: 1.7;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero__links,
body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-actions {
  display: grid;
  gap: 12px;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 380px;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero__links a,
body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-action {
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero__links a {
  padding: 16px 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 18px 18px;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-action {
  padding: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-action small {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: #526072;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-action strong {
  display: block;
  margin: 12px 0 6px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-action span {
  display: block;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

body[data-newapi-brand="ready"][data-console-auth][data-console-route="/console"] .newapi-console-home-card-hidden {
  display: none !important;
}

body[data-newapi-brand="ready"][data-console-auth][data-console-route="/console"] .newapi-console-home-greeting {
  display: inline-block;
  margin: 8px 18px 18px !important;
  font-size: 32px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em !important;
  color: #0f172a !important;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-page-strip strong {
  font-size: 18px;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-page-strip span {
  font-size: 12px;
  line-height: 1.6;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-page-strip__links a,
body[data-newapi-brand="ready"][data-console-auth] .newapi-sidebar-summary,
body[data-newapi-brand="ready"][data-console-auth] .newapi-sidebar-section {
  box-shadow: none !important;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-sidebar-summary {
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.08), rgba(15, 118, 110, 0.06));
  border: 1px solid rgba(15, 23, 42, 0.06);
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-sidebar-summary strong {
  font-size: 14px;
}

body[data-newapi-brand="ready"][data-console-auth] .newapi-sidebar-summary span,
body[data-newapi-brand="ready"][data-console-auth] .newapi-sidebar-section small,
body[data-newapi-brand="ready"][data-console-auth] .newapi-table-heading span,
body[data-newapi-brand="ready"][data-console-auth] .newapi-empty-hint span,
body[data-newapi-brand="ready"][data-console-auth] .newapi-overlay-note span {
  color: #64748b;
}

@media (max-width: 900px) {
  body[data-newapi-brand="ready"] .newapi-brand-rail {
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 18px;
  }

  body[data-newapi-brand="ready"] .newapi-brand-copy strong {
    font-size: 22px;
  }

  body[data-newapi-brand="ready"] .newapi-brand-stats {
    grid-template-columns: 1fr;
  }

  body[data-newapi-brand="ready"] .newapi-helper-dock {
    position: static;
    width: auto;
    margin: 0 18px 18px;
  }

  body[data-newapi-brand="ready"] .newapi-sidebar-summary,
  body[data-newapi-brand="ready"] .newapi-sidebar-sections {
    margin-left: 8px;
    margin-right: 8px;
  }

  body[data-newapi-brand="ready"] .newapi-page-strip {
    flex-direction: column;
    align-items: stretch;
  }

  body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero {
    flex-direction: column;
    align-items: stretch;
  }

  body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero__links,
  body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-actions {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  body[data-newapi-brand="ready"][data-console-auth] .newapi-console-home-hero strong {
    font-size: 22px;
  }

  body[data-newapi-brand="ready"][data-console-auth][data-console-route="/console"] .newapi-console-home-greeting {
    font-size: 24px !important;
  }
}
