.resolve-editor{margin-top:20px}.resolve-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px 0}.resolve-editor-toolbar button,.resolve-editor-toolbar select{padding:9px 14px;border:1px solid var(--theme-elevation-250);border-radius:4px;background:var(--theme-elevation-50);color:var(--theme-text);font:inherit}.resolve-editor-toolbar button[aria-pressed=true]{background:var(--theme-text);color:var(--theme-bg)}.resolve-editor-canvas{height:760px;min-height:500px;border:1px solid var(--theme-elevation-200);color:#111}.resolve-editor-dialog{position:fixed;inset:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;padding:12px;border:0;background:var(--theme-bg);color:var(--theme-text);overflow:auto}.resolve-editor-dialog .resolve-editor-canvas{height:calc(100vh - 130px)}.resolve-editor-toolbar select{max-width:320px}.resolve-editor-help{margin:8px 0 16px;color:var(--theme-elevation-700);font-size:14px}.resolve-media-field{display:grid;gap:8px;font-family:sans-serif;font-size:14px}.resolve-media-field button,.resolve-media-field input{font:inherit;padding:8px;max-width:100%}.resolve-media-field img{max-width:100%;max-height:120px;object-fit:contain}.resolve-media-results{display:grid;gap:6px;max-height:320px;overflow:auto}.resolve-media-results button{display:flex;align-items:center;text-align:left;gap:8px;background:white;color:#111;border:1px solid #ddd}.resolve-media-results img{width:48px;height:40px;object-fit:contain}.resolve-media-error{color:#b42318}