/* Design Inspiration Director v3: Intelligence Command Deck */
body.command-deck,
body.intel-home,
body.seo-page {
  --deck-bg: #eef4f9;
  --deck-bg-2: #f8fbfe;
  --deck-paper: #ffffff;
  --deck-paper-2: #f4f8fc;
  --deck-ink: #0b1f33;
  --deck-ink-2: #30475f;
  --deck-muted: #63758a;
  --deck-soft: #e6eef7;
  --deck-line: rgba(74, 99, 128, 0.18);
  --deck-line-strong: rgba(52, 74, 101, 0.28);
  --deck-navy: #07182b;
  --deck-navy-2: #0b2741;
  --deck-blue: #2563eb;
  --deck-blue-2: #0ea5e9;
  --deck-cyan: #22d3ee;
  --deck-mint: #10b981;
  --deck-amber: #d97706;
  --deck-red: #dc2626;
  --deck-gold: #b7791f;
  --deck-radius: 18px;
  --deck-radius-sm: 12px;
  --deck-shadow: 0 20px 55px rgba(26, 43, 65, 0.10);
  --deck-shadow-soft: 0 10px 28px rgba(26, 43, 65, 0.07);
  color: var(--deck-ink) !important;
  background:
    linear-gradient(90deg, rgba(20, 57, 92, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 57, 92, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #eaf2f9 0%, #f8fbfe 42%, #ffffff 74%, #f3f7fb 100%) !important;
  background-size: 44px 44px, 44px 44px, auto !important;
}

body.command-deck {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

body.command-deck .app-shell {
  grid-template-columns: 268px minmax(0, 1fr) !important;
  background: transparent !important;
}

body.command-deck .side-nav {
  background: rgba(255, 255, 255, 0.92) !important;
  border-right: 1px solid var(--deck-line) !important;
  box-shadow: 18px 0 48px rgba(35, 50, 70, 0.08) !important;
  backdrop-filter: blur(20px);
}

body.command-deck .brand {
  align-items: center;
  gap: 12px;
  padding: 18px 14px;
  border-radius: 16px;
  color: var(--deck-ink) !important;
  background: linear-gradient(180deg, #ffffff, #f6f9fc) !important;
  border: 1px solid var(--deck-line);
}

body.command-deck .brand strong {
  color: var(--deck-ink) !important;
  font-size: 16px;
}

body.command-deck .brand small,
body.command-deck .side-note span,
body.command-deck .side-link span:last-child {
  color: var(--deck-muted) !important;
}

body.command-deck .side-title {
  color: var(--deck-blue) !important;
  font-weight: 900;
  letter-spacing: 0;
}

body.command-deck .side-link {
  min-height: 40px;
  color: var(--deck-ink-2) !important;
  border-radius: 12px;
}

body.command-deck .side-link:hover,
body.command-deck .side-link:focus-visible {
  color: var(--deck-blue) !important;
  background: rgba(37, 99, 235, 0.08) !important;
}

body.command-deck .side-note {
  background: #f8fbfe !important;
  border: 1px solid var(--deck-line) !important;
  box-shadow: var(--deck-shadow-soft);
}

body.command-deck .main {
  max-width: 1240px;
  padding: 0 28px 40px !important;
}

body.command-deck .topbar,
body.seo-page .page-nav {
  min-height: 64px;
  color: var(--deck-ink) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid var(--deck-line) !important;
  box-shadow: var(--deck-shadow-soft) !important;
  backdrop-filter: blur(18px);
}

body.command-deck .top-links a,
body.command-deck .top-meta,
body.seo-page .page-nav a,
body.seo-page .page-nav button {
  color: var(--deck-ink-2) !important;
}

body.command-deck .top-links a:hover,
body.command-deck .top-links a:focus-visible {
  color: var(--deck-blue) !important;
}

body.command-deck .intel-hero,
body.seo-page .seo-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  min-height: 630px;
  margin-top: 28px;
  padding: 56px !important;
  overflow: hidden;
  color: #f8fbff !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #07182b 0%, #0a2540 52%, #06101e 100%) !important;
  background-size: 46px 46px, 46px 46px, auto !important;
  border: 1px solid rgba(190, 220, 255, 0.18) !important;
  border-radius: 28px !important;
  box-shadow: 0 34px 90px rgba(7, 24, 43, 0.28) !important;
}

body.command-deck .intel-hero::before,
body.seo-page .seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 42%, rgba(34, 211, 238, 0.08) 42.5% 43%, transparent 44%),
    linear-gradient(60deg, transparent 0 58%, rgba(37, 99, 235, 0.10) 58.4% 58.8%, transparent 59.5%);
}

body.command-deck .hero-copy,
body.command-deck .hero-intel,
body.seo-page .seo-hero > * {
  position: relative;
  z-index: 1;
}

body.command-deck .eyebrow,
body.command-deck .section-kicker,
body.seo-page .section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 11px;
  color: #bfe7ff !important;
  background: rgba(34, 211, 238, 0.10) !important;
  border: 1px solid rgba(34, 211, 238, 0.24) !important;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

body.command-deck .hero h1 {
  max-width: 8.8em !important;
  margin: 26px 0 0 !important;
  color: #ffffff !important;
  font-size: clamp(48px, 5.6vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.command-deck .hero-subtitle {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(233, 244, 255, 0.86) !important;
  font-size: 18px;
  line-height: 1.85;
}

body.command-deck .hero-search {
  max-width: 760px;
  margin-top: 26px;
  padding: 12px 14px 14px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(218, 235, 255, 0.28) !important;
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 64px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(20px);
}

body.command-deck .hero-search:focus-within {
  border-color: rgba(34, 211, 238, 0.74) !important;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.14), 0 30px 80px rgba(14, 165, 233, 0.20) !important;
}

body.command-deck .hero-search span {
  color: rgba(225, 240, 255, 0.76) !important;
  font-weight: 800;
}

body.command-deck .hero-search input {
  min-height: 56px !important;
  color: #ffffff !important;
  background: rgba(4, 12, 24, 0.58) !important;
  border: 1px solid rgba(218, 235, 255, 0.22) !important;
  border-radius: 14px;
  font-size: 16px;
}

body.command-deck .hero-search input::placeholder {
  color: rgba(225, 240, 255, 0.64) !important;
}

body.command-deck .quick-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.command-deck .quick-intents a {
  color: rgba(240, 247, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(218, 235, 255, 0.18) !important;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 800;
}

body.command-deck .quick-intents a:hover {
  color: #ffffff !important;
  border-color: rgba(34, 211, 238, 0.50) !important;
  background: rgba(14, 165, 233, 0.16) !important;
}

body.command-deck .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.command-deck .primary-link,
body.command-deck .request-form button[type="submit"],
body.seo-page .primary-link,
body.seo-page .request-form button[type="submit"] {
  min-height: 46px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2f80ff, #2563eb 58%, #1748d4) !important;
  border: 1px solid rgba(167, 205, 255, 0.62) !important;
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.30) !important;
}

body.command-deck .ghost-link,
body.command-deck .secondary-link,
body.command-deck .visit-link,
body.command-deck .text-action,
body.seo-page .ghost-link,
body.seo-page .secondary-link,
body.seo-page .visit-link,
body.seo-page .text-action {
  min-height: 44px !important;
  color: var(--deck-ink-2) !important;
  background: rgba(255, 255, 255, 0.90) !important;
  border: 1px solid var(--deck-line-strong) !important;
  box-shadow: var(--deck-shadow-soft) !important;
}

body.command-deck .hero-ghost {
  color: #edf7ff !important;
  background: rgba(255, 255, 255, 0.11) !important;
  border-color: rgba(218, 235, 255, 0.26) !important;
}

body.command-deck .primary-link:hover,
body.command-deck .ghost-link:hover,
body.command-deck .secondary-link:hover,
body.command-deck .visit-link:hover,
body.command-deck .text-action:hover {
  transform: translateY(-2px);
}

body.command-deck .hero-data-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

body.command-deck .hero-data-grid div,
body.command-deck .radar-kpis article,
body.command-deck .home-radar article,
body.command-deck .intel-list a {
  background: rgba(2, 10, 20, 0.58) !important;
  border: 1px solid rgba(218, 235, 255, 0.14) !important;
  border-radius: 16px;
}

body.command-deck .hero-data-grid div {
  padding: 16px;
}

body.command-deck .hero-data-grid strong {
  color: #ffffff !important;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1;
}

body.command-deck .hero-data-grid span {
  color: rgba(225, 240, 255, 0.74) !important;
}

body.command-deck .radar-terminal {
  align-self: stretch;
  padding: 28px;
  color: #f8fbff !important;
  background: rgba(2, 10, 20, 0.64) !important;
  border: 1px solid rgba(218, 235, 255, 0.18) !important;
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.command-deck .intel-head span,
body.command-deck .home-radar span,
body.command-deck .intel-list em,
body.command-deck .radar-kpis span {
  color: rgba(225, 240, 255, 0.68) !important;
}

body.command-deck .home-radar strong,
body.command-deck .intel-list strong,
body.command-deck .radar-kpis strong,
body.command-deck .intel-head strong {
  color: #ffffff !important;
}

body.command-deck .home-radar i {
  background: linear-gradient(90deg, #34d399 var(--score), rgba(190, 220, 255, 0.18) var(--score)) !important;
}

body.command-deck .data-trust-band,
body.command-deck .announcement-panel,
body.command-deck .control-strip,
body.command-deck .smart-panel,
body.command-deck .trust-section,
body.command-deck .weekly-intel,
body.command-deck .footer,
body.seo-page .request-form-wrap,
body.seo-page .seo-card,
body.seo-page .lead-box,
body.seo-page .methodology-list article,
body.seo-page .faq-list article,
body.seo-page .compare-table {
  color: var(--deck-ink) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid var(--deck-line) !important;
  border-radius: var(--deck-radius) !important;
  box-shadow: var(--deck-shadow) !important;
  backdrop-filter: blur(16px);
}

body.command-deck .data-trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

body.command-deck .data-trust-band p {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding-top: 14px;
  color: var(--deck-muted) !important;
  border-top: 1px solid var(--deck-line);
}

body.command-deck .data-trust-band article,
body.command-deck .route-section a,
body.command-deck .mainland-section article,
body.command-deck .hub-grid a,
body.command-deck .monetize-grid a,
body.command-deck .directory-card,
body.command-deck .suggestion-card,
body.command-deck .workflow-card,
body.command-deck .section-block,
body.command-deck .decision-report-card,
body.seo-page .score-grid article,
body.seo-page .report-score-strip article {
  color: var(--deck-ink) !important;
  background: var(--deck-paper) !important;
  border: 1px solid var(--deck-line) !important;
  border-radius: var(--deck-radius) !important;
  box-shadow: var(--deck-shadow-soft) !important;
}

body.command-deck .route-section a,
body.command-deck .mainland-section article,
body.command-deck .hub-grid a,
body.command-deck .monetize-grid a,
body.command-deck .workflow-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

body.command-deck .route-section a::before,
body.command-deck .mainland-section article::before,
body.command-deck .hub-grid a::before,
body.command-deck .workflow-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--deck-blue), var(--deck-cyan));
  opacity: 0.85;
}

body.command-deck .route-section a:hover,
body.command-deck .mainland-section article:hover,
body.command-deck .hub-grid a:hover,
body.command-deck .monetize-grid a:hover,
body.command-deck .workflow-card:hover,
body.command-deck .decision-report-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.30) !important;
  box-shadow: 0 24px 65px rgba(26, 43, 65, 0.13) !important;
}

