:root {
  --bg: #f3f6f8;
  --panel: #ffffff;
  --panel-soft: #f7f9fa;
  --ink: #15232d;
  --muted: #667681;
  --line: #d9e1e5;
  --nav: #10232d;
  --nav-2: #172e39;
  --portal: #168fd6;
  --blue: #168fd6;
  --green: #168466;
  --gold: #b87816;
  --purple: #6954a3;
  --red: #bd4148;
  --teal: #197e80;
  --shadow: 0 12px 34px rgba(23, 43, 54, 0.08);
  --soft-shadow: 0 5px 16px rgba(23, 43, 54, 0.055);
}

body {
  background: #f3f6f8;
  color: #15232d;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
}

body:has(.atlas-ui) {
  min-width: 320px;
}

.atlas-ui,
.atlas-ui button,
.atlas-ui input,
.atlas-ui select,
.atlas-ui textarea {
  font-family: inherit;
}

.atlas-ui h1,
.atlas-ui h2,
.atlas-ui h3,
.atlas-ui p {
  letter-spacing: 0;
}

.atlas-ui h1 {
  font-size: 22px;
  font-weight: 700;
}

.atlas-ui h2 {
  font-size: 15px;
  font-weight: 650;
}

.atlas-ui h3 {
  font-size: 12px;
  font-weight: 650;
  text-transform: none;
}

.atlas-ui input,
.atlas-ui select,
.atlas-ui textarea {
  min-height: 39px;
  padding: 8px 10px;
  border: 1px solid #d6dfe4;
  border-radius: 4px;
  color: #18303c;
  background: #ffffff;
}

.atlas-ui textarea {
  min-height: 82px;
}

.atlas-ui input:hover,
.atlas-ui select:hover,
.atlas-ui textarea:hover {
  border-color: #b9c7ce;
}

.atlas-ui input:focus,
.atlas-ui select:focus,
.atlas-ui textarea:focus {
  border-color: #168fd6;
  box-shadow: 0 0 0 3px rgba(22, 143, 214, 0.13);
}

.atlas-ui label {
  color: #4d606b;
  font-size: 11.5px;
  font-weight: 650;
}

.atlas-ui .primary,
.atlas-ui .secondary,
.atlas-ui .ghost,
.atlas-ui .danger,
.atlas-ui .link-btn,
.atlas-ui .icon-btn,
.atlas-ui .round-btn {
  border-radius: 4px;
  font-weight: 650;
}

.atlas-ui .primary {
  min-height: 39px;
  background: #168fd6;
  color: #ffffff;
  box-shadow: none;
}

.atlas-ui .primary:hover {
  background: #0e7dbc;
}

.atlas-ui .secondary {
  min-height: 36px;
  border: 1px solid #d4dde2;
  color: #314954;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .secondary:hover {
  border-color: #aebdc5;
  background: #f5f8f9;
}

.atlas-ui .link-btn {
  min-height: 32px;
  padding: 0 6px;
  color: #107bb8;
  background: transparent;
}

.atlas-ui .icon-btn,
.atlas-ui .round-btn {
  border: 1px solid #d5dfe4;
  background: #ffffff;
  color: #405661;
  box-shadow: none;
}

.atlas-ui.app-shell {
  min-height: 100vh;
  grid-template-columns: 228px minmax(0, 1fr);
  background: #f3f6f8;
}

.atlas-ui.app-shell.sidebar-collapsed {
  grid-template-columns: 72px minmax(0, 1fr);
}

.atlas-ui .sidebar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: auto;
  height: 100vh;
  min-height: 640px;
  padding: 16px 12px 12px;
  overflow-y: auto;
  background: #10232d;
  box-shadow: none;
}

