/* Web Player IPTV - Estilos Globais */

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.alert {
    border-radius: 12px;
    border: none;
}

.btn {
    border-radius: 8px;
    font-weight: 500;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 9, 20, 0.25);
}
