*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
}

body {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="submit"] {
    cursor: pointer;
}

img,
svg {
    display: block;
}

.fixed { position: fixed; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.top-20 { top: 5rem; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.z-50 { z-index: 50; }
.block { display: block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-0\.5 { height: .125rem; }
.h-1\.5 { height: .375rem; }
.h-5 { height: 1.25rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-full { height: 100%; }
.min-h-\[200px\] { min-height: 200px; }
.min-h-screen { min-height: 100vh; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-40 { width: 10rem; }
.w-full { width: 100%; }
.max-w-sm { max-width: 24rem; }
.max-w-lg { max-width: 32rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.min-w-0 { min-width: 0; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0,
.shrink-0 { flex-shrink: 0; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.select-none { user-select: none; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: .25rem; }
.gap-1\.5 { gap: .375rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: .125rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: .25rem; }
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: .375rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: .5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: .75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.self-center { align-self: center; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre-line { white-space: pre-line; }
.rounded-md { border-radius: .375rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l-4 { border-left-width: 4px; }
.border-dashed { border-style: dashed; }
.last\:border-b-0:last-child { border-bottom-width: 0; }
.border-white\/5 { border-color: rgba(255, 255, 255, .05); }
.border-white\/10 { border-color: rgba(255, 255, 255, .1); }
.border-white\/15 { border-color: rgba(255, 255, 255, .15); }
.border-white\/20 { border-color: rgba(255, 255, 255, .2); }
.border-amber-500\/30 { border-color: rgba(245, 158, 11, .3); }
.border-amber-500\/40 { border-color: rgba(245, 158, 11, .4); }
.border-emerald-500\/40 { border-color: rgba(16, 185, 129, .4); }
.border-emerald-500\/60 { border-color: rgba(16, 185, 129, .6); }
.border-purple-700\/30 { border-color: rgba(126, 34, 206, .3); }
.border-red-500\/40 { border-color: rgba(239, 68, 68, .4); }
.border-violet-500\/20 { border-color: rgba(139, 92, 246, .2); }
.border-violet-500\/50 { border-color: rgba(139, 92, 246, .5); }
.bg-\[\#1e1e35\] { background-color: #1e1e35; }
.bg-transparent { background-color: transparent; }
.bg-black { background-color: #000; }
.bg-black\/20 { background-color: rgba(0, 0, 0, .2); }
.bg-black\/30 { background-color: rgba(0, 0, 0, .3); }
.bg-black\/40 { background-color: rgba(0, 0, 0, .4); }
.bg-black\/70 { background-color: rgba(0, 0, 0, .7); }
.bg-white\/5 { background-color: rgba(255, 255, 255, .05); }
.bg-white\/10 { background-color: rgba(255, 255, 255, .1); }
.bg-slate-700 { background-color: #334155; }
.bg-slate-800 { background-color: #1e293b; }
.bg-slate-800\/50 { background-color: rgba(30, 41, 59, .5); }
.bg-amber-400 { background-color: #fbbf24; }
.bg-amber-500 { background-color: #f59e0b; }
.bg-amber-500\/20 { background-color: rgba(245, 158, 11, .2); }
.bg-emerald-500\/20 { background-color: rgba(16, 185, 129, .2); }
.bg-purple-900\/20 { background-color: rgba(88, 28, 135, .2); }
.bg-red-500\/10 { background-color: rgba(239, 68, 68, .1); }
.bg-red-500\/20 { background-color: rgba(239, 68, 68, .2); }
.bg-violet-500\/10 { background-color: rgba(139, 92, 246, .1); }
.bg-violet-500\/20 { background-color: rgba(139, 92, 246, .2); }
.bg-violet-500\/30 { background-color: rgba(139, 92, 246, .3); }
.bg-violet-600 { background-color: #7c3aed; }
.bg-violet-600\/30 { background-color: rgba(124, 58, 237, .3); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-violet-500 { --tw-gradient-from: #8b5cf6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); }
.from-violet-600 { --tw-gradient-from: #7c3aed; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); }
.from-pink-600 { --tw-gradient-from: #db2777; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); }
.via-pink-500 { --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); }
.to-amber-500 { --tw-gradient-to: #f59e0b; }
.to-purple-600 { --tw-gradient-to: #9333ea; }
.to-rose-600 { --tw-gradient-to: #e11d48; }
.p-1 { padding: .25rem; }
.p-2 { padding: .5rem; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-1 { padding-left: .25rem; padding-right: .25rem; }
.px-1\.5 { padding-left: .375rem; padding-right: .375rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-2\.5 { padding-left: .625rem; padding-right: .625rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.py-0\.5 { padding-top: .125rem; padding-bottom: .125rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-1\.5 { padding-top: .375rem; padding-bottom: .375rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-2\.5 { padding-top: .625rem; padding-bottom: .625rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.pt-1 { padding-top: .25rem; }
.pt-2 { padding-top: .5rem; }
.pt-3 { padding-top: .75rem; }
.pb-0\.5 { padding-bottom: .125rem; }
.pb-2 { padding-bottom: .5rem; }
.pb-3 { padding-bottom: .75rem; }
.pb-24 { padding-bottom: 6rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-1 { margin-top: .25rem; margin-bottom: .25rem; }
.-mt-0\.5 { margin-top: -.125rem; }
.mt-0\.5 { margin-top: .125rem; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.ml-1 { margin-left: .25rem; }
.ml-2 { margin-left: .5rem; }
.ml-3 { margin-left: .75rem; }
.ml-auto { margin-left: auto; }
.mb-0\.5 { margin-bottom: .125rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.tracking-widest { letter-spacing: .1em; }
.text-black { color: #000; }
.text-white { color: #fff; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-amber-300 { color: #fcd34d; }
.text-amber-400 { color: #fbbf24; }
.text-amber-500\/70 { color: rgba(245, 158, 11, .7); }
.text-emerald-300 { color: #6ee7b7; }
.text-emerald-400 { color: #34d399; }
.text-pink-400 { color: #f472b6; }
.text-purple-300 { color: #d8b4fe; }
.text-purple-400 { color: #c084fc; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-sky-400 { color: #38bdf8; }
.text-violet-300 { color: #c4b5fd; }
.text-violet-400 { color: #a78bfa; }
.opacity-30 { opacity: .3; }
.opacity-40 { opacity: .4; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25); }
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color); }
.ring-amber-400 { --tw-ring-color: #fbbf24; }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.transition-all { transition: all .15s ease; }
.transition-colors { transition: color .15s ease, background-color .15s ease, border-color .15s ease; }
.transition-opacity { transition: opacity .15s ease; }
.transition-transform { transition: transform .15s ease; }
.resize-y { resize: vertical; }
.list-decimal { list-style-type: decimal; }
.list-inside { list-style-position: inside; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.after\:absolute::after { position: absolute; }
.after\:left-0\.5::after { left: .125rem; }
.after\:top-0\.5::after { top: .125rem; }
.after\:h-4::after { height: 1rem; }
.after\:w-4::after { width: 1rem; }
.after\:rounded-full::after { border-radius: 9999px; }
.after\:bg-white::after { background-color: #fff; }
.after\:content-\[\'\'\]::after { content: ""; }
.after\:transition-all::after { transition: all .15s ease; }
.peer:checked ~ .peer-checked\:bg-violet-600 { background-color: #7c3aed; }
.peer:checked ~ .peer-checked\:after\:translate-x-5::after { transform: translateX(1.25rem); }

.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:opacity-70:hover { opacity: .7; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:border-white\/20:hover { border-color: rgba(255, 255, 255, .2); }
.hover\:bg-amber-500\/30:hover { background-color: rgba(245, 158, 11, .3); }
.hover\:bg-red-500\/30:hover { background-color: rgba(239, 68, 68, .3); }
.hover\:bg-slate-600:hover { background-color: #475569; }
.hover\:bg-violet-500:hover { background-color: #8b5cf6; }
.hover\:bg-violet-600\/60:hover { background-color: rgba(124, 58, 237, .6); }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, .05); }
.hover\:bg-white\/8:hover { background-color: rgba(255, 255, 255, .08); }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, .1); }
.hover\:from-violet-500:hover { --tw-gradient-from: #8b5cf6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); }
.hover\:to-purple-500:hover { --tw-gradient-to: #a855f7; }
.hover\:text-red-300:hover { color: #fca5a5; }
.hover\:text-red-400:hover { color: #f87171; }
.hover\:text-slate-300:hover { color: #cbd5e1; }
.hover\:text-violet-300:hover { color: #c4b5fd; }
.hover\:text-white:hover { color: #fff; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:border-violet-500:focus { border-color: #8b5cf6; }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px var(--tw-ring-color); }
.focus\:ring-violet-500:focus { --tw-ring-color: #8b5cf6; }
.placeholder-slate-500::placeholder { color: #64748b; }

@media (min-width: 640px) {
    .sm\:inline { display: inline; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:items-center { align-items: center; }
    .sm\:justify-between { justify-content: space-between; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .lg\:col-span-1 { grid-column: span 1 / span 1; }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:col-span-3 { grid-column: span 3 / span 3; }
}
