
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e2e8f0; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: 'Plus Jakarta Sans', sans-serif; scroll-behavior: smooth; }
body { margin: 0; line-height: inherit; font-family: 'Plus Jakarta Sans', sans-serif; background-color: #f8fafc; color: #0f172a; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
table { border-collapse: collapse; }
button { background-color: transparent; border: none; cursor: pointer; }
ol, ul { list-style: none; margin: 0; padding: 0; }
img, svg { display: block; vertical-align: middle; max-width: 100%; height: auto; }

/* Space-y utilities */
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.375rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.625rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.space-y-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 2.5rem; }
.space-y-12 > :not([hidden]) ~ :not([hidden]) { margin-top: 3rem; }
.space-y-16 > :not([hidden]) ~ :not([hidden]) { margin-top: 4rem; }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; }
.divide-slate-100 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f9; }
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f0; }

.tap-highlight-transparent { -webkit-tap-highlight-color: transparent; }

/* Özel Arbitrary ve Şeffaflık Sınıfları */
.text-\[9px\] { font-size: 9px; line-height: 12px; }
.text-\[10px\] { font-size: 10px; line-height: 14px; }
.text-\[11px\] { font-size: 11px; line-height: 16px; }
.max-w-\[250px\] { max-width: 250px; }
.min-w-\[220px\] { min-width: 220px; }
.min-w-\[950px\] { min-width: 950px; }
.max-h-\[400px\] { max-height: 400px; }
.border-amber-500\/30 { border-color: rgba(245, 158, 11, 0.3); }
.border-amber-500\/40 { border-color: rgba(245, 158, 11, 0.4); }
.border-blue-400\/30 { border-color: rgba(96, 165, 250, 0.3); }
.bg-blue-500\/10 { background-color: rgba(59, 130, 246, 0.1); }
.bg-white\/95 { background-color: rgba(255, 255, 255, 0.95); }
.bg-slate-800\/80 { background-color: rgba(30, 41, 59, 0.8); }
.bg-slate-800\/90 { background-color: rgba(30, 41, 59, 0.9); }
.bg-slate-900\/60 { background-color: rgba(15, 23, 42, 0.6); }
.bg-emerald-50\/60 { background-color: rgba(236, 253, 245, 0.6); }
.bg-rose-50\/60 { background-color: rgba(255, 241, 242, 0.6); }

