@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@500&display=swap";

/* Reset */
*,
::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:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    line-height: inherit;
    font-family: Inter, sans-serif;
}
button {
    cursor: pointer;
    background: transparent;
    padding: 0;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    text-transform: none;
    -webkit-appearance: button;
}
button:disabled {
    cursor: not-allowed;
}
a {
    color: inherit;
    text-decoration: inherit;
}
svg {
    display: block;
    vertical-align: middle;
}
input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: inherit;
}

/* Variables */
:root {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
}

/* Layout & Display */
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.top-0 {
    top: 0px;
}
.top-16 {
    top: 4rem;
}
.top-24 {
    top: 6rem;
}
.top-1\/2 {
    top: 50%;
}
.bottom-0 {
    bottom: 0px;
}
.left-0 {
    left: 0px;
}
.left-3 {
    left: 0.75rem;
}
.right-0 {
    right: 0px;
}
.z-20 {
    z-index: 20;
}
.z-50 {
    z-index: 50;
}
.z-\[100\] {
    z-index: 100;
}

.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.inline {
    display: inline;
}

.flex-col {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}
.items-start {
    align-items: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.content-start {
    align-content: flex-start;
}

.flex-1 {
    flex: 1 1 0%;
}
.shrink-0 {
    flex-shrink: 0;
}

/* Spacing & Sizing */
.gap-0 {
    gap: 0px;
}
.gap-0\.5 {
    gap: 0.125rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}

.w-full {
    width: 100%;
}
.w-3 {
    width: 0.75rem;
}
.w-3\.5 {
    width: 0.875rem;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-8 {
    width: 2rem;
}
.w-9 {
    width: 2.25rem;
}
.w-10 {
    width: 2.5rem;
}
.w-12 {
    width: 3rem;
}
.w-20 {
    width: 5rem;
}
.w-52 {
    width: 13rem;
}
.w-64 {
    width: 16rem;
}

.h-full {
    height: 100%;
}
.h-1\.5 {
    height: 0.375rem;
}
.h-3 {
    height: 0.75rem;
}
.h-3\.5 {
    height: 0.875rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-8 {
    height: 2rem;
}
.h-9 {
    height: 2.25rem;
}
.h-10 {
    height: 2.5rem;
}
.h-12 {
    height: 3rem;
}
.h-16 {
    height: 4rem;
}
.h-auto {
    height: auto;
}

.min-h-screen {
    min-height: 100vh;
}
.min-h-\[calc\(100vh-120px\)\] {
    min-height: calc(100vh - 120px);
}
.max-h-screen {
    max-height: 100vh;
}
.min-w-0 {
    min-width: 0px;
}

.max-w-sm {
    max-width: 24rem;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.max-w-\[100px\] {
    max-width: 100px;
}
.max-w-\[120px\] {
    max-width: 120px;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

/* Margin & Padding */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mb-0\.5 {
    margin-bottom: 0.125rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-1\.5 {
    margin-bottom: 0.375rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mt-0\.5 {
    margin-top: 0.125rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.-translate-y-1\/2 {
    transform: translateY(-50%);
}

.p-3\.5 {
    padding: 0.875rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-7 {
    padding: 1.75rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pl-9 {
    padding-left: 2.25rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pr-9 {
    padding-right: 2.25rem;
}

/* Typography */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.uppercase {
    text-transform: uppercase;
}

.text-\[9px\] {
    font-size: 9px;
    line-height: 1;
}
.text-\[10px\] {
    font-size: 10px;
    line-height: 1;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-sm {
    font-size: 0.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;
}

.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-black {
    font-weight: 900;
}
.font-mono {
    font-family:
        ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

.tracking-tight {
    letter-spacing: -0.025em;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}

.leading-none {
    line-height: 1;
}
.leading-snug {
    line-height: 1.375;
}
.leading-relaxed {
    line-height: 1.625;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Colors */
.text-white {
    color: #fff;
}
.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-slate-800 {
    color: #1e293b;
}
.text-\[\#1F2937\] {
    color: #1f2937;
}
.text-\[\#06BBCC\] {
    color: #06bbcc;
}
.text-\[\#06BBCC\]\/70 {
    color: rgba(6, 187, 204, 0.7);
}
.text-emerald-500 {
    color: #10b981;
}
.text-emerald-600 {
    color: #059669;
}
.text-emerald-700 {
    color: #047857;
}
.text-red-400 {
    color: #f87171;
}
.text-red-500 {
    color: #ef4444;
}
.text-red-600 {
    color: #dc2626;
}
.text-amber-500 {
    color: #f59e0b;
}

.bg-white {
    background-color: #fff;
}
.bg-white\/95 {
    background-color: rgba(255, 255, 255, 0.95);
}
.bg-white\/60 {
    background-color: rgba(255, 255, 255, 0.6);
}
.bg-black\/50 {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-slate-50 {
    background-color: #f8fafc;
}
.bg-slate-50\/40 {
    background-color: rgba(248, 250, 252, 0.4);
}
.bg-slate-100 {
    background-color: #f1f5f9;
}
.bg-slate-200 {
    background-color: #e2e8f0;
}
.bg-emerald-50 {
    background-color: #ecfdf5;
}
.bg-emerald-500 {
    background-color: #10b981;
}
.bg-red-50 {
    background-color: #fef2f2;
}
.bg-red-50\/40 {
    background-color: rgba(254, 242, 242, 0.4);
}
.bg-red-100 {
    background-color: #fee2e2;
}
.bg-red-400 {
    background-color: #f87171;
}
.bg-red-500 {
    background-color: #ef4444;
}
.bg-amber-50 {
    background-color: #fffbeb;
}
.bg-amber-100 {
    background-color: #fef3c7;
}
.bg-\[\#06BBCC\] {
    background-color: #06bbcc;
}
.bg-\[\#06BBCC\]\/3 {
    background-color: rgba(6, 187, 204, 0.03);
}
.bg-\[\#06BBCC\]\/5 {
    background-color: rgba(6, 187, 204, 0.05);
}
.bg-\[\#06BBCC\]\/8 {
    background-color: rgba(6, 187, 204, 0.08);
}
.bg-\[\#06BBCC\]\/10 {
    background-color: rgba(6, 187, 204, 0.1);
}
.bg-transparent {
    background-color: transparent;
}

.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 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-slate-100 {
    --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
.from-\[\#06BBCC\] {
    --tw-gradient-from: #06bbcc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 187, 204, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#0597a7\] {
    --tw-gradient-to: #0597a7 var(--tw-gradient-to-position);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Borders */
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-l-2 {
    border-left-width: 2px;
}

.border-transparent {
    border-color: transparent;
}
.border-white {
    border-color: #fff;
}
.border-slate-100 {
    border-color: #f1f5f9;
}
.border-slate-200 {
    border-color: #e2e8f0;
}
.border-slate-200\/80 {
    border-color: rgba(226, 232, 240, 0.8);
}
.border-slate-300 {
    border-color: #cbd5e1;
}
.border-emerald-100 {
    border-color: #d1fae5;
}
.border-emerald-400 {
    border-color: #34d399;
}
.border-red-100 {
    border-color: #fee2e2;
}
.border-red-200 {
    border-color: #fecaca;
}
.border-red-400 {
    border-color: #f87171;
}
.border-amber-200 {
    border-color: #fde68a;
}
.border-\[\#06BBCC\] {
    border-color: #06bbcc;
}
.border-\[\#06BBCC\]\/10 {
    border-color: rgba(6, 187, 204, 0.1);
}
.border-\[\#06BBCC\]\/20 {
    border-color: rgba(6, 187, 204, 0.2);
}
.border-\[\#06BBCC\]\/30 {
    border-color: rgba(6, 187, 204, 0.3);
}
.border-\[\#06BBCC\]\/60 {
    border-color: rgba(6, 187, 204, 0.6);
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f1f5f9;
}

/* Radius */
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-full {
    border-radius: 9999px;
}

/* Effects */
.opacity-40 {
    opacity: 0.4;
}
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow-md {
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
    --tw-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-red-100 {
    --tw-shadow-color: #fee2e2;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100 {
    --tw-shadow-color: #d1fae5;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#06BBCC\]\/20 {
    --tw-shadow-color: rgba(6, 187, 204, 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#06BBCC\]\/30 {
    --tw-shadow-color: rgba(6, 187, 204, 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#06BBCC\]\/40 {
    --tw-shadow-color: rgba(6, 187, 204, 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.backdrop-blur-md {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.backdrop-blur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Transitions & Interactivity */
.transition-all {
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
    transition:
        color 150ms,
        background-color 150ms,
        border-color 150ms,
        text-decoration-color 150ms,
        fill 150ms,
        stroke 150ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-500 {
    transition-duration: 500ms;
}

.scale-105 {
    transform: scale(1.05);
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.pointer-events-none {
    pointer-events: none;
}
.select-none {
    user-select: none;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-hidden {
    overflow: hidden;
}

/* Hover States */
.hover\:text-\[\#06BBCC\]:hover {
    color: #06bbcc;
}
.hover\:text-amber-500:hover {
    color: #f59e0b;
}
.hover\:text-red-400:hover {
    color: #f87171;
}
.hover\:text-red-500:hover {
    color: #ef4444;
}
.hover\:text-slate-800:hover {
    color: #1e293b;
}

.hover\:bg-\[\#06BBCC\]\/3:hover {
    background-color: rgba(6, 187, 204, 0.03);
}
.hover\:bg-\[\#06BBCC\]\/5:hover {
    background-color: rgba(6, 187, 204, 0.05);
}
.hover\:bg-\[\#06BBCC\]\/20:hover {
    background-color: rgba(6, 187, 204, 0.2);
}
.hover\:bg-amber-50:hover {
    background-color: #fffbeb;
}
.hover\:bg-red-50:hover {
    background-color: #fef2f2;
}
.hover\:bg-red-100:hover {
    background-color: #fee2e2;
}
.hover\:bg-slate-50:hover {
    background-color: #f8fafc;
}
.hover\:bg-slate-100:hover {
    background-color: #f1f5f9;
}
.hover\:bg-slate-200:hover {
    background-color: #e2e8f0;
}

.hover\:border-\[\#06BBCC\]\/60:hover {
    border-color: rgba(6, 187, 204, 0.6);
}
.hover\:border-slate-300:hover {
    border-color: #cbd5e1;
}

.hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.hover\:shadow-lg:hover {
    --tw-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[\#06BBCC\]\/30:hover {
    --tw-shadow-color: rgba(6, 187, 204, 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-\[\#06BBCC\]\/40:hover {
    --tw-shadow-color: rgba(6, 187, 204, 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.hover\:-translate-y-0\.5:hover {
    transform: translateY(-0.125rem);
}

/* Focus States */
.focus\:bg-white:focus {
    background-color: #fff;
}
.focus\:border-\[\#06BBCC\]:focus {
    border-color: #06bbcc;
}
.focus\:ring-2:focus {
    box-shadow: 0 0 0 2px rgba(6, 187, 204, 0.2);
    outline: none;
}
.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* Disabled States */
.disabled\:opacity-30:disabled {
    opacity: 0.3;
}
.disabled\:opacity-50:disabled {
    opacity: 0.5;
}
.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}

/* Forms */
.file\:border-0::-file-selector-button {
    border: 0px;
}
.file\:bg-transparent::-file-selector-button {
    background-color: transparent;
}
.file\:text-sm::-file-selector-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.file\:font-medium::-file-selector-button {
    font-weight: 500;
}
.placeholder\:text-muted-foreground::placeholder {
    color: #94a3b8;
}

/* Grid layout */
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Responsive */
@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sm\:max-w-\[200px\] {
        max-width: 200px;
    }
    .sm\:max-w-xs {
        max-width: 20rem;
    }
    .sm\:bottom-0 {
        bottom: 0px;
    }
    .sm\:right-0 {
        right: 0px;
    }
    .sm\:top-auto {
        top: auto;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .md\:max-w-\[420px\] {
        max-width: 420px;
    }
}

@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:pt-0 {
        padding-top: 0px;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:w-64 {
        width: 16rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:p-5 {
        padding: 1.25rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:sticky {
        position: sticky;
    }
    .lg\:top-24 {
        top: 6rem;
    }
}

@media (min-width: 1280px) {
    .xl\:block {
        display: block;
    }
    .xl\:w-24 {
        width: 6rem;
    }
}
/* Fix for Gradient Buttons missing Tailwind variables */
.bg-gradient-to-r.from-\[\#06BBCC\].to-\[\#0597a7\] {
    background-image: linear-gradient(to right, #06bbcc, #0597a7) !important;
}

/* Missing Amber Colors for Locks */
.text-amber-400 {
    color: #fbbf24;
}
.text-amber-200 {
    color: #fde68a;
}

/* Smooth Chevron Rotation for Sidebar Accordion */
.sidebar-category-btn .lucide-chevron-right {
    transition: transform 0.2s ease-in-out;
}
.sidebar-category-btn.open .lucide-chevron-right {
    transform: rotate(90deg);
}
.bg-gradient-to-br.from-slate-800.to-slate-900 {
    background-image: linear-gradient(to bottom right, #1e293b, #0f172a);
}
.shadow-slate-200\/60 {
    --tw-shadow-color: rgba(226, 232, 240, 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.inset-x-0 {
    left: 0px;
    right: 0px;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
/* Vertical Spacing Utility for Stats Cards */
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.bg-white\/60 {
    background-color: rgba(255, 255, 255, 0.6);
}
.font-black {
    font-weight: 900;
}
.top-full {
    top: 100%;
}
.mt-1\.5 {
    margin-top: 0.375rem;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.hover\:scale-110:hover {
    transform: scale(1.1);
}
/* Fix for Answer Option Spacing */
.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));
}
.cursor-pointer {
    cursor: pointer;
}
.opacity-40 {
    opacity: 0.4;
}
.ml-auto {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .pt-16 {
        padding-top: 6.5rem !important;
    }
    #slides-wrapper.pt-16 {
        padding-top: 0.5rem !important;
    }
}
@media (max-width: 640px) {
    .px-2 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .p-4 {
        padding: 0.75rem !important;
    }
    .text-xl {
        font-size: 1.1rem !important;
        line-height: 1.4rem !important;
    }
    .gap-4 {
        gap: 0.5rem !important;
    }
    .exam-action-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }
    .exam-action-bar > nav {
        width: 100%;
    }
    .action-buttons-group {
        width: 100%;
        justify-content: flex-end !important;
        padding-top: 0.5rem;
        border-top: 1px solid #f1f5f9;
        margin-top: 0.25rem;
    }
}
/* Header nav mobile optimization */
@media (max-width: 860px) {
    .nav-link {
        font-size: 0; /* Hide the text nodes (Home, Categories, etc.) */
        padding: 0.5rem; /* Keep size consistent with icon buttons */
        gap: 0;
    }
    .nav-link svg {
        width: 20px;
        height: 20px;
    }
}