.afe-root{font-family:var(--wh-font);--afe-accent:var(--wh-indigo);gap:16px;display:grid}.afe-preview{border:1px solid var(--wh-border-light,#00000014);background:var(--wh-surface-2,#00000005);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.afe-preview__icon{background:color-mix(in srgb,var(--afe-accent)12%,transparent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.afe-preview__body{flex:1;min-width:0}.afe-preview__label{color:var(--wh-text);align-items:center;gap:5px;font-size:14px;font-weight:700;display:flex}.afe-preview__label--placeholder{color:var(--wh-text-muted);font-weight:600}.afe-preview__req{color:var(--wh-error);font-weight:700}.afe-preview__control{border:1px solid var(--wh-border,#0f172a14);background:var(--wh-surface);color:var(--wh-text-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;align-items:center;height:30px;margin-top:6px;padding:0 10px;font-size:12.5px;display:flex;overflow:hidden}.afe-preview__hint{color:var(--wh-text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:11.5px;overflow:hidden}.afe-section{gap:12px;display:grid}.afe-section-head{align-items:center;gap:8px;display:flex}.afe-section-head__icon{background:color-mix(in srgb,var(--afe-accent)12%,transparent);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.afe-section-head__text{min-width:0}.afe-section-title{letter-spacing:.4px;text-transform:uppercase;color:var(--wh-text-muted);font-size:11px;font-weight:700}.afe-section-subtitle{color:var(--wh-text-muted);margin-top:2px;font-size:12px}.afe-card{border:1px solid var(--wh-border-light,#00000014);background:var(--wh-surface);border-radius:12px;padding:6px 12px}.afe-type-grid{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:8px;display:grid}.afe-type-tile{cursor:pointer;text-align:center;border:1.5px solid var(--wh-border-light,#0000001a);background:var(--wh-surface);color:var(--wh-text-muted);font-family:var(--wh-font);border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:12px 8px;transition:transform .14s cubic-bezier(.2,.8,.2,1),box-shadow .14s,border-color .14s,background-color .14s;display:flex}.afe-type-tile:hover{border-color:var(--wh-border-strong,#0f172a26);transform:translateY(-1px);box-shadow:0 6px 16px #00000014}.afe-type-tile:focus-visible{border-color:var(--afe-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--afe-accent)18%,transparent);outline:none}.afe-type-tile__label{font-size:11.5px;font-weight:600;line-height:1.25}.afe-type-tile--selected{border-color:var(--afe-accent);background:color-mix(in srgb,var(--afe-accent)10%,transparent);color:var(--afe-accent);box-shadow:0 0 0 1px var(--afe-accent)}.afe-type-group-label{letter-spacing:.4px;text-transform:uppercase;color:var(--wh-text-muted);margin:4px 0 -2px;font-size:10.5px;font-weight:700}.afe-toggle-row{cursor:pointer;font-family:var(--wh-font);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;transition:background-color .12s;display:flex}.afe-toggle-row:hover{background:var(--wh-surface-hover,#0f172a08)}.afe-toggle-row+.afe-toggle-row{border-top:1px solid var(--wh-divider,#0f172a0f)}.afe-toggle-row__main{align-items:center;gap:10px;min-width:0;display:flex}.afe-toggle-row__icon{background:var(--wh-surface-hover,#0f172a0a);color:var(--wh-text-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.afe-toggle-row__text{min-width:0}.afe-toggle-row__label{color:var(--wh-text);font-size:13.5px;font-weight:600;display:block}.afe-toggle-row__desc{color:var(--wh-text-muted);margin-top:1px;font-size:12px;display:block}.afe-option-row{align-items:center;gap:8px;display:flex}.afe-option-row__num{color:var(--wh-text-muted);background:var(--wh-surface-hover,#0f172a0d);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:inline-flex}.afe-rule-row{align-items:center;gap:6px;display:flex}.afe-rule-builder{gap:8px;margin-top:10px;display:grid}.afe-rule-intro{color:var(--wh-text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.afe-advanced-toggle{cursor:pointer;color:var(--wh-text-muted);font-family:var(--wh-font);background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-size:13px;font-weight:600;transition:color .12s;display:flex}.afe-advanced-toggle:hover{color:var(--wh-text)}