/* ═══════════════════════════════════════════════════
   BBL — Tailwind CDN Replacement (Statik Utility CSS)
   Tailwind CDN kaldırılarak bu dosya oluşturuldu.
   Toplam: ~236 benzersiz utility class
   ═══════════════════════════════════════════════════ */

/* ── RESET / BASE (Tailwind Preflight) ── */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
button, input, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
button, [role="button"] { cursor: pointer; }
button:focus, button:focus-visible { outline: none; }
:-moz-focusring { outline: auto; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
img { -webkit-user-drag: none; user-select: none; }
[hidden] { display: none; }

/* ── DISPLAY ── */
.block { display: block; }
.inline { display: inline; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

/* ── POSITION ── */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }

/* ── Z-INDEX ── */
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[500\] { z-index: 500; }
.z-\[9999\] { z-index: 9999; }

/* ── FLEX ── */
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.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; }
.justify-end { justify-content: flex-end; }

/* ── GRID ── */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ── GAP ── */
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }

/* ── SPACE ── */
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

/* ── WIDTH ── */
.w-full { width: 100%; }
.w-1\/3 { width: 33.333333%; }
.w-2\/3 { width: 66.666667%; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }

/* ── HEIGHT ── */
.h-1 { height: 0.25rem; }
.h-8 { height: 2rem; }
.h-16 { height: 4rem; }
.h-\[1px\] { height: 1px; }
.max-h-32 { max-height: 8rem; }

/* ── PADDING ── */
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }

/* ── MARGIN ── */
.m-0 { margin: 0; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-10 { margin-top: 2.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }

/* ── FONT SIZE ── */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.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; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-\[7px\] { font-size: 7px; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }

/* ── FONT WEIGHT ── */
.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; }

/* ── FONT FAMILY ── */
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* ── TEXT STYLE ── */
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: 0.1em; }

