:root {
  color-scheme: light;
  --bg: #f5f7f2;
  --ink: #18221c;
  --muted: #657066;
  --line: #d9dfd6;
  --panel: #ffffff;
  --green: #2f8f57;
  --orange: #d98b22;
  --red: #d94343;
  --blue: #246b82;
  --gray: #d2d8d0;
  --shadow: 0 14px 40px rgba(28, 45, 35, 0.08);
}

body[data-theme="dark"] {
  --bg: #121713;
  --ink: #eef3ed;
  --muted: #aeb9af;
  --line: #334035;
  --panel: #1b241d;
  --green: #36b76f;
  --orange: #e6a23a;
  --red: #f05a5a;
  --blue: #58b4d0;
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

body[data-theme="dark"] {
  background: #121713;
  color: #eef3ed;
}

body[data-theme="dark"] * {
  color: inherit;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.compact-mode th,
body.compact-mode td,
body.compact-mode .panel,
body.compact-mode .product-card {
  padding: 8px;
}

button,
input,
select {
  font: inherit;
}

body[data-theme="dark"] input,
body[data-theme="dark"] select,
body[data-theme="dark"] textarea {
  background: #121713;
  border-color: var(--line);
  color: var(--ink);
}

body[data-theme="dark"] input::placeholder {
  color: #829086;
}

body[data-theme="dark"] .summary-grid article,
body[data-theme="dark"] .panel,
body[data-theme="dark"] .product-card,
body[data-theme="dark"] .modal,
body[data-theme="dark"] .drawer,
body[data-theme="dark"] .help-answer,
body[data-theme="dark"] .recipe-box,
body[data-theme="dark"] .table-wrap {
  background: var(--panel);
  color: var(--ink);
}

body[data-theme="dark"] .ghost-button,
body[data-theme="dark"] .import-button,
body[data-theme="dark"] .small-button,
body[data-theme="dark"] .icon-button,
body[data-theme="dark"] .drawer-nav a,
body[data-theme="dark"] .drawer-nav button,
body[data-theme="dark"] .help-card,
body[data-theme="dark"] .info-card {
  background: #243027;
  border-color: #405043;
  color: var(--ink);
}

body[data-theme="dark"] .drawer-nav a:hover,
body[data-theme="dark"] .drawer-nav button:hover,
body[data-theme="dark"] .ghost-button:hover,
body[data-theme="dark"] .small-button:hover {
  filter: brightness(1.18);
}

body[data-theme="dark"] table {
  background: #1b241d;
  color: #eef3ed;
}

body[data-theme="dark"] th {
  color: #c6d1c8;
}

body[data-theme="dark"] td {
  color: #eef3ed;
}

body[data-theme="dark"] .product-card p,
body[data-theme="dark"] .empty-state,
body[data-theme="dark"] label,
body[data-theme="dark"] .legend span,
body[data-theme="dark"] .summary-grid span {
  color: #c6d1c8;
}

body[data-theme="dark"] .status-pill,
body[data-theme="dark"] .status-pill * {
  color: #fff;
}

body[data-theme="dark"] .danger,
body[data-theme="dark"] .danger-action,
body[data-theme="dark"] .install-panel .danger-action {
  background: #3a2020;
  color: #ffd7d7;
}

button,
.import-button {
  border: 0;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  padding: 10px 14px;
  font-weight: 700;
}

button:hover,
.import-button:hover {
  filter: brightness(1.08);
}

.app-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 44px;
}

.topbar {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.brand-block {
  display: grid;
  gap: 8px;
}

.brand-logo {
  display: block;
  height: auto;
  max-width: min(420px, 100%);
  width: 420px;
}

.eyebrow {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 6px;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  margin-bottom: 0;
  max-width: 820px;
}

h2 {
  font-size: 18px;
  margin-bottom: 0;
}

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

.menu-button {
  align-items: center;
  background: var(--ink);
  display: inline-grid;
  gap: 4px;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  width: 46px;
}

.menu-button span {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 20px;
}

.ghost-button,
.import-button {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  display: inline-flex;
  min-height: 42px;
  place-items: center;
}

.import-button input {
  display: none;
}

.summary-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 12px;
}

.app-only {
  display: none;
}

body.app-mode .app-only {
  display: block;
}

.app-dashboard {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin-bottom: 12px;
  padding: 16px;
}

.app-dashboard-hero {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(180px, 360px) 1fr;
  margin-bottom: 14px;
}

.app-dashboard-hero img {
  max-width: 100%;
}

.summary-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 16px;
}

