/* Vibra home dashboard */
.app-shell.is-home-active {
  --vibra-purple: #6d35f2;
  --vibra-purple-dark: #5120d7;
  --vibra-purple-soft: #f1ebff;
  --vibra-lilac: #f7f3ff;
  --text-primary: #171431;
  --text-secondary: #68758e;
  --border-soft: #e8e5f1;
  --background-page: #f7f8fc;
  --surface: #ffffff;
  --home-shadow: 0 10px 35px rgba(40, 25, 85, 0.05);
}

body[data-theme="dark"] .app-shell.is-home-active {
  --background-page: #0f1220;
  --surface: #171b2c;
  --text-primary: #f6f3ff;
  --text-secondary: #a8b0c4;
  --border-soft: rgba(178, 167, 255, 0.18);
  --vibra-purple-soft: rgba(109, 53, 242, 0.18);
  --vibra-lilac: rgba(109, 53, 242, 0.12);
  --home-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
}

.app-shell.is-home-active {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  grid-template-rows: 58px minmax(0, 1fr);
  min-height: 100vh;
  background: var(--background-page);
  overflow-x: hidden;
}

.app-shell.is-home-active .vibra-app-top {
  grid-column: 2;
  grid-row: 1;
  height: 58px;
  padding: 0 22px;
  background: var(--surface);
  border-bottom: 1px solid var(--border-soft);
  box-shadow: none;
}

.app-shell.is-home-active .vibra-app-top .vibra-logo-lockup {
  display: none;
}

.app-shell.is-home-active .vibra-app-top .vibra-top-actions {
  margin-left: auto;
}

.app-shell.is-home-active .app-nav {
  grid-column: 1;
  grid-row: 1 / span 2;
  position: sticky;
  top: 0;
  width: 235px;
  height: 100vh;
  padding: 18px 16px;
  background: var(--surface);
  border-right: 1px solid var(--border-soft);
  overflow-y: auto;
}

.app-shell.is-home-active .nav-brand-header {
  height: auto;
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.app-shell.is-home-active .nav-brand-mascot {
  width: 34px;
  height: 34px;
}

.app-shell.is-home-active .nav-brand-name {
  color: var(--text-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.app-shell.is-home-active .nav-brand-name small {
  display: none;
}

.app-shell.is-home-active .app-nav::before {
  content: "MÚSICAS";
  display: block;
  margin: 0 0 8px;
  color: var(--vibra-purple);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-shell.is-home-active .nav-button {
  min-height: 42px;
  margin: 0 0 4px;
  padding: 0 12px;
  border-radius: 10px;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.app-shell.is-home-active .nav-button:hover {
  background: var(--vibra-purple-soft);
  color: var(--vibra-purple);
}

.app-shell.is-home-active .nav-button.is-active {
  background: linear-gradient(135deg, var(--vibra-purple), var(--vibra-purple-dark));
  color: #fff;
  box-shadow: 0 12px 26px rgba(109, 53, 242, 0.22);
}

.app-shell.is-home-active .nav-button:nth-of-type(9)::before {
  content: none;
  display: none;
}

.app-shell.is-home-active .nav-button:nth-of-type(9) {
  margin-top: 8px;
  position: relative;
}

.app-shell.is-home-active .nav-sidebar-footer {
  margin-top: 24px;
  padding-top: 0;
  border: 0;
}

.app-shell.is-home-active .nav-sidebar-footer::before {
  content: "Vibra PLUS\A\A Recursos avançados para levar sua música ainda mais longe.\A\A Conhecer planos →";
  display: block;
  white-space: pre-line;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--vibra-lilac);
  color: var(--text-primary);
  font-size: 12px;
  line-height: 1.45;
}

.app-shell.is-home-active .nav-sidebar-plan-action,
.app-shell.is-home-active .nav-sidebar-logout,
.app-shell.is-home-active .nav-sidebar-refresh {
  display: none;
}

.app-shell.is-home-active .home-panel.vibra-home {
  grid-column: 2;
  grid-row: 2;
  display: block;
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 58px);
  padding: 22px 14px 28px;
  background: var(--background-page);
  overflow-x: hidden;
}

.home-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 20px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.dashboard-main,
.dashboard-right {
  display: grid;
  align-content: start;
  gap: 20px;
  min-width: 0;
}

.dashboard-greeting {
  margin-top: 20px;
}

.dashboard-right {
  margin-top: 20px;
}

.dashboard-greeting h1 {
  margin: 0;
  color: var(--text-primary);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.dashboard-greeting p {
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 600;
}

.dashboard-banner {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(220px, 1fr) 210px;
  align-items: center;
  min-height: 204px;
  padding: 28px 30px;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--vibra-lilac), #fff 52%, var(--vibra-purple-soft));
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

body[data-theme="dark"] .dashboard-banner {
  background: linear-gradient(135deg, rgba(109, 53, 242, .18), rgba(23, 27, 44, .96));
}

.dashboard-banner article + article {
  padding-left: 28px;
  border-left: 1px solid var(--border-soft);
}

.dashboard-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--vibra-purple);
  font-size: 13px;
  font-weight: 700;
}

.dashboard-banner strong {
  display: block;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.dashboard-banner p,
.dashboard-banner small {
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
}

.dashboard-primary-action {
  margin-top: 20px;
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--vibra-purple), var(--vibra-purple-dark));
  color: #fff;
  font-weight: 700;
}

.dashboard-mascot {
  justify-self: center;
  align-self: end;
  width: min(190px, 100%);
  max-height: 176px;
  object-fit: contain;
  object-position: center bottom;
}

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

.dashboard-card,
.dashboard-stat,
.smart-search-card,
.streak-card {
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--home-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dashboard-card:hover,
.dashboard-stat:hover,
.smart-search-card:hover,
.streak-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(40, 25, 85, 0.08);
}

.dashboard-stat {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas: "icon number" "icon label" "icon delta";
  align-items: center;
  min-height: 105px;
  padding: 18px;
}

.dashboard-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--vibra-purple);
  background: var(--vibra-purple-soft);
}

