.photo-editor{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:calc(100svh - 24px);min-height:480px;max-height:1100px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-elev)}.photo-editor--full{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);border-right:0;border-left:0;border-radius:0}.photo-editor:fullscreen{height:100vh;border-radius:0}.photo-editor__frame{position:absolute;inset:0;width:100%;height:100%;border:0}.photo-editor__status{margin:0;padding:16px;text-align:center;color:var(--text-dim)}.photo-editor.is-drag{outline:2px dashed var(--accent);outline-offset:-6px}.pe-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.pe-dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;background:var(--bg);color:var(--text)}.pe-dialog[open]{display:flex;flex-direction:column}.pe-dialog::backdrop{background:#0009}.pe-dialog__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid var(--border)}.pe-dialog__title{font-weight:600}.pe-dialog__host{flex:1;height:auto;min-height:0;border:0;border-radius:0}