.summary-grid span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.summary-grid strong {
  font-size: 30px;
}

.workspace {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  margin-top: 12px;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 16px;
}

.section-highlight {
  animation: sectionPulse 1600ms ease;
}

@keyframes sectionPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 139, 34, 0);
    outline: 0 solid rgba(217, 139, 34, 0);
  }
  20% {
    box-shadow: 0 0 0 5px rgba(217, 139, 34, 0.24), var(--shadow);
    outline: 2px solid rgba(217, 139, 34, 0.78);
  }
  100% {
    box-shadow: var(--shadow);
    outline: 0 solid rgba(217, 139, 34, 0);
  }
}

.wide {
  min-width: 0;
}

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

.form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

label {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
}

.full {
  grid-column: 1 / -1;
}

input,
select {
  background: #fbfcfa;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.form-grid > button {
  grid-column: 1 / -1;
}

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

table {
  border-collapse: collapse;
  min-width: 1060px;
  width: 100%;
}

.compact-table table {
  min-width: 680px;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

th {
  color: var(--muted);
  font-size: 12px;
}

.part-cell,
.product-card-head {
  align-items: center;
  display: flex;
  gap: 10px;
}

.thumb {
  background: #e9eee6;
  border: 1px solid var(--line);
  border-radius: 7px;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.status-pill {
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.status-green {
  background: var(--green);
}

.status-orange {
  background: var(--orange);
}

.status-red {
  background: var(--red);
}

tr.row-red {
  background: #fff0f0;
}

tr.row-orange {
  background: #fff8ea;
}

body[data-theme="dark"] tr.row-red {
  background: #351c1c;
}

body[data-theme="dark"] tr.row-orange {
  background: #332715;
}

body[data-theme="dark"] tr.row-red td,
body[data-theme="dark"] tr.row-orange td {
  color: var(--ink);
}

.inline-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.inline-actions input {
  min-width: 72px;
  width: 84px;
}

.threshold-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(78px, 1fr));
  min-width: 290px;
}

.threshold-grid label {
  font-size: 11px;
  gap: 4px;
}

.threshold-grid input {
  min-height: 34px;
  padding: 6px 8px;
}

.small-button,
.icon-button {
  border: 1px solid var(--line);
  background: #f6f8f4;
  color: var(--ink);
  min-height: 34px;
  padding: 7px 10px;
}

.icon-button {
  aspect-ratio: 1;
  width: 34px;
}

.danger {
  background: #fff1f1;
  color: #9b2020;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.legend span {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 12px;
  gap: 5px;
}

.dot {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.green {
  background: var(--green);
}

.orange {
  background: var(--orange);
}

.red {
  background: var(--red);
}

.gray {
  background: var(--gray);
  border: 1px solid #aeb7ac;
}

body[data-theme="dark"] .gray {
  background: #657066;
  border-color: #879287;
}

.recipe-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}

.mini-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.recipe-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 86px 34px;
  margin-top: 8px;
}

.product-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.product-card h3 {
  font-size: 17px;
  margin: 0;
}

.product-card p {
  color: var(--muted);
  margin: 8px 0;
}

.product-stock-field,
.product-quantity-field {
  margin-top: 10px;
}

.product-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}

.planner-result {
  margin-top: 14px;
}

.need-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 9px 0;
}

canvas {
  display: block;
}

.chart-scroll {
  overflow-x: auto;
  padding: 4px 4px 10px;
  scrollbar-color: #9fa89e #edf1ea;
  scrollbar-width: thin;
}

.chart-scroll::-webkit-scrollbar {
  height: 10px;
}

.chart-scroll::-webkit-scrollbar-track {
  background: #edf1ea;
  border-radius: 999px;
}

.chart-scroll::-webkit-scrollbar-thumb {
  background: #9fa89e;
  border-radius: 999px;
}

.install-panel {
  background: #18221c;
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 16px;
  margin-top: 12px;
  padding: 16px;
}

.install-main {
  align-items: center;
  display: flex;
  gap: 14px;
}

.install-icon {
  background: #fff;
  border-radius: 8px;
  height: 54px;
  padding: 7px;
  width: 54px;
}

