:root {
  --bg: #0e0e0e;
  --bg-alt: #0a0a0a;
  --surface: rgba(24, 24, 24, 0.82);
  --surface-strong: #181818;
  --surface-soft: #131313;
  --text: #e5e2e1;
  --muted: #8c9080;
  --line: rgba(255, 255, 255, 0.06);
  --primary: #d8ff00;
  --primary-soft: rgba(216, 255, 0, 0.16);
  --purple: #a855f7;
  --danger: #ff7f8f;
  --success: #3ddc97;
  --shadow-primary: 0 0 24px rgba(216, 255, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at top right, rgba(216, 255, 0, 0.08), transparent 26%),
    radial-gradient(circle at bottom left, rgba(168, 85, 247, 0.08), transparent 24%),
    var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.auth-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(12px);
}

.auth-screen[hidden] {
  display: none;
}

.auth-card {
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(216, 255, 0, 0.14);
  border-radius: 24px;
  background: rgba(20, 20, 20, 0.96);
  box-shadow: var(--shadow-primary);
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-copy {
  margin: 0 0 18px;
  color: var(--muted);
}

.auth-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
}

.auth-card input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #090909;
  color: var(--text);
}

.auth-card button {
  width: 100%;
  margin-top: 16px;
  padding: 14px 16px;
  border: 0;
  border-radius: 16px;
  background: var(--primary);
  color: #000;
  font-weight: 800;
  cursor: pointer;
}

.auth-error {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--danger);
  font-size: 14px;
}

.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 72px;
  height: 100vh;
  padding: 24px 0;
  border-right: 1px solid var(--line);
  background: rgba(10, 10, 10, 0.96);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.brand-mark,
.hero-title-mark,
.kpi-icon,
.section-title-icon span:first-child {
  display: grid;
  place-items: center;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(216, 255, 0, 0.08);
  color: var(--primary);
  box-shadow: var(--shadow-primary);
}

.sidenav-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nav-icon {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #606060;
  cursor: pointer;
  transition: 180ms ease;
}

.nav-icon:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.nav-icon.active {
  color: var(--primary);
  background: rgba(216, 255, 0, 0.08);
}

.dashboard-shell {
  margin-left: 72px;
  padding: 24px;
  min-height: 100vh;
}

.hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-radius: 24px;
  background: var(--primary);
  color: #000;
  box-shadow: 0 18px 40px rgba(216, 255, 0, 0.18);
}

.hero-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-title-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #000;
  color: var(--primary);
}

