/* ─── Fusion Lotto — Logo partagé ────────────────────────── */
.fl-logo { display: inline-flex; align-items: center; gap: 10px; }
.fl-icon { flex-shrink: 0; display: block; filter: drop-shadow(0 0 8px rgba(0,230,118,0.40)); }
.fl-icon-sm { width: 36px; height: 36px; }
.fl-icon-md { width: 48px; height: 48px; }
.fl-wordmark { display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.fl-name {
  font-weight: 900; letter-spacing: -0.5px; line-height: 1;
  background: linear-gradient(105deg, #ffffff 0%, #00e676 52%, #ffd600 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.fl-tagline {
  font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.33); line-height: 1;
}
.fl-logo-sm .fl-name    { font-size: 1.1em; }
.fl-logo-sm .fl-tagline { font-size: 0.50em; }
.fl-logo-md .fl-name    { font-size: 1.4em; }
.fl-logo-md .fl-tagline { font-size: 0.56em; }