.dashboard-icon svg {
  width: 21px;
  height: 21px;
}

.dashboard-icon.is-blue { color: #2563eb; background: #eaf1ff; }
.dashboard-icon.is-green { color: #16a34a; background: #eafaf0; }
.dashboard-icon.is-orange { color: #f97316; background: #fff1e8; }
.dashboard-icon.is-violet { color: #7c3aed; background: #f1ebff; }

.dashboard-stat .dashboard-icon { grid-area: icon; }
.dashboard-stat strong {
  grid-area: number;
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 700;
}
.dashboard-stat span:not(.dashboard-icon) {
  grid-area: label;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
}
.dashboard-stat small {
  grid-area: delta;
  color: #16a34a;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 14px;
}

.smart-search-card {
  padding: 22px;
}

.smart-search-card h2,
.dashboard-card h2,
.dashboard-tip-card h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
}

.smart-search-control {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: var(--surface);
}

.smart-search-control input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text-primary);
  font: inherit;
}

.smart-search-control button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: var(--vibra-lilac);
  color: var(--vibra-purple);
  font-weight: 700;
}

.streak-card {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 4px;
  padding: 20px;
}

.streak-card strong {
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 700;
}

.streak-card small {
  color: #ef4444;
  font-weight: 700;
}

.main-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.85fr);
  gap: 20px;
}

.dashboard-card {
  padding: 20px;
}

.dashboard-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.dashboard-card-head button,
.dashboard-tip-card button {
  border: 0;
  background: transparent;
  color: var(--vibra-purple);
  font-size: 13px;
  font-weight: 700;
}

.recent-song-list,
.activity-list,
.show-list {
  display: grid;
  gap: 12px;
}

.home-song-row,
.activity-row,
.show-row {
  display: grid;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.home-song-row {
  grid-template-columns: 38px minmax(0, 1fr) auto auto auto 24px 24px;
}

.home-song-title,
.activity-title,
.show-title {
  min-width: 0;
}

.home-song-title strong,
.activity-title strong,
.show-title strong {
  display: block;
  overflow: hidden;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-song-title span,
.activity-title span,
.show-title span,
.home-song-time,
.home-song-key {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
}

.home-chip {
  width: max-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--vibra-purple-soft);
  color: var(--vibra-purple);
  font-size: 12px;
  font-weight: 700;
}

.home-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: var(--text-secondary);
}

.show-row {
  grid-template-columns: 52px minmax(0, 1fr) auto;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-soft);
}

.show-date {
  display: grid;
  place-items: center;
  width: 46px;
  height: 52px;
  border-radius: 12px;
  background: var(--vibra-lilac);
  color: var(--vibra-purple);
  font-weight: 700;
}

.show-date small {
  font-size: 10px;
}

