#photo-fs-modal.layout-editor{background:#f6f6f2;color:#253e32;justify-content:flex-start;padding:12px;gap:10px;height:100dvh;}
.layout-editor .layout-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:780px;gap:12px;}
.layout-editor button,.layout-editor select{font:14px system-ui,sans-serif;letter-spacing:0;min-height:44px;border:1px solid #aebcad;background:#fffefa;color:#304f43;border-radius:6px;padding:8px 14px;cursor:pointer;}
.layout-editor button:focus-visible,.layout-editor select:focus-visible,.layout-editor input:focus-visible{outline:3px solid #b45d48;outline-offset:2px;}
.layout-editor .layout-done{background:#304f43;color:#fff;border:0;}
.layout-tabs{display:flex;gap:4px;}
.layout-tabs button[aria-pressed=true]{background:#304f43;color:white;}
.layout-viewport{flex:1;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.layout-editor #fs-bag-stage{position:relative;flex:none;touch-action:none;}
.layout-editor #fs-bag-stage>.k50-bag{max-width:none!important;}
.layout-guide{position:absolute;pointer-events:none;z-index:90;background:rgba(255,255,255,.6);box-shadow:0 0 0 .5px rgba(48,79,67,.35);}
.layout-guide.vertical{left:50%;top:0;bottom:0;width:1px;}
.layout-guide.horizontal{top:50%;left:0;right:0;height:1px;}
.layout-editor [data-edit-text].is-editable{pointer-events:auto!important;cursor:move;touch-action:none;}
.layout-editor [data-edit-text].is-editable>span{pointer-events:auto;cursor:move;touch-action:none;}
.layout-editor [data-edit-text].pro-text{pointer-events:none!important;}
.layout-editor [data-edit-text].is-selected:not(.pro-text),.layout-editor [data-edit-text].is-selected.pro-text>span{outline:1px dashed #304f43;outline-offset:3px;background:rgba(255,255,255,.08);}
.layout-editor .layout-footer{width:100%;max-width:620px;display:flex;flex-direction:column;gap:8px;}
.layout-editor .layout-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.layout-editor .layout-tools select{flex:1;min-width:0;width:100px;}
.layout-editor .layout-size{display:flex;align-items:center;gap:10px;font:13px system-ui,sans-serif;}
.layout-editor .layout-size input{flex:1;min-width:0;accent-color:#304f43;}
.layout-editor .layout-hint{font:12px system-ui,sans-serif;color:#5d695d;text-align:center;min-height:18px;}
.text-layout-entry{display:block;margin:8px 0;background:transparent;border:1px solid #aebcad;border-radius:5px;padding:8px 12px;min-height:44px;color:#304f43;font:13px system-ui,sans-serif;cursor:pointer;}
@media(max-height:500px){#photo-fs-modal.layout-editor{gap:4px;padding:6px;}.layout-editor button,.layout-editor select{min-height:36px;padding:5px 10px;}.layout-editor .layout-hint{display:none;}}
