/* Precompiled Tailwind (style.css) sadece build sirasinda HTML'de var olan
   siniflari icerir. Sonradan eklenen utility'leri burada elle saglariz. */

.hidden { display: none !important; }

.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.z-\[100\] { z-index: 100; }

.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }

.w-12 { width: 3rem; }
.h-12 { height: 3rem; }

.border-4 { border-width: 4px; }
.border-white { border-color: #fff; }
.border-t-transparent { border-top-color: transparent; }

.animate-spin { animation: _spin 1s linear infinite; }
@keyframes _spin { to { transform: rotate(360deg); } }

.text-red-600 { color: rgb(220, 38, 38); }
.mt-4 { margin-top: 1rem; }

.caret-transparent { caret-color: transparent; }
.select-none { -webkit-user-select: none; user-select: none; }
