: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:red;--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}@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 (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}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes voxire-spin-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.voxire-loading-spinner{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.voxire-spinner-ring{border:3px solid #1010101a;border-top-color:#151515;border-radius:50%;animation:1s linear infinite voxire-spin-animation}.voxire-spinner-text{color:#757575;text-align:center;margin-top:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem}.voxire-loading-spinner--small .voxire-spinner-ring{border-width:2px;width:20px;height:20px}.voxire-loading-spinner--small .voxire-spinner-text{font-size:.75rem}.voxire-loading-spinner--medium .voxire-spinner-ring{border-width:3px;width:32px;height:32px}.voxire-loading-spinner--medium .voxire-spinner-text{font-size:.875rem}.voxire-loading-spinner--large .voxire-spinner-ring{border-width:4px;width:48px;height:48px}.voxire-loading-spinner--large .voxire-spinner-text{font-size:1rem}.voxire-loading-spinner--primary .voxire-spinner-ring{border-top-color:#151515}.voxire-loading-spinner--secondary .voxire-spinner-ring{border-top-color:#dc004e}.voxire-loading-spinner--inherit .voxire-spinner-ring{border-top-color:currentColor}.voxire-button{box-sizing:border-box;font-family:var(--primary-font,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);cursor:pointer;transition:background .22s var(--ease-out-soft,cubic-bezier(.22, 1, .36, 1)), border-color .22s ease, color .22s ease, box-shadow .22s var(--ease-out-soft,cubic-bezier(.22, 1, .36, 1)), transform .22s var(--ease-out-soft,cubic-bezier(.22, 1, .36, 1));user-select:none;white-space:nowrap;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.voxire-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.voxire-button:active{transform:translateY(0)}.voxire-button.voxire-button-sm{gap:6px;padding:8px 16px;font-size:14px}.voxire-button.voxire-button-md{gap:8px;padding:12px 24px;font-size:16px}.voxire-button.voxire-button-lg{gap:10px;padding:16px 32px;font-size:18px}.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{align-items:center;gap:8px;display:flex}.voxire-button.voxire-button-loading .voxire-button-prefix,.voxire-button.voxire-button-loading .voxire-button-suffix{display:none}.voxire-button .voxire-button-content{z-index:1;align-items:center;gap:8px;display:flex;position:relative}.voxire-button .voxire-button-text{line-height:1;display:inline-block}.voxire-button .voxire-button-prefix,.voxire-button .voxire-button-suffix{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.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,.voxire-button-secondary,.voxire-button-outline,.voxire-button-soft,.voxire-button-dark-outline{color:#0a0a0a;box-shadow:none;text-shadow:none;background:#fff;border:none;border-radius:12px}.voxire-button-primary:hover:not(.voxire-button-disabled),.voxire-button-secondary:hover:not(.voxire-button-disabled),.voxire-button-outline:hover:not(.voxire-button-disabled),.voxire-button-soft:hover:not(.voxire-button-disabled),.voxire-button-dark-outline:hover:not(.voxire-button-disabled){color:#0a0a0a;box-shadow:none;background:#f4f4f4;transform:translateY(-1px)}.voxire-button-primary:active:not(.voxire-button-disabled),.voxire-button-secondary:active:not(.voxire-button-disabled),.voxire-button-outline:active:not(.voxire-button-disabled),.voxire-button-soft:active:not(.voxire-button-disabled),.voxire-button-dark-outline:active:not(.voxire-button-disabled){box-shadow:none;background:#eee;transform:translateY(0)}.voxire-button-ghost{color:var(--primary-color);background-color:#0000;border-color:#0000}.voxire-button-ghost:hover:not(.voxire-button-disabled){background-color:#0000000d}.voxire-button-ghost:active:not(.voxire-button-disabled){background-color:#0000001a}@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 (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{width:100%;position:relative}.voxire-input__label{color:#6b7280;margin-bottom:6px;font-size:.9rem;font-weight:600;display:inline-block}.voxire-input__field{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:12px 46px 12px 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;transition:box-shadow .2s,border-color .2s}.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{cursor:not-allowed;background:#f9fafb}.voxire-input__toggle{cursor:pointer;color:#6b7280;background:0 0;border:none;width:24px;height:24px;position:absolute;right:20px}.voxire-input__toggle svg{width:16px;height:16px;position:absolute}.voxire-input__helper{color:#6b7280;margin-top:4px;font-size:13px}.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{z-index:1050;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.voxire-modal{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-height:calc(100vh - 2rem);animation:.2s slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.voxire-modal__title{background:linear-gradient(135deg, var(--primary-color,#151515) 0%, #030320 100%);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;font-size:18px;font-weight:600;display:flex}.voxire-modal__close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1rem;line-height:1}.voxire-modal__close:hover{background:#ffffff26}.voxire-modal__content{padding:24px;overflow-y:auto}.voxire-fullscreen-loader{z-index:9999;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;inset:0}.voxire-select{width:100%;position:relative}.voxire-select__label{color:#6b7280;margin-bottom:6px;font-size:12px;font-weight:600;display:inline-block}.voxire-select__required{color:#dc2626;margin-left:2px}.voxire-select__container{position:relative}.voxire-select__toggle{width:100%;height:40px;color:var(--admin-primary);text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;justify-content:space-between;align-items:center;padding:0 12px;font-size:14px;display:flex}.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{text-align:left;flex:1}.voxire-select__chevron{justify-content:center;align-items:center;width:12px;height:12px;transition:transform .2s;display:flex}.voxire-select__chevron--open{transform:rotate(180deg)}.voxire-select__menu{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:6px;max-height:200px;margin-top:2px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.voxire-select__option{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:8px 12px}.voxire-select__option:last-child{border-bottom:none}.voxire-select__option:hover{background-color:#f9fafb}.voxire-select__option-title{color:var(--admin-primary);margin-bottom:2px;font-size:14px;font-weight:500}.voxire-select__option-description{color:#6b7280;font-size:12px;line-height:1.3}.voxire-select__helper{color:#6b7280;margin-top:4px;font-size:12px}.voxire-select__helper--error{color:#dc2626}.voxire-select--disabled .voxire-select__toggle{opacity:.6}.voxire-select--error .voxire-select__toggle{border-color:#dc2626}
