.core-editor-popup .dx-popup-content{flex-direction:column;padding:0;display:flex;overflow:hidden}.core-editor-popup .dx-popup-title{border-bottom:1px solid var(--color-divider,#00000014);padding:0}.core-editor-popup__header{justify-content:space-between;align-items:center;padding:5px 0;display:flex}.core-editor-popup__header-left{align-items:center;gap:12px;min-width:0;display:flex}.core-editor-popup__header-icon{color:var(--accent,#1e88e5);flex-shrink:0;font-size:20px}.core-editor-popup__title{color:var(--base-text-color);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;font-size:18px;font-weight:600;display:flex;overflow:hidden}.core-editor-popup__dirty-indicator{color:var(--badge-warning-text,#d97706);font-size:12px}.core-editor-popup__subtitle{color:var(--color-text-secondary,#6b7280);margin-top:2px;font-size:13px}.core-editor-popup__close-btn{cursor:pointer;color:var(--color-text-secondary,#6b7280);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;font-size:16px;transition:background-color .15s,color .15s;display:flex}.core-editor-popup__close-btn:hover{background-color:var(--badge-neutral-bg,#6b72801a);color:var(--base-text-color)}.core-editor-popup__close-btn:focus-visible{outline:2px solid var(--accent,#1e88e5);outline-offset:2px}.core-editor-popup__body{flex:1;min-height:0;padding:5px 0;overflow-y:auto}.core-editor-popup .dx-popup-bottom .dx-toolbar{padding-left:0;padding-right:0}.core-editor-popup__skeleton{flex-direction:column;gap:16px;display:flex}.core-editor-popup__skeleton-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.core-editor-popup__skeleton-field{background:linear-gradient(90deg, var(--badge-neutral-bg,#6b728014) 25%, var(--badge-neutral-bg,#6b728026) 50%, var(--badge-neutral-bg,#6b728014) 75%);background-size:200% 100%;border-radius:4px;height:36px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.core-editor-popup--fullscreen .dx-overlay-content{box-shadow:none!important;border-radius:0!important}.core-editor-popup--fullscreen .dx-popup-content{height:100%!important}.dx-swatch-dark .core-editor-popup .dx-popup-title,.dx-swatch-compact-dark .core-editor-popup .dx-popup-title{border-bottom-color:#ffffff14}
