/* Küçük ek stiller — geri kalan her şey Tailwind ile */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(148, 163, 184, 0.25); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: rgba(148, 163, 184, 0.4); }

details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
details > summary::before { content: "▸ "; color: rgb(100 116 139); }
details[open] > summary::before { content: "▾ "; }

input[type="datetime-local"]::-webkit-calendar-picker-indicator { filter: invert(0.7); }