body.command-deck .section-head h2,
body.command-deck h2,
body.command-deck h3,
body.command-deck .route-section strong,
body.command-deck .mainland-section strong,
body.command-deck .hub-grid strong,
body.command-deck .site-name strong,
body.command-deck .trust-grid strong,
body.seo-page h2,
body.seo-page h3 {
  color: var(--deck-ink) !important;
  letter-spacing: 0 !important;
}

body.command-deck .section-head p,
body.command-deck .route-section p,
body.command-deck .mainland-section p,
body.command-deck .mainland-section em,
body.command-deck .hub-grid p,
body.command-deck .site-desc,
body.command-deck .decision-audience,
body.command-deck .footer span,
body.seo-page p,
body.seo-page li,
body.seo-page td {
  color: var(--deck-muted) !important;
}

body.command-deck .announcement-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #ffffff, #f1f8fb) !important;
}

body.command-deck .announcement-panel span,
body.command-deck .data-trust-band span,
body.command-deck .route-section span,
body.command-deck .hub-grid span,
body.command-deck .report-card-kicker span,
body.command-deck .decision-score span,
body.command-deck .category-title span {
  color: var(--deck-blue) !important;
}

body.command-deck .control-strip {
  position: sticky;
  top: 76px;
  z-index: 20;
  padding: 16px;
}

