/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-leading:initial;--tw-font-weight:initial;--tw-border-style:solid;--tw-duration:initial;--tw-ease:initial}}}.amount-controller{padding-inline:calc(var(--spacing,.25rem)*3);padding-block:calc(var(--spacing,.25rem)*2);font-family:var(--font-family-mulish,"Mulish",sans-serif);justify-content:space-between;align-items:center;gap:16px;display:flex}.amount-controller__label{--tw-leading:20px;--tw-font-weight:var(--font-weight-bold,700);font-size:14px;line-height:20px;font-weight:var(--font-weight-bold,700);white-space:nowrap;color:var(--color-osb-neutral-100,#dcdcdc)}.amount-controller__controls{justify-content:center;align-items:center;gap:calc(var(--spacing,.25rem)*4);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-osb-neutral-600,#202020);border-radius:3.40282e+38px;padding:7px;display:flex}.amount-controller__value-container{height:calc(var(--spacing,.25rem)*6);justify-content:center;align-items:center;min-width:24px;display:flex;position:relative;overflow:hidden}.amount-controller__value{text-align:center;--tw-leading:22px;--tw-font-weight:var(--font-weight-bold,700);width:24px;font-size:16px;line-height:22px;font-weight:var(--font-weight-bold,700);color:var(--color-osb-neutral-100,#dcdcdc);transition-property:transform,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));--tw-duration:.4s;--tw-ease:cubic-bezier(.4,0,.2,1);transition-duration:.4s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.amount-controller__value--previous{top:calc(var(--spacing,.25rem)*0);right:calc(var(--spacing,.25rem)*0);left:calc(var(--spacing,.25rem)*0);position:absolute}.amount-controller__icon{height:calc(var(--spacing,.25rem)*3);width:calc(var(--spacing,.25rem)*3);color:currentColor}.amount-controller__value--slide-up{animation:slideUp .4s cubic-bezier(.4,0,.2,1) forwards}.amount-controller__value--enter-from-below{animation:enterFromBelow .4s cubic-bezier(.4,0,.2,1) forwards}.amount-controller__value--slide-down{animation:slideDown .4s cubic-bezier(.4,0,.2,1) forwards}.amount-controller__value--enter-from-above{animation:enterFromAbove .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-150%)}}@keyframes enterFromBelow{0%{opacity:0;transform:translateY(150%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(150%)}}@keyframes enterFromAbove{0%{opacity:0;transform:translateY(-150%)}to{opacity:1;transform:translateY(0)}}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}