@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

body {
    font-family: 'Cairo', sans-serif;
}

:root {
    --background: 0 0% 8%; /* Near black */
    --foreground: 0 0% 98%; /* White */
    --card: 0 0% 12%;
    --card-foreground: 0 0% 98%;
    --popover: 0 0% 12%;
    --popover-foreground: 0 0% 98%;
    --primary: 48 96% 51%; /* Bright Yellow */
    --primary-foreground: 0 0% 10%;
    --secondary: 0 0% 15%;
    --secondary-foreground: 0 0% 98%;
    --muted: 0 0% 15%;
    --muted-foreground: 0 0% 60%;
    --accent: 48 96% 51%; /* Bright Yellow */
    --accent-foreground: 0 0% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 20%;
    --input: 0 0% 20%;
    --ring: 48 96% 51%;
    --radius: 0.5rem;
    --chart-1: 48 96% 51%;
    --chart-2: 212 92% 55%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%;
}

*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: hsl(var(--border)); }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: system-ui, sans-serif; scroll-behavior: smooth; }
body { margin: 0; line-height: inherit; background-color: hsl(var(--background)); color: hsl(var(--foreground)); min-height: 100vh; font-family: 'Cairo', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, p, a, div, section, header, footer, span, label, input, button, img, svg { margin: 0; padding: 0; }
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 640px) { .container { max-width: 640px; padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; padding-left: 2rem; padding-right: 2rem; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }
@media (min-width: 1536px) { .container { max-width: 1536px; } }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.min-h-screen { min-height: 100vh; }
.h-16 { height: 4rem; }
.h-8 { height: 2rem; }
.w-8 { width: 2rem; }
.h-48 { height: 12rem; }
.w-48 { width: 12rem; }
.text-primary { color: hsl(var(--primary)); }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.font-bold { font-weight: 700; }
.flex-grow { flex-grow: 1; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.bg-secondary\/20 { background-color: hsla(var(--secondary), 0.2); }
.grid { display: grid; }
.md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.tracking-tight { letter-spacing: -0.025em; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-muted-foreground { color: hsl(var(--muted-foreground)); }
.flex-wrap { flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; border-radius: 0.375rem; font-size: 0.875rem; font-weight: 500; transition: color, background-color, border-color, text-decoration-color, fill, stroke; height: 2.75rem; padding-left: 2rem; padding-right: 2rem; }
.button-primary { background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.button-primary:hover { background-color: hsla(var(--primary), 0.9); }
.button-outline { border: 1px solid hsl(var(--input)); background-color: hsl(var(--background)); }
.button-outline:hover { background-color: hsl(var(--accent)); color: hsl(var(--accent-foreground)); }
.relative { position: relative; }
.h-64 { height: 16rem; }
.md\:h-96 { height: 24rem; }
.rounded-lg { border-radius: 0.5rem; }
.overflow-hidden { overflow: hidden; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.bg-card { background-color: hsl(var(--card)); }
.p-4 { padding: 1rem; }
.w-full { width: 100%; }
.max-w-xs { max-width: 20rem; }
.p-1 { padding: 0.25rem; }
.aspect-square { aspect-ratio: 1 / 1; }
.rounded-full { border-radius: 9999px; }
.bg-white { background-color: #fff; }
.text-center { text-align: center; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-12 { margin-bottom: 3rem; }
.max-w-2xl { max-width: 42rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { border-radius: 0.5rem; border: 1px solid hsl(var(--border)); background-color: hsl(var(--card)); color: hsl(var(--card-foreground)); box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }
.card-header { display: flex; flex-direction: column; gap: 0.375rem; padding: 1.5rem; }
.p-3 { padding: 0.75rem; }
.bg-primary\/10 { background-color: hsla(var(--primary), 0.1); }
.card-title { font-size: 1.5rem; line-height: 2rem; font-weight: 600; letter-spacing: -0.025em; }
.card-content { padding: 1.5rem; padding-top: 0; }
.max-w-3xl { max-width: 48rem; }
.lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.mb-2 { margin-bottom: 0.5rem; }
.flex-grow { flex-grow: 1; }
.md\:col-span-2 { grid-column: span 2 / span 2; }
.lg\:col-span-1 { grid-column: span 1 / span 1; }
.mt-8 { margin-top: 2rem; }
.max-w-4xl { max-width: 56rem; }
.mb-4 { margin-bottom: 1rem; }
.h-10 { height: 2.5rem; }
.w-10 { width: 2.5rem; }
.leading-relaxed { line-height: 1.625; }
.mt-4 { margin-top: 1rem; }
.bg-secondary { background-color: hsl(var(--secondary)); }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
a { color: inherit; text-decoration: inherit; }
.carousel { position: relative; }
.carousel-content { display: flex; margin-left: -1rem; }
.carousel-item { min-width: 0; flex-shrink: 0; flex-grow: 0; flex-basis: 100%; padding-left: 1rem; }
img, svg { display: block; vertical-align: middle; max-width: 100%; height: auto; }
.icon { stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Login Form Styles */
.max-w-sm { max-width: 24rem; }
.card-description { font-size: 0.875rem; line-height: 1.25rem; color: hsl(var(--muted-foreground)); }
form { display: grid; gap: 1rem; }
label { font-size: 0.875rem; line-height: 1.25rem; font-weight: 500; }
input { display: flex; height: 2.5rem; width: 100%; border-radius: 0.375rem; border: 1px solid hsl(var(--input)); background-color: hsl(var(--background)); padding: 0.5rem 0.75rem; font-size: 1rem; }
@media (min-width: 768px) { input { font-size: 0.875rem; } }
.alert-destructive { position: relative; width: 100%; border-radius: 0.5rem; border: 1px solid hsla(var(--destructive), 0.5); padding: 0.5rem; color: hsl(var(--destructive)); }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.animate-spin { animation: spin 1s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.me-2 { margin-right: 0.5rem; }
button:disabled { cursor: not-allowed; opacity: 0.5; }

.h-full { height: 100%; }
.flex-none { flex: none; }
.transition-transform { transition-property: transform; }
.duration-500 { transition-duration: 500ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.absolute { position: absolute; }
.top-1\/2 { top: 50%; }
.-translate-y-1\/2 { transform: translateY(-50%); }
.-left-4 { left: -1rem; }
.-right-4 { right: -1rem; }

@media (min-width: 768px) {
    .md\:w-1\/2 { width: 50%; }
}
@media (min-width: 1024px) {
    .lg\:w-1\/3 { width: 33.333333%; }
}