.todo-fmodal{--o:#fe5000;--ink:#101820;--mid:#8b949c;--line:#e5e8eb;align-items:center;display:flex;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;inset:0;justify-content:center;padding:clamp(16px,4vw,48px);position:fixed;z-index:99999}.todo-fmodal[hidden]{display:none}.todo-fmodal__backdrop{animation:todo-fmodal-fade .2s ease;background:rgba(16,24,32,.85);cursor:pointer;inset:0;position:absolute}.todo-fmodal__dialog{animation:todo-fmodal-pop .25s ease;background:#fff;border-radius:20px;max-height:min(720px,92vh);overflow-y:auto;padding:clamp(24px,5vw,40px);position:relative;width:min(560px,100%)}.todo-fmodal__close{align-items:center;background:#f2f4f6;border:none;border-radius:50%;color:var(--ink);cursor:pointer;display:flex;height:34px;justify-content:center;padding:0;position:absolute;right:14px;top:14px;transition:background .15s,color .15s;width:34px}.todo-fmodal__close:hover{background:rgba(254,80,0,.1);color:var(--o)}.todo-fmodal__title{color:var(--ink);font-size:1.375rem;font-weight:800;letter-spacing:-.02em;margin:0 32px 18px 0}.todo-fmodal__body .wpcf7 label,.todo-fmodal__body .wpcf7 p{color:var(--ink);font-size:.875rem;font-weight:600;margin:0 0 14px}.todo-fmodal__body .wpcf7-form-control-wrap{display:block;margin-top:6px}.todo-fmodal__body input[type=email],.todo-fmodal__body input[type=tel],.todo-fmodal__body input[type=text],.todo-fmodal__body input[type=url],.todo-fmodal__body select,.todo-fmodal__body textarea{background:#fff;border:1.5px solid var(--line);border-radius:10px;color:var(--ink);font-family:inherit;font-size:.9375rem;padding:12px 14px;transition:border-color .15s;width:100%}.todo-fmodal__body input[type=email]:focus,.todo-fmodal__body input[type=tel]:focus,.todo-fmodal__body input[type=text]:focus,.todo-fmodal__body input[type=url]:focus,.todo-fmodal__body select:focus,.todo-fmodal__body textarea:focus{border-color:var(--o);outline:none}.todo-fmodal__body input[type=email]::placeholder,.todo-fmodal__body input[type=tel]::placeholder,.todo-fmodal__body input[type=text]::placeholder,.todo-fmodal__body input[type=url]::placeholder,.todo-fmodal__body select::placeholder,.todo-fmodal__body textarea::placeholder{color:var(--mid)}.todo-fmodal__body textarea{min-height:110px;resize:vertical}.todo-fmodal__body input[type=file]{color:var(--mid);font-size:.8125rem}.todo-fmodal__body .wpcf7-submit,.todo-fmodal__body input[type=submit]{align-items:center;background:var(--o);border:none;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.95rem;font-weight:700;justify-content:center;margin-top:4px;padding:14px 28px;transition:opacity .2s;width:100%}.todo-fmodal__body .wpcf7-submit:hover,.todo-fmodal__body input[type=submit]:hover{opacity:.88}.todo-fmodal__body .wpcf7-spinner{display:block;margin:8px auto 0}.todo-fmodal__body .wpcf7-not-valid-tip{color:#d63638;font-size:.75rem;font-weight:500;margin-top:4px}.todo-fmodal__body .wpcf7 form .wpcf7-response-output{border-radius:10px;border-width:1.5px;font-size:.8125rem;margin:14px 0 0;padding:10px 14px}.todo-fmodal__body .wpcf7 form.sent .wpcf7-response-output{background:rgba(47,172,102,.08);border-color:#2fac66;color:#217a49}.todo-fmodal__body .wpcf7 form.failed .wpcf7-response-output,.todo-fmodal__body .wpcf7 form.invalid .wpcf7-response-output{background:rgba(214,54,56,.06);border-color:#d63638;color:#b32d2e}@keyframes todo-fmodal-fade{0%{opacity:0}}@keyframes todo-fmodal-pop{0%{opacity:0;transform:scale(.96)}}@media(prefers-reduced-motion:reduce){.todo-fmodal__backdrop,.todo-fmodal__dialog{animation:none}}.todo-fmodal-editor{align-items:center;background:#f7f9fa;border:2px dashed #cfd5da;border-radius:12px;display:flex;font-family:Gilroy,-apple-system,sans-serif;gap:14px;padding:18px 22px}.todo-fmodal-editor__ico{align-items:center;background:rgba(254,80,0,.1);border-radius:10px;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.todo-fmodal-editor__ico svg{height:20px;stroke:#fe5000;width:20px}.todo-fmodal-editor__title{color:#101820;font-size:14px;font-weight:700;margin:0 0 2px}.todo-fmodal-editor__hint{color:#8b949c;font-size:12px;margin:0;word-break:break-all}
