/* ==========================================================================
   PAGE FLUTTER — accents ciel / violet (identité Flutter)
   ========================================================================== */
.page-flutter {
  --page-accent-grad: linear-gradient(120deg, #5cc8f8, #7c6cff);
  --page-accent-glow: rgba(92, 200, 248, 0.5);
  --page-accent-soft: rgba(92, 200, 248, 0.14);
}

.grad-text--flutter {
  background: linear-gradient(110deg, #5cc8f8 10%, #7c6cff 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-flutter { --eyebrow-color: #5cc8f8; }