.hero-title h1 {
  margin: 0;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-title h1 span {
  margin-left: 6px;
  opacity: 0.56;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.hero-period {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-period strong {
  font-size: 11px;
}

.hero-context-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.scope-badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scope-status-badge {
  display: inline-flex;
  align-items: center;
}

.scope-status-badge.status-active,
.status-badge.status-active {
  background: rgba(61, 220, 151, 0.18);
  color: #0f8d5a;
}

.scope-status-badge.status-paused,
.status-badge.status-paused {
  background: rgba(255, 127, 143, 0.18);
  color: #c95c73;
}

.scope-status-badge.status-unknown,
.status-badge.status-unknown {
  background: rgba(255, 255, 255, 0.1);
  color: #d6d6d6;
}

#selection-entity-name {
  color: rgba(0, 0, 0, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.hero-account {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.92);
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.hero-account .small,
.tiny {
  font-size: 18px;
}

.filter-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 30px;
}

.filter-combo-shell {
  position: relative;
}

.combo-field {
  position: relative;
}

.combo-label {
  display: block;
  margin: 0 0 8px;
  color: #7d7f73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.combo-trigger {
  width: 100%;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-strong);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.combo-trigger:hover {
  border-color: rgba(216, 255, 0, 0.24);
}

.combo-field.is-open .combo-trigger {
  border-color: rgba(216, 255, 0, 0.34);
  box-shadow: var(--shadow-primary);
}

.combo-field.is-disabled .combo-trigger {
  opacity: 0.48;
  cursor: not-allowed;
}

.combo-trigger-main {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.combo-trigger-main .material-symbols-outlined {
  color: #737373;
}

.combo-trigger-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.combo-trigger-copy strong,
.combo-trigger-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.combo-trigger-copy strong {
  color: #f0f0f0;
  font-size: 13px;
  font-weight: 800;
}

.combo-trigger-copy small {
  color: #7d7f73;
  font-size: 11px;
  font-weight: 700;
}

.combo-chevron {
  color: #666;
}

.combo-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 40;
  padding: 12px;
  border: 1px solid rgba(216, 255, 0, 0.12);
  border-radius: 18px;
  background: rgba(16, 16, 16, 0.98);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}

.combo-search {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.combo-status {
  margin: 10px 2px 0;
  color: #818181;
  font-size: 11px;
  font-weight: 700;
}

.combo-options {
  display: grid;
  gap: 8px;
  max-height: 260px;
  margin-top: 10px;
  overflow-y: auto;
}

.combo-option {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.combo-option:hover,
.combo-option.is-selected {
  border-color: rgba(216, 255, 0, 0.22);
  background: rgba(216, 255, 0, 0.08);
}

.combo-option strong,
.combo-option small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.combo-option-head,
.combo-selected-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.status-badge {
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.combo-option strong {
  font-size: 12px;
  font-weight: 800;
}

.combo-option small {
  margin-top: 4px;
  color: #8b8b8b;
  font-size: 10px;
  font-weight: 700;
}

.alert-stack {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.alert-banner {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.alert-banner.warning {
  border-color: rgba(216, 255, 0, 0.22);
  background: rgba(216, 255, 0, 0.08);
}

.alert-banner.critical {
  border-color: rgba(255, 127, 143, 0.26);
  background: rgba(255, 127, 143, 0.1);
}

.alert-banner strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
}

.alert-banner p {
  margin: 0;
  color: #cfcfcf;
  font-size: 12px;
  line-height: 1.5;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-strong);
  color: #d1d1d1;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip:hover {
  border-color: rgba(216, 255, 0, 0.26);
}

.filter-chip span:first-child {
  color: #7b7b7b;
}

.filter-select-wrap select,
.date-range-inputs input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #d1d1d1;
}

.filter-select-wrap select {
  appearance: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.date-chip {
  gap: 14px;
  grid-column: span 3;
}

.date-chip-content {
  display: grid;
  gap: 6px;
  width: 100%;
}

.date-range-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.date-range-inputs input {
  color-scheme: dark;
  font-size: 12px;
  font-weight: 700;
}

.date-separator {
  color: #707070;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.preset-chip {
  gap: 12px;
  grid-column: span 2;
  align-items: flex-start;
}

.preset-button-row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.preset-button {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #d1d1d1;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: 160ms ease;
}

.preset-button:hover {
  border-color: rgba(216, 255, 0, 0.24);
  color: #f6f6f6;
}

.preset-button.is-active {
  border-color: rgba(216, 255, 0, 0.28);
  background: rgba(216, 255, 0, 0.12);
  color: var(--primary);
  box-shadow: var(--shadow-primary);
}

.date-apply-button {
  padding: 9px 14px;
  border: 0;
  border-radius: 12px;
  background: var(--primary);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.date-apply-button:disabled {
  cursor: wait;
  opacity: 0.64;
}

.date-feedback {
  margin: 0;
  color: #707070;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.date-feedback.error {
  color: var(--danger);
}

.date-feedback.success {
  color: var(--success);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.column-left,
.column-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.glass-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  backdrop-filter: blur(12px);
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kpi-card {
  padding: 18px;
}

.kpi-card-header {
  width: 62%;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}

.kpi-card-header span {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kpi-body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kpi-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(216, 255, 0, 0.9);
  color: #000;
  box-shadow: var(--shadow-primary);
}

.kpi-label {
  margin: 0 0 3px;
  color: #777;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kpi-card strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.timeline-card,
.funnel-card,
.demographics-card,
.video-card,
.tracking-card,
.overview-card {
  padding: 24px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.section-header h4 {
  margin: 0;
  color: var(--primary);
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.section-title-icon > span {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
}

.section-title-icon h4 {
  color: #fff;
}

.legend-row {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  color: #909090;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 999px;
}

.legend-dot.primary {
  background: var(--primary);
  box-shadow: var(--shadow-primary);
}

.legend-dot.secondary {
  background: var(--purple);
}

.timeline-chart {
  position: relative;
  height: 220px;
}

.timeline-chart svg {
  width: 100%;
  height: 190px;
}

.chart-glow {
  fill: none;
  stroke: var(--primary);
  stroke-width: 8;
  opacity: 0.12;
  filter: blur(8px);
}

.chart-line {
  fill: none;
  stroke: var(--primary);
  stroke-width: 3;
}

.chart-line-secondary {
  fill: none;
  stroke: var(--purple);
  stroke-width: 2;
}

.timeline-axis {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #5f5f5f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chart-empty,
.section-empty,
.table-empty-row td,
.tracking-empty {
  color: #868686;
  font-size: 12px;
  font-weight: 700;
}

.chart-empty,
.section-empty,
.tracking-empty {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  line-height: 1.5;
  padding: 18px;
}

.chart-empty {
  min-height: 190px;
}

.chip-inline {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: #a5a5a5;
  font-size: 10px;
  font-weight: 700;
}

.funnel-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}

.funnel-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  align-items: center;
  gap: 24px;
}

.funnel-shape {
  height: 62px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(216, 255, 0, 0.95), rgba(216, 255, 0, 0.58));
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
}

.funnel-row:last-child .funnel-shape {
  clip-path: none;
  border-radius: 0 0 14px 14px;
}

.funnel-step-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.64;
}

.funnel-step-value {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.funnel-side {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.funnel-side-label {
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.funnel-side-value {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.funnel-side-rate {
  color: var(--success);
  font-size: 10px;
  font-weight: 800;
}

.funnel-connector {
  margin-top: 8px;
  margin-left: auto;
  margin-right: 110px;
  padding: 4px 8px;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #d7d7d7;
  font-size: 10px;
  font-weight: 800;
}

.demographics-layout {
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 24px;
  align-items: center;
}

.donut-shell {
  display: grid;
  place-items: center;
}

.donut-ring {
  position: relative;
  width: 148px;
  height: 148px;
  border-radius: 999px;
  background: conic-gradient(#7c3aed 0 35%, #9333ea 35% 63%, #a855f7 63% 84%, #581c87 84% 100%);
}

.donut-ring::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: inherit;
  background: #141414;
}

.donut-core {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
}

.donut-core span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--primary);
  color: #000;
  box-shadow: var(--shadow-primary);
}

.demographic-legend {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.demo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #d6d6d6;
  font-size: 11px;
  font-weight: 700;
}

.demo-item span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.demo-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

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

.video-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}

.video-bar {
  height: 34px;
  display: grid;
  place-items: center;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%);
  color: #000;
  font-size: 10px;
  font-weight: 800;
}

.video-value {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.tracking-score {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}

.tracking-score span {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.tracking-score strong {
  color: var(--primary);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.tracking-list {
  margin: 0;
  padding-left: 18px;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.6;
}

.tracking-list li + li {
  margin-top: 8px;
}

.status-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(216, 255, 0, 0.12);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.table-actions {
  display: inline-flex;
  gap: 10px;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 18px 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}

th {
  color: #666;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

td {
  color: #d6d6d6;
  font-size: 12px;
  font-weight: 700;
}

.table-empty-row td {
  text-align: center;
  padding: 28px 16px;
}

.dashboard-context-note {
  margin-top: 18px;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 700;
}

.text-primary {
  color: var(--primary);
}

.text-good {
  color: var(--success);
}

.chat-button {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 20;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #000;
  box-shadow: 0 12px 32px rgba(216, 255, 0, 0.35);
  cursor: pointer;
}

@media (max-width: 1280px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .filter-bar,
  .kpi-grid,
  .video-grid,
  .demographics-layout {
    grid-template-columns: 1fr;
  }

  .date-chip,
  .preset-chip {
    grid-column: auto;
  }

  .funnel-row {
    grid-template-columns: 1fr;
  }

  .funnel-connector {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .sidenav {
    position: static;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 20px;
  }

  .sidenav-nav {
    flex-direction: row;
  }

  .dashboard-shell {
    margin-left: 0;
    padding: 18px;
  }

  .hero-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
