.style-selection{display:flex;flex-direction:column;flex:1}.style-selection__header{display:flex;justify-content:center;align-items:center;position:relative;margin-top:24px}.style-selection__header h4{color:#111;text-align:center;font-size:18px;font-weight:600}.style-selection__header button{color:#6b6b6b;font-size:14px;font-weight:500;background:none;cursor:pointer;position:absolute;right:0}.style-selection__header button:hover{color:#1e1e1e}.style-selection__summary{display:flex;align-items:center;justify-content:center;gap:16px;color:#9a9a9a;font-size:12px;font-style:italic;font-weight:400;margin-block:10px 30px}.style-selection .circular-progress{color:#ff3040}.style-selection__summary-text{font-size:14px;color:#666}.style-selection__stack{position:relative;display:flex;align-items:center;justify-content:center;min-height:385px}.style-selection__card{position:absolute;width:275px;height:350px;border-radius:15.248px;box-shadow:0 0 0 .762px #ffffff1a,0 6.099px 22.872px -6.099px #0000004d;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;transform-origin:top center}.style-selection__card:active{cursor:grabbing}.style-selection__card img{width:100%;height:100%;object-fit:cover;pointer-events:none;border-radius:15px}.style-selection__buttons{display:flex;gap:12px;justify-content:center;padding-top:16px}.style-selection__buttons button{border-radius:14px;border:1px solid rgba(0,0,0,0);background:#f6f6f6;font-size:14px;font-weight:500;height:48px;width:163.5px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.style-selection__buttons button>*:first-child{font-size:18px}.style-selection__buttons button:first-child{color:#111}.style-selection__buttons button:first-child:hover:not(:disabled){border-color:#999;color:#1e1e1e}.style-selection__buttons button:last-child{color:#ff3040}.style-selection__buttons button:last-child:hover:not(:disabled){opacity:.9}.style-selection__buttons button:disabled{opacity:.5;cursor:not-allowed}.style-selection__complete{flex:1;display:flex;align-items:center;justify-content:center}.style-selection__complete h4{font-size:20px;color:#1e1e1e}.style-selection-help{display:flex;flex-direction:column;align-items:center;gap:16px;padding:8px 16px 16px;text-align:center}.style-selection-help__collage{position:relative;width:200px;height:120px;margin-bottom:8px}.style-selection-help__collage-item{position:absolute;width:80px;height:80px;border-radius:18px;border:3px solid #fff;box-shadow:0 4px 12px #00000026;overflow:hidden}.style-selection-help__collage-item img{width:100%;height:100%;object-fit:cover}.style-selection-help__collage-item--left{transform:rotate(-15deg);left:10px;top:10px;z-index:1}.style-selection-help__collage-item--center{transform:rotate(-8deg);left:50%;margin-left:-40px;top:0;z-index:2}.style-selection-help__collage-item--right{transform:rotate(15deg);right:10px;top:10px;z-index:1}.style-selection-help__title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#110808;line-height:1.4}.style-selection-help__wand{display:inline-flex;flex-shrink:0;transform:rotate(8deg);font-size:19px}.style-selection-help__description{font-size:14px;font-weight:500;color:#504f4c;line-height:1.5;margin:0}.circular-progress{width:25px;height:25px}.circular-progress svg{width:100%;height:100%;transform:rotate(-90deg)}.circular-progress svg circle{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .5s ease-out}.global-bottom-sheet__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10002;background:#00000080;animation:global-bottom-sheet-fade-in .3s ease-out}.global-bottom-sheet{position:fixed;bottom:0;left:0;right:0;z-index:10003;background:#fff;border-radius:20px 20px 0 0;padding:12px 10px 24px;display:flex;flex-direction:column;animation:global-bottom-sheet-slide-up .3s ease-out}.global-bottom-sheet__header{display:flex;justify-content:flex-end;align-items:center;height:42px}.global-bottom-sheet__close-button{width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6a7282;transition:background-color .2s ease}.global-bottom-sheet__close-button:hover{background-color:#0000000d}.global-bottom-sheet__content{display:flex;flex-direction:column;gap:16px}@keyframes global-bottom-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes global-bottom-sheet-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.global-toast{position:fixed;top:8px;left:50%;transform:translate(-50%);z-index:10001;border-radius:174px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:linear-gradient(90deg,#00000052,#00000052),linear-gradient(90deg,#ffffff1a,#ffffff1a);border:1px solid rgba(255,255,255,.2);padding:12px 16px;display:flex;align-items:center;gap:12px;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;white-space:nowrap;animation:global-toast-slide-up .3s ease-out}@keyframes global-toast-slide-up{0%{transform:translate(-50%) translateY(-100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.spinner-container{display:flex;align-items:center;justify-content:center}.spinner-container .spinner-circle{animation:spinner-rotate .8s linear infinite;transform-origin:center}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;width:100%}.checkout-page-container .spinner-wrapper{margin-bottom:1rem}.checkout-page-container .checkout-status-text{font-size:1.125rem}.checkout-page-container .spinner-container{font-size:60px}.checkout-error-container{margin-top:30svh;padding:2rem;text-align:center}.checkout-error-container .retry-button{margin-left:1rem;padding:.5rem 1rem;border-radius:4px;background-color:#000;color:#fff;cursor:pointer;font-weight:500;border:none}.checkout-error-container .retry-button:hover{opacity:.8}#stripe-embed-container{width:100%;max-width:800px;margin:0 auto;padding:1rem}.thinking-loader{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;width:48px;height:48px;margin:0 auto}.thinking-loader__dot{width:8px;height:8px;border-radius:50%;background-color:#ff3040;animation:dot-wave 1.2s ease-in-out infinite}.thinking-loader__dot:nth-child(1){animation-delay:0s}.thinking-loader__dot:nth-child(2){animation-delay:.2s}.thinking-loader__dot:nth-child(3){animation-delay:.4s}@keyframes dot-wave{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.chat-display{flex:1;display:flex;flex-direction:column;gap:16px;overflow-y:auto;justify-content:flex-start;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px}.chat-display::-webkit-scrollbar{display:none}.message-text{font-size:17px;line-height:1.58;color:#1e1e1e;font-weight:400}.message-text:not(.first-text) p{margin-top:0}.chat-options{display:flex;flex-direction:column;gap:10px;color:#000}.chat-options .chat-option{-webkit-user-select:none;user-select:none;padding:13px 12px;border-radius:14px;border:1px solid #E7E7E7;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;gap:10px}.chat-options .chat-option.selected{border:2px solid #CDCDCD}.chat-options .chat-option .empty-check{width:20px;height:20px;border-radius:50%;border:1px solid #676767}.chat-options .chat-option .filled-check{width:20px;height:20px;border-radius:50%;background-color:#ff3040;display:flex;align-items:center;justify-content:center}.chat-options__footnote{color:#6b6b6b;font-size:14px;font-weight:500;text-align:center}.cta-section .cta-button{background:#1e1e1e;color:#fff;border-radius:100px;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:opacity .2s;width:333px;height:45px}.cta-section .cta-button:disabled{background:#9a9a9a}.responsive-chat-input{display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px;width:100%;min-height:48px;padding:4px 8px;border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from 252deg,#f70 5%,#ff8301,#ff8f02 11.25%,#ffa513,#ffb91d 23.75%,#ffc319 26.88%,#ffc816,#ffcd0a,#ffc816,#ffc319 33.12%,#ffb91d 36.25%,#ffa513,#ff8f02 48.75%,#ff8301,#f70 55%,#ff821de6,#ff9035cc 57.5%,#ffb45a99 60%,#ffc78657 66%,#ffc786a3 92%,#ffaa3ccc 96%) border-box,linear-gradient(#fff,#fff) border-box;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from 252deg,#f70 5%,color(xyz 0.499 0.375 0.038),color(xyz 0.519 0.408 0.036) 11.25%,color(xyz 0.558 0.48 0.041),color(xyz 0.595 0.56 0.059) 23.75%,color(xyz 0.613 0.604 0.074) 26.88%,color(xyz 0.622 0.626 0.084),#ffcd0a,color(xyz 0.622 0.626 0.084),color(xyz 0.613 0.604 0.074) 33.12%,color(xyz 0.595 0.56 0.059) 36.25%,color(xyz 0.558 0.48 0.041),color(xyz 0.519 0.408 0.036) 48.75%,color(xyz 0.499 0.375 0.038),#f70 55%,#ffb45a99 60%,#ffc78657 66%,#ffc786a3 92%,#ffaa3ccc 96%) border-box,linear-gradient(#fff,#fff) border-box;border-radius:28px;box-shadow:0 4px 4px #ffc78540,0 -4px 10px #ffc7853d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box}.responsive-chat-input__image-previews{display:flex;gap:6px;width:100%;padding:4px 0 0;overflow-x:auto}.responsive-chat-input__image-preview{position:relative;width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.responsive-chat-input__image-preview img{width:100%;height:100%;object-fit:cover}.responsive-chat-input__image-loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center}.responsive-chat-input__image-loading:after{content:"";width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:responsive-chat-input-spin .6s linear infinite}.responsive-chat-input__image-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#0009;color:#fff;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.responsive-chat-input__image-remove:hover{background:#000c}.responsive-chat-input__attach{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#e9e7e7;color:#110808;cursor:pointer;transition:background-color .2s;flex-shrink:0;padding:0;border:none}.responsive-chat-input__attach:hover{background-color:#dcdada}.responsive-chat-input textarea{flex:1;border:none;background:transparent;outline:none;resize:none;padding:6px 4px;font-family:inherit;font-size:14px;font-weight:500;line-height:normal;color:#110808;min-height:28px;box-sizing:border-box;margin-block:auto}.responsive-chat-input textarea::placeholder{color:#595959;opacity:.6}.responsive-chat-input textarea:disabled{cursor:not-allowed;opacity:.7}.responsive-chat-input__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.responsive-chat-input__icon-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;border-radius:50%;transition:all .2s;padding:0}.responsive-chat-input__icon-button:hover{background-color:#f5f5f5;color:#110808}.responsive-chat-input__icon-button--listening{background-color:#ff4d4d!important;color:#fff!important;animation:pulse 1.5s infinite}.responsive-chat-input__icon-button--listening:hover{background-color:#f33!important}.responsive-chat-input__icon-button--no-mic{opacity:.4;cursor:not-allowed;filter:grayscale(1)}.responsive-chat-input__icon-button--send{background-color:#e0e0e0;color:#fff;width:27px;height:27px}.responsive-chat-input__icon-button--send:hover{color:#fff}.responsive-chat-input__icon-button--send:not(:disabled){background-color:#1e1e1e}.responsive-chat-input__icon-button--send:disabled{opacity:.5;cursor:not-allowed}@keyframes pulse{0%{box-shadow:0 0 #ff4d4d66}70%{box-shadow:0 0 0 10px #ff4d4d00}to{box-shadow:0 0 #ff4d4d00}}@keyframes responsive-chat-input-spin{to{transform:rotate(360deg)}}.chat-flow{display:flex;flex-direction:column;flex:1;min-height:0}.chat-flow__responsive-input{position:sticky;bottom:10px}.chat-flow-progress-bar{width:100%;height:4px;background-color:#f3f4f6;border-radius:10px;position:relative;flex-shrink:0;margin-bottom:16px}.chat-flow-progress-bar__inner{height:100%;background-color:#ff3040;border-radius:10px;transition:width .3s ease-in-out;position:absolute;left:0;top:0}.chat-flow-error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:10px;padding:16px;margin-bottom:16px;color:#000;border:1px solid black;background-color:#fff;min-width:250px}.chat-flow-error-message__buttons{display:flex;justify-content:center}.chat-flow-error-message button{background-color:#d3d3d3;color:#000;border:none;padding:8px 16px}.cta-section{display:flex;justify-content:center;width:100%}.cta-section .cta-button{display:flex;align-items:center;justify-content:center;gap:.5em;background:#1e1e1e;color:#fff;border-radius:100px;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:opacity .2s;width:333px;height:45px}.cta-section .cta-button:hover{opacity:.9}.cta-section .cta-button:disabled{background:#9a9a9a;cursor:not-allowed}.cta-section .cta-spinner{display:inline-block;width:1em;height:1em;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:cta-spin .8s linear infinite}@keyframes cta-spin{to{transform:rotate(360deg)}}.texts-turnover{position:relative;overflow:hidden;display:inline-grid}.texts-turnover__spacer{grid-area:1/1;visibility:hidden}.texts-turnover__text{position:absolute;left:0;top:0;width:100%}.texts-turnover__text--visible{transform:translateY(0);text-align:center;opacity:1}.texts-turnover__text--hidden{transform:translateY(-100%);opacity:0}.texts-turnover__text--exiting{transform:translateY(100%);opacity:0;transition:transform .6s ease-in-out,opacity .6s ease-in-out}.texts-turnover__text--entering{transform:translateY(0);opacity:1;transition:transform .6s ease-in-out,opacity .6s ease-in-out}.image-picker-action-sheet__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10002;background:#00000080;animation:image-picker-action-sheet-fade-in .3s ease-out}.image-picker-action-sheet{position:fixed;bottom:0;left:0;right:0;z-index:10003;background:#3a3a3c;border-radius:14px 14px 0 0;padding:8px 0 24px;display:flex;flex-direction:column;gap:4px;animation:image-picker-action-sheet-slide-up .3s ease-out}.image-picker-action-sheet__option{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 20px;border:none;background:transparent;color:#fff;font-size:20px;font-weight:400;text-align:left;cursor:pointer;transition:background-color .2s ease}.image-picker-action-sheet__option:hover{background:#ffffff14}.image-picker-action-sheet__option:active{background:#ffffff1f}.image-picker-action-sheet__option svg{flex-shrink:0;width:24px;height:24px}@keyframes image-picker-action-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes image-picker-action-sheet-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.replacement-bottom-sheet{display:flex;flex-direction:column;align-items:center;gap:16px;padding:12px 10px 24px;width:100%}.replacement-bottom-sheet__title{display:flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.4;color:#f70;text-transform:uppercase}.replacement-bottom-sheet__indicator{width:8px;height:8px;background:#f70;flex-shrink:0}.replacement-bottom-sheet__content{display:flex;align-items:center;gap:16px;padding:0 20px;width:100%}.replacement-bottom-sheet__images{position:relative;display:inline-grid;grid-template-columns:max-content;grid-template-rows:max-content}.replacement-bottom-sheet__images .replacement-bottom-sheet__image{width:57px;height:57px;border-radius:10px;background-color:#fff1e0;object-fit:cover;box-shadow:15px 18px 7px #0000,10px 11px 6px #00000003,5px 6px 5px #0000000d,2px 3px 4px #00000017,1px 1px 2px #0000001a;border:1.5px solid #FFFFFF;grid-row:1;grid-column:1}.replacement-bottom-sheet__images .replacement-bottom-sheet__image--original{transform:rotate(-7deg);z-index:1}.replacement-bottom-sheet__images .replacement-bottom-sheet__image--alternative{transform:rotate(-7deg);z-index:2}.replacement-bottom-sheet__images:not(.replacement-bottom-sheet__images--single) .replacement-bottom-sheet__image--alternative{margin-left:47px}.replacement-bottom-sheet__description{flex:1;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#6a7282;margin:0}.replacement-bottom-sheet__button{display:flex;align-items:center;justify-content:center;width:200px;height:50px;padding:13px 16px;background:#111;color:#fff;border:none;border-radius:100px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:background .15s ease}.replacement-bottom-sheet__button:hover{background:#2b2b2b}.like-button{position:absolute;top:8px;right:8px;width:48px;height:48px;border-radius:46px;background:#fffdf6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#f70;transition:transform .15s ease}.like-button:hover{transform:scale(1.05)}.like-button svg{width:24px;height:24px}.like-button.liked{color:#f70}.detection-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.detection-marker{position:absolute;width:20px;height:20px;border-radius:999px;background:#ffffff4d;backdrop-filter:blur(55px);-webkit-backdrop-filter:blur(55px);transform:translate(-50%,-50%);cursor:pointer;pointer-events:auto;transition:background .15s ease,transform .15s ease;z-index:10;display:flex;align-items:center;justify-content:center}.detection-marker__inner{width:6px;height:6px;border-radius:50%;background:#fffc;transition:background .15s ease,width .15s ease,height .15s ease}.detection-marker:hover{transform:translate(-50%,-50%) scale(1.1)}.detection-marker.selected{background:#fffdf6;z-index:20}.detection-marker.selected .detection-marker__inner{background:#f70}.detection-popup{position:absolute;transform:translate(-50%,calc(-100% - 20px));background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;pointer-events:auto;z-index:30;animation:popupFadeIn .2s ease}@keyframes popupFadeIn{0%{opacity:0;transform:translate(-50%,calc(-100% - 12px))}to{opacity:1;transform:translate(-50%,calc(-100% - 20px))}}.detection-popup.position-right{transform:translate(20px,-50%);animation:popupFadeInRight .2s ease}@keyframes popupFadeInRight{0%{opacity:0;transform:translate(12px,-50%)}to{opacity:1;transform:translate(20px,-50%)}}.detection-popup.position-left{transform:translate(calc(-100% - 20px),-50%);animation:popupFadeInLeft .2s ease}@keyframes popupFadeInLeft{0%{opacity:0;transform:translate(calc(-100% - 12px),-50%)}to{opacity:1;transform:translate(calc(-100% - 20px),-50%)}}.detection-popup.position-below{transform:translate(-50%,20px);animation:popupFadeInBelow .2s ease}@keyframes popupFadeInBelow{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%,20px)}}.detection-popup.position-below.position-right{transform:translate(20px,20px);animation:popupFadeInBelowRight .2s ease}@keyframes popupFadeInBelowRight{0%{opacity:0;transform:translate(12px,12px)}to{opacity:1;transform:translate(20px,20px)}}.detection-popup.position-below.position-left{transform:translate(calc(-100% - 20px),20px);animation:popupFadeInBelowLeft .2s ease}@keyframes popupFadeInBelowLeft{0%{opacity:0;transform:translate(calc(-100% - 12px),12px)}to{opacity:1;transform:translate(calc(-100% - 20px),20px)}}.detection-popup .popup-content{padding:6px 8px;line-height:1.1;width:116px}.detection-popup .popup-content .popup-name{font-family:Inter,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;color:#110808;margin-bottom:3px}.detection-popup .popup-content .popup-vendor{font-family:Inter,sans-serif;font-weight:400;font-size:10px;color:#999090;margin-bottom:4px}.detection-popup .popup-content .popup-details-btn{font-family:Inter,sans-serif;font-weight:400;font-size:10px;color:#f70;background:none;border:none;padding:0;cursor:pointer;text-transform:uppercase;letter-spacing:.02em}.detection-popup .popup-content .popup-details-btn:hover{text-decoration:underline}.alternatives-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000}.alternatives-modal__close{position:absolute;top:8px;right:8px;width:48px;height:48px;border-radius:174px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s ease;z-index:1}.alternatives-modal__close:hover{background:#ffffff1a}.alternatives-modal__close svg{width:36px;height:36px}.alternatives-modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px}.alternatives-modal__loading p{margin:0;color:#fff;font-size:14px}.alternatives-modal__error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px;text-align:center}.alternatives-modal__error p{margin:0;color:#ff6b6b;font-size:14px}.alternatives-modal__error button{padding:10px 24px;background:#fffdf6;color:#110808;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.alternatives-modal__error button:hover{background:#fff7dd}.alternatives-carousel{display:flex;align-items:center;justify-content:center;touch-action:pan-y;-webkit-user-select:none;user-select:none;overflow:hidden;width:100%}.alternatives-carousel__track{display:flex;align-items:center;justify-content:center;gap:24px;cursor:grab}.alternatives-carousel__track:active{cursor:grabbing}.alternatives-carousel__card{background:#fffdf6;border-radius:16px;overflow:hidden;box-shadow:0 16px 32px -12px #585c5f1a;padding:8px;flex-shrink:0;width:305px}.alternatives-carousel__card--prev,.alternatives-carousel__card--next{cursor:pointer}.alternatives-carousel__card--prev:hover,.alternatives-carousel__card--next:hover{opacity:.95}.alternatives-carousel__card--current{opacity:1}.alternatives-carousel__image-container{position:relative;background:#fff1e0;border-radius:8px;overflow:hidden}.alternatives-carousel__image{width:100%;aspect-ratio:1;background-color:#fff1e0;background-repeat:no-repeat}.alternatives-carousel__favorite{position:absolute;top:8px;right:8px;width:48px;height:48px;border-radius:46px;background:#fffdf6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#f70;transition:transform .15s ease}.alternatives-carousel__favorite:hover{transform:scale(1.05)}.alternatives-carousel__favorite svg{width:24px;height:24px}.alternatives-carousel__details{padding:8px 4px}.alternatives-carousel__name{font-family:Inter,sans-serif;font-weight:500;font-size:16px;text-transform:uppercase;color:#110808;margin-bottom:4px;line-height:1.4}.alternatives-carousel__price{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#999090;text-transform:uppercase;line-height:1.5}.alternatives-carousel__loading-text{font-size:13px;color:#999090;font-style:italic}.alternatives-carousel__show-in-room{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;margin-top:8px;background:#110808;color:#fffdf6;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:background .15s ease,opacity .15s ease}.alternatives-carousel__show-in-room:hover:not(:disabled){background:#341818}.alternatives-carousel__show-in-room:disabled{cursor:not-allowed;opacity:.7}.alternatives-carousel__show-in-room .spinner{width:16px;height:16px}.alternatives-carousel__detected-item-preview{margin-top:20px;width:60px;height:60px;border:2px solid #FFFFFF;background-color:#fff1e0;border-radius:10px;box-shadow:0 4px 12px #00000026;transform:rotate(-12deg)}.item-card-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.item-card-modal-container{display:flex;flex-direction:column;align-items:center;gap:16px;animation:itemCardFadeIn .25s ease}@keyframes itemCardFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.item-card-modal__back{position:absolute;top:8px;left:8px;width:48px;height:48px;border-radius:174px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s ease}.item-card-modal__back:hover{background:#ffffff1a}.item-card-modal__back svg{width:36px;height:36px}.item-card-modal__see-more{align-self:stretch;display:flex;align-items:center;justify-content:center;height:50px;gap:8px;background:#111;border:none;border-radius:999px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;color:#fff;cursor:pointer;transition:background .15s ease}.item-card-modal__see-more svg{width:24px;height:24px}.item-card-modal__see-more.loading{opacity:.7;cursor:not-allowed}.item-card-modal__see-more.loading .spinner{width:20px;height:20px}.item-card-modal__see-more.loading svg{animation:refreshSpin 1s linear infinite}@keyframes refreshSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.item-card-modal__see-more:disabled{cursor:not-allowed}.item-card-modal__processing-indicator{display:flex;align-items:center;gap:12px;padding-top:8px}.item-card-modal__processing-indicator-dot{width:8px;height:8px;background:#f70;flex-shrink:0}.item-card-modal__processing-indicator .texts-turnover{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.4;color:#f70;text-transform:uppercase}.item-card-modal{background:#fffdf6;border-radius:16px;width:305px;overflow:hidden;display:flex;flex-direction:column;padding:8px;box-shadow:0 16px 32px -12px #585c5f1a}.item-card-modal__image-container{position:relative;background:#fff1e0;border-radius:8px;overflow:hidden}.item-card-modal__image{width:100%;aspect-ratio:1;background-color:#fff1e0}.item-card-modal__favorite{position:absolute;top:8px;right:8px;width:48px;height:48px;border-radius:46px;background:#fffdf6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#f70;transition:transform .15s ease}.item-card-modal__favorite:hover{transform:scale(1.05)}.item-card-modal__favorite svg{width:24px;height:24px}.item-card-modal__details{padding:8px 4px}.item-card-modal__name{font-family:Inter,sans-serif;font-weight:500;font-size:16px;text-transform:uppercase;color:#110808;margin-bottom:4px;line-height:1.4}.item-card-modal__price{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#999090;text-transform:uppercase;line-height:1.5;margin-bottom:4px}.item-card-modal__vendor-row{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:4px}.item-card-modal__vendor{font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#999090;text-transform:uppercase;line-height:1.4;padding:4px}.item-card-modal__add-to-cart{display:flex;align-items:center;gap:8px;background:none;border:none;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#110808;text-transform:uppercase;cursor:pointer;padding:4px;transition:color .15s ease}.item-card-modal__add-to-cart:hover{color:#f70}.item-card-modal__add-to-cart svg{width:24px;height:24px;stroke:#f70}.item-card-modal__add-to-cart--disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.item-card-modal__upload-photo{align-self:stretch;display:flex;align-items:center;justify-content:center;height:50px;background:#fff;border:1px solid #9a9a9a;border-radius:33554400px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;color:#110808;cursor:pointer;transition:background .15s ease}.item-card-modal__upload-photo:hover{background:#f7f7f7}.item-card-modal__upload-error{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;color:#ff6b6b}.item-card-modal__upload-error button{background:none;border:none;color:#f70;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;text-decoration:underline;padding:0}.alternatives-toast-message{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#fff}.concierge-explainer{display:flex;flex-direction:column;align-items:center;gap:16px;padding:12px 10px 24px}.concierge-explainer__images{display:flex;justify-content:center;padding:8px 0}.concierge-explainer__img-stack{position:relative;width:145px;height:120px}.concierge-explainer__img{position:absolute;background:#e6e6e6;border:4px solid white;border-radius:24px;overflow:hidden}.concierge-explainer__img--front{width:116px;height:116px;top:2px;left:0;box-shadow:0 2px 8px #00000014;z-index:3}.concierge-explainer__img--blur-1{width:92px;height:92px;top:0;left:28px;filter:blur(1px);border-width:4px;border-radius:20px;z-index:2}.concierge-explainer__img--blur-2{width:68px;height:68px;top:0;left:54px;filter:blur(2px);border-width:3px;border-radius:16px;z-index:1}.concierge-explainer__img-photo{width:100%;height:100%;object-fit:cover}.concierge-explainer__circle{position:absolute;width:80px;height:80px;border-radius:50%;z-index:4;top:20px;left:62px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffff03;box-shadow:0 1px 4px #0000000a,0 4px 8px #0000000a,0 16px 32px #0000000f;overflow:hidden}.concierge-explainer__circle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;padding:1px;background:linear-gradient(180deg,#fff,gray 36%,#fff);-webkit-mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.concierge-explainer__title-row{display:flex;align-items:center;gap:8px}.concierge-explainer__title{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1;color:#1a1a1a;text-align:center;margin:0}.concierge-explainer__description{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1;color:#504f4c;text-align:center;margin:0;padding:0 20px}.shopping-cart{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:100;display:flex;flex-direction:column}.shopping-cart__header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;flex-shrink:0}.shopping-cart__header-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f6f6f6;border:none;border-radius:999px;cursor:pointer;flex-shrink:0;color:#110808}.shopping-cart__header-btn--muted{font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:1.4;letter-spacing:-.18px;color:#999090;padding:0 10px;width:auto}.shopping-cart__title{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1;color:#110808;margin:0}.shopping-cart__content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.shopping-cart__items{display:flex;flex-direction:column;gap:40px;padding:16px 24px}.shopping-cart__item{display:flex;gap:20px;align-items:flex-start}.shopping-cart__item-thumbnail{width:96px;height:128px;flex-shrink:0;background:#f2efed;border-radius:2px;overflow:hidden}.shopping-cart__item-thumbnail-img{width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat}.shopping-cart__item-info{display:flex;gap:16px;align-items:flex-start;flex:1;min-height:128px}.shopping-cart__item-details{display:flex;flex-direction:column;justify-content:space-between;flex:1;min-height:128px}.shopping-cart__item-meta{display:flex;flex-direction:column;gap:5px}.shopping-cart__item-name{font-family:Inter,sans-serif;font-weight:500;font-size:13.7px;line-height:19.25px;color:#1a1a1a}.shopping-cart__item-vendor{font-family:Inter,sans-serif;font-weight:400;font-size:12.3px;line-height:19.5px;color:#706f6c}.shopping-cart__item-quantity{display:flex;align-items:center;border:1px solid #eae8e4;border-radius:2px;height:26px;width:fit-content}.shopping-cart__item-qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:100%;background:none;border:none;cursor:pointer;color:#1a1a1a;padding:0}.shopping-cart__item-qty-btn:disabled{opacity:.3;cursor:default}.shopping-cart__item-qty-value{font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:16px;color:#1a1a1a;min-width:20px;text-align:center}.shopping-cart__item-price-col{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:128px;flex-shrink:0}.shopping-cart__item-price{font-family:Inter,sans-serif;font-weight:500;font-size:12.4px;line-height:20px;color:#1a1a1a}.shopping-cart__item-remove{font-family:Inter,sans-serif;font-weight:400;font-size:11.6px;line-height:18px;color:#706f6c;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;text-align:center}.shopping-cart__empty{display:flex;flex-direction:column;align-items:center;padding:80px 44px 24px;gap:16px;text-align:center;animation:shopping-cart-fade-in .3s ease}.shopping-cart__empty-icon{width:112px;height:112px;border-radius:50%;background:#f6f6f6;display:flex;align-items:center;justify-content:center}.shopping-cart__empty-title{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1;color:#101828;margin:0}.shopping-cart__empty-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#504f4c;margin:0}.shopping-cart__empty-cta{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;height:50px;background:#111;color:#fff;border:none;border-radius:100px;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;cursor:pointer;box-shadow:0 4px 16px #00000059,10px 10px 30px #bd69264d}.shopping-cart__footer{flex-shrink:0;border-top:2px solid #eae8e4;padding:16px 24px;display:flex;flex-direction:column;align-items:center;gap:16px;background:#fff}.shopping-cart__footer-totals{width:100%;display:flex;flex-direction:column}.shopping-cart__footer-row{display:flex;align-items:center;justify-content:space-between;width:100%}.shopping-cart__footer-label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#706f6c}.shopping-cart__footer-value{font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#1a1a1a}.shopping-cart__footer-savings{font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#f70}.shopping-cart__footer-savings-amount{filter:blur(3.5px);-webkit-user-select:none;user-select:none}.shopping-cart__unlock-btn{position:relative;width:100%;height:50px;background:#111;border:none;border-radius:10px;cursor:pointer;overflow:hidden;-webkit-touch-callout:none;touch-action:none;-webkit-user-select:none;user-select:none}.shopping-cart__unlock-btn-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:#f70;width:0%;transition:none}.shopping-cart__unlock-btn-fill--active{width:100%;transition:width 1s linear}.shopping-cart__unlock-btn-text{position:relative;z-index:1;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.shopping-cart__footer-promo{display:flex;flex-direction:column;align-items:center}.shopping-cart__footer-promo-sub{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1;color:#99a1af}.shopping-cart__screen{display:flex;flex-direction:column;flex:1}.shopping-cart__screen-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:24px;padding:24px;text-align:center}.shopping-cart__screen-placeholder p{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#110808;margin:0}.shopping-cart__screen-btn{width:100%;max-width:320px;height:50px;background:#111;color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:700;font-size:16px;cursor:pointer}.shopping-cart__screen-link{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#706f6c;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}.decorative-cards{position:relative;width:240px;height:120px;flex-shrink:0}.decorative-cards__card{position:absolute;width:95px;height:95px;background:#e6e6e6;border:5px solid white;border-radius:27px;box-shadow:0 14px 27px #00000040;overflow:hidden}.decorative-cards__card--left{left:0;top:3px;transform:rotate(-15deg)}.decorative-cards__card--right{right:0;top:0;transform:rotate(15deg)}.decorative-cards__card--center{left:50%;top:3px;transform:translate(-50%) rotate(-8deg);z-index:1}.decorative-cards__card-img{width:100%;height:100%;object-fit:contain}.insider-screen{display:flex;flex-direction:column;align-items:center;padding:24px 16px;gap:24px}.insider-screen__heading{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1;color:#101828;text-align:center;margin:0}.insider-screen__description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#6a7282;text-align:center;margin:0;white-space:pre-line}.insider-screen__description strong{color:#110808;font-weight:400}.insider-screen__pill{position:relative;display:flex;align-items:center;justify-content:center;height:50px;padding:12px;border-radius:174px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#110808;background:#fff;z-index:0}.insider-screen__pill:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(#ffffff80,#ffffff80),conic-gradient(from 0deg,#ffc785b3 4%,#ff9430b3 10%,#ffcc8eb3 40%,#ffc786b3 43.59%,#ff7f0db3 84%,#ff7700b3);z-index:-1}.insider-screen__pill:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:#fff;z-index:-1}.insider-screen__form{width:100%;background:#fff;border-radius:14px;overflow:hidden}.insider-screen__form-row{display:flex;align-items:center;justify-content:space-between;padding:12px 8px}.insider-screen__form-label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#101828;display:flex;align-items:center;gap:6px}.insider-screen__form-optional{display:inline-flex;align-items:center;height:22px;padding:0 8px;background:#eff6ff;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:18px;color:#2b7fff}.insider-screen__form-divider{height:.5px;background:#f3f4f6;margin:0 8px}.insider-screen__toggle{width:64px;height:32px;border-radius:9999px;border:none;background:#e5e7eb;padding:4px;cursor:pointer;position:relative;transition:background .2s ease}.insider-screen__toggle--on{background:#007aff}.insider-screen__toggle-thumb{display:block;width:24px;height:24px;border-radius:9999px;background:#fff;box-shadow:0 3px 8px #00000026;transition:transform .2s ease}.insider-screen__toggle--on .insider-screen__toggle-thumb{transform:translate(32px)}.insider-screen__phone-input{font-family:Inter,sans-serif;font-weight:400;font-size:17px;letter-spacing:-.43px;color:#101828;text-align:right;border:none;outline:none;background:transparent;width:140px}.insider-screen__phone-input::placeholder{color:#d1d5dc}.insider-screen__form-hint{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1;color:#8e8e93;text-align:center;margin:0}.insider-screen__save-btn{width:100%;max-width:336px;height:50px;background:#111;color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;cursor:pointer}.save-spot-screen{display:flex;flex-direction:column;align-items:center;padding:80px 44px 24px;gap:16px;text-align:center;animation:shopping-cart-fade-in .3s ease}.save-spot-screen__check{width:90px;height:90px;border-radius:50%;background:#000;display:flex;align-items:center;justify-content:center;animation:save-spot-pulse 2s ease-in-out infinite}.save-spot-screen__heading{font-family:Inter,sans-serif;font-weight:600;font-size:28px;line-height:1;color:#000;margin:0}.save-spot-screen__description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#6a7282;margin:0}.save-spot-screen__pill{position:relative;display:flex;align-items:center;justify-content:center;height:50px;padding:12px;border-radius:174px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#110808;background:#fff;z-index:0;gap:12px}.save-spot-screen__pill:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(#ffffff80,#ffffff80),conic-gradient(from 0deg,#ffc785b3 4%,#ff9430b3 10%,#ffcc8eb3 40%,#ffc786b3 43.59%,#ff7f0db3 84%,#ff7700b3);z-index:-1}.save-spot-screen__pill:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:#fff;z-index:-1}.save-spot-screen__avatars{display:flex}.save-spot-screen__avatars>:not(:first-child){margin-left:-8px}.save-spot-screen__avatar{width:24px;height:24px;border-radius:50%;background:#f3f4f6;border:1.4px solid white;overflow:hidden}.save-spot-screen__avatar img{width:100%;height:100%;object-fit:cover}.save-spot-screen__sub{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:21px;letter-spacing:-.15px;color:#6a7282;text-align:center;margin:0}.save-spot-screen__footer{flex-shrink:0;padding:16px 42px}.save-spot-screen__back-btn{width:100%;height:50px;background:#fff;color:#000;border:1px solid #e5e7eb;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;cursor:pointer}@keyframes shopping-cart-fade-in{0%{opacity:0}to{opacity:1}}@keyframes save-spot-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.saved-tab{flex:1;display:flex;flex-direction:column}.saved-tab h4{align-self:center}.saved-tab__projects-list{display:flex;flex-direction:column;padding-inline:20px;gap:16px}.saved-tab__projects-list h4{margin-block:0;align-self:flex-start}.saved-tab__project-display{display:flex;flex-direction:column;gap:15px}.saved-tab__project-display>*:not(:first-child){margin-inline-start:10px}.saved-tab__artifact-set-display{display:flex;align-items:center;gap:15px}.saved-tab__project-thumbnail-container{display:inline-block;position:relative;line-height:0;margin-right:9px}.saved-tab__project-thumbnail{position:relative;width:83.6px;height:60px;border-radius:5px;border:1px solid #FFF;box-sizing:border-box;object-fit:cover}.saved-tab__project-thumbnail2{position:absolute;top:50%;transform:translateY(-50%);right:-5px;width:84px;height:50px;border-radius:5px;border:1px solid #FFF;object-fit:cover}.saved-tab__project-thumbnail3{position:absolute;width:84px;height:42px;border-radius:5px;border:1px solid #FFF;object-fit:cover;top:50%;transform:translateY(-50%);right:-10px}.saved-tab__project-content{display:flex;flex-direction:column;gap:5px}.saved-tab__project-content .kassa-caption{color:#6b6b6b}.saved-tab__project-content-description{color:#6b6b6b80}.saved-tab__project-content-date{color:#6b6b6b40}.project-cards{position:relative;width:200px;height:90px;margin:0 auto;filter:drop-shadow(2px 3px 9px rgba(0,0,0,.15)) drop-shadow(9px 12px 15px rgba(0,0,0,.13)) drop-shadow(21px 28px 21px rgba(0,0,0,.08)) drop-shadow(37px 49px 25px rgba(0,0,0,.02)) drop-shadow(59px 77px 27px rgba(0,0,0,0))}.project-cards__card{position:absolute;width:80px;height:74px;background:#fff;padding:3px;border-radius:10px;box-shadow:0 2px 8px #00000026;transform:rotate(var(--rotation, 0deg))}.project-cards__card:nth-child(1){z-index:3;left:0;top:6px}.project-cards__card:nth-child(2){z-index:2;left:50%;top:0;transform:translate(-50%) rotate(var(--rotation, 0deg))}.project-cards__card:nth-child(3){z-index:1;right:0;top:6px}.project-cards__card img{width:100%;height:100%;object-fit:cover;border-radius:7px}.selected-item-header{padding:1px 24px;display:flex;align-items:center}.selected-item-header a:active,.selected-item-header a:hover{color:#222}.selected-item-header button,.selected-item-header a{color:#222;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:21px;border:2px solid rgba(255,255,255,.2);background:#0000;box-sizing:border-box}.selected-item-header button svg,.selected-item-header a svg{flex-shrink:0}.selected-item-header-title{flex:1;text-align:center;font-size:14px;font-style:italic;font-weight:400}.selected-item-header h4{flex:1;text-align:center}.selected-project{flex:1;display:flex;flex-direction:column}.selected-project .selected-project-date{text-align:center;font-size:14px;font-style:italic;font-weight:400;color:#6b6b6b80}.media-gallery-label{margin-top:24px;text-align:center;color:#6b6b6b;text-transform:capitalize}.media-gallery{position:relative;max-height:calc(100svh - 170px);display:flex;flex-direction:column;margin:10px 29px;overflow:hidden;background:#000;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:20px;box-shadow:109px 111px 44px #0000,70px 71px 40px #00000005,39px 40px 34px #00000014,17px 18px 25px #00000021,4px 4px 14px #00000026}.media-gallery.loading{min-height:190px}.media-gallery__bars{position:absolute;top:16px;left:12px;right:12px;display:flex;gap:4px;z-index:2}.media-gallery__bar{flex:1;height:4px;background:#fff6;border-radius:100px;overflow:hidden}.media-gallery__bar-fill{height:100%;background:#fff;border-radius:100px;width:0%}.media-gallery__bar-fill--completed{width:100%}.media-gallery__bar-fill--active{animation:media-gallery-bar-progress var(--bar-duration) linear forwards}.media-gallery__bar-fill--paused{animation-play-state:paused}.media-gallery__content{flex:1;display:flex;align-items:center;justify-content:center}.media-gallery__media{width:100%;height:100%;object-fit:cover}.media-gallery__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;font-size:50px;color:#ffffff80}@keyframes media-gallery-bar-progress{0%{width:0%}to{width:100%}}.media-gallery-actions{display:flex;justify-content:flex-end;padding-inline:29px}.generation-result-container{height:100%;overflow:hidden;position:relative}.generation-result-track{height:200svh;transition:transform .3s ease}.generation-result-track.show-tour{transform:translateY(-100svh)}.generation-result-track.show-tour .generation-result__actions-chat,.generation-result-track.show-tour .result-chat-backdrop{display:none}.generation-result{position:relative;width:100%;height:100svh}.generation-result__status{position:absolute;top:16px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;z-index:10}.generation-result__topbar{position:absolute;top:20px;width:100%;padding-inline:16px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;z-index:10}.generation-result__topbar-slider{display:flex;align-items:center;gap:2px;height:40px;padding-inline:12px;border-radius:999px;background:#f6f6f6;color:#110808;font-family:Inter,sans-serif;font-size:18px;font-weight:500}.generation-result__topbar-slider button{background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#110808;cursor:pointer}.generation-result__topbar-slider button svg{width:24px;height:24px;flex-shrink:0}.generation-result__topbar-back{height:40px;width:40px;border-radius:999px;background:#f6f6f6;display:flex;align-items:center;justify-content:center}.generation-result__topbar-back svg{flex-shrink:0;width:24px;height:24px}.generation-result__topbar-cart{height:40px;border-radius:999px;background:#f6f6f6;display:flex;align-items:center;justify-content:center;padding-inline:6px;gap:0;color:#110808;font-family:Inter,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.18px}.generation-result__topbar-cart svg{flex-shrink:0;width:24px;height:24px}.generation-result__topbar-right{display:flex;align-items:center;gap:8px}.generation-result__topbar-menu{height:40px;width:40px;border-radius:999px;background:#f6f6f6;display:flex;align-items:center;justify-content:center}.generation-result__topbar-menu svg{flex-shrink:0;width:24px;height:24px}.generation-result__topbar-menu--active{position:relative;z-index:91}.generation-result__actions-chat{width:calc(100% - 32px);min-width:320px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.design-tour-section{height:100svh;overflow:hidden;position:relative;touch-action:none}.design-tour-track{transition:transform .3s ease}.design-tour-item{width:calc(100% - 16px);margin-inline:8px;margin-bottom:8px;border-radius:20px;overflow:hidden;position:relative}.design-tour-item:first-child{margin-top:8px}.design-tour-item img,.design-tour-item video{width:100%;height:auto;display:block}.design-tour-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(0deg,rgba(0,0,0,.4) 0%,transparent 30%,transparent 80%,rgba(0,0,0,.4) 100%);pointer-events:none}.design-tour-item__label{position:absolute;top:16px;left:16px;z-index:2;color:#fff;font-family:Georgia,serif;font-size:24px;letter-spacing:-.24px;line-height:1.4}.design-tour-item__mute-toggle{position:absolute;bottom:12px;right:12px;width:25px;height:25px;border-radius:50%;background:#0006;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;padding:0}.design-tour-item__mute-toggle svg{width:60%;height:60%;display:block}.design-tour-loading{height:100%;display:flex;flex-direction:column;padding:8px;gap:8px;box-sizing:border-box}.design-tour-loading__card{position:relative;border-radius:20px;overflow:hidden;flex:1;min-height:0}.design-tour-loading__bg{width:100%;height:100%;object-fit:cover;display:block;opacity:.3}.design-tour-loading__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px}.design-tour-loading__thumbs{position:relative;width:137px;height:106px;margin-bottom:8px}.design-tour-loading__thumb{position:absolute;width:87px;height:87px;border:4.67px solid #fff;border-radius:25px;box-shadow:0 12px 25px #00000040;overflow:hidden;transform:rotate(var(--rotation, 0deg))}.design-tour-loading__thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.design-tour-loading__thumb:nth-child(1){z-index:1;left:-6px;top:5px}.design-tour-loading__thumb:nth-child(2){z-index:2;right:-4px;top:-2px}.design-tour-loading__thumb:nth-child(3){z-index:3;left:50%;top:-1px;transform:translate(-50%) rotate(var(--rotation, 0deg))}.design-tour-loading__play-icon{position:absolute;width:25px;height:27px;z-index:4;top:30%;left:43%;transform:rotate(-7deg)}.design-tour-loading__play-icon svg{width:100%;height:100%}.design-tour-loading__text{color:#000;text-align:center;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5;margin:0;max-width:280px}.design-tour-loading__pill{position:relative;display:flex;align-items:center;justify-content:center;height:50px;padding:12px;border-radius:174px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#110808;background:#fff;z-index:0;animation:pulse-opacity 2s ease-in-out infinite;width:200px}.design-tour-loading__pill:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(#ffffff80,#ffffff80),conic-gradient(from 0deg,#ffc785b3 4%,#ff9430b3 10%,#ffcc8eb3 40%,#ffc786b3 43.59%,#ff7f0db3 84%,#ff7700b3);z-index:-1}.design-tour-loading__pill:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:#fff;z-index:-1}.design-tour-loading__hint{height:80px;border-radius:20px;overflow:hidden;flex-shrink:0;opacity:.3}.design-tour-loading__hint img{width:100%;height:100%;object-fit:cover;display:block}@keyframes pulse-opacity{0%,to{opacity:1}50%{opacity:.5}}.tour-ready-content{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px}.tour-ready-content h2{margin:0;font-size:18px;font-weight:600;color:#101828;text-align:center}.tour-ready-content__description{color:#6a7282;text-align:center;font-size:16px;line-height:150%}.tour-ready-content__footer{color:#6a7282;text-align:center;font-size:14px;font-weight:500}.media-actions{background:#ffffff4d;border-radius:50px;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;color:#010101;display:flex;align-items:center;padding:5px 11px}.media-actions button{background:none;outline:none}.media-actions a,.media-actions button{box-sizing:content-box;padding:5px;color:#000;height:22px;width:22px;display:flex;align-items:center;justify-content:center}.media-actions a svg,.media-actions button svg{flex-shrink:0}.result-chat-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.result-chat-backdrop--open{pointer-events:auto}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-.1em)}}.result-chat{position:absolute;bottom:0;left:0;right:0;background:#ffffffef;border:.75px solid #FFF;border-radius:20px 20px 0 0;box-shadow:0 -2px 8px #0000001a;display:flex;flex-direction:column;padding:12px 15px;overflow:hidden;transform:translateY(100%);transition:transform .3s ease-out,bottom .3s ease-out,max-height .3s ease-out}.result-chat-backdrop--open .result-chat{transform:translateY(0)}.result-chat--resizing{-webkit-user-select:none;user-select:none;transition:none!important}.result-chat--dismissing{opacity:.5}.result-chat__resize-handle{display:flex;justify-content:center;padding:12px 12px 16px;cursor:ns-resize;touch-action:none}.result-chat__resize-handle-inner{width:40px;height:4px;background:#0003;border-radius:2px}.result-chat__error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:#fafafa;text-align:center}.result-chat__error p{margin:0;font-size:14px;color:#333}.result-chat__error button{padding:8px 24px;border-radius:20px;border:1px solid #222;background:#fff;font-size:14px;font-weight:500;cursor:pointer}.result-chat__error button:active{background:#f0f0f0}.result-chat__content{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:15px;padding:0 4px 30px}.result-chat__message{display:flex;max-width:85%}.result-chat__message--user{align-self:flex-end}.result-chat__message--assistant{align-self:flex-start}.result-chat__message--assistant:has(.result-chat__thinking){flex-direction:column}.result-chat__bubble{background:#f6f6f6;border-radius:20px;padding:10px 24px 10px 10px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:normal;color:#222}.result-chat__user-images{display:flex;gap:6px;margin-bottom:6px}.result-chat__user-image{width:56px;height:56px;border-radius:8px;object-fit:cover}.result-chat__assistant-text{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:normal;color:#222}.result-chat__assistant-text p{margin:0 0 8px}.result-chat__assistant-text p:last-child{margin-bottom:0}.result-chat__thinking{display:inline-flex;align-items:baseline;font-style:italic}.result-chat__thinking-text{background:linear-gradient(90deg,#888 25%,#bbb,#888 75%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2s linear infinite}.result-chat__thinking-dots{display:inline-flex;margin-left:1px}.result-chat__thinking-dots span{display:inline-block;background:linear-gradient(90deg,#888 25%,#bbb,#888 75%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2s linear infinite;animation:shimmer 2s linear infinite,bounce 1.4s ease-in-out infinite}.result-chat__thinking-dots span:nth-child(2){animation-delay:.2s}.result-chat__thinking-dots span:nth-child(3){animation-delay:.4s}.result-chat__images{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.result-chat__image{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover;cursor:pointer;transition:transform .2s ease}.result-chat__image:hover{transform:scale(1.02)}.result-chat__error{background:#fee;color:#c00;padding:8px 12px;border-radius:8px;font-size:13px;margin-bottom:8px}.result-chat__input-container{padding-top:8px}.result-chat__canned-prompts{display:flex;gap:5px;margin-bottom:8px;overflow-x:auto;padding-block:1px}.result-chat__canned-prompt{border-radius:14.055px;border:.75px solid #ccc;display:flex;align-items:center;color:#595959;padding:7.568px 10.812px;white-space:nowrap;background:transparent;cursor:pointer}.generation-result__toolbar{position:absolute;bottom:78px;right:16px;z-index:10;display:flex;flex-direction:row;gap:8px}.generation-result__toolbar button{background:#f6f6f699;width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#110808;overflow:hidden}.generation-result__toolbar button svg{flex-shrink:0}.generation-result__toolbar button.ready{background:#ff3040b3;color:#fff}.generation-result__toolbar button.active{background:#000000a6;color:#fff}.generation-result__toolbar button.disabled{color:#999090}.feedback-toast{display:flex;align-items:center;gap:8px}.feedback-toast svg{width:18px;height:18px;flex-shrink:0}.generation-result__true-ar-toggle{position:absolute;right:16px;top:80px;z-index:50;background:#0000001a;border-radius:999px;padding:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transform:rotate(-45deg)}.generation-result:has(.result-chat-backdrop--open) .generation-result__toolbar,.generation-result:has(.result-chat-backdrop--open) .generation-result__true-ar-toggle{visibility:hidden}.context-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90}.context-menu{position:absolute;top:68px;right:16px;z-index:91;background:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:8px 16.8px;display:flex;flex-direction:column;gap:6px;transform-origin:top right;transition:transform .15s ease-out,opacity .15s ease-out}.context-menu--entering{transform:scale(.95);opacity:0}.context-menu__section{display:flex;flex-direction:column}.context-menu__section-title{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:normal;color:#6a7282}.context-menu__divider{width:100%;height:1px;background:#0000001a}.context-menu__item{display:flex;align-items:center;gap:11px;background:none;border:none;padding:0;cursor:pointer;text-align:left}.context-menu__item--disabled{opacity:.4;pointer-events:none}.context-menu__item--active .context-menu__item-icon{background:#000000a6;color:#fff}.context-menu__item-icon{width:36px;height:36px;border-radius:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#110808}.context-menu__item-icon svg{width:18px;height:18px;flex-shrink:0}.context-menu__item-label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000;white-space:nowrap}.image-gallery{position:relative;width:100%;height:100%}.image-gallery__viewport{width:100%;height:100%;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}.image-gallery__track{display:flex;height:100%;transition:transform .3s ease-out}.image-gallery__slide{flex:0 0 100%;width:100%;height:100%;position:relative}.image-gallery__slide .image-gallery__true-ar-container>img:not(.image-gallery__true-ar-bg){width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.image-gallery__slide .image-gallery__true-ar-container>img:not(.image-gallery__true-ar-bg).loaded{opacity:1}.image-gallery__slide--placeholder{background:linear-gradient(135deg,#1a1a2e,#16213e)}.image-gallery__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#fffc;font-size:16px;font-weight:500}.image-gallery__shoppable-overlay{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:200px;z-index:4;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0000,#00000036,#0000);pointer-events:none}.image-gallery__shoppable-label{background:linear-gradient(90deg,#fffdf699 25%,#fffdf6,#fffdf699 75%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2s linear infinite;font-size:22px;font-weight:400}.image-gallery__shoppable-dots{display:inline-flex;margin-left:1px;font-size:22px;font-weight:500}.image-gallery__shoppable-dots span{display:inline-block;background:linear-gradient(90deg,#fffdf699 25%,#fffdf6,#fffdf699 75%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2s linear infinite;animation:shimmer 2s linear infinite,bounce 1.4s ease-in-out infinite}.image-gallery__shoppable-dots span:nth-child(2){animation-delay:.2s}.image-gallery__shoppable-dots span:nth-child(3){animation-delay:.4s}.image-gallery__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;font-size:70px;color:#00000040}.image-gallery--true-aspect .image-gallery__slide{overflow:hidden}.image-gallery__true-ar-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.image-gallery__true-ar-bg{position:absolute!important;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;object-fit:cover!important;opacity:0!important;transition:none!important;pointer-events:none;z-index:0}.image-gallery__slide--true-ar .image-gallery__true-ar-container{top:75px;bottom:127px;left:8px;right:8px;border-radius:24px;background:#000}.image-gallery__slide--true-ar .image-gallery__true-ar-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:linear-gradient(0deg,#0003,#0000 20%,#0000 80%,#0003);pointer-events:none;z-index:2}.image-gallery__slide--true-ar .image-gallery__true-ar-container>img:not(.image-gallery__true-ar-bg){object-fit:contain;position:relative;z-index:1}.image-gallery__slide--true-ar .image-gallery__true-ar-container .image-gallery__loading{z-index:3}.image-gallery__slide--true-ar .image-gallery__true-ar-container .detection-overlay{z-index:4}.image-gallery__slide--true-ar .image-gallery__true-ar-bg{opacity:.5!important;filter:blur(4px)}.before-after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none;border-radius:inherit}.before-after__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-user-select:none;user-select:none}.before-after__divider{position:absolute;top:0;bottom:0;width:2px;background:#fff;z-index:1;pointer-events:auto;touch-action:none;transform:translate(-50%);cursor:ew-resize}.before-after__divider:before{content:"";position:absolute;top:0;bottom:0;left:-16px;right:-16px}.before-after__handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #00000061,inset 1px 3px 2px #ffffff4d,inset -1px -3px 2px #ffffff1a,inset 0 0 14px #ffffff4d;display:flex;align-items:center;justify-content:center;pointer-events:auto;touch-action:none}.before-after__close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:999px;background:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;pointer-events:auto;touch-action:none;cursor:pointer;z-index:2;padding:8px;box-sizing:border-box;color:#fff}.before-after__gradient{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(0deg,#00000080,#0000 30%,#0000 80%,#00000080);pointer-events:none}.before-after__side{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.before-after__label{position:absolute;bottom:16px;color:#fff;font-size:24px;line-height:32px;letter-spacing:-.24px;pointer-events:none}.before-after__label--before{left:16px}.before-after__label--after{right:16px;text-align:right}.feedback-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#0000004d;display:flex;align-items:flex-end;justify-content:center;animation:feedback-backdrop-in .2s ease-out}@keyframes feedback-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes feedback-drawer-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.feedback-drawer{z-index:96;width:100%;max-height:100svh;overflow-y:auto;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:32px 32px 0 0;box-shadow:0 -2px 8px #00000005;animation:feedback-drawer-in .3s ease-out;transition:transform .2s ease,padding-bottom .2s ease}.feedback-drawer--dragging{animation:none;transition:none}.feedback-drawer__drag-handle{width:100%;display:flex;justify-content:center;padding:20px 0 16px;cursor:grab;touch-action:none;flex-shrink:0}.feedback-drawer__indication{width:32px;height:4px;background:#000;opacity:.1;border-radius:4px}.feedback-drawer__content{display:flex;flex-direction:column;align-items:center;padding:0 20px 24px;gap:12px}.feedback-drawer__title{font-size:22px;font-weight:400;line-height:1.4;color:#110808;text-align:center;margin:0}.feedback-drawer__subtitle{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1;color:#6b6b6b;margin:0}.feedback-drawer__stars{display:flex;gap:8px}.feedback-drawer__star{background:none;border:none;padding:0;cursor:pointer;color:#c4c4c4;transition:transform .15s ease}.feedback-drawer__star svg{transition:color .15s ease}.feedback-drawer__star svg path{fill-opacity:0;transition:fill-opacity .15s ease}.feedback-drawer__star:nth-child(1) svg,.feedback-drawer__star:nth-child(1) svg path{transition-delay:0s}.feedback-drawer__star:nth-child(2) svg,.feedback-drawer__star:nth-child(2) svg path{transition-delay:.06s}.feedback-drawer__star:nth-child(3) svg,.feedback-drawer__star:nth-child(3) svg path{transition-delay:.12s}.feedback-drawer__star:nth-child(4) svg,.feedback-drawer__star:nth-child(4) svg path{transition-delay:.18s}.feedback-drawer__star:nth-child(5) svg,.feedback-drawer__star:nth-child(5) svg path{transition-delay:.24s}.feedback-drawer__star--filled{color:#f70}.feedback-drawer__star--filled svg path{fill-opacity:1}.feedback-drawer__star:active{transform:scale(.9)}.feedback-drawer__input-wrapper{width:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff;border:1px solid rgba(153,144,144,.3);border-radius:29px;box-shadow:0 4px 4px #c6c6c640,0 -4px 10px #cccccc3d;padding:8px 16px;box-sizing:border-box;display:flex;align-items:center}.feedback-drawer__textarea{width:100%;border:none;outline:none;background:transparent;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#110808;resize:none;overflow:hidden;min-height:24px;max-height:40svh;padding:8px 0}.feedback-drawer__textarea::placeholder{color:#999090}.feedback-drawer__send{width:100%;height:45px;background:#111;color:#fff;border:none;border-radius:100px;font-family:Inter,sans-serif;font-weight:700;font-size:16px;text-transform:capitalize;cursor:pointer;transition:background .15s ease}.feedback-drawer__send--disabled{background:#9a9a9a;cursor:default}.feedback-drawer__dismiss{background:none;border:none;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#6b6b6b;cursor:pointer;padding:4px 8px}.create-tab{flex:1;display:flex;flex-direction:column;width:100%;max-width:467px;margin:0 auto}.create-tab:not(.generation){padding:16px 24px}.create-tab.chat+.app-home-page__tabs,.create-tab.style-selection+.app-home-page__tabs{display:none}.chat-section{display:flex;flex-direction:column;flex:1;min-height:0}.image-upload-section{display:flex;flex-direction:column;align-items:center}.image-upload-section__description{color:#6a7282;font-size:14px;margin:0 0 16px}.image-upload-section .timed-progress-bar{margin-block:18px 10px;width:250px}.image-upload{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.image-upload__pre-cta{color:#000;font-size:14px;font-weight:500;margin-block:24px;max-width:300px;text-align:center}.image-upload__post-cta{margin-top:12px;color:#6b6b6b;font-size:14px;font-weight:500}.image-upload input[type=file]{height:0}.image-upload__preview{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}.image-upload__preview img{width:241px;height:315px;object-fit:cover;border-radius:20px;box-shadow:48px 89px 28px #0000,31px 57px 26px #00000005,17px 32px 22px #00000014,8px 14px 16px #00000021,2px 4px 9px #00000026}.processing .image-upload__preview:before{content:"";position:absolute;top:0;left:0;width:241px;height:315px;border-radius:20px;overflow:hidden;pointer-events:none;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.15) 50%,transparent 80%);background-size:200% 100%;animation:shimmer 2.5s ease-in-out infinite}.image-upload__retake{border-radius:42.15px;border:.947px solid #000;background:#fff;display:flex;padding:6.549px 20.957px;justify-content:center;align-items:center;gap:5.579px;color:#000;font-size:16px;font-weight:400}.image-upload__retake:hover{opacity:.9}.image-upload__error{color:#ff3040;font-size:14px;margin:0}.image-upload__placeholder{position:relative;width:241px;height:315px;border-radius:20px;background-image:linear-gradient(120deg,#f68084,#a6c0fe);box-shadow:153px 137px 58px #0000,98px 88px 53px #00000005,55px 49px 44px #00000014,25px 22px 33px #00000021,6px 5px 18px #00000026;padding:2px;box-sizing:border-box}.image-upload__placeholder video{width:100%;height:100%;object-fit:cover;border-radius:20px;background-color:#fff}.image-upload__placeholder-frame{position:absolute;top:30px;left:30px;right:30px;bottom:42px}.image-upload__placeholder-frame>div{position:absolute;border:solid 2px #FC0;border-radius:10px;width:54px;height:64px}.image-upload__placeholder-frame>div:nth-child(1){top:0;left:0;border-width:2px 0 0 2px;border-radius:10px 0 0}.image-upload__placeholder-frame>div:nth-child(2){top:0;right:0;border-width:2px 2px 0 0;border-radius:0 10px 0 0}.image-upload__placeholder-frame>div:nth-child(3){bottom:0;left:0;border-width:0 0 2px 2px;border-radius:0 0 0 10px}.image-upload__placeholder-frame>div:nth-child(4){bottom:0;right:0;border-width:0 2px 2px 0;border-radius:0 0 10px}.image-upload__placeholder-text{position:absolute;color:#fc0;font-size:12px;font-weight:500;line-height:normal;width:100%;left:40px;bottom:12px}.image-upload__placeholder-text .texts-turnover span{text-align:left}.sub-header{color:#6b6b6b;font-size:14px;font-weight:500;display:flex;align-items:center;gap:5px;margin-block:16px}.sub-header:before,.sub-header:after{content:"";display:inline-block;width:8px;height:8px;border-radius:4px;flex-shrink:0}.sub-header.empty:before,.sub-header.empty:after{display:none;border:1px solid #E5E9F1;box-sizing:border-box}.sub-header.processing:before,.sub-header.processing:after{background-color:#f2c7ca}.sub-header.completed:before,.sub-header.completed:after{background-color:#03ca52}.sub-header.error:before,.sub-header.error:after{background-color:#ff3040}.generation-loader{color:#000;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:16px}.generation-loader video{width:198px;height:200px;object-fit:cover}.timed-progress-bar{display:flex;flex-direction:column;align-items:center;width:200px}.timed-progress-bar__progress-bar{width:100%;height:4px;background-color:#0000000d;border-radius:1px;overflow:hidden}.timed-progress-bar__progress-fill{height:100%;width:0%;background-color:#f70;border-radius:2px;animation:fill-progress linear forwards}@keyframes fill-progress{0%{width:0%}to{width:100%}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spacer{flex:1}.focused-image-display{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;background:#fff}.focused-image-display h4{font-size:14px;font-style:italic}.focused-image-display__image-container{flex:1;align-content:center;overflow:auto;scrollbar-width:none}.focused-image-display img{width:100%;object-fit:contain}.create-topbar{display:flex;align-items:center;color:#0222}.generation .create-topbar{min-width:330px}.create-topbar.welcome h4{font-size:20px}.create-topbar h4{flex:1;text-align:center;margin-block:0}.create-topbar a:active,.create-topbar a:hover{color:#222}.create-topbar button,.create-topbar a{color:#222;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:21px;border:2px solid rgba(255,255,255,.2);background:#0000;box-sizing:border-box}.create-topbar button svg,.create-topbar a svg{flex-shrink:0}.create-topbar__skip{width:auto;height:auto;padding:4px 17px;border:none;border-radius:105px;background:#ffffffb3;color:#000;font-size:14px;font-weight:500}.profile-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.kassa-body{font-size:16px;font-weight:400}.kassa-caption{font-size:calc(14 * var(--px));font-weight:500}.app-home-page{width:100vw;height:100svh;display:flex;flex-direction:column;background-color:#fff}.app-home-page h2{font-size:28px;font-weight:600}.app-home-page h4{font-size:18px;font-weight:600;color:#222}.app-home-page__tabs{position:sticky;background-color:#fff;width:100%;bottom:0;border-top:.741px solid #E5E7EB}.hide-tabs .app-home-page__tabs{display:none}.app-home-page__tabs-inner{max-width:230px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-block:3px}.app-home-page__tabs-tab{background-color:transparent;display:flex;flex-direction:column;align-items:center;color:#99a1af}.app-home-page__tabs-tab.active{color:#d23014}.app-home-page__tabs-tab-text{font-size:12px;font-weight:400}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#1e1e1e;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:12px;z-index:1000;box-shadow:0 4px 12px #00000026;animation:toast-slide-up .3s ease-out}.toast__close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0;line-height:1;opacity:.7}.toast__close:hover{opacity:1}@keyframes toast-slide-up{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.login-page{width:100vw;height:100svh;display:flex;flex-direction:column}.login-page video{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.login-page .login-page-upper{z-index:1;flex:1;display:flex;align-items:center;justify-content:center;position:relative}.login-page .login-page-upper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:84px;background:linear-gradient(180deg,#fff0,#fff);pointer-events:none}.login-page .login-page-upper .login-page-title{display:flex;align-items:center;justify-content:center;width:fit-content;height:33.6px;padding:4.2px 16.8px;border-radius:105px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 1px 2px #ffffff4d,inset 0 -1px 1px #0000001a,0 2px 4px #0000001a;font-size:16px;font-weight:400;mix-blend-mode:difference}.login-page .login-page-actions{z-index:1;flex-shrink:0;padding-block:16px;background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:12px}.login-page .login-page-actions .google-login-button{border-radius:100px;background:#000;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;color:#fff;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;width:345px;height:45px}.login-page .login-page-actions .google-login-button:disabled{opacity:.5}.login-page .login-page-actions .google-login-error{color:#dc2626;text-align:center;font-size:14px;max-width:350px}.login-page .login-page-actions .login-page-terms{color:#6a7282;text-align:center;font-size:14px;font-weight:300;max-width:350px}.login-page .login-page-actions .login-page-terms a{font-weight:500}.rect-logo{border-radius:calc(4.6 * var(--px));background:#383838;box-shadow:0 1.114px 1.114px #00000040,77.962px 44.828px 25.059px #0000,49.84px 28.679px 23.11px #00000008,28.122px 16.149px 19.491px #0000001a,12.53px 7.239px 14.479px #0000002b,3.063px 1.671px 7.796px #0003}.rect-logo svg{width:calc(74 * var(--px));height:calc(24 * var(--px))}.non-mobile-app{position:fixed;top:0;left:0;z-index:999;width:100vw;height:100svh;display:flex;flex-direction:column;align-items:center;background-color:#fff;gap:12px;padding-top:120px}.non-mobile-app__title{font-size:35px;font-weight:600;color:#111;text-align:center;line-height:1.2}.non-mobile-app__hand{display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;width:40.5px;height:40.5px;border-radius:8.224px;border:2.056px solid #FF4A00;transform:rotate(12.954deg);background:#fff;box-shadow:0 2px 8px #0000001a inset,0 8px 32px #d5401180,18px 24px 8px #0000,12px 15px 8px #00000003,7px 9px 6px #0000000d,3px 4px 5px #00000017,1px 1px 3px #0000001a}.non-mobile-app video{width:208px;height:210px;object-fit:cover}.non-mobile-app__subtitle{color:#323232;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.16px;width:353px}.non-mobile-app h3{color:#0a0a0a;text-align:center;font-size:20px;font-weight:600;margin-block:0}.non-mobile-app .tunover-container{font-size:14px;font-weight:500;display:flex;align-items:center;gap:5px}.non-mobile-app .tunover-container:before,.non-mobile-app .tunover-container:after{content:"";display:inline-block;width:8px;height:8px;border-radius:4px;flex-shrink:0;background-color:#ff3040}.non-mobile-app .logo-section{height:24px;display:flex;align-items:center;justify-content:center}.onboarding-page__content{flex:1;display:flex;flex-direction:column;padding:16px 24px;max-width:467px;box-sizing:border-box;margin:0 auto;width:100%}.onboarding-page .cta-section{display:flex;justify-content:center;width:100%}.onboarding-page .cta-section .cta-button{background:#1e1e1e;color:#fff;border-radius:100px;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:opacity .2s;width:333px;height:45px}.onboarding-page .cta-section .cta-button:hover{opacity:.9}.onboarding-page .cta-section .cta-button:disabled{background:#9a9a9a}.header{display:flex;justify-content:space-between;align-items:center;width:100%;height:60px;padding-inline:6%;position:relative;z-index:10;border-bottom:solid 1px #d9d9d9;background-color:#fff;flex-shrink:0}.header-left,.header-center,.header-right{display:flex;align-items:center}.header-left{flex:1 0 50px;justify-content:flex-start}.header-center{justify-content:center}.header-right{flex:1 0 50px;justify-content:flex-end}.back-to-ad{display:flex;align-items:center;gap:10px;height:35px;padding:0 10px;border-radius:10px;cursor:pointer;transition:opacity .2s;color:#8e8e8e;text-decoration:none;background-color:transparent}.back-to-ad:hover{opacity:.8}.back-to-ad:focus{outline:none}@media (min-width: 768px){.back-to-ad{gap:15px;height:40px}}.back-arrow{font-size:16px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.back-arrow{font-size:24px}}.back-text{font-family:Inter,sans-serif;font-weight:600;font-size:12px;display:none}@media (min-width: 768px){.back-text{display:block}}.ad-logo-container{position:relative;width:23px;height:23px}@media (min-width: 768px){.ad-logo-container{width:25px;height:25px}}.ad-logo-bg{position:absolute;width:100%;height:100%;background-color:#203a59;border-radius:2px}.ad-logo-img{position:absolute;width:100%;height:100%;border-radius:2px;object-fit:cover}.help-section{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.help-section:hover{opacity:.8}.help-section:focus{outline:none}.help-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;background:linear-gradient(92deg,#777775,#504041 99.884%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.help-text .mobile-help-text{display:inline}.help-text .desktop-help-text{display:none}@media (min-width: 768px){.help-text{font-size:12px}.help-text .mobile-help-text{display:none}.help-text .desktop-help-text{display:inline}}.chat-icon{width:26px;height:26px}.footer-container{width:100%;background-color:#fff;display:flex;justify-content:center;border-top:1px solid #D9D9D9;letter-spacing:calc(-.16 * var(--px));color:#000}.footer-container footer{display:flex;align-items:flex-start;flex-wrap:wrap}.footer-container footer h3{font-size:calc(16 * var(--px));font-weight:600}.footer-container footer p{font-size:calc(14 * var(--px));font-weight:400}.is-mobile .footer-container footer{flex-direction:column;padding:40px 24px;gap:64px;width:100%}.is-desktop .footer-container footer{width:calc(780 * var(--px));padding-block:calc(50 * var(--px)) calc(100 * var(--px));justify-content:space-between}.order-status-page-result .footer-container footer{width:calc(1103 * var(--px))}.footer-container .logo-and-links-section{display:flex;flex-direction:column;gap:calc(20 * var(--px))}.is-mobile .footer-container .logo-and-links-section{width:100%}.is-desktop .footer-container .logo-and-links-section{align-items:flex-start}.footer-container .navigation-links{display:flex;flex-direction:column;gap:calc(20 * var(--px))}.footer-container .navigation-links a{transition:opacity .2s}.footer-container .navigation-links a:hover{text-decoration:underline;color:#d54011}.footer-container .social-section{display:flex;flex-direction:column;align-items:flex-start;gap:calc(20 * var(--px))}.is-mobile .footer-container .social-section{order:1}.footer-container .social-icons{display:flex;gap:calc(16 * var(--px))}.footer-container .social-icons img{width:calc(24 * var(--px));height:calc(24 * var(--px))}.footer-container .social-icons a{transition:opacity .2s}.footer-container .social-icons a:hover{opacity:.7}.footer-container .contact-us-section{display:flex;flex-direction:column;align-items:flex-start;gap:calc(20 * var(--px))}.footer-container .contact-us-section a{display:flex;align-items:center;gap:calc(12 * var(--px));transition:opacity .2s}.footer-container .contact-us-section a:hover{opacity:.7}.ctf-cta{display:flex;height:calc(45 * var(--px));justify-content:center;align-items:center;gap:calc(5 * var(--px));border-radius:100px;background:#222;box-shadow:0 4px 16px #00000059,10px 10px 30px #bd69264d;color:#fff;font-size:calc(16 * var(--px));font-weight:700;letter-spacing:calc(-.16 * var(--px));cursor:pointer}.ctf-cta svg{width:calc(20 * var(--px));height:calc(20 * var(--px))}.is-mobile .ctf-cta{width:320px}.is-desktop .ctf-cta{min-width:calc(313 * var(--px))}.plan-input{display:flex;gap:calc(5 * var(--px));align-items:center;background-color:#fff;border-radius:calc(15 * var(--px));height:calc(45 * var(--px));box-sizing:border-box;border:calc(2 * var(--px)) solid #E8E8E8;background:#fff;padding-inline:calc(15 * var(--px))}.is-mobile .plan-input{width:320px}.plan-input__search{width:calc(16 * var(--px));height:calc(16 * var(--px))}.plan-input__error{color:#d44011;font-size:calc(12 * var(--px));font-weight:400;letter-spacing:-.16px}.plan-input__thumb{overflow:hidden;border-radius:calc(10 * var(--px));border:calc(1 * var(--px)) solid #E8E8E8;background:#e8e8e84d;width:calc(60 * var(--px));height:calc(35 * var(--px));display:flex;align-items:center;justify-content:center}.plan-input__thumb-loader{width:calc(17 * var(--px));height:calc(17 * var(--px));animation:spin 1s linear infinite}.plan-input__thumb-placeholder{width:calc(14 * var(--px));height:calc(14 * var(--px))}.plan-input__thumb-valid{width:calc(17 * var(--px));height:calc(17 * var(--px))}.plan-input__thumb img{width:100%;height:100%;object-fit:cover}.plan-input input{min-width:0;flex:1;outline:none!important;font-size:calc(16 * var(--px));font-weight:500;letter-spacing:calc(-.16 * var(--px))}.plan-input input::placeholder{color:#5a5a5a}.plan-input__clear{margin-inline-start:calc(5 * var(--px));width:calc(17 * var(--px));height:calc(17 * var(--px));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:calc(16 * var(--px));font-weight:500;background-color:#e8e8e8;color:#1e1e1e;cursor:pointer}.plan-input__clear span{position:relative;top:calc(-1 * var(--px))}.logo-section{border-radius:calc(4.6 * var(--px));background:#383838;box-shadow:0 1.114px 1.114px #00000040,77.962px 44.828px 25.059px #0000,49.84px 28.679px 23.11px #00000008,28.122px 16.149px 19.491px #0000001a,12.53px 7.239px 14.479px #0000002b,3.063px 1.671px 7.796px #0003}.logo-section svg{width:calc(74 * var(--px));height:calc(24 * var(--px))}.home-page{min-height:100vh;background-color:#fdfbfb;position:relative}.home-page h2{font-size:calc(25 * var(--px));color:#111;font-weight:700;letter-spacing:-.16px;text-transform:capitalize}.hero-section-mobile{background-color:#fff;display:flex;flex-direction:column;align-items:center;padding-block:30px;gap:20px}.hero-section-mobile .sample-report-section{display:flex;flex-direction:column;align-items:center;gap:30px}.hero-section-mobile .sample-report-section .sample-report-button{display:flex;width:320px;justify-content:center;align-items:center;gap:5px;height:40px;border-radius:11px;border:1px solid #1B263B;background:#fff;color:#1b263b;font-size:16px}.hero-section-desktop{padding-top:calc(75 * var(--px));padding-bottom:calc(68 * var(--px));display:flex;flex-direction:column;align-items:center;background-color:#fff}.hero-section-desktop__upper{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:calc(45 * var(--px))}.hero-section-desktop__left{display:flex;flex-direction:column;gap:calc(30 * var(--px))}.hero-section-desktop__left__actions{display:flex;flex-direction:row;gap:calc(29 * var(--px))}.hero-section-desktop__left__actions__plan{display:flex;flex-direction:column;width:calc(246 * var(--px));gap:calc(35 * var(--px))}.hero-section-desktop__left__actions__cta{display:flex;flex-direction:column;gap:calc(35 * var(--px))}.hero-section-desktop__right{display:flex;flex-direction:column;align-items:center;gap:calc(12 * var(--px))}.hero-section-desktop__right video{width:calc(431 * var(--px));object-fit:cover}.hero-section-desktop__right .sample-report{display:flex;align-items:center;gap:calc(3 * var(--px));color:#1b263b;font-size:calc(16 * var(--px));font-weight:400}.hero-section-desktop__right .sample-report svg{width:1em;height:1em}.hero-section-desktop .value-propositions{display:flex;margin-top:calc(100 * var(--px));gap:calc(69 * var(--px));font-size:calc(16 * var(--px))}.input-ad-link{color:#9a9a9a;font-size:calc(12 * var(--px));font-style:italic;font-weight:400;letter-spacing:calc(-.16 * var(--px))}.is-mobile .input-ad-link{text-align:center}.is-mobile .input-ad-link__domain{text-decoration:underline}.input-ad-link a{margin-inline-start:calc(4 * var(--px));color:inherit;text-decoration:underline;font-weight:inherit}.input-ad-link a:hover{color:inherit}.input-ad-link a svg{width:1em;height:1em;display:inline-block}.hero-title{color:#222;font-size:calc(45 * var(--px));font-weight:700;letter-spacing:calc(-.16 * var(--px))}.is-mobile .hero-title{font-size:28px;letter-spacing:-.16px}.hero-title__italic{font-weight:200;font-style:italic;letter-spacing:calc(-2.25 * var(--px))}.is-mobile .hero-title__italic{letter-spacing:-.16px}.hero-subtitle{color:#5a5a5a;font-size:calc(16 * var(--px));font-weight:500;letter-spacing:calc(-.16 * var(--px))}.is-desktop .hero-subtitle{width:calc(540 * var(--px))}.is-mobile .hero-subtitle{text-align:center}.total-price{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:8.5px 12px;align-items:center;width:100%;font-size:calc(12 * var(--px))}.total-price :nth-child(2n){justify-self:start}.total-price__header{color:#5a5a5a;font-weight:400;letter-spacing:-.19px}.total-price__savings-label{display:flex;gap:2.55px;align-items:center}.total-price__discount-icon{width:15px;height:15px;color:#d44011}.total-price__savings-text{font-weight:400;color:#d44011;white-space:nowrap}.total-price__total-label{font-weight:600;color:#1c1c1c;white-space:nowrap}.total-price__original-price{font-weight:400;color:#9a9a9a;text-decoration:line-through;text-decoration-skip-ink:none;text-underline-position:from-font;text-align:right;white-space:nowrap}.total-price__final-price{font-weight:700;color:#1c1c1c;margin:0;text-align:right;white-space:nowrap}.hero-list{background-color:#fff;border-radius:18px;box-shadow:88px 190px 59px #0000,56px 122px 54px #00000003,32px 68px 45px #0000000d,14px 30px 33px #00000017,4px 8px 18px #0000001a;padding:calc(20 * var(--px));gap:calc(15 * var(--px));width:calc(274 * var(--px));display:flex;flex-direction:column}.is-mobile .hero-list{width:320px;gap:17.5px;padding:23px}.hero-list__header{display:flex;justify-content:space-between;align-items:center;width:100%}.hero-list__header-title{font-family:Inter,sans-serif;font-size:calc(12 * var(--px));font-weight:600;color:#000;letter-spacing:calc(-.1905 * var(--px))}.is-mobile .hero-list__header-title{font-weight:700;color:#222}.hero-list__header-link{display:flex;align-items:center;gap:3px;font-family:Inter,sans-serif;font-size:calc(12 * var(--px));font-weight:400;color:#222;text-align:center;letter-spacing:-.2173px;cursor:pointer}.hero-list__item-card{background-color:#fff;border:calc(1.489 * var(--px)) solid #dadcdb;border-radius:calc(14.891 * var(--px));padding:calc(8 * var(--px)) calc(10 * var(--px));display:flex;justify-content:space-between;align-items:center;height:calc(55 * var(--px));width:100%;box-sizing:border-box}.is-mobile .hero-list__item-card{height:64.234px;padding:9.343px 11.679px;border-radius:14.891px}.hero-list__item-text{display:flex;flex-direction:column;flex:1;letter-spacing:calc(.262 * var(--px))}.hero-list__item-name{font-weight:500;color:#00005a;font-size:calc(12 * var(--px))}.hero-list__item-description{font-weight:400;color:#9a9a9a;font-size:calc(10 * var(--px))}.hero-list__item-right{display:flex;align-items:center;gap:calc(5 * var(--px))}.is-mobile .hero-list__item-right{gap:5.8px}.hero-list__item-price{font-size:calc(12 * var(--px));font-weight:600;color:#000;text-align:right;letter-spacing:.3056px;white-space:nowrap}.hero-list__item-image{border:calc(1.168 * var(--px)) solid #dadcdb;border-radius:calc(11.679 * var(--px));width:calc(37 * var(--px));height:calc(37 * var(--px));overflow:hidden;flex-shrink:0}.is-mobile .hero-list__item-image{width:44px;height:44px;border-radius:11.679px}.hero-list__item-image img{width:100%;height:100%;object-fit:contain}.hero-list__item-chevron{flex-shrink:0;width:calc(13.5 * var(--px));height:calc(15 * var(--px))}.is-mobile .hero-list__item-chevron{width:16px;height:18px}.hero-list__total-section{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-top:calc(17.518 * var(--px));padding-top:calc(17.518 * var(--px));border-top:calc(1.489 * var(--px)) solid #dadcdb}.hero-list__total-left{display:flex;flex-direction:column;gap:calc(9.927 * var(--px))}.hero-list__savings{display:flex;align-items:center;gap:calc(2.978 * var(--px))}.hero-list__discount-icon{width:15px;height:15px;display:flex;align-items:center;justify-content:center;color:#d44011;font-size:15px;font-weight:700;flex-shrink:0}.hero-list__total-label{font-family:Inter,sans-serif;font-size:calc(12 * var(--px));font-weight:600;color:#222;letter-spacing:-.1905px}.hero-list__total-right{display:flex;flex-direction:column;gap:calc(9.927 * var(--px));align-items:flex-start}.hero-list__original-price{font-family:Inter,sans-serif;font-size:calc(12 * var(--px));font-weight:400;color:#9a9a9a;text-decoration:line-through;text-decoration-skip-ink:none;text-underline-position:from-font;letter-spacing:-.2173px}.hero-list__final-price{font-family:Inter,sans-serif;font-size:calc(12 * var(--px));font-weight:700;color:#222;letter-spacing:-.1905px}.trust-cluster{display:flex;flex-direction:column;gap:calc(10 * var(--px));font-size:calc(12 * var(--px));font-style:italic;font-weight:500}.trust-cluster__row{display:flex;flex-direction:row;align-items:center;gap:calc(5 * var(--px));color:#116b69}.trust-cluster__row .trust-cluster__row__icon{display:flex;align-items:center;justify-content:center;width:calc(23 * var(--px));height:calc(23 * var(--px))}.trust-cluster__row .trust-cluster__row__icon svg{width:100%;height:100%}.trust-cluster__team{display:flex;flex-direction:row;align-items:center;gap:calc(10 * var(--px));color:#5a5a5a}.trust-cluster__team__logos{display:flex;flex-direction:row;align-items:center;gap:calc(13 * var(--px))}.trust-cluster__team__logo--apple{width:calc(18.343 * var(--px))}.trust-cluster__team__logo--nvidia{width:calc(29.757 * var(--px))}.trust-cluster__team__logo--meta{width:calc(43.55 * var(--px))}.trust-cluster__team__logo--mckinsey{width:calc(70.2 * var(--px))}.value-propositions{color:#000;font-weight:400;letter-spacing:calc(-.16 * var(--px));text-transform:capitalize}.value-propositions.mobile{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(10px,5vw,50px);row-gap:28px;justify-items:center;font-size:14px}.k-logo{width:calc(24 * var(--px));height:calc(24 * var(--px));border-radius:calc(12 * var(--px));box-shadow:11px 18px 6px #0000,7px 11px 5px #0000000a,4px 6px 4px #00000021,2px 3px 3px #00000036,0 1px 2px #00000040}.how-it-works{background:#fbfaf9;display:flex;flex-direction:column;align-items:center;gap:calc(20 * var(--px))}.is-mobile .how-it-works{padding-block:40px}.is-desktop .how-it-works{padding-block:50px}.how-it-works .how-it-works__description{padding-inline:10px;font-size:calc(16 * var(--px));color:#5a5a5a;font-weight:500;line-height:normal;letter-spacing:-.16px;text-align:center}.how-it-works__steps{display:flex}.is-mobile .how-it-works__steps{flex-direction:column;gap:20px;justify-content:center}.is-desktop .how-it-works__steps{gap:calc(30 * var(--px))}.how-it-works__step{display:flex;flex-direction:column;align-items:center;font-size:calc(16 * var(--px));letter-spacing:calc(-.16 * var(--px));gap:calc(21 * var(--px))}.is-mobile .how-it-works__step{border-radius:15px;background:#f9f6f3;width:380px;padding:32px 40px 40px}.is-desktop .how-it-works__step{width:calc(277 * var(--px))}.how-it-works__step__number{display:flex;align-items:center;justify-content:center;background:#d9d9d9;font-weight:700;border-radius:21px}.is-mobile .how-it-works__step__number{width:42px;height:42px}.is-desktop .how-it-works__step__number{width:calc(39 * var(--px));height:calc(39 * var(--px))}.how-it-works__step__title{color:#000;text-align:center;font-weight:600;text-transform:capitalize}.how-it-works__step__title__sub{font-weight:400}.how-it-works__step__description{color:#5a5a5a;text-align:center;font-weight:400}.is-desktop .how-it-works__step__description{order:1}.is-mobile .how-it-works__step__image{width:300px;height:167px;object-fit:contain;background-color:#fff;border-radius:14px}.is-desktop .how-it-works__step__image{width:calc(277.974 * var(--px));height:calc(154.739 * var(--px));object-fit:contain;border-radius:calc(12.972 * var(--px));background:#f9f6f3}.is-desktop .how-it-works__step.cart-step .how-it-works__step__image{height:calc(138.06 * var(--px))}.testimonials{display:flex;flex-direction:column;background-color:#fff;align-items:center;gap:calc(20 * var(--px))}.is-mobile .testimonials{padding:40px}.is-desktop .testimonials{padding-block:calc(50 * var(--px)) calc(32 * var(--px))}.testimonials__scroll-container{display:flex;width:100%;gap:0;padding-block:10px;overflow-x:auto;align-items:stretch;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.testimonials__scroll-container::-webkit-scrollbar{display:none}.is-mobile .testimonials__scroll-container{min-width:350px}.testimonials .testimonial-wrapper{padding:0 calc(5 * var(--px));scroll-snap-align:start}.testimonials .testimonial{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:calc(410 * var(--px));font-size:calc(16 * var(--px));padding:calc(20 * var(--px)) calc(30 * var(--px));box-sizing:border-box;border-radius:calc(15 * var(--px));border:calc(3 * var(--px)) solid #DADCDB}.is-mobile .testimonials .testimonial{width:340px}.is-desktop .testimonials .testimonial{width:calc(320 * var(--px))}.testimonials .testimonial__quote{width:calc(10 * var(--px));height:calc(9 * var(--px))}.testimonials .testimonial__title{font-weight:600}.testimonials .testimonial__description{color:#5a5a5a}.testimonials .testimonial__divider{height:calc(1 * var(--px));width:100%;background:#dadcdb}.testimonials .testimonial__author{display:flex;align-items:center;gap:calc(10 * var(--px))}.testimonials .testimonial__author__initials{width:calc(41 * var(--px));height:calc(41 * var(--px));border-radius:calc(20.5 * var(--px));background-color:#116b69;color:#fff;display:flex;align-items:center;justify-content:center}.testimonials .testimonial__author__name{display:flex;flex-direction:column;gap:calc(5 * var(--px));line-height:1}.testimonials .testimonial__author__name p:first-child{color:#5a5a5a}.testimonials .testimonial__author__name p:last-child{color:#787878}.testimonials .trustpilot-rating{width:calc(128 * var(--px));height:calc(24 * var(--px));flex-shrink:0}.testimonials__navigation{display:flex;justify-content:flex-end;align-items:center;align-self:stretch;gap:calc(10 * var(--px));padding-inline:calc(20 * var(--px))}.testimonials__navigation-buttons{display:flex;gap:calc(24 * var(--px))}.testimonials__nav-button{width:calc(33 * var(--px));height:calc(33 * var(--px));border-radius:50%;background-color:#cbcbcb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#636364;transition:background-color .2s ease}.testimonials__nav-button:hover:not(:disabled){background-color:#b0b0b0}.testimonials__nav-button--disabled{background-color:#f3f3f5;color:#676767;cursor:not-allowed}.testimonials__nav-button:disabled{cursor:not-allowed}.testimonials__nav-button--left svg{transform:rotate(180deg)}.home-page .faq{display:flex;flex-direction:column;align-items:center;gap:calc(20 * var(--px))}.home-page .faq a{text-decoration:underline}.is-mobile .home-page .faq{padding:20px}.is-desktop .home-page .faq{padding-block:calc(50 * var(--px))}.home-page .faq .faq__item{width:100%;padding:calc(10 * var(--px))}.is-desktop .home-page .faq .faq__item{width:calc(760 * var(--px))}.home-page .faq .faq__item:hover{outline:1px solid #D54011;border-radius:calc(15 * var(--px))}.home-page .faq .faq__item-question{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:calc(18 * var(--px));font-weight:600}.home-page .faq .faq__item-question-icon{width:1em;height:1em;transition:transform .3s ease}.home-page .faq .faq__item-answer{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s ease}.home-page .faq .faq__item-answer>div{overflow:hidden;padding-top:calc(10 * var(--px));font-size:calc(16 * var(--px));font-weight:400}.home-page .faq .faq__item.collapsed .faq__item-answer{grid-template-rows:0fr}.home-page .faq .faq__item.collapsed .faq__item-answer>div{padding-top:0}.home-page .faq .faq__item.collapsed .faq__item-question-icon{transform:rotate(180deg)}.hero-video{position:relative}.hero-video:before{content:"";position:absolute;top:-15%;left:-15%;width:130%;height:130%;background:radial-gradient(ellipse at 50% 40%,#9333ea 0%,transparent 47%),radial-gradient(ellipse at 50% 60%,#d946ef 0%,transparent 52%),radial-gradient(ellipse at center,#ec4899 0%,transparent 62%);filter:blur(70px);opacity:.26;z-index:0;pointer-events:none}.hero-video video{position:relative;z-index:1;width:calc(431 * var(--px));object-fit:cover}.is-mobile .hero-video video{width:335px}.onboarding-page{display:flex;flex-direction:column;height:100svh;background-color:#fff}.onboarding-page .header{position:sticky;top:0}.onboarding-page__content{flex:1;display:flex;flex-direction:column;padding:16px 24px;max-width:467px;margin:0 auto;width:100%}.thinking-state{font-style:italic;color:#999;font-size:16px;text-align:center;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.progress-bar{width:100%;height:4px;background-color:#f3f4f6;border-radius:10px;position:relative;flex-shrink:0;margin-bottom:16px}.progress-bar__inner{height:100%;background-color:#ff3040;border-radius:10px;transition:width .3s ease-in-out;position:absolute;left:0;top:0}.style-summary__top{display:flex;flex-direction:column;gap:10px;border-radius:16px;border:1px solid #D6D6D6;background:#fff;box-shadow:160px 181px 68px #0000,102px 116px 62px #00000003,6px 7px 21px #0000001a;padding:20px}.style-summary__top-title{color:#ff3040;font-size:10px;font-weight:700;line-height:1.5;text-transform:uppercase}.style-summary__selected{margin-block:32px}.style-summary__selected-gallery{margin-top:10px;display:flex;flex-direction:row;gap:8px;overflow-x:auto;scrollbar-width:none}.style-summary__selected-gallery-inner{display:flex;gap:10px}.style-summary__selected-gallery-item{width:60.6px;height:81.5px;object-fit:cover;border-radius:10px;border:1px solid #F3F4F6;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.style-summary__email{display:flex;flex-direction:column;gap:8px}.style-summary__email-title{font-size:18px;font-weight:600;color:#111}.style-summary__email-description{font-size:14px;color:#6a7282;font-weight:500}.style-summary__email input{border-radius:14px;border:1px solid #E5E7EB;background:#f9fafb;padding-inline:16px;height:48.5px;margin-bottom:16px}.ctf-preview,.pre-checkout{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;position:relative}.ctf-preview h2,.pre-checkout h2{font-size:28px;font-weight:700;color:#222;text-align:center}.ctf-preview__description,.pre-checkout__description{font-size:16px;font-weight:500;color:#5a5a5a;text-align:center}.ctf-preview__image,.pre-checkout__image{width:221px;height:142px;border-radius:20px;filter:drop-shadow(5.104px 5.104px 16.164px rgba(0,0,0,.15)) drop-shadow(22.119px 19.567px 28.925px rgba(0,0,0,.13)) drop-shadow(49.343px 43.388px 39.134px rgba(0,0,0,.08)) drop-shadow(88.478px 77.418px 46.791px rgba(0,0,0,.02)) drop-shadow(137.821px 120.806px 51.045px rgba(0,0,0,0));object-fit:cover}.ctf-preview__plan,.pre-checkout__plan{color:#5a5a5a;font-size:16px;font-weight:500}.ctf-preview__plan span,.pre-checkout__plan span{text-transform:uppercase;font-weight:700}.ctf-preview:before,.pre-checkout:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 50% 40%,#9333ea 0%,transparent 50%),radial-gradient(ellipse at 50% 60%,#d946ef 0%,transparent 55%),radial-gradient(ellipse at center,#ec4899 0%,transparent 65%);filter:blur(80px);opacity:.12;z-index:0;pointer-events:none}.ctf-preview{padding-bottom:80px}.ctf-preview h3{color:#222;font-size:20px;font-weight:600;width:100%;max-width:345px}.ctf-preview__phone-mockup{position:relative;width:270px;height:560px;filter:drop-shadow(2.7px 5px 12px rgba(0,0,0,.15)) drop-shadow(8.9px 19px 21px rgba(0,0,0,.13)) drop-shadow(20px 44px 29px rgba(0,0,0,.08))}.ctf-preview__phone-mockup__button{position:absolute;width:5px;background:#d2cfcd;border-radius:1px;border:.2px solid rgba(0,0,0,.4);box-shadow:inset 0 -3px 1.5px #7f7f7f;overflow:hidden}.ctf-preview__phone-mockup__button:before{content:"";position:absolute;right:0;top:0;bottom:3px;width:1.2px;background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.6) 20%,rgba(255,255,255,.3) 80%,transparent 100%);filter:blur(.3px)}.ctf-preview__phone-mockup__button:after{content:"";position:absolute;right:0;bottom:1px;width:3px;height:1px;background:#fff;border-radius:2px;filter:blur(.3px)}.ctf-preview__phone-mockup__button--silent{left:-5px;top:115px;height:26px}.ctf-preview__phone-mockup__button--volume-up{left:-5px;top:160px;height:42px}.ctf-preview__phone-mockup__button--volume-down{left:-5px;top:213px;height:42px}.ctf-preview__phone-mockup__button--power{right:-5px;top:174px;height:66px}.ctf-preview__phone-mockup__button--power:before{right:auto;left:0}.ctf-preview__phone-mockup__button--power:after{right:auto;left:0}.ctf-preview__phone-mockup__frame{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#d8d5d3,#c9c6c4,#d8d5d3);border-radius:48px;box-shadow:inset 0 0 .5px .5px #0003,inset 0 0 1px 1px #00000040}.ctf-preview__phone-mockup__frame:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:#000;border-radius:44px;box-shadow:0 -.5px 1px 1.5px #ffffff80}.ctf-preview__phone-mockup__screen{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border-radius:42px;overflow:hidden;background:#fff}.ctf-preview__phone-mockup__screen video{width:100%;height:100%;object-fit:cover}.ctf-preview__cta-section{position:fixed;bottom:0;left:0;right:0;height:90px;display:flex;align-items:center;justify-content:center;border-top:1px solid #D9D9D9;background:#ffffffe6}.ai-chat-trigger textarea,.ai-chat textarea{font-size:calc(16 * var(--px));scrollbar-width:none}.ai-chat-trigger{width:100%}.ai-chat{overflow-y:auto;display:flex;flex-direction:column;gap:calc(16 * var(--px));width:40vw;margin:0!important;padding-inline:calc(18 * var(--px));padding-block:calc(45 * var(--px)) calc(15 * var(--px));position:fixed;top:0;left:0;top:calc(60 * var(--px));bottom:0;z-index:1000;background:#fff;border-right:1px solid #EBEBEB;box-shadow:2px 0 8px #0000001a;transform:translate(-100%);transition:transform .3s ease-in-out}.ai-chat.ai-chat-open{transform:translate(0)}.ai-chat--resizing{-webkit-user-select:none;user-select:none;transition:none!important}.is-mobile .ai-chat{width:100%;top:auto;bottom:0;left:0;right:0;border-right:none;border-top:1px solid #EBEBEB;box-shadow:0 -2px 8px #0000001a;transform:translateY(100%);transition:transform .3s ease-in-out;border-radius:20px 20px 0 0}.is-mobile .ai-chat.ai-chat-open{transform:translateY(0)}.is-mobile .ai-chat__resize-handle{display:block}.ai-chat__close{position:absolute;top:calc(15 * var(--px));right:calc(15 * var(--px));width:calc(42 * var(--px));height:calc(42 * var(--px));border-radius:21px;border:2px solid rgba(255,255,255,.2);background:#0000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1001}.ai-chat__close svg{width:calc(16 * var(--px));height:calc(16 * var(--px))}.ai-chat__close:hover{background:#fff;transform:scale(1.1);box-shadow:0 2px 8px #00000026}.ai-chat__close:active{transform:scale(.95)}.ai-chat__resize-handle{position:absolute;top:0;left:50%;display:none;transform:translate(-50%);padding:12px 12px 24px;cursor:ns-resize;touch-action:none;z-index:1002}.ai-chat__resize-handle-inner{width:40px;height:4px;background:#0003;border-radius:2px}.ai-chat__messages{flex:1;display:flex;flex-direction:column;gap:calc(15 * var(--px));overflow-y:auto}.ai-chat__message{display:flex}.ai-chat__message--user{justify-content:flex-end}.ai-chat__message--user .ai-chat__bubble{background:#f6f6f6;border-bottom-right-radius:calc(4 * var(--px));padding:calc(10 * var(--px));border-radius:calc(16 * var(--px))}.ai-chat__message--user .ai-chat__bubble:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.ai-chat__message--assistant{justify-content:flex-start}.ai-chat__message--assistant .ai-chat__bubble{color:#343434;border-bottom-left-radius:calc(4 * var(--px))}.ai-chat__bubble{max-width:80%;font-size:calc(14 * var(--px));line-height:normal;word-wrap:break-word;transition:all .2s ease}.ai-chat__bubble h1,.ai-chat__bubble h2,.ai-chat__bubble h3,.ai-chat__bubble h4,.ai-chat__bubble h5,.ai-chat__bubble h6{margin:calc(8 * var(--px)) 0 calc(4 * var(--px)) 0;font-weight:600;color:#343434}.ai-chat__bubble h1{font-size:calc(18 * var(--px))}.ai-chat__bubble h2{font-size:calc(16 * var(--px))}.ai-chat__bubble h3{font-size:calc(15 * var(--px))}.ai-chat__bubble h4{font-size:calc(14 * var(--px))}.ai-chat__bubble p{margin:calc(4 * var(--px)) 0}.ai-chat__bubble ul,.ai-chat__bubble ol{margin:calc(8 * var(--px)) 0;padding-left:calc(20 * var(--px))}.ai-chat__bubble li{margin:calc(2 * var(--px)) 0}.ai-chat__bubble code{background:#0000001a;padding:calc(2 * var(--px)) calc(4 * var(--px));border-radius:calc(4 * var(--px));font-family:Monaco,Menlo,monospace;font-size:calc(12 * var(--px))}.ai-chat__bubble pre{background:#0000000d;padding:calc(12 * var(--px));border-radius:calc(8 * var(--px));overflow-x:auto;margin:calc(8 * var(--px)) 0}.ai-chat__bubble pre code{background:transparent;padding:0}.ai-chat__bubble blockquote{border-left:3px solid #D44011;padding-left:calc(12 * var(--px));margin:calc(8 * var(--px)) 0;color:#717171;font-style:italic}.ai-chat__bubble a{color:#d44011;text-decoration:underline}.ai-chat__bubble a:hover{opacity:.8}.ai-chat__thinking{display:flex;align-items:center;gap:calc(8 * var(--px));padding:calc(12 * var(--px)) calc(16 * var(--px));color:#717171;font-size:calc(14 * var(--px));font-style:italic}.ai-chat__thinking:before{content:"";width:calc(16 * var(--px));height:calc(16 * var(--px));border:2px solid #EBEBEB;border-top:2px solid #D44011;border-radius:50%;animation:spin 1s linear infinite}.ai-chat__error{background:#fef2f2;border:1px solid #FECACA;border-radius:calc(8 * var(--px));padding:calc(12 * var(--px)) calc(16 * var(--px));color:#dc2626;font-size:calc(14 * var(--px));margin-bottom:calc(12 * var(--px))}.ai-chat__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(8 * var(--px));margin:auto;transform:translateY(calc(-20 * var(--px)))}.ai-chat__empty-title{display:flex;align-items:center;justify-content:center;gap:calc(3.6 * var(--px))}.is-desktop .ai-chat__empty-title{font-size:calc(18 * var(--px));font-weight:600}.ai-chat__empty-description{text-align:center;color:#6b6b6b}.ai-chat__canned-prompts{display:flex;gap:calc(5 * var(--px));margin-bottom:calc(10 * var(--px));overflow-x:auto;padding-block:calc(1 * var(--px))}.ai-chat__canned-prompt{border-radius:14.055px;border:.75px solid #D3510D;background:#f5f5f5;display:flex;align-items:center;color:#6b6b6b;padding:calc(7.568 * var(--px)) calc(10.812 * var(--px));white-space:nowrap}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.radio-selector{display:flex;flex-direction:column;align-items:flex-start;gap:calc(16 * var(--px));font-size:calc(12 * var(--px))}.radio-selector__container{position:relative;display:inline-flex;align-items:center;background:#e8e8e8;border-radius:9999px;padding:calc(3 * var(--px));width:fit-content}.radio-selector__pill{position:absolute;top:calc(3 * var(--px));bottom:calc(3 * var(--px));left:calc(3 * var(--px));width:0;background:#fff;transition:left .2s ease-out,width .2s ease-out;z-index:1;border-radius:25952162px;box-shadow:29px 34px 13px #0000,19px 22px 12px #00000003,10px 12px 10px #0000000d,5px 6px 7px #00000017,1px 1px 4px #0000001a}.radio-selector__option{position:relative;z-index:2}.is-desktop .radio-selector__option:hover>.radio-selector__tooltip{opacity:1;visibility:visible;pointer-events:auto}.radio-selector__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:9999px;padding:calc(4 * var(--px)) calc(13 * var(--px));font-weight:400;color:#6b6b6b;min-width:fit-content;white-space:nowrap;cursor:pointer;transition:color .2s ease,background-color .2s ease}.radio-selector__btn:hover:not(.is-active){color:#343434;background:#dadada}.radio-selector__btn:active{background:transparent}.radio-selector__btn:focus-visible{outline:2px solid #D44011;outline-offset:2px}.radio-selector__btn.is-active{color:#343434;font-weight:500}.radio-selector__tooltip{display:none;position:absolute;left:50%;transform:translate(-50%);top:calc(100% + 8px);background:#fff;border-radius:12px;padding:12px;box-shadow:0 8px 24px #0000001f;border:1px solid #EBEBEB;z-index:3;min-width:240px;max-width:420px;line-height:1.4;white-space:normal;word-break:break-word}.is-desktop .radio-selector__tooltip{display:block;opacity:0;visibility:hidden;transition:opacity .4s ease-in-out,visibility .4s ease-in-out;pointer-events:none}.radio-selector__mobile-tooltip{display:none;background:#fff;border-radius:12px;border:1px solid #EBEBEB;padding:16px}.is-desktop .radio-selector__mobile-tooltip{display:none}.ctf-thinking{display:inline-flex;align-items:baseline;gap:.25em}.ctf-thinking__text{font-weight:500;color:#6b6b6b}.ctf-thinking__dots{display:inline-flex;gap:.1em}.ctf-thinking__dot{animation:wave 1.4s ease-in-out infinite;transform-origin:center bottom}.ctf-thinking__dot:nth-child(1){animation-delay:0s}.ctf-thinking__dot:nth-child(2){animation-delay:.2s}.ctf-thinking__dot:nth-child(3){animation-delay:.4s}@keyframes wave{0%,60%,to{transform:translateY(0);opacity:1}30%{transform:translateY(-.3em);opacity:.7}}.ctf-spinner{width:1em;height:1em;border:.15em solid rgba(107,107,107,.2);border-top-color:#6b6b6b;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}body.no-scroll{overflow:hidden}.frv{background:#fff;position:relative}.is-desktop .frv{width:calc(1103 * var(--px));margin:0 auto;margin-bottom:calc(34 * var(--px))}.frv>*{margin-block:calc(20 * var(--px))}.frv button:hover{border-color:transparent}.frv button:focus{outline-color:transparent}.frv__header{display:flex}.is-desktop .frv__header{margin-top:0}.frv__header-right{flex:1 0 0;display:flex;justify-content:flex-end;height:fit-content}.house-header{display:flex;flex-direction:column;gap:calc(4 * var(--px));flex:1 0 0}.is-mobile .house-header{align-items:center}.house-header-title{color:#222;font-weight:600;letter-spacing:-.056px}.is-desktop .house-header-title{font-size:calc(16 * var(--px))!important}.is-mobile .house-header-title{text-align:center;max-width:338px}.house-header-plan-id{display:flex;gap:calc(5 * var(--px));align-items:center;color:#232323;font-style:italic;font-weight:500}.is-desktop .house-header-plan-id{font-size:calc(12.5 * var(--px))}.house-header-plan-id svg{width:calc(12 * var(--px));height:calc(12 * var(--px))}.frv__images{display:flex;gap:10.79px;margin:auto;overflow-x:auto;box-shadow:395px 107px 115px #0000,253px 69px 105px #00000003,142px 39px 88px #0000000d,63px 17px 65px #00000017,16px 4px 36px #0000001a}.is-desktop .frv__images{width:fit-content}.is-mobile .frv__images{width:326px;height:217px;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.is-mobile .frv__images::-webkit-scrollbar{display:none}.is-mobile .frv__images>*{scroll-snap-align:start}.frv__image{background-size:cover;background-position:center;background-repeat:no-repeat;flex:0 0 227px;height:152px;opacity:1;border:solid calc(7 * var(--px)) white;border-radius:19px;box-shadow:395px 107px 115px #0000,253px 69px 105px #00000003,142px 39px 88px #0000000d,63px 17px 65px #00000017,16px 4px 36px #0000001a}.is-mobile .frv__image{flex-basis:326px;height:217px;transition:opacity .3s ease}.is-mobile .frv__image:not(.visible){opacity:.7;box-shadow:unset}.is-desktop .frv__image{border-radius:calc(16 * var(--px));flex-basis:calc(350 * var(--px));height:calc(226 * var(--px))}.frv__image.visible{opacity:1}.images-gallery-dots{display:flex;justify-content:center;gap:calc(8 * var(--px));margin-top:calc(16 * var(--px));padding-bottom:calc(8 * var(--px))}.images-gallery-dot{width:calc(8 * var(--px));height:calc(8 * var(--px));border-radius:50%;background-color:#7878783b;transition:background-color .3s ease}.images-gallery-dot.active{background-color:#505050c7}.frv__main{margin-block:calc(32 * var(--px));display:flex}.frv__main section{width:calc(345 * var(--px))}.frv__main .section-card{padding-inline:calc(19 * var(--px));padding-block:calc(10 * var(--px))}.is-mobile .frv__main{flex-direction:column;align-items:center;gap:24px}.is-mobile .frv__main>section{border-top:1px solid #D6D6D6}.is-desktop .frv__main{flex-direction:row;gap:calc(32 * var(--px));align-items:flex-start}.is-desktop .frv__main>section{border-top:calc(2 * var(--px)) solid #D6D6D6}.frv__main h3{color:#222;font-weight:600}.is-desktop .frv__main h3{font-size:calc(16 * var(--px))}.is-desktop .frv__main h3{margin-block:calc(24 * var(--px))}.is-mobile .frv__main .budget-section{order:-1}.is-mobile .frv__main .budget-section h3{margin-block:24px}.section-card{border-radius:calc(16 * var(--px));border:calc(1 * var(--px)) solid #D6D6D6;background:#fff;box-shadow:160px 181px 68px #0000,102px 116px 62px #00000003,6px 7px 21px #0000001a}.stack-column{display:flex;flex-direction:column;gap:16px;height:100%}.house-stats{display:flex;justify-content:space-between;padding-inline:calc(10 * var(--px));flex-grow:1;align-items:stretch}.house-stat{display:flex;flex-direction:column;align-items:center;font-size:calc(14 * var(--px));justify-content:space-between}.is-mobile .house-stat{font-size:12px}.house-stat__value{font-weight:600;color:#343434}.house-stat__name{color:#6b6b6b}.is-desktop .house-stat__icon svg{width:calc(30 * var(--px));height:calc(30 * var(--px))}.is-mobile .house-stat__icon svg{width:24px;height:24px}.house-stat-separator{align-self:center;height:39px;flex:0 0 1px;background:#ebebeb}.is-desktop .house-stat-separator{display:none}.section-title{font-size:20px;color:#222;font-weight:700;letter-spacing:-.073px}.tier{display:flex;flex-direction:column}.tier--sm{font-size:.875rem}.tier--xs{font-size:.75rem}.tier__header{display:flex;flex-direction:column;gap:2px}.tier__title{font-weight:600;color:#343434}.tier__price{font-weight:600;color:#d44011}.tier__desc{color:#717171;line-height:1.5}.tier__vendors-title{font-weight:500;color:#343434}.tier__vendors-list{color:#717171;line-height:1.5}.tier__tooltip{padding:8px;max-width:280px}.kassa-badge{display:flex;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:10px 25px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.kassa-badge__logo{display:flex;align-items:center;justify-content:center}.kassa-badge__logo svg{width:21px;height:25px;color:#717171}.kassa-badge__title{font-weight:700;font-size:16px;white-space:nowrap}.kassa-badge__subtitle{font-size:12px;color:#717171;white-space:nowrap;margin-top:2px;justify-self:center}.entry{display:flex;align-items:center;font-size:calc(14 * var(--px));justify-content:space-between;padding-block:calc(7 * var(--px));border-bottom:calc(1 * var(--px)) solid #EBEBEB}.entry__label{color:#343434}.entry__value{color:#6b6b6b}.entry.main .entry__value{color:#222}.sticky-total{position:fixed;top:24px;right:24px;z-index:30}.sticky-total__card{background:#fff;border-radius:16px;border:1px solid #DADCDB;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.sticky-total__line{color:#717171;font-size:14px}.sticky-total__label{color:#d44011;margin-right:8px}.sticky-total__value{color:#e45a2f;font-weight:700;font-size:20px}.total-project{display:flex;align-items:center;justify-content:space-between;padding:15px 10px;background:#fff;border:1px solid #D44011;border-radius:10px;font-weight:700}.total-project__label{color:#343434;line-height:24px}.total-project__value{color:#d44011;line-height:30px}.share-button{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:18.73px;background:#fdfdfd33}.is-desktop .share-button{width:calc(37.5 * var(--px));height:calc(37.5 * var(--px))}.share-button svg{width:50%;height:50%;color:#1e1e1e}.frv-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid #DADADA;border-radius:4px;background:#fff;cursor:pointer;display:inline-block;vertical-align:middle;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.frv-checkbox:hover{border-color:#b8b8b8}.frv-checkbox:focus-visible{outline:2px solid #000000;outline-offset:2px}.frv-checkbox:disabled{opacity:.4;cursor:not-allowed}.frv-checkbox:checked{background-color:#000;border-color:#000;background-repeat:no-repeat;background-position:center;background-size:12px 9px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"><path d="M1 5l3 3 7-7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.frv__navbar{z-index:3;position:sticky;top:calc(19 * var(--px));display:flex;justify-content:flex-end}.frv__navbar .frv__navbar-buttons{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.frv__navbar-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.frv__navbar-actions-row{display:flex;gap:4px}.frv__navbar-buttons{border-radius:50px;color:#131313;text-align:center;font-feature-settings:"liga" off,"clig" off;font-weight:590;display:flex}.frv__navbar-buttons-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-inline:8px;border-radius:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;height:32px;width:97px}.is-desktop .frv__navbar-buttons-button{padding-inline:calc(7.14 * var(--px));width:calc(86 * var(--px));font-size:calc(12.487 * var(--px));height:calc(29 * var(--px))}.frv__navbar-buttons-button.selected{background:#d2d2d266}.budget-section>.section-card{padding-top:calc(15 * var(--px));display:flex;flex-direction:column;gap:calc(10 * var(--px))}.budget-section>.section-card .radio-selector{align-self:center}.discounts{display:flex;align-items:center;justify-content:flex-start;color:#6b6b6b;font-size:calc(12 * var(--px));font-style:italic;font-weight:400}.discounts svg{width:calc(13.77 * var(--px));height:calc(13.77 * var(--px));margin-inline-end:calc(5 * var(--px))}.discounts__color{color:#d44011}.total-cost{display:flex;align-items:center;justify-content:space-between;color:#222;font-size:calc(16 * var(--px));font-weight:600;letter-spacing:-.05px}.total-cost__label{display:flex;align-items:center;gap:calc(5 * var(--px))}.total-cost__label:before{transform:rotate(-90deg);display:inline-block;width:calc(25 * var(--px));height:calc(25 * var(--px));content:"";background-image:url(data:image/png;base64,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);background-size:contain;background-repeat:no-repeat;background-position:center}.total-cost__value{display:flex;align-items:center;gap:calc(5 * var(--px))}.budget-analysis{display:flex;align-items:center}.budget-analysis .analysis-chart{flex:0 0 calc(140 * var(--px));position:relative}.is-mobile .budget-analysis .analysis-chart circle{pointer-events:none}.analysis-row{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-around}.top-spenders{display:flex;flex-direction:column;gap:calc(10 * var(--px));height:fit-content;align-items:flex-start}.top-spender{display:flex;gap:calc(5 * var(--px));padding:calc(3 * var(--px)) calc(10 * var(--px));border:1px solid #DADCDB;border-radius:calc(10 * var(--px));border-radius:50px;border:1px solid #FFF;background:#eee;box-shadow:22px 17px 8px #0000,14px 11px 7px #00000003,8px 6px 6px #00000008,3px 3px 4px #0000000a,1px 1px 2px #0000000d;cursor:default;color:#222;font-size:calc(10 * var(--px));font-weight:500;line-height:calc(18 * var(--px))}.top-spender.is-clickable{cursor:pointer}.top-spender__header{display:flex;align-items:center;gap:calc(5 * var(--px))}.top-spender__dot{width:9px;height:9px;border-radius:9999px;display:inline-block}.design-plan-section{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:calc(10 * var(--px))}.is-mobile .design-plan-section{order:-2;border-top:none!important}.design-plan-section h3{display:flex;align-items:center;gap:calc(5 * var(--px))}.is-desktop .design-plan-section h3{font-size:calc(18 * var(--px))}.is-desktop .design-plan-section h3{margin-bottom:calc(8 * var(--px))}.design-plan-section .design-plan-meta{color:#6b6b6b;display:flex;align-items:center;gap:calc(5 * var(--px))}.is-desktop .design-plan-section .design-plan-meta{font-size:calc(10 * var(--px));font-weight:600}.design-plan-section .design-plan-meta .stars{font-size:calc(16 * var(--px))}.design-plan-section .design-plan-content{text-align:center;font-size:calc(16 * var(--px));color:#232323}.is-desktop .design-plan-section .design-plan-content{text-align:justify}.design-plan-section .design-plan-content .kassa-body{line-height:normal}.is-desktop .design-plan-section.is-sample{align-self:stretch}.design-plan-section .sample-watermark{font-size:calc(57.6 * var(--px));color:#9c9c9c;font-weight:400;text-decoration:underline;text-underline-position:from-font;transform:rotate(-15deg);opacity:.45;display:flex;flex-grow:1;align-items:center;justify-content:center;margin-top:-.5em}.house-section{display:flex;flex-direction:column}.is-desktop .house-section{align-self:stretch}.is-mobile .house-section h3{margin-block:16px}.house-section__description{font-size:calc(14 * var(--px))}.is-mobile .house-section__description .truncated-section__body--clamped{line-height:normal}.house-section .section-card{flex-grow:1;display:flex;flex-direction:column;gap:calc(10 * var(--px))}.house-section__intro{padding-block:calc(10 * var(--px)) calc(14 * var(--px));border-bottom:calc(1 * var(--px)) solid #EBEBEB;padding-bottom:calc(10 * var(--px));display:flex;flex-direction:row;align-items:center;gap:calc(10 * var(--px))}.house-section__intro img{border-radius:calc(10 * var(--px))}.is-mobile .house-section__intro img{width:calc(50 * var(--px));height:calc(50 * var(--px))}.is-desktop .house-section__intro img{width:calc(100 * var(--px));height:calc(100 * var(--px))}.house-section__intro-description{font-size:calc(14 * var(--px));color:#6b6b6b}.house-section__link{display:flex;align-items:center;gap:calc(5 * var(--px))}.house-section__link svg{width:calc(12.5 * var(--px));height:calc(12.5 * var(--px))}.house-section__link:first-child{text-decoration:underline}.frv-sticky-header{z-index:3;visibility:hidden;position:sticky;top:0;background:#fff;height:calc(60 * var(--px));border-bottom:calc(1 * var(--px)) solid #D9D9D9;display:flex;align-items:center}.frv-sticky-header.visible{visibility:visible}.frv-sticky-header__left{padding-inline-start:calc(19 * var(--px));flex:0 0 50%;display:flex;align-items:center;gap:calc(24 * var(--px))}.frv-sticky-header__right{flex:0 0 calc(551.5 * var(--px));display:flex;align-items:center;justify-content:flex-end;gap:calc(16 * var(--px))}.frv-sticky-header__right .frv-sticky-header__cost{display:flex;flex-direction:column;gap:calc(3 * var(--px))}.frv-sticky-header__right .frv-sticky-header__cost .selected-items-count{align-self:flex-end;color:#6b6b6b;font-size:calc(12 * var(--px));padding-inline:calc(19 * var(--px))}.frv-sticky-footer{position:fixed;bottom:0;width:100%;background:#ffffffe6;height:76px;border-top:1px solid #D9D9D9;display:flex;align-items:center;justify-content:center}.frv-sticky-footer__inner{display:flex;flex-direction:column;gap:5px;align-items:flex-start;justify-content:center}.frv-sticky-footer__inner .discounts{padding-inline:calc(19 * var(--px))}.frv-sticky-header .total-cost,.frv-sticky-footer .total-cost{width:calc(345 * var(--px));padding-inline:calc(19 * var(--px))}.is-mobile .kassa-caption{font-size:calc(14 * var(--px));font-weight:500;line-height:normal}.is-mobile .kassa-h3{font-size:20px;font-weight:600;line-height:normal}.is-mobile .kassa-h4{font-size:18px;font-weight:600;line-height:normal}.is-mobile .kassa-body{font-size:16px;font-weight:400;line-height:normal}.items-table{border:1px solid #EBEBEB;border-radius:16px;background:#fff;overflow:hidden}.items-table__scroll{overflow-x:auto}.items-table__table{width:100%;border-collapse:separate;border-spacing:0}.items-table__thead th{text-transform:uppercase;font-weight:600;color:#717171;letter-spacing:.04em;line-height:1;white-space:nowrap;padding-block:18px;font-size:calc(12 * var(--px))}.items-table__thead th:first-child{border-top-left-radius:16px}.items-table__thead th:last-child{border-top-right-radius:16px}.items-table__td{font-weight:400}.items-table__th,.items-table__td{line-height:normal;font-size:calc(14 * var(--px));padding:calc(12 * var(--px)) calc(16 * var(--px));border-bottom:1px solid #EBEBEB;vertical-align:middle}.items-table__tr:hover{background:#f7fafc}.items-table__th--check,.items-table__td--check{width:40px;text-align:center}.items-table__desc{color:#717171}.items-table__price{color:#222}.items-table .item-vendor{color:#717171;display:inline-flex;align-items:center;gap:6px;max-width:160px}.items-table .item-vendor-favicon{flex:0 0 auto;width:16px;height:16px;border-radius:3px}.items-table .item-vendor-domain{color:#717171;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.items-table__qty{display:inline-flex;align-items:center;gap:8px}.items-table__qty-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #DADADA;background:transparent;border-radius:999px;width:28px;height:28px;text-align:center;cursor:pointer;color:#343434;transition:background-color .2s ease;position:relative}.items-table__qty-btn:before,.items-table__qty-btn:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#343434;border-radius:1px}.items-table__qty-btn[data-op=minus]:before{width:12px;height:2px}.items-table__qty-btn[data-op=plus]:before{width:12px;height:2px}.items-table__qty-btn[data-op=plus]:after{width:2px;height:12px}.items-table__qty-btn:hover{background:#f1f5f9}.items-table__qty-btn:disabled{opacity:.4;cursor:not-allowed}.items-table__qty-value{min-width:20px;text-align:center;font-weight:500}.items-table__th--delete,.items-table__td--delete{width:40px;text-align:center;padding:0 8px}.items-table__delete-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#fff5f5;color:#e53e3e;font-size:16px;cursor:pointer;padding:4px 8px;border-radius:4px}.is-mobile .items-table__delete-btn{font-size:14px}.items-table__add-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#717171;font-size:calc(14 * var(--px));cursor:pointer;padding:12px 16px;width:100%;text-align:left;transition:color .15s,background-color .15s}.items-table__add-btn:hover{color:#343434;background:#f7fafc}.items-table__vendor-edit{font-size:calc(13 * var(--px));color:#717171}.editable-text__display{cursor:pointer;border-bottom:1px dashed #FF7700;padding:1px 2px;border-radius:2px;transition:background-color .15s}.editable-text__display:hover{background-color:#0000000a}.editable-text__placeholder{color:#999;font-style:italic}.editable-text__input{font:inherit;color:inherit;border:1px solid #ccc;border-radius:4px;padding:2px 4px;background:#fff;outline:none;width:100%;box-sizing:border-box}.editable-text__input:focus{border-color:#116b69;box-shadow:0 0 0 1px #116b69}textarea.editable-text__input{overflow:hidden}.room-details{display:block}.room-details__header{display:flex;flex-direction:row;align-items:flex-start;gap:calc(36 * var(--px));padding:0 0 calc(16 * var(--px)) 0;background:transparent}.room-details__image{width:200px;height:auto;border-radius:8px;object-fit:cover}.room-details__meta{display:flex;flex-direction:column;gap:4px;flex-shrink:0;max-width:220px}.room-details__section-title{margin:0;font-size:calc(14 * var(--px));font-weight:500;color:#6b6b6b;text-transform:uppercase}.room-details__item{display:inline-flex;align-items:baseline;gap:6px;font-size:calc(14 * var(--px))}.room-details__item-label{color:#717171}.room-details__item-value{color:#343434}.room-details__considerations{display:flex;flex-direction:column;gap:calc(7 * var(--px));flex:1;min-width:0}.room-details__considerations-text{margin:0;font-size:calc(14 * var(--px));font-weight:400;color:#6b6b6b}.nowrap{white-space:nowrap}.room-details__dimensions-edit{display:inline-flex;align-items:center;gap:4px}.room-details__dimensions-edit .editable-text__display,.room-details__dimensions-edit .editable-text__input{width:60px}.room-summary{display:flex;flex:1 1 auto;width:100%;align-items:center;justify-content:space-between;text-align:left}.room-summary__left{display:flex;align-items:center;gap:calc(15 * var(--px))}.room-summary__thumb{width:calc(50 * var(--px));height:calc(50 * var(--px));object-fit:cover}.room-summary__title{font-size:calc(14 * var(--px));font-weight:600;color:#000}.room-summary__image{width:50px;height:50px;border-radius:8px;object-fit:cover}.room-summary__stats{display:flex;align-items:center;gap:calc(14 * var(--px));font-size:calc(14 * var(--px))}.room-summary__stat{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.room-summary__stat-label{font-weight:700;line-height:1.2}.room-summary__stat-value{text-transform:uppercase;color:#717171}.room-summary-mobile{width:100%;display:flex;gap:15px;align-items:center}.room-summary-mobile__middle{display:flex;flex-direction:column;line-height:18px}.room-summary-mobile__middle-title{color:#222}.room-summary-mobile__middle-count{color:#6b6b6b}.room-summary-mobile__total{flex-grow:1;display:flex;align-items:center;justify-content:flex-end;color:#222}.room-summary-mobile__chevron svg{width:7px;height:11px}.mobile-room-display{overflow-y:auto;margin:0!important;position:fixed;top:0;left:0;right:0;bottom:0;background:#fafafa;display:flex;flex-direction:column;align-items:center;transition:transform .3s cubic-bezier(.25,.46,.45,.94);z-index:5;padding-bottom:99px;scroll-padding-bottom:99px}.mobile-room-display hr{border-top:1px solid #EBEBEB}.mobile-room-display__title{display:flex;align-items:center;gap:5px;color:#222}.mobile-room-display__subtitle{display:flex;align-items:center;gap:5px;color:#6b6b6b}.mobile-room-display__dimensions-edit{display:inline-flex;align-items:center;gap:4px}.mobile-room-display__dimensions-edit .editable-text__display,.mobile-room-display__dimensions-edit .editable-text__input{width:50px}.mobile-room-display__description{color:#232323;text-align:center;width:100%;max-width:335px;padding-bottom:7px}.mobile-room-display__description hr{margin-block:5px 7px}.mobile-room-display__items{display:flex;flex-direction:column;gap:16px;width:370px;align-items:stretch;margin-top:18px;margin-bottom:0}.mobile-room-display .item-vendor{display:flex;align-items:center;gap:5px}.mobile-room-display .item-vendor-favicon{width:15px;height:15px}.mobile-room-display__header{position:sticky;top:0;align-self:stretch;display:flex;justify-content:space-between;align-items:center;padding:10px;gap:8px;z-index:2}.mobile-room-display__header-back{width:42px;height:42px;border-radius:21px;border:2px solid #FFF;background:#fdfdfd33;display:flex;justify-content:center;align-items:center}.mobile-room-display__header-back:disabled{opacity:.4;cursor:not-allowed}.mobile-room-display__footer{z-index:1;position:fixed;bottom:0;width:100%;height:89px;border-top:1px solid #D9D9D9;background:#ffffffe6;display:flex;align-items:center;justify-content:center}.mobile-room-display__footer-inner{display:flex;flex-direction:column;gap:3px;width:max-content;justify-content:center}.mobile-room-display__footer .room-cost{display:flex;justify-content:space-between;color:#222;font-size:18px;font-weight:600;line-height:18.759px;letter-spacing:-.056px}.mobile-room-display__footer .room-cost-label{display:flex;align-items:center;gap:5px}.mobile-room-display__footer .room-cost-label:before{transform:rotate(-90deg);display:inline-block;width:calc(25 * var(--px));height:calc(25 * var(--px));content:"";background-image:url(data:image/png;base64,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);background-size:contain;background-repeat:no-repeat;background-position:center}.mobile-room-display__footer-selected{display:flex;justify-content:space-between;color:#222;font-size:12px;font-weight:500;line-height:18px}.mobile-room-display__footer-selected>*:first-child{color:#222;font-weight:500}.mobile-room-display__footer-selected>*:last-child{color:#6b6b6b;font-weight:400}.mobile-room-item-container{border-radius:16px;border:1px solid #D6D6D6;background:#fff;padding:10px 13px;box-shadow:160px 181px 68px #0000,102px 116px 62px #00000003,6px 7px 21px #0000001a}.mobile-room-item-container.is-editing{position:relative}.mobile-room-item__delete-btn{position:absolute;top:-8px;right:-8px;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ddd;background:#fff5f5;color:#e53e3e;font-size:14px;width:24px;height:24px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px #0000001a}.mobile-room-display__add-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px dashed #D6D6D6;background:transparent;color:#717171;font-size:14px;cursor:pointer;padding:12px 16px;width:370px;text-align:center;border-radius:16px;margin-top:18px}.mobile-room-item{width:100%;display:flex;align-items:center;gap:15px;background-color:inherit;-webkit-tap-highlight-color:transparent}.mobile-room-item.expanded{min-height:61px}.mobile-room-item:not(.expanded){height:61px}.mobile-room-item:not(.expanded) .mobile-room-item-title{display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden}.mobile-room-item .item-thumb{width:50px;height:50px;padding:5px;object-fit:cover;border-radius:10px;background:#f7f7f7}.mobile-room-item-title{color:#222;flex:1 0 0;text-align:left}.mobile-room-item-details{flex:1 0 0;display:flex;flex-direction:column;align-items:flex-end;gap:3px;min-width:0}.mobile-room-item .item-price{color:#222}.mobile-room-item .item-vendor{max-width:100%}.mobile-room-item .item-vendor-favicon{order:1;flex-shrink:0}.mobile-room-item .item-vendor-domain{order:0;color:#6b6b6b;line-height:18.759px;text-overflow:ellipsis;overflow:hidden;overflow-wrap:normal}.mobile-room-item-chevron.expanded{transform:rotate(180deg)}.mobile-room-item__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s cubic-bezier(.2,0,0,1);overflow:hidden}.mobile-room-item__panel.is-open{grid-template-rows:1fr}.mobile-room-item__content{font-size:14px;overflow:hidden;margin-block:10px}.mobile-room-item__content-inner{display:flex;flex-direction:column;gap:10px}.mobile-room-item__content .content-subtitle{color:#717171;font-weight:400;line-height:18px;text-transform:uppercase}.mobile-room-item__content-description-block{display:flex;flex-direction:column;gap:3px;margin-block:5px}.mobile-room-item__content-description{color:#000;font-size:14px;font-weight:300;line-height:18px}.mobile-room-item__content-pricing{display:flex;justify-content:space-between}.mobile-room-item__content-pricing-quantity{display:flex;flex-direction:column;gap:8px}.mobile-room-item__content-pricing-total{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.mobile-room-item__content .content-price{color:#222}.mobile-room-item__content .content-unit-price{color:#717171;text-align:right;font-weight:300;line-height:18px}.mobile-room-item__content .item-vendor-domain{color:#222;font-weight:500}.mobile-room-item__content .item-vendor .link-icon{width:12px;height:12px}.edit-buttons{display:flex;gap:8px;align-items:center}.edit-buttons__edit{display:flex;align-items:center;gap:6px;border-radius:6px;padding:4px 10px;background:#fff;border:1px solid #DADADA;color:#1e1e1e;font-size:calc(13 * var(--px));cursor:pointer;transition:background-color .15s}.edit-buttons__edit:hover{background:#f0f0f0}.edit-buttons__edit svg{width:calc(14 * var(--px));height:calc(14 * var(--px))}.edit-buttons__revert-wrapper{position:relative}.is-mobile .edit-buttons__revert-wrapper{padding-inline-end:4px}.is-mobile .edit-buttons__revert-wrapper button{padding:4px;background:#fff}.edit-buttons__revert{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #DADADA;background:transparent;border-radius:6px;padding:4px 12px;font-size:calc(13 * var(--px));color:#555;cursor:pointer;white-space:nowrap;transition:background-color .15s,color .15s}.edit-buttons__revert:hover{background:#f5f5f5;color:#222}.edit-buttons__revert:disabled{opacity:.5;cursor:not-allowed}.edit-buttons__confirm-popup{position:absolute;top:calc(100% + 6px);right:0;z-index:100;background:#fff;border:1px solid #DADADA;border-radius:8px;padding:14px 16px;box-shadow:0 4px 16px #0000001f;min-width:260px}.edit-buttons__confirm-popup p{margin:0 0 12px;font-size:calc(13 * var(--px));line-height:1.45;color:#333}.edit-buttons__confirm-actions{display:flex;gap:8px;justify-content:flex-end}.edit-buttons__confirm-actions button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:6px;padding:4px 14px;font-size:calc(13 * var(--px));cursor:pointer;transition:background-color .15s}.edit-buttons__confirm-actions button:first-child{border:1px solid #DADADA;background:transparent;color:#555}.edit-buttons__confirm-actions button:first-child:hover{background:#f5f5f5;color:#222}.edit-buttons__confirm-actions button:last-child{border:1px solid #c0392b;background:#c0392b;color:#fff}.edit-buttons__confirm-actions button:last-child:hover{background:#a93226}.edit-buttons__confirm-actions button:disabled{opacity:.5;cursor:not-allowed}.edit-buttons__cancel{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #DADADA;background:#fff;border-radius:6px;padding:4px 12px;font-size:calc(13 * var(--px));color:#555;cursor:pointer;transition:background-color .15s,color .15s}.edit-buttons__cancel:hover{background:#f5f5f5;color:#222}.edit-buttons__cancel:disabled{opacity:.5;cursor:not-allowed}.edit-buttons__save{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #222;background:#222;color:#fff;border-radius:6px;padding:4px 12px;font-size:calc(13 * var(--px));cursor:pointer;transition:background-color .15s}.edit-buttons__save:hover{background:#444}.edit-buttons__save:disabled{opacity:.5;cursor:not-allowed}.is-mobile .room-accordion{width:345px;margin-inline:auto}.room-accordion__title{color:#222;font-size:calc(16 * var(--px));font-weight:600;border-top:solid calc(2 * var(--px)) #D6D6D6;padding-block:calc(15 * var(--px))}.room-accordion__list{display:flex;flex-direction:column;gap:16px}.is-desktop .room-accordion__list{gap:calc(15 * var(--px))}.room-accordion__item{overflow:hidden;border:solid 5px white;border-radius:19px}.room-accordion__button{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:19px;background:transparent;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-inline:17px;cursor:pointer;text-align:left;height:calc(82 * var(--px))}.room-accordion__button:hover{background-color:#00000005}.room-accordion__button:focus-visible{outline:2px solid #D44011;outline-offset:2px}.room-accordion__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s cubic-bezier(.2,0,0,1);overflow:hidden;background:#fff}.room-accordion__panel.is-open{grid-template-rows:1fr}.room-accordion__content{overflow:hidden;padding:10px 13px 13px;content-visibility:auto;contain-intrinsic-size:1px 500px}@media (prefers-reduced-motion: reduce){.room-accordion__panel,.room-accordion__chevron{transition:none}}.scroll-marker{position:absolute;top:-30px;left:0}.accordion__state{display:flex;align-self:flex-start;gap:calc(5 * var(--px));color:#6b6b6b}.accordion__state-label{min-width:4.2em;text-align:end}.accordion__state-chevron{width:calc(18 * var(--px));height:calc(18 * var(--px));transition:transform .2s ease}.accordion__state-chevron.is-open{transform:rotate(180deg)}.truncated-section{display:block;position:relative}.truncated-section .truncated-section__title{margin:4px 0;font-weight:600;display:flex;align-items:center;gap:5px;color:#717171}.truncated-section .truncated-section__body{line-height:1.7;color:#343434;margin-bottom:0}.truncated-section .truncated-section__body--clamped{display:-webkit-box;-webkit-line-clamp:var(--ts-lines, 3);line-clamp:var(--ts-lines, 3);-webkit-box-orient:vertical;overflow:hidden}.truncated-section .truncated-section__see-more{font-size:1em;position:absolute;right:0;bottom:0;border:none;background:#fff;padding:0}.truncated-section .truncated-section__see-more span{cursor:pointer;color:#d44011}.truncated-section .truncated-section__dialog::backdrop{background:#00000059}.truncated-section .truncated-section__dialog{border:none;padding:0;border-radius:8px;max-width:min(720px,90vw);width:100%;background:#fff;color:inherit}.truncated-section .truncated-section__dialog-content{padding:16px;line-height:1.6}.truncated-section .truncated-section__dialog-title{margin:0 0 8px;font-weight:600;color:#717171}.truncated-section .truncated-section__dialog-body{margin:0 0 16px;font-size:.95rem;color:#343434}.truncated-section .truncated-section__dialog-close{border:1px solid rgba(0,0,0,.1);background:#f7f7f7;border-radius:6px;padding:6px 10px;cursor:pointer}.incomplete-order-container{width:100%;height:calc(100vh - 60px);position:relative;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.incomplete-order-container .content-card{position:relative;height:80%;width:min(80vh,80%);border:2px solid #000;border-radius:30px;overflow:hidden;box-shadow:45px 44px 139px #0000007d,181px 176px 250px #0000006e,407px 395px 250px #00000040,724px 702px 250px #00000012,1131px 1097px 250px #00000003;display:flex;align-items:flex-end;justify-content:center}.incomplete-order-container .content-card .video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.incomplete-order-container .content-card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:2}.incomplete-order-container .content-card .content-wrapper{position:relative;z-index:3;width:100%;padding:0 32px;margin-bottom:29px;display:flex;flex-direction:column;gap:24px;text-align:left;align-items:flex-start}.incomplete-order-container .content-card .content-wrapper .title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.incomplete-order-container .content-card .content-wrapper .details{font-size:1rem;color:#fff;line-height:1.1;max-width:395px;margin:0}.incomplete-order-container .content-card .content-wrapper .footer{display:flex;justify-content:space-between;width:100%;align-items:flex-end}.incomplete-order-container .content-card .content-wrapper .footer .contact-button{background-color:#fff;color:#000;padding:12px 32px;border-radius:8px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s}.incomplete-order-container .content-card .content-wrapper .footer .contact-button:hover{background-color:#f7fafc}.incomplete-order-container .content-card .content-wrapper .footer .link{font-size:.875rem;color:#fff;text-decoration:none}.incomplete-order-container .content-card .content-wrapper .footer .link:hover{color:#fff}.order-status-page{width:100%;min-height:100vh}.order-status-page.order-status-page-result{background-color:#fff}.order-status-page:not(.order-status-page-result){background-color:#fbf8f6}.order-status-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-inline:20px;padding-top:40px;padding-bottom:40px;gap:20px}@media (min-width: 1024px){.order-status-content{padding-top:100px;padding-bottom:75px}}.order-status-text{font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:#1c1c1c}.order-status-error-alert{display:flex;align-items:flex-start;gap:12px;padding:16px;background-color:#fed7d7;border:1px solid #FC8181;border-radius:11px;max-width:500px;width:100%;color:#c53030}.order-status-error-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.order-status-error-content{flex:1;display:flex;flex-direction:column;gap:4px}.order-status-error-title{font-weight:700;font-size:16px;color:#c53030}.order-status-error-message{font-size:14px;color:#c53030}.order-status-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:16px;font-weight:600;font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;background-color:#3182ce;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.order-status-button:hover{background-color:#2c5282}.order-status-button:active{background-color:#2a4a7a}.order-status-loader{padding-top:40px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:20px}.sample-report-wrapper .frv-sticky-footer{bottom:147px}.is-desktop .sample-report-wrapper .frv-sticky-footer{bottom:calc(127 * var(--px))}.sample-report-wrapper .kassa-h3{font-size:calc(20 * var(--px));font-weight:600}.sample-report-wrapper .sample-report-cta{position:fixed;bottom:0;left:0;right:0;z-index:2;height:147px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background-color:#ffffffe6;border-top:1px solid #D9D9D9}.sample-report-wrapper .sample-report-cta .sample-report-cta-inner{display:flex;align-items:center}.is-desktop .sample-report-wrapper .sample-report-cta .sample-report-cta-inner{gap:30px}.is-mobile .sample-report-wrapper .sample-report-cta .sample-report-cta-inner{flex-direction:column;justify-content:center;gap:10px}.is-desktop .sample-report-wrapper .sample-report-cta{height:calc(127 * var(--px))}.presets-page{display:flex;height:100svh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.presets-page__left-panel{overflow-y:auto;padding:1rem;box-sizing:border-box;flex-shrink:0}.presets-page__separator{width:6px;flex-shrink:0;cursor:col-resize;background:#e5e7eb;transition:background .15s}.presets-page__separator:hover,.presets-page--dragging .presets-page__separator{background:#93c5fd}.presets-page--dragging .presets-page__iframe{pointer-events:none}.presets-page__right-panel{flex:1;min-width:0;position:relative}.presets-page__iframe{width:100%;height:100%;border:none;display:block}.presets-page__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#111}.presets-page__list{list-style:none;padding:0;margin:0}.presets-page__item{position:relative}.presets-page__link{display:block;padding:.375rem 0;text-align:left;background:none;border:none;cursor:pointer;font-size:.875rem;color:#3b82f6;font-family:inherit}.presets-page__link:hover{text-decoration:underline}.presets-page__tooltip{position:absolute;left:0;top:100%;margin-top:.5rem;padding:.75rem 1rem;background:#1f2937;color:#fff;border-radius:6px;font-size:.875rem;white-space:nowrap;z-index:10;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.presets-page__tooltip:before{content:"";position:absolute;left:1.5rem;bottom:100%;border:6px solid transparent;border-bottom-color:#1f2937}#root{width:100%;margin:0 auto}:root{--px: 1px}@media (min-width: 768px) and (max-width: 1280px){:root{--px: .078125vw}}.is-mobile .desktop-only,.is-desktop .mobile-only{display:none}@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/InterVariable-DiVDrmQJ.woff2) format("woff2")}@font-face{font-family:InterVariable;font-style:italic;font-weight:100 900;font-display:swap;src:url(/assets/InterVariable-Italic-FCBEiFp6.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/Inter-Light-14LG-y7V.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/assets/Inter-LightItalic-iBr7p6CH.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Inter-Regular-COLGFB3M.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/assets/Inter-Italic-Bm_w1qmz.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Inter-Medium-CDhBSFyE.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/assets/Inter-MediumItalic-BqDObnQN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBold-BAEEcJ4E.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBoldItalic-B7KOJJiL.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Inter-Bold-BOs3KVhN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/assets/Inter-BoldItalic-Cabj1n7x.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBold-BUaDDWMS.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBoldItalic-efVpd_pq.woff2) format("woff2")}.inter-font{font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@supports (font-variation-settings: normal){.inter-font{font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-optical-sizing:auto}}:root{font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@supports (font-variation-settings: normal){:root{font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-optical-sizing:auto}}:where(*){box-sizing:border-box;border-width:0}:where(a){color:inherit;text-decoration:inherit}:where(blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre){margin:0}:where(video){max-width:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(button,input,optgroup,select,textarea){color:inherit;margin:0;line-height:inherit;font-family:inherit}:root{line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;background-color:#fff}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100svh}button{padding:0;border-radius:8px;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}
