: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,"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}.fem-subtitle{color:var(--wh-text-muted,#71717a);margin:3px 0 0;font-size:12px;font-weight:500;line-height:1.35}.fem-overview{border:1px solid var(--wh-border-light,#0000000f);background:linear-gradient(180deg,var(--wh-surface,#fff),var(--wh-bg,#fafafa));border-radius:14px;grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);gap:12px;padding:14px;display:grid;box-shadow:0 1px 2px #00000008}.fem-readiness{grid-template-columns:1fr auto;align-items:center;gap:6px 10px;display:grid}.fem-readiness-label{color:var(--wh-text-muted,#71717a);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.fem-readiness strong{color:var(--wh-text,#09090b);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:20px;font-weight:800}.fem-readiness-bar{background:var(--wh-border-light,#e5e7eb);border-radius:999px;grid-column:1/-1;height:7px;overflow:hidden}.fem-readiness-bar span{border-radius:inherit;background:linear-gradient(90deg,var(--wh-primary,#2563eb),var(--wh-indigo,#6366f1));transition:width .35s var(--fem-ease-snappy);height:100%;display:block}.fem-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.fem-meta-grid span{background:color-mix(in srgb,var(--wh-primary,#2563eb)5%,transparent);color:var(--wh-text-muted,#71717a);border-radius:10px;flex-direction:column;gap:3px;padding:10px;font-size:11px;font-weight:600;display:flex}.fem-meta-grid strong{color:var(--wh-text,#09090b);font-size:13px;font-weight:800}.fem-alert{background:var(--wh-error-light,#fef2f2);color:var(--wh-error,#dc2626);border:1px solid #ef444438;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.fem-options-header>div:first-child{flex-direction:column;gap:2px;display:flex}.fem-options-header small{color:var(--wh-text-muted,#71717a);letter-spacing:0;text-transform:none;font-size:11px;font-weight:600}.fem-option-presets{flex-wrap:wrap;gap:6px;margin-top:-2px;display:flex}.fem-option-presets button{border:1px solid var(--wh-border-light,#00000014);background:var(--wh-bg,#f9fafb);color:var(--wh-text-secondary,#4b5563);cursor:pointer;font:inherit;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700;transition:background .15s,border-color .15s,color .15s,transform .15s}.fem-option-presets button:hover{border-color:color-mix(in srgb,var(--wh-primary,#2563eb)35%,var(--wh-border-light,#e5e7eb));color:var(--wh-primary,#2563eb);background:color-mix(in srgb,var(--wh-primary,#2563eb)6%,var(--wh-surface,#fff));transform:translateY(-1px)}.fem-footer-hint{color:var(--wh-text-muted,#71717a);margin-right:auto;font-size:12px;font-weight:600}.fem-footer-hint kbd{border:1px solid var(--wh-border-light,#e5e7eb);background:var(--wh-surface,#fff);color:var(--wh-text,#09090b);border-bottom-width:2px;border-radius:5px;justify-content:center;align-items:center;min-width:20px;height:21px;padding:0 6px;font-family:Open Sans,monospace;font-size:10px;font-weight:700;display:inline-flex}@media (width<=680px){.fem-overview,.fem-meta-grid,.fem-row-2,.fem-row-3{grid-template-columns:1fr}.fem-footer-hint{display:none}}[data-theme=dark] .fem-overview{background:linear-gradient(#ffffff0b,#ffffff05);border-color:#ffffff14}[data-theme=dark] .fem-meta-grid span{background:#6366f11f}[data-theme=dark] .fem-alert{color:#fca5a5;background:#ef44441f;border-color:#ef444447}[data-theme=dark] .fem-option-presets button,[data-theme=dark] .fem-footer-hint kbd{color:#e4e4e7;background:#ffffff0a;border-color:#ffffff14}