body.command-deck .filter,
body.command-deck .mainland-filter,
body.command-deck .risk-filter,
body.command-deck .sort-filter {
  min-height: 36px;
  color: var(--deck-ink-2) !important;
  background: #f7faff !important;
  border: 1px solid var(--deck-line) !important;
}

body.command-deck .filter.active,
body.command-deck .mainland-filter.active,
body.command-deck .risk-filter.active,
body.command-deck .sort-filter.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--deck-blue), var(--deck-blue-2)) !important;
  border-color: rgba(37, 99, 235, 0.35) !important;
}

body.command-deck .section-block {
  padding: 20px;
  margin-top: 24px;
}

body.command-deck .category-header {
  margin-bottom: 16px;
}

body.command-deck .category-title h3 {
  font-size: 22px;
}

body.command-deck .tag-chip,
body.command-deck .status-pill,
body.command-deck .mainland-chip,
body.command-deck .risk-chip {
  color: var(--deck-ink-2) !important;
  background: #f2f7fc !important;
  border: 1px solid var(--deck-line) !important;
}

body.command-deck .status-pill.ok,
body.command-deck .status-pill.status-ok,
body.command-deck .mainland-chip.direct,
body.command-deck .risk-chip.low {
  color: #047857 !important;
  background: rgba(16, 185, 129, 0.12) !important;
  border-color: rgba(16, 185, 129, 0.30) !important;
}

