/* Übergänge für weiches Ein-/Ausblenden */
[data-tca-focus] {
    transition: outline-offset 0.15s ease, box-shadow 0.15s ease !important;
}

/* Entfernt Browser-Standard-Fokus (nur visuell, nicht technisch!) */
:focus-visible {
    outline: none !important;
}
