/* Auto-generated from svg-layout-editor.html — do not edit by hand */
#adminSvgEditorMount.sle-mounted *{ margin: 0; padding: 0; box-sizing: border-box; }#adminSvgEditorMount.sle-mounted{
            --bg-black: #000;
            --bg-white12: rgba(255, 255, 255, 0.12);
            --bg-black32: rgba(38, 38, 38, 0.32);
            --bg-black70: rgba(38, 38, 38, 0.7);
            --stroke-white12: rgba(255, 255, 255, 0.12);
            --accent-white48: rgba(255, 255, 255, 0.48);
            --map-red: #EF3124;
            --accent-white: white;
            --ios-font-display: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            --ios-font-text: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }#adminSvgEditorMount.sle-mounted{
            width: 100%;
            height: 100%;
            overflow: hidden;
        }#adminSvgEditorMount.sle-mounted{
            font-family: var(--ios-font-display);
            background: var(--bg-black);
            color: var(--accent-white);
            height: 100vh;
        }#adminSvgEditorMount.sle-mounted .app{
            display: grid;
            grid-template-columns: 240px 1fr 240px;
            grid-template-rows: 56px 1fr;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }#adminSvgEditorMount.sle-mounted .top-bar{
            grid-column: 1 / -1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 8px 16px;
            background: var(--bg-white12);
            border-bottom: 1px solid var(--stroke-white12);
        }#adminSvgEditorMount.sle-mounted .top-bar button{
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            background: transparent;
            color: var(--sle-text-muted, rgba(255, 255, 255, 0.32));
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color 0.2s, background 0.2s;
        }#adminSvgEditorMount.sle-mounted .top-bar-left, #adminSvgEditorMount.sle-mounted .top-bar-center, #adminSvgEditorMount.sle-mounted .top-bar-right{
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
        }#adminSvgEditorMount.sle-mounted .top-bar-left{ flex: 0 0 auto; }#adminSvgEditorMount.sle-mounted .top-bar-center{
            flex: 1;
            justify-content: center;
        }#adminSvgEditorMount.sle-mounted .top-bar-right{ flex: 0 0 auto; justify-content: flex-end; }#adminSvgEditorMount.sle-mounted .top-bar button:hover{
            color: var(--sle-text-secondary, rgba(255, 255, 255, 0.8));
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.08));
        }#adminSvgEditorMount.sle-mounted .top-bar button:disabled{
            opacity: 0.4;
            cursor: not-allowed;
        }#adminSvgEditorMount.sle-mounted .top-bar button img{
            width: 24px;
            height: 24px;
            display: block;
        }#adminSvgEditorMount.sle-mounted .top-bar-title{
            font-size: 17px;
            font-weight: 600;
            color: var(--sle-text, rgba(255, 255, 255, 0.92));
            letter-spacing: 0.01em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }#adminSvgEditorMount.sle-mounted #sle-exportSvgBtn{
            width: auto;
            min-width: 122px;
            height: 40px;
            border-radius: 20px;
            padding: 0 18px;
            font-size: 17px;
            font-family: var(--ios-font-display);
            font-weight: 510;
            color: var(--sle-text, #fff);
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.16));
            border: none;
            cursor: pointer;
        }#adminSvgEditorMount.sle-mounted #sle-exportSvgBtn:hover{
            background: rgba(255, 255, 255, 0.24);
        }#adminSvgEditorMount.sle-mounted #sle-exportXfBtn{
            width: auto;
            min-width: 122px;
            height: 40px;
            border-radius: 20px;
            padding: 0 18px;
            font-size: 17px;
            font-family: var(--ios-font-display);
            font-weight: 510;
            color: var(--sle-text, #fff);
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.10));
            border: 1px solid rgba(255, 255, 255, 0.16);
            cursor: pointer;
        }#adminSvgEditorMount.sle-mounted #sle-exportXfBtn:hover{
            background: rgba(255, 255, 255, 0.18);
        }#adminSvgEditorMount.sle-mounted #sle-exportLayoutPackageBtn{
            width: auto;
            min-width: 138px;
            height: 40px;
            border-radius: 20px;
            padding: 0 16px;
            font-size: 15px;
            font-family: var(--ios-font-display);
            font-weight: 600;
            color: #dbeafe;
            background: rgba(37, 99, 235, 0.25);
            border: 1px solid rgba(147, 197, 253, 0.45);
            cursor: pointer;
        }#adminSvgEditorMount.sle-mounted #sle-exportLayoutPackageBtn:hover{
            background: rgba(37, 99, 235, 0.4);
        }#adminSvgEditorMount.sle-mounted .xf-export-card-wrap{
            display: flex;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
        }#adminSvgEditorMount.sle-mounted .xf-export-card-label{
            font-size: 12px;
            font-weight: 600;
            color: var(--sle-text-secondary, rgba(255, 255, 255, 0.72));
            white-space: nowrap;
            font-family: var(--ios-font-text);
        }#adminSvgEditorMount.sle-mounted #sle-xfCardTypeSelect{
            min-width: 0;
            max-width: 200px;
            height: 32px;
            padding: 0 10px;
            border-radius: 8px;
            border: 1px solid var(--stroke-white12);
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.1));
            color: var(--sle-text, #fff);
            font-size: 12px;
            font-family: var(--ios-font-text);
            cursor: pointer;
        }#adminSvgEditorMount.sle-mounted #sle-xfCardTypeSelect:focus-visible{
            outline: 2px solid rgba(255, 255, 255, 0.45);
            outline-offset: 2px;
        }#adminSvgEditorMount.sle-mounted .layout-pkg-meta-wrap{
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 4px 8px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.04);
        }#adminSvgEditorMount.sle-mounted .layout-pkg-name-wrap{
            display: flex;
            align-items: center;
            gap: 6px;
            min-width: 0;
        }#adminSvgEditorMount.sle-mounted .layout-pkg-name-wrap label{
            font-size: 11px;
            font-weight: 600;
            color: var(--sle-text-secondary, rgba(255, 255, 255, 0.72));
            white-space: nowrap;
        }#adminSvgEditorMount.sle-mounted #sle-layoutPkgNameInput{
            width: 170px;
            height: 30px;
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.16);
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.08));
            color: var(--sle-text, #fff);
            padding: 0 10px;
            font-size: 12px;
        }#adminSvgEditorMount.sle-mounted #sle-layoutPkgNameInput:focus-visible{
            outline: 2px solid rgba(255, 255, 255, 0.45);
            outline-offset: 1px;
        }#adminSvgEditorMount.sle-mounted .layout-pkg-cards-wrap{
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }#adminSvgEditorMount.sle-mounted .layout-pkg-card-group{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }#adminSvgEditorMount.sle-mounted .layout-pkg-card-group-label{
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: var(--sle-text-muted, rgba(255, 255, 255, 0.5));
            white-space: nowrap;
        }#adminSvgEditorMount.sle-mounted .layout-pkg-cards-wrap .layout-pkg-cards-title{
            font-size: 11px;
            font-weight: 600;
            color: var(--sle-text-secondary, rgba(255, 255, 255, 0.72));
            white-space: nowrap;
        }#adminSvgEditorMount.sle-mounted .layout-pkg-card-item{
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 11px;
            color: var(--sle-text, rgba(255, 255, 255, 0.9));
            white-space: nowrap;
            user-select: none;
        }#adminSvgEditorMount.sle-mounted .layout-pkg-card-item input[type="checkbox"]{
            width: 14px;
            height: 14px;
            accent-color: #93c5fd;
        }#adminSvgEditorMount.sle-mounted .panel-layers{
            background: var(--bg-black70);
            padding: 10px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            overflow-y: auto;
            min-height: 0;
        }#adminSvgEditorMount.sle-mounted .panel-layers .panel-title{
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: var(--accent-white);
            padding: 4px 0;
        }#adminSvgEditorMount.sle-mounted .layers-list{
            flex: 1;
            min-height: 0;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }#adminSvgEditorMount.sle-mounted .layers-toolbar{
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            padding-bottom: 2px;
        }#adminSvgEditorMount.sle-mounted .layers-toolbar button{
            font-size: 12px;
            padding: 6px 12px;
            border-radius: 8px;
            border: 1px solid var(--stroke-white12);
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.1));
            color: var(--sle-text, #fff);
            cursor: pointer;
            font-family: var(--ios-font-text);
        }#adminSvgEditorMount.sle-mounted .layers-toolbar button:disabled{
            opacity: 0.35;
            cursor: not-allowed;
        }#adminSvgEditorMount.sle-mounted .layers-toolbar-hint{
            font-size: 10px;
            font-weight: 500;
            color: var(--accent-white48);
            flex: 1;
            min-width: 0;
            line-height: 1.3;
        }#adminSvgEditorMount.sle-mounted .layer-block{
            display: flex;
            flex-direction: column;
            gap: 2px;
            align-self: stretch;
        }#adminSvgEditorMount.sle-mounted .layer-group-shell{
            background: var(--bg-black32);
            border-radius: 8px;
            outline: 1px solid var(--stroke-white12);
            outline-offset: -1px;
            padding-bottom: 4px;
        }#adminSvgEditorMount.sle-mounted .layer-block.layer-block--active > .layer-group-shell{
            outline: 1.5px solid var(--accent-white);
            outline-offset: -0.75px;
        }#adminSvgEditorMount.sle-mounted .layer-group-header{
            display: flex;
            align-items: center;
            gap: 2px;
            padding: 8px 10px 4px 6px;
        }#adminSvgEditorMount.sle-mounted .layer-group-toggle{
            width: 20px;
            height: 20px;
            border: none;
            background: transparent;
            padding: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border-radius: 4px;
        }#adminSvgEditorMount.sle-mounted .layer-group-toggle img{
            width: 16px;
            height: 16px;
            display: block;
        }#adminSvgEditorMount.sle-mounted .layer-group-title-row{
            flex: 1;
            min-width: 0;
            display: flex;
            align-items: center;
            gap: 4px;
        }#adminSvgEditorMount.sle-mounted .layer-group-children{
            display: flex;
            flex-direction: column;
            gap: 2px;
            padding: 0 4px 0 16px;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item{
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 4px 6px 4px 8px;
            border-radius: 4px;
            cursor: pointer;
            outline: 1px solid transparent;
            outline-offset: -1px;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item:hover{
            background: linear-gradient(0deg, var(--stroke-white12) 0%, var(--stroke-white12) 100%), var(--bg-black32);
        }#adminSvgEditorMount.sle-mounted .layer-inner-item.active{
            background: linear-gradient(0deg, var(--stroke-white12) 0%, var(--stroke-white12) 100%), var(--bg-black32);
            outline: 1.5px solid var(--accent-white);
            outline-offset: -0.75px;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item .layer-icon{
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item .layer-icon img{
            width: 16px;
            height: 16px;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item .layer-name{
            flex: 1;
            font-size: 13px;
            font-weight: 400;
            color: var(--accent-white);
            overflow: hidden;
            text-overflow: ellipsis;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item .layer-delete{
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            border: none;
            background: transparent;
            cursor: pointer;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item .layer-delete img{
            width: 20px;
            height: 20px;
            opacity: 0.2;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item:hover .layer-delete img, #adminSvgEditorMount.sle-mounted .layer-inner-item .layer-delete:hover img{
            opacity: 1;
        }#adminSvgEditorMount.sle-mounted .layer-inner-actions, #adminSvgEditorMount.sle-mounted .layer-group-actions{
            display: flex;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
        }#adminSvgEditorMount.sle-mounted .layer-action-btn{
            width: 20px;
            height: 20px;
            border: none;
            background: transparent;
            padding: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            flex-shrink: 0;
        }#adminSvgEditorMount.sle-mounted .layer-action-btn img{
            width: 20px;
            height: 20px;
            display: block;
            opacity: 0.22;
        }#adminSvgEditorMount.sle-mounted .layer-action-btn.is-on img{
            opacity: 1;
        }#adminSvgEditorMount.sle-mounted .layer-action-btn:hover img{
            opacity: 0.5;
        }#adminSvgEditorMount.sle-mounted .layer-action-btn.is-on:hover img{
            opacity: 1;
        }#adminSvgEditorMount.sle-mounted .layer-inner-item.layer-inner-item--hidden .layer-name, #adminSvgEditorMount.sle-mounted .layer-group-header.layer-row--hidden .layer-name{
            opacity: 0.42;
        }#adminSvgEditorMount.sle-mounted .sticker-on-canvas.is-canvas-hidden{
            visibility: hidden;
            pointer-events: none !important;
        }#adminSvgEditorMount.sle-mounted .sticker-group-part.group-part-hidden{
            visibility: hidden !important;
            pointer-events: none !important;
        }#adminSvgEditorMount.sle-mounted .sticker-group-part.group-part-locked{
            pointer-events: none !important;
            cursor: default !important;
        }#adminSvgEditorMount.sle-mounted .sticker-group-part.group-part-locked svg, #adminSvgEditorMount.sle-mounted .sticker-group-part.group-part-locked svg *{
            pointer-events: none !important;
            cursor: default !important;
        }#adminSvgEditorMount.sle-mounted .sticker-on-canvas.is-leaf-locked{
            pointer-events: none !important;
            cursor: default !important;
        }#adminSvgEditorMount.sle-mounted .sticker-group-parts{
            position: relative;
            width: 100%;
            height: 100%;
            overflow: visible;
        }#adminSvgEditorMount.sle-mounted .sticker-group-part{
            position: absolute;
            overflow: visible;
            /* Прямоугольник слота не ловит клики — только нарисованные элементы SVG (иначе «прозрачный» верхний слой перехватывает нижний). */
            pointer-events: none;
            cursor: pointer;
        }#adminSvgEditorMount.sle-mounted .sticker-group-part svg{
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted .sticker-group-part svg *{
            pointer-events: visiblePainted;
        }#adminSvgEditorMount.sle-mounted /* Рамку рисует только плавающий bbox (updateBbox); outline по слоту дублировал bbox группы при nw≈1, #adminSvgEditorMount.sle-mounted nh≈1. */ .sticker-group-part.group-part-selected{
            outline: none;
        }#adminSvgEditorMount.sle-mounted .sticker-group-part.layer-panel-canvas-hover{
            overflow: visible;
            z-index: 2;
        }#adminSvgEditorMount.sle-mounted .sticker-group-part.layer-panel-canvas-hover svg{
            filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.65)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.95));
        }#adminSvgEditorMount.sle-mounted /** Подсветка с панели слоёв: по альфе отрисованного SVG (не по bbox). */ .sticker-on-canvas.layer-panel-hover-target > svg{
            filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.65)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.95));
        }#adminSvgEditorMount.sle-mounted .sticker-on-canvas.layer-panel-hover-target > .sticker-group-parts{
            filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.55)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
        }#adminSvgEditorMount.sle-mounted .sticker-group-part svg{
            display: block;
        }#adminSvgEditorMount.sle-mounted .layer-item{
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 8px 8px 12px;
            background: var(--bg-black32);
            border-radius: 8px;
            outline: 1px solid var(--stroke-white12);
            outline-offset: -1px;
            cursor: pointer;
            transition: background 0.2s, outline 0.2s;
        }#adminSvgEditorMount.sle-mounted .layer-item:hover{
            background: linear-gradient(0deg, var(--stroke-white12) 0%, var(--stroke-white12) 100%), var(--bg-black32);
        }#adminSvgEditorMount.sle-mounted .layer-item.selected{
            outline: 1.5px solid var(--accent-white);
            outline-offset: -0.75px;
        }#adminSvgEditorMount.sle-mounted .layer-item .layer-icon{
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }#adminSvgEditorMount.sle-mounted .layer-item .layer-icon img{
            width: 16px;
            height: 16px;
        }#adminSvgEditorMount.sle-mounted .layer-item .layer-name{
            flex: 1;
            font-size: 13px;
            font-weight: 400;
            color: var(--accent-white);
            overflow: hidden;
            text-overflow: ellipsis;
        }#adminSvgEditorMount.sle-mounted .layer-item .layer-delete{
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            border: none;
            background: transparent;
            cursor: pointer;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
        }#adminSvgEditorMount.sle-mounted .layer-item .layer-delete img{
            width: 20px;
            height: 20px;
            opacity: 0.2;
        }#adminSvgEditorMount.sle-mounted .layer-item .layer-delete:hover img{
            opacity: 1;
        }#adminSvgEditorMount.sle-mounted .layers-empty{
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
            color: var(--accent-white48);
            text-align: center;
        }#adminSvgEditorMount.sle-mounted .layers-bool-hint{
            margin: 0;
            font-size: 11px;
            line-height: 1.4;
            color: var(--accent-white48);
        }#adminSvgEditorMount.sle-mounted .layers-tools-row{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
        }#adminSvgEditorMount.sle-mounted .layers-tool-btn{
            width: 32px;
            height: 32px;
            padding: 0;
            border: none;
            border-radius: 6px;
            background: transparent;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: var(--accent-white);
        }#adminSvgEditorMount.sle-mounted .layers-tool-btn img{
            display: block;
            width: 20px;
            height: 20px;
            opacity: 0.42;
            pointer-events: none;
            transition: opacity 0.15s ease;
        }#adminSvgEditorMount.sle-mounted .layers-tool-btn:not(:disabled) img{
            opacity: 1;
        }#adminSvgEditorMount.sle-mounted .layers-tool-btn:hover:not(:disabled){
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.08));
        }#adminSvgEditorMount.sle-mounted .layers-tool-btn:focus-visible{
            outline: 2px solid rgba(255, 255, 255, 0.45);
            outline-offset: 2px;
        }#adminSvgEditorMount.sle-mounted .layers-tool-btn:disabled{
            cursor: not-allowed;
        }#adminSvgEditorMount.sle-mounted .layer-drop-gap{
            flex-shrink: 0;
            height: 4px;
            margin: 0 4px;
            border-radius: 2px;
            transition: height 0.12s ease, background 0.12s ease;
            box-sizing: border-box;
        }#adminSvgEditorMount.sle-mounted .layer-drop-gap--into{
            margin-left: 20px;
        }#adminSvgEditorMount.sle-mounted .layer-drop-gap.layer-drop-gap--over{
            height: 10px;
            background: var(--sle-btn-fill-hover, rgba(255, 255, 255, 0.2));
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
        }#adminSvgEditorMount.sle-mounted .layer-row--dragging{
            opacity: 0.45;
        }#adminSvgEditorMount.sle-mounted.layer-panel-pointer-dragging{
            user-select: none;
            -webkit-user-select: none;
            cursor: grabbing !important;
        }#adminSvgEditorMount.sle-mounted #sle-layersList.layer-panel-list--dragging .layer-item, #adminSvgEditorMount.sle-mounted #sle-layersList.layer-panel-list--dragging .layer-block, #adminSvgEditorMount.sle-mounted #sle-layersList.layer-panel-list--dragging .layer-group-header, #adminSvgEditorMount.sle-mounted #sle-layersList.layer-panel-list--dragging .layer-inner-item{
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted #sle-layersList.layer-panel-list--dragging .layer-drop-gap{
            pointer-events: auto;
            position: relative;
            z-index: 10;
        }#adminSvgEditorMount.sle-mounted .layer-ctx-menu{
            position: fixed;
            z-index: 20000;
            min-width: 232px;
            padding: 4px 0;
            background: #2c2c2e;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 10px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
            display: none;
            font-size: 13px;
            font-family: var(--ios-font-text);
            color: var(--sle-text, rgba(255, 255, 255, 0.92));
            user-select: none;
        }#adminSvgEditorMount.sle-mounted .layer-ctx-sep{
            height: 1px;
            margin: 4px 8px;
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.1));
        }#adminSvgEditorMount.sle-mounted .layer-ctx-row{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 7px 12px;
            cursor: pointer;
            white-space: nowrap;
        }#adminSvgEditorMount.sle-mounted .layer-ctx-row:hover:not(.is-disabled){
            background: var(--sle-btn-fill, rgba(255, 255, 255, 0.08));
        }#adminSvgEditorMount.sle-mounted .layer-ctx-row.is-disabled{
            opacity: 0.35;
            cursor: not-allowed;
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted .layer-ctx-label{
            flex: 1;
            min-width: 0;
        }#adminSvgEditorMount.sle-mounted .layer-ctx-shortcut{
            font-size: 12px;
            color: var(--sle-text-muted, rgba(255, 255, 255, 0.38));
            flex-shrink: 0;
        }#adminSvgEditorMount.sle-mounted .canvas-area{
            min-width: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: var(--bg-black);
            min-height: 0;
            width: 100%;
        }#adminSvgEditorMount.sle-mounted /** * Размер = зона клипа (лицо карты + CARD_CLIP_OUTER_SAFE_MM), #adminSvgEditorMount.sle-mounted обрезка по скруглённому контуру. * --du/--dv/--vb-w/--vb-h задаётся из JS (user space как в stickers). */ .canvas-wrapper{
            position: relative;
            align-self: center;
            flex: 0 1 auto;
            min-width: 0;
            max-width: 100%;
            max-height: 100%;
            overflow: hidden;
            contain: layout;
            background: var(--admin-editor-canvas, #000);
            clip-path: url(#sle-editorGravClip);
        }#adminSvgEditorMount.sle-mounted /** Общие defs (clipPath); не занимает место в вёрстке. */ .canvas-defs{
            position: absolute;
            width: 0;
            height: 0;
            overflow: hidden;
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted .canvas-map{
            position: absolute;
            inset: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            overflow: visible;
        }#adminSvgEditorMount.sle-mounted .canvas-map svg{
            width: 100%;
            height: 100%;
            display: block;
            overflow: visible;
        }#adminSvgEditorMount.sle-mounted .canvas-stickers{
            position: absolute;
            inset: 0;
            z-index: 3;
        }#adminSvgEditorMount.sle-mounted .chip-layer{
            position: absolute;
            left: calc((var(--du, 6.185) + 170.52) / var(--vb-w, 346.37) * 100%);
            top: calc((var(--dv, 6.17) + 60.38) / var(--vb-h, 541.8) * 100%);
            width: calc(49.1 / var(--vb-w, 346.37) * 100%);
            height: calc(66.92 / var(--vb-h, 541.8) * 100%);
            z-index: 4;
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted .alpha-layer{
            position: absolute;
            left: calc((var(--du, 6.185) + 130.82) / var(--vb-w, 346.37) * 100%);
            top: calc((var(--dv, 6.17) + 209.57) / var(--vb-h, 541.8) * 100%);
            width: calc(72.37 / var(--vb-w, 346.37) * 100%);
            height: calc(110.3 / var(--vb-h, 541.8) * 100%);
            z-index: 2;
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted .alpha-layer.alpha-layer--only{
            left: calc((var(--du, 6.185) + 0) / var(--vb-w, 346.37) * 100%);
            top: calc((var(--dv, 6.17) + 227.42) / var(--vb-h, 541.8) * 100%);
            width: calc(334 / var(--vb-w, 346.37) * 100%);
            height: calc(79.1 / var(--vb-h, 541.8) * 100%);
        }#adminSvgEditorMount.sle-mounted .chip-layer svg, #adminSvgEditorMount.sle-mounted .alpha-layer svg{
            width: 100%;
            height: 100%;
            display: block;
        }#adminSvgEditorMount.sle-mounted /* block: flex+center давал нулевую высоту вложенному <svg height="100%"> — контент не тянулся на слот слоя. */ .sticker-on-canvas{
            position: absolute;
            cursor: move;
            user-select: none;
            display: block;
            transform-origin: center center;
            color: var(--layout-canvas-ink, #000);
        }#adminSvgEditorMount.sle-mounted .sticker-on-canvas.selected{
            outline: none;
            z-index: 10;
        }#adminSvgEditorMount.sle-mounted .sticker-on-canvas > svg{
            width: 100%;
            height: 100%;
            display: block;
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted .bbox-container{
            position: fixed;
            pointer-events: none;
            z-index: 1000;
        }#adminSvgEditorMount.sle-mounted .bbox-container *{
            pointer-events: auto;
        }#adminSvgEditorMount.sle-mounted /** ОВВ подслоя группы: ручки в локальных осях слоя (как в векторных редакторах). */ .bbox-container--solo-part .bbox-part-obb-shell, #adminSvgEditorMount.sle-mounted .bbox-container--solo-part .bbox-part-obb-inner{
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted .bbox-part-obb-shell{
            position: fixed;
            left: 0;
            top: 0;
            box-sizing: border-box;
        }#adminSvgEditorMount.sle-mounted .bbox-outline{
            position: absolute;
            inset: 0;
            border: 1px solid rgba(255, 255, 255, 0.5);
            box-sizing: border-box;
            pointer-events: none;
        }#adminSvgEditorMount.sle-mounted .bbox-hover-container{
            position: fixed;
            pointer-events: none;
            z-index: 998;
        }#adminSvgEditorMount.sle-mounted .bbox-hover-outline{
            position: absolute;
            inset: 0;
            box-sizing: border-box;
            background: rgba(255, 255, 255, 0.06);
            pointer-events: none;
            border-radius: 12px;
            box-shadow:
                0 0 18px rgba(255, 255, 255, 0.55),
                0 0 6px rgba(255, 255, 255, 0.75);
            filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.35));
        }#adminSvgEditorMount.sle-mounted .bbox-handle{
            position: absolute;
            background: rgba(255, 255, 255, 0.95);
            border: 1px solid rgba(80, 80, 80, 0.9);
            box-sizing: border-box;
            z-index: 101;
        }#adminSvgEditorMount.sle-mounted .bbox-handle:hover{
            background: #fff;
        }#adminSvgEditorMount.sle-mounted .bbox-handle-corner{
            width: 8px;
            height: 8px;
            margin: -4px 0 0 -4px;
        }#adminSvgEditorMount.sle-mounted .bbox-handle-edge{
            width: 8px;
            height: 4px;
            margin: -2px 0 0 -4px;
        }#adminSvgEditorMount.sle-mounted .bbox-handle-edge.n, #adminSvgEditorMount.sle-mounted .bbox-handle-edge.s{
            width: 4px;
            height: 8px;
            margin: -4px 0 0 -2px;
        }#adminSvgEditorMount.sle-mounted .bbox-handle-corner.nw{ cursor: nwse-resize; }#adminSvgEditorMount.sle-mounted .bbox-handle-corner.ne{ cursor: nesw-resize; }#adminSvgEditorMount.sle-mounted .bbox-handle-corner.sw{ cursor: nesw-resize; }#adminSvgEditorMount.sle-mounted .bbox-handle-corner.se{ cursor: nwse-resize; }#adminSvgEditorMount.sle-mounted .bbox-handle-edge.n{ cursor: n-resize; }#adminSvgEditorMount.sle-mounted .bbox-handle-edge.s{ cursor: s-resize; }#adminSvgEditorMount.sle-mounted .bbox-handle-edge.e{ cursor: e-resize; }#adminSvgEditorMount.sle-mounted .bbox-handle-edge.w{ cursor: w-resize; }#adminSvgEditorMount.sle-mounted .bbox-handle-rotate{
            width: 20px;
            height: 20px;
            margin: -10px 0 0 -10px;
            border-radius: 50%;
            cursor: grab;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.95);
            border: 1px solid rgba(80, 80, 80, 0.9);
        }#adminSvgEditorMount.sle-mounted .bbox-handle-rotate:active{
            cursor: grabbing;
        }#adminSvgEditorMount.sle-mounted .bbox-handle-rotate svg{
            width: 12px;
            height: 12px;
            color: rgba(0, 0, 0, 0.6);
        }#adminSvgEditorMount.sle-mounted .snap-guide{
            position: fixed;
            pointer-events: none;
            z-index: 999;
            opacity: 1;
            background: transparent;
            filter:
                drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28))
                drop-shadow(0 2px 5px rgba(0, 0, 0, 0.12));
        }#adminSvgEditorMount.sle-mounted .snap-guide-v{
            width: 1px;
            transform: translateX(-50%);
            background: linear-gradient(
                to bottom,
                rgba(0, 195, 245, 0.62) 0%,
                rgba(0, 212, 255, 0.78) 35%,
                rgba(0, 212, 255, 0.78) 65%,
                rgba(0, 175, 230, 0.58) 100%
            );
        }#adminSvgEditorMount.sle-mounted .snap-guide-h{
            height: 1px;
            transform: translateY(-50%);
            background: linear-gradient(
                to right,
                rgba(0, 195, 245, 0.62) 0%,
                rgba(0, 212, 255, 0.78) 35%,
                rgba(0, 212, 255, 0.78) 65%,
                rgba(0, 175, 230, 0.58) 100%
            );
        }#adminSvgEditorMount.sle-mounted .snap-guide-rotation{
            filter:
                drop-shadow(0 1px 2px rgba(0, 0, 0, 0.34))
                drop-shadow(0 2px 7px rgba(0, 0, 0, 0.15));
        }#adminSvgEditorMount.sle-mounted .panel-stickers{
            background: var(--bg-white12);
            padding: 10px 12px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            overflow-y: auto;
            min-width: 200px;
            min-height: 0;
        }#adminSvgEditorMount.sle-mounted .panel-stickers .panel-title{
            font-size: 34px;
            font-weight: 700;
            text-transform: none;
            color: var(--sle-text, #fff);
        }#adminSvgEditorMount.sle-mounted .drop-zone{
            border: 1px dashed var(--stroke-white12);
            border-radius: 12px;
            padding: 20px 14px;
            text-align: center;
            color: var(--sle-text-secondary, rgba(255, 255, 255, 0.72));
            font-size: 15px;
            line-height: 1.35;
            cursor: pointer;
            background: var(--bg-black32);
            transition: border-color 0.2s, background 0.2s;
        }#adminSvgEditorMount.sle-mounted .hint{
            font-size: 13px;
            color: var(--sle-text-muted, rgba(255, 255, 255, 0.48));
            line-height: 1.45;
        }#adminSvgEditorMount.sle-mounted .field{ margin-top: 12px; }#adminSvgEditorMount.sle-mounted .field label{
            display: block;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.04em;
            color: var(--sle-text-muted, rgba(255, 255, 255, 0.5));
            margin-bottom: 6px;
        }#adminSvgEditorMount.sle-mounted .field input[type="number"]{
            width: 100%;
            padding: 10px 12px;
            border-radius: 10px;
            border: 1px solid var(--stroke-white12);
            background: var(--sle-input-bg, rgba(0, 0, 0, 0.35));
            color: var(--sle-text, #fff);
            font-size: 16px;
            font-family: var(--ios-font-text);
        }#adminSvgEditorMount.sle-mounted #sle-fileInput{ display: none; }#adminSvgEditorMount.sle-mounted /** Полноэкранный приём файлов: блюр фона + подпись (счётчик dragenter/dragleave на document). */ .import-drag-overlay{
            position: fixed;
            inset: 0;
            z-index: 30000;
            display: none;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            padding: 24px;
            pointer-events: none;
            -webkit-backdrop-filter: blur(16px) saturate(1.15);
            backdrop-filter: blur(16px) saturate(1.15);
            background: rgba(0, 0, 0, 0.28);
            outline: 2px dashed rgba(255, 255, 255, 0.42);
            outline-offset: -14px;
            border-radius: 4px;
        }#adminSvgEditorMount.sle-mounted .import-drag-overlay.is-active{
            display: flex;
            pointer-events: auto;
        }#adminSvgEditorMount.sle-mounted .import-drag-overlay__title{
            position: relative;
            z-index: 1;
            margin: 0;
            max-width: 90vw;
            text-align: center;
            font-size: clamp(22px, 4.2vw, 34px);
            font-weight: 600;
            letter-spacing: 0.02em;
            color: var(--sle-text, rgba(255, 255, 255, 0.96));
            font-family: var(--ios-font-display);
            text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
            pointer-events: none;
        }@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){#adminSvgEditorMount.sle-mounted .import-drag-overlay{
                -webkit-backdrop-filter: none;
                backdrop-filter: none;
                background: rgba(0, 0, 0, 0.78);
            }}