body.command-deck .status-pill.mixed,
body.command-deck .mainland-chip.conditional,
body.command-deck .risk-chip.medium {
  color: var(--deck-amber) !important;
  background: rgba(217, 119, 6, 0.12) !important;
  border-color: rgba(217, 119, 6, 0.26) !important;
}

body.command-deck .status-pill.blocked,
body.command-deck .mainland-chip.overseas,
body.command-deck .risk-chip.high {
  color: var(--deck-red) !important;
  background: rgba(220, 38, 38, 0.10) !important;
  border-color: rgba(220, 38, 38, 0.24) !important;
}

body.command-deck .site-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.command-deck .decision-report-card {
  display: grid;
  gap: 14px;
  min-height: 0 !important;
  padding: 20px !important;
}

body.command-deck .report-card-kicker {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--deck-muted);
  font-size: 12px;
  font-weight: 800;
}

body.command-deck .report-card-kicker em {
  color: var(--deck-muted);
  font-style: normal;
}

body.command-deck .site-top {
  align-items: center;
}

body.command-deck .site-name strong {
  font-size: 20px;
}

body.command-deck .site-name span {
  color: var(--deck-muted) !important;
}

body.command-deck .logo-wrap {
  width: 42px;
  height: 42px;
  background: #f6faff !important;
  border: 1px solid var(--deck-line);
  border-radius: 12px;
}

body.command-deck .report-verdict {
  margin: 0;
  padding: 12px 14px;
  color: var(--deck-ink-2) !important;
  background: linear-gradient(135deg, #f7fbff, #eef7fb);
  border: 1px solid var(--deck-line);
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.65;
}

body.command-deck .decision-score {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 12px;
}

body.command-deck .decision-score strong {
  color: var(--deck-blue) !important;
  font-size: 22px;
}

body.command-deck .decision-score i {
  grid-column: 1 / -1;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--deck-mint) var(--score), var(--deck-soft) var(--score)) !important;
}

