.fot-root{font-family:var(--wh-font);flex-direction:column;gap:10px;padding:14px 18px 16px;display:flex}.fot-intro{color:var(--wh-text-secondary,#4b5563);font-size:12px;line-height:1.5}.fot-inline-hint{color:var(--wh-text-muted,#6b7280);align-items:center;gap:5px;font-size:11px;display:inline-flex}.fot-list{flex-direction:column;gap:6px;display:flex}.fot-list-label{text-transform:uppercase;letter-spacing:.06em;color:var(--wh-text-muted,#6b7280);padding:0 2px;font-size:10px;font-weight:700}.fot-list-items{border:1px solid var(--wh-border-light,#e5e7eb);background:var(--wh-surface,#fff);border-radius:10px;flex-direction:column;gap:0;max-height:260px;display:flex;overflow:hidden auto}.fot-list-item{border:none;border-bottom:1px solid var(--wh-border-light,#e5e7eb);cursor:pointer;font-family:var(--wh-font);color:var(--wh-text,#111);text-align:left;background:0 0;align-items:center;gap:9px;width:100%;padding:8px 12px;font-size:12.5px;transition:background .12s;display:flex}.fot-list-item:last-child{border-bottom:none}.fot-list-item:hover,.fot-list-item:focus-visible{background:var(--wh-bg,#f3f4f6);outline:none}.fot-list-item-meta{flex-direction:column;flex:1;min-width:0;display:flex}.fot-list-item-name{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.fot-list-item-email{color:var(--wh-text-muted,#6b7280);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.fot-selected{background:#6366f10f;border:1px solid #6366f152;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;display:flex}.fot-selected-meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.fot-selected-email{color:var(--wh-text-secondary,#4b5563);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.fot-selected-clear{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background .12s;display:inline-flex}.fot-selected-clear:hover{background:#6366f11f}.fot-warning{color:#92400e;background:#d9770614;border:1px solid #d9770652;border-radius:7px;align-items:flex-start;gap:7px;padding:8px 10px;font-size:11.5px;line-height:1.4;display:flex}.fot-error{color:#991b1b;background:#dc262614;border:1px solid #dc262652;border-radius:7px;align-items:flex-start;gap:7px;padding:8px 10px;font-size:11.5px;line-height:1.4;display:flex}.fot-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.fot-confirm-backdrop{z-index:10100;background:#00000073;justify-content:center;align-items:center;animation:.15s both fot-fade-in;display:flex;position:fixed;inset:0}@keyframes fot-fade-in{0%{opacity:0}to{opacity:1}}.fot-confirm-modal{background:var(--wh-surface,#fff);text-align:center;font-family:var(--wh-font);border-radius:14px;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:20px 22px 18px;animation:.2s cubic-bezier(.22,1,.36,1) both fot-pop;display:flex;box-shadow:0 20px 60px #00000047}@keyframes fot-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fot-confirm-icon{background:#2563eb1a;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:10px;display:inline-flex}.fot-confirm-title{color:var(--wh-text,#111);margin:0 0 6px;font-size:16px;font-weight:700}.fot-confirm-body{color:var(--wh-text-secondary,#4b5563);margin:0 0 16px;font-size:13px;line-height:1.5}.fot-confirm-actions{justify-content:flex-end;gap:8px;width:100%;display:flex}@media (prefers-reduced-motion:reduce){.fot-confirm-backdrop,.fot-confirm-modal{animation:none!important}}