/* BYO AI Key — feature-flagged UI (see js/features/byo-ai-key/) */

/* Hidden by default; byo-ai-key.js only reveals these once it confirms the
   backend has FEATURE_BYO_AI_KEY=true. Safe to leave this markup in
   index.html indefinitely even while the feature is off. */
.feature-byo-ai-key {
  display: none;
}
