@import"https://fonts.googleapis.com/css2?family=Rubik&family=Alef&display=swap";:root{--clr1: #713A3A;--clr2: #B1573F;--clr3: #963F28;--clr4: #D4903C;--clr5: #AE7A48;--clr6: #ece3cb;--clr7: #e8dfc6;--clr8: #ffffffd1;--clr9: #ffffffcc;--clr-light: color-mix(in lab, var(--clr1), white 15%);--clr-dark: color-mix(in lab, var(--clr1), black 15%);--clr-semi-white: #ffffffd1;--clr-white: #fff;--gray1: #ddd;--gray2: #aaa;--gray3: #777;--gray4: #333;--letter-spacing: .2rem;--header-height: 4.5rem;--about-header-nav-height: 3rem;--header-height-with-about-nav: calc(var(--header-height) + var(--about-header-nav-height))}@font-face{font-family:michlin;src:url(/assets/Michlin-CKAS9wo_.ttf)}@font-face{font-family:michlin-s;src:url(/assets/Michlin_S-Regular-BnX0qc-R.ttf)}select{padding:.75rem 1rem;background-color:#fff;border:.4px solid color-mix(in srgb,var(--clr5) 28%,white);border-radius:1rem;align-items:center}select :focus{border:.4px solid color-mix(in srgb,var(--clr5) 28%,white)}select,::picker(select){appearance:base-select;cursor:pointer;transition:all .2s}select::picker-icon{content:"";display:inline-block;width:20px;height:20px;background-color:var(--clr1);-webkit-mask:url(/icon/dropdown_icon.svg) no-repeat center;mask:url(/icon/dropdown_icon.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}select option::checkmark{content:"";display:inline-block;width:30px;height:30px;background-color:var(--clr1);-webkit-mask:url(../../public/icon/check_icon.svg) no-repeat center;mask:url(../../public/icon/check_icon.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}select::picker(select){border:.4px solid color-mix(in srgb,var(--clr5) 28%,white);background:#f8f8f8;background-color:#fff;color:#1a1029;padding:1rem;transition:all .2s;font-size:1rem;border-radius:.75rem;box-shadow:0 6px 15px #0003}select option{padding:.75rem 0;margin:.5rem 0;border-radius:.5rem;cursor:pointer;transition:background-color .2s;color:var(--clr1);font-size:1.3rem}select option:hover{background-color:var(--clr6)}select option:checked{background-color:var(--clr6)}audio{background-color:transparent}audio ::-webkit-media-controls-panel{background-color:#f0f0f0;border-radius:5px;box-shadow:0 1px 3px #0000001a}audio::-webkit-media-controls-enclosure{background-color:transparent}audio::-webkit-media-controls-volume-slider{background-color:transparent}audio::-webkit-media-controls-timeline-container{padding:0 10px}audio::-webkit-media-controls-timeline{background-color:transparent}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}input,textarea{width:100%;border:.4px solid color-mix(in srgb,var(--clr5) 28%,white);background-color:var(--clr-white);color:var(--clr1);border-radius:1rem;padding:.75rem 1rem;font-size:1.3rem;letter-spacing:var(--letter-spacing);outline:none;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease,background-color .2s ease,opacity .2s ease;box-sizing:border-box;direction:rtl}input::placeholder,textarea::placeholder{font-size:1.3rem;line-height:2rem;letter-spacing:var(--letter-spacing);font-family:inherit;white-space:pre-wrap;color:var(--clr1);text-align:right;opacity:.6}input:focus,select:focus,textarea:focus{border-color:var(--clr4);background-color:none}input,button,select,textarea{font-family:inherit}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px white inset;-webkit-text-fill-color:var(--clr1)}label{display:block;margin-bottom:8px;color:var(--clr1);font-size:1.5rem;font-weight:600;text-align:start;letter-spacing:4px}form{display:flex;flex-direction:column}button{padding:.5em .8em;border:0;margin:.5em;cursor:pointer;background-color:var(--clr1);border-radius:1rem;color:var(--clr6);font-family:michlin,"sans-serif";font-size:1.2rem;letter-spacing:3px;font-weight:900}button:hover{transition:.3s;background-color:var(--clr4)}textarea::selection,input::selection,::selection{background:var(--clr4);color:#fff}.form-checkbox{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer}.form-checkbox__control{position:relative;display:inline-flex;align-items:center;justify-content:center}.form-checkbox__input{position:absolute;width:1px;height:1px;opacity:0;margin:0;padding:0;pointer-events:none}.form-checkbox__box{width:1rem;height:1rem;border:2px solid var(--clr1);border-radius:.2rem;background-color:transparent;margin-right:.5rem;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}.form-checkbox__box:after{content:"";width:100%;height:100%;background-color:#fff;opacity:0;transform:scale(1);transition:opacity .15s ease,transform .15s ease;-webkit-mask:url(/icon/check_icon.svg) no-repeat center calc(50% - 1px);mask:url(/icon/check_icon.svg) no-repeat center calc(50% - 1px);-webkit-mask-size:280% 280%;mask-size:280% 280%}.form-checkbox__input:checked+.form-checkbox__box{background-color:var(--clr1);border-color:var(--clr1)}.form-checkbox__input:checked+.form-checkbox__box:after{opacity:1;transform:scale(1.2)}.form-checkbox:hover .form-checkbox__box{transform:scale(1.05)}.form-checkbox__input:focus-visible+.form-checkbox__box{outline:3px solid color-mix(in srgb,var(--clr1) 30%,transparent);outline-offset:3px}.main-container{display:grid;grid-template-columns:minmax(5px,5vw) minmax(0,1fr) minmax(5px,5vw)}.main-container>*{grid-column:2;min-width:0}.main-container>main{min-height:calc(100vh - 7rem);grid-column:2;padding-top:var(--header-height);margin-bottom:1rem}.main-container>main:not(:has(.home)){margin-top:1rem}.main-container:has(>.app-header.has-about-nav){--header-height: var(--header-height-with-about-nav)}@media(min-width:768px){.main-container{grid-template-columns:minmax(10px,10vw) minmax(0,1fr) minmax(10px,10vw)}.main-container>*{grid-column:2;min-width:0}.main-container>main{grid-column:2}}@media(min-width:1024px){.main-container{display:grid;grid-template-columns:minmax(20px,20vw) minmax(0,1fr) minmax(20px,20vw)}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;scroll-padding-top:var(--header-height-with-about-nav)}html{background-color:var(--clr3)}html,body{overflow-x:hidden}:is(html,body):has(.user-menu){overflow:hidden}body{margin:0 auto;font-family:michlin,Alef,Rubik,system-ui,Arial,sans-serif;letter-spacing:2px;font-size:2rem;color:var(--clr6);background-color:var(--clr2)}h1,h2,h3,h4,h5,h6{margin:0 0 1.5rem}h2{font-size:3rem;letter-spacing:.5rem;overflow:hidden}p{margin:0;line-height:2.5rem}a{text-decoration:none;color:unset}a:hover{text-decoration:none}ul{list-style:none;padding:0}input{max-width:100%}img,embed,video,object{max-width:100%;display:block}textarea{resize:none}.close-btn{border:none;font-size:1rem;cursor:pointer;color:var(--clr6);width:30px;height:30px;border-radius:50%;background-color:var(--clr1);display:flex;justify-content:center}.close-btn:hover{background-color:var(--clr4)}@media(min-width:768px){body{font-size:2rem}p{line-height:2.5rem}}.not-found{width:100%;text-align:center;color:inherit;border-radius:.625rem;box-sizing:border-box}.not-found h2,.not-found p{text-align:right}.not-found .not-found__link{display:block;width:fit-content;padding:.5em .8em;border:0;margin:.5em auto;cursor:pointer;background-color:var(--clr1);border-radius:1rem;color:var(--clr-white);font-family:michlin,"sans-serif";font-size:1.2rem;letter-spacing:3px}.not-found .not-found__link:hover{transition:.3s;background-color:var(--clr4)}.about-us{justify-self:center;gap:.5rem;margin:0;animation:fadeUp .35s ease;line-height:2rem;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.about-us .about-nav{display:none}.about-us header{display:flex;justify-content:space-between}.about-us header h2{align-self:center}.about-us header img{width:100px;height:100px;border-radius:50%;object-fit:cover;transition:transform .5s ease;aspect-ratio:1 / 1}.about-us button{justify-self:center;display:block}.about-us>div{border-radius:.5rem}.about-us>div:not(:first-of-type){margin-top:1rem}.about-us>div[id]{scroll-margin-top:.5rem}.about-us .sip-how{background-color:var(--clr6);color:var(--clr1);padding:1rem}.about-us .sip-how .steps{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.about-us .sip-how .steps article{width:100%;min-width:0}.about-us .sip-how .steps article h1{margin:0;font-size:3rem}.about-us .sip-how .steps article p{font-size:1.5rem;margin:0;line-height:2rem;font-weight:600}.about-us .sip-how .steps .arrow{flex-shrink:0;display:block;width:clamp(1rem,2vw,1.25rem);height:auto;color:var(--clr1)}@media(min-width:768px){.about-us header img:hover{transform:scale(1.3)}.about-us p{margin:0}.about-us .sip-how .steps{flex-direction:row;align-items:flex-start;gap:.5rem}.about-us .sip-how .steps article{flex:1 1 0;width:auto;min-width:0}.about-us .sip-how .steps article h1{font-size:2.5rem;margin:0 0 .5rem}.about-us .sip-how .steps article p{font-size:1.5rem;line-height:1.7rem;letter-spacing:1px}.about-us .sip-how .steps .arrow{height:auto;align-self:center;width:clamp(2.5rem,2.5vw,2.5rem)}}@media(min-width:1024px){.about-us .sip-how .steps{gap:.75rem}}.contact-us{grid-column:1;width:100%;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.contact-us h2{margin:0}.contact-icons{display:flex;justify-content:center;margin-bottom:1rem;gap:1rem;max-width:100%}.contact-icons ul{display:flex;color:var(--clr6)}.contact-icons ul :hover li{color:var(--clr-white)}.contact-icons ul a{display:flex;flex-direction:column;align-items:center}.contact-icons ul svg{width:3rem;fill:var(--clr6);stroke:var(--clr6)}.contact-icons ul li{padding-bottom:.5rem;justify-self:center;font-size:1.5rem}.contact-icons ul:hover{color:var(--clr-white)}.contact-icons ul:hover svg{fill:var(--clr-white);stroke:var(--clr-white)}.contact-icons ul:hover li{color:var(--clr-white)}@media(min-width:768px){.contact-icons ul{margin:1rem}.contact-icons ul svg{width:3.5rem}.contact-icons ul li{font-size:2rem}}.contact-form{width:100%;gap:.5rem;margin:0;padding:1.25rem 1rem;border-radius:.625rem;box-sizing:border-box;color:var(--clr1);background:var(--clr-semi-white);-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);animation:fadeUp .35s ease}.contact-form .form-checkbox__text{font-size:1rem;margin-top:1rem}.contact-form h2{margin:0 0 1.5rem}.contact-form button{font-size:1.5rem;width:40%;align-self:center}.contact-form .form-checkbox{margin-top:.5rem}@media(min-width:768px){.contact-form{width:60%;justify-self:center}}.home{display:grid;width:100%;justify-items:center;gap:1.5rem;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.home .logo-text{display:block;fill:var(--clr6);font-size:2rem;size:2rem}.home>header{position:relative;width:100%;max-width:none;margin-inline:calc(50% - 50vw);overflow:visible;margin:5rem 0 1.5rem}.home>header .home-header-text{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto}.home>header .home-header-text .logo-text{align-self:stretch;width:100%;flex-shrink:0;position:relative;z-index:2}.home>header .home-header-logo{align-self:stretch;width:120%;align-self:center}.home>header .home-header-artwork{width:min(10rem,300px);justify-self:center;position:absolute;right:-5rem;top:37%;width:min(70vw,300px);transform:translateY(-50%) rotate(12deg);transform-origin:center center;z-index:1;pointer-events:none;opacity:.85;object-fit:contain}.home>header h2{font-family:michlin-s,michlin,"sans-serif";margin-bottom:.5rem}.home>header h2,.home>header h4{color:var(--clr6);text-align:center;font-weight:100;line-height:3rem}.home>header h2{font-size:1.8rem;letter-spacing:4px}.home>header h4{line-height:2.2rem;margin-bottom:1rem;font-size:2rem}.home>header h4 span{display:block}.home>header .btn-cta{text-align:center}.home>header .btn-cta .build,.home>header .btn-cta .examples{width:15rem;min-height:3rem;font-size:1.4rem}.home>header .btn-cta .build{background-color:var(--clr6);color:var(--clr1)}.home>header .btn-cta .build:hover{background-color:var(--clr4);color:var(--clr6)}.home-img{width:30%}.home-gallery{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%;max-width:100%;min-width:0;overflow:hidden}.home-gallery h2{display:block;width:100%;margin:0;text-align:center;color:var(--clr6);font-weight:100;font-size:2.5rem;line-height:3rem}.home-gallery .build-cta button{width:15rem;min-height:3rem;font-size:1.4rem}.home-gallery-carousel{display:flex;align-items:center;width:100%;justify-content:center;position:relative}.home-gallery-viewport{border-radius:1rem;width:100%;max-width:100%;min-width:0;overflow:hidden}.home-gallery-nav{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:50%;background-color:var(--clr6);color:var(--clr1);font-size:1.5rem;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.home-gallery-nav.home-gallery-nav--next{position:absolute;right:min(-.5rem,15rem);top:40%;transform:translateY(-50%);z-index:2}.home-gallery-nav.home-gallery-nav--prev{position:absolute;left:min(-.5rem,15rem);top:40%;transform:translateY(-50%);z-index:2}.home-gallery-nav:disabled{opacity:.35;cursor:not-allowed}.home-gallery-nav:focus{outline:none}.home-gallery-nav:focus-visible{outline:2px solid var(--clr6);outline-offset:2px}.home-gallery-track{flex-direction:row;width:100%;transition:transform .35s ease;display:flex;align-items:flex-start}.home-gallery-card{display:flex;flex-direction:column;gap:.5rem;width:5rem;max-width:none;box-sizing:border-box;padding:0;border-radius:1rem;flex:0 0 100%;width:100%;max-width:100%;min-width:0;align-self:flex-start;height:auto}.home-gallery-card-image{flex:.8;min-height:0;border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:4 / 5;width:90%;align-self:center}.home-gallery-card img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;justify-self:center;border-radius:1rem}.home-gallery-card p{display:block;flex-shrink:0;margin:0;text-align:center;color:var(--clr6);font-size:1.8rem;line-height:1.4rem}.other-pages{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,10rem);gap:1.25rem;width:100%;max-width:100%;justify-items:center;align-items:stretch;box-sizing:border-box}.other-pages:has(>h2){grid-template-rows:auto repeat(2,13rem)}.other-pages h2{grid-column:1 / -1;width:100%;height:auto;margin:0;text-align:center;color:var(--clr6);font-weight:100;font-size:2.5rem;line-height:3rem}.other-pages article{display:grid;grid-template-rows:auto auto;gap:.5rem;width:min(100%,13.5rem);justify-self:center;align-self:stretch;padding:1.25rem 1rem;border-radius:22px;background-color:var(--clr6);cursor:pointer;box-sizing:border-box;overflow:hidden;box-shadow:0 10px 24px #713a3a14,0 2px 8px #0000000a}.other-pages article h3,.other-pages article p{margin:0;color:var(--clr1);text-align:center;align-self:center;justify-self:center;width:100%}.other-pages article h3{font-size:1.8rem;font-weight:100;line-height:1.8rem}.other-pages article p{font-size:1.1rem;line-height:1.6rem}.other-pages article svg{color:var(--clr1);width:3rem;justify-self:center;align-self:end}@media(min-width:500px){.home .home-gallery .home-gallery-card-image{width:70%}}@media(min-width:768px){.home .contact-us,.home .sip-examples{width:100%}.home header{margin:1rem 0}.home header .home-header-logo{width:100%}.home header h2{font-size:2.8rem;letter-spacing:8px;margin-bottom:1rem}.home header h4{font-size:2.2rem;line-height:2.8rem;margin-bottom:1rem}.home header .home-header-artwork{justify-self:right;position:absolute;right:-14rem;top:35%;width:min(58vw,450px);transform:translateY(-50%) rotate(15deg);transform-origin:center center;z-index:1;pointer-events:none;opacity:.8}.home header .btn-cta .build,.home header .btn-cta .examples{width:15rem;height:3rem;font-size:1.5rem}.home .home-gallery{margin:1rem 0 0;padding:.5rem 0}.home .home-gallery h2{font-size:2.8rem;letter-spacing:8px}.home .home-gallery-nav{display:none}.home .home-gallery-viewport{overflow:visible}.home .home-gallery-track{display:grid;grid-template-columns:repeat(3,auto);transform:none;transition:none;gap:1.5rem;align-items:start;padding-inline:0}.home .home-gallery-card{flex:unset;width:auto;max-width:none;gap:1rem;padding:.8rem;box-shadow:0 6px 15px #0003;border-radius:1rem}.home .home-gallery-card .home-gallery-card-image{flex:unset;aspect-ratio:4 / 5;border-radius:26px}.home .home-gallery-card p{font-size:1.5rem;width:100%;height:3rem;line-height:1.5rem}.home .home-gallery-card.featured .home-gallery-card-image{transform:translateY(-8px);box-shadow:0 18px 40px #713a3a24,0 4px 12px #0000000d}.home .home-gallery-card:nth-child(2n) .home-gallery-card-image{transform:rotate(2deg)}.home .home-gallery-card:hover .home-gallery-card-image{transform:translateY(-8px) scale(1.02)}.home .home-gallery-card:nth-child(2n):hover .home-gallery-card-image{transform:translateY(-8px) scale(1.02) rotate(2deg)}.home .home-gallery-card-image{box-shadow:0 10px 24px #713a3a14,0 2px 8px #0000000a}.home .home-gallery-card img{width:100%;height:100%;display:block;object-fit:cover;scale:1.3;box-shadow:0 10px 24px #713a3a14,0 2px 8px #0000000a}.home .other-pages{grid-template-columns:repeat(4,1fr);grid-template-rows:auto;grid-auto-rows:auto;justify-items:stretch;align-items:stretch;margin:2rem 0;padding:.5rem 0 0;gap:1.25rem;width:100%;max-width:100%}.home .other-pages:has(>h2){grid-template-rows:auto}.home .other-pages h2{font-size:2.8rem;letter-spacing:8px}.home .other-pages article{display:grid;grid-template-rows:subgrid;grid-row:span 3;width:100%;height:auto;min-height:unset;max-height:none;overflow:visible;justify-self:stretch;padding:1.5rem 1.25rem;border-radius:26px}.home .other-pages article svg{align-self:start}.home .other-pages article h3{font-size:1.75rem;align-self:start}.home .other-pages article p{font-size:1.2rem;line-height:1.8rem}.home .other-pages article:hover{background-color:var(--clr4);transform:scale(1.1);transition:transform .5s ease}.home .other-pages article:hover h3,.home .other-pages article:hover p,.home .other-pages article:hover svg{color:var(--clr6)}}@media(min-width:1024px){.home header h2{font-size:3rem}.home header h4{font-size:2.5rem}.home header .home-header-artwork{width:min(48vw,500px);right:-20.5rem;top:40%;object-fit:contain}.home .home-gallery h2,.home .other-pages h2{font-size:3rem}}.sip-testa{width:100%;max-width:32rem;margin:1rem auto;background-color:var(--clr3);border-radius:.5rem}.sip-testa-slide{display:grid;grid-template-rows:auto 1fr auto;align-items:center;justify-items:center;gap:1rem;padding:.8rem;box-sizing:border-box;border-radius:.5rem;box-shadow:0 6px 15px #0003;text-align:center;color:var(--clr6);height:28rem;animation:sip-testa-fade .5s ease;cursor:pointer;transition:background-color .5s ease}.sip-testa-slide:hover{background-color:color-mix(in oklab,var(--clr3),black 10%)}.sip-testa-slide img{width:12rem;height:12rem;border-radius:1rem;object-fit:cover;margin-bottom:1rem;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.sip-testa-slide p{margin:0;font-size:1.6rem;line-height:2.4rem;font-weight:100;align-self:center;overflow:hidden;transition:font-size .3s ease}.sip-testa-slide h4{margin:0;font-size:1.2rem;font-weight:100;opacity:.85}@keyframes sip-testa-fade{0%{opacity:0}to{opacity:1}}@media(min-width:768px){.sip-testa .sip-testa-slide img{width:15rem;height:15rem}}.login-form,.signup-form,.forgot-password-form,.reset-password-form{display:grid;margin:auto;border-radius:.5rem;padding:1em;background-color:var(--clr8)}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) label{font-size:1.3rem;margin:.4em 0}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) svg{width:40px}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) input{width:100%;margin:.4em 0;border-radius:.625rem;line-height:1.5rem}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) p:not(.password-checklist){font-size:1rem;color:var(--clr1);line-height:1.5rem;text-align:center;background-color:var(--clr-white);border-radius:.625rem;margin:.5rem 0}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) p:not(.password-checklist) a{margin:0 .5rem;font-family:michlin,"sans-serif";display:block}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) p:not(.password-checklist) a:hover{color:var(--clr4)}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) button{font-size:1.5rem;letter-spacing:6px}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) .password{display:flex;flex-direction:column}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) .password .password-checklist{font-size:.95rem;color:var(--clr1)}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) .password .password-checklist p{text-align:right;display:block;background-color:transparent;line-height:1rem}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) .password .input-wrapper{position:relative;width:100%}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) .password span{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);cursor:pointer;color:var(--clr1);font-size:.8rem}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) .form-error{color:red;margin-top:.5rem}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) .form-success{color:var(--clr1);margin-top:.5rem;text-align:center}:is(.login-form,.signup-form,.forgot-password-form,.reset-password-form) h2{text-align:center;margin:0 0 .5rem}@media(min-width:768px){.login-form,.signup-form,.forgot-password-form,.reset-password-form{width:min(80%,300px)}}a.logo{height:27px;align-self:center;overflow:hidden}.logo .logo-full{width:3rem;padding:0;fill:var(--clr6);stroke:var(--clr6);stroke-miterlimit:10;stroke-width:13px}.logo:hover .logo-full{stroke:var(--clr-white);fill:var(--clr-white)}.logo .logo-book{width:2.5rem;padding:0;stroke:var(--clr6);stroke-miterlimit:10;stroke-width:10x}@media(min-width:768px){a.logo{height:auto;align-self:center}.logo .logo-full{width:4.5rem}.logo .logo-book{width:3rem}}.build-cta{margin:1.5rem 0;display:flex;justify-content:center;width:100%;margin:1rem 0}.build-cta button{font-size:1.5rem}@media(min-width:768px){.build-cta button{height:3rem}}.loader-container{place-self:center;width:100%}.loader{border:6px solid var(--clr6);border-top:6px solid var(--clr1);border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;place-self:center;margin:5em 0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-header{display:grid;grid-column:1 / -1;grid-template-columns:inherit;grid-template-rows:1fr;padding:.8rem 0;background-color:var(--clr3);color:var(--clr6);justify-items:center;z-index:auto;margin-bottom:.5rem;position:fixed;top:0;left:0;right:0;width:100%;z-index:100;height:calc(var(--header-height) + env(safe-area-inset-top,0px))}.app-header nav{grid-column:2;grid-row:1;width:100%;display:flex;width:max-content;align-items:center;justify-content:center;padding:0;font-size:1.3rem;gap:1.4em;letter-spacing:var(--letter-spacing)}.app-header nav .sip-build{z-index:3}.app-header nav .app-header-logo-link{position:relative;z-index:3;cursor:pointer;pointer-events:auto}.app-header nav .app-header-logo-link:hover .logo-text{fill:var(--clr-white);stroke:var(--clr-white)}.app-header nav .logo-text{width:4.5rem;fill:var(--clr6);stroke:var(--clr6);z-index:20;margin-top:.5rem;stroke-width:10px}.app-header.has-about-nav{height:auto;grid-template-rows:auto auto;padding-bottom:0}.app-header.has-about-nav>nav:not(.about-header-nav){grid-row:1}.app-header.has-about-nav>nav:not(.about-header-nav) a:hover{color:var(--clr-white);opacity:1}.app-header.has-about-nav .user{grid-row:1}.app-header .about-header-nav{display:grid;grid-column:1 / -1;grid-template-columns:inherit;grid-row:2;gap:.35rem .6rem;width:100%;padding:.5rem 0;font-size:1.2rem;letter-spacing:.07rem;background-color:var(--clr3)}.app-header .about-header-nav .links{width:100%;grid-column:2;display:inline-flex;justify-content:space-between}.app-header .about-header-nav .links a{text-align:center;color:var(--clr6);opacity:1;padding:0 4%}.app-header .about-header-nav .links a:hover{color:var(--clr-white);opacity:1}.app-header .about-header-nav .links a:not(:last-child){border-left:1px solid color-mix(in srgb,var(--clr6) 25%,transparent)}.app-header .user{grid-column:2;grid-row:1;width:100%;display:flex;position:relative;overflow:hidden;pointer-events:none}.app-header .user>*{pointer-events:auto}.app-header .login-link{font-size:1rem;z-index:2;align-self:center;width:2.5rem;fill:var(--clr6);stroke:var(--clr6)}.app-header .login-link svg{font-size:1.2rem}.app-header .login-link :hover{color:var(--clr-white)}.app-header .login-link button{margin-inline-end:0}.app-header .user-info{display:flex;align-items:center;margin:0;overflow:visible;color:var(--clr1)}.app-header .user-info button{background-color:var(--clr6);color:var(--clr2);margin:0;border-radius:50%;font-size:1rem;padding:0;width:40px;height:40px}.app-header .user-info button :hover{background-color:var(--clr6);color:var(--clr2)}.app-header .hamburger-icon{grid-column:2;grid-row:1;width:3.5rem;margin-left:auto;overflow:hidden}.app-header .hamburger-icon .menu-icon{color:var(--clr6);stroke:var(--clr6);stroke-miterlimit:10;stroke-width:12px;cursor:pointer}.app-header .hamburger-icon .menu-icon :hover{color:var(--clr-white)}@media(max-width:767px){.app-header:has(.user-menu){background-color:var(--clr2)}.app-header:has(.user-menu) .about-header-nav{background-color:var(--clr2)}}@media(min-width:768px){.app-header{flex-direction:row;margin-bottom:2rem;display:grid;width:100%;padding:.8rem 0;background-color:var(--clr3)}.app-header.has-about-nav{height:auto;grid-template-rows:auto auto;padding-bottom:0}.app-header.has-about-nav .logo,.app-header.has-about-nav .user,.app-header.has-about-nav>nav:not(.about-header-nav){grid-row:1}.app-header.has-about-nav .about-header-nav{grid-row:2;grid-column:1 / -1}.app-header .logo{grid-column:1}.app-header nav:not(.about-header-nav){display:flex;width:100%;justify-content:center;grid-column:2;justify-content:space-between;gap:auto;font-size:1.5rem;font-weight:900;letter-spacing:5px}.app-header nav:not(.about-header-nav) .active:not(.logo){color:var(--clr-white);opacity:1}.app-header .about-header-nav{font-size:1.4rem;letter-spacing:.15rem}.app-header .about-header-nav .links a{opacity:.8}.app-header .user{grid-column:3;margin-left:.7rem;position:relative;justify-content:center}.app-header .user .login-link{font-size:1.5rem;letter-spacing:5px;margin:0}.app-header .user .user-info button{font-size:1.5rem}}@media(min-width:1110px){.app-header nav:not(.about-header-nav){font-size:1.7rem}.app-header .about-header-nav{font-size:1.5rem}.app-header .user .login-link{font-size:1.7rem}.app-header .user .user-info button{font-size:1.7rem}}.app-footer{display:grid;align-items:center;justify-self:center;justify-content:space-between;min-height:3.5rem;height:min-content;padding:0;color:var(--clr6);font-family:michlin,"sans-serif";background-color:var(--clr3);grid-column:1 / -1;grid-template-columns:inherit;width:100%}.app-footer svg{width:1.5rem;fill:var(--clr6);stroke:var(--clr6)}.app-footer svg.instagram{width:2.5rem}.app-footer svg.instagram:hover{fill:#fff;stroke:#fff}.app-footer .footer-wrapper{grid-column:2;display:flex;width:250px;justify-self:center;justify-content:space-between}.app-footer .footer-wrapper p{margin:0;font-size:1rem;letter-spacing:5px;align-self:center}.app-footer .footer-wrapper a.logo{margin-bottom:.5rem}.app-footer .footer-wrapper a:not(.logo){font-size:.7em;align-self:center;font-weight:900}.app-footer .footer-wrapper a:not(.logo):hover{transform:scale(1.3);transition:transform .3s ease-in-out;color:var(--clr-white)}.app-footer .footer-wrapper .copyright{font-size:.6rem;align-self:center;display:flex;align-items:center;font-weight:900}@media(min-width:768px){.app-footer .footer-wrapper{width:280px;padding:.8rem 1rem}.app-footer .footer-wrapper p{font-size:1rem}.app-footer .footer-wrapper a.logo{margin:0}.app-footer .footer-wrapper a:not(.logo){font-size:.9rem}}@media(min-width:1024px){.app-footer .footer-wrapper{width:280px;padding:.8rem 1rem}}.user-msg{padding:1rem 1.25rem;border-radius:.625rem;position:fixed;inset:0;margin:auto;z-index:300;background-color:var(--clr6);color:var(--clr1);border:3px solid var(--clr1);width:80%;height:40vh;min-height:min-content;display:flex;flex-direction:column;align-items:center}.user-msg p{margin-top:1rem;text-align:center}.user-msg button{overflow:hidden}.user-msg button.close-btn{align-self:flex-start;letter-spacing:0}@media(min-width:768px){.user-msg{width:50%;height:50vh}}@media(min-width:1024px){.user-msg{width:40%;height:50vh}}.admin-index{justify-self:center;width:100%;max-width:52rem;padding:1rem 0 2rem;font-size:1rem}.admin-index .admin-index__title{margin:0 0 1rem;font-size:1.75rem;text-align:right}.admin-index .admin-index__search{display:block;width:100%;margin-bottom:1.25rem;padding:.6rem .75rem;font-size:1rem;border:1px solid color-mix(in srgb,var(--clr5) 35%,white);border-radius:.5rem;box-sizing:border-box}.admin-index .admin-index__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.admin-index .admin-index__card{margin:0;padding:1rem 1.1rem;background:var(--clr-white, #fff);border:1px solid color-mix(in srgb,var(--clr5) 28%,white);border-radius:.75rem;box-shadow:0 2px 8px color-mix(in srgb,var(--clr5) 12%,transparent)}.admin-index .admin-index__fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.65rem 1.25rem;margin:0 0 1rem}.admin-index .admin-index__field{margin:0;text-align:right}.admin-index .admin-index__field dt{margin:0 0 .15rem;font-size:1.2rem;font-weight:900;color:var(--clr1);letter-spacing:.02em}.admin-index .admin-index__field dd{margin:0;font-size:1rem;line-height:1.35;word-break:break-word;color:var(--clr1)}.admin-index .admin-index__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;padding-top:.85rem;border-top:1px solid color-mix(in srgb,var(--clr5) 22%,white)}.admin-index .admin-index__link{display:inline-block;padding:.35rem .75rem;font-size:.95rem;font-weight:600;color:var(--clr1);text-decoration:underline;text-underline-offset:3px;border-radius:.4rem;transition:background .15s ease,color .15s ease}.admin-index .admin-index__link:hover{background:color-mix(in srgb,var(--clr1) 12%,white);text-decoration-thickness:2px}.admin-index .admin-index__link.active{color:var(--clr1)}.admin-index .admin-index__paid{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;cursor:pointer}.admin-index .admin-index__btn{padding:.4rem .85rem;font-size:.95rem;font-family:inherit;cursor:pointer;color:var(--clr-white, #fff);background:var(--clr1);border:none;border-radius:.45rem}.admin-index .admin-index__btn:hover{filter:brightness(.92)}.admin-index .admin-index__empty{margin:1.5rem 0 0;text-align:center;color:color-mix(in srgb,var(--clr4) 70%,black)}.user-menu{position:fixed;width:70%;min-height:100dvh;height:100dvh;top:0;right:0;background:var(--clr3);color:var(--clr6);min-height:auto;display:grid;flex-direction:column;z-index:3;gap:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;box-shadow:-5px 0 10px #0003;transform:translate(0);overflow:hidden}.user-menu .header{display:flex;justify-content:space-between;align-items:center;height:4rem;width:100%;overflow:hidden}.user-menu ul{grid-column:2;padding:1rem 0;margin:0;cursor:pointer;width:100%}.user-menu ul .logo-full{width:4rem}.user-menu ul .user-section{border-top:1px solid var(--clr6);border-radius:0}.user-menu li{color:var(--grey2);font-weight:400;padding:1rem .5rem 1rem 0;font-size:1.6rem;width:100%;border-radius:.625rem}.user-menu li:hover{color:var(--clr-white)}@media(min-width:768px){.user-menu{margin-left:2rem;position:fixed;width:150px;top:7%;right:78%;background:var(--clr6);color:var(--clr5);min-height:auto;height:auto;display:flex;flex-direction:column;gap:0;border-radius:.25rem;box-shadow:0 2px 6px #00000026;justify-content:left}.user-menu ul{padding:1rem .5rem;margin:0;gap:1rem;cursor:pointer;width:100%}.user-menu li{border-radius:.625rem;color:var(--grey2);width:100%;padding:.5rem;font-size:1.2rem;letter-spacing:6px;font-weight:900;margin:.5rem 0}.user-menu li.signout{border-radius:0;margin:.5rem 0}.user-menu li.signout:hover{border-radius:.625rem}.user-menu li:hover{background-color:var(--clr5);color:var(--clr-white)}}@media(min-width:1024px){.user-menu{top:10%;right:80%}}.background{position:fixed;inset:0;width:100%;height:100%;background-color:#00000080;z-index:200;pointer-events:all;overflow:hidden}.start{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.start h2,.start p{margin-bottom:.5rem}.start .other-ways{margin-top:1rem;margin-bottom:0}.start .other-ways span{font-weight:900}@media(min-width:768px){.start h2{margin-bottom:1.5rem}.start p{margin-bottom:1rem}.start p span{display:block}}.form{width:100%;padding:0 0 2rem;justify-content:center;align-items:stretch;box-sizing:border-box;text-align:center;justify-items:center;overflow:visible}.form header{justify-self:right}.form header h2{text-align:right}.form header p{text-align:right;font-size:2rem;margin-bottom:2rem}.form label{font-weight:900}.form p{cursor:pointer;font-size:.8rem;width:100%}.form p.error{text-align:right;margin:0;line-height:1rem}.form p.image-explanation{font-size:1.2rem;text-align:right;line-height:1.5rem}.form p.image-explanation span{display:block}.form.form-mobile-intro h2{margin-bottom:.5rem}.form.form-mobile-intro .mobile-first-paragraph{margin-bottom:0}.form.form-mobile-intro .form-mobile-intro__start{margin-top:.5rem;font-size:1.4rem;letter-spacing:.4rem}.form button.restart{display:block;width:3rem;background-color:transparent;color:var(--clr6);align-items:left}.form button.restart:hover{color:var(--clr-white)}.form select{font-size:1.3rem}.form .step-bar{display:flex;align-items:center;justify-content:center;direction:ltr;margin-bottom:1rem}.form .step-bar button{background:transparent;border:none;padding:0;cursor:pointer}:is(.form .step-bar button.is-active,.form .step-bar button.is-done) .step-bar__icon{color:var(--clr1)}.form .step-bar .step-bar__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--clr6);width:2rem;height:2rem}.form .step-bar .step-bar__number{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--clr6);pointer-events:none;font-size:1.5rem}.form .step-bar .step-bar__arrow{width:3rem;height:auto;flex-shrink:0}.user-form1,.user-form2,.user-form3{width:100%;min-height:auto;margin:0;padding:1.25rem 1rem;box-sizing:border-box;overflow:visible;color:var(--clr1);background:var(--clr8);-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);animation:fadeUp .35s ease;border-radius:.625rem}:is(.user-form1,.user-form2,.user-form3) h1{color:var(--clr1);text-align:center;font-weight:700;line-height:1.2;margin:0 0 24px;font-size:clamp(1.8rem,2.2vw,2.5rem)}:is(.user-form1,.user-form2,.user-form3) textarea{appearance:none;-webkit-appearance:none}:is(.user-form1,.user-form2,.user-form3) button{border:none;border-radius:1rem;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease,background-color .2s ease}:is(.user-form1,.user-form2,.user-form3) button:active{transform:translateY(0)}:is(.user-form1,.user-form2,.user-form3) button:disabled{opacity:.6;cursor:not-allowed;transform:none}:is(.user-form1,.user-form2,.user-form3) button[type=submit]{align-self:center;margin-top:8px;font-size:1.4rem;letter-spacing:.4rem}:is(.user-form1,.user-form2,.user-form3) button[type=submit]:hover{transform:translateY(-1px)}:is(.user-form1,.user-form2,.user-form3) button[type=button]:not(.form-step2-delete-audio):not(.form-step2-record-btn):not(.audio-player__btn):not(.back){background:color-mix(in srgb,var(--clr6) 55%,white);color:var(--clr1);border:1px solid color-mix(in srgb,var(--clr5) 32%,white)}:is(.user-form1,.user-form2,.user-form3) button[type=button].form-step2-delete-audio,:is(.user-form1,.user-form2,.user-form3) button[type=button].form-step2-record-btn,:is(.user-form1,.user-form2,.user-form3) button[type=button].back{color:var(--clr1);overflow:hidden;background-color:transparent;width:2.5rem;text-align:center;margin:0;padding:0}:is(:is(.user-form1,.user-form2,.user-form3) button[type=button].form-step2-delete-audio,:is(.user-form1,.user-form2,.user-form3) button[type=button].form-step2-record-btn,:is(.user-form1,.user-form2,.user-form3) button[type=button].back) :hover{color:var(--clr4);background-color:none}:is(:is(.user-form1,.user-form2,.user-form3) button[type=button].form-step2-delete-audio,:is(.user-form1,.user-form2,.user-form3) button[type=button].form-step2-record-btn,:is(.user-form1,.user-form2,.user-form3) button[type=button].back).form-step2-record-btn{width:4.5rem}:is(.user-form1,.user-form2,.user-form3) button[type=button].back{font-size:2rem;padding:0;border-radius:50%;width:5rem;height:3rem;background-color:transparent;border:none;margin-bottom:0;position:absolute;top:0;left:0}:is(.user-form1,.user-form2,.user-form3) button[type=button].back:hover{color:var(--clr4)}:is(.user-form1,.user-form2,.user-form3) audio{width:100%;display:block;border-radius:.625rem;opacity:1}:is(.user-form1,.user-form2,.user-form3) input[type=file]{font-size:.8rem;letter-spacing:.1rem;color:var(--clr1)}:is(.user-form1,.user-form2,.user-form3) input[type=file]::file-selector-button{border:none;border-radius:.625rem;margin-inline-end:.75rem;background:color-mix(in srgb,var(--clr6) 55%,white);color:var(--clr1);font:inherit;cursor:pointer}:is(.user-form1,.user-form2,.user-form3) .ev-select{padding:.75rem 1rem;width:100%;max-width:100%;background-color:#fff;border:.4px solid color-mix(in srgb,var(--clr5) 28%,white);border-radius:1rem;font-size:1.5rem}:is(.user-form1,.user-form2,.user-form3) .ev-select :focus{border:.4px solid color-mix(in srgb,var(--clr5) 28%,white)}:is(.user-form1,.user-form2,.user-form3) input:not([type=file]):not([type=checkbox]):not([type=radio]):not(.audio-player__seek):not(.audio-player__volume-slider),:is(.user-form1,.user-form2,.user-form3) select{width:100%;max-width:100%;min-width:0;box-sizing:border-box;font-size:1.5rem;height:3rem;padding:.35rem .75rem;overflow:visible;line-height:1.25}:is(.user-form1,.user-form2,.user-form3) textarea{width:100%;min-height:200px;height:auto;overflow:visible;font-size:1.5rem;line-height:2rem;padding:.5rem .75rem}:is(.user-form1,.user-form2,.user-form3) .form-field--pair-solo{width:100%;max-width:100%;min-width:0;box-sizing:border-box;font-size:1.5rem}:is(.user-form1,.user-form2,.user-form3) input::placeholder,:is(.user-form1,.user-form2,.user-form3) textarea::placeholder{font-size:1.5rem;line-height:2rem;opacity:1;white-space:pre-wrap}:is(.user-form1,.user-form2,.user-form3) label{display:block;text-align:right;line-height:1.35;margin-bottom:.35rem;overflow-wrap:anywhere;word-break:break-word}:is(.user-form1,.user-form2,.user-form3) .form-field-label{display:block;text-align:right;line-height:1.35;margin-bottom:.35rem;font-weight:inherit}:is(.user-form1,.user-form2,.user-form3) .form-radio-group{display:flex;flex-direction:column;gap:.75rem;width:100%}:is(.user-form1,.user-form2,.user-form3) .form-radio-option{display:flex;align-items:flex-start;gap:.65rem;margin:0;cursor:pointer;text-align:right;font-size:1.5rem;line-height:1.35}:is(.user-form1,.user-form2,.user-form3) .form-radio-option input[type=radio]{flex-shrink:0;width:1.15rem;height:1.15rem;margin-top:.2rem;accent-color:var(--clr4, #c45c8a)}:is(.user-form1,.user-form2,.user-form3) .form-field{min-width:0;width:100%;display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0}.user-form1,.user-form3{width:100%}:is(.user-form1,.user-form3) .form-section-title{grid-column:1 / -1;width:100%;margin:1.25rem 0 .5rem;padding-top:2rem;text-align:center;font-size:2rem;font-weight:1500;color:var(--clr1);line-height:1.3}:is(.user-form1,.user-form3) .form-section-title:first-of-type{margin-top:0}:is(.user-form1,.user-form3) form{display:grid;grid-template-columns:1fr;gap:.25rem .75rem;width:100%;max-width:40rem;margin-inline:auto}:is(.user-form1,.user-form3) form .form-section-title,:is(.user-form1,.user-form3) form .form-field,:is(.user-form1,.user-form3) form .form-field--full,:is(.user-form1,.user-form3) form .form-field--pair,:is(.user-form1,.user-form3) form .form-row-pair,:is(.user-form1,.user-form3) form>button[type=submit]{grid-column:1 / -1}:is(.user-form1,.user-form3) form .form-row-pair{display:flex;flex-direction:column;gap:.25rem;min-width:0}:is(.user-form1,.user-form3) form .form-row-pair .form-field{padding:.5rem 0}:is(.user-form1,.user-form3) form>button[type=submit]{margin-top:.75rem;justify-self:center;width:min(100%,14rem)}.user-form2{width:100%}.user-form2 form>section,.user-form2 form .form-step2-question{border-radius:.625rem;padding:2rem 0}.user-form2 form>button[type=submit]{margin-top:8px;font-size:1.4rem;letter-spacing:.4rem}.user-form2 form>button[type=button]{margin-top:-6px}.user-form2 form>button[type=button].back{width:5rem;height:3rem}.user-form2 form>button[type=button].back:hover{color:var(--clr4)}.form-step2-question{display:flex;flex-direction:column;align-items:stretch}.form-step2-question__label{display:block;margin-bottom:.35rem;line-height:1.35}.form-step2-question__mode-link{display:inline-block;margin:.75rem 0 0;padding:0;border:none;background:none;font:inherit;font-size:1rem;color:var(--clr1);text-decoration:underline;text-underline-offset:.15em;cursor:pointer;text-align:center;overflow:hidden}.form-step2-question__mode-link:hover{color:var(--clr4);transform:scale(1.1);transition:transform .15s ease,opacity .15s ease,color .15s ease}.form-step2-question__box{min-height:30rem;display:flex;flex-direction:column;justify-content:center;padding:1rem}.form-step2-answer{display:flex;flex-direction:column;align-items:center;width:100%;overflow:hidden;&--record{justify-content:center;min-height:8.5rem}&--text{align-items:stretch;.form-step2-question__textarea{width:100%;line-height:2rem;&::placeholder{line-height:2rem;white-space:pre-wrap}}.form-step2-question__mode-link{align-self:center}}}.form-step2-question__box .recording--centered{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;width:100%;min-height:8.5rem}.form-step2-question__box .recording--playback{display:flex;align-items:center;justify-content:center;width:100%;min-height:10rem}.form-step2-record-controls{display:flex;flex-direction:column;align-items:center;gap:.4rem}.form-step2-recording-elapsed{font-size:1.1rem;line-height:1;font-variant-numeric:tabular-nums;color:var(--clr1)}.form-step2-record-btn{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;margin:0;padding:0;border:none;border-radius:50%;background:none;color:var(--clr1);cursor:pointer;flex-shrink:0}.form-step2-record-btn svg{width:100%;height:100%}.form-step2-record-btn:hover{color:var(--clr4);background-color:transparent}.form-step2-recording-preview{display:flex;flex-direction:row;align-items:center;justify-content:stretch;gap:.5rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.form-step2-recording-preview .audio-player,.form-step2-recording-preview .form-step2-audio-player{flex:1 1 auto;min-width:0;width:100%;max-width:100%}.form-step2-question__box .recording--playback{flex-direction:column;align-items:stretch;gap:.65rem;width:100%;overflow:hidden}.form-step2-recording-preview{width:100%;max-width:none;align-self:stretch;gap:.4rem}.form-step2-recording-preview .audio-player{width:100%;max-width:100%;min-height:5rem;height:min-content}.audio-player{--audio-icon-size: 1.85rem;width:100%;min-width:0;border-radius:1rem;display:grid;grid-template-columns:auto 1fr auto auto;grid-template-areas:"seek seek seek seek" "play time volume delete"}.audio-player__btn{display:inline-flex;align-items:center;justify-content:center;overflow:visible;width:var(--audio-icon-size);height:var(--audio-icon-size);min-width:var(--audio-icon-size);min-height:var(--audio-icon-size);padding:0;margin:0;border:0;border-radius:0;background:transparent;color:var(--clr1);cursor:pointer}.audio-player__btn:hover:not(:disabled){color:var(--clr4)}.audio-player__btn:disabled{opacity:.4;cursor:not-allowed}.audio-player__icon{width:var(--audio-icon-size);height:var(--audio-icon-size);display:block;flex-shrink:0}.audio-player__play,.audio-player__volume,.audio-player__delete{flex-shrink:0;align-self:center}.audio-player__seek,.audio-player__volume-slider{grid-area:seek;flex:1 1 auto;min-width:0;align-self:center;margin:0;padding:0;height:1.5rem}.audio-player__time{flex:0 0 auto;align-self:center;font-size:1.2rem;line-height:1;color:var(--clr1);white-space:nowrap}.audio-player__volume{grid-area:volume;display:inline-flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:.35rem;flex-shrink:0;align-self:center;position:relative;overflow:visible;min-width:var(--audio-icon-size);max-width:100%}.audio-player__delete.form-step2-delete-audio,.form-step2-delete-audio{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:var(--clr1);cursor:pointer;width:var(--audio-icon-size);height:var(--audio-icon-size);min-width:var(--audio-icon-size);min-height:var(--audio-icon-size)}:is(.audio-player__delete.form-step2-delete-audio,.form-step2-delete-audio):hover:not(:disabled){color:var(--clr4);background-color:transparent}:is(.audio-player__delete.form-step2-delete-audio,.form-step2-delete-audio) .audio-player__icon{transform:none}.audio-player__volume-popover{flex:0 0 auto;width:0;min-width:0;opacity:0;overflow:hidden;pointer-events:none;transition:width .15s ease,opacity .15s ease}.audio-player__volume-popover.is-open{width:4.5rem;min-width:4.5rem;opacity:1;pointer-events:auto;overflow:visible}.audio-player__volume-popover-inner{width:100%;height:auto;display:flex;align-items:center;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.audio-player__seek,.audio-player__volume-slider{appearance:none;-webkit-appearance:none;direction:rtl;margin:0;padding:0;border-radius:999px;background-color:var(--clr4);accent-color:var(--clr4);cursor:pointer;vertical-align:middle;display:block;width:100%}.audio-player__volume-slider{width:100%;transform:none;direction:ltr}.audio-player__seek::-webkit-slider-thumb,.audio-player__volume-slider:not(.is-muted)::-webkit-slider-thumb{appearance:none;width:1rem;height:1rem;border-radius:50%;background:var(--clr1);border:0;margin-top:calc((5px - 1rem)/2)}.audio-player__seek::-webkit-slider-runnable-track,.audio-player__volume-slider::-webkit-slider-runnable-track{height:5px;border-radius:999px;background:transparent}.audio-player__seek::-moz-range-thumb,.audio-player__volume-slider:not(.is-muted)::-moz-range-thumb{width:1rem;height:1rem;border-radius:50%;background:var(--clr1);border:0}.audio-player__seek::-moz-range-track,.audio-player__volume-slider::-moz-range-track{height:5px;border-radius:999px;background:transparent}.audio-player__volume-slider.is-muted{accent-color:var(--clr4);background-color:var(--clr4);background-image:none}.audio-player__volume-slider.is-muted::-webkit-slider-thumb{width:0;height:0;margin:0;border:0;opacity:0;pointer-events:none}.audio-player__volume-slider.is-muted::-webkit-slider-fill-lower,.audio-player__volume-slider.is-muted::-webkit-slider-fill-upper{background:var(--clr4)}.audio-player__volume-slider.is-muted::-moz-range-thumb{width:0;height:0;border:0;opacity:0;pointer-events:none}.audio-player__volume-slider.is-muted::-moz-range-progress{background:transparent}.info{background:color-mix(in srgb,white 72%,var(--clr6));border:1px dashed color-mix(in srgb,var(--clr5) 36%,white);border-radius:.625rem;padding:1rem}.info .recording:not(.recording--centered){display:flex;flex-wrap:wrap;gap:.625rem 0}.info .recording:not(.recording--centered)>button{flex:1 1 calc(50% - 5px);min-width:0;display:flex;justify-content:center;align-items:center}.info .recording:not(.recording--centered) .audio-upload{display:block;flex:1 1 100%}.info .recording:not(.recording--centered) .audio-upload input[type=file]{width:100%;border:1px dashed color-mix(in srgb,var(--clr5) 42%,white);background:#ffffffe6;padding:.75rem;border-radius:.625rem;cursor:pointer;opacity:1}.info .recording:not(.recording--centered) audio{margin:0;max-width:80%;padding:0}.info .recording:not(.recording--centered)>button{background:var(--clr1);color:#fff;max-width:10%;max-height:10%;border-radius:50%}.info .recording:not(.recording--centered) .delete-audio{font-size:.8rem;align-self:center;cursor:pointer;color:#000;padding:0 .5rem}.info .recording:not(.recording--centered) .delete-audio:hover{background-color:#dddd;padding:.5rem;border-radius:50%}.info textarea{border-radius:.625rem}.user-form3{width:100%}.user-form3 form{border-radius:.625rem;display:flex;flex-direction:column;gap:8px}.user-form3 textarea{background:#fffffff2}.user-form3 textarea.back-cover{line-height:2rem;min-height:auto;height:16rem}.user-form3 [class*=img],.user-form3 [class*=upload]{box-sizing:border-box}.upload-box{display:flex;flex-direction:column}.upload-box .upload-area{display:flex;align-items:center;justify-content:center;min-height:180px;padding:24px 18px;border:2px dashed color-mix(in srgb,var(--clr5) 42%,white);border-radius:.625rem;background:color-mix(in srgb,white 78%,var(--clr6));color:var(--clr1);text-align:center;cursor:pointer;transition:transform .18s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease;box-sizing:border-box;opacity:1}.upload-box .upload-area:hover{border-color:var(--clr4);background:color-mix(in srgb,white 68%,var(--clr6))}.upload-box .upload-area p{margin:0;line-height:1.7;font-size:1.3rem;letter-spacing:.3rem;font-weight:500;color:var(--clr1)}.upload-box .preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.upload-box .preview-item{width:10rem;position:relative;overflow:hidden;border-radius:.625rem;background:#fff;border:1px solid color-mix(in srgb,var(--clr5) 24%,white);box-shadow:0 6px 1rem #713a3a0f;aspect-ratio:1 / 1;margin:1rem}.upload-box .preview-img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .22s ease}.upload-box .remove-btn{position:absolute;top:0;left:0;width:1rem;height:1rem;min-width:unset;padding:0;border:none;border-radius:999px;background:#713a3ae0;color:#fff;display:grid;place-items:center;cursor:pointer;font-size:.5rem;line-height:1;letter-spacing:normal}.upload-box .remove-btn:hover{background-color:var(--clr3);color:var(--clr-white);border:none}.upload-box .limit-msg{margin:0;font-size:1.3rem;letter-spacing:.3rem;color:var(--clr3);font-weight:600}@media(min-width:768px){.form header{margin-bottom:1rem}.form header p{height:20vh}.form .step-bar{gap:.5rem}.form .step-bar .step-bar__icon{width:3rem;height:3.2rem}.form .step-bar .step-bar__number{font-size:2rem}.form .step-bar .step-bar__arrow{width:5rem}.form .step-bar button:not(.is-active):not(.is-done):hover .step-bar__icon,.form .step-bar button:not(.is-active):not(.is-done):hover .step-bar__number{color:var(--clr4)}:is(.form .step-bar button.is-active,.form .step-bar button.is-done) .step-bar__icon{color:var(--clr1)}:is(.form .step-bar button.is-active,.form .step-bar button.is-done) :hover{color:var(--clr4)}.user-form1 form{grid-template-columns:1fr 1fr}.user-form1 form .form-field--pair{grid-column:span 1}.user-form1 form .form-field--pair-solo{grid-column:1 / -1}.user-form1 form .form-field--pair-solo>input{max-width:calc(50% - .375rem)}.user-form1 form .form-field--full{grid-column:1 / -1}.user-form1 form .form-field--pair>label{display:flex;align-items:flex-start}.user-form1 form .form-row-pair--event-story{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-items:start}.user-form1 form .form-row-pair--event-story .ev-select,.user-form1 form .form-row-pair--event-story select{width:100%;max-width:100%}.user-form1 form .ev-select{width:100%;max-width:100%;font-size:1.3rem}.user-form1 form input:not([type=file]):not([type=checkbox]):not([type=radio]),.user-form1 form select,.user-form1 form textarea{font-size:1.3rem}.user-form1 form input::placeholder,.user-form1 form textarea::placeholder{font-size:1.3rem;line-height:2.5rem}.user-form1,.user-form2,.user-form3{justify-self:center;width:100%;min-height:auto;padding:.8rem;border-radius:1.375rem;border:1px solid color-mix(in srgb,var(--clr1) 10%,white);box-shadow:0 .625rem 30px #713a3a14,0 2px .625rem #713a3a0d}:is(.user-form1,.user-form2,.user-form3) .form-step2-question__box{min-height:10rem}:is(.user-form1,.user-form2,.user-form3) textarea{min-height:140px}:is(.user-form1,.user-form2,.user-form3) textarea.back-cover{height:10rem}:is(.user-form1,.user-form2,.user-form3) button[type=submit]{width:40%}.upload-box .upload-area{min-height:180px;padding:18px 14px;border-radius:18px}.upload-box .preview-grid{grid-template-columns:repeat(auto-fill,minmax(1.625rem,1fr));gap:.625rem}.audio-player{--audio-icon-size: 2rem;display:flex;align-items:center;gap:.55rem;width:100%;padding:.4rem .65rem;border-radius:999px;white-space:nowrap}.audio-player__btn{width:var(--audio-icon-size);height:var(--audio-icon-size);min-width:var(--audio-icon-size);min-height:var(--audio-icon-size)}.audio-player__seek{flex:1 1 auto;min-width:120px}.audio-player__time{flex:0 0 auto;align-self:center;font-size:1.4rem}.audio-player__volume,.audio-player__delete{flex:0 0 auto}.audio-player__volume-popover.is-open{width:5.75rem;min-width:5.75rem}}@media(min-width:1024px){.user-form1 form .form-row-pair--event-story{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-items:start}.user-form1 form .form-row-pair--event-story .ev-select,.user-form1 form .form-row-pair--event-story select{width:100%;max-width:100%}.user-form1,.user-form2,.user-form3{box-shadow:none;width:80%}.user-form1 button,.user-form2 button,.user-form3 button{width:100%}.info:not(.form-step2-question__box) .recording>button{flex:1 1 calc(50% - 5px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}.form-complete{width:100%;padding:1rem 0 2rem;box-sizing:border-box}.form-complete .fc-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid color-mix(in srgb,var(--clr5) 25%,white)}.form-complete .fc-bar h1{margin:0;font-size:clamp(1.4rem,3vw,2rem);color:var(--clr1)}.form-complete .fc-bar-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.form-complete .fc-bar-actions button,.form-complete .fc-bar-actions select{font-size:.9rem;font-family:inherit;cursor:pointer}.form-complete .fc-bar-actions a{color:var(--clr1);font-weight:600;text-decoration:underline}.form-complete .fc-board{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(9rem,13rem);grid-template-rows:auto;grid-auto-rows:15rem;gap:.5rem;overflow-x:auto}.form-complete .fc-head{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:var(--clr-white, #fff);background:var(--clr1);border-radius:.4rem;position:sticky;top:0;z-index:1;padding:.4rem}.form-complete .fc-head-prompt{flex-wrap:wrap;justify-content:center;gap:.35rem .5rem}.form-complete .fc-head-prompt select,.form-complete .fc-head-prompt button{font-size:.8rem;font-family:inherit;cursor:pointer;color:var(--clr1);background:var(--clr-white, #fff);border:1px solid color-mix(in srgb,var(--clr-white) 40%,var(--clr1));border-radius:.35rem;padding:.2rem .45rem}.form-complete .fc-head-prompt button:disabled{opacity:.55;cursor:not-allowed}.form-complete .fc-head-prompt a{font-size:.8rem;font-weight:600;color:var(--clr-white, #fff);text-decoration:underline;text-underline-offset:2px}.form-complete .fc-col{min-width:0;height:100%;display:flex;flex-direction:column}.form-complete .fc-col .card-preview{margin:0;width:100%;height:100%;min-height:0;max-height:none;display:flex;flex-direction:column;box-sizing:border-box}.form-complete .fc-col .card-preview .card-wrapper{flex-shrink:0;height:auto}.form-complete .fc-col .card-preview .card-wrapper h3{color:var(--clr1)}.form-complete .fc-col .card-preview textarea{flex:1;min-height:0;height:auto;resize:none}.form-complete .fc-gap,.form-complete .fc-img{height:100%;box-sizing:border-box;border:1px solid color-mix(in srgb,var(--clr5) 22%,white);border-radius:.5rem;background:var(--clr-white, #fff)}.form-complete .fc-gap{display:flex;align-items:center;justify-content:center;color:color-mix(in srgb,var(--clr4) 60%,black);font-size:.9rem}.form-complete .fc-img{gap:.35rem;padding:.75rem}.form-complete .fc-img h3{font-size:1.5rem;color:var(--clr1)}.form-complete .fc-img img{max-width:100%;max-height:9rem;object-fit:contain}.form-complete .fc-img p{margin:0;color:var(--clr1);font-size:1.2rem;text-align:center}@media(max-width:900px){.form-complete .fc-board{grid-template-columns:1fr;grid-auto-rows:auto}.form-complete .fc-head:not(.fc-head-prompt){display:none}.form-complete .fc-head-prompt{display:flex;grid-column:1 / -1}.form-complete .fc-col:before{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:700;color:var(--clr1)}.form-complete .fc-col:nth-child(3n+4):before{content:"סיפור"}.form-complete .fc-col:nth-child(3n+5):before{content:"פרומפט"}.form-complete .fc-col:nth-child(3n+6):before{content:"תמונה"}.form-complete .fc-col,.form-complete .fc-gap,.form-complete .fc-img{min-height:12rem}}.form-edit{max-width:1100px;margin:0 auto;padding:1rem}.form-edit .form-edit-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.form-edit .form-edit-header .actions{display:flex;gap:.75rem}.form-edit .form-edit-form{display:flex;flex-direction:column;gap:1.5rem}.form-edit .edit-group{border:1px solid #ddd;border-radius:12px;padding:1rem;background:#fff}.form-edit .edit-group label{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-edit .edit-group input,.form-edit .edit-group textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:8px;font:inherit}.form-edit .story-header-row,.form-edit .images-header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.form-edit .upload-btn,.form-edit .replace-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem .9rem;border:1px solid #ccc;border-radius:8px;cursor:pointer;background:#f8f8f8}.form-edit .images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.form-edit .image-card{border:1px solid #eee;border-radius:12px;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.form-edit .image-preview{width:100%;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:#f4f4f4;display:grid;place-items:center}.form-edit .image-preview img{width:100%;height:100%;object-fit:cover;display:block}.form-edit .image-preview .empty-image{opacity:.6}.form-edit .image-actions{display:flex;gap:.5rem;flex-wrap:wrap}.form-edit .delete-btn{padding:.6rem .9rem;border:1px solid #d66;border-radius:8px;background:#fff;cursor:pointer}.form-edit .error-msg{color:#b00020;margin-bottom:1rem}.form-edit .form-edit-hint{opacity:.75;margin:0 0 1rem}.form-edit .form-edit-checkbox{flex-direction:row;align-items:center;gap:.5rem}.form-edit .form-edit-checkbox input{width:auto}.form-edit .detail-editor{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid #eee}.form-edit .detail-editor .record-preview{display:flex;flex-direction:column;gap:.5rem}.form-edit .detail-editor .record-preview audio{width:100%}.form-edit .character-images-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-edit .character-image-block{display:flex;flex-direction:column;gap:.75rem}.form-sent h2,.form-sent h4{text-align:center}.form-sent a{color:var(--clr-white);text-decoration:solid}.sip-examples{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.sip-examples header{width:100%}.sip-examples .sip-examples-grid{display:block;gap:1.4rem;margin:1rem auto}.sip-examples article{background:#fffaf6;border:2px solid var(--clr6);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #713a3a14,0 2px 10px #0000000a;transition:transform .28s ease,box-shadow .28s ease;position:relative;margin:1rem auto;max-width:400px;cursor:pointer;-webkit-tap-highlight-color:transparent}.sip-examples article:hover .sip-example-img-wrap img{transform:scale(1.04);position:relative}.sip-examples .sip-example-img-wrap{aspect-ratio:4 / 5;overflow:hidden;background:linear-gradient(180deg,#f8eee5,#f4e5d3);position:relative;justify-content:center}.sip-examples .sip-example-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.sip-examples .image-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000073;color:#fff;opacity:0;transition:opacity .3s ease;background-color:var(--clr7);pointer-events:none}.sip-examples .image-overlay p{text-align:center;font-size:2rem;width:90%;color:var(--clr1);font-weight:700;background-color:transparent}.sip-examples article.overlay-open .image-overlay{opacity:.9;pointer-events:auto}@media(min-width:768px){.sip-examples{width:100%}.sip-examples .sip-examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.sip-examples header{margin-bottom:2rem}.sip-examples article{margin:0;cursor:default}.sip-examples .sip-example-card{border-radius:18px}.sip-examples .image-overlay p{font-size:1.3rem;line-height:2rem;font-weight:900}.sip-examples article:hover .image-overlay{opacity:.9}.sip-examples article:hover .image-overlay p{opacity:1}}@media(min-width:1024px){.sip-examples .image-overlay p{font-size:1.5rem;line-height:2rem}}.sip-preview{color:var(--gray2)}.sip-preview>header{font-size:1.2em;color:var(--gray1)}.sip-preview p{margin-block:0 .2rem;font-size:.9em}.card-preview{border:1px solid #ddd;border-radius:12px;padding:12px;background:#fff;height:20rem;width:100%;font-size:1rem;justify-self:center;font-weight:700;margin:1rem;overflow-y:hidden;display:grid;grid-template-rows:repeat(13,1fr)}.card-preview .card-wrapper{display:block;justify-content:space-between;gap:auto;align-items:center;margin-bottom:.5rem;height:4rem;overflow:hidden}.card-preview .card-wrapper .label{display:block;gap:10px;align-items:baseline;font-family:michlin,"sans-serif";font-size:1.2rem}.card-preview .card-wrapper .label span{opacity:.6}.card-preview .card-wrapper .actions button{margin:.5rem .2rem}.card-preview textarea{padding:10px;font-family:michlin,"sans-serif";font-size:1rem;letter-spacing:3px;line-height:1.35;height:13rem}@media(min-width:768px){.card-preview{height:15rem}.card-preview textarea{height:8rem}}@media(min-width:1024px){.card-preview{height:20rem}.card-preview textarea{height:13rem}}