.atlas-ui .sidebar-brand {
  min-height: 58px;
  margin-bottom: 14px;
  padding: 7px 6px;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.atlas-ui .brand-tile {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .brand-tile img {
  width: 34px;
  height: 34px;
}

.atlas-ui .sidebar-brand h2 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.atlas-ui .sidebar-brand p {
  max-width: 145px;
  margin-top: 2px;
  overflow: hidden;
  color: #9eb0b9;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-ui .nav {
  display: grid;
  gap: 2px;
}

.atlas-ui .nav button {
  height: 39px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #b8c6cc;
  background: transparent;
  font-size: 12px;
  font-weight: 550;
}

.atlas-ui .nav button:hover {
  color: #ffffff;
  background: #192f3a;
}

.atlas-ui .nav button.active {
  border-color: #2a5368;
  color: #ffffff;
  background: #1c4052;
  box-shadow: inset 3px 0 0 #2ba7eb;
}

.atlas-ui .nav-icon {
  width: 27px;
  height: 27px;
  border-radius: 3px;
  color: inherit;
  background: rgba(255, 255, 255, 0.055);
}

.atlas-ui .nav button.active .nav-icon {
  color: #76ccf7;
  background: rgba(42, 167, 235, 0.12);
}

.atlas-ui .sidebar-footer {
  gap: 7px;
  padding-top: 10px;
  border-top: 1px solid #2b414c;
}

.atlas-ui .sidebar-user {
  min-height: 52px;
  padding: 7px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  background: #172e39;
}

.atlas-ui .sidebar-user .avatar,
.atlas-ui .topbar-user .avatar,
.atlas-ui .profile-panel .avatar {
  color: #ffffff;
  background: #168fd6;
}

.atlas-ui .sidebar-user strong,
.atlas-ui .topbar-user strong {
  font-size: 11.5px;
  font-weight: 650;
}

.atlas-ui .sidebar-user small,
.atlas-ui .topbar-user small {
  color: #9fb0b8;
  font-size: 10px;
}

.atlas-ui .logout-button {
  height: 36px;
  border: 1px solid #2b414c;
  color: #b8c6cc;
  background: transparent;
}

.atlas-ui .logout-button:hover {
  color: #ffffff;
  background: #192f3a;
}

.atlas-ui .main {
  min-width: 0;
  background: #f3f6f8;
}

.atlas-ui .topbar {
  position: sticky;
  top: 0;
  z-index: 15;
  gap: 12px;
  padding: 16px 24px 13px;
  border-bottom: 1px solid #dce4e8;
  background: rgba(246, 248, 249, 0.96);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.atlas-ui .topbar-main {
  min-height: 43px;
  align-items: center;
}

.atlas-ui .topbar-title {
  min-width: 230px;
  gap: 10px;
}

.atlas-ui .topbar-title h1 {
  color: #172a34;
  font-size: 21px;
  font-weight: 700;
}

.atlas-ui .topbar-title p {
  margin-top: 2px;
  color: #6e7d86;
  font-size: 11.5px;
  font-weight: 400;
}

.atlas-ui .menu-btn {
  width: 36px;
  height: 36px;
  border-color: #d3dde2;
  background: #ffffff;
}

.atlas-ui .topbar-tools {
  min-width: 0;
  gap: 7px;
}

.atlas-ui .search-box {
  width: min(340px, 30vw);
  height: 38px;
  border: 1px solid #d5dfe4;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .search-box:focus-within {
  border-color: #168fd6;
  box-shadow: 0 0 0 3px rgba(22, 143, 214, 0.1);
}

.atlas-ui .search-box input {
  min-height: 34px;
  padding: 6px 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
}

.atlas-ui .round-btn {
  width: 38px;
  height: 38px;
}

.atlas-ui .topbar-user {
  min-height: 38px;
  padding: 3px 8px 3px 5px;
  border: 1px solid #d5dfe4;
  border-radius: 4px;
  color: #263d48;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .topbar-user small {
  color: #72818a;
}

.atlas-ui .scope-bar {
  margin-top: 0;
  padding: 9px 10px;
  border: 1px solid #d8e1e5;
  border-left: 3px solid #168fd6;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .scope-bar strong {
  color: #223944;
  font-size: 12px;
  font-weight: 650;
}

.atlas-ui .scope-bar span {
  margin-top: 2px;
  color: #71808a;
  font-size: 10.5px;
}

.atlas-ui .filters {
  gap: 6px;
}

.atlas-ui .filters select,
.atlas-ui .filters input {
  min-height: 35px;
  border-color: #d8e1e5;
  border-radius: 3px;
  background: #f9fbfb;
  font-size: 11.5px;
}

.atlas-ui .content {
  padding: 18px 24px 30px;
}

.atlas-ui .panel,
.atlas-ui .metric-card,
.atlas-ui .quick-tile,
.atlas-ui .health-chip,
.atlas-ui .dashboard-brief,
.atlas-ui .modal-card {
  border: 1px solid #d9e2e6;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.atlas-ui .panel {
  overflow: hidden;
}

.atlas-ui .panel-head {
  min-height: 54px;
  padding: 13px 15px;
  border-bottom: 1px solid #e8edef;
  background: #ffffff;
}

.atlas-ui .panel-head h2 {
  color: #1a303b;
  font-size: 14px;
  font-weight: 650;
}

.atlas-ui .panel-head p {
  margin-top: 3px;
  color: #71808a;
  font-size: 11px;
  font-weight: 400;
}

.atlas-ui .panel-body {
  padding: 15px;
}

.atlas-ui .professional-dashboard {
  --dash-ink: #172a34;
  --dash-muted: #6c7b85;
  --dash-line: #d9e2e6;
  --dash-soft: #f6f8f9;
  --dash-blue: #168fd6;
  --dash-green: #168466;
  --dash-amber: #b87816;
  --dash-red: #bd4148;
  gap: 13px;
}

.atlas-ui .dashboard-brief {
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 14px;
  padding: 16px;
  border-left: 3px solid #168fd6;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .brief-copy {
  gap: 7px;
}

.atlas-ui .brief-eyebrow {
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid #cae3f1;
  border-radius: 3px;
  color: #17688f;
  background: #edf7fc;
  font-size: 10px;
  font-weight: 650;
}

.atlas-ui .brief-eyebrow i {
  background: #168466;
}

.atlas-ui .brief-copy h2 {
  color: #142a35;
  font-size: 20px;
  font-weight: 700;
}

.atlas-ui .brief-copy p {
  max-width: 820px;
  color: #647580;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.atlas-ui .brief-focus {
  gap: 8px;
  padding: 12px;
  border: 1px solid #dde5e9;
  border-radius: 4px;
  background: #f7f9fa;
}

.atlas-ui .brief-focus span,
.atlas-ui .brief-focus small {
  color: #6c7c86;
  font-size: 10px;
  font-weight: 500;
}

.atlas-ui .brief-focus strong {
  margin: 2px 0;
  color: #18303c;
  font-size: 24px;
  font-weight: 700;
}

.atlas-ui .brief-meter,
.atlas-ui .health-chip i,
.atlas-ui .progress {
  height: 5px;
  border-radius: 0;
  background: #e5ebee;
}

.atlas-ui .brief-meter span,
.atlas-ui .health-chip b,
.atlas-ui .progress span {
  border-radius: 0;
  background: #168fd6;
}

.atlas-ui .brief-context {
  gap: 6px;
}

.atlas-ui .brief-context span {
  min-height: 27px;
  padding: 0 8px;
  border: 1px solid #dce4e8;
  border-radius: 3px;
  color: #536772;
  background: #f9fbfb;
  font-size: 10.5px;
  font-weight: 500;
}

.atlas-ui .health-strip {
  gap: 9px;
}

.atlas-ui .health-chip {
  min-height: 74px;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  padding: 11px;
  box-shadow: none;
}

.atlas-ui .health-chip > span,
.atlas-ui .professional-dashboard .metric-icon,
.atlas-ui .professional-dashboard .row-icon,
.atlas-ui .professional-dashboard .quick-tile span,
.atlas-ui .professional-dashboard .alert-icon,
.atlas-ui .row-icon,
.atlas-ui .metric-icon,
.atlas-ui .alert-icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  color: #168fd6;
  background: #eaf6fc;
}

.atlas-ui .health-chip strong {
  color: #19303b;
  font-size: 14px;
  font-weight: 700;
}

.atlas-ui .health-chip small {
  margin: 3px 0 7px;
  color: #71808a;
  font-size: 10px;
  font-weight: 400;
}

.atlas-ui .professional-dashboard .refined-metrics {
  grid-template-columns: repeat(6, minmax(125px, 1fr));
  gap: 9px;
}

.atlas-ui .professional-dashboard .refined-metrics .metric-card {
  min-height: 98px;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  padding: 12px;
  border-left: 3px solid #c8d2d7;
  box-shadow: none;
}

.atlas-ui .professional-dashboard .refined-metrics .tone-blue,
.atlas-ui .professional-dashboard .refined-metrics .tone-navy {
  border-left-color: #168fd6;
}

.atlas-ui .professional-dashboard .refined-metrics .tone-green {
  border-left-color: #168466;
}

.atlas-ui .professional-dashboard .refined-metrics .tone-gold {
  border-left-color: #b87816;
}

.atlas-ui .professional-dashboard .refined-metrics .tone-purple {
  border-left-color: #6954a3;
}

.atlas-ui .professional-dashboard .refined-metrics .tone-red {
  border-left-color: #bd4148;
}

.atlas-ui .professional-dashboard .refined-metrics .metric-card p {
  color: #5d6e78;
  font-size: 10px;
  font-weight: 600;
}

.atlas-ui .professional-dashboard .refined-metrics .metric-card strong {
  margin-top: 5px;
  color: #172c37;
  font-size: 19px;
  font-weight: 700;
}

.atlas-ui .professional-dashboard .refined-metrics .metric-card small,
.atlas-ui .professional-dashboard .metric-card em {
  margin-top: 3px;
  color: #74828b;
  font-size: 9.5px;
  font-weight: 400;
}

.atlas-ui .dashboard-workspace,
.atlas-ui .professional-dashboard .refined-workspace,
.atlas-ui .premium-lower,
.atlas-ui .professional-dashboard .refined-lower,
.atlas-ui .split,
.atlas-ui .mini-grid {
  gap: 12px;
}

.atlas-ui .professional-dashboard .refined-workspace {
  grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.75fr) minmax(250px, 0.75fr);
}

.atlas-ui .professional-dashboard .refined-lower {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atlas-ui .professional-dashboard .line-chart {
  min-height: 220px;
}

.atlas-ui .grid-line {
  stroke: #e4eaed;
}

.atlas-ui .area-green {
  fill: rgba(22, 132, 102, 0.08);
}

.atlas-ui .area-blue {
  fill: rgba(22, 143, 214, 0.08);
}

.atlas-ui .stroke-green {
  stroke: #168466;
}

.atlas-ui .stroke-blue {
  stroke: #168fd6;
}

.atlas-ui .professional-dashboard .quick-grid {
  gap: 7px;
}

.atlas-ui .professional-dashboard .quick-tile,
.atlas-ui .quick-tile {
  min-height: 56px;
  padding: 8px 10px;
  border-color: #dbe3e7;
  border-radius: 4px;
  background: #f8fafb;
  box-shadow: none;
}

.atlas-ui .professional-dashboard .quick-tile:hover,
.atlas-ui .quick-tile:hover {
  border-color: #9ecfe9;
  background: #eef8fd;
}

.atlas-ui .professional-dashboard .quick-tile strong,
.atlas-ui .quick-tile strong {
  color: #223945;
  font-size: 11.5px;
  font-weight: 650;
}

.atlas-ui .professional-dashboard .quick-tile small,
.atlas-ui .quick-tile small {
  color: #75838c;
  font-size: 9.5px;
  font-weight: 400;
}

.atlas-ui .alert-row,
.atlas-ui .movement-row,
.atlas-ui .professional-dashboard .alert-row,
.atlas-ui .professional-dashboard .movement-row {
  min-height: 58px;
  border-bottom-color: #e8edef;
}

.atlas-ui .alert-row strong,
.atlas-ui .movement-row strong,
.atlas-ui .professional-dashboard .alert-row strong,
.atlas-ui .professional-dashboard .movement-row strong {
  color: #243b46;
  font-size: 11.5px;
  font-weight: 650;
}

.atlas-ui .alert-row p,
.atlas-ui .movement-row p,
.atlas-ui .professional-dashboard .alert-row p,
.atlas-ui .professional-dashboard .movement-row p {
  color: #6b7b84;
  font-size: 10px;
  font-weight: 400;
}

.atlas-ui .stats,
.atlas-ui .metric-strip {
  gap: 9px;
}

.atlas-ui .stat {
  min-height: 92px;
  padding: 13px;
  border: 1px solid #d9e2e6;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .stat h3 {
  color: #657680;
  font-size: 10.5px;
  font-weight: 650;
}

.atlas-ui .stat strong {
  color: #18303c;
  font-size: 21px;
  font-weight: 700;
}

.atlas-ui .stat.good {
  border-left: 3px solid #168466;
}

.atlas-ui .stat.blue {
  border-left: 3px solid #168fd6;
}

.atlas-ui .stat.warn {
  border-left: 3px solid #b87816;
}

.atlas-ui .stat.danger-color {
  border-left: 3px solid #bd4148;
}

.atlas-ui .table-wrap {
  border: 1px solid #d9e2e6;
  border-radius: 4px;
  background: #ffffff;
}

.atlas-ui table {
  font-size: 11.5px;
}

.atlas-ui th {
  height: 36px;
  padding: 8px 10px;
  color: #536772;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  background: #f3f6f8;
}

.atlas-ui td {
  padding: 9px 10px;
  color: #29404c;
  border-top: 1px solid #e7edef;
}

.atlas-ui tbody tr:hover {
  background: #f4f9fb;
}

.atlas-ui td.numeric,
.atlas-ui th.numeric {
  font-variant-numeric: tabular-nums;
}

.atlas-ui .badge,
.atlas-ui .pill {
  min-height: 21px;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 9.5px;
  font-weight: 650;
}

.atlas-ui .badge.inward,
.atlas-ui .badge.return,
.atlas-ui .badge.success,
.atlas-ui .pill.positive {
  color: #11694f;
  background: #def2ea;
}

.atlas-ui .badge.outward,
.atlas-ui .badge.damage,
.atlas-ui .badge.danger-status,
.atlas-ui .negative-pill {
  color: #a4383e;
  background: #f9e4e6;
}

.atlas-ui .badge.adjustment,
.atlas-ui .badge.info-status {
  color: #126e9f;
  background: #e2f2fa;
}

.atlas-ui .badge.warning-status {
  color: #8c5a0d;
  background: #f8edd8;
}

.atlas-ui .form-grid {
  gap: 11px;
}

.atlas-ui .field {
  gap: 5px;
}

.atlas-ui .field-help,
.atlas-ui .subtle,
.atlas-ui .panel-head p,
.atlas-ui .topbar-title p {
  color: #71808a;
}

.atlas-ui .toolbar {
  gap: 8px;
  padding: 0;
}

.atlas-ui .actions {
  gap: 6px;
}

.atlas-ui .sku-entry-row,
.atlas-ui .threshold-row,
.atlas-ui .muted-box,
.atlas-ui .data-reset-panel {
  border: 1px solid #dbe3e7;
  border-radius: 4px;
  background: #f7f9fa;
}

.atlas-ui .sku-entry-row {
  padding: 11px;
}

.atlas-ui .sku-picker {
  display: grid;
  gap: 9px;
}

.atlas-ui .sku-picker-search {
  display: grid;
  gap: 5px;
}

.atlas-ui .sku-picker-search span {
  color: #4d606b;
  font-size: 11.5px;
  font-weight: 650;
}

.atlas-ui .sku-picker-options {
  max-height: 230px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  overflow: auto;
  padding: 3px;
}

.atlas-ui .sku-pick-option {
  min-width: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  padding: 10px;
  border: 1px solid #dbe3e7;
  border-radius: 4px;
  background: #ffffff;
}

.atlas-ui .sku-pick-option.selected {
  border-color: #9acbe7;
  background: #eef8fd;
}

.atlas-ui .sku-pick-option input {
  min-height: 18px;
  margin-top: 2px;
}

.atlas-ui .sku-pick-option span,
.atlas-ui .sku-selected-summary {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.atlas-ui .sku-pick-option strong,
.atlas-ui .sku-selected-summary strong {
  overflow: hidden;
  color: #172a34;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-ui .sku-pick-option small,
.atlas-ui .sku-selected-summary small {
  overflow: hidden;
  color: #71808a;
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-ui .sku-entry-row span {
  color: #61737d;
  font-size: 10.5px;
  font-weight: 650;
}

.atlas-ui .shelf-life-preview {
  border: 1px solid #cfe1e5;
  border-radius: 4px;
  background: #f2f8f8;
}

.atlas-ui .shelf-life-preview strong {
  color: #156f66;
}

.atlas-ui .readonly-input {
  background: #eef2f4;
}

.atlas-ui .empty {
  min-height: 120px;
  color: #7a8991;
  background: #fafbfb;
}

.atlas-ui .audit-row,
.atlas-ui .message-row,
.atlas-ui .threshold-row {
  border-color: #e2e8eb;
}

.atlas-ui .progress {
  overflow: hidden;
}

.atlas-ui .modal {
  background: rgba(11, 28, 37, 0.48);
  backdrop-filter: blur(6px);
}

.atlas-ui .modal-card {
  border-radius: 5px;
  box-shadow: 0 24px 70px rgba(10, 31, 41, 0.24);
}

.atlas-ui .toast {
  border-radius: 4px;
  background: #102c38;
  box-shadow: 0 14px 28px rgba(14, 41, 54, 0.2);
}

.atlas-ui.premium-login {
  min-height: 100vh;
  padding: 0;
  background: #eef3f5;
}

.atlas-ui .premium-login-layout {
  width: 100%;
  min-height: 100vh;
  grid-template-columns: minmax(440px, 1.05fr) minmax(430px, 0.95fr);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .premium-hero-panel {
  min-height: 100vh;
  padding: clamp(34px, 5vw, 70px);
  color: #ffffff;
  background: #10232d;
}

.atlas-ui .premium-hero-grid {
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000000, transparent 82%);
}

.atlas-ui .premium-hero-panel::before,
.atlas-ui .premium-hero-panel::after {
  display: none;
}

.atlas-ui .premium-brand-lockup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.atlas-ui .premium-brand-wordmark {
  display: block;
  width: 168px;
  height: 92px;
  padding: 7px 12px;
  object-fit: contain;
  border-radius: 4px;
  background: #ffffff;
}

.atlas-ui .premium-brand-lockup > div {
  display: grid;
  gap: 2px;
}

.atlas-ui .premium-brand-lockup strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.atlas-ui .premium-brand-lockup small {
  color: #a7bac3;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atlas-ui .premium-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-top: clamp(72px, 12vh, 150px);
}

.atlas-ui .premium-hero-copy > span {
  width: max-content;
  padding: 5px 8px;
  border: 1px solid #315366;
  border-radius: 3px;
  color: #8fd6f7;
  background: #17313e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

.atlas-ui .premium-hero-copy h1 {
  max-width: 610px;
  margin-top: 16px;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  font-weight: 700;
}

.atlas-ui .premium-hero-copy p {
  max-width: 590px;
  margin-top: 18px;
  color: #b7c6cd;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.atlas-ui .premium-feature-list {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
}

.atlas-ui .premium-feature-list article {
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid #2b4654;
  border-radius: 4px;
  background: #152c37;
  box-shadow: none;
}

.atlas-ui .premium-feature-list article > svg {
  color: #68c8f4;
}

.atlas-ui .premium-feature-list article strong {
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 650;
}

.atlas-ui .premium-feature-list article small {
  color: #9eb0b8;
  font-size: 9.5px;
  font-weight: 400;
}

.atlas-ui .premium-auth-stage {
  min-height: 100vh;
  padding: clamp(28px, 5vw, 70px);
  background: #f7f9fa;
}

.atlas-ui .premium-login-card {
  width: min(100%, 470px);
  padding: clamp(25px, 3vw, 40px);
  border: 1px solid #d7e0e4;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(25, 47, 59, 0.1);
}

.atlas-ui .premium-card-brand {
  padding-bottom: 16px;
  border-bottom: 1px solid #e4eaed;
}

.atlas-ui .premium-card-logo {
  width: 46px;
  height: 46px;
  padding: 3px;
  border: 1px solid #d8e2e7;
  border-radius: 4px;
  background: #ffffff;
}

.atlas-ui .premium-card-brand strong {
  color: #19303c;
  font-size: 15px;
  font-weight: 700;
}

.atlas-ui .premium-card-brand span {
  color: #71808a;
  font-size: 10.5px;
}

.atlas-ui .premium-login-head {
  margin-top: 22px;
}

.atlas-ui .premium-login-head h1 {
  color: #172e39;
  font-size: 23px;
  font-weight: 700;
}

.atlas-ui .premium-login-head p {
  margin-top: 6px;
  color: #6b7b85;
  font-size: 12px;
}

.atlas-ui .premium-role-block {
  margin-top: 22px;
}

.atlas-ui .premium-role-switch {
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 4px;
  border: 1px solid #d8e1e5;
  border-radius: 4px;
  background: #f1f4f6;
}

.atlas-ui .premium-role-option {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #526670;
  background: transparent;
}

.atlas-ui .premium-role-option.active {
  border-color: #b9d9ea;
  color: #126e9f;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(25, 47, 59, 0.08);
}

.atlas-ui .premium-input-shell {
  min-height: 43px;
  border: 1px solid #d6dfe4;
  border-radius: 4px;
  background: #ffffff;
}

.atlas-ui .premium-input-shell:focus-within {
  border-color: #168fd6;
  box-shadow: 0 0 0 3px rgba(22, 143, 214, 0.12);
}

.atlas-ui .premium-input-shell input {
  min-height: 40px;
  border: 0;
  box-shadow: none;
}

.atlas-ui .premium-submit,
.atlas-ui .premium-google-button {
  min-height: 44px;
  border-radius: 4px;
  font-weight: 650;
}

.atlas-ui .premium-submit {
  background: #168fd6;
  box-shadow: none;
}

.atlas-ui .premium-google-button {
  border: 1px solid #d5dfe4;
  color: #344b56;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .premium-secure-note,
.atlas-ui .premium-login-copyright {
  color: #75838c;
  font-size: 10.5px;
  font-weight: 400;
}

.atlas-ui .forecast-page {
  display: grid;
  gap: 13px;
}

.atlas-ui .forecast-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.atlas-ui .forecast-kpi {
  min-height: 112px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 15px;
  border: 1px solid #d9e2e6;
  border-top: 3px solid #168fd6;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.atlas-ui .forecast-kpi.tone-red { border-top-color: #bd4148; }
.atlas-ui .forecast-kpi.tone-gold { border-top-color: #b87816; }
.atlas-ui .forecast-kpi.tone-green { border-top-color: #168466; }

.atlas-ui .forecast-kpi-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #17688f;
  background: #edf7fc;
  border-radius: 4px;
}

.atlas-ui .forecast-kpi.tone-red .forecast-kpi-icon { color: #a4383e; background: #f9e4e6; }
.atlas-ui .forecast-kpi.tone-gold .forecast-kpi-icon { color: #8c5a0d; background: #f8edd8; }
.atlas-ui .forecast-kpi.tone-green .forecast-kpi-icon { color: #11694f; background: #def2ea; }

.atlas-ui .forecast-kpi div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.atlas-ui .forecast-kpi small,
.atlas-ui .forecast-kpi p {
  color: #71808a;
  font-size: 10.5px;
}

.atlas-ui .forecast-kpi strong {
  color: #18303c;
  font-size: 24px;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
}

.atlas-ui .forecast-panel-head,
.atlas-ui .forecast-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.atlas-ui .forecast-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.atlas-ui .forecast-horizon {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(62px, 1fr));
  padding: 2px;
  border: 1px solid #d6e0e4;
  border-radius: 4px;
  background: #f3f6f8;
}

.atlas-ui .forecast-horizon-btn {
  min-height: 30px;
  padding: 4px 9px;
  border: 0;
  border-radius: 3px;
  color: #5f717c;
  background: transparent;
  font-size: 10.5px;
  font-weight: 650;
  cursor: pointer;
}

.atlas-ui .forecast-horizon-btn.active {
  color: #ffffff;
  background: #176f9d;
  box-shadow: 0 1px 2px rgba(23, 48, 60, 0.18);
}

.atlas-ui .forecast-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: center;
  margin: -2px 0 16px;
  padding: 2px 0 17px;
  border-bottom: 1px solid #e4eaed;
}

.atlas-ui .forecast-leader {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.atlas-ui .forecast-rank {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #ffffff;
  background: #bd4148;
  font-size: 14px;
  font-weight: 750;
}

.atlas-ui .forecast-leader div {
  min-width: 0;
}

.atlas-ui .forecast-leader small,
.atlas-ui .forecast-leader p {
  color: #71808a;
  font-size: 10.5px;
}

.atlas-ui .forecast-leader h3 {
  margin: 3px 0 4px;
  overflow: hidden;
  color: #18303c;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-ui .forecast-bars {
  display: grid;
  gap: 7px;
}

.atlas-ui .forecast-bar-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 46px;
  gap: 8px;
  align-items: center;
  color: #71808a;
  font-size: 10px;
}

.atlas-ui .forecast-bar-row > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.atlas-ui .forecast-bar-row strong {
  overflow: hidden;
  color: #304955;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-ui .forecast-bar-row i {
  height: 6px;
  overflow: hidden;
  background: #e8edef;
}

.atlas-ui .forecast-bar-row b {
  height: 100%;
  display: block;
  background: #168fd6;
}

.atlas-ui .forecast-bar-row:first-child b {
  background: #bd4148;
}

.atlas-ui .forecast-bar-row em {
  color: #29404c;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1360px) {
  .atlas-ui .forecast-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-ui .professional-dashboard .refined-metrics {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
  }

  .atlas-ui .professional-dashboard .refined-workspace,
  .atlas-ui .professional-dashboard .refined-lower {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-ui .professional-dashboard .movement-command-panel,
  .atlas-ui .professional-dashboard .quick-panel,
  .atlas-ui .professional-dashboard .active-queue-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1120px) {
  .atlas-ui.app-shell,
  .atlas-ui.app-shell.sidebar-collapsed {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .atlas-ui .sidebar {
    position: sticky;
    width: auto;
    height: 100vh;
    min-height: 620px;
    padding: 14px 8px 10px;
  }

  .atlas-ui .nav {
    grid-template-columns: 1fr;
  }

  .atlas-ui .sidebar-brand {
    justify-content: center;
    padding: 5px 0;
  }

  .atlas-ui .sidebar-brand > div:last-child,
  .atlas-ui .nav button > span:last-child,
  .atlas-ui .sidebar-user > span:last-child,
  .atlas-ui .logout-button {
    display: none;
  }

  .atlas-ui .nav button {
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  .atlas-ui .sidebar-footer {
    align-items: center;
  }

  .atlas-ui .sidebar-user {
    width: 42px;
    justify-content: center;
    padding: 5px;
  }

  .atlas-ui .topbar-user > span:nth-child(2),
  .atlas-ui .topbar-user > svg {
    display: none;
  }

  .atlas-ui .topbar-user {
    width: 38px;
    padding: 3px;
  }

  .atlas-ui .search-box {
    width: min(310px, 34vw);
  }

  .atlas-ui .premium-login-layout {
    grid-template-columns: minmax(390px, 0.9fr) minmax(410px, 1.1fr);
  }

  .atlas-ui .premium-hero-panel,
  .atlas-ui .premium-auth-stage {
    padding: 34px;
  }

  .atlas-ui .premium-hero-copy h1 {
    font-size: 38px;
  }
}

@media (max-width: 840px) {
  .atlas-ui .forecast-panel-head,
  .atlas-ui .forecast-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .atlas-ui .forecast-actions {
    width: 100%;
  }

  .atlas-ui .forecast-spotlight {
    grid-template-columns: 1fr;
  }

  .atlas-ui .topbar {
    padding: 14px 16px 12px;
  }

  .atlas-ui .content {
    padding: 15px 16px 24px;
  }

  .atlas-ui .topbar-title p {
    display: none;
  }

  .atlas-ui .search-box {
    width: min(250px, 30vw);
  }

  .atlas-ui .scope-bar {
    align-items: stretch;
  }

  .atlas-ui .filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atlas-ui .dashboard-brief,
  .atlas-ui .professional-dashboard .refined-workspace,
  .atlas-ui .professional-dashboard .refined-lower,
  .atlas-ui .split {
    grid-template-columns: 1fr;
  }

  .atlas-ui .professional-dashboard .movement-command-panel,
  .atlas-ui .professional-dashboard .quick-panel,
  .atlas-ui .professional-dashboard .active-queue-panel {
    grid-column: auto;
  }

  .atlas-ui .health-strip,
  .atlas-ui .professional-dashboard .refined-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-ui .premium-login-layout {
    min-height: 100vh;
    grid-template-columns: 1fr;
  }

  .atlas-ui .premium-hero-panel {
    min-height: auto;
    padding: 26px 28px;
  }

  .atlas-ui .premium-brand-wordmark {
    width: 132px;
    height: 72px;
  }

  .atlas-ui .premium-hero-copy {
    margin-top: 36px;
  }

  .atlas-ui .premium-hero-copy h1 {
    font-size: 32px;
  }

  .atlas-ui .premium-hero-copy p {
    max-width: 650px;
    margin-top: 12px;
  }

  .atlas-ui .premium-feature-list {
    margin-top: 20px;
  }

  .atlas-ui .premium-auth-stage {
    min-height: auto;
    padding: 30px 20px 38px;
  }
}

@media (max-width: 680px) {
  .atlas-ui .forecast-kpis {
    grid-template-columns: 1fr;
  }

  .atlas-ui .forecast-leader {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .atlas-ui .forecast-leader > .badge {
    grid-column: 2;
    justify-self: start;
  }

  .atlas-ui.app-shell,
  .atlas-ui.app-shell.sidebar-collapsed {
    display: block;
    min-height: 100vh;
  }

  .atlas-ui .sidebar {
    position: sticky;
    top: 0;
    z-index: 30;
    width: 100%;
    height: 58px;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    overflow: hidden;
    border-bottom: 1px solid #29424f;
  }

  .atlas-ui .sidebar-brand {
    width: 38px;
    flex: 0 0 38px;
    min-height: 42px;
    margin: 0;
    padding: 0;
  }

  .atlas-ui .brand-tile {
    display: grid !important;
    width: 38px;
    height: 38px;
  }

  .atlas-ui .nav {
    min-width: 0;
    display: flex;
    flex: 1;
    gap: 3px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .atlas-ui .nav::-webkit-scrollbar {
    display: none;
  }

  .atlas-ui .nav button {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .atlas-ui .nav button.active {
    box-shadow: inset 0 -3px 0 #2ba7eb;
  }

  .atlas-ui .nav button:nth-child(n+10) {
    display: none;
  }

  .atlas-ui .sidebar-footer {
    display: none;
  }

  .atlas-ui .main {
    width: 100%;
  }

  .atlas-ui .topbar {
    position: relative;
    padding: 12px;
  }

  .atlas-ui .topbar-main {
    flex-wrap: wrap;
    gap: 10px;
  }

  .atlas-ui .topbar-title {
    width: 100%;
    min-width: 0;
  }

  .atlas-ui .topbar-title h1 {
    font-size: 18px;
  }

  .atlas-ui .topbar-tools {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .atlas-ui .search-box {
    width: auto;
    flex: 1;
  }

  .atlas-ui .topbar-user {
    display: none;
  }

  .atlas-ui .scope-bar {
    gap: 8px;
    padding: 8px;
  }

  .atlas-ui .scope-bar > div:first-child {
    width: 100%;
  }

  .atlas-ui .filters {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .atlas-ui .content {
    padding: 12px;
  }

  .atlas-ui .dashboard-brief {
    grid-template-columns: 1fr;
    padding: 13px;
  }

  .atlas-ui .brief-copy h2 {
    font-size: 18px;
  }

  .atlas-ui .brief-context {
    grid-column: auto;
  }

  .atlas-ui .health-strip,
  .atlas-ui .professional-dashboard .refined-metrics,
  .atlas-ui .stats,
  .atlas-ui .mini-grid {
    grid-template-columns: 1fr;
  }

  .atlas-ui .panel-head {
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
  }

  .atlas-ui .panel-head .actions {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .atlas-ui .panel-body {
    padding: 12px;
  }

  .atlas-ui .form-grid {
    grid-template-columns: 1fr;
  }

  .atlas-ui .field,
  .atlas-ui .field.third,
  .atlas-ui .field.full {
    grid-column: 1;
  }

  .atlas-ui .sku-entry-row {
    grid-template-columns: 1fr;
  }

  .atlas-ui .table-wrap {
    overflow-x: auto;
  }

  .atlas-ui table {
    min-width: 720px;
  }

  .atlas-ui .premium-hero-panel {
    padding: 20px;
  }

  .atlas-ui .premium-brand-lockup > div,
  .atlas-ui .premium-feature-list {
    display: none;
  }

  .atlas-ui .premium-brand-wordmark {
    width: 118px;
    height: 64px;
  }

  .atlas-ui .premium-hero-copy {
    margin-top: 22px;
  }

  .atlas-ui .premium-hero-copy h1 {
    font-size: 27px;
  }

  .atlas-ui .premium-hero-copy p {
    font-size: 12px;
  }

  .atlas-ui .premium-auth-stage {
    padding: 18px 12px 28px;
  }

  .atlas-ui .premium-login-card {
    padding: 22px 18px;
  }

  .atlas-ui .premium-role-switch {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.atlas-ui .control-tower-page {
  display: grid;
  gap: 13px;
}

.atlas-ui .tower-command-bar {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 18px;
  border: 1px solid #cbd9df;
  border-left: 4px solid #168466;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.atlas-ui .tower-command-bar > div:first-child {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.atlas-ui .tower-eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 4px 7px;
  border: 1px solid #cce4dc;
  border-radius: 3px;
  color: #11694f;
  background: #eaf6f1;
  font-size: 10px;
  font-weight: 700;
}

.atlas-ui .tower-command-bar h2 {
  color: #142a35;
  font-size: 19px;
  font-weight: 700;
}

.atlas-ui .tower-command-bar p {
  overflow: hidden;
  color: #60727c;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-ui .tower-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.atlas-ui .tower-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.atlas-ui .tower-kpi {
  min-height: 104px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 14px;
  border: 1px solid #d9e2e6;
  border-top: 3px solid #168fd6;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
}

.atlas-ui .tower-kpi.tone-red { border-top-color: #bd4148; }
.atlas-ui .tower-kpi.tone-gold { border-top-color: #b87816; }
.atlas-ui .tower-kpi.tone-green { border-top-color: #168466; }

.atlas-ui .tower-kpi-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #17688f;
  background: #edf7fc;
}

.atlas-ui .tower-kpi.tone-red .tower-kpi-icon {
  color: #a4383e;
  background: #f9e4e6;
}

.atlas-ui .tower-kpi.tone-gold .tower-kpi-icon {
  color: #8c5a0d;
  background: #f8edd8;
}

.atlas-ui .tower-kpi.tone-green .tower-kpi-icon {
  color: #11694f;
  background: #def2ea;
}

.atlas-ui .tower-kpi small,
.atlas-ui .tower-kpi p {
  color: #71808a;
  font-size: 10.5px;
}

.atlas-ui .tower-kpi strong {
  display: block;
  margin: 3px 0;
  overflow-wrap: anywhere;
  color: #18303c;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 720;
  font-variant-numeric: tabular-nums;
}

.atlas-ui .tower-layout,
.atlas-ui .tower-finance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.75fr);
  gap: 13px;
}

.atlas-ui .tower-finance-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atlas-ui .tower-action-list,
.atlas-ui .tower-money-list,
.atlas-ui .tower-timeline,
.atlas-ui .tower-score-list {
  display: grid;
  gap: 8px;
}

.atlas-ui .tower-action,
.atlas-ui .tower-event {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #dfe7eb;
  border-radius: 4px;
  background: #f8fafb;
}

.atlas-ui .tower-action strong,
.atlas-ui .tower-event strong {
  color: #233a46;
  font-size: 11.5px;
}

.atlas-ui .tower-action p,
.atlas-ui .tower-event p,
.atlas-ui .tower-action small,
.atlas-ui .tower-event small {
  margin-top: 2px;
  color: #71808a;
  font-size: 10.5px;
}

.atlas-ui .tower-open-target {
  min-height: 30px;
  padding: 4px 8px;
  font-size: 10px;
}

.atlas-ui .tower-money-row,
.atlas-ui .tower-money-total,
.atlas-ui .tower-score-list span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  padding: 9px 10px;
  border: 1px solid #e0e7ea;
  border-radius: 4px;
  background: #f9fbfb;
}

.atlas-ui .tower-money-row span,
.atlas-ui .tower-money-total span,
.atlas-ui .tower-score-list span {
  color: #5e707a;
  font-size: 10.5px;
  font-weight: 650;
}

.atlas-ui .tower-money-row strong,
.atlas-ui .tower-money-total strong,
.atlas-ui .tower-score-list strong {
  color: #18303c;
  font-size: 13px;
  font-weight: 720;
  font-variant-numeric: tabular-nums;
}

.atlas-ui .tower-money-row small {
  grid-column: 1 / -1;
  color: #71808a;
  font-size: 10px;
}

.atlas-ui .tower-money-total {
  margin-top: 9px;
  border-color: #cfe0e6;
  background: #edf7fc;
}

.atlas-ui .tower-money-total.muted {
  margin-top: 7px;
  background: #f7f9fa;
}

.atlas-ui .tower-money-total.danger-total {
  border-color: #ebc9cc;
  background: #f9e4e6;
}

.atlas-ui .tower-event-type,
.atlas-ui .tower-proof {
  padding: 4px 7px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.atlas-ui .tower-event-type {
  color: #17688f;
  background: #e8f4fa;
}

.atlas-ui .tower-proof {
  color: #8c5a0d;
  background: #f8edd8;
}

.atlas-ui .tower-proof.has-proof {
  color: #11694f;
  background: #def2ea;
}

.atlas-ui .contract-form-heading {
  min-height: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding: 10px 11px;
  border: 1px solid #dfe7eb;
  border-left: 3px solid #168fd6;
  border-radius: 4px;
  background: #f7fafb;
}

.atlas-ui .contract-form-heading strong {
  color: #1a303b;
  font-size: 12px;
}

.atlas-ui .contract-form-heading span {
  color: #71808a;
  font-size: 10.5px;
  text-align: right;
}

.atlas-ui .request-page,
.atlas-ui .directory-page {
  display: grid;
  gap: 13px;
}

.atlas-ui .inline-link {
  color: #126e9f;
  font-weight: 700;
  text-decoration: none;
}

.atlas-ui .inline-link:hover {
  text-decoration: underline;
}

.atlas-ui .warning-link {
  color: #9a610d;
}

.atlas-ui .inline-action-link {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #ffffff;
  text-decoration: none;
}

.atlas-ui .sync-readonly-card .panel-body {
  display: grid;
  gap: 12px;
}

.atlas-ui .sync-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.atlas-ui .sync-status-grid > div {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 11px;
  border: 1px solid #dfe7eb;
  border-radius: 4px;
  background: #f7fafb;
}

.atlas-ui .sync-status-grid span,
.atlas-ui .publish-banner span {
  color: #61737e;
  font-size: 10.5px;
  font-weight: 700;
}

.atlas-ui .sync-status-grid strong {
  overflow: hidden;
  color: #182d38;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-ui .publish-banner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 18px;
  border: 1px solid #cbd9df;
  border-left: 4px solid #168fd6;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.atlas-ui .publish-banner > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.atlas-ui .publish-banner h2 {
  color: #142a35;
  font-size: 19px;
  font-weight: 700;
}

.atlas-ui .publish-banner p {
  color: #60727c;
  font-size: 12px;
}

.atlas-ui .publish-banner .primary {
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.atlas-ui .picklist-item-row {
  grid-template-columns: minmax(220px, 1fr) 120px minmax(180px, 0.8fr) 34px;
}

.atlas-ui .directory-form-panel .panel-body {
  padding: 16px;
}

.atlas-ui .directory-form-actions,
.atlas-ui .directory-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.atlas-ui .directory-form-actions {
  flex-direction: row;
}

.atlas-ui .directory-form-actions button {
  min-width: 130px;
}

.atlas-ui .directory-actions {
  flex-wrap: nowrap;
}

.atlas-ui .directory-actions .secondary {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  font-size: 10px;
}

.atlas-ui .directory-actions .directory-delete,
.atlas-ui .directory-actions .contract-delete {
  color: #a4383e;
  border-color: #ebc9cc;
}

.atlas-ui .directory-code {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  color: #17688f;
  background: #e8f4fa;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

/* Readable primary navigation */
.atlas-ui .nav-section-title {
  display: block;
  margin: 13px 9px 4px;
  color: #78909b;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.2;
  text-transform: uppercase;
}

.atlas-ui .nav-section-title:first-child {
  margin-top: 0;
}

.atlas-ui .nav button {
  width: 100%;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
}

.atlas-ui .nav-label {
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-ui.app-shell.sidebar-collapsed {
  grid-template-columns: minmax(0, 1fr);
}

.atlas-ui.app-shell.sidebar-collapsed .sidebar {
  display: none;
}

.atlas-ui .sidebar-backdrop {
  display: none;
}

@media (max-width: 1120px) {
  .atlas-ui.app-shell {
    grid-template-columns: 216px minmax(0, 1fr);
  }

  .atlas-ui.app-shell.sidebar-collapsed {
    grid-template-columns: minmax(0, 1fr);
  }

  .atlas-ui .sidebar {
    width: auto;
    padding: 14px 10px 10px;
  }

  .atlas-ui .sidebar-brand {
    display: flex !important;
    justify-content: flex-start;
    padding: 5px 4px;
  }

  .atlas-ui .sidebar-brand > div:last-child,
  .atlas-ui .nav button > .nav-label,
  .atlas-ui .sidebar-user > span:last-child {
    display: block !important;
  }

  .atlas-ui .logout-button {
    display: flex !important;
  }

  .atlas-ui .nav {
    grid-template-columns: 1fr;
  }

  .atlas-ui .nav button {
    height: 36px;
    justify-content: flex-start;
    padding: 0 8px;
  }

  .atlas-ui .sidebar-footer {
    display: flex !important;
    align-items: stretch;
  }

  .atlas-ui .sidebar-user {
    width: auto;
    justify-content: flex-start;
    padding: 6px;
  }
}

@media (max-width: 680px) {
  .atlas-ui.app-shell,
  .atlas-ui.app-shell.sidebar-collapsed {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .atlas-ui .sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 60;
    width: min(268px, 86vw);
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 10px 10px;
    overflow: hidden;
    border-bottom: 0;
    box-shadow: 14px 0 34px rgba(8, 24, 33, 0.24);
  }

  .atlas-ui .sidebar-brand {
    width: auto;
    min-height: 58px;
    margin: 0;
  }

  .atlas-ui .sidebar-brand,
  .atlas-ui .sidebar-footer {
    flex: 0 0 auto;
  }

  .atlas-ui .sidebar .nav {
    width: 100%;
    min-height: 0;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 3px;
    scrollbar-width: thin;
  }

  .atlas-ui .nav button,
  .atlas-ui .nav button:nth-child(n+10) {
    width: 100%;
    min-width: 0;
    height: 36px;
    display: flex;
  }

  .atlas-ui .nav button.active {
    box-shadow: inset 3px 0 0 #2ba7eb;
  }

  .atlas-ui .sidebar-footer {
    width: 100%;
    flex-direction: column;
  }

  .atlas-ui.app-shell.sidebar-collapsed .sidebar {
    display: none;
  }

  .atlas-ui .sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: block;
    border: 0;
    background: rgba(11, 25, 33, 0.38);
  }

  .atlas-ui.app-shell.sidebar-collapsed .sidebar-backdrop {
    display: none;
  }
}

@media (max-width: 1360px) {
  .atlas-ui .tower-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .atlas-ui .tower-command-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-ui .tower-toolbar {
    width: 100%;
    justify-content: flex-start;
  }

  .atlas-ui .tower-layout,
  .atlas-ui .tower-finance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .atlas-ui .tower-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-ui .tower-action,
  .atlas-ui .tower-event {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .atlas-ui .tower-open-target,
  .atlas-ui .tower-proof {
    justify-self: start;
  }

  .atlas-ui .publish-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-ui .publish-banner .primary {
    width: 100%;
  }

  .atlas-ui .sync-status-grid {
    grid-template-columns: 1fr;
  }

  .atlas-ui .sku-picker-options {
    grid-template-columns: 1fr;
  }

  .atlas-ui .contract-form-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-ui .contract-form-heading span {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .atlas-ui .tower-kpis {
    grid-template-columns: 1fr;
  }

  .atlas-ui .tower-command-bar p {
    white-space: normal;
  }

  .atlas-ui .tower-toolbar,
  .atlas-ui .tower-toolbar .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .atlas-ui .tower-toolbar .forecast-horizon {
    width: 100%;
  }

  .atlas-ui .request-page,
  .atlas-ui .directory-page {
    gap: 10px;
  }

  .atlas-ui .line-list-head {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .atlas-ui .line-list-head .secondary,
  .atlas-ui .directory-form-actions,
  .atlas-ui .directory-form-actions button,
  .atlas-ui .inline-action-link {
    width: 100%;
  }

  .atlas-ui .directory-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .atlas-ui .picklist-item-row {
    grid-template-columns: 1fr;
  }

  .atlas-ui .picklist-item-row .icon-btn {
    width: 100%;
  }

  .atlas-ui .publish-banner {
    min-height: auto;
    padding: 14px;
  }

  .atlas-ui .publish-banner h2 {
    font-size: 17px;
  }
}

/* v1.6 pre-launch UI cleanup: left-aligned page headers and light MSS sidebar. */
.atlas-ui.app-shell,
.atlas-ui.app-shell.sidebar-collapsed {
  grid-template-columns: 252px minmax(0, 1fr);
  background: #f5f9fc;
}

.atlas-ui.app-shell.sidebar-collapsed {
  grid-template-columns: minmax(0, 1fr);
}

.atlas-ui .sidebar {
  background: #eaf6ff;
  border-right: 1px solid #cde8f8;
  box-shadow: none;
}

.atlas-ui .sidebar-brand {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 9px;
  padding: 8px;
  border: 1px solid #d9f0ff;
  border-radius: 8px;
  background: #ffffff;
}

.atlas-ui .brand-tile {
  background: #ffffff;
  border: 1px solid #d9f0ff;
  box-shadow: 0 4px 12px rgba(13, 141, 200, 0.08);
}

.atlas-ui .sidebar-brand h2 {
  color: #1f2937;
}

.atlas-ui .sidebar-brand p,
.atlas-ui .nav-section-title,
.atlas-ui .sidebar-user small {
  color: #64748b;
}

.atlas-ui .sidebar-toggle {
  width: 34px;
  height: 34px;
  color: #0d8dc8;
  background: #eaf6ff;
  border-color: #d9f0ff;
}

.atlas-ui .nav button {
  position: relative;
  height: 38px;
  border-radius: 8px;
  color: #1f2937;
  background: transparent;
}

.atlas-ui .nav button:hover {
  color: #0d8dc8;
  background: #d9f0ff;
}

.atlas-ui .nav button.active {
  border-color: #cde8f8;
  color: #0d8dc8;
  background: #ffffff;
  box-shadow: inset 4px 0 0 #169bd5, 0 4px 14px rgba(13, 141, 200, 0.08);
}

.atlas-ui .nav-icon,
.atlas-ui .nav button.active .nav-icon {
  color: #169bd5;
  background: rgba(22, 155, 213, 0.1);
}

.atlas-ui .sidebar-footer {
  border-top-color: #cde8f8;
}

.atlas-ui .sidebar-user {
  background: #ffffff;
  border: 1px solid #d9f0ff;
  border-radius: 8px;
}

.atlas-ui .sidebar-user strong {
  color: #1f2937;
}

.atlas-ui .logout-button {
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #d9f0ff;
}

.atlas-ui .main {
  background: #f5f9fc;
}

.atlas-ui .topbar,
.atlas-ui .content {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-right: 28px;
  padding-left: 28px;
}

.atlas-ui .topbar {
  display: grid;
  gap: 14px;
  padding-top: 24px;
  padding-bottom: 16px;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

.atlas-ui .topbar-main {
  align-items: flex-start;
  gap: 16px;
}

.atlas-ui .page-header {
  min-width: 0;
  flex: 1 1 auto;
  text-align: left;
}

.atlas-ui .page-header-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.atlas-ui .page-title-copy h1 {
  margin: 0;
  color: #1f2937;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.18;
  text-align: left;
}

.atlas-ui .page-title-copy p {
  max-width: 760px;
  margin: 5px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.atlas-ui .page-breadcrumb {
  margin-bottom: 6px;
  color: #64748b;
  font-size: 11px;
  font-weight: 650;
  text-align: left;
}

.atlas-ui .page-header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.atlas-ui .checkbox-field {
  align-items: center;
  justify-content: center;
  min-height: 78px;
  gap: 10px;
}

.atlas-ui .checkbox-field span {
  color: #1f2937;
  font-weight: 700;
}

.atlas-ui .checkbox-field input {
  width: 18px;
  height: 18px;
}

.atlas-ui .mobile-menu-btn {
  display: none;
  flex: 0 0 auto;
}

.atlas-ui.app-shell.sidebar-collapsed .mobile-menu-btn {
  display: inline-flex;
}

.atlas-ui .scope-bar {
  margin-top: 0;
}

.atlas-ui .content {
  padding-top: 0;
  padding-bottom: 28px;
}

.atlas-ui .panel-head {
  text-align: left;
}

.atlas-ui .panel-head h2,
.atlas-ui .panel-head p {
  text-align: left;
}

.atlas-ui .client-list-toolbar {
  justify-content: flex-start;
  margin-bottom: 12px;
}

.atlas-ui .segmented-control {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  border: 1px solid #dbe3e7;
  border-radius: 10px;
  background: #ffffff;
}

.atlas-ui .segmented-control button {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  color: #64748b;
  background: transparent;
  font-weight: 650;
}

.atlas-ui .segmented-control button.active {
  color: #0d8dc8;
  background: #eaf6ff;
}

/* Match the login page to the light MSS sidebar palette. */
.atlas-ui.premium-login {
  background: #f5f9fc;
}

.atlas-ui .premium-login-layout {
  background: #ffffff;
}

.atlas-ui .premium-hero-panel {
  color: #1f2937;
  background: #eaf6ff;
  border-right: 1px solid #cde8f8;
}

.atlas-ui .premium-hero-grid {
  opacity: 0.72;
  background-image:
    linear-gradient(rgba(22, 155, 213, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 155, 213, 0.13) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, #000000, transparent 88%);
}

.atlas-ui .premium-brand-lockup strong,
.atlas-ui .premium-hero-copy h1,
.atlas-ui .premium-feature-list article strong {
  color: #0d8dc8;
}

.atlas-ui .premium-brand-lockup small,
.atlas-ui .premium-hero-copy p,
.atlas-ui .premium-feature-list article small {
  color: #64748b;
}

.atlas-ui .premium-hero-copy > span {
  border-color: #d9f0ff;
  color: #0d8dc8;
  background: #ffffff;
}

.atlas-ui .premium-feature-list article {
  border-color: #d9f0ff;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(13, 141, 200, 0.08);
}

.atlas-ui .premium-feature-list article > svg {
  color: #169bd5;
}

.atlas-ui .premium-auth-stage {
  background: #f5f9fc;
}

.atlas-ui .premium-login-card {
  border-color: #d9f0ff;
  box-shadow: 0 18px 52px rgba(13, 141, 200, 0.1);
}

.atlas-ui .premium-card-logo,
.atlas-ui .premium-role-switch,
.atlas-ui .premium-input-shell,
.atlas-ui .premium-google-button {
  border-color: #d9f0ff;
}

.atlas-ui .premium-role-switch {
  background: #eaf6ff;
}

.atlas-ui .premium-route-lock {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #d9f0ff;
  border-radius: 6px;
  color: #0d8dc8;
  background: #eaf6ff;
  font-weight: 750;
}

.atlas-ui .premium-role-option.active {
  border-color: #cde8f8;
  color: #0d8dc8;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(13, 141, 200, 0.08);
}

.atlas-ui .premium-submit {
  background: #169bd5;
}

.atlas-ui.premium-login,
.atlas-ui .premium-auth-stage,
.atlas-ui .premium-login-card {
  color: #64748b;
}

.atlas-ui .premium-hero-panel {
  color: #64748b;
  border-color: #cde8f8;
}

.atlas-ui .premium-brand-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid #d9f0ff;
  border-radius: 8px;
  color: #0d8dc8;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(13, 141, 200, 0.1);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.atlas-ui .premium-card-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d9f0ff;
  border-radius: 8px;
  color: #0d8dc8;
  background: #eaf6ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.atlas-ui .premium-brand-wordmark {
  display: block;
  width: 174px;
  height: 96px;
  padding: 8px 12px;
  border-color: #d9f0ff;
  background: #ffffff;
  object-fit: contain;
}

.atlas-ui .premium-card-logo {
  width: 132px;
  height: 74px;
  padding: 6px 8px;
  border-radius: 7px;
  background: #ffffff;
  object-fit: contain;
}

.atlas-ui .premium-hero-copy > span {
  color: #0d8dc8;
  background: #d9f0ff;
}

.atlas-ui .premium-login-head h1,
.atlas-ui .premium-card-brand strong,
.atlas-ui .premium-role-block > label,
.atlas-ui .premium-field > label {
  color: #0d8dc8;
}

.atlas-ui .premium-role-option,
.atlas-ui .premium-google-button,
.atlas-ui .premium-login-options,
.atlas-ui .premium-secure-note,
.atlas-ui .premium-login-copyright {
  color: #64748b;
}

.pwa-install-prompt {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  left: 16px;
  z-index: 80;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  max-width: 430px;
  margin: 0 auto;
  padding: 13px;
  border: 1px solid #cde8f8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(13, 141, 200, 0.2);
}

.pwa-install-logo {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
  background: #ffffff;
}

.pwa-install-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.pwa-install-copy strong {
  color: #10232d;
  font-size: 15px;
  font-weight: 750;
}

.pwa-install-copy small {
  color: #0d8dc8;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pwa-install-copy span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.pwa-install-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
}

.pwa-install-actions button {
  min-height: 40px;
  border: 1px solid #d9f0ff;
  border-radius: 6px;
  padding: 0 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.pwa-install-button {
  flex: 1;
  color: #ffffff;
  background: #169bd5;
}

.pwa-dismiss-button {
  color: #0d8dc8;
  background: #eaf6ff;
}

@media (max-width: 680px) {
  .atlas-ui.app-shell,
  .atlas-ui.app-shell.sidebar-collapsed {
    grid-template-columns: minmax(0, 1fr);
  }

  .atlas-ui .topbar,
  .atlas-ui .content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .atlas-ui .topbar {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .atlas-ui .mobile-menu-btn {
    display: inline-flex;
  }

  .atlas-ui .page-header-main,
  .atlas-ui .topbar-main {
    align-items: flex-start;
  }

  .atlas-ui .page-header-main {
    flex-direction: column;
    gap: 10px;
  }

  .atlas-ui .page-title-copy h1 {
    font-size: 23px;
  }

  .atlas-ui .page-header-actions {
    width: 100%;
    justify-content: flex-start;
  }
}


/* Runtime login logo branding patch. */
.atlas-ui .premium-brand-wordmark {
  display: block;
  width: 174px;
  height: 96px;
  padding: 8px 12px;
  border-color: #d9f0ff;
  background: #ffffff;
  object-fit: contain;
}

.atlas-ui .premium-card-logo {
  width: 132px;
  height: 74px;
  padding: 6px 8px;
  border-color: #d9f0ff;
  border-radius: 7px;
  background: #ffffff;
  object-fit: contain;
}