/* ── TEXT ALIGN ── */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* ── TEXT COLOR ── */
.text-white { color: #ffffff; }
.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-gray-400 { color: #9ca3af; }
.text-red-200 { color: #fecaca; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-red-700 { color: #b91c1c; }
.text-orange-200 { color: #fed7aa; }
.text-orange-400 { color: #fb923c; }
.text-amber-300\/50 { color: rgba(252, 211, 77, 0.5); }
.text-amber-300\/60 { color: rgba(252, 211, 77, 0.6); }
.text-amber-400 { color: #fbbf24; }
.text-yellow-200 { color: #fef08a; }
.text-yellow-300 { color: #fde047; }
.text-yellow-400 { color: #facc15; }
.text-yellow-500 { color: #eab308; }
.text-green-200 { color: #bbf7d0; }
.text-green-300 { color: #86efac; }
.text-green-400 { color: #4ade80; }
.text-green-500 { color: #22c55e; }
.text-green-700 { color: #15803d; }
.text-emerald-300 { color: #6ee7b7; }
.text-emerald-400 { color: #34d399; }
.text-cyan-400 { color: #22d3ee; }
.text-blue-300 { color: #93c5fd; }
.text-blue-400 { color: #60a5fa; }
.text-blue-500 { color: #3b82f6; }
.text-purple-300 { color: #d8b4fe; }
.text-purple-400 { color: #c084fc; }
.text-purple-500 { color: #a855f7; }

/* ── BACKGROUND COLOR ── */
.bg-white { background-color: #ffffff; }
.bg-black { background-color: #000000; }
.bg-black\/30 { background-color: rgba(0, 0, 0, 0.3); }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-black\/80 { background-color: rgba(0, 0, 0, 0.8); }
.bg-slate-600 { background-color: #475569; }
.bg-slate-700 { background-color: #334155; }
.bg-slate-800 { background-color: #1e293b; }
.bg-slate-800\/50 { background-color: rgba(30, 41, 59, 0.5); }
.bg-slate-900 { background-color: #0f172a; }
.bg-slate-900\/50 { background-color: rgba(15, 23, 42, 0.5); }
.bg-red-600 { background-color: #dc2626; }
.bg-red-900 { background-color: #7f1d1d; }
.bg-red-900\/30 { background-color: rgba(127, 29, 29, 0.3); }
.bg-orange-900\/30 { background-color: rgba(124, 45, 18, 0.3); }
.bg-yellow-600 { background-color: #ca8a04; }
.bg-yellow-700 { background-color: #a16207; }
.bg-green-600 { background-color: #16a34a; }
.bg-green-800 { background-color: #166534; }
.bg-cyan-600 { background-color: #0891b2; }
.bg-blue-600 { background-color: #2563eb; }
.bg-blue-900\/30 { background-color: rgba(30, 58, 138, 0.3); }
.bg-purple-600 { background-color: #9333ea; }

/* ── GRADIENT ── */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.from-blue-600 { --tw-gradient-from: #2563eb; --tw-gradient-to: rgba(37, 99, 235, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-blue-900\/30 { --tw-gradient-from: rgba(30, 58, 138, 0.3); --tw-gradient-to: rgba(30, 58, 138, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-yellow-600 { --tw-gradient-from: #ca8a04; --tw-gradient-to: rgba(202, 138, 4, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-yellow-900\/30 { --tw-gradient-from: rgba(113, 63, 18, 0.3); --tw-gradient-to: rgba(113, 63, 18, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-amber-900\/30 { --tw-gradient-from: rgba(120, 53, 15, 0.3); --tw-gradient-to: rgba(120, 53, 15, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-slate-700\/30 { --tw-gradient-from: rgba(51, 65, 85, 0.3); --tw-gradient-to: rgba(51, 65, 85, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-slate-800 { --tw-gradient-from: #1e293b; --tw-gradient-to: rgba(30, 41, 59, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-purple-600 { --tw-gradient-to: #9333ea; }
.to-blue-700 { --tw-gradient-to: #1d4ed8; }
.to-blue-800\/20 { --tw-gradient-to: rgba(30, 64, 175, 0.2); }
.to-amber-700 { --tw-gradient-to: #b45309; }
.to-amber-800\/20 { --tw-gradient-to: rgba(146, 64, 14, 0.2); }
.to-yellow-800\/20 { --tw-gradient-to: rgba(133, 77, 14, 0.2); }
.to-slate-600\/20 { --tw-gradient-to: rgba(71, 85, 105, 0.2); }
.to-slate-900 { --tw-gradient-to: #0f172a; }

/* ── BORDER ── */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-dashed { border-style: dashed; }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-slate-500\/30 { border-color: rgba(100, 116, 139, 0.3); }
.border-slate-600 { border-color: #475569; }
.border-slate-700 { border-color: #334155; }
.border-slate-800 { border-color: #1e293b; }
.border-red-500 { border-color: #ef4444; }
.border-red-700 { border-color: #b91c1c; }
.border-red-900 { border-color: #7f1d1d; }
.border-orange-700 { border-color: #c2410c; }
.border-amber-600\/30 { border-color: rgba(217, 119, 6, 0.3); }
.border-yellow-500 { border-color: #eab308; }
.border-yellow-600\/30 { border-color: rgba(202, 138, 4, 0.3); }
.border-yellow-900\/30 { border-color: rgba(113, 63, 18, 0.3); }
.border-green-500 { border-color: #22c55e; }
.border-green-900 { border-color: #14532d; }
.border-green-900\/30 { border-color: rgba(20, 83, 45, 0.3); }
.border-cyan-700 { border-color: #0e7490; }
.border-blue-500 { border-color: #3b82f6; }
.border-blue-600\/30 { border-color: rgba(37, 99, 235, 0.3); }
.border-blue-700 { border-color: #1d4ed8; }
.border-blue-700\/50 { border-color: rgba(29, 78, 216, 0.5); }
.border-blue-900 { border-color: #1e3a8a; }
.border-purple-700 { border-color: #7e22ce; }
.border-purple-900 { border-color: #581c87; }
.border-purple-900\/30 { border-color: rgba(88, 28, 135, 0.3); }

/* ── BORDER RADIUS ── */
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* ── SHADOW ── */
.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-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }

/* ── RING ── */
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color, rgba(59, 130, 246, 0.5)); }
.ring-white { --tw-ring-color: #ffffff; }

/* ── BORDER EXTRA ── */
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }

/* ── OPACITY ── */
.opacity-30 { opacity: 0.3; }
.opacity-50 { opacity: 0.5; }

/* ── OVERFLOW ── */
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }

/* ── CURSOR ── */
.cursor-pointer { cursor: pointer; }
.cursor-not-allowed { cursor: not-allowed; }

/* ── TRANSITION ── */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* ── HOVER STATES ── */
.hover\:bg-blue-500:hover { background-color: #3b82f6; }
.hover\:bg-cyan-500:hover { background-color: #06b6d4; }
.hover\:bg-green-100:hover { background-color: #dcfce7; }
.hover\:bg-green-500:hover { background-color: #22c55e; }
.hover\:bg-purple-500:hover { background-color: #a855f7; }
.hover\:bg-red-100:hover { background-color: #fee2e2; }
.hover\:bg-red-500:hover { background-color: #ef4444; }
.hover\:bg-red-900\/20:hover { background-color: rgba(127, 29, 29, 0.2); }
.hover\:bg-slate-500:hover { background-color: #64748b; }
.hover\:bg-slate-600:hover { background-color: #475569; }
.hover\:bg-slate-700:hover { background-color: #334155; }
.hover\:bg-slate-800\/50:hover { background-color: rgba(30, 41, 59, 0.5); }
.hover\:bg-yellow-500:hover { background-color: #eab308; }
.hover\:bg-yellow-600:hover { background-color: #ca8a04; }
.hover\:border-blue-500:hover { border-color: #3b82f6; }
.hover\:border-yellow-500:hover { border-color: #eab308; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:from-blue-500:hover { --tw-gradient-from: #3b82f6; --tw-gradient-to: rgba(59, 130, 246, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.hover\:to-purple-500:hover { --tw-gradient-to: #a855f7; }
.hover\:to-blue-600:hover { --tw-gradient-to: #2563eb; }

/* ── GRADIENT CSS VARIABLES (base) ── */
*, ::before, ::after {
    --tw-gradient-from: transparent;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

/* ── MAX-WIDTH ── */
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }

/* ── OBJECT FIT ── */
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }

/* ── TRUNCATE ── */
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ── BACKDROP ── */
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur { backdrop-filter: blur(8px); }

/* ── ANIMATION ── */
.animate-pulse { animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes tw-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.animate-spin { animation: tw-spin 1s linear infinite; }
@keyframes tw-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ── DURATION ── */
.duration-150 { transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }

/* ── EXTRA BACKGROUNDS ── */
.bg-black\/95 { background-color: rgba(0, 0, 0, 0.95); }
.bg-green-900\/50 { background-color: rgba(20, 83, 45, 0.5); }
.bg-red-900\/50 { background-color: rgba(127, 29, 29, 0.5); }
.bg-orange-600 { background-color: #ea580c; }

/* ── DROP SHADOW (trophy glows) ── */
.glow-gold { filter: drop-shadow(0 0 25px rgba(250,204,21,0.8)); }
.glow-yellow { filter: drop-shadow(0 0 15px rgba(234,179,8,0.6)); }
.glow-silver { filter: drop-shadow(0 0 15px rgba(203,213,225,0.6)); }
.glow-bronze { filter: drop-shadow(0 0 15px rgba(251,146,60,0.6)); }

/* ── RESPONSIVE ── */
@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
