.editor-input{color:#fff;background:#ffffff0b;border:1px solid #ffffff1f;border-radius:.9rem;outline:none;width:100%;padding:.75rem .9rem;font-weight:400;transition:border-color .16s,box-shadow .16s,background .16s}.editor-input::placeholder{color:#d8e3ec52}.editor-input:focus{background:#fff1;border-color:#ffd44785;box-shadow:0 0 0 4px #ffd44714}.editor-input:disabled{cursor:not-allowed;opacity:.6}.editor-input option{color:#fff;background:#061a2f}.editor-label{color:#fff;gap:.5rem;font-size:.875rem;font-weight:600;display:grid}:is(button,label:has(input[type=file])){transition:transform .14s,opacity .14s,background-color .14s,border-color .14s,box-shadow .14s}button:not(:disabled):active{transform:translateY(1px)scale(.985)}label:has(input[type=file]):active{transform:translateY(1px)scale(.985)}button:disabled{cursor:progress;opacity:.72;pointer-events:none}button:disabled:after{content:"";border:2px solid;border-right-color:#0000;border-radius:999px;width:.875rem;height:.875rem;margin-left:.125rem;animation:.72s linear infinite editor-spin;display:inline-block}body[data-editor-uploading=inline-image] label:has(input[type=file]):after{content:"";border:2px solid;border-right-color:#0000;border-radius:999px;width:.875rem;height:.875rem;margin-left:.125rem;animation:.72s linear infinite editor-spin;display:inline-block}body[data-editor-uploading=inline-image] label:has(input[type=file]){cursor:progress;opacity:.72;pointer-events:none}@keyframes editor-spin{to{transform:rotate(360deg)}}
