body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--sidebar-width:300px;--sidebar-padding:20px;--sidebar-padding-all:calc(var(--sidebar-padding)*2);--view-margin:calc(var(--sidebar-width) + var(var(--sidebar-padding-all)))}.splash-container{align-items:center;animation:gradient-animation 5s ease infinite;background:linear-gradient(45deg,#be9e74,#987979,#d4b6a3);background-size:300% 300%;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.loading-spinner{animation:spin 2s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:20px;width:50px}.loading-text{font-size:24px;font-weight:700;margin:10px 0}.info-text{font-size:16px;font-style:italic;margin-top:10px}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.not-found-container{align-items:center;color:#333;display:flex;flex-direction:column;justify-content:center;padding-bottom:200px;padding-top:200px;text-align:center}.not-found-container h1{font-size:3rem;margin-bottom:10px}.not-found-container p{font-size:1.2rem;margin-bottom:20px}.home-button{background-color:#000;border-radius:5px;color:#fff;font-size:1rem;padding:10px 20px;text-decoration:none}.home-button:hover{background-color:#252525}.settings-page{margin:20px}.settings-page h1{font-size:24px;font-weight:700;margin-bottom:0;text-align:left}.settings-section{margin-top:25px}.settings-page h2{color:#333;font-size:18px;margin-bottom:10px;margin-top:0}.settings-page p{color:#666;font-size:14px;margin-bottom:0;margin-top:0}.card{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 1px 1px #0000001a;margin-top:20px;padding:20px}.card-title{color:#333;font-size:16px;font-weight:700;margin-bottom:5px}.user-profile{align-items:center;display:flex}.user-avatar{border-radius:50%;height:80px;margin-right:20px;object-fit:cover;width:80px}.user-details p{margin:5px 0}.email{align-items:center;display:flex;gap:6px}.checkmark{color:green;font-size:1.2rem;margin-left:10px}.shop-list{display:flex;flex-direction:column}.heading{justify-content:space-between}.controls,.heading{align-items:center;display:flex}.add-shop-btn{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px}.add-shop-btn:hover{background-color:#252525}.shop-table{border-collapse:collapse;margin-top:20px;width:100%}.shop-table-wrap{max-height:500px;overflow:auto}.scopes-wrapper{display:flex;flex-wrap:wrap;min-width:200px;width:100%}.shop-table td,.shop-table th{border-bottom:1px solid #ddd;padding:12px 15px;text-align:left}.shop-table th{background-color:#f4f4f4;font-weight:700}.shop-table tr:last-child td{border-bottom:none}.shop-name{color:#1e90ff}.badge{background-color:#eee;border-radius:4px;margin:2px;padding:5px}.uninstall-btn{padding:8px 15px}.uninstall-btn:hover{background-color:#e60000}.shop-item{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:15px;padding:10px 0}.shop-item:last-child{border-bottom:none}.shop-name{color:#0073e6;font-weight:700;margin-right:20px;text-decoration:none}.shop-name:hover{text-decoration:underline}.shop-scopes{display:flex;flex-wrap:wrap;gap:4px}.shop-scopes span{background-color:#eee;border-radius:4px;flex-shrink:0;font-size:12px;max-width:150px;padding:5px;white-space:nowrap}.badge{background-color:#e0e0e0;border-radius:15px;font-size:12px;padding:5px 10px}.uninstall-btn{background-color:#ff4d4d;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px}.uninstall-btn:hover{background-color:#ff1a1a}.layout{display:flex;height:100dvh}.main-content{flex:1 1;overflow:auto}.sidebar{background-color:#f6f7fb;border-right:1px solid #f2f4f7;padding:20px;padding:var(--sidebar-padding);position:relative;width:300px;width:var(--sidebar-width);z-index:1000}.dashboard-wrapper{padding:25px}.dashboard-header{margin-bottom:30px}.dashboard-wrapper .actions-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:space-between}.dashboard-wrapper .actions-row .actions-group{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.dashboard-wrapper .action-btn{align-items:center;background:#1e1e2c;border:1px solid #1e1e2c;border-radius:8px;cursor:pointer;display:flex;font-size:13px;gap:10px;min-width:200px;padding:7px 15px;text-align:left;text-decoration:none}.dashboard-wrapper .action-btn .icon{display:flex}.dashboard-wrapper .action-btn .icon svg{height:12px;width:12px}.dashboard-wrapper .action-btn .title{color:#fff;font-weight:700;letter-spacing:1px}.dashboard-wrapper .action-btn:disabled,.dashboard-wrapper .action-btn:hover:disabled{background:#d6d6d6;border:1px solid #b3b3b3;cursor:not-allowed}.dashboard-wrapper .action-btn:disabled .title,.dashboard-wrapper .action-btn:hover:disabled .title{color:#acacac}.dashboard-wrapper .action-btn:disabled .icon svg path,.dashboard-wrapper .action-btn:hover:disabled .icon svg path{fill:#acacac}.dashboard-wrapper .action-btn:hover{background:#3a3a4f;border:1px solid #3a3a4f}.dashboard-wrapper .action-btn:hover .title{color:#e0e0e0}.dashboard-wrapper .action-btn:hover .icon svg path{fill:#e0e0e0}.search-input-wrapper{display:inline-block;position:relative}.dashboard-wrapper .search-wrapper #search-input{border:1px solid #1e1e2c;box-sizing:border-box;color:#000;font-size:12px;padding:7px 35px 7px 15px;width:400px}.dashboard-wrapper .search-wrapper #search-input:focus{border-radius:0;outline:1px solid #1e1e2c}.dashboard-wrapper .search-wrapper #search-input::placeholder{color:#909198;font-size:12px}.clear-button{background:#0000;border:none;color:#999;cursor:pointer;font-size:16px;padding:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.clear-button:hover{color:#333}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-wrapper .dashboard-body .dashboard-title{font-size:25px;font-weight:700;letter-spacing:1px;margin:0}.dashboard-wrapper .dashboard-body .dashboard-table{margin-top:20px;max-width:100%;min-height:400px;overflow-x:auto;width:100%}.dashboard-wrapper .dashboard-body .dashboard-table .view-all{display:flex;justify-content:flex-end;margin-top:30px}.dashboard-wrapper .dashboard-body .dashboard-table .view-all .view-link{color:#909198;font-size:10px;font-weight:700}.dashboard-wrapper #recent-products{border-collapse:collapse;margin-bottom:135px;min-width:1000px;width:100%}.dashboard-wrapper #recent-products thead tr th{color:#909198;font-size:11px;font-weight:700;padding-bottom:10px;padding-top:10px;text-align:left}.dashboard-wrapper #recent-products tbody tr td{padding-bottom:20px;padding-top:20px;text-align:left}.dashboard-wrapper #recent-products tbody tr td .actions{position:relative}.dashboard-wrapper #recent-products tr{border-bottom:1px solid #edeff1}.dashboard-wrapper #recent-products tr.product-row .product-details{align-items:center;display:flex;gap:5px}.dashboard-wrapper #recent-products tr.product-row .product-details svg{height:20px;width:20px}.dashboard-wrapper #recent-products tr.product-row .product-details .product-title{color:#1e1e2c;font-size:13px;font-weight:400;text-decoration:none}.dashboard-wrapper #recent-products .store-badges{display:flex;flex-wrap:wrap;gap:10px;max-width:400px}.dashboard-wrapper #recent-products .store-badges .store-badge{border-radius:3px;font-size:10px;font-weight:700;padding:3px 6px;text-transform:uppercase}.dashboard-wrapper #recent-products .normal{color:#909198;font-size:10px;font-weight:600;text-decoration:none}.dashboard-wrapper #recent-products .status{text-transform:uppercase}.dashboard-wrapper #recent-products .bold{color:#1e1e2c;font-size:12px;font-weight:700;text-decoration:none}.dashboard-wrapper #recent-products .more-options{background:#0000;border:none;color:#000;cursor:pointer;font-size:15px;font-weight:800;padding:0}.dashboard-wrapper #recent-products .options-menu{background:#fff;border-radius:6px;box-shadow:0 0 4px 0 #b6b6b6;cursor:pointer;list-style:none;margin:10px 0 0;min-width:250px;padding:5px;position:absolute;z-index:10}.dashboard-wrapper #recent-products .options-menu .option-menu-li:hover{background-color:#f0f0f0;border-radius:6px}.dashboard-wrapper #recent-products .options-menu .option-menu-li:hover a,.dashboard-wrapper #recent-products .options-menu .option-menu-li:hover button{background-color:#f0f0f0}.dashboard-wrapper #recent-products .options-menu a,.dashboard-wrapper #recent-products .options-menu button{background-color:#fff;color:#000;display:block;font-size:12px;padding:5px 10px;text-align:center;text-decoration:none}.dashboard-wrapper #recent-products .options-menu a:disabled,.dashboard-wrapper #recent-products .options-menu button:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.6;pointer-events:none}.dashboard-wrapper .pagination{align-items:center;display:flex;gap:5px;justify-content:center;margin-top:20px}.dashboard-wrapper .pagination button{background:#1e1e2c;border:1px solid #1e1e2c;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;min-width:100px;padding:7px 15px;transition:background .2s,border .2s}.dashboard-wrapper .pagination button:disabled{background:#d6d6d6;border:1px solid #b3b3b3;color:#acacac;cursor:not-allowed}.dashboard-wrapper .pagination button:hover:not(:disabled){background:#3a3a4f;border:1px solid #3a3a4f;color:#e0e0e0}.dashboard-wrapper .pagination span{color:#1e1e2c;font-size:14px;font-weight:600}.dashboard-wrapper .pagination .numbers{background:#1e1e2c;border:1px solid #1e1e2c;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;min-width:40px;padding:7px;transition:background .2s,border .2s,color .2s}.dashboard-wrapper .pagination .numbers.active{background:#416cc3;border:1px solid #416cc3;color:#fff}.dashboard-wrapper .pagination .numbers:not(.active):hover{background:#3a3a4f;border:1px solid #3a3a4f;color:#e0e0e0}.dashboard-wrapper .pagination .numbers:disabled{background:#d6d6d6;border:1px solid #b3b3b3;color:#acacac;cursor:not-allowed}.product-table-skeleton{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#d1d3d6 25%,#a8aaad 50%,#d1d3d6 75%);background-size:200% 100%;border-radius:10px;height:500px}.search-result-item{align-items:center;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:12px}.result-left{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;min-width:250px}.result-title{font-size:16px;font-weight:600}.result-handle{color:#666;font-size:14px;font-weight:400}.result-status{font-size:12px;white-space:nowrap}.result-badges{display:flex;flex-wrap:wrap;gap:6px}.search-wrapper .badge{border-radius:6px;font-size:12px;font-weight:600;padding:3px 8px;white-space:nowrap}.no-results-item{word-wrap:break-word;border:1px solid #eee;border-top:0;box-sizing:border-box;color:#777;font-size:14px;overflow-wrap:break-word;padding:12px;text-align:center;width:100%}.no-results-text{white-space:normal;word-break:break-word}.search-popup{background:#fff;border:1px solid #ccc;left:0;max-height:400px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.load-more-button{background-color:#1e1e2c;border:none;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:700;padding:10px 0;text-align:center;transition:background-color .2s,transform .1s;width:100%}.load-more-button:hover{background-color:#3a3a4f}.load-more-button:active{background-color:#000}.search-result-item-link{color:inherit;display:block;text-decoration:none}.search-result-item-link:hover .search-result-item{background-color:#f9f9f9}:root{--x-pos-toast:40px;--y-pos-toast:40px}.toast-container{bottom:40px;bottom:var( --y-pos-toast );position:fixed;right:40px;right:var( --x-pos-toast );z-index:100000}.toast,.toast-wrap{position:relative}.toast{align-items:center;background-color:#333;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;justify-content:space-between;min-width:250px;padding:10px 15px;transition:opacity .3s,transform .3s,z-index .3s}.toast p{margin:0}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:20px}.toast.error{background-color:#e74c3c!important}.toast.behind{border:1px solid #424242!important;opacity:.9;position:absolute}.toast.behind.error{border:1px solid #933227!important}.primary-content{height:100%;max-height:calc(100% - 300px);overflow:auto;position:relative;width:100%}.store-selector-wrapper{box-shadow:0 0 4px 0 #f9ecea;cursor:pointer;position:relative}.store-selection-menu,.store-selector-wrapper{background-color:#fff;border:1px solid #fdfcff;border-radius:10px;color:#000}.store-selection-menu{box-shadow:0 0 2px 0 #c7c7c7;margin-top:7px;padding:15px;position:absolute}.store-selection-menu hr{margin-bottom:10px;margin-top:10px;opacity:.5;width:50%}.store-selection-menu .store-options{max-height:150px;overflow:auto}.store-selection-menu .store-options .store-option{align-items:center;display:flex;gap:10px;margin-bottom:5px;padding:5px}.store-selection-menu .store-options .store-option.selected:hover,.store-selection-menu .store-options .store-option:hover{background-color:#cfcfcf;border-radius:8px;cursor:pointer}.store-selection-menu .store-options .store-option.selected{background-color:#f5f4f4;border-radius:8px}.store-option .logo{display:block;height:auto;max-height:56px;max-width:56px;object-fit:cover;width:100%}.store-option .info{display:flex;flex:1 1;flex-direction:column}.store-selection-menu-actions{margin-top:5px}.store-selection-menu-actions .store-selection-modes h2{font-size:10px;font-weight:700;padding:3px 6px;text-align:center;text-transform:uppercase}.store-selection-misc,.store-selection-modes .column{display:flex;flex-direction:column;gap:10px}.store-selection-misc button,.store-selection-modes button{align-items:center;background:#fff;border:1px solid #1e1e2c;border-radius:8px;color:#1e1e2c;cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:10px;letter-spacing:1px;min-width:200px;padding:7px 15px;text-align:left;text-decoration:none}.store-selection-modes button svg{display:none}.store-selection-modes button.selected{background:#1e1e2c;color:#fff}.store-selection-modes button.selected svg{display:block}.store-selection-modes button:hover,.store-selection-modes button:hover.selected{background:#35354e;color:#e1e1e1}.store-selection-modes button:hover svg,.store-selection-modes button:hover.selected svg{display:block}.store-selection-misc button{background:#1e1e2c;color:#fff;justify-content:center;text-align:center}.store-selection-misc button:hover{background:#35354e;color:#e1e1e1}.store-selection-misc button.logout{background:#b01111;border:1px solid #b01111;color:#fff}.store-selection-misc button.logout:hover{background:#8b0d0d;border:1px solid #8b0d0d;color:#e7e7e7}.store-selector-wrapper .store-selector-content{align-items:center;display:flex;gap:10px;padding:15px 25px 15px 15px}.store-selector-wrapper .store-selector-content .selected-store{flex:1 1;padding-right:10px}.store-selector-wrapper .store-selector-content .logo-wrapper .logo{display:block;height:auto;max-height:56px;max-width:56px;object-fit:cover;width:100%}.store-selection-menu .store-options .store-option .store-nickname,.store-selector-wrapper .store-selector-content .selected-store .store-nickname{color:#000;font-size:13px;font-weight:700}.store-selection-menu .store-options .store-option .store-shop-url,.store-selector-wrapper .store-selector-content .selected-store .store-shop-url span{color:#000;font-size:12px;font-weight:400;text-decoration:none}.store-selector-wrapper .actions{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.store-selector-wrapper .actions .expand-opitons,.store-selector-wrapper .actions .more-options{background:#0000;border:none;color:#000;font-size:16px;margin-bottom:5px;padding:0 10px 0 0}.options-menu{background:#fff;border-radius:6px;box-shadow:0 0 4px 0 #b6b6b6;list-style:none;min-width:150px;padding:5px;position:absolute;right:10px}.option-action{border:none!important;color:#333;cursor:pointer;display:block;overflow-wrap:break-word;padding:8px 10px;text-decoration:none;white-space:normal;width:100%;word-break:break-word}.option-action:hover{background:#f0f0f0}.modal-overlay{background:#00000080;height:100%;overflow:hidden;width:100%}.modal-content{background:#fff;padding:20px;width:420px}.modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding-bottom:10px}.modal-title{color:#000;font-size:18px;font-weight:700;margin:0}.close-button{background:none;border:none;color:#999;cursor:pointer;font-size:20px}.close-button:hover{color:#333}.modal-body{color:#666;font-size:14px;padding-top:10px}.store-list{list-style:none;margin:0;padding:20px}.store-item{background-color:#f9f9f9;border:1px solid #000;border-radius:4px;color:#000;cursor:pointer;font-weight:700;margin-bottom:10px;transition:background-color .3s ease}.store-item:last-of-type{margin-bottom:0}.store-item.selected{background-color:#e0e0e0;border:2px solid #000}.store-item:hover{background-color:#d1d1d1}.store-label{align-items:center;cursor:pointer;display:flex;padding:10px}.store-radio{display:none}.store-item.selected:hover{background-color:#c2c2c2}.modal-footer{border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;margin-top:15px;padding-top:15px}.cancel-button{background:none;border:none;color:#666;cursor:pointer;font-size:14px;padding:8px 12px}.cancel-button:hover{color:#333}.save-button{background:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-left:10px;padding:8px 12px}.save-button:disabled{background:#d6d6d6;cursor:not-allowed}.menu-section{list-style:none;margin-bottom:50px;margin-top:35px;padding:0}.menu-group-title{color:#909198;font-size:10px;font-weight:500}.menu-group-link-items{list-style:none;margin:0;padding:0}.menu-group-link-items .link a{align-items:center;color:#414248;display:flex;font-size:13px;font-weight:400;gap:10px;margin-bottom:7px;margin-top:7px;text-decoration:none}.menu-group-link-items .link a:hover{color:#101011}.menu-group-link-items .link a:hover svg path{fill:#101011}.troubleshooting-notice-wrapper{bottom:0;left:0;position:absolute;width:100%;z-index:10}.ts-notice-container{background-color:#fff;border:1px solid #fdfcff;border-radius:10px;margin:var(--sidebar-padding);padding:20px;position:relative}.ts-notice-container .refresh-button{background:#0000;border:none;cursor:pointer;position:absolute;right:10px;top:10px}.ts-notice-container .ts-notice-header h2{color:#2b283b;font-size:20px;font-weight:700;letter-spacing:1px}.ts-notice-container .ts-notice-body p{color:#2b283b;font-size:14px;font-weight:400;letter-spacing:1px;margin-bottom:30px}.ts-notice-container .ts-notice-body a,.ts-notice-container .ts-notice-body button{background:#1e1e2c;border:1px solid #1e1e2c;border-radius:8px;color:#fff;display:block;font-size:14px;font-weight:700;padding:9px 15px;text-align:center;text-decoration:none}.store-selector-skeleton{height:80px}.menu-section-skeleton,.store-selector-skeleton{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#d1d3d6 25%,#a8aaad 50%,#d1d3d6 75%);background-size:200% 100%;border-radius:10px;width:100%}.menu-section-skeleton{height:60px;margin-bottom:50px;margin-top:35px}.troubleshooting-notice-skeleton{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#d1d3d6 25%,#a8aaad 50%,#d1d3d6 75%);background-size:200% 100%;border-radius:10px;height:270px;margin:var(--sidebar-padding)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.modal-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 8px 20px #1e1e2c4d;color:#1e1e2c;font-size:13px;max-width:500px;padding:30px 25px 25px;position:relative;width:100%}.modal-content.wide{max-width:720px}.modal-content.extra-wide{max-width:980px}.modal-close{background:none;border:none;border-radius:8px;color:#1e1e2c;cursor:pointer;font-size:28px;font-weight:400;line-height:1;padding:0;position:absolute;right:12px;top:12px;transition:none}.modal-close:focus,.modal-close:hover{background-color:initial;color:#1e1e2c;outline:none}.modal-content h1{color:#1e1e2c;font-size:25px;font-weight:700;letter-spacing:1px;margin:0 0 20px}.form-group{margin-bottom:18px}.form-group label{color:#1e1e2c;display:block;font-weight:600;margin-bottom:6px}.required-asterisk{color:red;margin-left:4px}.form-group input[type=file],.form-group input[type=number],.form-group input[type=text],.form-group select{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;color:#1e1e2c;font-size:13px;padding:7px 10px;width:100%}.form-group input[type=file]:focus,.form-group input[type=text]:focus,.form-group select:focus{border-color:#1e1e2c;outline:none}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:30px}.modal-actions button{background-color:#1e1e2c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 20px;transition:background-color .2s ease}.modal-actions button:hover:not(:disabled){background-color:#33334d}.modal-actions button:disabled{background-color:#ccc;box-shadow:none;color:#777;cursor:not-allowed;opacity:.6}.modal-actions button:first-child{background-color:#fff;border:1px solid #1e1e2c;color:#1e1e2c}.modal-actions button:first-child:focus,.modal-actions button:first-child:hover{background-color:#f0f0f0}.modal-actions button:last-child{background-color:#1e1e2c;color:#fff}.modal-actions button:last-child:focus,.modal-actions button:last-child:hover{background-color:#12121b}.modal-overlay input[type=file]{display:none}.form-group .custom-file-upload{background-color:#1e1e2c;border:1px solid #444;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;padding:8px 16px;text-align:center;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.form-group .custom-file-upload:hover{background-color:#2a2a3a}.uploaded-files-list{color:#1e1e2c;font-size:13px;list-style:none;margin:8px 0 0;padding:0}.uploaded-file-item{align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:6px;padding:6px 12px}.form-group button.remove-file-btn{background:#0000;border:none;color:#1e1e2c;cursor:pointer;font-size:18px;font-weight:700;line-height:1;padding:0 6px;-webkit-user-select:none;user-select:none;width:auto}.form-group button.remove-file-btn:hover{background-color:initial;color:#f33}.add-more{display:inline-block;margin-top:4px}.section-title{color:#1e1e2c;font-size:18px;font-weight:600;margin:24px 0 8px}.section-description{color:#555;font-size:13px;margin-bottom:16px}.existing-gemstone-links{border-collapse:collapse;font-size:13px;margin-bottom:24px;width:100%}.existing-gemstone-links td,.existing-gemstone-links th{border-bottom:1px solid #eee;padding:10px 12px;text-align:left}.existing-gemstone-links th{background-color:#f8f8f8;color:#1e1e2c;font-weight:600}.existing-gemstone-links button{background-color:#ff4d4f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;padding:6px 10px;transition:background-color .2s ease}.existing-gemstone-links button:hover{background-color:#d9363e}.existing-gemstone-links button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.7}.all-linked,.no-linked{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;color:#777;font-size:13px;margin-bottom:24px;padding:12px 16px;text-align:center}.new-gemstone-links{display:flex;flex-direction:column;gap:16px}.link-wrapper{align-items:center;background-color:#fdfdfd;border:1px solid #eee;border-radius:8px;display:flex;gap:16px;padding:12px 16px}.link-wrapper .logo img{border-radius:8px;object-fit:cover}.link-wrapper .info{display:flex;flex-direction:column;flex-grow:1}.link-wrapper .store-nickname{color:#1e1e2c;font-size:14px;font-weight:600}.link-wrapper .description{color:#666;font-size:12px;margin-top:2px}.link-wrapper .actions .connect{background-color:#1e1e2c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:background-color .2s ease}.link-wrapper .actions .connect:hover{background-color:#12121b}.view-header{align-items:center;display:flex;gap:10px}.view-header h1{margin:0}.inline-radio{align-items:center;display:flex;gap:5px;margin-bottom:30px;margin-top:30px}.inline-radio input,.inline-radio label{margin:0}.form-group button{background-color:#1e1e2c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:background-color .2s ease;width:100%}.form-group button:disabled{background-color:#ccc;box-shadow:none;color:#777;cursor:not-allowed;opacity:.6}.back{background-color:initial;border:none;cursor:pointer}.form-group button:hover{background-color:#12121b}.link-wrapper.skeleton{align-items:center;background-color:#fff;border-radius:8px;display:flex;gap:1rem;padding:1rem}.skeleton-box{animation:pulse 1.5s ease-in-out infinite;background-color:#e2e2e2;border-radius:4px}.skeleton-box.circle{border-radius:50%;height:50px;width:50px}.skeleton-box.text-line{height:14px;margin-bottom:6px}.skeleton-box.text-line.short{width:120px}.skeleton-box.text-line.long{width:180px}.skeleton-box.button{border-radius:6px;height:32px;width:80px}.uploads-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:20px;max-height:50dvh;overflow:auto}.upload-item{align-items:center;background:#fff;border-radius:8px;display:flex;flex-direction:column;font-size:14px;padding:10px;text-align:center}.upload-item img{height:auto;max-height:100px;object-fit:contain}.upload-item img,.upload-placeholder{border-radius:4px;margin-bottom:8px;width:100%}.upload-placeholder{align-items:center;animation:pulse-load 1.2s ease-in-out infinite;background-color:#c9c9c9;color:#666;display:flex;font-size:12px;height:100px;justify-content:center}@keyframes pulse-load{0%,to{opacity:1}50%{opacity:.6}}.upload-info .file-name{font-weight:500;margin-bottom:4px;word-break:break-word}.upload-info .file-type{color:#777;font-size:12px}.upload-empty-message{color:#777;font-size:14px;grid-column:1/-1;padding:40px 0;text-align:center}.upload-item.selectable{border:2px solid #0000;cursor:pointer;transition:border-color .2s ease;-webkit-user-select:none;user-select:none}.upload-item.selectable:hover,.upload-item.selected{border-color:#67a1fb}.modal-controls{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.cancel-btn,.done-btn{border:none;border-radius:4px;cursor:pointer;font-family:inherit;font-weight:600;padding:8px 16px}.cancel-btn{background:#404040;color:#fff}.done-btn{background:#67a1fb;color:#fff}.done-btn:disabled{background:#e0e0e0;color:#a0a0a0;cursor:not-allowed}.upload-item.loading{background-color:#fff;border:1px solid #0000;border-radius:4px;display:flex;flex-direction:column;padding:8px}.upload-item.loading .upload-info{width:100%}.upload-placeholder.pulse{height:100px;margin-bottom:8px;width:100%}.loading-bar,.upload-placeholder.pulse{animation:pulse-grid 1.2s ease-in-out infinite;background-color:#e0e0e0;border-radius:4px}.loading-bar{height:12px;margin-bottom:6px;margin-left:auto;margin-right:auto}.loading-bar.short{width:40%}.loading-bar:not(.short){width:80%}@keyframes pulse-grid{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.shop-checkboxes{background-color:#f8f8f8;border:1px solid #ddd;border-radius:8px;display:flex;flex-direction:column;gap:10px;padding:10px 12px}.checkbox-option{align-items:center;color:#1e1e2c;display:flex;font-size:13px;gap:5px;-webkit-user-select:none;user-select:none}.checkbox-option input[type=checkbox]{cursor:pointer;height:16px;width:16px}.checkbox-option label{cursor:pointer;margin-bottom:0}.tabs{background-color:#f8f8f8;border:1px solid #ddd;border-radius:8px;display:flex;justify-content:flex-start;margin-bottom:20px;overflow:hidden}.tabs input[type=radio]{display:none}.tabs label{background-color:#f8f8f8;border-right:1px solid #ddd;color:#1e1e2c;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:10px 16px;text-align:center;transition:background-color .2s ease,color .2s ease}.tabs label:last-of-type{border-right:none}.tabs input[type=radio]:checked+label{background-color:#1e1e2c;color:#fff}.tab-body{color:#1e1e2c;font-size:14px;margin-top:16px}.info-header{display:flex;font-weight:500;gap:40px;margin-bottom:16px}.tab-section-title{color:#1e1e2c;font-size:15px;font-weight:600;margin-bottom:8px;margin-top:0}.layer-list{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;display:flex;flex-direction:column;gap:6px;padding:12px 16px}.layer-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#333;font-size:13px;padding:8px 12px}.no-layers{color:#777;font-style:italic;padding:8px 0}.stats .tab-container{margin:0 auto;width:100%}.stats .tab-header{display:flex}.stats .tab-button{background:none;border:none;border-bottom:2px solid #ddd;cursor:pointer;flex:1 1;font-size:16px;padding:10px;transition:border-color .2s,color .2s}.stats .tab-button:hover{color:#0070f3}.stats .tab-button.active{border-bottom:2px solid #0070f3;color:#0070f3;font-weight:700}.stats .tab-body{border-top:none;height:100%}.stats{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px}.stats .left{max-width:25%}.stats .right{max-width:75%;width:100%}.stats .status-badge{border-radius:4px;padding:4px;width:fit-content}.stats .code-wrapper{height:100%}.code-block{word-wrap:break-word;background-color:#1e1e1e;border:1px solid #333;border-radius:6px;color:#d4d4d4;font-family:Fira Code,Consolas,Monaco,monospace;font-size:14px;height:450px;line-height:1.5;overflow-x:auto;overflow-y:auto;padding:12px;white-space:pre-wrap}.code-block::-webkit-scrollbar{height:8px;width:8px}.code-block::-webkit-scrollbar-track{background:#252526}.code-block::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.progress{background-color:#eee;border-radius:8px;height:24px;overflow:hidden;position:relative;width:100%}.progress-bar{align-items:center;background:linear-gradient(90deg,#4caf50,#81c784);color:#fff;display:flex;font-size:12px;font-weight:700;height:100%;justify-content:center;padding-right:8px;transition:width .5s ease-in-out,background .5s linear;white-space:nowrap;width:0}.progress-text{position:relative;z-index:1}.migration-modal .product-list{padding:16px}.migration-modal .search-input{border:1px solid #ccc;border-radius:4px;margin-bottom:12px;padding:8px;width:calc(100% - 16px)}.migration-modal .select-all-row{align-items:center;display:flex;gap:8px;margin-bottom:12px}.migration-modal .select-all-label{font-weight:600}.migration-modal .product-scroll{border:1px solid #ddd;border-radius:4px;height:320px;overflow-y:auto}.migration-modal .product-row{align-items:center;border-bottom:1px solid #eee;display:flex;gap:8px;padding:8px}.migration-modal .product-row:hover{background-color:#e1e1e1;cursor:pointer}.migration-modal .product-row:last-child{border-bottom:none}.migration-modal .product-row-header{background-color:#f7f7f7;font-weight:500}.migration-modal .product-title{flex-grow:1}.migration-modal .product-handle{color:#666;font-size:.9em}.migration-modal .empty-message{color:#888;font-size:.9em;padding:12px;text-align:center}.migration-modal p{color:#1e1e2c;font-size:13px}.migration-modal .skeleton{align-items:center;display:flex;padding:8px 0}.skeleton-wrapper{padding:16px}.migration-modal .skeleton-checkbox{animation:shimmer 4s linear infinite;height:16px;margin-right:10px;width:16px}.migration-modal .skeleton-checkbox,.migration-modal .skeleton-text{background:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f5f5f5 40px,#e0e0e0 80px);background-size:200px 100%;border-radius:4px}.migration-modal .skeleton-text{animation:shimmer 20s linear infinite;height:14px;margin-right:8px}.migration-modal .product-row-custom .skeleton-text{flex-grow:1;height:29px}.migration-modal .skeleton-text.short{flex-grow:1}.migration-modal .skeleton-text.long{width:120px}:root{--min-view-width:1034px;--max-width:1440px;--editor-padding:20px;--editor-width:calc(var(--max-width) + var(--editor-padding)*2);--header-border-size:1px;--editor-background-color:#fff;--editor-primary-text-color:#2c2c2c;--editor-divider-color:#2c2c2c;--editor-primary-tab-color:#a4a4a4;--editor-primary-tab-color-selected:#67a1fb;--editor-primary-button-background-color:#67a1fb;--editor-primary-button-text-color:#fff;--editor-secondary-button-background-color:#404040;--editor-secondary-button-text-color:#fff;--button-disabled-bg:#e0e0e0;--button-disabled-text:#a0a0a0;--button-disabled-border:#ccc;--editor-preview-background:#434441;--editor-personalization-button-text-color:#434441;--editor-layer-background-hover:#f3f3f3}[data-theme=dark]{--editor-background-color:#2c2c2c;--editor-primary-text-color:#fff;--editor-divider-color:#434441;--editor-primary-tab-color:#a4a4a4;--editor-primary-tab-color-selected:#67a1fb;--editor-primary-button-background-color:#67a1fb;--editor-primary-button-text-color:#fff;--editor-secondary-button-background-color:#404040;--editor-secondary-button-text-color:#fff;--button-disabled-bg:#333;--button-disabled-text:#777;--button-disabled-border:#444;--editor-preview-background:#434441;--editor-personalization-button-text-color:#a4a4a4;--editor-layer-background-hover:#434441}.product-details-view{background:#fff;background:var( --editor-background-color );height:100%;width:1480px;width:var(--editor-width)}@media screen and (min-width:1500px){.product-details-view{width:100%}}.header-wrap{border-bottom:1px solid #2c2c2c;border-bottom:solid var(--header-border-size) var(--editor-divider-color)}.product-editor-wrapper{background-color:#fff;background-color:var(--editor-background-color);display:flex;flex-direction:column;height:100%}.product-editor-header{display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1440px;max-width:var(--max-width);padding-left:20px;padding-left:var(--editor-padding);padding-right:20px;padding-right:var(--editor-padding);width:100%}.versions-body-section{overflow:auto}.versions-body{margin:0 auto;max-width:1440px;max-width:var(--max-width);padding-left:20px;padding-left:var(--editor-padding);padding-right:20px;padding-right:var(--editor-padding);width:100%}.header-block{align-items:center;display:flex}.go-back-button{background:#0000;border:none;cursor:pointer}.go-back-button .icon path{fill:#2c2c2c;fill:var( --editor-primary-text-color );transition:opacity .1s ease}.go-back-button:hover .icon path{opacity:.75}.page-title{color:#2c2c2c;color:var( --editor-primary-text-color );font-size:17px;font-weight:400;letter-spacing:0;margin:0;max-width:300px}.header-tabs{display:flex;list-style:none;margin:0;padding:0}.header-tab-option-button{background-color:initial;border:none;color:#a4a4a4;color:var(--editor-primary-tab-color);cursor:pointer;font-size:13px;font-weight:700;letter-spacing:8%;padding:34px 15px;text-transform:uppercase;transition:all .1s ease}.header-tab-option-button.selected,.header-tab-option-button:hover{border-bottom:2px solid #67a1fb;border-bottom:2px solid var(--editor-primary-tab-color-selected);color:#67a1fb;color:var(--editor-primary-tab-color-selected)}.header-actions-group{align-items:center;display:flex;gap:10px}.switch-container .switch{align-items:center;border:1px solid #404040;border:1px solid var(--editor-secondary-button-background-color);border-radius:100px;display:flex;justify-content:center;padding:3px}#toggle-ui{height:0;margin:0;opacity:0;width:0}#toggle-ui+.icon-toggles{background-color:#fff;background-color:var( --editor-background-color );border-radius:50%;cursor:pointer;display:flex}#toggle-ui+.icon-toggles .icon{background-color:initial;border-radius:50%;padding:5px}#toggle-ui+.icon-toggles .icon path{fill:#404040;fill:var(--editor-secondary-button-background-color)}#toggle-ui+.icon-toggles .dark{background-color:#404040;background-color:var(--editor-secondary-button-background-color)}#toggle-ui+.icon-toggles .dark path,#toggle-ui+.icon-toggles .light path{fill:#fff;fill:var( --editor-secondary-button-text-color )}#toggle-ui:checked+.icon-toggles .light{background-color:#404040;background-color:var(--editor-secondary-button-background-color)}#toggle-ui:checked+.icon-toggles .dark{background-color:initial}#toggle-ui:checked+.icon-toggles .dark path{fill:#2c2c2c;fill:var( --editor-primary-text-color )}#toggle-ui:checked+.icon-toggles .light path{fill:#fff;fill:var( --editor-secondary-button-text-color )}.header-block .button{border-radius:5px;cursor:pointer;font-size:15px;font-weight:500;letter-spacing:0;padding:14px 7px;transition:opacity .1s ease}.header-block .button.primary-action{background-color:#67a1fb;background-color:var(--editor-primary-button-background-color);border:1px solid #67a1fb;border:1px solid var(--editor-primary-button-background-color);color:#fff;color:var(--editor-primary-button-text-color);text-decoration:none}.header-block .button.secondary-action{background-color:#404040;background-color:var(--editor-secondary-button-background-color);border:1px solid #404040;border:1px solid var(--editor-secondary-button-background-color);color:#fff;color:var(--editor-secondary-button-text-color);text-decoration:none}.header-block .button:not(:disabled):hover{opacity:.75}.header-block .button:disabled{background-color:#e0e0e0;background-color:var(--button-disabled-bg);border-color:#ccc;border-color:var(--button-disabled-border);color:#a0a0a0;color:var(--button-disabled-text);cursor:not-allowed}.product-editor-body{background-color:#fff;background-color:var(--editor-background-color);color:#2c2c2c;color:var(--editor-primary-text-color);display:flex;flex:1 1;margin:0 auto;overflow:hidden;width:100%}.product-editor-body .editor-view,.product-editor-body .layer-editor,.product-editor-body .layers{overflow:auto}.product-editor-body .layers{border-right:1px solid #2c2c2c;border-right:1px solid var(--editor-divider-color);padding:15px;width:325px}.product-editor-body .editor-view{background-color:#434441;background-color:var(--editor-preview-background);flex:1 1;padding:15px}.product-editor-body .layer-editor{border-left:1px solid #2c2c2c;border-left:1px solid var(--editor-divider-color);width:350px}.accordion{margin-bottom:20px}.accordion-btn,.accordion.layers-dropdown{font-size:16px;font-weight:500}.accordion-btn{align-items:center;background-color:initial;border:none;color:#2c2c2c;color:var( --editor-primary-text-color );cursor:pointer;display:flex;gap:15px;letter-spacing:0;margin-bottom:10px;padding:0;width:100%}.accordion-btn svg path{fill:#2c2c2c;fill:var( --editor-primary-text-color )}.accordion.layers-dropdown .accordion-btn{justify-content:space-between}.personalization-actions{display:flex;gap:4px}.personalization-action{align-items:center;background-color:#fff;background-color:var(--editor-background-color);border:1px solid #434441;border:1px solid var(--editor-preview-background);border-radius:8px;color:#434441;color:var(--editor-personalization-button-text-color);cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:2px;justify-content:center;padding:15px;text-align:center;transition:all .1s ease;word-break:break-word}.personalization-action:hover{background-color:#a4a4a4;background-color:var(--editor-primary-tab-color);color:#fff;color:var(--editor-background-color)}.personalization-action svg path{fill:#434441;fill:var(--editor-personalization-button-text-color)}.personalization-action:hover svg path{fill:#fff;fill:var(--editor-background-color)}.product-editor-body .editor-view{padding:40px}.product-editor-body .canvas-wrapper{background-color:#fff;background-color:var( --editor-primary-button-text-color );border:1px solid #fff;border:1px solid var(--editor-primary-button-text-color);height:600px;margin:0 auto;position:relative;width:600px}.product-editor-body .layer-editor .layer-editor-section{border-bottom:1px solid #2c2c2c;border-bottom:1px solid var(--editor-divider-color);padding:15px 30px}.product-editor-body .layer-editor .product-title{color:#2c2c2c;color:var( --editor-primary-text-color );font-size:16px;font-weight:500;margin:0}.layer-option{display:flex;flex-wrap:nowrap;gap:5px;margin-bottom:5px;transition:all .1s ease}.layer-option:hover{background-color:#f3f3f3;background-color:var(--editor-layer-background-hover)}.layer-option:hover .layer-remove{display:block}.layer-option:hover .layer-select{color:#67a1fb;color:var( --editor-primary-tab-color-selected )}.layer-option.selected{background-color:#f3f3f3;background-color:var(--editor-layer-background-hover)}.layer-option.selected .layer-select{color:#67a1fb;color:var( --editor-primary-tab-color-selected )}.layer-select{color:#2c2c2c;color:var(--editor-primary-text-color);flex:1 1;font-size:14px;font-weight:500;letter-spacing:1px;padding:10px;text-align:left}.layer-remove,.layer-select{background-color:initial;border:none;cursor:pointer}.layer-remove{display:none;padding-left:2px;padding-right:5px}.layer-remove svg path{fill:#2c2c2c;fill:var(--editor-primary-text-color)}.layer-remove:hover svg path{fill:#67a1fb;fill:var( --editor-primary-tab-color-selected )}.no-layers{font-size:13px}.export-accordion-content{display:none}.export-accordion-content.visible{display:flex;flex-direction:column;font-size:13px;margin-top:10px}.export-accordion .toggle-btn{align-items:center;background:#0000;border:none;color:#2c2c2c;color:var( --editor-primary-text-color );cursor:pointer;display:flex;font-size:15px;gap:10px;justify-content:space-between;margin:0;padding:0;width:100%}.export-accordion .toggle-btn svg path{fill:#2c2c2c;fill:var( --editor-primary-text-color )}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.accordion-content.dragging{border-radius:3px;outline:2px dashed #2c2c2c;outline:dashed 2px var(--editor-primary-text-color);outline-offset:2px}.layer-option.dragging{opacity:.5}.layer-option.selected-swap{outline:1px dotted #67a1fb;outline:1px dotted var(--editor-primary-button-background-color)}.version-header{font-size:20px;font-weight:500;margin:0;padding-bottom:35px;padding-top:35px}.no-version-message,.version-header{color:#2c2c2c;color:var( --editor-primary-text-color )}.no-version-message{font-style:italic}.version-history-item{align-items:center;border-bottom:1px solid #2c2c2c;border-bottom:solid var(--header-border-size) var(--editor-divider-color);display:flex;flex-direction:row;gap:10px;padding-bottom:15px;padding-top:15px}.version-history-item:first-of-type{border-top:1px solid #2c2c2c;border-top:solid var(--header-border-size) var(--editor-divider-color)}.version-history-item .pic-wrap .profile-picture{border-radius:50%;display:block;height:auto;max-height:100px;max-width:100px;object-fit:cover;width:100%}.version-history-item .content-wrap{align-items:center;display:flex;flex:1 1;flex-direction:row}.version-history-item .content-wrap .headings .primary-heading{color:#2c2c2c;color:var( --editor-primary-text-color );font-size:16px;font-weight:500;margin-bottom:10px;margin-top:0}.version-history-item .content-wrap .headings .secondary-heading{color:#a4a4a4;color:var(--editor-primary-tab-color);font-size:16px;font-weight:400;margin:0}.version-history-item .content-wrap .actions{display:flex;flex:1 1;justify-content:flex-end}.version-history-item .content-wrap .actions .v-btn{align-items:center;background-color:initial;border:1px solid #67a1fb;border:1px solid var(--editor-primary-button-background-color);color:#67a1fb;color:var(--editor-primary-button-background-color);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:5px;padding:8px 20px}.version-history-item .content-wrap .actions .v-btn.current-version{background-color:#67a1fb;background-color:var(--editor-primary-button-background-color);border:1px solid #67a1fb;border:1px solid var(--editor-primary-button-background-color);color:#fff;color:var(--editor-primary-button-text-color);cursor:default}.pagination{margin:20px;text-align:center}.show-more{background-color:initial;border:none;color:#67a1fb;color:var(--editor-primary-button-background-color);cursor:pointer;font-size:18px;font-weight:500;text-align:center;text-decoration:underline;text-decoration-color:#67a1fb;text-decoration-color:var(--editor-primary-button-background-color)}.testing-img{display:block;height:100%;object-fit:cover;position:absolute;width:100%}.accordion.layers-dropdown .action-row{display:flex;flex-direction:row;gap:10px;margin-bottom:10px}.accordion.layers-dropdown .action-row .accordion-btn{margin-bottom:0}.layers-dropdown .action-row .layer-actions{display:flex;flex-direction:row;gap:7px;max-width:0;opacity:0;overflow:hidden;transition:max-width .1s ease,opacity .1s ease;white-space:nowrap}.accordion.layers-dropdown:hover .layer-actions{max-width:400px;opacity:1;overflow:visible}.layer-action-button{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;padding:0}.layer-action-button svg path{fill:#2c2c2c;fill:var( --editor-primary-text-color )}.layer-action-button:hover svg path{fill:#67a1fb;fill:var( --editor-primary-tab-color-selected )}.export-template-button{background-color:#67a1fb;background-color:var(--editor-primary-button-background-color);border:1px solid #67a1fb;border:1px solid var(--editor-primary-button-background-color);border-radius:5px;color:#fff;color:var(--editor-primary-button-text-color);cursor:pointer;font-size:15px;font-weight:500;letter-spacing:0;margin-top:20px;padding:14px 7px;transition:opacity .1s ease}.export-template-button:disabled{background-color:#e0e0e0;background-color:var(--button-disabled-bg);border-color:#ccc;border-color:var(--button-disabled-border);color:#a0a0a0;color:var(--button-disabled-text);cursor:not-allowed}.export-template-button:not(:disabled):hover{opacity:.75}.preview-dropdown{background:#fff;background:var(--editor-background-color);border:1px solid #2c2c2c;border:1px solid var(--editor-divider-color);border-radius:6px;box-shadow:0 4px 8px #0000001a;color:#2c2c2c;color:var(--editor-primary-text-color);left:0;list-style:none;margin-top:5px;min-width:300px;padding:0;position:absolute;top:100%;z-index:1000}.preview-dropdown li{padding:10px 14px;transition:background-color .1s ease}.preview-dropdown li:hover{background-color:#f3f3f3;background-color:var(--editor-layer-background-hover);border-radius:6px}.preview-dropdown a{color:#2c2c2c;color:var(--editor-primary-text-color);display:block;font-size:14px;font-weight:500;text-decoration:none}.customization-fields{border-bottom:1px solid var(--editor-divider-color);padding:15px 30px}.overall-layer-accordion .toggle-btn{align-items:center;background:#0000;border:none;color:var( --editor-primary-text-color );cursor:pointer;display:flex;font-size:15px;gap:10px;justify-content:space-between;margin:0;padding:0;width:100%}.overall-layer-accordion .toggle-btn svg path{fill:var( --editor-primary-text-color )}.overall-layer-accordion-content h2{color:var( --editor-primary-text-color );font-size:14px;font-weight:400;opacity:.5}.accordion-in-layer{padding-bottom:5px;padding-top:5px}.accordion-in-layer .accordion-btn{align-items:center;display:flex;gap:10px;justify-content:space-between}.child-accordion,.textfield{display:flex}.child-accordion .hidden,.child-accordion.hidden{display:none}.child-accordion.half{width:calc(50% - 10px)}.child-accordion.full{width:100%}.image-uploader-label,.multiselect-label,.radio-label,.textfield-label{align-items:center;display:flex;flex-direction:row;font-size:11px;gap:5px;padding-bottom:5px}.textfield-icon svg path{fill:var( --editor-primary-text-color );stroke:var( --editor-primary-text-color )}.textfield{flex-direction:column;width:100%}.textarea-input,.textfield-input{background:var( --editor-layer-background-hover );border:none;border-radius:3px;color:var( --editor-primary-text-color );flex-basis:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding:10px;width:calc(100% - 20px)}.textfield-input{height:12px}.textarea-input{flex-basis:auto;max-height:350px;max-width:calc(100% - 20px);min-height:80px;min-width:calc(100% - 20px)}.half{flex:calc(50% - 10px) 1}.full{flex-basis:100%}.custom-select-wrapper{align-items:stretch;display:flex}.custom-select-wrapper #custom-color{background:none;border:none;cursor:pointer;height:100%;margin-left:10px;padding:0}.custom-select{background:var( --editor-layer-background-hover );border-radius:3px;color:var( --editor-primary-text-color );flex:1 1;position:relative}.custom-select .select-display{align-items:center;cursor:pointer;display:flex;font-size:12px;gap:10px;line-height:18px;padding:10px}.custom-select .select-display .select-value{flex:1 1;text-transform:capitalize}.option-value{text-transform:capitalize}.custom-select .select-display .swatch,.select-options .swatch{border:1px solid #000;border-radius:3px;display:block;height:16px;width:16px}.select-options{background:var( --editor-layer-background-hover );border-radius:3px;box-shadow:0 4px 8px #0000001a;height:150px;list-style:none;margin:2px 0 0;opacity:0;overflow:auto;padding:0;pointer-events:none;position:absolute;transform:translateY(-5px);transition:opacity .2s ease,transform .2s ease;visibility:hidden;width:100%;z-index:1}.select-options.open{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.select-options.closed{opacity:0;pointer-events:none;transform:translateY(-5px);visibility:hidden}.select-options li{align-items:center;display:flex;font-size:12px;gap:10px;padding:10px}.select-arrow{transform:rotate(0deg);transition:transform .3s ease}.select-arrow svg path{fill:var(--editor-primary-text-color)}.select-arrow.rotated{transform:rotate(180deg)}.select-options li.selected,.select-options li:hover{background-color:var(--editor-primary-button-background-color)}.select-options li:hover{cursor:pointer}.radio-options{background-color:var(--editor-layer-background-hover);border-radius:3px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:8px}.multiselect-options{display:flex;flex-direction:column;margin-top:10px}.multiselect-option{cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:10px;margin-bottom:2px;padding:10px}.multiselect-option.selected{background-color:var(--editor-layer-background-hover);color:var(--editor-primary-button-background-color)}.option-icon{align-items:center;background-color:#d9d9d9;border-radius:50%;color:#000;display:flex;font-size:12px;height:20px;justify-content:center;text-align:center;width:20px}.radio-option{cursor:pointer;padding:2px;position:relative}.radio-option .radio-icon-only svg{margin:0 auto;max-width:20px}.radio-option .radio-icon-only svg path{fill:var( --editor-primary-text-color );stroke:var( --editor-primary-text-color )}.radio-option.selected .radio-icon-only svg path{fill:var(--editor-primary-tab-color-selected);stroke:var(--editor-primary-tab-color-selected)}.accordion-in-layer .accordion-content,.radio-option input[type=checkbox],.radio-option input[type=radio]{display:none}.accordion-in-layer.open .accordion-content{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;padding-bottom:20px}.accordion-in-layer .collapsed{display:inline-block}.accordion-in-layer .arrow{display:inline-block;transition:transform .3s ease}.accordion-in-layer .arrow svg path{fill:var(--editor-primary-text-color)}.accordion-in-layer.open .arrow.expanded{transform:rotate(180deg)}.accordion-in-layer .arrow.collapsed{transform:rotate(0deg)}.overall-layer-accordion-content{display:none}.overall-layer-accordion-content.visible,.preview{display:block}.preview{border:2px solid var(--editor-divider-color);border-radius:10px;max-height:200px;overflow:hidden;position:relative;width:100%}.preview img{display:block;height:auto;margin:0 auto;max-width:100%}.preview button{background-color:initial;border:none;border-radius:4px;color:#fff;cursor:pointer;display:none;padding:4px 8px;position:absolute;right:8px;top:8px}.preview:hover button{background-color:var( --editor-secondary-button-background-color );display:block}.preview button svg path{fill:var(--editor-primary-text-color)}.preview button:hover svg path{fill:var( --editor-primary-tab-color-selected )}.blank-preview{align-items:center;aspect-ratio:1.5;background:none;border:2px dashed var(--editor-divider-color);border-radius:10px;color:var( --editor-primary-text-color );cursor:pointer;display:flex;font-size:32px;justify-content:center;max-height:200px;max-width:100%;transition:border-color .2s ease,color .2s ease;width:100%}.blank-preview:hover{border-color:var( --editor-primary-text-color )}.file-dropzone{align-items:center;background-color:#f9f9f9;border:2px dotted #ccc;border-radius:10px;cursor:pointer;display:flex;height:200px;justify-content:center;margin-top:20px;position:relative;text-align:center;transition:border-color .2s ease;width:100%}.file-dropzone:hover{border-color:#888}.file-dropzone input[type=file]{cursor:pointer;display:block;height:100%;opacity:0;position:absolute;width:100%}.pulse-loader{animation:pulse 1s ease-in-out infinite;background-color:#67a1fb;border-radius:50%;height:24px;margin-bottom:10px;width:24px}.file-dropzone.loading{background-color:#f3f3f3;border:2px solid #0000;color:#2c2c2c;flex-direction:column}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}.slider-row{align-items:center;display:flex;gap:10px}input[type=range]{flex:1 1 auto}.slider-value{align-items:center;display:flex;flex:1 1;gap:4px;white-space:nowrap;width:60px}.number-input-custom,.slider-value{overflow:hidden;text-overflow:ellipsis}.number-input-custom{background:var(--editor-layer-background-hover);border:none;border-radius:3px;color:var(--editor-primary-text-color);padding:6px}
/*# sourceMappingURL=main.8e826dee.css.map*/