.editor-toast-host{position:fixed;right:16px;bottom:calc(var(--editor-bottom-bar-height, 52px) + 16px);z-index:900;display:flex;flex-direction:column-reverse;gap:10px;width:min(360px,calc(100vw - 32px));max-height:min(60vh,420px);overflow-y:auto;pointer-events:none}.editor-toast-host[hidden],.editor-toast[hidden]{display:none}.editor-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:10px;border:1px solid transparent;background:#fff;box-shadow:0 10px 24px #0f172a1f,0 2px 6px #0f172a0f;animation:editor-toast-in .22s ease-out}@keyframes editor-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.editor-toast--warning{background:#fffbeb;border-color:#fcd34d;color:#78350f}.editor-toast--success{background:#ecfdf5;border-color:#6ee7b7;color:#065f46}.editor-toast--error{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.editor-toast--info{background:#eff6ff;border-color:#93c5fd;color:#1e3a8a}.editor-toast--loading{background:#f8fafc;border-color:#cbd5e1;color:#334155}.editor-toast__icon{flex-shrink:0;width:18px;height:18px;margin-top:1px}.editor-toast__icon .editor-svg-icon,.editor-toast__icon svg{width:18px;height:18px;display:block}.editor-toast--loading .editor-toast__icon svg{animation:editor-toast-spin .85s linear infinite}@keyframes editor-toast-spin{to{transform:rotate(360deg)}}.editor-toast__body{flex:1;min-width:0}.editor-toast__message{margin:0;font-size:13px;line-height:1.45}.editor-toast__help{margin:6px 0 0;font-size:12px;line-height:1.4;opacity:.9}.editor-toast__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.editor-toast__action{border:none;background:none;padding:0;font-size:12px;font-weight:600;color:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.editor-toast__action:hover{opacity:.85}.editor-toast__dismiss{flex-shrink:0;border:none;background:none;width:24px;height:24px;padding:0;margin:-2px -4px 0 0;cursor:pointer;color:inherit;opacity:.55;border-radius:6px}.editor-toast__dismiss:hover{opacity:1;background:#0f172a0f}.editor-toast__dismiss svg{width:16px;height:16px;display:block;margin:4px auto}.editor-toast-host--site{top:calc(var(--site-header-height, 60px) + 12px);bottom:auto;right:max(16px,env(safe-area-inset-right));z-index:1200;width:min(380px,calc(100vw - 32px))}.editor-toast-host--site .editor-toast{min-width:min(280px,100%);padding:14px 16px}.editor-toast-host--site .editor-toast__message{font-size:15px;line-height:1.45}@media(max-width:720px){.editor-toast-host{right:8px;bottom:calc(var(--editor-bottom-bar-height, 52px) + 8px);width:calc(100vw - 16px);max-height:45vh}.editor-toast{padding:10px 12px}.editor-toast__message{font-size:12px}.editor-toast-host--site{top:calc(var(--site-header-height, 60px) + 8px);right:8px;left:8px;width:auto}.editor-toast-host--site .editor-toast__message{font-size:14px}}
