.afis-field { margin-bottom:12px; }
.afis-field label { font-size:11px; font-weight:600; color:var(--text3); text-transform:uppercase; letter-spacing:0.05em; display:block; margin-bottom:4px; }
.afis-field input { width:100%; background:var(--input-bg); border:1px solid var(--input-border); border-radius:7px; padding:7px 10px; font-size:13px; color:var(--text); font-family:inherit; outline:none; }
.afis-slider-row { display:flex; align-items:center; gap:8px; margin-bottom:8px; }
.afis-slider-row span:first-child { font-size:11px; color:var(--text3); width:44px; }
.afis-slider-row input[type=range] { flex:1; }
.afis-slider-row span:last-child { font-size:11px; color:var(--text2); width:28px; text-align:right; }
.afis-colors { display:flex; gap:6px; flex-wrap:wrap; }
.afis-color-btn { width:24px; height:24px; border-radius:50%; border:2px solid transparent; cursor:pointer; padding:0; transition:transform 0.15s; }
.afis-color-btn:hover { transform:scale(1.15); }
.afis-color-btn.active { border-color:white; box-shadow:0 0 0 2px rgba(99,102,241,0.5); }
.afis-custom-color { width:24px; height:24px; border:none; border-radius:50%; cursor:pointer; padding:0; background:none; }
