* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #0f172a;
    color: #fff;
}

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

img {
    display: block;
}

.min-h-screen { min-height: 100vh; min-height: 100dvh; }
.overflow-x-hidden { overflow-x: hidden; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.-z-10 { z-index: -10; }
.z-10 { z-index: 10; }
.mx-auto { margin-left: auto; margin-right: auto; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.grid { display: grid; }
.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-3 { gap: 0.75rem; }
.gap-6 { gap: 1.5rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.max-w-md { max-width: 28rem; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.w-32 { width: 8rem; }
.h-32 { height: 8rem; }
.w-12 { width: 3rem; }
.h-8 { height: 2rem; }
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.w-1\.5 { width: 0.375rem; }
.w-\[500px\] { width: 500px; }
.h-\[500px\] { height: 500px; }
.rounded-md { border-radius: 0.375rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.overflow-hidden { overflow: hidden; }
.border-4 { border-width: 4px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.border-slate-900 { border-color: #0f172a; }
.border-amber-500\/30 { border-color: rgba(245, 158, 11, 0.30); }
.bg-slate-900 { background-color: #0f172a; }
.bg-slate-800 { background-color: #1e293b; }
.bg-black { background-color: #000; }
.bg-amber-500\/10 { background-color: rgba(245, 158, 11, 0.10); }
.bg-amber-500\/20 { background-color: rgba(245, 158, 11, 0.20); }
.bg-purple-600\/10 { background-color: rgba(147, 51, 234, 0.10); }
.text-white { color: #fff; }
.text-black { color: #000; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-amber-100 { color: #fef3c7; }
.text-amber-400 { color: #fbbf24; }
.text-amber-500 { color: #f59e0b; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-sm { font-size: 0.875rem; line-height: 1.5; }
.text-xs { font-size: 0.75rem; line-height: 1.4; }
.text-\[10px\] { font-size: 10px; line-height: 1.4; }
.text-3xl { font-size: 1.6rem; line-height: 1.2; }
.font-black { font-weight: 800; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.font-light { font-weight: 300; }
.font-\[sans-serif\] { font-family: sans-serif; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-tight { line-height: 1.2; }
.tracking-wide { letter-spacing: 0.04em; }
.tracking-tight { letter-spacing: -0.02em; }
.tracking-widest { letter-spacing: 0.18em; }
.opacity-60 { opacity: 0.6; }
.opacity-80 { opacity: 0.8; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mt-12 { margin-top: 3rem; }
.p-3 { padding: 0.75rem; }
.p-5 { padding: 1.25rem; }
.p-\[3px\] { padding: 3px; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.object-cover { object-fit: cover; }
.shadow-lg { box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22); }
.shadow-2xl { box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28); }
.shadow-amber-500\/20 { box-shadow: 0 12px 28px rgba(245, 158, 11, 0.14); }
.transition-colors { transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease; }
.transition-transform { transition: transform 0.25s ease, color 0.25s ease; }
.mix-blend-screen { mix-blend-mode: normal; opacity: 0.85; }
.blur-\[120px\] { filter: blur(36px); }

.bg-gradient-to-tr { background-image: linear-gradient(to top right, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.from-amber-300 { --tw-gradient-from: #fcd34d; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); }
.via-yellow-500 { --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); }
.to-amber-600 { --tw-gradient-to: #d97706; }
.from-orange-500 { --tw-gradient-from: #f97316; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); }
.to-red-500 { --tw-gradient-to: #ef4444; }
.from-purple-500 { --tw-gradient-from: #a855f7; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)); }
.to-amber-500 { --tw-gradient-to: #f59e0b; }
.from-blue-400 { --tw-gradient-from: #60a5fa; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); }
.to-cyan-500 { --tw-gradient-to: #06b6d4; }

.glass-panel {
    background: rgba(18, 25, 40, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.glass-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
}

.group:hover .group-hover\:text-white {
    color: #fff;
}

.group:hover .group-hover\:-translate-x-1 {
    transform: translateX(-0.25rem);
}

.group:hover .group-hover\:translate-x-1 {
    transform: translateX(0.25rem);
}

.flag-link {
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.flag-link:hover {
    transform: scale(1.06);
    border-color: rgba(245, 158, 11, 0.6);
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.22);
}

.flag-active {
    border: 2px solid #f59e0b;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.24);
    transform: scale(1.03);
}

.animate-fade-in {
    animation: fadeIn 0.35s ease-out forwards;
    opacity: 0;
    transform: translateY(8px);
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .w-\[500px\],
    .h-\[500px\] {
        width: 220px;
        height: 220px;
    }
}
