@import"https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--color-primary: var(--mui-palette-primary-main);--color-highlight: var(--mui-palette-secondary-main);--color-bg: var(--mui-palette-background-default);--color-surface: var(--mui-palette-background-paper);--color-text-primary: var(--mui-palette-text-primary);--color-text-secondary: var(--mui-palette-text-secondary);--color-border: var(--mui-palette-divider);--radius-sm: var(--mui-radius-sm);--radius-md: var(--mui-radius-md);--shadow-input: var(--mui-customShadows-input);--font-sans: "Wix Madefor Text", system-ui, sans-serif}html{font-size:62.5%;font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text-primary);overflow-x:hidden;max-width:100%;height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;min-height:100%;height:100%;overflow-x:hidden;max-width:100%;margin:0}#root{min-height:100%;height:100%;width:100%;max-width:100%;overflow-x:hidden}:focus{outline:none}[data-theme=editor]{--editor-primary-rgb: 118, 74, 98;--editor-white-rgb: 255, 255, 255;--editor-black-rgb: 0, 0, 0;--editor-state-success-rgb: 76, 175, 80;--editor-state-warning-rgb: 255, 152, 0;--editor-state-grey-rgb: 158, 158, 158;--editor-border: rgba(var(--editor-white-rgb), .2);--editor-border-subtle: rgba(var(--editor-white-rgb), .1);--editor-divider: rgba(var(--editor-white-rgb), .15);--editor-selected-bg: rgba(49, 54, 80, .06);--editor-selected-border: rgba(49, 54, 80, .12);--editor-handle: rgba(49, 54, 80, .1);--editor-close-color: rgba(49, 54, 80, .5);--editor-close-hover: rgba(49, 54, 80, .05);--editor-scrollbar-thumb: rgba(49, 54, 80, .2);--editor-glass: rgba(var(--editor-white-rgb), .4);--editor-glass-border: rgba(var(--editor-white-rgb), .2);--editor-glass-strong: rgba(var(--editor-white-rgb), .8);--editor-glass-frosted: rgba(var(--editor-white-rgb), .95);--editor-overlay: rgba(var(--editor-black-rgb), .4);--editor-overlay-strong: rgba(var(--editor-black-rgb), .6);--editor-overlay-hover: rgba(var(--editor-black-rgb), .5);--editor-text-muted: rgba(var(--editor-white-rgb), .4);--editor-text-dim: rgba(var(--editor-white-rgb), .3);--editor-primary-tint: rgba(var(--editor-primary-rgb), .1);--editor-primary-tint-subtle: rgba(var(--editor-primary-rgb), .05);--editor-primary-tint-hover: rgba(var(--editor-primary-rgb), .12);--editor-caption: rgba(var(--editor-primary-rgb), .4);--editor-shadow-soft: 0 10px 15px -3px rgba(var(--editor-black-rgb), .1), 0 4px 6px -2px rgba(var(--editor-black-rgb), .05);--editor-shadow-soft-lg: 0 20px 25px -5px rgba(var(--editor-black-rgb), .1);--editor-focus-ring: 0 0 0 4px rgba(var(--editor-primary-rgb), .2);--editor-focus-ring-strong: 0 0 0 4px rgba(var(--editor-primary-rgb), .3)}[data-theme=editor] [data-editor-border]{border-left:1px solid var(--editor-border)}[data-theme=editor] [data-editor-border-bottom]{border-bottom:1px solid var(--editor-border-subtle)}[data-theme=editor] [data-editor-border-top]{border-top:1px solid var(--editor-selected-border)}[data-theme=editor] [data-editor-divider]{width:1px;height:24px;background-color:var(--editor-divider);flex-shrink:0}[data-theme=editor] [data-editor-panel]{background-color:var(--mui-palette-background-default);border:1px solid var(--editor-border);border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=editor] [data-editor-selected]{background-color:var(--editor-selected-bg);border:1px solid var(--editor-selected-border);border-radius:4px}[data-theme=editor] [data-editor-handle]{background-color:var(--editor-handle);border-radius:9999px}[data-theme=editor] [data-editor-scroll]::-webkit-scrollbar-thumb{background-color:var(--editor-scrollbar-thumb);border-radius:4px}[data-theme=editor] [data-editor-fade]{background:linear-gradient(to top,var(--mui-palette-background-paper),var(--mui-palette-background-paper),transparent)}[data-theme=editor] [data-editor-input]{background-color:var(--editor-glass);border:1px solid var(--editor-border);border-radius:var(--radius-sm, 8px)}[data-theme=editor] [data-editor-input]:focus-within{background-color:var(--mui-palette-common-white)}[data-theme=editor] [data-editor-overlay]{background-color:rgba(var(--editor-white-rgb),.08)}[data-theme=editor] [data-editor-overlay]:hover{background-color:rgba(var(--editor-white-rgb),.12)}[data-theme=editor] .MuiButton-root[data-variant=close-editor]{color:var(--editor-close-color);min-width:0;padding:8px;border-radius:9999px}[data-theme=editor] .MuiButton-root[data-variant=close-editor]:hover{background-color:var(--editor-close-hover)}[data-theme=editor] [data-editor-panel-dark]{background-color:var(--editor-overlay);border:1px solid var(--editor-border);border-radius:5px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}[data-theme=editor] [data-editor-panel-dark]:hover{background-color:var(--editor-overlay-hover)}[data-theme=editor] [data-editor-panel-dark] .dim-tools-title{color:var(--editor-text-muted)}[data-theme=editor] [data-editor-panel-dark] .dim-label{color:var(--editor-text-dim)}[data-theme=editor] [data-editor-dim-divider]{height:48px;width:1px;background-color:var(--editor-border-subtle)}[data-theme=editor] [data-editor-dim-input]{background-color:rgba(var(--editor-white-rgb),.1);border:1px solid var(--editor-border-subtle);border-radius:var(--radius-sm, 8px);color:#fff}[data-theme=editor] [data-editor-dim-input]:focus-within{background-color:var(--mui-palette-common-white);border-color:var(--mui-palette-secondary-main);box-shadow:var(--editor-focus-ring)}[data-theme=editor] [data-editor-loading-overlay]{background-color:var(--editor-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=editor] [data-editor-option-bar]{background-color:var(--editor-glass-strong);border-left:1px solid var(--editor-glass-border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}[data-theme=editor] [data-editor-floating-button]{background-color:var(--editor-glass-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}[data-theme=editor] [data-editor-floating-button]:hover{background-color:#fff}[data-theme=editor] [data-editor-form-panel]{background-color:var(--editor-glass);border:1px solid var(--editor-glass-border);border-radius:12px;transition:background-color .2s}[data-theme=editor] [data-editor-form-panel]:focus-within{background-color:var(--mui-palette-common-white)}[data-theme=editor] [data-editor-form-panel] .editor-section-divider{border-bottom:1px solid var(--editor-primary-tint-subtle)}[data-theme=editor] [data-editor-form-panel] .editor-caption{color:var(--editor-caption)}[data-theme=editor] [data-editor-swatch]{border:1px solid rgba(var(--editor-black-rgb),.05)}[data-theme=editor] [data-editor-swatch]:hover .swatch-overlay{background-color:rgba(var(--editor-black-rgb),.05)}[data-theme=editor] [data-variant-tray]{background-color:var(--editor-overlay-strong)}[data-theme=editor] [data-variant-tile]{background-color:var(--editor-overlay);border:2px solid var(--editor-border-subtle)}[data-theme=editor] [data-variant-tile]:hover{border-color:rgba(var(--editor-white-rgb),.4)}[data-theme=editor] [data-variant-tile][data-selected=true]{border-color:var(--mui-palette-secondary-main);box-shadow:0 25px 50px -12px rgba(var(--editor-black-rgb),.25),0 0 0 4px rgba(var(--editor-primary-rgb),.1)}[data-theme=editor] [data-editor-primary-tint]{background-color:var(--editor-primary-tint-subtle);border:1px solid var(--editor-primary-tint)}[data-theme=editor] [data-editor-primary-tint]:hover{background-color:var(--editor-primary-tint)}[data-theme=editor] [data-editor-toolbar]{border:1px solid var(--editor-glass-border);border-radius:9999px}[data-theme=editor] [data-editor-tool-button]{background-color:rgba(var(--editor-primary-rgb),.06);color:var(--mui-palette-text-primary)}[data-theme=editor] [data-editor-tool-button]:hover{background-color:var(--editor-primary-tint-hover);color:var(--mui-palette-primary-main)}[data-theme=editor] [data-editor-tool-button][data-active=true]{background-color:var(--mui-palette-background-paper);color:var(--mui-palette-secondary-main);box-shadow:var(--editor-shadow-soft),0 0 0 4px rgba(var(--editor-primary-rgb),.15)}[data-theme=editor] [data-editor-dialog]{background-color:var(--editor-glass-frosted);border:1px solid var(--editor-glass-border);border-radius:20px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}[data-loading-dot]{background-color:var(--mui-palette-secondary-main);border-radius:50%}@media only screen and (min-width:992px){::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:20px;background-color:var(--mui-palette-primary-200)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--color-bg) inset!important;-webkit-text-fill-color:var(--color-text-primary)!important;transition:background-color 5000s ease-in-out 0s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes imersian-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes auth-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}
