/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before,
::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
  font-family: 'Manrope', sans-serif;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* Custom Tailwind Classes */
.bg-background-light { background-color: #f6f6f8; }
.bg-background-dark { background-color: #101022; }
.text-gray-800 { color: #1f2937; }
.text-gray-200 { color: #e5e7eb; }
.text-white { color: #ffffff; }
.text-primary { color: #1313ec; }
.bg-primary { background-color: #1313ec; }
.hover\:bg-primary\/90:hover { background-color: rgba(19, 19, 236, 0.9); }
.font-display { font-family: 'Manrope', sans-serif; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.min-h-screen { min-height: 100vh; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.w-full { width: 100%; }
.max-w-md { max-width: 28rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.text-center { text-align: center; }
.mt-6 { margin-top: 1.5rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-extrabold { font-weight: 800; }
.text-gray-900 { color: #111827; }
.mt-2 { margin-top: 0.5rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-gray-600 { color: #4b5563; }
.text-gray-400 { color: #9ca3af; }
.mt-8 { margin-top: 2rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.space-y-4 > * + * { margin-top: 1rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.font-medium { font-weight: 500; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.p-4 { padding: 1rem; }
.border { border-width: 1px; }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-700 { border-color: #374151; }
.cursor-pointer { cursor: pointer; }
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-800:hover { background-color: #1f2937; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.h-4 { height: 1rem; }
.w-4 { width: 1rem; }
.text-primary { color: #1313ec; }
.focus\:ring-primary:focus { --tw-ring-color: #1313ec; }
.border-gray-300 { border-color: #d1d5db; }
.ml-3 { margin-left: 0.75rem; }
.flex-1 { flex: 1 1 0%; }
.justify-between { justify-content: space-between; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.font-medium { font-weight: 500; }
.text-gray-900 { color: #111827; }
.text-gray-500 { color: #6b7280; }
.text-gray-400 { color: #9ca3af; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.font-bold { font-weight: 700; }
.relative { position: absolute; }
.block { display: block; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.bg-background-light { background-color: #f6f6f8; }
.bg-background-dark { background-color: #101022; }
.placeholder-gray-500::placeholder { color: #6b7280; }
.text-gray-900 { color: #111827; }
.text-white { color: #ffffff; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-primary:focus { --tw-ring-color: #1313ec; }
.focus\:border-primary:focus { border-color: #1313ec; }
.focus\:z-10:focus { z-index: 10; }
.sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)); }
.group { }
.group\:relative { }
.w-full { width: 100%; }
.justify-center { justify-content: center; }
.border-transparent { border-color: transparent; }
.text-white { color: #ffffff; }
.bg-primary { background-color: #1313ec; }
.hover\:bg-primary\/90:hover { background-color: rgba(19, 19, 236, 0.9); }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --tw-ring-width: 2px; }
.focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; }
.focus\:ring-primary:focus { --tw-ring-color: #1313ec; }
.focus\:ring-offset-background-light:focus { --tw-ring-offset-color: #f6f6f8; }
.dark\:focus\:ring-offset-background-dark:focus { --tw-ring-offset-color: #101022; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.absolute { position: absolute; }
.left-0 { left: 0px; }
.inset-y-0 { top: 0px; bottom: 0px; }
.pl-3 { padding-left: 0.75rem; }
.opacity-0 { opacity: 0; }
.group-hover\:opacity-100:hover { opacity: 1; }
.animate-spin { animation: spin 1s linear infinite; }
.h-5 { height: 1.25rem; }
.w-5 { width: 1.25rem; }
.text-white { color: #ffffff; }
.fill-none { fill: none; }
.viewBox-0-0-24-24 { viewBox: "0 0 24 24"; }
.xmlns-http\:\/\/www\.w3\.org\/2000\/svg { xmlns: "http://www.w3.org/2000/svg"; }
.opacity-25 { opacity: 0.25; }
.cx-12 { cx: "12"; }
.cy-12 { cy: "12"; }
.r-10 { r: "10"; }
.stroke-currentColor { stroke: currentColor; }
.stroke-width-4 { stroke-width: 4; }
.opacity-75 { opacity: 0.75; }
.d-4-12a8-8-0-018-8V0C5\.373-0-0-5\.373-0-12h4zm2-5\.291A7\.962-7\.962-0-014-12H0c0-3\.042-1\.135-5\.824-3-7\.938l3-2\.647z { d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"; }
.fill-currentColor { fill: currentColor; }
.bg-green-100 { background-color: #dcfce7; }
.dark\:bg-green-900\/30 { background-color: rgba(20, 83, 45, 0.3); }
.p-4 { padding: 1rem; }
.flex-shrink-0 { flex-shrink: 0; }
.text-green-500 { color: #10b981; }
.ml-3 { margin-left: 0.75rem; }
.text-green-800 { color: #166534; }
.dark\:text-green-300 { color: #6ee7b7; }
.bg-red-100 { background-color: #fee2e2; }
.dark\:bg-red-900\/30 { background-color: rgba(127, 29, 29, 0.3); }
.text-red-500 { color: #ef4444; }
.text-red-800 { color: #991b1b; }
.dark\:text-red-300 { color: #fca5a5; }
.hidden { display: none; }
.overflow-visible { overflow: visible; }
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.scale-\[3\] { --tw-scale-x: 3; --tw-scale-y: 3; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(3) scaleY(3); }
.origin-left { transform-origin: left; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.w-auto { width: auto; }
.object-contain { object-fit: contain; }
.bg-primary\/20 { background-color: rgba(19, 19, 236, 0.2); }
.hover\:bg-primary\/30:hover { background-color: rgba(19, 19, 236, 0.3); }
.bg-red-500\/20 { background-color: rgba(239, 68, 68, 0.2); }
.hover\:bg-red-500\/30:hover { background-color: rgba(239, 68, 68, 0.3); }
.bg-green-500 { background-color: #10b981; }
.hover\:bg-green-600:hover { background-color: #059669; }
.bg-blue-500 { background-color: #3b82f6; }
.hover\:bg-blue-600:hover { background-color: #2563eb; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-700 { background-color: #374151; }
.bg-gray-800 { background-color: #1f2937; }
.bg-white { background-color: #ffffff; }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-black\/10 { background-color: rgba(0, 0, 0, 0.1); }
.shadow-inner-lg { box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.1); }
.border-green-500 { border-color: #10b981; }
.border-green-700 { border-color: #15803d; }
.border-red-500 { border-color: #ef4444; }
.border-red-700 { border-color: #b91c1c; }
.text-green-700 { color: #15803d; }
.text-green-300 { color: #6ee7b7; }
.text-red-700 { color: #b91c1c; }
.text-red-300 { color: #fca5a5; }
.text-blue-500 { color: #3b82f6; }
.text-blue-600 { color: #2563eb; }
.text-gray-700 { color: #374151; }
.text-gray-300 { color: #d1d5db; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-100 { color: #f3f4f6; }
.text-gray-50 { color: #f9fafb; }
.text-gray-900 { color: #111827; }
.text-gray-800 { color: #1f2937; }
.text-gray-600 { color: #4b5563; }
.text-gray-500 { color: #6b7280; }
.text-gray-400 { color: #9ca3af; }
.text-gray-300 { color: #d1d5db; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-100 { color: #f3f4f6; }
.text-gray-50 { color: #f9fafb; }
.text-white { color: #ffffff; }
.text-primary { color: #1313ec; }
.bg-primary { background-color: #1313ec; }
.hover\:bg-primary\/90:hover { background-color: rgba(19, 19, 236, 0.9); }
.font-display { font-family: 'Manrope', sans-serif; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.min-h-screen { min-height: 100vh; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.w-full { width: 100%; }
.max-w-md { max-width: 28rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.text-center { text-align: center; }
.mt-6 { margin-top: 1.5rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-extrabold { font-weight: 800; }
.text-gray-900 { color: #111827; }
.mt-2 { margin-top: 0.5rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-gray-600 { color: #4b5563; }
.text-gray-400 { color: #9ca3af; }
.mt-8 { margin-top: 2rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.space-y-4 > * + * { margin-top: 1rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.font-medium { font-weight: 500; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.p-4 { padding: 1rem; }
.border { border-width: 1px; }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-700 { border-color: #374151; }
.cursor-pointer { cursor: pointer; }
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-800:hover { background-color: #1f2937; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.h-4 { height: 1rem; }
.w-4 { width: 1rem; }
.text-primary { color: #1313ec; }
.focus\:ring-primary:focus { --tw-ring-color: #1313ec; }
.border-gray-300 { border-color: #d1d5db; }
.ml-3 { margin-left: 0.75rem; }
.flex-1 { flex: 1 1 0%; }
.justify-between { justify-content: space-between; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.font-medium { font-weight: 500; }
.text-gray-900 { color: #111827; }
.text-gray-500 { color: #6b7280; }
.text-gray-400 { color: #9ca3af; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.font-bold { font-weight: 700; }
.relative { position: relative; }
.block { display: block; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.bg-background-light { background-color: #f6f6f8; }
.bg-background-dark { background-color: #101022; }
.placeholder-gray-500::placeholder { color: #6b7280; }
.text-gray-900 { color: #111827; }
.text-white { color: #ffffff; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-primary:focus { --tw-ring-color: #1313ec; }
.focus\:border-primary:focus { border-color: #1313ec; }
.focus\:z-10:focus { z-index: 10; }
.sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)); }
.group { }
.group\:relative { }
.w-full { width: 100%; }
.justify-center { justify-content: center; }
.border-transparent { border-color: transparent; }
.text-white { color: #ffffff; }
.bg-primary { background-color: #1313ec; }
.hover\:bg-primary\/90:hover { background-color: rgba(19, 19, 236, 0.9); }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --tw-ring-width: 2px; }
.focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; }
.focus\:ring-primary:focus { --tw-ring-color: #1313ec; }
.focus\:ring-offset-background-light:focus { --tw-ring-offset-color: #f6f6f8; }
.dark\:focus\:ring-offset-background-dark:focus { --tw-ring-offset-color: #101022; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.absolute { position: absolute; }
.left-0 { left: 0px; }
.inset-y-0 { top: 0px; bottom: 0px; }
.pl-3 { padding-left: 0.75rem; }
.opacity-0 { opacity: 0; }
.group-hover\:opacity-100:hover { opacity: 1; }
.animate-spin { animation: spin 1s linear infinite; }
.h-5 { height: 1.25rem; }
.w-5 { width: 1.25rem; }
.text-white { color: #ffffff; }
.fill-none { fill: none; }
.viewBox-0-0-24-24 { viewBox: "0 0 24 24"; }
.xmlns-http\:\/\/www\.w3\.org\/2000\/svg { xmlns: "http://www.w3.org/2000/svg"; }
.opacity-25 { opacity: 0.25; }
.cx-12 { cx: "12"; }
.cy-12 { cy: "12"; }
.r-10 { r: "10"; }
.stroke-currentColor { stroke: currentColor; }
.stroke-width-4 { stroke-width: 4; }
.opacity-75 { opacity: 0.75; }
.d-4-12a8-8-0-018-8V0C5\.373-0-0-5\.373-0-12h4zm2-5\.291A7\.962-7\.962-0-014-12H0c0-3\.042-1\.135-5\.824-3-7\.938l3-2\.647z { d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"; }
.fill-currentColor { fill: currentColor; }
.bg-green-100 { background-color: #dcfce7; }
.dark\:bg-green-900\/30 { background-color: rgba(20, 83, 45, 0.3); }
.p-4 { padding: 1rem; }
.flex-shrink-0 { flex-shrink: 0; }
.text-green-500 { color: #10b981; }
.ml-3 { margin-left: 0.75rem; }
.text-green-800 { color: #166534; }
.dark\:text-green-300 { color: #6ee7b7; }
.bg-red-100 { background-color: #fee2e2; }
.dark\:bg-red-900\/30 { background-color: rgba(127, 29, 29, 0.3); }
.text-red-500 { color: #ef4444; }
.text-red-800 { color: #991b1b; }
.dark\:text-red-300 { color: #fca5a5; }

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Dark mode styles */
.dark .bg-background-light { background-color: #101022; }
.dark .text-gray-800 { color: #e5e7eb; }
.dark .text-gray-900 { color: #ffffff; }
.dark .text-gray-600 { color: #9ca3af; }
.dark .border-gray-300 { border-color: #374151; }
.dark .bg-background-dark { background-color: #f6f6f8; }
.dark .text-gray-200 { color: #1f2937; }
.dark .placeholder-gray-500::placeholder { color: #9ca3af; }
.dark .hover\:bg-gray-50:hover { background-color: #1f2937; }
.dark .hover\:bg-gray-800:hover { background-color: #f9fafb; }

/* Additional missing classes */
.flex-grow { flex-grow: 1; }
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.text-center { text-align: center; }
.max-w-2xl { max-width: 42rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.sm\:text-5xl { font-size: 3rem; line-height: 1; }
.md\:text-6xl { font-size: 3.75rem; line-height: 1; }
.leading-tight { line-height: 1.25; }
.mt-6 { margin-top: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-gray-600 { color: #4b5563; }
.dark\:text-gray-300 { color: #d1d5db; }
.mt-10 { margin-top: 2.5rem; }
.flex-col { flex-direction: column; }
.sm\:flex-row { flex-direction: row; }
.gap-4 { gap: 1rem; }
.justify-center { justify-content: center; }
.bg-primary { background-color: #1313ec; }
.hover\:bg-primary\/90:hover { background-color: rgba(19, 19, 236, 0.9); }
.text-white { color: #ffffff; }
.font-bold { font-weight: 700; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.rounded-lg { border-radius: 0.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.hover\:scale-105:hover { --tw-scale-x: 1.05; --tw-scale-y: 1.05; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.dark\:bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.hover\:bg-white\/20:hover { background-color: rgba(255, 255, 255, 0.2); }
.dark\:hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }
.text-gray-900 { color: #111827; }
.dark\:text-white { color: #ffffff; }
.border { border-width: 1px; }
.border-gray-300 { border-color: #d1d5db; }
.dark\:border-gray-700 { border-color: #374151; }
