#nrmt-map-editor .nrmt-map-stage{isolation:isolate!important}
#nrmt-map-editor .nrmt-map-stage canvas{z-index:2!important;pointer-events:auto!important;touch-action:none!important;user-select:none!important;-webkit-user-select:none!important}
#nrmt-map-editor .nrmt-map-stage[data-map-active-tool="select"] canvas{cursor:move!important}
#nrmt-map-editor .nrmt-map-stage[data-map-active-tool="erase"] canvas{cursor:not-allowed!important}
#nrmt-map-editor .nrmt-map-stage[data-map-active-tool="player"] canvas{cursor:copy!important}
#nrmt-map-editor .nrmt-map-legend{z-index:4!important;pointer-events:none!important}
.nrmt-map-interaction{position:absolute;z-index:5;pointer-events:none;left:50%;top:14px;transform:translateX(-50%);display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid #d7a638;background:#061012e8;box-shadow:0 6px 24px #000b;color:#dce9e6}
.nrmt-map-interaction b{color:#ffe078;font-size:10px;letter-spacing:.08em}.nrmt-map-interaction span{color:#72e6ef;font-size:8px;letter-spacing:.1em}
.nrmt-map-inspector [data-map-selection]{display:grid!important;gap:5px!important;margin:0 0 4px!important;padding:10px!important;border:1px solid #42616a!important;border-left:3px solid #e0ae42!important;background:#0b181a!important}
.nrmt-map-inspector [data-map-selection] b{color:#ffe082!important;font-size:10px!important}.nrmt-map-inspector [data-map-selection] span{color:#8fc9ce!important;font-size:9px!important}
.nrmt-map-inspector [data-map-delete]:not(:disabled){border-color:#a63d47!important;color:#ff9299!important}.nrmt-map-inspector button:disabled{opacity:.35!important;cursor:not-allowed!important}
#nrmt-map-editor.is-dirty .nrmt-map-stage{box-shadow:inset 0 0 0 2px #e7b33c,0 0 24px #e7b33c22!important}
#nrmt-map-editor.is-dirty [data-map-save]{animation:nrmtMapSavePulse 1.1s ease-in-out infinite alternate;border-color:#ffd95b!important;color:#ffe890!important}
@keyframes nrmtMapSavePulse{to{box-shadow:0 0 18px #efb93266;background:#2b230e}}
