:root{--primary-color: #151515;--secondary-color: #4485c4;--accent-color: #03aed2;--dark-green-color: #016b63;--bg-color: #fcfaff;--light-color: #fff;--dark-color: #000;--item-background-color: #373737;--text-color: #fff;--subtext-color: #b0b0b0;--light-gray: #d9d9d9;--error-red: #ff0000;--active-color: #e3e4e5;--admin-bg: #eff0f1;--admin-primary: #262626;--vendor-bg: #eff0f1;--primary-font: "Plus Jakarta Sans", sans-serif;--primary-font-bold: "Plus Jakarta Sans Extra Bold", sans-serif;--gg-sans: "Gg-Sans", sans-serif;--secondary-font: "Inter", sans-serif;--tertiary-font: "Inter", sans-serif;--quaternary-font: "Inter", sans-serif;--quinary-font: "Inter", sans-serif}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.voxire-loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.voxire-spinner-ring{border:3px solid rgba(16,16,16,.1);border-top:3px solid #101010;border-radius:50%;animation:voxire-spin-animation 1s linear infinite}.voxire-spinner-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:#757575;text-align:center;margin-top:.5rem}.voxire-loading-spinner--small .voxire-spinner-ring{width:20px;height:20px;border-width:2px}.voxire-loading-spinner--small .voxire-spinner-text{font-size:.75rem}.voxire-loading-spinner--medium .voxire-spinner-ring{width:32px;height:32px;border-width:3px}.voxire-loading-spinner--medium .voxire-spinner-text{font-size:.875rem}.voxire-loading-spinner--large .voxire-spinner-ring{width:48px;height:48px;border-width:4px}.voxire-loading-spinner--large .voxire-spinner-text{font-size:1rem}.voxire-loading-spinner--primary .voxire-spinner-ring{border-top-color:#101010}.voxire-loading-spinner--secondary .voxire-spinner-ring{border-top-color:#dc004e}.voxire-loading-spinner--inherit .voxire-spinner-ring{border-top-color:currentColor}@keyframes voxire-spin-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.voxire-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:2px solid transparent;border-radius:4px;box-sizing:border-box;font-family:var(--secondary-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-weight:600;font-size:16px;line-height:1;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;outline:none}.voxire-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.voxire-button:active{transform:none}.voxire-button.voxire-button-sm{padding:8px 16px;font-size:14px;gap:6px}.voxire-button.voxire-button-md{padding:12px 24px;font-size:16px;gap:8px}.voxire-button.voxire-button-lg{padding:16px 32px;font-size:18px;gap:10px}.voxire-button.voxire-button-full-width{width:100%}.voxire-button.voxire-button-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.voxire-button.voxire-button-disabled:active{transform:none}.voxire-button.voxire-button-loading{cursor:wait;pointer-events:none}.voxire-button.voxire-button-loading .voxire-button-content{display:flex;align-items:center;gap:8px}.voxire-button.voxire-button-loading .voxire-button-prefix,.voxire-button.voxire-button-loading .voxire-button-suffix{display:none}.voxire-button .voxire-button-content{display:flex;align-items:center;gap:8px}.voxire-button .voxire-button-text{display:inline-block;line-height:1}.voxire-button .voxire-button-prefix,.voxire-button .voxire-button-suffix{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px}.voxire-button .voxire-button-prefix{order:1}.voxire-button .voxire-button-text{order:2}.voxire-button .voxire-button-suffix{order:3}.voxire-button.voxire-button-sm .voxire-button-prefix,.voxire-button.voxire-button-sm .voxire-button-suffix{width:14px;height:14px}.voxire-button.voxire-button-lg .voxire-button-prefix,.voxire-button.voxire-button-lg .voxire-button-suffix{width:18px;height:18px}.voxire-button-primary{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.voxire-button-primary:hover:not(.voxire-button-disabled){background-color:#2a2a2a;border-color:#2a2a2a}.voxire-button-secondary{background-color:#fff;border-color:var(--primary-color);color:var(--primary-color)}.voxire-button-secondary:hover:not(.voxire-button-disabled){background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.voxire-button-outline{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color)}.voxire-button-outline:hover:not(.voxire-button-disabled){background-color:var(--primary-color);color:#fff}.voxire-button-ghost{background-color:transparent;border-color:transparent;color:var(--primary-color)}.voxire-button-ghost:hover:not(.voxire-button-disabled){background-color:#0000000d}.voxire-button-ghost:active:not(.voxire-button-disabled){background-color:#0000001a}.voxire-button-soft{background-color:#eaebe0;border-color:#eaebe0;color:#374151;border-radius:24px}.voxire-button-soft:hover:not(.voxire-button-disabled){background-color:#fff;border-color:#fff;color:#1f2937}.voxire-button-soft:active:not(.voxire-button-disabled){background-color:#f9fafb;border-color:#f9fafb}.voxire-button-dark-outline{background-color:#20211f;border-color:#423e3a;color:#f9fafb;border-radius:24px}.voxire-button-dark-outline:hover:not(.voxire-button-disabled){background-color:#1a1b19;border-color:#524d47;color:#fff}.voxire-button-dark-outline:active:not(.voxire-button-disabled){background-color:#141514;border-color:#625c54}@media(prefers-color-scheme:dark){.voxire-button-ghost:hover:not(.voxire-button-disabled){background-color:#ffffff1a}.voxire-button-ghost:active:not(.voxire-button-disabled){background-color:#ffffff26}}@media(max-width:768px){.voxire-button.voxire-button-lg{padding:14px 28px;font-size:16px}.voxire-button.voxire-button-md{padding:10px 20px;font-size:15px}.voxire-button.voxire-button-sm{padding:6px 12px;font-size:13px}}@media(prefers-contrast:high){.voxire-button{border-width:3px}.voxire-button:focus-visible{outline-width:3px}}@media(prefers-reduced-motion:reduce){.voxire-button{transition:none}.voxire-button:hover,.voxire-button:active{transform:none}}.voxire-input{position:relative;width:100%}.voxire-input__label{display:inline-block;color:#6b7280;font-weight:600;font-size:.9rem;margin-bottom:6px}.voxire-input__field{width:100%;padding:12px 46px 12px 14px;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;font-size:15px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#111827;transition:box-shadow .2s ease,border-color .2s ease}.voxire-input__field::-moz-placeholder{color:#9ca3af}.voxire-input__field::placeholder{color:#9ca3af}.voxire-input__field:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #0404280f}.voxire-input__field:disabled{background:#f9fafb;cursor:not-allowed}.voxire-input__toggle{position:absolute;right:20px;background:transparent;border:none;cursor:pointer;color:#6b7280;width:24px;height:24px}.voxire-input__toggle svg{position:absolute;width:16px;height:16px}.voxire-input__helper{margin-top:4px;font-size:13px;color:#6b7280}.voxire-input__helper.is-error{color:#dc2626}.voxire-input--error .voxire-input__field{border-color:#dc2626}.voxire-input--disabled .voxire-input__field{opacity:.6}.voxire-modal-backdrop{position:fixed;inset:0;z-index:1050;display:flex;align-items:center;justify-content:center;background:#00000080;padding:1rem;animation:fadeIn .15s ease}.voxire-modal{background:#fff;border-radius:8px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;width:100%;max-height:calc(100vh - 2rem);display:flex;flex-direction:column;animation:slideUp .2s ease}.voxire-modal__title{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:linear-gradient(135deg,var(--primary-color, #151515) 0%,#030320 100%);color:#fff;font-weight:600;font-size:18px;flex-shrink:0}.voxire-modal__close{background:transparent;border:none;color:#fff;cursor:pointer;font-size:1rem;padding:4px 8px;border-radius:4px;line-height:1}.voxire-modal__close:hover{background:#ffffff26}.voxire-modal__content{padding:24px;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.voxire-fullscreen-loader{position:fixed;inset:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:9999;background-color:#fff}.voxire-select{position:relative;width:100%}.voxire-select__label{font-size:12px;font-weight:600;color:#6b7280;display:inline-block;margin-bottom:6px}.voxire-select__required{color:#dc2626;margin-left:2px}.voxire-select__container{position:relative}.voxire-select__toggle{width:100%;height:40px;border:1px solid #e5e7eb;border-radius:6px;padding:0 12px;background:#fff;color:var(--admin-primary);font-size:14px;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;outline:none}.voxire-select__toggle:focus{border-color:var(--secondary-color);box-shadow:0 0 0 3px #4485c426}.voxire-select__toggle--placeholder{color:#9ca3af}.voxire-select__toggle--disabled{opacity:.6;cursor:not-allowed}.voxire-select__toggle--error{border-color:#dc2626}.voxire-select__value{flex:1;text-align:left}.voxire-select__chevron{width:12px;height:12px;transition:transform .2s;display:flex;align-items:center;justify-content:center}.voxire-select__chevron--open{transform:rotate(180deg)}.voxire-select__menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:1000;margin-top:2px}.voxire-select__option{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f3f4f6}.voxire-select__option:last-child{border-bottom:none}.voxire-select__option:hover{background-color:#f9fafb}.voxire-select__option-title{font-size:14px;color:var(--admin-primary);font-weight:500;margin-bottom:2px}.voxire-select__option-description{font-size:12px;color:#6b7280;line-height:1.3}.voxire-select__helper{margin-top:4px;font-size:12px;color:#6b7280}.voxire-select__helper--error{color:#dc2626}.voxire-select--disabled .voxire-select__toggle{opacity:.6}.voxire-select--error .voxire-select__toggle{border-color:#dc2626}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}body{margin:0;padding:0}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-mt-2{margin-top:-.5rem}.mb-1\.5{margin-bottom:.375rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.h-px{height:1px}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.rounded-2xl{border-radius:20px}.border{border-width:1px}.border-black\/5{border-color:#0000000d}.bg-\[\#f8f8fb\]{--tw-bg-opacity: 1;background-color:rgb(248 248 251 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-6{padding:1.5rem}.p-8{padding:2rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-accent{--tw-text-opacity: 1;color:rgb(3 174 210 / var(--tw-text-opacity, 1))}.text-destructive{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-muted{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-muted\/70{color:#6b7280b3}.text-primary{--tw-text-opacity: 1;color:rgb(4 4 40 / var(--tw-text-opacity, 1))}.text-success{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.shadow-card{--tw-shadow: 0 1px 4px rgba(0,0,0,.08);--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:underline:hover{text-decoration-line:underline}
