{"version":3,"file":"admin/css/bundle.css","mappings":"AAEA,sCACE,+EACA,0BAMF,kBACE,eACA,QACA,aACA,yBACA,aACA,mBACA,uBACA,UACA,oBACA,wDAEA,4BACE,aACA,UACA,oBAQJ,6BACE,kBACA,QACA,8BACA,UACA,wDAGF,yDACE,UACA,qBAGF,+DACE,yDAGF,0BACE,kBACA,gBACA,cACA,kBACA,kBACA,UACA,gBACA,wCAEA,UACA,sBACA,sCACA,qKACE,CAKJ,sDACE,UACA,mBACA,wCAGF,4DACE,0IACE,CAKJ,yBACE,aACA,yBACA,gBACA,iBACA,6BACA,SAGF,6BACE,kBACA,SACA,WACA,yBACA,YACA,eACA,eAGF,uBACE,gBAGF,qCACE,aACA,QACA,mBAGF,uCACE,cACA,kBACA,yBACA,WACA,WACA,kBAGF,uCACE,kBACE,gCAGF,6BACE,2CAGF,0BACE,0BACA,oEAKJ,wCACE,OAGF,yCACE,gBACA,iBACA,cACA,yBACA,kBAGF,wCACE,WACA,gBACA,kBACA,gBACA,SACA,6BACA,eAEA,8CACE,mBAIJ,6CACE,qBACA,kBAGF,4CACE,WACA,eAGF,uCACE,gBAGF,yCACE,aACA,QACA,mBAGF,yCACE,YAGF,yCACE,OAGF,0CACE,aACA,SACA,mBACA,cAIF,sCACE,mBAGF,4CACE,aACA,mBACA,SACA,kBAGF,2CACE,oBACA,mBACA,uBACA,WACA,YACA,oBACA,mBACA,WACA,eACA,cAGF,2CACE,SACA,eAGF,yCACE,eACA,yBACA,kBACA,YACA,gBACA,iBACA,cAGF,wCACE,WACA,aACA,8BACA,SACA,iBACA,+BACA,kBACA,mBACA,eACA,kBACA,gBAEA,mDACE,gBAGF,8CACE,gBACA,qBAGF,oDACE,mBACA,qBAIJ,6CACE,oBACA,mBACA,QACA,cAGF,4CACE,YAGF,wCACE,eACA,gBACA,oBACA,mBACA,yBAGF,4CACE,aACA,mBACA,QAGF,8CACE,OACA,uI;AC1RA,yEAEE,aAEA,sBACA,QAIA,kBACA,kBACA,eAGA,iGACE,aAIF,iFACE,WACA,kBACA,OACA,QACA,QACA,SACA,mBACA,2BACA,oEACA,2BACA,WAKJ,8HACE,yCAGF,+EACE,cAGF,uEACE,cACA,YACA,eACA,cAGF,+EAEE,aACA,mBACA,SACA,gBACA,yBAEF,4HACE,oBAGF,wEACE,WACA,YACA,qBACA,sBAEA,8BACA,YACA,eAEA,kBAGA,8EACE,UAGF,oKAEE,+BACA,mBACA,UAGF,+EACE,4BAzBJ,wEA6BE,8BACA,6BACA,4BAEA,sBACA,qBACA,oBAIF,oFAKE,2DACA,mDAGF,0FAEE,cAIF,+EAME,2DACA,mDCrIJ,sCACI,gBACA,2BACA,oBACA,+iI","sources":["webpack://smart-content-sync/./resources/admin/styles/editors/classicEditor/_classicEditor.scss","webpack://smart-content-sync/./resources/admin/styles/editors/gutenberg/_metabox.scss","webpack://smart-content-sync/./resources/admin/styles/settings/index.scss"],"sourcesContent":["// #region button icons\n\n.mce-i-smartcontentsync-smart-content {\n  background: url(\"~@adminAssets/icons/smart-content-sync-editor-icon-24x24.svg\") no-repeat center!important;\n  background-size: 18px 18px;\n}\n\n// #endregion button icons\n\n// #region Andale Vue Modal Styles\n.andale-vue-modal {\n  position: fixed;\n  inset: 0;\n  display: none;\n  background: transparent;\n  z-index: 9999;\n  align-items: center;\n  justify-content: center;\n  opacity: 0;\n  pointer-events: none;\n  transition: opacity 200ms cubic-bezier(0.2, 0.8, 0.2, 1);\n\n  &.is-active {\n    display: flex;\n    opacity: 1;\n    pointer-events: auto;\n  }\n}\n\n// .smartcontentsync-classic-modal {\n//   max-width: 400px;\n// }\n\n.andale-vue-modal-background {\n  position: absolute;\n  inset: 0;\n  background: rgba(15, 23, 42, 0.45);\n  opacity: 0;\n  transition: opacity 200ms cubic-bezier(0.2, 0.8, 0.2, 1);\n}\n\n.andale-vue-modal.is-active .andale-vue-modal-background {\n  opacity: 1;\n  transition-delay: 0ms;\n}\n\n.andale-vue-modal:not(.is-active) .andale-vue-modal-background {\n  transition: opacity 140ms cubic-bezier(0.4, 0, 1, 1) 40ms;\n}\n\n.andale-vue-modal-content {\n  position: relative;\n  background: #fff;\n  color: #0f172a;\n  padding: 1rem 2rem;\n  border-radius: 8px;\n  width: 90%;\n  max-width: 720px;\n  box-shadow: 0 10px 40px rgba(2, 6, 23, 0.35);\n\n  opacity: 0;\n  transform: scale(0.98);\n  box-shadow: 0 2px 12px rgba(2, 6, 23, 0.2);\n  transition:\n    opacity 200ms cubic-bezier(0.2, 0.8, 0.2, 1) 40ms,\n    transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1) 40ms,\n    box-shadow 200ms cubic-bezier(0.2, 0.8, 0.2, 1) 40ms;\n}\n\n.andale-vue-modal.is-active .andale-vue-modal-content {\n  opacity: 1;\n  transform: scale(1);\n  box-shadow: 0 10px 40px rgba(2, 6, 23, 0.35);\n}\n\n.andale-vue-modal:not(.is-active) .andale-vue-modal-content {\n  transition:\n    opacity 140ms cubic-bezier(0.4, 0, 1, 1),\n    transform 140ms cubic-bezier(0.4, 0, 1, 1),\n    box-shadow 140ms cubic-bezier(0.4, 0, 1, 1);\n}\n\n.andale-vue-modal-footer {\n  display: flex;\n  justify-content: flex-end;\n  margin-top: 1rem;\n  padding-top: 1rem;\n  border-top: 1px solid #eaeaea;\n  gap: 10px;\n}\n\n.andale-vue-modal-close-icon {\n  position: absolute;\n  top: 1rem;\n  right: 1rem;\n  background: transparent;\n  border: none;\n  font-size: 2rem;\n  cursor: pointer;\n}\n\nbody.andale-modal-open {\n  overflow: hidden;\n}\n\n.smartcontentsync-classic-modal__row {\n  display: flex;\n  gap: 8px;\n  align-items: center;\n}\n\n.smartcontentsync-classic-editor__step {\n  display: block;\n  border-radius: 50%;\n  background-color: #383434;\n  width: 19px;\n  color: white;\n  text-align: center;\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .andale-vue-modal {\n    transition: opacity 120ms linear;\n  }\n\n  .andale-vue-modal-background {\n    transition: opacity 120ms linear !important;\n  }\n\n  .andale-vue-modal-content {\n    transform: none !important;\n    transition: opacity 120ms linear, box-shadow 120ms linear !important;\n  }\n}\n\n\n.smartcontentsync-classic-modal__search {\n  flex: 1;\n}\n\n.smartcontentsync-classic-modal__results {\n  margin-top: 12px;\n  max-height: 280px;\n  overflow: auto;\n  border: 1px solid #e5e5e5;\n  border-radius: 6px;\n}\n\n.smartcontentsync-classic-modal__result {\n  width: 100%;\n  text-align: left;\n  padding: 10px 12px;\n  background: #fff;\n  border: 0;\n  border-bottom: 1px solid #eee;\n  cursor: pointer;\n\n  &:hover {\n    background: #f7f7f7;\n  }\n}\n\n.smartcontentsync-classic-modal__resultTitle {\n  display: inline-block;\n  margin-right: 10px;\n}\n\n.smartcontentsync-classic-modal__resultMeta {\n  opacity: 0.7;\n  font-size: 12px;\n}\n\n.smartcontentsync-classic-modal__attrs {\n  margin-top: 16px;\n}\n\n.smartcontentsync-classic-modal__attrRow {\n  display: flex;\n  gap: 8px;\n  align-items: center;\n}\n\n.smartcontentsync-classic-modal__attrKey {\n  width: 220px;\n}\n\n.smartcontentsync-classic-modal__attrVal {\n  flex: 1;\n}\n\n.smartcontentsync-classic-modal__attrItem {\n  display: flex;\n  gap: 10px;\n  align-items: center;\n  padding: 6px 0;\n}\n\n\n.smartcontentsync-classic-modal__step {\n  margin-bottom: 16px;\n}\n\n.smartcontentsync-classic-modal__stepHeader {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 8px;\n}\n\n.smartcontentsync-classic-modal__stepBadge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 999px;\n  background: #1d2327;\n  color: #fff;\n  font-size: 12px;\n  line-height: 1;\n}\n\n.smartcontentsync-classic-modal__stepTitle {\n  margin: 0;\n  font-size: 14px;\n}\n\n.smartcontentsync-classic-modal__results {\n  margin-top: 8px;\n  border: 1px solid #dcdcde;\n  border-radius: 8px;\n  padding: 8px;\n  background: #fff;\n  max-height: 180px;\n  overflow: auto;\n}\n\n.smartcontentsync-classic-modal__result {\n  width: 100%;\n  display: flex;\n  justify-content: space-between;\n  gap: 10px;\n  padding: 8px 10px;\n  border: 1px solid transparent;\n  border-radius: 6px;\n  background: #f6f7f7;\n  cursor: pointer;\n  margin-bottom: 6px;\n  text-align: left;\n\n  &:last-child {\n    margin-bottom: 0;\n  }\n\n  &:hover {\n    background: #fff;\n    border-color: #dcdcde;\n  }\n\n  &.is-selected {\n    background: #e7f5ff;\n    border-color: #2271b1;\n  }\n}\n\n.smartcontentsync-classic-modal__resultRight {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  flex-shrink: 0;\n}\n\n.smartcontentsync-classic-modal__resultMeta {\n  opacity: 0.75;\n}\n\n.smartcontentsync-classic-modal__status {\n  font-size: 11px;\n  padding: 2px 6px;\n  border-radius: 999px;\n  background: #f0f0f1;\n  border: 1px solid #dcdcde;\n}\n\n.smartcontentsync-classic-modal__previewRow {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n\n.smartcontentsync-classic-modal__previewInput {\n  flex: 1;\n  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n// #endregion Andale Vue Modal Styles","// #region Auto Insert\n\n// Auto Insert Meta Box — group action icons (Select all / Clear)\n//\n// Markup assumed:\n// .smart-content-sync-auto-insert__group-actions\n//   .smart-content-sync-auto-insert__action--select-all\n//   .smart-content-sync-auto-insert__action--clear\n\n.smart-content-sync-auto-insert {\n  .smart-content-sync-auto-insert__summary {\n    /* We use flex for layout; that hides the browser's native <details> marker in many UIs */\n    display: flex;\n    // align-items: center;\n    flex-direction: column;\n    gap: 6px;\n    // flex-wrap: wrap;\n\n    /* Space for our custom caret */\n    padding-left: 14px;\n    position: relative;\n    cursor: pointer;\n\n    /* Hide native marker so our caret is the single source of truth */\n    &::-webkit-details-marker {\n      display: none;\n    }\n\n    /* Custom caret (right-pointing triangle) */\n    &::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 17%;\n      width: 0;\n      height: 0;\n      border-style: solid;\n      border-width: 5px 0 5px 6px;\n      border-color: transparent transparent transparent currentColor;\n      transform: translateY(-50%);\n      opacity: 0.8;\n    }\n  }\n\n  /* Rotate caret when group is open */\n  .smart-content-sync-auto-insert__group[open] > .smart-content-sync-auto-insert__summary::before {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .smart-content-sync-auto-insert__summary-title {\n    flex: 0 0 auto;\n  }\n\n  .smart-content-sync-auto-insert__count {\n    flex: 0 0 auto;\n    opacity: 0.75;\n    font-size: 12px;\n    line-height: 1;\n  }\n\n  .smart-content-sync-auto-insert__group-actions {\n    // margin-left: auto;\n    display: none;\n    align-items: center;\n    gap: 16px;\n    flex-basis: 100%;\n    justify-content: flex-end;\n  }\n  .smart-content-sync-auto-insert__group[open] .smart-content-sync-auto-insert__group-actions{\n    display: inline-flex;\n  }\n\n  .smart-content-sync-auto-insert__action {\n    width: 18px;\n    height: 18px;\n    display: inline-block;\n    vertical-align: middle;\n\n    background-color: currentColor; // used by mask\n    opacity: 0.72;\n    cursor: pointer;\n\n    border-radius: 3px;\n\n    // Make it feel clickable but not \"button noisy\"\n    &:hover {\n      opacity: 1;\n    }\n\n    &:focus,\n    &:focus-visible {\n      outline: 2px solid currentColor;\n      outline-offset: 2px;\n      opacity: 1;\n    }\n\n    &:active {\n      transform: translateY(0.5px);\n    }\n\n    // Mask setup (standard + webkit)\n    -webkit-mask-repeat: no-repeat;\n    -webkit-mask-position: center;\n    -webkit-mask-size: 18px 18px;\n\n    mask-repeat: no-repeat;\n    mask-position: center;\n    mask-size: 18px 18px;\n  }\n\n  // Icon: Select all\n  .smart-content-sync-auto-insert__action--select-all {\n    // Font Awesome \"list-check\" style SVG from your snippet (encoded)\n    // $selectAllSvg: \"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M205.3%20120.9C210.2%20113.5%20208.2%20103.6%20200.9%2098.7C193.6%2093.8%20183.6%2095.8%20178.7%20103.1L125.5%20182.9L91.3%20148.7C85.1%20142.5%2074.9%20142.5%2068.7%20148.7C62.5%20154.9%2062.5%20165.1%2068.7%20171.3L116.7%20219.3C120.1%20222.7%20124.8%20224.4%20129.6%20223.9C134.4%20223.4%20138.7%20220.8%20141.3%20216.9L205.3%20120.9zM272%20144C263.2%20144%20256%20151.2%20256%20160C256%20168.8%20263.2%20176%20272%20176L560%20176C568.8%20176%20576%20168.8%20576%20160C576%20151.2%20568.8%20144%20560%20144L272%20144zM272%20304C263.2%20304%20256%20311.2%20256%20320C256%20328.8%20263.2%20336%20272%20336L560%20336C568.8%20336%20576%20328.8%20576%20320C576%20311.2%20568.8%20304%20560%20304L272%20304zM240%20464C231.2%20464%20224%20471.2%20224%20480C224%20488.8%20231.2%20496%20240%20496L560%20496C568.8%20496%20576%20488.8%20576%20480C576%20471.2%20568.8%20464%20560%20464L240%20464zM120%20456C106.7%20456%2096%20466.7%2096%20480C96%20493.3%20106.7%20504%20120%20504C133.3%20504%20144%20493.3%20144%20480C144%20466.7%20133.3%20456%20120%20456zM200.9%20258.7C193.5%20253.8%20183.6%20255.8%20178.7%20263.1L125.5%20342.9L91.3%20308.7C85.1%20302.5%2074.9%20302.5%2068.7%20308.7C62.5%20314.9%2062.5%20325.1%2068.7%20331.3L116.7%20379.3C120.1%20382.7%20124.8%20384.4%20129.6%20383.9C134.4%20383.4%20138.7%20380.8%20141.3%20376.9L205.3%20280.9C210.2%20273.5%20208.2%20263.6%20200.9%20258.7z%22/%3E%3C/svg%3E\";\n    $selectAllSvg: \"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M205.3%20120.9C210.2%20113.5%20208.2%20103.6%20200.9%2098.7C193.6%2093.8%20183.6%2095.8%20178.7%20103.1L125.5%20182.9L91.3%20148.7C85.1%20142.5%2074.9%20142.5%2068.7%20148.7C62.5%20154.9%2062.5%20165.1%2068.7%20171.3L116.7%20219.3C120.1%20222.7%20124.8%20224.4%20129.6%20223.9C134.4%20223.4%20138.7%20220.8%20141.3%20216.9L205.3%20120.9zM272%20144C263.2%20144%20256%20151.2%20256%20160C256%20168.8%20263.2%20176%20272%20176L560%20176C568.8%20176%20576%20168.8%20576%20160C576%20151.2%20568.8%20144%20560%20144L272%20144zM272%20304C263.2%20304%20256%20311.2%20256%20320C256%20328.8%20263.2%20336%20272%20336L560%20336C568.8%20336%20576%20328.8%20576%20320C576%20311.2%20568.8%20304%20560%20304L272%20304zM240%20464C231.2%20464%20224%20471.2%20224%20480C224%20488.8%20231.2%20496%20240%20496L560%20496C568.8%20496%20576%20488.8%20576%20480C576%20471.2%20568.8%20464%20560%20464L240%20464zM120%20456C106.7%20456%2096%20466.7%2096%20480C96%20493.3%20106.7%20504%20120%20504C133.3%20504%20144%20493.3%20144%20480C144%20466.7%20133.3%20456%20120%20456zM200.9%20258.7C193.5%20253.8%20183.6%20255.8%20178.7%20263.1L125.5%20342.9L91.3%20308.7C85.1%20302.5%2074.9%20302.5%2068.7%20308.7C62.5%20314.9%2062.5%20325.1%2068.7%20331.3L116.7%20379.3C120.1%20382.7%20124.8%20384.4%20129.6%20383.9C134.4%20383.4%20138.7%20380.8%20141.3%20376.9L205.3%20280.9C210.2%20273.5%20208.2%20263.6%20200.9%20258.7z%22/%3E%3C/svg%3E\";\n\n    -webkit-mask-image: url(#{$selectAllSvg});\n    mask-image: url(#{$selectAllSvg});\n  }\n\n  .smart-content-sync-auto-insert__action--select-all:hover {\n    // change color on hover\n    color: #2271b1;\n  }\n\n  // Icon: Clear\n  .smart-content-sync-auto-insert__action--clear {\n    // Font Awesome \"square\" style SVG from your snippet (encoded)\n    // $clearSvg: \"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M480%20128C497.7%20128%20512%20142.3%20512%20160L512%20480C512%20497.7%20497.7%20512%20480%20512L160%20512C142.3%20512%20128%20497.7%20128%20480L128%20160C128%20142.3%20142.3%20128%20160%20128L480%20128zM160%2096C124.7%2096%2096%20124.7%2096%20160L96%20480C96%20515.3%20124.7%20544%20160%20544L480%20544C515.3%20544%20544%20515.3%20544%20480L544%20160C544%20124.7%20515.3%2096%20480%2096L160%2096z%22/%3E%3C/svg%3E\";\n    $clearSvg: \"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20128C497.7%20128%20512%20142.3%20512%20160L512%20480C512%20497.7%20497.7%20512%20480%20512L160%20512C142.3%20512%20128%20497.7%20128%20480L128%20160C128%20142.3%20142.3%20128%20160%20128L480%20128zM160%2096C124.7%2096%2096%20124.7%2096%20160L96%20480C96%20515.3%20124.7%20544%20160%20544L480%20544C515.3%20544%20544%20515.3%20544%20480L544%20160C544%20124.7%20515.3%2096%20480%2096L160%2096z%22/%3E%3C/svg%3E\";\n\n\n    -webkit-mask-image: url(#{$clearSvg});\n    mask-image: url(#{$clearSvg});\n  }\n}\n\n// #endregion Auto Insert",".smart-content-sync-uninstall-warning {\n    max-width: 720px;\n    font-size: 0.8rem!important;\n    padding-left: 1.4rem;\n    color: #ff0000!important;\n}"],"names":[],"ignoreList":[],"sourceRoot":""}