.show-time {
  color: var(--vibra-purple);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.shows-footer-button {
  width: 100%;
  height: 42px;
  margin-top: 14px;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: var(--surface);
  color: var(--text-primary);
  font-weight: 700;
}

.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.quick-actions-grid button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: var(--surface);
  color: var(--text-primary);
  font-weight: 700;
  text-align: left;
}

.activity-row {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}

.activity-row time {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
}

.dashboard-tip-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  align-items: end;
  min-height: 142px;
  padding: 20px;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--vibra-lilac), var(--vibra-purple-soft));
  box-shadow: var(--home-shadow);
}

.dashboard-tip-card p {
  margin: 10px 0 14px;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.dashboard-tip-card img {
  width: 86px;
  max-height: 104px;
  object-fit: contain;
  object-position: center bottom;
}

.progress-summary {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.progress-ring {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: conic-gradient(var(--vibra-purple) 82%, var(--vibra-purple-soft) 0);
}

.progress-ring span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--text-primary);
  font-size: 22px;
  font-weight: 700;
}

.progress-ring small {
  color: var(--text-secondary);
  font-size: 11px;
}

.progress-summary p {
  margin: 0 0 6px;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
}

.progress-summary strong {
  color: var(--text-primary);
  font-size: 15px;
}

.progress-bar {
  display: block;
  height: 8px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--vibra-purple-soft);
}

.progress-bar i {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: var(--vibra-purple);
}

.week-dots {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.week-dots span {
  display: grid;
  place-items: center;
  height: 24px;
  border-radius: 999px;
  background: var(--vibra-purple-soft);
  color: var(--vibra-purple);
  font-size: 11px;
  font-weight: 700;
}

.app-shell.is-home-active .hero-source-box {
  display: none;
}

@media (max-width: 1350px) {
  .home-dashboard {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}

@media (max-width: 1050px) {
  .home-dashboard {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .main-bottom-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .app-shell.is-home-active {
    display: block;
  }

  .app-shell.is-home-active .app-nav {
    position: fixed;
    width: min(86vw, 300px);
  }

  .app-shell.is-home-active .vibra-app-top {
    height: auto;
  }

  .app-shell.is-home-active .home-panel.vibra-home {
    padding: 18px 14px 96px;
  }

  .dashboard-banner,
  .dashboard-search-row,
  .quick-actions-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dashboard-banner article + article {
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid var(--border-soft);
  }

  .dashboard-mascot {
    width: 150px;
    justify-self: center;
  }

  .home-song-row {
    grid-template-columns: 38px minmax(0, 1fr) auto 24px;
  }

  .home-song-key,
  .home-song-time,
  .home-song-row .home-chip {
    display: none;
  }
}

/* Desktop lock: keep the main navigation fixed on the left on the home dashboard. */
@media (min-width: 769px) {
  main.app-shell.is-home-active {
    display: block !important;
    min-height: 100vh !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 235px !important;
    padding-top: 0 !important;
    background: var(--background-page) !important;
    overflow-x: hidden !important;
  }

  main.app-shell.is-home-active > nav#mainNav.app-nav {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 60 !important;
    display: block !important;
    width: 235px !important;
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 18px 16px !important;
    overflow-y: auto !important;
    transform: none !important;
    background: var(--surface) !important;
    border-right: 1px solid var(--border-soft) !important;
    box-shadow: none !important;
  }

  main.app-shell.is-home-active > header.vibra-app-top {
    position: sticky !important;
    top: 0 !important;
    left: 235px !important;
    z-index: 50 !important;
    width: 100% !important;
    max-width: none !important;
    height: 58px !important;
    margin: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  main.app-shell.is-home-active > section.home-panel.vibra-home {
    width: 100% !important;
    max-width: none !important;
    min-height: calc(100vh - 58px) !important;
    margin: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  main.app-shell.is-home-active > section.home-panel.vibra-home > .home-dashboard {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Home dashboard requested polish overrides */
.app-shell.is-home-active .app-nav {
  isolation: isolate;
  overscroll-behavior: contain;
  z-index: 70;
  background: var(--surface);
}

body[data-theme="dark"] .app-shell.is-home-active .dashboard-greeting h1,
body[data-theme="dark"] .app-shell.is-home-active #homeGreeting,
body[data-theme="dark"] .app-shell.is-home-active #homeUserName {
  color: #fff !important;
}

body[data-theme="dark"] main.app-shell.is-home-active > header.vibra-app-top .vibra-theme-switch {
  background: transparent !important;
  box-shadow: none !important;
}

body[data-theme="dark"] main.app-shell.is-home-active > header.vibra-app-top .vibra-theme-switch .theme-switch-track {
  background: transparent !important;
}

/* Keep the sidebar menu visually identical outside Inicio as well. */
.app-shell {
  --vibra-purple: #6d35f2;
  --vibra-purple-dark: #5120d7;
  --vibra-purple-soft: #f1ebff;
  --text-primary: #171431;
  --text-secondary: #68758e;
  --border-soft: #e8e5f1;
  --background-page: #f7f8fc;
  --surface: #ffffff;
}

body[data-theme="dark"] .app-shell {
  --background-page: #0f1220;
  --surface: #171b2c;
  --text-primary: #f6f3ff;
  --text-secondary: #a8b0c4;
  --border-soft: rgba(178, 167, 255, 0.18);
  --vibra-purple-soft: rgba(109, 53, 242, 0.18);
}

.app-shell > nav#mainNav.app-nav {
  width: 235px !important;
  padding: 18px 16px !important;
  background: var(--surface) !important;
  border: 0 !important;
  border-right: 1px solid var(--border-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  gap: 0 !important;
  isolation: isolate;
  overscroll-behavior: contain;
}

.app-shell > nav#mainNav.app-nav .nav-brand-header {
  height: auto !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.app-shell > nav#mainNav.app-nav .nav-brand-mascot {
  width: 34px !important;
  height: 34px !important;
  filter: none !important;
}

.app-shell > nav#mainNav.app-nav .nav-brand-name {
  color: var(--text-primary) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.app-shell > nav#mainNav.app-nav .nav-brand-name small {
  display: none !important;
}

.app-shell > nav#mainNav.app-nav::before {
  content: "MUSICAS";
  display: block;
  margin: 0 0 8px;
  color: var(--vibra-purple);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-shell > nav#mainNav.app-nav .nav-button {
  min-height: 42px !important;
  width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: var(--text-primary) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  justify-content: flex-start !important;
  text-align: left !important;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.app-shell > nav#mainNav.app-nav .nav-button svg,
.app-shell > nav#mainNav.app-nav .nav-button span {
  color: currentColor !important;
}

.app-shell > nav#mainNav.app-nav .nav-button:hover {
  background: var(--vibra-purple-soft) !important;
  color: var(--vibra-purple) !important;
}

.app-shell > nav#mainNav.app-nav .nav-button.is-active {
  background: linear-gradient(135deg, var(--vibra-purple), var(--vibra-purple-dark)) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(109, 53, 242, 0.22) !important;
}

