html[data-theme="dark"] body {
  color: #eee5f7;
}

html,
body {
  overflow-x: hidden;
}

html[data-theme="dark"] .text-white {
  color: #f4edfb;
}

html[data-theme="dark"] .text-slate-100,
html[data-theme="dark"] .text-slate-200,
html[data-theme="dark"] .text-slate-300 {
  color: #ddd0eb;
}

html[data-theme="dark"] .text-slate-400,
html[data-theme="dark"] .text-slate-500 {
  color: #ad9abd;
}

html[data-theme="light"] body {
  background: #f8fafc;
  color: #342447;
}

html[data-theme="light"] .bg-slate-950 {
  background-color: #f8fafc;
}

html[data-theme="light"] .bg-slate-900 {
  background-color: #ffffff;
}

html[data-theme="light"] .text-white {
  color: #342447;
}

html[data-theme="light"] .text-slate-100,
html[data-theme="light"] .text-slate-200,
html[data-theme="light"] .text-slate-300 {
  color: #4b3862;
}

html[data-theme="light"] .text-slate-400,
html[data-theme="light"] .text-slate-500 {
  color: #756582;
}

html[data-theme="light"] [class*="border-white"] {
  border-color: #cbd5e1;
}

html[data-theme="light"] [class*="bg-white\\/\\[0.04\\]"],
html[data-theme="light"] [class*="bg-white\\/\\[0.05\\]"],
html[data-theme="light"] [class*="bg-white\\/\\[0.08\\]"] {
  background-color: rgb(255 255 255 / 0.8);
}

html[data-theme="light"] .bg-white\/10 {
  background-color: rgb(15 23 42 / 0.08);
}

html[data-theme="light"] .book-card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 10px 30px rgb(15 23 42 / 0.08);
}

html[data-theme="light"] .book-card__cover:not(:has(img)) {
  background: linear-gradient(135deg, #f3e8ff 0%, #e0e7ff 100%);
}

html[data-theme="light"] .book-card__cover:not(:has(img)) .text-white {
  color: #342447;
}

html[data-theme="light"] .book-card__cover:not(:has(img)) .text-slate-300 {
  color: #5f4b75;
}

html[data-theme="light"] .book-card__cover:not(:has(img)) .bg-slate-950\/50 {
  display: none;
}

html[data-theme="light"] .book-card > div {
  background: #ffffff;
}

html[data-theme="light"] .book-card .text-primary-300,
html[data-theme="light"] .book-card .text-primary-200 {
  color: #6d3fa0;
}

html[data-theme="light"] .book-card .text-slate-400,
html[data-theme="light"] .book-card .text-slate-500,
html[data-theme="light"] .book-card .text-slate-200 {
  color: #665477;
}

html[data-theme="light"] .book-card [class*="border-white"] {
  border-color: #d7e0e8;
}

html[data-theme="light"] .book-card .text-red-300 {
  color: #c2413d;
}

html[data-theme="light"] .book-card .bg-white\/10 {
  background-color: #e7edf2;
}

html[data-theme="light"] .book-card .bg-slate-950\/50 {
  background-color: rgb(15 23 42 / 0.3);
}

html[data-theme="light"] .book-card .bg-primary-300\/15 {
  background-color: rgb(109 63 160 / 0.14);
}

html[data-theme="light"] .book-card__cover:has(img) .text-white,
html[data-theme="light"] .book-card__cover:has(img) .text-slate-300 {
  color: #ffffff;
}

html[data-theme="light"] .book-card__cover:has(img) .text-primary-200 {
  color: #f3e8ff;
}

html[data-theme="light"] .user-navigation {
  background: rgb(255 255 255 / 0.92);
  border-color: #e2e8f0;
}

html[data-theme="light"] .user-navigation a,
html[data-theme="light"] .user-navigation button {
  color: #58466d;
}

html[data-theme="light"] .user-navigation a:hover,
html[data-theme="light"] .user-navigation button:hover {
  color: #6d3fa0;
}

html[data-theme="light"] .home-page .text-primary-300,
html[data-theme="light"] .home-page .text-primary-200 {
  color: #6d3fa0;
}

html[data-theme="light"] .home-page .border-primary-300\/20 {
  border-color: rgb(109 63 160 / 0.24);
}

html[data-theme="light"] .home-page .bg-primary-300\/10 {
  background-color: rgb(109 63 160 / 0.1);
}

html[data-theme="light"] .home-page .text-slate-300 {
  color: #4b3862;
}

html[data-theme="light"] .home-page .text-slate-400 {
  color: #665477;
}

html[data-theme="light"] .home-page nav a {
  color: #334155;
}

html[data-theme="light"] .home-page nav a:hover {
  color: #6d3fa0;
}

html[data-theme="light"] .home-page .border-white\/15 {
  border-color: #cbd5e1;
}

html[data-theme="light"] .book-card .text-blue-200 {
  color: #1d4ed8;
}

html[data-theme="light"] .book-card .text-emerald-200 {
  color: #047857;
}

html[data-theme="light"] .book-card .text-amber-200 {
  color: #b45309;
}

html[data-theme="light"] .book-card .text-rose-200 {
  color: #be123c;
}

html[data-theme="light"] .book-card .text-violet-200 {
  color: #6d28d9;
}

html[data-theme="light"] .text-blue-200 {
  color: #1d4ed8;
}

html[data-theme="light"] .text-emerald-200 {
  color: #047857;
}

html[data-theme="light"] .text-amber-200 {
  color: #b45309;
}

html[data-theme="light"] .text-rose-200 {
  color: #be123c;
}

html[data-theme="light"] .text-violet-200 {
  color: #6d28d9;
}

html[data-theme="light"] .autocomplete-results {
  background-color: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 14px 30px rgb(51 35 72 / 0.14);
}

html[data-theme="light"] .autocomplete-results button {
  color: #342447;
}

html[data-theme="light"] .autocomplete-results button:hover,
html[data-theme="light"] .autocomplete-results button.bg-primary-50 {
  background-color: #f3e8ff;
  color: #6d3fa0;
}

html[data-theme="light"] .toast--notice {
  background-color: rgb(255 255 255 / 0.96);
  border-color: rgb(109 63 160 / 0.25);
  color: #4b3862;
  box-shadow: 0 14px 30px rgb(51 35 72 / 0.14);
}

html[data-theme="light"] .toast--notice .toast__icon {
  background-color: rgb(109 63 160 / 0.12);
  color: #6d3fa0;
}

html[data-theme="light"] .toast--alert {
  background-color: rgb(255 247 247 / 0.97);
  border-color: rgb(190 18 60 / 0.25);
  color: #881337;
  box-shadow: 0 14px 30px rgb(136 19 55 / 0.12);
}

html[data-theme="light"] .toast--alert .toast__icon {
  background-color: rgb(190 18 60 / 0.1);
  color: #be123c;
}
