.survey-modal[hidden]{display:none}.survey-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;font:inherit}.survey-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.5)}.survey-modal__panel{position:relative;margin:7vh auto;max-width:min(720px,92vw);background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:var(--text-boxes-radius);border:var(--text-boxes-border-width) solid rgba(var(--color-foreground),var(--text-boxes-border-opacity));box-shadow:var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow),var(--text-boxes-shadow-opacity));padding:clamp(18px,2.4vw,28px);outline:0;border:1px solid lightgray}.survey-modal__title{margin:0 0 1rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 1.7rem);line-height:calc(1 + .3/max(1,var(--font-heading-scale)));color:rgb(var(--color-foreground))}.survey-item{margin:1.2rem 0}.survey-item legend{margin-bottom:.6rem;font-size:1.6rem;letter-spacing:.04rem;color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold, 600)}.survey-item .choice{display:inline-flex;align-items:center;gap:.6rem;margin:.6rem 1.2rem .2rem 0;font-size:1.4rem;color:rgb(var(--color-foreground));cursor:pointer;-webkit-user-select:none;user-select:none}.survey-item input[type=radio],.survey-item input[type=checkbox]{width:1.8rem;height:1.8rem;flex:0 0 auto;accent-color:rgb(var(--color-button))}.survey-item--error{border-radius:var(--inputs-radius);border:.1rem solid rgba(239,68,68,.9);background:#ef44440f;padding:.8rem}.survey-error{color:#ef4444;font-size:1.3rem;margin-top:.4rem}.survey-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.6rem}.survey-actions .button{min-width:auto}@media (max-width: 480px){.survey-modal__panel{margin:6vh auto}}@media (prefers-reduced-motion: no-preference){.survey-modal__panel{animation:fadeIn var(--duration-extra-long) var(--ease-out-slow)}@keyframes fadeIn{0%{opacity:.01;transform:translateY(2rem)}to{opacity:1;transform:none}}}.survey-actions{display:flex;gap:1rem;justify-content:flex-end}.survey-btn{--_minw: calc(12rem + var(--buttons-border-width) * 2);--_minh: calc(4.5rem + var(--buttons-border-width) * 2);position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:var(--_minw);min-height:var(--_minh);padding:0 3rem;border:0;cursor:pointer;text-decoration:none;font:inherit;font-size:1.5rem;letter-spacing:.1rem;color:rgb(var(--color-foreground));background:transparent;border-radius:var(--buttons-radius-outset);transition:box-shadow var(--duration-short) ease,transform var(--duration-default) var(--ease-out-slow)}.survey-btn:before,.survey-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--buttons-radius-outset);pointer-events:none}.survey-btn:before{z-index:-1;box-shadow:var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow),var(--buttons-shadow-opacity))}.survey-btn:after{z-index:1;inset:var(--buttons-border-width);border-radius:var(--buttons-radius)}.survey-btn:after{box-shadow:0 0 0 var(--buttons-border-width) rgba(var(--color-foreground),.2)}.survey-btn:hover:after{box-shadow:0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-foreground),.28)}.survey-btn--primary{color:rgb(var(--color-button-text));background-color:rgba(var(--color-button),var(--alpha-button-background))}.survey-btn--primary:after{box-shadow:0 0 0 calc(var(--buttons-border-width) + .3px) rgba(var(--color-button),var(--alpha-button-background)),0 0 0 calc(var(--buttons-border-width) + var(--buttons-border-offset, 1px)) rgba(var(--color-button-text),calc(1 - var(--buttons-border-opacity)))}.survey-btn--primary:hover:after{box-shadow:0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button),var(--alpha-button-background)),0 0 0 calc(var(--buttons-border-width) + 1.3px) rgba(var(--color-button-text),.22)}.survey-btn:focus-visible{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}.survey-btn[disabled],.survey-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}@media (hover:hover){.survey-btn:hover{transform:translateY(-.25rem)}.survey-btn:active{transform:translateY(0)}}.survey-btn{padding:1rem 1.6rem;min-width:calc(9rem + var(--buttons-border-width)*2);min-height:calc(3.5rem + var(--buttons-border-width)*2);font-size:1.3rem}.survey-modal__panel{display:flex;flex-direction:column;max-height:min(92vh,800px)}.survey-form{overflow:auto;flex:1 1 auto;min-height:0;padding-right:.4rem}.survey-actions{position:sticky;bottom:0;display:flex;gap:.8rem;justify-content:flex-end;padding:1.2rem;margin-top:1rem;background:linear-gradient(to bottom,rgba(var(--color-background),.85),rgb(var(--color-background)));border-top:1px solid rgba(var(--color-foreground),.08)}.survey-item{margin-bottom:1.2rem}.survey-item--error{scroll-margin:12vh}.survey-error{margin-top:.4rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/survey-modal.css.map */
