.local-edit-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:22px;background:rgba(0,0,0,.68);backdrop-filter:blur(5px)}
.local-edit-modal.hidden{display:none}
.local-edit-card{width:min(1180px,96vw);max-height:94vh;overflow:auto;background:#fff;border:1px solid #111;box-shadow:10px 10px 0 #111}
.local-edit-card>header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #111}
.local-edit-card header small{font:800 9px/1 Arial;letter-spacing:2px;color:#8b929b}
.local-edit-card header h2{margin:5px 0 0;font-size:24px}
.local-edit-card header button{width:42px;height:42px;border:1px solid #111;background:#fff;font-size:24px;cursor:pointer}
.local-edit-body{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:0}
.local-edit-stage{position:relative;display:grid;place-items:center;min-height:520px;padding:20px;background:#eceff1;overflow:hidden;touch-action:none}
.local-edit-stage canvas{grid-area:1/1;display:block;max-width:100%;max-height:72vh;width:auto;height:auto}
#localEditOverlay{cursor:crosshair;touch-action:none}
.local-edit-body aside{padding:22px;border-left:1px solid #111}
.local-edit-body aside p{margin:0 0 20px;color:#5e6670;line-height:1.65;font-size:13px}
.local-edit-body label{display:grid;gap:8px;margin:0 0 18px;font-size:13px;font-weight:800}
.local-edit-body textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid #111;font:13px/1.6 "Microsoft YaHei",sans-serif;resize:vertical}
.local-edit-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:20px}
.local-edit-tools button,.local-edit-submit{min-height:42px;border:1px solid #111;background:#fff;font-weight:900;cursor:pointer}
.local-edit-tools button.active{background:#111;color:#b7ff36}
.local-edit-presets{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin:-8px 0 18px}.local-edit-presets button{min-height:36px;border:1px solid #111;background:#f4f5f2;font-size:12px;font-weight:800;cursor:pointer}.local-edit-presets button:hover{background:#b7ff36}
.local-edit-submit{width:100%;background:#111;color:#b7ff36}
.local-edit-submit:disabled{opacity:.5;cursor:wait}
.result-actions button[data-local-edit]{border:1px solid #111;background:#b7ff36;color:#111;padding:9px;font-size:11px;font-weight:900;cursor:pointer}
@media(max-width:820px){.local-edit-body{grid-template-columns:1fr}.local-edit-body aside{border-left:0;border-top:1px solid #111}.local-edit-stage{min-height:340px}}
