.todo-vmodal{align-items:center;display:flex;inset:0;justify-content:center;padding:clamp(16px,4vw,48px);position:fixed;z-index:99999}.todo-vmodal[hidden]{display:none}.todo-vmodal__backdrop{animation:todo-vmodal-fade .2s ease;background:rgba(16,24,32,.85);cursor:pointer;inset:0;position:absolute}.todo-vmodal__dialog{animation:todo-vmodal-pop .25s ease;position:relative;width:min(960px,100%)}.todo-vmodal__close{align-items:center;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:0;top:-44px;transition:background .15s;width:36px}.todo-vmodal__close:hover{background:hsla(0,0%,100%,.25)}.todo-vmodal__body{aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden}.todo-vmodal__body iframe,.todo-vmodal__body video{background:#000;border:none;display:block;height:100%;object-fit:contain;width:100%}@keyframes todo-vmodal-fade{0%{opacity:0}}@keyframes todo-vmodal-pop{0%{opacity:0;transform:scale(.96)}}@media(prefers-reduced-motion:reduce){.todo-vmodal__backdrop,.todo-vmodal__dialog{animation:none}}.todo-vmodal-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-vmodal-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-vmodal-editor__ico svg{height:20px;stroke:#fe5000;width:20px}.todo-vmodal-editor__title{color:#101820;font-size:14px;font-weight:700;margin:0 0 2px}.todo-vmodal-editor__hint{color:#8b949c;font-size:12px;margin:0}