#adminSvgEditorMount.sle-mounted {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--admin-editor-canvas, #000);
  color: var(--sle-text, #fff);
  position: relative;
}
#adminSvgEditorMount.sle-mounted .app {
  height: 100%;
  min-height: 0;
  flex: 1;
  grid-template-rows: auto 1fr !important;
}
#adminSvgEditorMount.sle-mounted .top-bar {
  flex-direction: column;
  align-items: stretch;
  height: auto !important;
  min-height: 56px;
  gap: 0;
  padding: 0;
}
#adminSvgEditorMount.sle-mounted .top-bar-row--main {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 6px;
  min-height: 48px;
  min-width: 0;
}
#adminSvgEditorMount.sle-mounted .top-bar-row--main .top-bar-center {
  flex: 1;
  justify-content: flex-start;
  min-width: 0;
}
#adminSvgEditorMount.sle-mounted .top-bar-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}
#adminSvgEditorMount.sle-mounted .top-bar-row--meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 0 16px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
}
#adminSvgEditorMount.sle-mounted .sle-export-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#adminSvgEditorMount.sle-mounted .sle-download-menu {
  position: relative;
}
#adminSvgEditorMount.sle-mounted .sle-download-trigger {
  width: auto !important;
  min-width: 118px;
  height: 40px !important;
  border-radius: 20px !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  font-weight: 600;
  color: var(--sle-text, #fff) !important;
  background: var(--sle-btn-fill, rgba(255, 255, 255, 0.12)) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
#adminSvgEditorMount.sle-mounted .sle-download-trigger:hover {
  background: var(--sle-btn-fill-hover, rgba(255, 255, 255, 0.2)) !important;
  color: var(--sle-text, #fff) !important;
}
#adminSvgEditorMount.sle-mounted .sle-download-dropdown {
  position: absolute;
  top: auto;
  bottom: calc(100% + 6px);
  right: 0;
  min-width: 168px;
  padding: 6px;
  border-radius: 12px;
  background: rgba(24, 24, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#adminSvgEditorMount.sle-mounted .sle-download-dropdown button {
  width: 100% !important;
  height: 36px !important;
  border-radius: 8px !important;
  justify-content: flex-start !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  color: var(--sle-text, rgba(255, 255, 255, 0.92)) !important;
  background: transparent !important;
}
#adminSvgEditorMount.sle-mounted .sle-download-dropdown button:hover {
  background: var(--sle-btn-fill, rgba(255, 255, 255, 0.1)) !important;
  color: var(--sle-text, #fff) !important;
}
#adminSvgEditorMount .sle-overlay-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9000;
}
#adminSvgEditorMount .sle-overlay-layer > * {
  pointer-events: auto;
}
#adminSvgEditorMount.sle-mounted #sle-publishLayoutBtn {
  width: auto;
  min-width: 138px;
  height: 40px;
  border-radius: 20px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  background: #38bdf8;
  border: none;
  cursor: pointer;
}
#adminSvgEditorMount.sle-mounted #sle-publishLayoutBtn:hover {
  background: #7dd3fc;
}
