/* bandeau-config — styles page (migration DA, ne pas dupliquer la coque) */

@font-face { font-family: 'American Captain'; src: url('/cache/fonts/american%20captain.ttf') format('truetype'); font-weight: 400; font-style: normal; }

        .module-toggle { position: relative; width: 90px; height: 36px; border-radius: 18px; background: #374151; border: 1px solid rgba(255,255,255,0.15); cursor: pointer; display: inline-flex; align-items: center; padding: 4px; transition: all 0.25s ease; }
        .module-toggle.on { background: linear-gradient(135deg, #ff6b35, #f7931e); box-shadow: 0 8px 20px rgba(255, 107, 53, 0.35); }
        .module-toggle .thumb { position: relative; width: 28px; height: 28px; background: white; border-radius: 14px; transform: translateX(0); transition: transform 0.25s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.25); }
        .module-toggle.on .thumb { transform: translateX(54px); }
        .module-toggle .labels { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,0.85); pointer-events: none; }
        .type-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.2); cursor: pointer; margin: 4px; transition: all 0.2s; }
        .type-chip.selected { border-color: #ff6b35; background: rgba(255, 107, 53, 0.15); }
        .type-chip input { display: none; }

        .preview-bandeau { height: 5rem; min-height: 80px; border-radius: 8px; overflow: hidden; display: block; width: 100%; border: none; background: #0f0f0f; }
        .var-btn { font-size: 0.875rem; padding: 6px 12px; border-radius: 8px; border: 1px solid; transition: all 0.2s; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; margin-right: 6px; margin-top: 4px; }
        .var-btn.blue { background: rgba(59, 130, 246, 0.2); color: #93c5fd; border-color: rgba(59, 130, 246, 0.4); }
        .var-btn.blue:hover { background: rgba(59, 130, 246, 0.3); }
        .var-btn.emerald { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; border-color: rgba(16, 185, 129, 0.4); }
        .var-btn.emerald:hover { background: rgba(16, 185, 129, 0.3); }
        .var-btn.amber { background: rgba(245, 158, 11, 0.2); color: #fcd34d; border-color: rgba(245, 158, 11, 0.4); }
        .var-btn.amber:hover { background: rgba(245, 158, 11, 0.3); }
