.fde-overlay{z-index:9600;background:#0f172a73;position:fixed;inset:0}.fde-modal{background:var(--wh-surface,#fff);z-index:9601;font-family:var(--wh-font,"Open Sans",sans-serif);border-radius:16px;flex-direction:column;width:min(760px,100vw - 32px);max-height:calc(100vh - 64px);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 60px #00000040}.fde-head{border-bottom:1px solid var(--wh-border-light,#e5e7eb);align-items:center;gap:10px;padding:16px 20px;display:flex}.fde-head-title{text-align:center;color:var(--wh-text,#1f2330);flex:1;margin:0;font-size:16px;font-weight:700}.fde-head-icon,.fde-head-close{color:var(--wh-text-muted,#6b7280);cursor:pointer;background:0 0;border:none;align-items:center;display:inline-flex}.fde-body{padding:18px 20px;overflow:auto}.fde-foot{border-top:1px solid var(--wh-border-light,#e5e7eb);justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}