.wmf-model-search{position:relative;max-width:520px;z-index:10000}
.wmf-model-input{width:100%;padding:16px 64px 16px 18px;border:1px solid #e5e7eb;border-radius:9999px;outline:none;transition:border-color .15s,box-shadow .15s;background:#fff}
.wmf-model-input:focus{border-color:#6d28d9;box-shadow:0 0 0 3px rgba(109,40,217,.15)}
.wmf-model-submit{position:absolute;right:8px;top:8px;height:52px;width:58px;padding:0;border-radius:12px;border:0;background:#0ea5ff;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}
.wmf-model-submit:hover{background:#0284c7}
.wmf-icon{pointer-events:none}

.wmf-suggestions{position:absolute;left:0;right:0;z-index:100000;margin-top:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);max-height:340px;overflow:auto}
.wmf-suggestions-list{list-style:none;margin:0;padding:6px}
.wmf-suggestion{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;cursor:pointer}
.wmf-suggestion:hover,.wmf-suggestion.is-active{background:#f5f3ff}
.wmf-suggestion__img{width:36px;height:36px;border-radius:8px;background:#f3f4f6;object-fit:cover;flex:0 0 auto}
.wmf-suggestion__img--placeholder{display:inline-block}
.wmf-suggestion__label{font-size:14px;color:#111827}
.wmf-suggestion mark{background:transparent;color:#6d28d9;font-weight:600}

.wmf-suggestions-empty{padding:12px 14px;color:#6b7280;font-size:14px}

.wmf-loader{position:absolute;right:64px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#6d28d9;border-radius:50%;animation:wmf-spin .8s linear infinite}
@keyframes wmf-spin{to{transform:translateY(-50%) rotate(360deg)}}

.wmf-help-text{margin:.5rem 0 0}
.wmf-help-text .wmf-help-link{color:#374151;text-decoration:underline;cursor:pointer}
.wmf-help-text .wmf-help-link:hover{color:#111827}

.wmf-help-modal{position:fixed;inset:0;z-index:10000;display:none}
.wmf-help-modal.is-open{display:block}
.wmf-help-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.wmf-help-modal__dialog{position:relative;z-index:1;max-width:640px;margin:8vh auto;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.25);padding:20px 24px}
.wmf-help-close{position:absolute;right:12px;top:10px;background:#ef4444;border:0;color:#fff;border-radius:9999px;width:28px;height:28px;cursor:pointer;line-height:1}
.wmf-help-body h4{margin:14px 0 6px}
.wmf-help-body ol{padding-left:18px;margin:0 0 10px}

.wmf-inline-note{margin:.5rem 0 0;font-size:14px;color:#b91c1c}
input[type=text]{
    border: 1px solid #585858;
    border-radius: 20px;
    padding: 1.3rem 2rem;
    transition: all .3s;
    width: 100%;
}