body.command-deck .meta-row {
  gap: 7px;
}

body.command-deck .decision-audience b {
  color: var(--deck-ink);
}

body.command-deck .site-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.command-deck .card-actions {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.command-deck .card-actions a,
body.command-deck .card-actions button,
body.seo-page .card-actions a,
body.seo-page .card-actions button {
  min-height: 42px !important;
  color: var(--deck-ink-2) !important;
  background: #ffffff !important;
  border: 1px solid var(--deck-line) !important;
  border-radius: 11px !important;
  box-shadow: 0 8px 18px rgba(26, 43, 65, 0.05) !important;
}

body.command-deck .card-actions a:first-child,
body.seo-page .card-actions a:first-child {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--deck-blue), var(--deck-blue-2)) !important;
  border-color: rgba(37, 99, 235, 0.38) !important;
}

body.command-deck .split-hub,
body.command-deck .weekly-intel {
  color: #edf7ff !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #07182b, #0b2741 58%, #06101e) !important;
  background-size: 44px 44px, 44px 44px, auto !important;
  border-color: rgba(190, 220, 255, 0.18) !important;
}

body.command-deck .split-hub h2,
body.command-deck .weekly-intel h2,
body.command-deck .split-hub strong,
body.command-deck .weekly-intel strong {
  color: #ffffff !important;
}

body.command-deck .split-hub p,
body.command-deck .weekly-intel p {
  color: rgba(225, 240, 255, 0.76) !important;
}

body.command-deck .mega-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.command-deck .footer {
  justify-content: space-between;
  padding: 18px 20px;
}

body.command-deck .mobile-action-bar,
body.seo-page .mobile-action-bar {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid var(--deck-line) !important;
  box-shadow: 0 16px 40px rgba(18, 30, 48, 0.16) !important;
}

body.command-deck .mobile-action-bar a,
body.seo-page .mobile-action-bar a {
  min-height: 44px;
  color: var(--deck-ink-2) !important;
  background: #f4f8fc !important;
  border-radius: 13px;
}

body.command-deck .mobile-action-bar a:last-child,
body.seo-page .mobile-action-bar a:last-child {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--deck-blue), var(--deck-blue-2)) !important;
}

body.seo-page .seo-main {
  max-width: 1120px !important;
  color: var(--deck-ink) !important;
}

body.seo-page .seo-hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
}

body.seo-page .seo-hero h1 {
  color: #ffffff !important;
  font-size: clamp(34px, 4.5vw, 58px) !important;
  line-height: 1.08 !important;
}

body.seo-page .seo-hero p,
body.seo-page .seo-hero .breadcrumb {
  color: rgba(225, 240, 255, 0.82) !important;
}

body.seo-page .request-form input,
body.seo-page .request-form select,
body.seo-page .request-form textarea {
  color: var(--deck-ink) !important;
  background: #f8fbff !important;
  border: 1px solid var(--deck-line-strong) !important;
}

body.seo-page .request-form label {
  color: var(--deck-ink-2) !important;
}

