﻿/* ================================================================
   FLOATING WIDGETS — Digit Soft
   Este archivo mantiene solo compatibilidad y reglas globales.
   El diseño visual está en floating_widgets_unified.html (inline).
   ================================================================ */

/* Print */
@media print {
    .floating-widgets-container,
    .fw-panel,
    #fwWaModal,
    #fwAccPanel { display: none !important; }
}

/* Reducir movimiento */
@media (prefers-reduced-motion: reduce) {
    .fw-btn { animation: none !important; transition: none !important; }
    .fw-btn::before { animation: none !important; }
}

/* Touch devices */
@media (hover: none) and (pointer: coarse) {
    .fw-btn { min-width: 44px; min-height: 44px; }
    .fw-btn:active { transform: scale(0.9) !important; }
}

/* Ocultar en página asistente */
body.page-asistente .floating-widgets-container,
body.page-asistente #fwWaModal,
body.page-asistente #fwAccPanel { display: none !important; }
