@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ecc-border: #e5e7eb;
  --ecc-primary: #3b82f6;
  --ecc-primary-hover: #2563eb;
  --ecc-muted: #6b7280;
}

/* Shortcode de checkout con Preline - estilos de respaldo */
.ecc-preline-container { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }

/* Fallback styles si Tailwind no carga */
.ecc-preline-container .bg-white { background-color: #ffffff; }
.ecc-preline-container .border { border-width: 1px; }
.ecc-preline-container .border-gray-200 { border-color: #e5e7eb; }
.ecc-preline-container .rounded-xl { border-radius: 0.75rem; }
.ecc-preline-container .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.ecc-preline-container .p-6 { padding: 1.5rem; }
.ecc-preline-container .max-w-md { max-width: 28rem; }
.ecc-preline-container .mx-auto { margin-left: auto; margin-right: auto; }

/* Dashboard por empresa */
.ecc-container { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }
.ecc-card { background: #fff; border: 1px solid #e7eaf0; border-radius: 12px; padding: 16px; box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06); margin-bottom: 16px; }
.ecc-section-title { font-size: 18px; font-weight: 600; margin: 0 0 12px; }
.ecc-muted { color: #6b7280; }
.ecc-table { font-size: 14px; }
.ul-disc { list-style: disc; padding-left: 20px; }