/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */

/* Soul color palette */
.soul-50 { color: #fdf2f8; }
.soul-100 { color: #fce7f3; }
.soul-200 { color: #fbcfe8; }
.soul-300 { color: #f9a8d4; }
.soul-400 { color: #f472b6; }
.soul-500 { color: #ff00a9; }
.soul-600 { color: #db2777; }
.soul-700 { color: #be185d; }
.soul-800 { color: #9d174d; }
.soul-900 { color: #831843; }
.soul-950 { color: #500724; }

.bg-soul-50 { background-color: #fdf2f8; }
.bg-soul-100 { background-color: #fce7f3; }
.bg-soul-200 { background-color: #fbcfe8; }
.bg-soul-300 { background-color: #f9a8d4; }
.bg-soul-400 { background-color: #f472b6; }
.bg-soul-500 { background-color: #ff00a9; }
.bg-soul-600 { background-color: #db2777; }
.bg-soul-700 { background-color: #be185d; }
.bg-soul-800 { background-color: #9d174d; }
.bg-soul-900 { background-color: #831843; }
.bg-soul-950 { background-color: #500724; }

.border-soul-50 { border-color: #fdf2f8; }
.border-soul-100 { border-color: #fce7f3; }
.border-soul-200 { border-color: #fbcfe8; }
.border-soul-300 { border-color: #f9a8d4; }
.border-soul-400 { border-color: #f472b6; }
.border-soul-500 { border-color: #ff00a9; }
.border-soul-600 { border-color: #db2777; }
.border-soul-700 { border-color: #be185d; }
.border-soul-800 { border-color: #9d174d; }
.border-soul-900 { border-color: #831843; }
.border-soul-950 { border-color: #500724; }

.focus\\:border-soul-500:focus { border-color: #ff00a9; }
.focus\\:ring-soul-500:focus { --tw-ring-color: #ff00a9; }

.hover\\:text-soul-300:hover { color: #f9a8d4; }
.hover\\:text-soul-400:hover { color: #f472b6; }
.hover\\:text-soul-600:hover { color: #db2777; }
.hover\\:bg-soul-600:hover { background-color: #db2777; }

/* Additional HyperUI classes */
.size-4 { width: 1rem; height: 1rem; }
.size-5 { width: 1.25rem; height: 1.25rem; }
.size-6 { width: 1.5rem; height: 1.5rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Search input glassy styles */
.h-14 { height: 3.5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.rounded-2xl { border-radius: 1rem; }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-black\/60 { background-color: rgba(0, 0, 0, 0.6); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.text-white { color: rgb(255, 255, 255); }
.placeholder-white\/60::placeholder { color: rgba(255, 255, 255, 0.6); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.focus\:border-soul-500:focus { border-color: #ff00a9; }
.focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus\:ring-soul-500\/20:focus { --tw-ring-color: rgba(255, 0, 169, 0.2); }
.focus\:bg-black\/60:focus { background-color: rgba(0, 0, 0, 0.6); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-white\/60 { color: rgba(255, 255, 255, 0.6); }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.hover\:text-white:hover { color: rgb(255, 255, 255); }
.hover\:text-soul-400:hover { color: #f472b6; }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }
.right-16 { right: 4rem; }
.right-4 { right: 1rem; }
.right-2 { right: 0.5rem; }
.right-3 { right: 0.75rem; }
.w-10 { width: 2.5rem; }
.w-8 { width: 2rem; }
.w-6 { width: 1.5rem; }
.w-4 { width: 1rem; }
.w-3 { width: 0.75rem; }
.h-4 { height: 1rem; }
.h-3 { height: 0.75rem; }
.p-2 { padding: 0.5rem; }
.p-1\.5 { padding: 0.375rem; }
.p-1 { padding: 0.25rem; }
.pr-28 { padding-right: 7rem; }
.pr-16 { padding-right: 4rem; }
.gap-2 { gap: 0.5rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-1 { gap: 0.25rem; }
.items-stretch { align-items: stretch; }
.h-full { height: 100%; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.rounded-\[0\.9rem\] { border-radius: 0.9rem; }
.margin-inline { margin-inline: 4px; }
.top-1\/2 { top: 50%; }
.-translate-y-1\/2 { transform: translateY(-50%); }
.h-6 { height: 1.5rem; }
.w-px { width: 1px; }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.text-white\/60 { color: rgba(255, 255, 255, 0.6); }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.05); }

/* keep sizing */
.action-btn { height: 100%; display: grid; place-items: center; border-radius: 12px; background: transparent; }

/* remove the highlight box */
.no-bg-press,
.no-bg-press:hover,
.no-bg-press:active,
.no-bg-press:focus,
.no-bg-press:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* mobile tap highlight + selection */
.no-bg-press { -webkit-tap-highlight-color: transparent; user-select: none; }

/* tiny feedback without a bg */
.no-bg-press:hover .icon-18 { transform: translateY(-1px); }
.no-bg-press:active .icon-18 { transform: translateY(0); opacity: .85; }

.icon-18 { width: 18px; height: 18px; stroke-width: 2; transition: transform .12s ease, opacity .12s ease; }
.divider { width: 1px; background: rgba(255, 255, 255, 0.10); margin-inline: 4px; }

/*
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, 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;
}

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,
pre {
  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 classes for the application */
.bg-black { background-color: #000; }
.text-white { color: #fff; }
.min-h-screen { min-height: 100vh; }
.font-inter { font-family: 'Inter', 'SF Pro Display', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', sans-serif; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.max-w-screen-xl { max-width: 1280px; }
.w-full { width: 100%; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.md\:px-6 { @media (min-width: 768px) { padding-left: 1.5rem; padding-right: 1.5rem; } }
.lg\:px-12 { @media (min-width: 1024px) { padding-left: 3rem; padding-right: 3rem; } }
.text-center { text-align: center; }
.mb-16 { margin-bottom: 4rem; }
.mb-4 { margin-bottom: 1rem; }
.mt-4 { margin-top: 1rem; }
.h-16 { height: 4rem; }
.md\:h-20 { @media (min-width: 768px) { height: 5rem; } }
.w-auto { width: auto; }
.drop-shadow-lg { filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)); }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.md\:text-xl { @media (min-width: 768px) { font-size: 1.25rem; line-height: 1.75rem; } }
.font-light { font-weight: 300; }
.opacity-90 { opacity: 0.9; }
.items-center { align-items: center; }
.gap-4 { gap: 1rem; }
.md\:gap-6 { @media (min-width: 768px) { gap: 1.5rem; } }
.max-w-md { max-width: 28rem; }
.hidden { display: none; }
.bg-white\/5 { background-color: rgb(255 255 255 / 0.05); }
.border { border-width: 1px; }
.border-white\/10 { border-color: rgb(255 255 255 / 0.1); }
.rounded-xl { border-radius: 0.75rem; }
.p-6 { padding: 1.5rem; }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.font-semibold { font-weight: 600; }
.text-gray-400 { color: #9ca3af; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.border-white\/20 { border-color: rgb(255 255 255 / 0.2); }
.rounded-lg { border-radius: 0.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.placeholder-gray-400::placeholder { color: #9ca3af; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:border-indigo-400:focus { border-color: #818cf8; }
.focus\:bg-white\/15:focus { background-color: rgb(255 255 255 / 0.15); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.bg-indigo-600 { background-color: #4f46e5; }
.hover\:bg-indigo-700:hover { background-color: #4338ca; }
.font-medium { font-weight: 500; }
.hover\:scale-105:hover { transform: scale(1.05); }
.active\:scale-95:active { transform: scale(0.95); }
.animate-spin { animation: spin 1s linear infinite; }
.-ml-1 { margin-left: -0.25rem; }
.mr-3 { margin-right: 0.75rem; }
.h-5 { height: 1.25rem; }
.w-5 { width: 1.25rem; }
.inline { display: inline; }
.opacity-25 { opacity: 0.25; }
.cx-12 { cx: 12; }
.cy-12 { cy: 12; }
.r-10 { r: 10; }
.stroke-current { stroke: currentColor; }
.stroke-width-4 { stroke-width: 4; }
.opacity-75 { opacity: 0.75; }
.fill-current { fill: currentColor; }
.text-indigo-400 { color: #818cf8; }
.hover\:text-indigo-300:hover { color: #a5b4fc; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.block { display: block; }
.text-gray-300 { color: #d1d5db; }
.font-medium { font-weight: 500; }
.w-16 { width: 4rem; }
.h-16 { height: 4rem; }
.rounded-full { border-radius: 9999px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-3 { margin-bottom: 0.75rem; }
.justify-center { justify-content: center; }
.text-red-400 { color: #f87171; }
.hover\:text-red-300:hover { color: #fca5a5; }
.max-w-5xl { max-width: 64rem; }
.relative { position: relative; }
.max-w-md { max-width: 28rem; }
.absolute { position: absolute; }
.right-3 { right: 0.75rem; }
.top-1\/2 { top: 50%; }
.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)); }
.-translate-y-1\/2 { --tw-translate-y: -50%; }
.fill-none { fill: none; }
.stroke-current { stroke: currentColor; }
.viewBox-0-0-24-24 { viewBox: 0 0 24 24; }
.stroke-linecap-round { stroke-linecap: round; }
.stroke-linejoin-round { stroke-linejoin: round; }
.stroke-width-2 { stroke-width: 2; }
.mt-3 { margin-top: 0.75rem; }
.text-gray-300 { color: #d1d5db; }
.mt-2 { margin-top: 0.5rem; }
.text-gray-400 { color: #9ca3af; }
.grid { display: grid; }
.gap-6 { gap: 1.5rem; }
.sm\:gap-8 { @media (min-width: 640px) { gap: 2rem; } }
.md\:gap-10 { @media (min-width: 768px) { gap: 2.5rem; } }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.sm\:grid-cols-2 { @media (min-width: 640px) { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.lg\:grid-cols-3 { @media (min-width: 1024px) { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.mt-8 { margin-top: 2rem; }
.bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.hover\:bg-white\/20:hover { background-color: rgb(255 255 255 / 0.2); }
.border-white\/20 { border-color: rgb(255 255 255 / 0.2); }
.hover\:border-white\/30:hover { border-color: rgb(255 255 255 / 0.3); }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.h-px { height: 1px; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-transparent { --tw-gradient-from: transparent; --tw-gradient-to: rgb(0 0 0 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-white\/10 { --tw-gradient-to: rgb(255 255 255 / 0.1); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1), var(--tw-gradient-to); }
.to-transparent { --tw-gradient-to: transparent; }
.text-gray-500 { color: #6b7280; }
.mb-4 { margin-bottom: 1rem; }
.hover\:text-gray-300:hover { color: #d1d5db; }
.font-bold { font-weight: 700; }
.text-blue-400 { color: #60a5fa; }
.hover\:text-blue-300:hover { color: #93c5fd; }
.cursor-pointer { cursor: pointer; }
.transition-transform { transition-property: transform; }
.hover\:-translate-y-1:hover { --tw-translate-y: -0.25rem; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.hover\:border-indigo-400:hover { border-color: #818cf8; }
.p-5 { padding: 1.25rem; }
.md\:p-7 { @media (min-width: 768px) { padding: 1.75rem; } }
.flex-1 { flex: 1 1 0%; }
.min-w-0 { min-width: 0px; }
.leading-tight { line-height: 1.25; }
.break-words { overflow-wrap: break-word; }
.leading-snug { line-height: 1.375; }
.line-clamp-3 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.font-normal { font-weight: 400; }
.lowercase { text-transform: lowercase; }
.justify-between { justify-content: space-between; }
.disabled { pointer-events: none; opacity: 0.5; }

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive breakpoints */
@media (min-width: 640px) {
  .sm\:gap-8 { gap: 2rem; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .md\:h-20 { height: 5rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:gap-6 { gap: 1.5rem; }
  .md\:gap-10 { gap: 2.5rem; }
  .md\:p-7 { padding: 1.75rem; }
}

@media (min-width: 1024px) {
  .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
