/* Toby Custom Styles */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #1a1d21; }
::-webkit-scrollbar-thumb { background: #2e3136; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #3e4146; }
.animation-delay-200 { animation-delay: 0.2s; }
.animation-delay-400 { animation-delay: 0.4s; }
[sse-swap] > * { animation: fadeIn 0.3s ease-in; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
input:focus { box-shadow: 0 0 0 2px rgba(232, 145, 45, 0.2); }
.border-l-4:hover { filter: brightness(1.05); }
#sidebar-backdrop { transition: opacity 0.2s ease; }
#sidebar-backdrop.hidden { opacity: 0; pointer-events: none; }
