/* Design tokens FIN — MultiSocial AI MVP */
/* Palette brand Future Is Now (portale) + accenti Mindfulshift (contenuti) */

:root {
  /* Brand FIN — portale */
  --fin-primary: #3AA6B9;
  --fin-primary-hover: #2d8a9b;
  --fin-primary-light: #e6f7fa;
  --fin-dark-bg: #2C3E50;
  --fin-dark-surface: #34495e;
  --fin-dark-border: rgba(255,255,255,0.12);
  --fin-light-bg: #F9FAFB;
  --fin-light-surface: #ffffff;
  --fin-light-border: #e5e7eb;

  /* Testo */
  --text-primary: #111827;
  --text-secondary: #6b7280;
  --text-muted: #9ca3af;
  --text-white: #ffffff;
  --text-dark-primary: #f9fafb;
  --text-dark-secondary: rgba(255,255,255,0.7);

  /* Stato */
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-error: #ef4444;
  --color-info: #3b82f6;

  /* Badge tipi output */
  --badge-linkedin: #0077b5;
  --badge-blog: #10b981;
  --badge-newsletter: #8b5cf6;
  --badge-video: #ef4444;
  --badge-graphic: #f59e0b;
  --badge-transcript: #6b7280;

  /* Layout */
  --radius-pill: 9999px;  /* bottoni marketing */
  --radius-btn: 10px;     /* bottoni app */
  --radius-card: 12px;
  --radius-sm: 6px;

  /* Ombre */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);

  /* Font */
  --font-stack: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  /* Transizioni */
  --transition: 0.18s ease;
}