.app-shell > nav#mainNav.app-nav .nav-button:nth-of-type(9)::before {
  content: none !important;
  display: none !important;
}

.app-shell > nav#mainNav.app-nav .nav-button:nth-of-type(9) {
  margin-top: 8px !important;
  position: relative;
}

.app-shell > nav#mainNav.app-nav .nav-sidebar-footer {
  margin-top: 24px !important;
  padding-top: 0 !important;
  border: 0 !important;
}
/* Mobile viewport guard for the dashboard stylesheet loaded after styles.css */
@media (max-width: 768px) {
  html,
  body,
  .app-shell,
  .app-main,
  .app-section,
  .home-dashboard {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .home-dashboard,
  .home-dashboard * {
    min-width: 0;
  }

  .home-dashboard input,
  .home-dashboard select,
  .home-dashboard textarea {
    font-size: 16px !important;
    max-width: 100%;
  }
}

/* Dark mode contrast guard for dashboard rules loaded after styles.css */
body[data-theme="dark"] .home-dashboard :where(
  .dashboard-card,
  .home-card,
  .home-song-row,
  .activity-row,
  .show-row,
  .dashboard-empty,
  .home-chip,
  .home-icon-button
) {
  border-color: rgba(148, 163, 184, 0.24) !important;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.96)) !important;
  color: #f8fafc !important;
}

body[data-theme="dark"] .home-dashboard :where(h1, h2, h3, strong, .home-song-title strong) {
  color: #f8fafc !important;
}

body[data-theme="dark"] .home-dashboard :where(p, span, small, time, .home-song-title span, .home-song-key, .home-song-time) {
  color: #cbd5e1 !important;
}

body[data-theme="dark"] .home-dashboard :where(input, select, textarea, button) {
  border-color: rgba(167, 139, 250, 0.28) !important;
}