.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* Makale & Tipografi */
article h2 { font-size: 1.4rem; font-weight: 800; color: #0f172a; margin-top: 1.75rem; margin-bottom: 0.75rem; }
article h3 { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin-top: 1.25rem; margin-bottom: 0.5rem; }
article p { margin-top: 0.5rem; margin-bottom: 0.75rem; line-height: 1.75; color: #334155; }
article ul, article ol { margin-left: 1.5rem; margin-bottom: 1rem; }
article li { margin-top: 0.35rem; margin-bottom: 0.35rem; }
article table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.875rem; }
article th, article td { border: 1px solid #e2e8f0; padding: 0.5rem 0.75rem; text-align: left; }
article th { background-color: #f8fafc; font-weight: 700; }

.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 640px) { .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; } }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.text-center { text-align: center; }
.max-w-3xl { max-width: 48rem; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.gap-2 { gap: 0.5rem; }
.bg-emerald-50 { background-color: #ecfdf5; }
.text-emerald-800 { color: #065f46; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.rounded-full { border-radius: 9999px; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.font-bold { font-weight: 700; }
.border { border-width: 1px; }
.border-emerald-200 { border-color: #a7f3d0; }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.text-emerald-600 { color: #059669; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
@media (min-width: 640px) { .sm\:text-5xl { font-size: 3rem; line-height: 1; } }
.font-black { font-weight: 900; }
.text-slate-900 { color: #0f172a; }
.tracking-tight { letter-spacing: -0.025em; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
@media (min-width: 640px) { .sm\:text-base { font-size: 1rem; line-height: 1.5rem; } }
.text-slate-600 { color: #475569; }
.leading-relaxed { line-height: 1.625; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 768px) { .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.gap-8 { gap: 2rem; }
.from-slate-900 { --tw-gradient-from: #0f172a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.via-slate-900 { --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.to-sky-950 { --tw-gradient-to: #082f49; }
.text-white { color: #ffffff; }
.rounded-3xl { border-radius: 1.5rem; }
.border-2 { border-width: 2px; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.p-6 { padding: 1.5rem; }
@media (min-width: 640px) { .sm\:p-8 { padding: 2rem; } }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.justify-between { justify-content: space-between; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.absolute { position: absolute; }
.top-0 { top: 0px; }
.right-0 { right: 0px; }
.from-amber-500 { --tw-gradient-from: #f59e0b; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.to-amber-600 { --tw-gradient-to: #d97706; }
.text-slate-950 { color: #020617; }
.uppercase { text-transform: uppercase; }
.rounded-bl-2xl { border-bottom-left-radius: 1rem; }
.shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
.pt-2 { padding-top: 0.5rem; }
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.bg-amber-400 { background-color: #fbbf24; }
.justify-center { justify-content: center; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.text-amber-300 { color: #fde047; }
.tracking-wider { letter-spacing: 0.05em; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
@media (min-width: 640px) { .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; } }
.text-slate-300 { color: #cbd5e1; }
.items-start { align-items: flex-start; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.text-amber-400 { color: #fbbf24; }
.shrink-0 { flex-shrink: 0; }
.mt-0\.5 { margin-top: 0.125rem; }
.p-4 { padding: 1rem; }
.rounded-2xl { border-radius: 1rem; }
.pb-2 { padding-bottom: 0.5rem; }
.border-b { border-bottom-width: 1px; }
.border-slate-700 { border-color: #334155; }
.text-slate-400 { color: #94a3b8; }
.text-right { text-align: right; }
.font-semibold { font-weight: 600; }
.text-emerald-400 { color: #34d399; }
.text-blue-400 { color: #60a5fa; }
.w-full { width: 100%; }
.hover\:from-amber-600:hover { --tw-gradient-from: #d97706; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.hover\:to-amber-700:hover { --tw-gradient-to: #b45309; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }
.bg-white { background-color: #ffffff; }
.border-slate-200 { border-color: #e2e8f0; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
.bg-blue-100 { background-color: #dbeafe; }
.text-blue-700 { color: #1d4ed8; }
.text-blue-600 { color: #2563eb; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
@media (min-width: 640px) { .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; } }
.bg-emerald-100 { background-color: #d1fae5; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.gap-1 { gap: 0.25rem; }
.w-3\.5 { width: 0.875rem; }
.h-3\.5 { height: 0.875rem; }
.bg-slate-50 { background-color: #f8fafc; }
.border-slate-100 { border-color: #f1f5f9; }
.text-slate-500 { color: #64748b; }
.text-emerald-700 { color: #047857; }
.border-t { border-top-width: 1px; }
.from-blue-600 { --tw-gradient-from: #2563eb; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.to-sky-700 { --tw-gradient-to: #0369a1; }
.hover\:from-blue-700:hover { --tw-gradient-from: #1d4ed8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.hover\:to-sky-800:hover { --tw-gradient-to: #075985; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.bg-amber-100 { background-color: #fef3c7; }
.text-amber-700 { color: #b45309; }
.bg-purple-100 { background-color: #f3e8ff; }
.text-purple-700 { color: #7e22ce; }
.from-purple-600 { --tw-gradient-from: #9333ea; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.to-indigo-700 { --tw-gradient-to: #4338ca; }
.hover\:from-purple-700:hover { --tw-gradient-from: #7e22ce; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.via-slate-800 { --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.p-8 { padding: 2rem; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
@media (min-width: 640px) { .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; } }
@media (min-width: 640px) { .sm\:text-left { text-align: left; } }
@media (min-width: 768px) { .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.gap-6 { gap: 1.5rem; }
.text-purple-400 { color: #c084fc; }
.max-w-4xl { max-width: 56rem; }
.pb-8 { padding-bottom: 2rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
@media (min-width: 640px) { .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; } }
.text-slate-700 { color: #334155; }
.max-w-none { max-width: none; }
.hover\:underline:hover { text-decoration-line: underline; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.p-3 { padding: 0.75rem; }
.text-slate-800 { color: #1e293b; }
.inline-block { display: inline-block; }
.bg-emerald-600 { background-color: #059669; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.hover\:bg-emerald-700:hover { background-color: #047857; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.flex-wrap { flex-wrap: wrap; }
.hover\:text-blue-600:hover { color: #2563eb; }
.font-medium { font-weight: 500; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mb-8 { margin-bottom: 2rem; }
.bg-blue-50 { background-color: #eff6ff; }
.text-amber-900 { color: #78350f; }
.fill-amber-500 { fill: #f59e0b; }
.text-amber-500 { color: #f59e0b; }
.ml-auto { margin-left: auto; }
@media (min-width: 640px) { .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; } }
.leading-tight { line-height: 1.25; }
.gap-4 { gap: 1rem; }
.gap-1\.5 { gap: 0.375rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.max-w-xl { max-width: 36rem; }
.h-auto { height: auto; }
.object-contain { object-fit: contain; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
@media (min-width: 640px) { .sm\:flex-row { flex-direction: row; } }
.pb-6 { padding-bottom: 1.5rem; }
.mt-1 { margin-top: 0.25rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.bg-slate-800 { background-color: #1e293b; }
.h-2 { height: 0.5rem; }
.h-full { height: 100%; }
.bg-blue-400 { background-color: #60a5fa; }
.bg-emerald-400 { background-color: #34d399; }
.bg-purple-400 { background-color: #c084fc; }
.pt-4 { padding-top: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.hover\:scale-105:hover { transform: scale(1.05); }
.text-emerald-900 { color: #064e3b; }
.mb-3 { margin-bottom: 0.75rem; }
.text-emerald-500 { color: #10b981; }
.border-rose-200 { border-color: #fecdd3; }
.text-rose-900 { color: #881337; }
.text-rose-600 { color: #e11d48; }
.text-rose-800 { color: #9f1239; }
.text-rose-500 { color: #f43f5e; }
.bg-amber-50 { background-color: #fffbeb; }
.border-amber-200 { border-color: #fde68a; }
.gap-3 { gap: 0.75rem; }
.text-amber-600 { color: #d97706; }
.my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.bg-slate-900 { background-color: #0f172a; }
.p-3\.5 { padding: 0.875rem; }
.hover\:bg-slate-50:hover { background-color: #f8fafc; }
.my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.from-blue-900 { --tw-gradient-from: #1e3a8a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.to-slate-900 { --tw-gradient-to: #0f172a; }
.border-blue-800 { border-color: #1e40af; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
@media (min-width: 768px) { .md\:hidden { display: none; } }
.fixed { position: fixed; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.z-40 { z-index: 40; }
.backdrop-blur { backdrop-filter: blur(8px); }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.justify-around { justify-content: space-around; }
.gap-0\.5 { gap: 0.125rem; }
.hover\:text-emerald-800:hover { color: #065f46; }
.rounded-lg { border-radius: 0.5rem; }
.bg-slate-950 { background-color: #020617; }
.pt-16 { padding-top: 4rem; }
.pb-12 { padding-bottom: 3rem; }
.border-slate-800 { border-color: #1e293b; }
.mt-20 { margin-top: 5rem; }
.gap-10 { gap: 2.5rem; }
@media (min-width: 768px) { .md\:col-span-1 { grid-column: span 1 / span 1; } }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.bg-blue-600 { background-color: #2563eb; }
.text-blue-500 { color: #3b82f6; }
.hover\:text-blue-400:hover { color: #60a5fa; }
.bg-amber-500 { background-color: #f59e0b; }
.hover\:bg-amber-400:hover { background-color: #fbbf24; }
.pt-8 { padding-top: 2rem; }
.hover\:text-slate-300:hover { color: #cbd5e1; }
.scroll-smooth { scroll-behavior: smooth; }
.min-h-screen { min-height: 100vh; }
.pb-16 { padding-bottom: 4rem; }
@media (min-width: 768px) { .md\:pb-0 { padding-bottom: 0px; } }
@media (min-width: 640px) { .sm\:text-xs { font-size: 0.75rem; line-height: 1rem; } }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.hidden { display: none; }
@media (min-width: 640px) { .sm\:flex { display: flex; } }
.hover\:text-amber-300:hover { color: #fde047; }
.sticky { position: sticky; }
.z-50 { z-index: 50; }
.h-16 { height: 4rem; }
.gap-2\.5 { gap: 0.625rem; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
@media (min-width: 640px) { .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; } }
.text-amber-800 { color: #92400e; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.rounded { border-radius: 0.25rem; }
.ml-1 { margin-left: 0.25rem; }
@media (min-width: 1024px) { .lg\:flex { display: flex; } }
.gap-5 { gap: 1.25rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
@media (min-width: 640px) { .sm\:inline-flex { display: inline-flex; } }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
@media (min-width: 1024px) { .lg\:hidden { display: none; } }
.p-2 { padding: 0.5rem; }
.hover\:bg-slate-100:hover { background-color: #f1f5f9; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hover\:bg-blue-50:hover { background-color: #eff6ff; }
.flex-1 { flex: 1 1 0%; }
.pb-20 { padding-bottom: 5rem; }
.from-slate-950 { --tw-gradient-from: #020617; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.pb-24 { padding-bottom: 6rem; }
.z-10 { z-index: 10; }
@media (min-width: 1024px) { .lg\:text-6xl { font-size: 3.75rem; line-height: 1; } }
.text-transparent { color: transparent; }
.from-blue-400 { --tw-gradient-from: #60a5fa; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.via-sky-300 { --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(255, 255, 255, 0)); }
.to-amber-300 { --tw-gradient-to: #fde047; }
.max-w-2xl { max-width: 42rem; }
.hover\:bg-slate-700:hover { background-color: #334155; }
@media (min-width: 640px) { .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.text-rose-400 { color: #fb7185; }
@media (min-width: 640px) { .sm\:items-end { align-items: flex-end; } }
.hover\:text-blue-800:hover { color: #1e40af; }
@media (min-width: 768px) { .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.p-5 { padding: 1.25rem; }
.to-slate-800 { --tw-gradient-to: #1e293b; }
.h-52 { height: 13rem; }
.max-h-full { max-height: 100%; }
.max-w-full { max-width: 100%; }
.duration-300 { transition-duration: 300ms; }
.group:hover .group-hover\:text-blue-600 { color: #2563eb; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
@media (min-width: 640px) { .sm\:p-10 { padding: 2.5rem; } }
@media (min-width: 1024px) { .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:col-span-2 { grid-column: span 2 / span 2; } }
.block { display: block; }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.overflow-x-auto { overflow-x: auto; }
.text-left { text-align: left; }
.border-collapse { border-collapse: collapse; }
.w-52 { width: 13rem; }
.mb-1 { margin-bottom: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.w-28 { width: 7rem; }
.h-28 { height: 7rem; }
.bg-slate-100 { background-color: #f1f5f9; }
.hover\:bg-amber-600:hover { background-color: #d97706; }
.h-48 { height: 12rem; }
.fill-current { fill: currentColor; }
.pt-0 { padding-top: 0px; }
.text-blue-800 { color: #1e40af; }
.border-blue-200 { border-color: #bfdbfe; }

/* Eksik Kalan 15 Sınıf İçin Kesin Kurallar */
.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)); }
.bg-gradient-to-l { background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.bg-clip-text { -webkit-background-clip: text; background-clip: text; }

.border-slate-700\/80 { border-color: rgba(51, 65, 85, 0.8); }
.border-slate-800\/80 { border-color: rgba(30, 41, 59, 0.8); }
.border-slate-200\/60 { border-color: rgba(226, 232, 240, 0.6); }
.bg-slate-50\/80 { background-color: rgba(248, 250, 252, 0.8); }

.list-disc { list-style-type: disc; }
.list-decimal { list-style-type: decimal; }
.pl-5 { padding-left: 1.25rem; }

.shadow-\[2px_0_5px_rgba\(0\,0\,0\,0\.05\)\] { box-shadow: 2px 0 5px rgba(0,0,0,0.05); }

@media (min-width: 640px) {
  .sm\:text-\[10px\] { font-size: 10px; line-height: 14px; }
}

.prose { max-width: 65ch; }
.prose-slate { color: #334155; }

.shadow-\[2px_0_5px_rgba\(0\,0\,0\,0\.05\)\] { box-shadow: 2px 0 5px rgba(0,0,0,0.05); }

.hover\:bg-blue-700:hover { background-color: #1d4ed8; }
