* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dark {
    color-scheme: dark;
}

.sidebar-link:hover {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.1) 0%, transparent 100%);
}

.sidebar-link.active {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.2) 0%, transparent 100%);
    border-right: 3px solid #3b82f6;
}

.dark .sidebar-link:hover {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.2) 0%, transparent 100%);
}

.dark .sidebar-link.active {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.3) 0%, transparent 100%);
}

.card-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.dark .card-hover:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.colored-toast.swal2-icon-success {
    background-color: #10b981 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #ef4444 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f59e0b !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3b82f6 !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}
