:root{--fem-ease-snappy:cubic-bezier(.16,1,.3,1);--fem-ease-smooth:cubic-bezier(.25,1,.5,1);--fem-shadow-modal:0 0 0 1px #0000000a,0 8px 16px -4px #0000000d,0 24px 48px -12px #00000026;--fem-focus-ring:0 0 0 2px var(--wh-bg,#fff),0 0 0 4px var(--wh-primary,#2563eb)}[data-theme=dark]{--fem-shadow-modal:0 0 0 1px #ffffff0d,0 8px 16px -4px #0006,0 24px 48px -12px #0009;--fem-focus-ring:0 0 0 2px var(--wh-bg,#111),0 0 0 4px var(--wh-primary,#3b82f6)}.fem-overlay{-webkit-backdrop-filter:blur(4px);z-index:10100;animation:fem-fade-in .3s var(--fem-ease-snappy)both;background:#0000004d;position:fixed;inset:0}.fem-content{background:var(--wh-surface,#fff);box-shadow:var(--fem-shadow-modal);z-index:10101;font-family:var(--wh-font,"Inter","Open Sans",sans-serif);animation:fem-slide-up .4s var(--fem-ease-snappy)both;border-radius:16px;flex-direction:column;width:min(680px,100vw - 32px);max-height:calc(100vh - 48px);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@keyframes fem-fade-in{0%{opacity:0;backdrop-filter:blur()}to{opacity:1;backdrop-filter:blur(4px)}}@keyframes fem-slide-up{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.fem-header{background:var(--wh-surface,#fff);border-bottom:1px solid var(--wh-border-light,#0000000f);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.fem-header-title{align-items:center;gap:12px;display:flex}.fem-header-icon{background:var(--wh-bg,#f3f4f6);color:var(--wh-text,#111827);border:1px solid var(--wh-border-light,#0000000a);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fem-title{letter-spacing:-.015em;color:var(--wh-text,#111827);margin:0;font-size:16px;font-weight:600}.fem-close{color:var(--wh-text-muted,#6b7280);cursor:pointer;transition:all .2s var(--fem-ease-smooth);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.fem-close:hover{background:var(--wh-surface-hover,#0000000d);color:var(--wh-text,#111827)}.fem-close:active{transform:scale(.95)}.fem-close:focus-visible{box-shadow:var(--fem-focus-ring);outline:none}.fem-body{background:var(--wh-bg,#fbfcfd);flex-direction:column;flex:1;gap:24px;min-height:0;padding:24px;display:flex;overflow-y:auto}.fem-body::-webkit-scrollbar{width:6px}.fem-body::-webkit-scrollbar-track{background:0 0}.fem-body::-webkit-scrollbar-thumb{background:var(--wh-border,#d1d5db);border-radius:4px}.fem-body::-webkit-scrollbar-thumb:hover{background:var(--wh-text-muted,#9ca3af)}.fem-row-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.fem-toggles{border-top:1px solid var(--wh-border-light,#0000000f);flex-direction:column;padding:8px 0;display:flex}.fem-toggle{cursor:pointer;user-select:none;border-radius:8px;align-items:center;gap:12px;margin-left:-12px;padding:8px 12px;transition:background .2s;display:inline-flex}.fem-toggle:hover{background:var(--wh-surface-hover,#00000008)}.fem-toggle input[type=checkbox]{accent-color:var(--wh-primary,#2563eb);cursor:pointer;border-radius:4px;width:16px;height:16px;margin:0}.fem-toggle-text{color:var(--wh-text,#111827);font-size:14px;font-weight:500}.fem-options{background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#e5e7eb);border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 1px 2px #00000005}.fem-options-header{color:var(--wh-text,#111827);text-transform:uppercase;letter-spacing:.02em;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.fem-options-list{flex-direction:column;gap:8px;display:flex}.fem-options-empty{color:var(--wh-text-muted);text-align:center;background:var(--wh-bg,#f9fafb);border:1px dashed var(--wh-border,#d1d5db);border-radius:8px;padding:12px;font-size:13px;font-style:italic}.fem-option-row{background:var(--wh-surface,#fff);border:1px solid #0000;border-radius:8px;grid-template-columns:28px 1fr 32px;align-items:center;gap:12px;padding:4px 6px 4px 4px;transition:all .2s;display:grid}.fem-option-row:hover{background:var(--wh-bg,#f9fafb)}.fem-option-row:focus-within{background:var(--wh-surface,#fff);border-color:var(--wh-border-light,#e5e7eb);box-shadow:0 2px 4px #00000005}.fem-option-num{color:var(--wh-text-muted,#6b7280);text-align:center;background:var(--wh-bg,#f3f4f6);border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:500;display:flex}.fem-option-delete{color:var(--wh-text-muted,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:inline-flex}.fem-option-delete:hover{color:var(--wh-error,#ef4444);background:var(--wh-error-light,#fef2f2)}.fem-option-delete:focus-visible{box-shadow:var(--fem-focus-ring);outline:none}.fem-options-error{color:var(--wh-error,#ef4444);align-items:center;gap:4px;margin-top:4px;font-size:13px;font-weight:500;display:flex}.fem-conditional{background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#e5e7eb);border-radius:12px;flex-direction:column;gap:16px;margin-top:4px;padding:20px;display:flex;box-shadow:0 1px 2px #00000005}.fem-conditional-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.fem-conditional-info{flex-direction:column;gap:4px;display:flex}.fem-conditional-label{color:var(--wh-text,#111827);font-size:14px;font-weight:600}.fem-conditional-desc{color:var(--wh-text-muted,#6b7280);font-size:13px}.fem-conditional-body{border:1px solid var(--wh-border-light,#e5e7eb);background:var(--wh-bg,#f9fafb);animation:fem-fade-in .3s var(--fem-ease-smooth)both;border-radius:8px;padding:16px}.fem-footer{border-top:1px solid var(--wh-border-light,#0000000f);background:var(--wh-surface,#fff);justify-content:flex-end;align-items:center;gap:12px;padding:16px 24px;display:flex}[data-theme=dark] .fem-header{background:var(--wh-surface,#18181b);border-bottom-color:#ffffff14}[data-theme=dark] .fem-header-icon{color:var(--wh-text,#f4f4f5);background:#ffffff0f;border-color:#ffffff0d}[data-theme=dark] .fem-body{background:var(--wh-bg,#09090b)}[data-theme=dark] .fem-toggles{border-top-color:#ffffff14}[data-theme=dark] .fem-options,[data-theme=dark] .fem-conditional{background:var(--wh-surface,#18181b);border-color:#ffffff14}[data-theme=dark] .fem-options-empty{background:#ffffff08;border-color:#ffffff1a}[data-theme=dark] .fem-option-row{background:0 0}[data-theme=dark] .fem-option-row:hover{background:#ffffff08}[data-theme=dark] .fem-option-row:focus-within{background:#ffffff05;border-color:#ffffff1a}[data-theme=dark] .fem-option-num{color:var(--wh-text-muted);background:#ffffff14}[data-theme=dark] .fem-conditional-body{background:#0003;border-color:#ffffff14}[data-theme=dark] .fem-footer{background:var(--wh-surface,#18181b);border-top-color:#ffffff14}[data-theme=dark] .fem-option-delete:hover{color:#f87171;background:#ef444426}.fem-tsection{border-top:1px dashed var(--wh-border-light,#00000014);margin-top:18px;padding-top:16px}.fem-tsection-title{color:var(--wh-text-secondary,#52525b);letter-spacing:-.005em;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:600}.fem-tsection-body{flex-direction:column;gap:12px;display:flex}.fem-tfield{flex-direction:column;gap:6px;display:flex}.fem-tfield-label{color:var(--wh-text-secondary,#52525b);font-size:13px;font-weight:500}.fem-row-3{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}[data-theme=dark] .fem-tsection{border-top-color:#ffffff14}