/* ui452: final production refinement for the customer and admin cockpits. */
:root {
  --ui452-bg: #070d12;
  --ui452-bg-deep: #04090d;
  --ui452-panel: #0c151c;
  --ui452-panel-raised: #111d25;
  --ui452-panel-hover: #162630;
  --ui452-line: rgba(177, 210, 221, 0.14);
  --ui452-line-strong: rgba(96, 196, 222, 0.46);
  --ui452-text: #eef5f7;
  --ui452-muted: #91a5ae;
  --ui452-dim: #657982;
  --ui452-signal: #60c4de;
  --ui452-signal-bright: #9cdef0;
  --ui452-signal-deep: #155b70;
  --ui452-warn: #d7ae69;
  --ui452-danger: #df8580;
  --ui452-good: #70c79f;
  --ui452-radius: 6px;
  --ui452-radius-control: 5px;
  --ui452-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  --ui452-ease: cubic-bezier(0.2, 0.74, 0.2, 1);
}

html,
body {
  min-width: 0;
  margin: 0;
  background: var(--ui452-bg-deep);
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) {
  color: var(--ui452-text) !important;
  background-color: var(--ui452-bg) !important;
  background-image:
    linear-gradient(90deg, rgba(96, 196, 222, 0.022) 1px, transparent 1px),
    linear-gradient(rgba(96, 196, 222, 0.018) 1px, transparent 1px) !important;
  background-size: 56px 56px !important;
  font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0 !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) * {
  box-sizing: border-box;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(h1, h2, h3, h4, p, strong, small, span) {
  min-width: 0;
  letter-spacing: 0 !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(p, small) {
  color: var(--ui452-muted);
  line-height: 1.62;
  text-wrap: pretty;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(input, select, textarea) {
  min-width: 0 !important;
  min-height: 40px !important;
  border: 1px solid var(--ui452-line) !important;
  border-radius: var(--ui452-radius-control) !important;
  background: #091219 !important;
  color: var(--ui452-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(input, select, textarea):focus {
  border-color: var(--ui452-signal) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(96, 196, 222, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

/* One button language: signal-filled primary, quiet graphite secondary. */
html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(button, .btn, .geo-mini-button, .geo-story-button, .geo-notice-action, a[role="button"], a.button) {
  min-width: 0;
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid var(--ui452-line) !important;
  border-radius: var(--ui452-radius-control) !important;
  background: var(--ui452-panel-raised) !important;
  background-image: none !important;
  color: var(--ui452-text) !important;
  -webkit-text-fill-color: var(--ui452-text) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-shadow: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
  transition:
    transform 160ms var(--ui452-ease),
    border-color 160ms var(--ui452-ease),
    background-color 160ms var(--ui452-ease),
    box-shadow 160ms var(--ui452-ease) !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(button, .btn, .geo-mini-button, .geo-story-button, .geo-notice-action, a[role="button"], a.button):not(:disabled):hover {
  z-index: 1;
  transform: translateY(-1px) !important;
  border-color: var(--ui452-line-strong) !important;
  background: var(--ui452-panel-hover) !important;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(button, .btn, .geo-mini-button, .geo-story-button, .geo-notice-action, a[role="button"], a.button):not(:disabled):active {
  transform: translateY(1px) scale(0.985) !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(button, .btn, .geo-mini-button, .geo-story-button, .geo-notice-action, a[role="button"], a.button):disabled {
  cursor: not-allowed !important;
  opacity: 0.48 !important;
  filter: saturate(0.35) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
  button.primary,
  .primary-setup-action,
  button.client-ignite-button,
  button.client-home-ignite,
  button.self-start-primary,
  button[data-open-project-modal],
  button[data-portal-action="run"]
),
html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell :is(
  button.primary,
  .geo-mini-button.accent,
  .geo-primary-action,
  .geo-story-button.primary,
  .cockpit-launch-action
) {
  border-color: rgba(112, 211, 235, 0.74) !important;
  background: var(--ui452-signal-deep) !important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 54%) !important;
  color: #f5fcfe !important;
  -webkit-text-fill-color: #f5fcfe !important;
  box-shadow: 0 10px 26px rgba(11, 74, 91, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
  button.primary,
  .primary-setup-action,
  button.client-ignite-button,
  button.client-home-ignite,
  button.self-start-primary,
  button[data-open-project-modal],
  button[data-portal-action="run"]
) :is(b, strong, small, span),
html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell :is(
  button.primary,
  .geo-mini-button.accent,
  .geo-primary-action,
  .geo-story-button.primary,
  .cockpit-launch-action
) :is(b, strong, small, span) {
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  color: #f5fcfe !important;
  -webkit-text-fill-color: #f5fcfe !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
  button.primary,
  .primary-setup-action,
  button.client-ignite-button,
  button.client-home-ignite,
  button.self-start-primary,
  button[data-open-project-modal],
  button[data-portal-action="run"]
):not(:disabled):hover,
html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell :is(
  button.primary,
  .geo-mini-button.accent,
  .geo-primary-action,
  .geo-story-button.primary,
  .cockpit-launch-action
):not(:disabled):hover {
  border-color: var(--ui452-signal-bright) !important;
  background: #1a6f87 !important;
  box-shadow: 0 12px 30px rgba(21, 91, 112, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(button.danger, .danger, .geo-mini-button.danger, [data-tone="danger"]) {
  border-color: rgba(223, 133, 128, 0.42) !important;
  background: rgba(223, 133, 128, 0.075) !important;
  color: #efaaa5 !important;
  -webkit-text-fill-color: #efaaa5 !important;
}

/* Customer shell and navigation. */
html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell {
  --ui452-portal-nav: 232px;
  --ui452-portal-stage: 1480px;
  display: grid !important;
  grid-template-columns: var(--ui452-portal-nav) minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100dvh !important;
  gap: 0 !important;
  overflow-x: clip !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header {
  position: sticky !important;
  inset: 0 auto auto 0 !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  display: flex !important;
  flex-direction: column !important;
  width: var(--ui452-portal-nav) !important;
  height: 100dvh !important;
  padding: 14px 12px !important;
  border: 0 !important;
  border-right: 1px solid var(--ui452-line) !important;
  border-radius: 0 !important;
  background: rgba(6, 13, 18, 0.98) !important;
  box-shadow: 14px 0 36px rgba(0, 0, 0, 0.18) !important;
  overflow: hidden !important;
  z-index: 20 !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  gap: 1px 10px !important;
  align-items: center !important;
  min-height: 58px !important;
  margin: 0 0 12px !important;
  padding: 8px 7px 12px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ui452-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand > span {
  grid-row: 1 / 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(156, 222, 240, 0.7) !important;
  border-radius: 6px !important;
  background: #d9f5fb !important;
  color: #071117 !important;
  -webkit-text-fill-color: #071117 !important;
  box-shadow: 0 8px 22px rgba(96, 196, 222, 0.14) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand strong {
  color: var(--ui452-text) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand small {
  color: var(--ui452-dim) !important;
  font-size: 9px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .top-nav.sidebar-tree {
  display: grid !important;
  flex: 1 1 0 !important;
  align-content: start !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 0 1px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-width: thin !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
  padding: 0 0 8px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(177, 210, 221, 0.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group > span {
  padding: 0 8px 2px !important;
  color: var(--ui452-dim) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group button {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 42px !important;
  padding: 6px 9px !important;
  border-color: transparent !important;
  background: transparent !important;
  color: var(--ui452-muted) !important;
  -webkit-text-fill-color: var(--ui452-muted) !important;
  text-align: left !important;
  box-shadow: none !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group button:hover {
  transform: translateX(2px) !important;
  border-color: rgba(96, 196, 222, 0.22) !important;
  background: rgba(96, 196, 222, 0.065) !important;
  color: var(--ui452-text) !important;
  -webkit-text-fill-color: var(--ui452-text) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group button.active {
  border-color: rgba(96, 196, 222, 0.44) !important;
  background: rgba(96, 196, 222, 0.12) !important;
  color: #d9f5fb !important;
  -webkit-text-fill-color: #d9f5fb !important;
  box-shadow: inset 3px 0 0 var(--ui452-signal) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .project-picker {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  display: grid !important;
  flex: 0 0 auto !important;
  gap: 7px !important;
  margin: 10px 0 0 !important;
  padding: 10px 2px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--ui452-line) !important;
  background: rgba(6, 13, 18, 0.98) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .project-picker select,
html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-logout-button {
  width: 100% !important;
  min-height: 38px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-status-strip,
html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-content-stage {
  width: min(var(--ui452-portal-stage), calc(100% - 28px)) !important;
  max-width: var(--ui452-portal-stage) !important;
  min-width: 0 !important;
  margin-inline: auto !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-status-strip {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 0.9fr) minmax(270px, 0.78fr) minmax(420px, 1.32fr) !important;
  gap: 8px !important;
  min-height: 0 !important;
  margin-top: 14px !important;
  padding: 8px !important;
  border: 1px solid var(--ui452-line) !important;
  border-radius: var(--ui452-radius) !important;
  background: rgba(10, 19, 25, 0.96) !important;
  box-shadow: var(--ui452-shadow) !important;
  overflow: hidden !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-status-strip :is(.status-project, .status-dials article, .status-actions button) {
  min-width: 0 !important;
  min-height: 66px !important;
  height: auto !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(177, 210, 221, 0.11) !important;
  border-radius: var(--ui452-radius-control) !important;
  background: var(--ui452-panel) !important;
  box-shadow: none !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .status-project strong {
  overflow: hidden !important;
  color: var(--ui452-text) !important;
  font-size: 19px !important;
  line-height: 1.22 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .status-dials,
html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .status-actions {
  display: grid !important;
  gap: 6px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .status-dials {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .status-actions {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .status-actions button {
  display: grid !important;
  place-items: center !important;
  padding: 8px !important;
  color: var(--ui452-text) !important;
  text-align: center !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-secondary-actions {
  display: none !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .portal-status-strip {
  grid-template-columns: minmax(260px, 0.65fr) minmax(520px, 1.35fr) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .portal-status-strip .status-dials {
  display: none !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .portal-status-strip .status-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .portal-status-strip .status-actions button {
  min-height: 66px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-content-stage {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: block !important;
  padding: 12px 0 48px !important;
  overflow: visible !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-content-stage > * {
  min-width: 0 !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-content-stage :is(
  .panel,
  .portal-panel,
  .client-home-command-deck,
  .client-core-command-deck,
  .page-control-tower,
  .tracking-command,
  .publisher-command-center,
  .account-command,
  .account-focus-deck,
  .account-detail-drawers > details,
  .client-command-console,
  .no-project-compact-status
) {
  border: 1px solid var(--ui452-line) !important;
  border-radius: var(--ui452-radius) !important;
  background: rgba(10, 19, 25, 0.96) !important;
  background-image: none !important;
  box-shadow: var(--ui452-shadow) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
  .section-pilot-banner,
  .page-control-actions,
  .client-core-actions,
  .mission-control-deck,
  .account-command > article,
  .account-focus-deck button,
  .account-detail-drawers > details
) {
  border-color: var(--ui452-line) !important;
  background: var(--ui452-panel) !important;
  background-image: none !important;
  color: var(--ui452-text) !important;
  box-shadow: none !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .section-pilot-banner :is(strong, em, .status, .pill) {
  border-color: rgba(96, 196, 222, 0.32) !important;
  background: rgba(96, 196, 222, 0.09) !important;
  color: var(--ui452-signal-bright) !important;
  -webkit-text-fill-color: var(--ui452-signal-bright) !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
  .client-home-command-deck,
  .client-core-command-deck,
  .page-control-tower,
  .tracking-command,
  .executive-report-cockpit,
  .report-delivery-cockpit,
  .compliance-sandbox-cockpit,
  .prompt-flight-deck,
  .flight-cockpit
) {
  gap: 12px !important;
  padding: 12px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
  .client-home-hero,
  .client-core-hero,
  .page-control-hero,
  .tracking-control-tower,
  .flight-status-card
) {
  min-width: 0 !important;
  min-height: 214px !important;
  padding: 24px !important;
  border: 1px solid rgba(177, 210, 221, 0.11) !important;
  border-radius: var(--ui452-radius-control) !important;
  background:
    linear-gradient(135deg, rgba(96, 196, 222, 0.085), transparent 48%),
    var(--ui452-panel) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
  .client-home-hero,
  .client-core-hero,
  .page-control-hero,
  .tracking-control-tower,
  .flight-status-card
) :is(h1, h2) {
  max-width: 17em !important;
  margin: 5px 0 10px !important;
  color: var(--ui452-text) !important;
  font-size: clamp(30px, 2.7vw, 43px) !important;
  line-height: 1.1 !important;
  text-wrap: balance !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
  .client-home-meter,
  .client-core-gauge,
  .page-control-stats,
  .tracking-score-card
) {
  min-width: 0 !important;
  min-height: 214px !important;
  border: 1px solid rgba(177, 210, 221, 0.11) !important;
  border-radius: var(--ui452-radius-control) !important;
  background: #0e1920 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* The empty project route should be compact and immediately actionable. */
html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-console.no-project-gate.no-project-simple {
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  min-height: 0 !important;
  padding: 12px !important;
  gap: 10px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-console.no-project-gate.no-project-simple .client-command-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.36fr) !important;
  align-items: center !important;
  gap: 28px !important;
  min-height: 300px !important;
  max-height: none !important;
  padding: clamp(28px, 4vw, 48px) !important;
  border: 1px solid rgba(177, 210, 221, 0.11) !important;
  border-radius: var(--ui452-radius-control) !important;
  background:
    linear-gradient(110deg, rgba(96, 196, 222, 0.075), transparent 43%),
    #07130f !important;
  box-shadow: none !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-copy h1 {
  max-width: 10em !important;
  margin: 7px 0 14px !important;
  font-size: clamp(40px, 4.4vw, 62px) !important;
  line-height: 1.02 !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-copy p {
  max-width: 650px !important;
  font-size: 14px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  align-content: center !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-actions .client-ignite-button {
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  min-height: 90px !important;
  padding: 18px 20px !important;
  text-align: left !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-actions .client-ignite-button b {
  font-size: 19px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-flight-route {
  display: grid !important;
  grid-template-columns: minmax(230px, 0.9fr) repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 10px !important;
  border: 1px solid rgba(177, 210, 221, 0.1) !important;
  border-radius: var(--ui452-radius-control) !important;
  background: #0d171d !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-flight-route :is(.client-route-title, article) {
  min-height: 84px !important;
  padding: 12px !important;
  border: 1px solid rgba(177, 210, 221, 0.09) !important;
  border-radius: 4px !important;
  background: #091219 !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-quick-dock {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-quick-dock button {
  min-height: 44px !important;
}

html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .no-project-compact-status {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 16px 18px !important;
}

/* Admin shell. */
html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell {
  --ui452-admin-nav: 244px;
  --ui452-admin-stage: 1540px;
  display: grid !important;
  grid-template-columns: var(--ui452-admin-nav) minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100dvh !important;
  overflow-x: clip !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-sidebar {
  position: sticky !important;
  inset: 0 auto auto 0 !important;
  display: flex !important;
  flex-direction: column !important;
  width: var(--ui452-admin-nav) !important;
  min-width: var(--ui452-admin-nav) !important;
  max-width: var(--ui452-admin-nav) !important;
  height: 100dvh !important;
  padding: 14px 12px !important;
  border: 0 !important;
  border-right: 1px solid var(--ui452-line) !important;
  border-radius: 0 !important;
  background: rgba(6, 13, 18, 0.98) !important;
  box-shadow: 14px 0 36px rgba(0, 0, 0, 0.18) !important;
  overflow: hidden !important;
  z-index: 20 !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-brand {
  min-height: 58px !important;
  padding: 8px 7px 12px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ui452-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav {
  display: grid !important;
  flex: 1 1 auto !important;
  align-content: start !important;
  gap: 5px !important;
  min-height: 0 !important;
  margin: 10px 0 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-group {
  margin: 0 !important;
  padding: 0 0 5px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(177, 210, 221, 0.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-group > summary {
  min-height: 34px !important;
  padding: 5px 8px !important;
  border: 0 !important;
  background: transparent !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-children button {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 42px !important;
  padding: 6px 9px !important;
  border-color: transparent !important;
  background: transparent !important;
  color: var(--ui452-muted) !important;
  -webkit-text-fill-color: var(--ui452-muted) !important;
  text-align: left !important;
  box-shadow: none !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-children button:hover {
  transform: translateX(2px) !important;
  border-color: rgba(96, 196, 222, 0.22) !important;
  background: rgba(96, 196, 222, 0.065) !important;
  color: var(--ui452-text) !important;
  -webkit-text-fill-color: var(--ui452-text) !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-children button.active {
  border-color: rgba(96, 196, 222, 0.44) !important;
  background: rgba(96, 196, 222, 0.12) !important;
  color: #d9f5fb !important;
  -webkit-text-fill-color: #d9f5fb !important;
  box-shadow: inset 3px 0 0 var(--ui452-signal) !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-workspace {
  width: 100% !important;
  min-width: 0 !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar {
  position: sticky !important;
  top: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
  height: 78px !important;
  min-height: 78px !important;
  max-height: 78px !important;
  padding: 10px max(16px, calc((100% - var(--ui452-admin-stage)) / 2)) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ui452-line) !important;
  border-radius: 0 !important;
  background: rgba(6, 13, 18, 0.94) !important;
  backdrop-filter: blur(16px) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16) !important;
  overflow: hidden !important;
  z-index: 15 !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar h1 {
  max-width: none !important;
  margin: 0 !important;
  font-size: 27px !important;
  line-height: 1.08 !important;
  white-space: nowrap !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content {
  width: min(var(--ui452-admin-stage), calc(100% - 28px)) !important;
  max-width: var(--ui452-admin-stage) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 14px 0 48px !important;
  overflow: visible !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content > * {
  min-width: 0 !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(
  .geo-panel,
  .geo-card,
  .geo-table-card,
  .geo-project-card,
  .geo-report-card,
  .geo-module-story,
  .geo-command,
  .geo-control,
  .admin-flight-command,
  .admin-flight-instrument,
  .geo-health-card,
  .geo-empty,
  article,
  section
) {
  border-color: var(--ui452-line) !important;
  border-radius: var(--ui452-radius) !important;
  background-color: rgba(12, 21, 28, 0.97) !important;
  background-image: none !important;
  box-shadow: var(--ui452-shadow) !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(
  .geo-panel,
  .geo-table-card,
  .geo-command,
  .geo-control,
  .admin-flight-command,
  .admin-flight-instrument
) {
  padding: 17px !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(
  .geo-module-story,
  .geo-command-brief,
  .geo-overview-command,
  .geo-flight-command,
  .geo-admin-hero,
  .admin-flight-command
) {
  min-height: 0 !important;
  padding: 20px 22px !important;
  gap: 14px !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(
  .geo-module-story,
  .geo-command-brief,
  .geo-overview-command,
  .geo-flight-command,
  .geo-admin-hero,
  .admin-flight-command
) :is(h1, h2) {
  max-width: 17em !important;
  margin: 5px 0 9px !important;
  font-size: clamp(31px, 2.6vw, 40px) !important;
  line-height: 1.1 !important;
  text-wrap: balance !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(
  .geo-main-grid,
  .geo-main-grid.compact-two,
  .geo-main-grid.wide-left,
  .geo-grid,
  .geo-project-grid,
  .geo-stats-grid,
  .geo-report-grid,
  .geo-action-grid,
  .geo-card-grid
) {
  gap: 12px !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(p, td, dd, small) {
  font-size: 11px;
  line-height: 1.58;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(h3, .geo-panel-head strong) {
  font-size: 15px !important;
  line-height: 1.3 !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(.geo-table-scroll, .geo-table-wrap, .geo-panel-table, .table-wrap) {
  max-width: 100% !important;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(96, 196, 222, 0.48) transparent;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content table {
  width: 100% !important;
  border-collapse: collapse !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content th {
  color: var(--ui452-dim) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content td {
  color: #cbd8dd !important;
}

/* SVGs act like instruments and stay subordinate to the data. */
html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) svg.cockpit-vector-icon {
  border-color: rgba(96, 196, 222, 0.22) !important;
  border-radius: 5px !important;
  background: rgba(96, 196, 222, 0.045) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025) !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(button.active, [aria-current="page"]) svg.cockpit-vector-icon {
  border-color: rgba(156, 222, 240, 0.64) !important;
  background: rgba(96, 196, 222, 0.12) !important;
  box-shadow: 0 0 16px rgba(96, 196, 222, 0.12), inset 0 0 0 1px rgba(156, 222, 240, 0.08) !important;
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) svg.cockpit-data-vector {
  max-width: 100% !important;
  border-radius: var(--ui452-radius) !important;
  background: radial-gradient(circle at 50% 48%, rgba(96, 196, 222, 0.06), transparent 56%) !important;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
}

@keyframes ui452SurfaceIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

html body :is(
  #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
  #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
) :is(.portal-content-stage, .geo-content) > * {
  animation: ui452SurfaceIn 420ms var(--ui452-ease) both;
}

@media (min-width: 1200px) and (max-width: 1360px) {
  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.has-project .portal-status-strip {
    grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr) !important;
  }
}

@media (max-width: 1199px) {
  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell {
    display: block !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: 48px auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--ui452-line) !important;
    overflow: visible !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: min(330px, calc(100vw - 210px)) !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 4px !important;
    border: 0 !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .project-picker {
    position: relative !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 180px !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    border: 0 !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .project-picker label span,
  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-logout-button {
    display: none !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .top-nav.sidebar-tree {
    grid-column: 1 / 3 !important;
    grid-row: 2 !important;
    display: flex !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 5px 0 1px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group {
    display: contents !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group > span {
    display: none !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group button {
    flex: 0 0 auto !important;
    display: flex !important;
    width: auto !important;
    min-width: max-content !important;
    min-height: 40px !important;
    padding: 5px 10px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-status-strip,
  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-content-stage {
    width: calc(100% - 24px) !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-status-strip {
    grid-template-columns: minmax(200px, 0.8fr) minmax(240px, 0.8fr) minmax(360px, 1.4fr) !important;
    margin-top: 12px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell {
    --ui452-admin-nav: 224px;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content {
    width: calc(100% - 24px) !important;
  }
}

@media (max-width: 980px) {
  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-status-strip {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-status-strip .status-dials {
    display: none !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .portal-status-strip {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .portal-status-strip .status-project {
    display: none !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-console.no-project-gate.no-project-simple .client-command-hero {
    grid-template-columns: minmax(0, 1fr) 250px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-flight-route {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-route-title {
    grid-column: 1 / 4 !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell {
    display: block !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-sidebar {
    position: relative !important;
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100px !important;
    min-height: 100px !important;
    padding: 8px 10px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--ui452-line) !important;
    overflow: hidden !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-brand {
    width: 230px !important;
    min-height: 42px !important;
    padding: 3px !important;
    border: 0 !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav {
    display: flex !important;
    align-items: flex-start !important;
    gap: 6px !important;
    margin: 5px 0 0 !important;
    padding: 0 0 2px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-group {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-group > summary {
    display: none !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-children {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    width: auto !important;
    padding: 0 !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-nav-children button {
    flex: 0 0 auto !important;
    display: flex !important;
    width: auto !important;
    min-width: max-content !important;
    min-height: 38px !important;
    padding: 5px 10px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar {
    height: auto !important;
    min-height: 64px !important;
    max-height: none !important;
    padding: 9px 12px !important;
    overflow: visible !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content {
    width: calc(100% - 20px) !important;
    padding-top: 10px !important;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar {
    grid-template-columns: minmax(220px, 0.72fr) minmax(430px, 1.28fr) !important;
    height: 78px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    padding: 9px 12px !important;
    overflow: hidden !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar > div:first-child {
    min-width: 0 !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar h1 {
    font-size: 24px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions > label {
    min-width: 0 !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions select {
    width: 100% !important;
    min-width: 0 !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-auto-cruise-badge {
    display: none !important;
  }
}

@media (max-width: 720px) {
  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header {
    grid-template-rows: 44px auto !important;
    padding: 7px 8px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand {
    width: min(220px, calc(100vw - 150px)) !important;
    min-height: 42px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand > span {
    width: 30px !important;
    height: 30px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand small {
    display: none !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .project-picker {
    width: 132px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group button {
    min-height: 38px !important;
    padding: 4px 9px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .client-nav-group button svg {
    width: 24px !important;
    height: 24px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-status-strip {
    display: none !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-content-stage {
    width: calc(100% - 16px) !important;
    padding: 10px 0 32px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
    .client-home-command-deck,
    .client-core-command-deck,
    .page-control-tower,
    .tracking-command,
    .executive-report-cockpit,
    .report-delivery-cockpit,
    .compliance-sandbox-cockpit,
    .prompt-flight-deck,
    .flight-cockpit
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
    padding: 9px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
    .client-home-hero,
    .client-core-hero,
    .page-control-hero,
    .tracking-control-tower,
    .flight-status-card
  ) {
    min-height: 0 !important;
    padding: 18px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
    .client-home-hero,
    .client-core-hero,
    .page-control-hero,
    .tracking-control-tower,
    .flight-status-card
  ) :is(h1, h2) {
    font-size: 29px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .page-control-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    min-height: 0 !important;
    padding: 8px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .page-control-stats article {
    min-width: 0 !important;
    min-height: 104px !important;
    padding: 10px 8px !important;
    border: 1px solid var(--ui452-line) !important;
    border-radius: 4px !important;
    background: #101b22 !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .page-control-stats article strong {
    font-size: 25px !important;
    overflow-wrap: anywhere !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .page-control-stats article small {
    font-size: 9px !important;
    line-height: 1.45 !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-console.no-project-gate.no-project-simple {
    padding: 8px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-console.no-project-gate.no-project-simple .client-command-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    min-height: 0 !important;
    padding: 24px 18px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-copy h1 {
    font-size: 38px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-command-actions .client-ignite-button {
    min-height: 72px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-flight-route {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-route-title {
    grid-column: 1 !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-flight-route :is(.client-route-title, article) {
    min-height: 64px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .no-project-compact-status {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
    .actions,
    .portal-actions,
    .client-home-actions,
    .page-control-actions,
    .publisher-job-actions,
    .report-delivery-actions
  ) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 7px !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell :is(
    .actions,
    .portal-actions,
    .client-home-actions,
    .page-control-actions,
    .publisher-job-actions,
    .report-delivery-actions
  ) > :is(button, a) {
    width: 100% !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
    min-height: 96px !important;
    padding: 7px 10px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar h1 {
    font-size: 22px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-sync-status {
    display: none !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: 100% !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions label > span {
    display: none !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions :is(select, .geo-logout-button) {
    min-height: 40px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content {
    width: calc(100% - 16px) !important;
    padding-bottom: 32px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(
    .geo-panel,
    .geo-table-card,
    .geo-command,
    .geo-control,
    .admin-flight-command,
    .admin-flight-instrument
  ) {
    padding: 13px !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-content :is(
    .geo-main-grid,
    .geo-main-grid.compact-two,
    .geo-main-grid.wide-left,
    .geo-grid,
    .geo-project-grid,
    .geo-stats-grid,
    .geo-report-grid,
    .geo-action-grid,
    .geo-card-grid
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body :is(
    #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
    #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
  ) :is(button, .btn, .geo-mini-button, .geo-story-button, .geo-notice-action, a[role="button"], a.button) {
    min-height: 42px !important;
  }
}

@media (max-width: 420px) {
  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell .portal-header .brand strong {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell.no-project .client-quick-dock {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell .geo-topbar-actions > * {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body :is(
    #portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root#portal-root main.portal-shell,
    #root#root#root#root#root#root#root#root#root#root main.geo-admin-shell
  ) :is(.portal-content-stage, .geo-content) > * {
    animation: none !important;
  }
}
