@import"https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;600;700&family=Archivo:wght@400;500;600;700&family=Bebas+Neue:wght@400&family=Bitter:wght@400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&family=Figtree:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Lato:wght@400;700&family=Libre+Baskerville:wght@400;700&family=Manrope:wght@400;500;600;700&family=Merriweather:wght@400;700&family=Montserrat:wght@400;500;600;700&family=Mukta:wght@400;500;600;700&family=Noto+Sans:wght@400;500;600;700&family=Noto+Serif:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=PT+Sans:wght@400;700&family=Raleway:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&family=Roboto+Slab:wght@400;500;600;700&family=Rubik:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&family=Work+Sans:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;line-height:1.4;font-weight:400;color:#1b1f24;background-color:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}*:focus,*:focus-visible{outline:none}.category-list,.variant-editor,.preview-panel,.filter-dropdown-list{scrollbar-gutter:auto;scrollbar-width:thin;scrollbar-color:transparent transparent}.category-list:hover,.variant-editor:hover,.preview-panel:hover,.filter-dropdown-list:hover{scrollbar-color:rgba(0,0,0,.35) transparent}.category-list::-webkit-scrollbar,.variant-editor::-webkit-scrollbar,.preview-panel::-webkit-scrollbar{width:8px}.filter-dropdown-list::-webkit-scrollbar{width:8px}.category-list::-webkit-scrollbar-thumb,.variant-editor::-webkit-scrollbar-thumb,.preview-panel::-webkit-scrollbar-thumb{background-color:transparent;border-radius:999px}.filter-dropdown-list::-webkit-scrollbar-thumb{background-color:transparent;border-radius:999px}.category-list:hover::-webkit-scrollbar-thumb,.variant-editor:hover::-webkit-scrollbar-thumb,.preview-panel:hover::-webkit-scrollbar-thumb{background-color:#00000059}.filter-dropdown-list:hover::-webkit-scrollbar-thumb{background-color:#00000059}@supports (overflow: overlay){.category-list,.variant-editor,.preview-panel{overflow:overlay}}html,body,#root{height:100%}body{margin:0}button,input,select{font-family:inherit}.app-shell{height:100vh;display:flex;flex-direction:column;gap:1px;background:#eef0f3}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:1px;background:#fff;border-radius:16px;padding:16px}.toolbar-actions{display:flex;gap:1px}.toolbar-actions button,.toolbar-actions .export-trigger{border:none;background:#f1f2f4;color:#1b1f24;padding:10px 16px;border-radius:32px;font-weight:600;cursor:pointer}.main-grid{display:grid;grid-template-columns:minmax(0,220px) minmax(0,330px) minmax(280px,1fr);gap:1px;align-items:stretch;flex:1;min-height:0}.import-modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:60}.import-modal{width:min(420px,92vw);background:#f4f4f4;color:#000;border-radius:18px;padding:24px;position:relative;box-shadow:0 20px 50px #0000002e}.import-modal-title{font-size:18px;font-weight:700;margin-bottom:8px}.import-modal-description{font-size:14px;line-height:1.5;margin-bottom:20px}.import-modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;color:#000;font-size:20px;width:32px;height:32px;border-radius:8px;cursor:pointer}.import-modal-close:hover{background:#00000014}.import-modal-action{width:100%;border:none;background:#000;color:#fff;border-radius:14px;padding:12px 16px;font-size:14px;font-weight:600;cursor:pointer}@media(max-width:1100px){.main-grid{grid-template-columns:1fr}}.breakpoint-tabs{display:inline-flex;gap:1px;padding:2px;background:#f1f2f4;border-radius:99px}.tab{border:none;background:transparent;padding:8px 16px;border-radius:16px;font-weight:600;color:#8b9096;cursor:pointer}.tab.is-active{background:#fff;color:#1b1f24}.category-list{--scrollbar-padding-base: 16px;--scrollbar-padding-right: var(--scrollbar-padding-base);background:#fff;border-radius:16px;padding:16px;padding-right:var(--scrollbar-padding-right);display:flex;flex-direction:column;gap:1px;height:100%;min-height:0;overflow-y:auto}.category-title{font-size:13px;color:#8b9096;font-weight:500;margin:0}.category-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.category-reset{border:none;background:transparent;width:24px;height:24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.category-reset:hover{background:#f2f3f5}.category-reset img{width:12px;height:12px}.category-items{display:flex;flex-direction:column;gap:2px;margin-top:16px}.category-item-block{display:flex;flex-direction:column;gap:6px;position:relative}.category-item-row{display:flex;align-items:center;gap:8px;border-radius:10px}.category-item-button{flex:1;min-width:0;border:none;background:transparent;text-align:left;font-size:16px;font-weight:600;color:#9b9b9b;cursor:pointer;padding:6px 0;transition:color .3s ease}.category-item-row:hover .category-item-button{color:#737373}.category-item-row.is-active .category-item-button{color:#000}.category-item-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-menu-wrapper{position:relative;display:inline-flex;align-items:center}.category-item-settings{border:none;background:transparent;width:24px;height:24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s ease}.category-item-settings:hover{background:#f2f3f5}.category-item-row:hover .category-item-settings,.category-item-row.is-menu-open .category-item-settings{opacity:1;pointer-events:auto}.category-menu{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border-radius:12px;padding:6px;box-shadow:0 10px 30px #0f11151f;z-index:5;min-width:180px}.category-menu-item{border:none;background:transparent;color:#1b1f24;padding:8px 10px;width:100%;text-align:left;border-radius:8px;font-weight:600;cursor:pointer}.category-menu-item:hover{background:#f6f7f9}.category-menu-item.is-danger{color:#d93025}.category-menu-confirm{padding:10px;min-width:220px;display:flex;flex-direction:column;gap:10px;right:auto;left:50%;transform:translate(-50%);max-width:calc(100vw - 24px)}.category-menu-confirm.is-portal{position:fixed;z-index:80}.category-menu-text{font-size:12px;color:#555;line-height:1.4}.category-menu-actions{display:flex;gap:6px;justify-content:flex-end}.category-icon-button{border:1px solid #e6e6e6;background:#fff;border-radius:8px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.category-icon-button.is-confirm{background:#111;border-color:#111}.category-rename-modal{background:#fff;border-radius:12px;padding:10px;width:100%;box-shadow:0 10px 30px #0f11151f;display:flex;flex-direction:column;gap:8px;position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:6}.category-rename-input{border:1px solid #e6e6e6;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:500;color:#1b1f24}.category-rename-actions{display:flex;gap:6px;justify-content:flex-end}.category-modal-backdrop{position:fixed;inset:0;background:#1116;display:flex;align-items:center;justify-content:center;z-index:60}.category-modal{background:#fff;border-radius:16px;padding:20px;width:min(420px,92vw);box-shadow:0 20px 50px #1113;color:#111}.category-modal-title{font-size:16px;font-weight:600;margin-bottom:8px}.category-modal-description{font-size:13px;color:#555;margin-bottom:16px;line-height:1.4}.category-modal-actions{display:flex;gap:8px;justify-content:flex-end}.category-modal-confirm,.category-modal-cancel{border:1px solid #e6e6e6;background:#fff;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer}.category-modal-confirm{background:#111;color:#fff;border-color:#111}.category-add{align-self:stretch;border:none;background:#f2f3f5;color:#1b1f24;padding:12px 16px;border-radius:16px;font-weight:600;cursor:pointer;width:100%}.category-add-wrapper{margin-top:auto;position:sticky;bottom:0}.category-add-modal{top:auto;bottom:calc(100% + 8px)}.export-menu{position:relative}.export-trigger{border:none;background:#f1f2f4;color:#1b1f24;padding:10px 16px;border-radius:32px;font-weight:600;cursor:pointer}.export-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:200px;background:#fff;border-radius:16px;padding:12px;box-shadow:0 10px 28px #1111111f;display:flex;flex-direction:column;gap:8px;z-index:20}.export-option{border:none;background:transparent;text-align:left;padding:0;border-radius:0;font-size:14px;font-weight:400;color:#1b1f24;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}.export-option span{font-weight:500}.export-option:hover{background:transparent}.toolbar-actions .export-option{background:transparent;padding:0;border-radius:0}.toolbar-actions .export-option:hover{background:transparent}.export-option-ext{font-size:12px;font-weight:500;color:#8b9096}.filter-bar{display:flex;flex-wrap:wrap;gap:8px;padding:16px;background:#fff;border-radius:16px}.filter-button{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:99px;background:#f3f3f3;border:none;font-size:14px;font-weight:500;color:#656565;cursor:pointer}.filter-button-icon{width:16px;height:16px;display:block}.filter-chip{display:inline-flex;align-items:center;gap:4px;padding:12px 16px;border-radius:99px;background:#fff;border:1px solid #ececec;font-size:14px;color:#1b1f24;font-family:inherit;cursor:pointer}.filter-chip-wrapper{position:relative}.filter-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:240px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 10px 28px #1111111f;z-index:10}.filter-dropdown-screens{width:308px}.filter-dropdown-multiplier{min-width:280px}.filter-dropdown-header{font-size:14px;font-weight:500;color:#656565;margin-bottom:12px}.filter-dropdown-description{font-size:12px;font-weight:400;color:#656565;margin-top:-6px;margin-bottom:12px}.filter-dropdown-list{--scrollbar-padding-base: 4px;--scrollbar-padding-right: var(--scrollbar-padding-base);display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding-right:var(--scrollbar-padding-right)}.filter-dropdown-item{display:flex;align-items:center;justify-content:space-between;border:none;background:transparent;padding:6px 0;font-size:14px;font-weight:500;color:#1b1f24;cursor:pointer;text-align:left}.filter-dropdown-name{color:#5e5e5e}.filter-dropdown-value{color:#000}.filter-dropdown-text{display:inline-flex;align-items:baseline;gap:4px}.filter-dropdown-item.is-selected{color:#656565}.filter-dropdown-check{color:#656565;font-size:14px}.filter-screen-chip-list{display:flex;flex-wrap:wrap;gap:2px;margin-bottom:16px}.filter-screen-chip{border:none;background:#f3f3f3;color:#656565;padding:6px 10px;border-radius:99px;font-size:13px;font-weight:400;cursor:pointer}.filter-screen-chip:hover{background:#ececec}.filter-screen-chip.is-active{background:#000;color:#fff}.filter-screen-inputs{display:flex;gap:10px}.filter-screen-input{display:flex;flex-direction:column;gap:6px}.filter-screen-label{font-size:12px;font-weight:400;color:#000}.filter-screen-field{border:1px solid #ececec;border-radius:10px;padding:8px 34px 8px 10px;font-size:14px;font-weight:500;color:#1b1f24;background:#fff;width:100%;appearance:textfield}.filter-screen-field::-webkit-outer-spin-button,.filter-screen-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.filter-screen-field:disabled{background:#f3f3f3;color:#9a9a9a}.filter-screen-field-wrapper{position:relative;display:flex;align-items:center}.filter-screen-unit{position:absolute;right:10px;font-size:12px;font-weight:500;color:#656565;pointer-events:none}.filter-chip.toggle{cursor:pointer;font-weight:500}.filter-chip.toggle.is-active{background:#111;color:#fff;border-color:#111}.filter-chip.toggle.is-active .filter-close{color:#fff}.filter-label{color:#656565;font-weight:500}.filter-value{font-weight:500}.filter-suffix{color:#656565;font-weight:500}.filter-modal-backdrop{position:fixed;inset:0;background:#1116;display:flex;align-items:center;justify-content:center;z-index:50}.filter-modal{background:#fff;border-radius:16px;padding:20px;width:min(420px,92vw);box-shadow:0 20px 50px #1113;color:#111;position:relative}.filter-modal-title{font-size:16px;font-weight:600;margin-bottom:8px}.filter-modal-description{font-size:13px;color:#555;margin-bottom:16px;line-height:1.4}.filter-modal-actions{display:flex;gap:8px;justify-content:flex-end}.filter-modal-confirm,.filter-modal-cancel{border:1px solid #e6e6e6;background:#fff;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer}.filter-modal-confirm{background:#111;color:#fff;border-color:#111}.filter-modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;color:#111;font-size:20px;width:32px;height:32px;border-radius:8px;cursor:pointer}.filter-modal-close:hover{background:#00000014}.preview-panel{--scrollbar-padding-base: 16px;--scrollbar-padding-right: var(--scrollbar-padding-base);background:#fff;border-radius:16px;padding:16px;padding-right:var(--scrollbar-padding-right);display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto}.preview-header{font-size:13px;color:#8b9096;font-weight:500;margin-bottom:16px;background:#fff}.preview-input-field{position:relative;margin-bottom:12px}.preview-input-label{position:absolute;top:8px;left:14px;font-size:12px;line-height:16px;color:#8b9096}.preview-input input{border:1px solid #eeeeee;background:#fff;border-radius:12px;padding:28px 14px 8px;font-size:14px;font-weight:400;color:#1b1f24;width:100%}.preview-list{display:flex;flex-direction:column;gap:2px}.preview-item{background:#f4f4f4;border-radius:16px;padding:16px}.preview-label{font-size:12px;color:#8b9096;margin-bottom:8px}.preview-text{color:#111}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px;background:#fff;border-radius:16px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;background:#0f1115;color:#fff;font-weight:700;font-size:14px;letter-spacing:.04em}.brand-name{font-weight:600;font-size:18px;color:#1b1f24}.top-nav-links{display:flex;align-items:center;gap:20px}.nav-link{background:transparent;border:none;font-size:15px;color:#8b9096;cursor:pointer;font-weight:500}.nav-link.is-active{color:#1b1f24}.nav-cta{padding:10px 20px;border-radius:16px;background:#f1f2f4;font-weight:600;color:#1b1f24;cursor:pointer}.variant-editor{--scrollbar-padding-base: 16px;--scrollbar-padding-right: var(--scrollbar-padding-base);background:#fff;border-radius:16px;padding:16px;padding-right:var(--scrollbar-padding-right);display:flex;flex-direction:column;gap:1px;height:100%;min-height:0;overflow:hidden}.variant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.variant-scroll{--scrollbar-padding-base: 16px;--scrollbar-padding-right: var(--scrollbar-padding-base);flex:1 1 auto;min-height:0;overflow-y:auto;margin-right:-16px;padding-right:var(--scrollbar-padding-right)}.variant-title{font-size:13px;color:#8b9096;font-weight:500;margin:0}.variant-category{font-weight:500;color:#1b1f24;font-size:13px}.variant-list{display:flex;flex-direction:column;gap:4px;padding-bottom:16px}.variant-card{background:#f4f4f4;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;position:relative;width:100%}.variant-card-header{display:flex;align-items:center;gap:8px}.variant-name{font-weight:500;color:#9a9a9a;font-size:13px;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variant-drag{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;cursor:grab;color:#8b9096}.variant-drag svg{width:12px;height:12px}.variant-actions{display:inline-flex;align-items:center;gap:0px}.variant-icon-button{border:none;background:transparent;color:#8b9096;width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.variant-icon-button svg{width:16px;height:16px}.variant-menu-wrapper{position:relative}.variant-menu{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border-radius:12px;padding:6px;box-shadow:0 10px 30px #0f11151f;z-index:2;min-width:140px}.variant-menu-item{border:none;background:transparent;color:#d93025;padding:8px 10px;width:100%;text-align:left;border-radius:8px;font-weight:600;cursor:pointer}.variant-menu-item:hover{background:#f6f7f9}.variant-chevron{transition:transform .2s ease}.variant-chevron.is-collapsed{transform:rotate(-90deg)}.variant-fields{display:flex;flex-direction:column;gap:6px}.variant-field{display:grid;grid-template-columns:120px 138px;align-items:center;gap:8px;font-size:12px;color:#8b9096}.field-label{display:flex;flex-direction:column;gap:2px}.field-control{display:inline-flex;align-items:center;position:relative}.variant-input{border:none;border-radius:8px;padding:8px 34px 8px 12px;font-size:13px;font-weight:400;color:#1b1f24;background:#fff;width:100%}select.variant-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23656565' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px;padding-right:34px}.variant-input[type=number]{appearance:textfield}.variant-input[type=number]::-webkit-outer-spin-button,.variant-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.field-suffix{color:#656565;font-size:12px;position:absolute;right:10px;pointer-events:none}.variant-add{margin-top:auto;align-self:stretch;border:none;background:#111;color:#fff;padding:12px 20px;border-radius:16px;font-weight:600;cursor:pointer;width:100%}