.install-panel p {
  color: #d9dfd6;
  margin: 6px 0 0;
}

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

.install-panel .ghost-button {
  align-items: center;
  background: #fff;
  color: var(--ink);
  justify-content: center;
  text-align: center;
}

body[data-theme="dark"] .install-panel .ghost-button,
body[data-theme="dark"] .update-notice button {
  background: #eef3ed;
  color: #18221c;
}

.install-panel .ghost-button:disabled {
  cursor: default;
  opacity: 0.64;
}

.install-panel .danger-action {
  background: #fff1f1;
  color: #9b2020;
}

#backupImport {
  display: none;
}

.update-notice {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px;
}

.update-notice p {
  color: #d9dfd6;
  margin: 4px 0 0;
}

.update-notice ul {
  margin: 6px 0 0;
  padding-left: 18px;
}

.update-notice li {
  color: #eef3ed;
  margin: 2px 0;
}

.update-notice button {
  background: #fff;
  color: var(--ink);
  min-height: 36px;
  padding: 7px 10px;
}

.drawer {
  background: #fff;
  border-left: 1px solid var(--line);
  box-shadow: -18px 0 50px rgba(24, 34, 28, 0.18);
  display: grid;
  gap: 12px;
  grid-template-rows: auto 1fr;
  height: 100vh;
  max-width: 380px;
  overflow-y: auto;
  padding: 18px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: transform 180ms ease;
  width: min(90vw, 380px);
  z-index: 20;
}

.drawer.open {
  transform: translateX(0);
}

.drawer-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.drawer-nav {
  display: grid;
  gap: 8px;
  align-content: start;
  padding-bottom: 24px;
}

.drawer-nav a,
.drawer-nav button {
  align-items: center;
  background: #f6f8f4;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  gap: 10px;
  font-weight: 700;
  padding: 11px 12px;
  text-align: left;
  text-decoration: none;
}

.menu-icon {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: inline-grid;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  display: block;
  position: absolute;
}

.icon-help {
  background: #246b82;
}

.icon-help::before {
  content: "?";
  position: static;
}

.icon-disclaimer {
  background: #d94343;
}

.icon-disclaimer::before {
  background: #fff;
  border-radius: 2px;
  height: 17px;
  width: 4px;
}

.icon-disclaimer::after {
  background: #fff;
  border-radius: 50%;
  bottom: 7px;
  height: 4px;
  width: 4px;
}

.icon-privacy {
  background: #2f8f57;
}

.icon-privacy::before {
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  height: 10px;
  top: 7px;
  width: 15px;
}

.icon-privacy::after {
  background: #fff;
  border-radius: 3px;
  bottom: 7px;
  height: 14px;
  width: 20px;
}

.icon-backup {
  background: #d98b22;
}

.icon-backup::before {
  border: 3px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
}

.icon-parts {
  background: #596b5f;
}

.icon-parts::before,
.icon-parts::after {
  background: #fff;
  border-radius: 3px;
  height: 10px;
  width: 10px;
}

.icon-parts::before {
  left: 7px;
  top: 7px;
}

.icon-parts::after {
  bottom: 7px;
  right: 7px;
}

.icon-products {
  background: #7a5aa6;
}

.icon-products::before {
  border: 3px solid #fff;
  height: 16px;
  transform: rotate(45deg);
  width: 16px;
}

.icon-planning {
  background: #246b82;
}

.icon-planning::before {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  height: 3px;
  width: 20px;
}

.icon-settings {
  background: #18221c;
}

.icon-settings::before {
  border: 4px solid #fff;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.icon-settings::after {
  background: #fff;
  border-radius: 2px;
  height: 24px;
  transform: rotate(45deg);
  width: 4px;
}

.icon-info {
  background: #5c6f77;
}

.icon-info::before {
  content: "i";
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  position: static;
}

.drawer-backdrop,
.modal-backdrop {
  background: rgba(24, 34, 28, 0.42);
  inset: 0;
  position: fixed;
  z-index: 19;
}

.modal-backdrop {
  align-items: center;
  display: grid;
  padding: 18px;
  z-index: 30;
}

.modal {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-height: min(820px, calc(100vh - 36px));
  max-width: 980px;
  overflow: hidden;
  width: min(100%, 980px);
}

.modal-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.modal-body {
  display: grid;
  gap: 14px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding: 16px;
}

