/* Custom styles for Catalogue IPTV */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Smooth transitions */
a, button {
    transition: all 0.15s ease;
}

/* Card hover effect */
.hover\:border-blue-600:hover {
    box-shadow: 0 0 0 1px rgb(37 99 235 / 0.5);
}

/* Input focus */
input:focus {
    box-shadow: 0 0 0 2px rgb(59 130 246 / 0.3);
}

/* Checkbox custom */
input[type="checkbox"] {
    accent-color: #3b82f6;
}