@media (max-width: 1100px) {
  body.command-deck .intel-hero,
  body.seo-page .seo-hero {
    grid-template-columns: 1fr;
  }

  body.command-deck .hero-data-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.command-deck .site-grid,
  body.command-deck .mega-directory {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  body.command-deck .app-shell {
    grid-template-columns: 1fr !important;
  }

  body.command-deck .side-nav {
    width: min(86vw, 320px);
  }

  body.command-deck .main {
    max-width: none;
    padding: 0 14px 92px !important;
  }

  body.command-deck .topbar {
    top: 0;
  }
}

@media (max-width: 640px) {
  body.command-deck,
  body.seo-page {
    background:
      linear-gradient(90deg, rgba(20, 57, 92, 0.05) 1px, transparent 1px),
      linear-gradient(180deg, rgba(20, 57, 92, 0.05) 1px, transparent 1px),
      linear-gradient(180deg, #ecf4fb 0%, #f8fbfe 56%, #ffffff 100%) !important;
    background-size: 36px 36px, 36px 36px, auto !important;
  }

  body.command-deck .topbar {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 64px;
    margin: 10px 0 12px;
    padding: 8px 10px !important;
    border-radius: 20px;
  }

  body.command-deck .topbar::after {
    content: "远航目录 · 出海工具决策情报台";
    min-width: 0;
    overflow: hidden;
    color: var(--deck-ink) !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.command-deck .icon-btn {
    display: inline-grid !important;
    width: 48px !important;
    height: 48px !important;
    place-content: center;
    padding: 0 !important;
    border: 1px solid rgba(180, 215, 250, 0.45) !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0d2744, #10385d) !important;
    box-shadow: 0 10px 24px rgba(16, 56, 93, 0.18);
  }

  body.command-deck .icon-btn span {
    width: 20px;
    height: 2px;
    margin: 2.5px auto;
    background: #ffffff !important;
    border-radius: 999px;
  }

  body.command-deck .top-links,
  body.command-deck .top-meta {
    display: none !important;
  }

  body.command-deck .intel-hero,
  body.seo-page .seo-hero {
    margin-top: 14px;
    padding: 24px 18px !important;
    border-radius: 24px !important;
  }

  body.command-deck .hero h1 {
    max-width: 100% !important;
    font-size: 31px !important;
    line-height: 1.12 !important;
    text-wrap: balance;
  }

  body.command-deck .hero-subtitle {
    font-size: 15px;
    line-height: 1.75;
  }

  body.command-deck .hero-search {
    margin-top: 20px;
  }

  body.command-deck .hero-search input {
    min-height: 52px !important;
    font-size: 14px;
  }

  body.command-deck .quick-intents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.command-deck .quick-intents a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  body.command-deck .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.command-deck .hero-data-grid,
  body.command-deck .data-trust-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.command-deck .radar-terminal {
    padding: 18px;
  }

  body.command-deck .data-trust-band,
  body.command-deck .announcement-panel,
  body.command-deck .control-strip,
  body.command-deck .section-block,
  body.command-deck .trust-section,
  body.command-deck .weekly-intel,
  body.command-deck .footer {
    padding: 16px;
  }

  body.command-deck .announcement-panel,
  body.command-deck .weekly-intel,
  body.command-deck .footer {
    align-items: stretch;
    flex-direction: column;
  }

  body.command-deck .control-strip {
    position: relative;
    top: auto;
  }

  body.command-deck .filter-stack {
    gap: 12px;
  }

  body.command-deck .route-section,
  body.command-deck .mainland-section,
  body.command-deck .hub-grid,
  body.command-deck .monetize-grid,
  body.command-deck .workflow-grid,
  body.command-deck .site-grid {
    grid-template-columns: 1fr !important;
  }

  body.command-deck .decision-report-card {
    padding: 16px !important;
  }

  body.command-deck .card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.command-deck .card-actions a:first-child {
    grid-column: 1 / -1;
  }

  body.command-deck .report-card-kicker,
  body.command-deck .site-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  body.command-deck .mobile-action-bar,
  body.seo-page .mobile-action-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 8px;
    border-radius: 18px;
  }

  body.command-deck .mobile-action-bar a,
  body.seo-page .mobile-action-bar a {
    font-size: 13px;
  }

  body.seo-page .page-nav {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-height: 60px;
    margin: 10px 14px 12px !important;
    padding: 8px !important;
    overflow-x: auto;
    border-radius: 18px;
    scrollbar-width: none;
  }

  body.seo-page .page-nav::-webkit-scrollbar {
    display: none;
  }

  body.seo-page .page-nav a,
  body.seo-page .page-nav button {
    flex: 0 0 auto;
    min-height: 44px !important;
    padding: 0 14px !important;
    border-radius: 13px !important;
    font-size: 14px !important;
    font-weight: 850 !important;
  }
}
