*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
::after,
::before {
    --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;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
button,
input {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
}
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
input::placeholder {
    opacity: 1;
    color: #9ca3af;
}
button {
    cursor: pointer;
}
svg {
    display: block;
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    inset: 0px;
}
.left-3 {
    left: 0.75rem;
}
.top-1\/2 {
    top: 50%;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.-ml-4 {
    margin-left: -1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.-mb-2 {
    margin-bottom: -0.5rem;
}

.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.flex-col {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.shrink-0 {
    flex-shrink: 0;
}

.h-12 {
    height: 3rem;
}
.h-10 {
    height: 2.5rem;
}
.h-1 {
    height: 0.25rem;
}
.h-11 {
    height: 2.75rem;
}
.h-20 {
    height: 5rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-\[1px\] {
    height: 1px;
}
.h-full {
    height: 100%;
}
.min-h-screen {
    min-height: 100vh;
}
.w-12 {
    width: 3rem;
}
.w-10 {
    width: 2.5rem;
}
.w-20 {
    width: 5rem;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-full {
    width: 100%;
}
.max-w-md {
    max-width: 28rem;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}
.overflow-hidden {
    overflow: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}

.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.p-8 {
    padding: 2rem;
}
.p-4 {
    padding: 1rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.pl-10 {
    padding-left: 2.5rem;
}

.rounded-full {
    border-radius: 9999px;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}

.border-4 {
    border-width: 4px;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-slate-200 {
    border-color: #e2e8f0;
}

.bg-slate-50\/50 {
    background-color: rgba(248, 250, 252, 0.5);
}
.bg-slate-900 {
    background-color: #0f172a;
}
.bg-white {
    background-color: #ffffff;
}
.bg-white\/95 {
    background-color: rgba(255, 255, 255, 0.95);
}

.bg-gradient-to-br {
    background-image: linear-gradient(
        to bottom right,
        var(--tw-gradient-stops)
    );
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-slate-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-to: rgba(248, 250, 252, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-slate-100 {
    --tw-gradient-to: #f1f5f9;
}
.from-slate-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-to: rgba(226, 232, 240, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-slate-300 {
    --tw-gradient-to: rgba(203, 213, 225, 0);
    --tw-gradient-stops:
        var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to);
}
.to-slate-200 {
    --tw-gradient-to: #e2e8f0;
}

.text-center {
    text-align: center;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.uppercase {
    text-transform: uppercase;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.tracking-wider {
    letter-spacing: 0.05em;
}

.text-slate-400 {
    color: #94a3b8;
}
.text-slate-500 {
    color: #64748b;
}
.text-slate-700 {
    color: #334155;
}
.text-slate-900 {
    color: #0f172a;
}
.text-white {
    color: #ffffff;
}

.-translate-y-1\/2 {
    transform: translateY(-50%);
}
.transition-all {
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
    transition:
        color 150ms cubic-bezier(0.4, 0, 0.2, 1),
        background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
        border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-300 {
    transition-duration: 300ms;
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-lg {
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ring-4 {
    box-shadow: 0 0 0 4px var(--tw-ring-color);
}
.ring-white\/50 {
    --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.blur-xl {
    filter: blur(24px);
}
.backdrop-blur-sm {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.opacity-30 {
    opacity: 0.3;
}

/* Forms & Focus */
input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
    box-shadow: 0 0 0 2px var(--tw-ring-color);
}
.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
}
.focus\:border-slate-400:focus {
    border-color: #94a3b8;
}
.focus\:ring-slate-400:focus {
    --tw-ring-color: #94a3b8;
    box-shadow: 0 0 0 1px #94a3b8;
}

/* Hovers */
.hover\:border-slate-300:hover {
    border-color: #cbd5e1;
}
.hover\:bg-slate-50:hover {
    background-color: #f8fafc;
}
.hover\:bg-slate-800:hover {
    background-color: #1e293b;
}
.hover\:text-slate-700:hover {
    color: #334155;
}
.hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.group:hover .group-hover\:opacity-40 {
    opacity: 0.4;
}
.group:hover .group-hover\:shadow-xl {
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.peer-disabled\:cursor-not-allowed {
    cursor: not-allowed;
}
.peer-disabled\:opacity-70 {
    opacity: 0.7;
}

@media (min-width: 640px) {
    .sm\:hidden {
        display: none;
    }
    .sm\:h-12 {
        height: 3rem;
    }
    .sm\:h-24 {
        height: 6rem;
    }
    .sm\:h-11 {
        height: 2.75rem;
    }
    .sm\:w-24 {
        width: 6rem;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:gap-0 {
        gap: 0px;
    }
    .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
    .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
    .sm\:p-10 {
        padding: 2.5rem;
    }
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 768px) {
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .md\:pt-12 {
        padding-top: 3rem;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