.help-search {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.assistant-card {
  background: linear-gradient(135deg, #18221c, #246b82);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.assistant-head {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 58px 1fr;
}

.assistant-head p {
  color: #d9dfd6;
  margin: 5px 0 0;
}

.assistant-avatar {
  align-items: end;
  background: #f5f7f2;
  border-radius: 8px;
  display: flex;
  gap: 5px;
  height: 58px;
  justify-content: center;
  padding: 12px 10px;
  width: 58px;
}

.assistant-avatar span {
  border-radius: 4px;
  display: block;
  width: 10px;
}

.assistant-avatar span:nth-child(1) {
  background: var(--red);
  height: 20px;
}

.assistant-avatar span:nth-child(2) {
  background: var(--orange);
  height: 31px;
}

.assistant-avatar span:nth-child(3) {
  background: var(--green);
  height: 42px;
}

.assistant-card .help-answer {
  color: var(--ink);
}

.assistant-card .help-search button {
  background: #fff;
  color: #18221c;
}

.help-grid,
.info-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.settings-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.setting-card {
  background: #f6f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.setting-card label {
  align-items: center;
  display: flex;
  gap: 8px;
}

.setting-card input[type="checkbox"] {
  min-height: auto;
  width: auto;
}

body[data-theme="dark"] .setting-card {
  background: #243027;
}

.settings-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.setting-card button,
.settings-actions button {
  background: var(--ink);
  color: #fff;
}

.settings-actions .danger-action,
.setting-card .danger-action {
  background: #3a2020;
  color: #ffd7d7;
}

.app-mode-bar {
  background: #18221c;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: 0;
  padding: 9px 14px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 18;
}

body.has-app-bar .app-shell {
  padding-bottom: 82px;
}

.help-card,
.info-card {
  background: #f6f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

body[data-theme="dark"] .setting-card,
body[data-theme="dark"] .help-card,
body[data-theme="dark"] .info-card {
  background: #243027;
  color: var(--ink);
}

body[data-theme="dark"] .setting-card button,
body[data-theme="dark"] .settings-actions button {
  background: #eef3ed;
  border-color: #eef3ed;
  color: #18221c;
}

body[data-theme="dark"] .settings-actions .danger-action,
body[data-theme="dark"] .setting-card .danger-action {
  background: #4a2020;
  border-color: #5d2929;
  color: #ffe1e1;
}

.help-card button {
  background: transparent;
  color: var(--ink);
  padding: 0;
  text-align: left;
}

.help-answer {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.legal-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.forecast-list {
  display: grid;
  gap: 8px;
}

.forecast-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 8px 0;
}

.report-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.report-card {
  background: #f6f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.report-card span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

.report-card strong {
  font-size: 26px;
}

body[data-theme="dark"] .report-card {
  background: #243027;
}

.splash-screen {
  align-items: center;
  background: #121713;
  display: grid;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: opacity 500ms ease;
  z-index: 60;
}

.splash-screen.show {
  opacity: 1;
}

.splash-screen img {
  animation: splashPulse 1600ms ease both;
  max-width: min(520px, calc(100vw - 42px));
  width: 520px;
}

@keyframes splashPulse {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  35%,
  75% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-8px) scale(1.02);
  }
}

.empty-state {
  color: var(--muted);
  padding: 20px 0;
}

@media (max-width: 980px) {
  .topbar,
  .install-panel,
  .workspace {
    grid-template-columns: 1fr;
  }

  .topbar {
    align-items: start;
    display: grid;
  }

  .install-panel {
    align-items: stretch;
    display: grid;
  }

  .install-actions {
    grid-template-columns: 1fr 1fr;
  }

  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .app-shell {
    width: min(100% - 20px, 1440px);
    padding-top: 18px;
  }

  .form-grid,
  .summary-grid,
  .product-actions {
    grid-template-columns: 1fr;
  }

  .top-actions {
    width: 100%;
  }

  .top-actions > * {
    flex: 1;
    justify-content: center;
  }

  .install-actions {
    grid-template-columns: 1fr;
  }

  .help-search,
  .forecast-row {
    grid-template-columns: 1fr;
  }

  .install-main,
  .update-notice {
    align-items: stretch;
    display: grid;
  }

  .app-dashboard-hero {
    grid-template-columns: 1fr;
  }
}
