.tradeflow-wrapper{max-width:1400px;margin:0 auto;padding:4rem 2rem;background:linear-gradient(180deg,rgba(var(--color-background),1),rgba(var(--color-background),.98));min-height:100vh}.tf-product-selection{max-width:1200px;margin:0 auto}.tf-product-selection__header{text-align:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.tf-product-selection__title{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;margin-bottom:1.2rem;color:rgb(var(--color-foreground));letter-spacing:-.03em;background:linear-gradient(135deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tf-product-selection__subtitle{font-size:clamp(1.2rem,2vw,1.6rem);color:rgba(var(--color-foreground),.65);font-weight:400;line-height:1.6}.tf-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.8rem;margin-bottom:4rem}.tf-product-card{background:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.08);border-radius:1.6rem;padding:1.6rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.tf-product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--color-foreground),.02),rgba(var(--color-foreground),.01));opacity:0;transition:opacity .4s ease;pointer-events:none}.tf-product-card:hover{border-color:rgba(var(--color-foreground),.2);transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #0000001f,0 4px 12px #00000014}.tf-product-card:hover:before{opacity:1}.tf-product-card__image{margin-bottom:1.2rem;width:100%;height:140px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:1.2rem;position:relative;transition:transform .4s ease}.tf-product-card:hover .tf-product-card__image{transform:scale(1.05)}.tf-product-card__img{width:100%;height:100%;object-fit:contain;padding:1.2rem;transition:transform .4s ease}.tf-product-card:hover .tf-product-card__img{transform:scale(1.08)}.tf-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4.8rem;opacity:.3}.tf-product-card__title{font-size:1.5rem;font-weight:700;margin-bottom:.4rem;color:rgb(var(--color-foreground));letter-spacing:-.01em;transition:color .3s ease}.tf-product-card:hover .tf-product-card__title{color:rgb(var(--color-foreground))}.tf-product-card__vendor{font-size:1.4rem;color:rgba(var(--color-foreground),.85);font-weight:600;margin-bottom:.8rem;text-align:center;letter-spacing:.02em}.tf-custom-device-option{text-align:center;margin-top:3rem}.tf-btn-custom{background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.01));border:2px dashed rgba(var(--color-foreground),.25);border-radius:1.2rem;padding:2rem 3.5rem;font-size:1.5rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);color:rgb(var(--color-foreground));position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.tf-btn-custom:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(var(--color-foreground),.08);transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.tf-btn-custom:hover{border-color:rgba(var(--color-foreground),.4);background:linear-gradient(135deg,rgba(var(--color-foreground),.06),rgba(var(--color-foreground),.03));transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.tf-btn-custom:hover:before{width:300px;height:300px}.tf-product-page{display:flex;gap:4rem;align-items:flex-start;animation:fadeInUp .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tf-back-to-products{background:transparent;border:none;color:rgb(var(--color-foreground));font-size:1.5rem;font-weight:600;cursor:pointer;margin-bottom:2.5rem;display:inline-flex;align-items:center;gap:.8rem;transition:all .3s ease;border-radius:.8rem;padding:1.2rem 1.5rem 1.2rem 1rem}.tf-back-to-products:hover{background:rgba(var(--color-foreground),.05);transform:translate(-4px)}.tf-back-to-products .svg-wrapper{transition:transform .3s ease}.tf-back-to-products:hover .svg-wrapper{transform:translate(-4px) rotate(180deg)}.tf-product-page__main{flex:1;min-width:0;position:sticky;top:2rem;align-self:flex-start;max-height:calc(100vh - 4rem);overflow-y:auto}.tf-product-header{display:flex;gap:4rem;margin-bottom:5rem;padding-bottom:4rem;border-bottom:1px solid rgba(var(--color-foreground),.1);position:relative}.tf-product-header:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:linear-gradient(90deg,rgb(var(--color-foreground)) 0%,transparent 100%);border-radius:2px}.tf-product-image{flex-shrink:0;width:340px;height:340px;border-radius:1.6rem;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #00000014;border:1px solid rgba(var(--color-foreground),.08);transition:transform .4s ease}.tf-product-image:hover{transform:scale(1.02)}.tf-product-image__img{width:100%;height:100%;object-fit:contain;padding:2.4rem;transition:transform .4s ease}.tf-product-image:hover .tf-product-image__img{transform:scale(1.05)}.tf-product-image__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:9rem;opacity:.2}.tf-product-info{flex:1;display:flex;flex-direction:column;justify-content:center}.tf-product-title{font-size:clamp(2.4rem,4vw,3.8rem);font-weight:800;margin-bottom:1.8rem;color:rgb(var(--color-foreground));letter-spacing:-.02em;line-height:1.2}.tf-product-price{font-size:2rem;color:rgba(var(--color-foreground),.65);margin-top:1.2rem;font-weight:500}.tf-product-price span{font-weight:800;color:rgb(var(--color-foreground));font-size:2.4rem}.tf-selection-section{margin-bottom:5rem;animation:fadeInUp .6s ease;animation-delay:.2s;animation-fill-mode:both}.tf-selection-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:rgb(var(--color-foreground));letter-spacing:-.01em;position:relative;padding-left:1.2rem}.tf-selection-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:2.4rem;background:linear-gradient(180deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.5));border-radius:2px}.tf-option-buttons{display:flex;flex-wrap:wrap;gap:1.2rem}.tf-option-btn{padding:1.4rem 2.8rem;font-size:1.5rem;font-weight:600;background:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.12);border-radius:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:rgb(var(--color-foreground));position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.tf-option-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--color-foreground),.1),transparent);transition:left .5s ease}.tf-option-btn:hover:before{left:100%}.tf-option-btn:hover{border-color:rgba(var(--color-foreground),.3);background:rgba(var(--color-foreground),.04);transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.tf-option-btn.active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground));box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.tf-option-btn.active:after{content:"\2713";position:absolute;top:.6rem;right:.8rem;font-size:1.2rem;font-weight:700}.tf-condition-details{margin-top:2rem;padding:2rem;background:rgba(var(--color-foreground),.05);border-radius:.8rem}.tf-condition-list{list-style:none;padding:0;margin:0}.tf-condition-list li{padding:.8rem 0 .8rem 2rem;position:relative;font-size:1.4rem;color:rgba(var(--color-foreground),.8);line-height:1.6}.tf-condition-list li:before{content:"\2022";position:absolute;left:0;color:rgb(var(--color-foreground));font-weight:700}.tf-product-sidebar{flex-shrink:0;width:350px;position:relative}.tf-sidebar-card{background:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.1);border-radius:1.6rem;padding:3rem;box-shadow:0 8px 32px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.tf-sidebar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.5))}.tf-sidebar-title{font-size:2rem;font-weight:700;margin-bottom:2.4rem;color:rgb(var(--color-foreground));letter-spacing:-.01em}.tf-sidebar-content{margin-bottom:2.5rem}.tf-sidebar-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.tf-sidebar-item:last-child{border-bottom:none}.tf-sidebar-label{font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.tf-sidebar-value{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.tf-sidebar-price{padding:2.4rem 0;border-top:1px solid rgba(var(--color-foreground),.1);border-bottom:1px solid rgba(var(--color-foreground),.1);margin:2.4rem 0;text-align:center;background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.01));border-radius:1rem;padding:2.4rem 1.6rem}.tf-sidebar-price-label{font-size:1.5rem;color:rgba(var(--color-foreground),.65);margin-bottom:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem}.tf-sidebar-price-amount{font-size:clamp(2.8rem,4vw,4rem);font-weight:800;color:rgb(var(--color-foreground));letter-spacing:-.02em;line-height:1.2}.tf-sidebar-payment-method{margin:2.4rem 0;padding-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.1)}.tf-sidebar-payment-title{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:1.5rem}.tf-sidebar-payment-options{display:flex;flex-direction:column;gap:1rem}.tf-sidebar-payment-option{display:flex;align-items:center;padding:1.2rem 1.5rem;border:2px solid rgba(var(--color-foreground),.15);border-radius:1rem;cursor:pointer;transition:all .3s ease;background:rgb(var(--color-background))}.tf-sidebar-payment-option:hover{border-color:rgba(var(--color-foreground),.3);background:rgba(var(--color-foreground),.02);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.tf-sidebar-payment-option input[type=radio]{margin-right:1rem;width:1.8rem;height:1.8rem;cursor:pointer;accent-color:rgb(var(--color-foreground))}.tf-sidebar-payment-option input[type=radio]:checked+span{font-weight:600;color:rgb(var(--color-foreground))}.tf-sidebar-payment-option:has(input[type=radio]:checked){border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05);box-shadow:0 2px 8px #0000001a}.tf-sidebar-payment-option span{font-size:1.4rem;color:rgb(var(--color-foreground));flex:1}.tf-sidebar-payment-details{animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tf-payment-details{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1);animation:slideDown .3s ease}.tf-payment-details-title{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:1.5rem}.tf-payment-form{display:flex;flex-direction:column;gap:1.5rem}.tf-payment-label{display:flex;flex-direction:column;gap:.6rem;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground))}.tf-payment-input{width:100%;padding:1.2rem 1.5rem;font-size:1.4rem;border:2px solid rgba(var(--color-foreground),.15);border-radius:.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:all .3s ease;font-family:inherit}.tf-payment-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tf-payment-input::placeholder{color:rgba(var(--color-foreground),.4)}.tf-payment-input:invalid:not(:placeholder-shown){border-color:#ef4444}.tf-payment-hint{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-top:.3rem;font-weight:400}.tf-payment-info{font-size:1.3rem;color:rgba(var(--color-foreground),.7);line-height:1.6;padding:1rem;background:rgba(var(--color-foreground),.02);border-radius:.8rem;margin-top:1rem}.tf-sidebar-payment-label{display:block;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));margin-bottom:.8rem}.tf-sidebar-input{width:100%;padding:1.2rem 1.5rem;font-size:1.4rem;border:2px solid rgba(var(--color-foreground),.15);border-radius:.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:all .3s ease;font-family:inherit}.tf-sidebar-input:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 3px rgba(var(--color-foreground),.1)}.tf-sidebar-input::placeholder{color:rgba(var(--color-foreground),.4)}.tf-confirmation-section{margin:2.4rem 0;padding-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.1);background:#fff;border-radius:1.2rem;padding:2rem;box-shadow:0 2px 8px #0000000a}.tf-confirmation-security{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.5rem;background:#3b82f614;border-radius:.8rem;margin-bottom:1.5rem;color:#3b82f6;font-size:1.4rem;font-weight:500}.tf-confirmation-security svg{color:#3b82f6}.tf-confirmation-notice{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#3b82f60d;border-left:3px solid #3b82f6;border-radius:.8rem;margin-bottom:2rem;font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.tf-confirmation-notice svg{color:#3b82f6;margin-top:.2rem}.tf-confirmation-notice strong{color:rgb(var(--color-foreground));font-weight:600}.tf-confirmation-checkboxes{display:flex;flex-direction:column;gap:1.2rem}.tf-confirmation-checkbox{display:flex;align-items:flex-start;gap:1.2rem;cursor:pointer;padding:1rem;border-radius:.8rem;transition:all .2s ease;position:relative}.tf-confirmation-checkbox:hover{background:rgba(var(--color-foreground),.02)}.tf-confirmation-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.tf-checkbox-custom{width:2.2rem;height:2.2rem;min-width:2.2rem;border:2px solid rgba(var(--color-foreground),.3);border-radius:.5rem;background:rgb(var(--color-background));position:relative;transition:all .2s ease;margin-top:.2rem}.tf-confirmation-checkbox:hover .tf-checkbox-custom{border-color:rgba(var(--color-foreground),.5);background:rgba(var(--color-foreground),.02)}.tf-confirmation-checkbox input[type=checkbox]:checked+.tf-checkbox-custom{background:#3b82f6;border-color:#3b82f6}.tf-confirmation-checkbox input[type=checkbox]:checked+.tf-checkbox-custom:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:.5rem;height:1rem;border:solid white;border-width:0 2px 2px 0;border-radius:.1rem}.tf-confirmation-checkbox input[type=checkbox]:focus+.tf-checkbox-custom{outline:2px solid rgba(59,130,246,.3);outline-offset:2px}.tf-checkbox-label{font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.9);flex:1;-webkit-user-select:none;user-select:none}.tf-confirmation-checkbox input[type=checkbox]:checked~.tf-checkbox-label{color:rgb(var(--color-foreground));font-weight:500}.tf-confirmation-checkbox a{color:#3b82f6;text-decoration:underline;transition:color .2s ease}.tf-confirmation-checkbox a:hover{color:#2563eb}.tf-sidebar-actions{display:flex;flex-direction:column;gap:1rem}.tf-btn-sell{width:100%;padding:1.8rem;font-size:1.7rem;font-weight:700;background:linear-gradient(135deg,#28a745,#218838);color:#fff;border:none;border-radius:1.2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #28a74540;position:relative;overflow:hidden;letter-spacing:.02em}.tf-btn-sell:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.tf-btn-sell:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-3px);box-shadow:0 8px 24px #28a74559}.tf-btn-sell:hover:not(:disabled):before{width:400px;height:400px}.tf-btn-sell:active:not(:disabled){transform:translateY(-1px)}.tf-btn-sell:disabled{opacity:.5;cursor:not-allowed;transform:none}.tf-btn-email{width:100%;padding:1.8rem;font-size:1.7rem;font-weight:600;background:transparent;color:rgb(var(--color-foreground));border:2px solid rgba(var(--color-foreground),.2);border-radius:1.2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.tf-btn-email:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:rgba(var(--color-foreground),.05);transition:left .4s ease}.tf-btn-email:hover:not(:disabled){border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.04);transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.tf-btn-email:hover:not(:disabled):before{left:100%}.tf-btn-email:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 968px){.tf-product-page{flex-direction:column}.tf-product-page__main{position:static;max-height:none;overflow-y:visible}.tf-product-sidebar{width:100%;position:static}.tf-product-header{flex-direction:column}.tf-product-image{width:100%;max-width:300px;margin:0 auto}}.tradeflow-progress{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;position:relative;padding:0 2rem}.tradeflow-progress:before{content:"";position:absolute;top:2rem;left:2rem;right:2rem;height:2px;background:rgba(var(--color-foreground),.1);z-index:0}.tradeflow-progress__step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.8rem;flex:1}.tradeflow-progress__circle{width:4rem;height:4rem;border-radius:50%;background:rgb(var(--color-background));border:3px solid rgba(var(--color-foreground),.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:600;color:rgba(var(--color-foreground),.5);transition:all .4s cubic-bezier(.4,0,.2,1)}.tradeflow-progress__step.is-active .tradeflow-progress__circle{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:scale(1.1);box-shadow:0 4px 12px #00000026}.tradeflow-progress__step.is-completed .tradeflow-progress__circle{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.tradeflow-progress__step.is-completed .tradeflow-progress__circle:after{content:"\2713";font-size:1.8rem}.tradeflow-progress__label{font-size:1.2rem;font-weight:500;color:rgba(var(--color-foreground),.6);text-align:center;transition:color .3s ease}.tradeflow-progress__step.is-active .tradeflow-progress__label{color:rgb(var(--color-foreground));font-weight:600}.tf-step{margin-bottom:4rem;opacity:0;transform:translateY(2rem);transition:opacity .5s ease,transform .5s ease;display:none}.tf-step.is-active{display:block;opacity:1;transform:translateY(0);animation:slideInUp .5s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.tf-step__header{text-align:center;margin-bottom:3rem}.tf-step__title{font-size:3.2rem;font-weight:700;margin-bottom:1rem;color:rgb(var(--color-foreground));letter-spacing:-.02em}.tf-step__subtitle{font-size:1.6rem;color:rgba(var(--color-foreground),.7);line-height:1.6}.tf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1.6rem;margin-bottom:2rem}.tf-btn{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:12rem;padding:2rem 1.6rem;border:2px solid rgba(var(--color-foreground),.15);border-radius:1.2rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.6rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;text-align:center}.tf-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--color-foreground),.05),rgba(var(--color-foreground),.02));opacity:0;transition:opacity .3s ease}.tf-btn:hover:not(.active){border-color:rgba(var(--color-foreground),.4);transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tf-btn:hover:not(.active):before{opacity:1}.tf-btn.active{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-weight:600;box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.tf-btn.active:after{content:"\2713";position:absolute;top:.8rem;right:.8rem;font-size:1.8rem;font-weight:700}.tf-btn-custom{border:2px dashed rgba(var(--color-foreground),.3);background:rgba(var(--color-foreground),.02)}.tf-btn-custom:hover:not(.active){border-color:rgba(var(--color-foreground),.5);background:rgba(var(--color-foreground),.05)}.tf-btn-custom.active{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.tf-price-box{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,rgba(var(--color-foreground),.05),rgba(var(--color-foreground),.02));border-radius:1.6rem;border:2px solid rgba(var(--color-foreground),.1);margin-bottom:3rem;animation:fadeInScale .5s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.tf-price-box__label{font-size:1.6rem;color:rgba(var(--color-foreground),.7);margin-bottom:1rem;font-weight:500}.tf-price-box__amount{font-size:4.8rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.2;letter-spacing:-.02em}.tf-payment-method{max-width:800px;margin:3rem auto;padding:2rem;background:rgba(var(--color-foreground),.02);border-radius:1.6rem;border:2px solid rgba(var(--color-foreground),.1)}.tf-payment-method__title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:rgb(var(--color-foreground))}.tf-payment-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.6rem}.tf-payment-option{position:relative;cursor:pointer}.tf-payment-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.tf-payment-option__content{padding:2rem 1.6rem;border:2px solid rgba(var(--color-foreground),.15);border-radius:1.2rem;background:rgb(var(--color-background));text-align:center;transition:all .3s ease}.tf-payment-option:hover .tf-payment-option__content{border-color:rgba(var(--color-foreground),.4);transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tf-payment-option input[type=radio]:checked+.tf-payment-option__content{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background));box-shadow:0 8px 24px #00000026}.tf-payment-option__icon{font-size:3.2rem;margin-bottom:1rem;line-height:1}.tf-payment-option__title{font-size:1.6rem;font-weight:600;margin-bottom:.8rem}.tf-payment-option__desc{font-size:1.2rem;opacity:.8;line-height:1.4}.tf-payment-details{margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(var(--color-foreground),.1)}@media (max-width: 768px){.tf-payment-options{grid-template-columns:1fr}.tf-payment-method{padding:1.6rem;margin:2rem auto}}.tf-custom-price-notice{max-width:600px;margin:4rem auto;padding:4rem 3rem;text-align:center;background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.01));border-radius:1.6rem;border:2px dashed rgba(var(--color-foreground),.2)}.tf-custom-price-icon{font-size:5rem;margin-bottom:2rem;line-height:1}.tf-custom-price-notice h3{font-size:2.4rem;font-weight:600;margin-bottom:1.2rem;color:rgb(var(--color-foreground))}.tf-custom-price-notice p{font-size:1.6rem;color:rgba(var(--color-foreground),.7);line-height:1.6}@media (max-width: 768px){.tf-custom-price-notice{padding:3rem 2rem;margin:2rem auto}.tf-custom-price-icon{font-size:4rem;margin-bottom:1.5rem}.tf-custom-price-notice h3{font-size:2rem}.tf-custom-price-notice p{font-size:1.4rem}}.tf-actions{display:flex;gap:1.6rem;justify-content:center;align-items:center;margin-top:3rem}.tf-btn-back{padding:1.4rem 2.8rem;font-size:1.5rem;font-weight:500;border:2px solid rgba(var(--color-foreground),.2);border-radius:1rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.8rem}.tf-btn-back:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.03);transform:translate(-4px)}.tf-btn-back .svg-wrapper{width:1.6rem;height:1.6rem}.tf-submit-btn{padding:1.6rem 4rem;font-size:1.6rem;font-weight:600;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;min-width:20rem}.tf-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #0003}.tf-submit-btn:active:not(:disabled){transform:translateY(0)}.tf-submit-btn:disabled{opacity:.5;cursor:not-allowed}.tf-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s ease}.tf-modal.is-open{opacity:1;visibility:visible}.tf-modal-content{background:rgb(var(--color-background));padding:4.5rem;width:100%;max-width:56rem;border-radius:2.4rem;box-shadow:0 24px 80px #0006,0 8px 24px #0003;transform:scale(.9) translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto;border:1px solid rgba(var(--color-foreground),.1);position:relative}.tf-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.5));border-radius:2.4rem 2.4rem 0 0}.tf-modal.is-open .tf-modal-content{transform:scale(1) translateY(0)}.tf-modal__header{margin-bottom:3rem;text-align:center}.tf-modal__title{font-size:2.8rem;font-weight:700;margin-bottom:.8rem;color:rgb(var(--color-foreground))}.tf-modal__subtitle{font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.tf-modal__close{position:absolute;top:2rem;right:2rem;width:4rem;height:4rem;border:none;background:rgba(var(--color-foreground),.05);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.tf-modal__close:hover{background:rgba(var(--color-foreground),.1);transform:rotate(90deg)}.tf-modal__close .svg-wrapper{width:2rem;height:2rem;color:rgb(var(--color-foreground))}.tf-form-group{margin-bottom:2rem}.tf-form-label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.8rem;color:rgb(var(--color-foreground))}.tf-form-input,.tf-form-textarea{width:100%;padding:1.6rem 2rem;font-size:1.5rem;border:2px solid rgba(var(--color-foreground),.12);border-radius:1.2rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;box-shadow:0 2px 8px #0000000a}.tf-form-input:hover,.tf-form-textarea:hover{border-color:rgba(var(--color-foreground),.2);box-shadow:0 4px 12px #0000000f}.tf-form-input:focus,.tf-form-textarea:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 4px rgba(var(--color-foreground),.1),0 4px 16px #00000014;transform:translateY(-1px)}.tf-form-textarea{min-height:12rem;resize:vertical}.tf-form-actions{display:flex;gap:1.2rem;margin-top:3rem}.tf-form-submit{flex:1;padding:1.8rem;font-size:1.7rem;font-weight:700;background:linear-gradient(135deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.9));color:rgb(var(--color-background));border:none;border-radius:1.2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #00000026;position:relative;overflow:hidden;letter-spacing:.02em}.tf-form-submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.tf-form-submit:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 24px #0003}.tf-form-submit:hover:not(:disabled):before{width:400px;height:400px}.tf-form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.tf-form-cancel{flex:1;padding:1.8rem;font-size:1.7rem;font-weight:600;background:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));border:2px solid rgba(var(--color-foreground),.15);border-radius:1.2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.tf-form-cancel:hover{background:rgba(var(--color-foreground),.08);border-color:rgba(var(--color-foreground),.3);transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.tf-loading{display:inline-block;width:2.4rem;height:2.4rem;border:3px solid rgba(var(--color-foreground),.1);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:spin .8s linear infinite;margin-left:1rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}html{scroll-behavior:smooth}.tf-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.tf-loading-overlay.is-active{opacity:1;visibility:visible}.tf-loading-spinner{width:5rem;height:5rem;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.tf-success{text-align:center;padding:5rem 2rem;animation:fadeInScale .6s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.tf-success__icon{width:10rem;height:10rem;margin:0 auto 2.5rem;background:linear-gradient(135deg,rgba(var(--color-foreground),.1),rgba(var(--color-foreground),.05));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000001a;animation:scaleIn .6s cubic-bezier(.4,0,.2,1)}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.tf-success__icon .svg-wrapper{width:5rem;height:5rem;color:rgb(var(--color-foreground))}.tf-success__title{font-size:clamp(2.2rem,4vw,3rem);font-weight:800;margin-bottom:1.5rem;color:rgb(var(--color-foreground));letter-spacing:-.02em}.tf-success__message{font-size:1.7rem;color:rgba(var(--color-foreground),.65);line-height:1.7;max-width:500px;margin:0 auto}@media screen and (max-width: 968px){.tf-product-page{flex-direction:column;gap:3rem}.tf-product-page__main{position:static;max-height:none;overflow-y:visible}.tf-product-sidebar{width:100%;position:static}.tf-product-header{flex-direction:column;gap:2.5rem;text-align:center}.tf-product-image{width:100%;max-width:320px;margin:0 auto}.tf-product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.8rem}.tf-option-buttons{gap:1rem}.tf-option-btn{padding:1.2rem 2rem;font-size:1.4rem}}@media screen and (max-width: 749px){.tradeflow-wrapper{padding:2.5rem 1.5rem}.tf-product-selection__header{margin-bottom:3rem;padding-bottom:1.5rem}.tf-product-selection__title{font-size:2.4rem}.tf-product-selection__subtitle{font-size:1.4rem}.tf-product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem}.tf-product-card{padding:1.8rem}.tf-product-card__image{height:180px;margin-bottom:1.5rem}.tf-product-card__title{font-size:1.5rem}.tf-product-card__vendor{font-size:1.2rem}.tf-btn-custom{padding:1.6rem 2.5rem;font-size:1.4rem}.tf-product-header{margin-bottom:3rem;padding-bottom:2.5rem}.tf-product-title{font-size:2.4rem}.tf-product-image{width:100%;max-width:280px;height:280px}.tf-selection-section{margin-bottom:3.5rem}.tf-selection-title{font-size:1.8rem;margin-bottom:1.5rem}.tf-option-btn{padding:1.1rem 1.8rem;font-size:1.3rem}.tf-sidebar-card{padding:2.5rem}.tf-sidebar-title{font-size:1.8rem;margin-bottom:2rem}.tf-sidebar-price{padding:2rem 1.2rem;margin:2rem 0}.tf-sidebar-price-amount{font-size:3rem}.tf-btn-sell,.tf-btn-email{padding:1.6rem;font-size:1.6rem}.tf-modal-content{padding:3rem 2rem;border-radius:2rem;max-height:95vh}.tf-modal__title{font-size:2.4rem}.tf-modal__subtitle{font-size:1.3rem}.tf-form-group{margin-bottom:1.8rem}.tf-form-input,.tf-form-textarea{padding:1.4rem 1.6rem;font-size:1.4rem}.tf-form-actions{flex-direction:column;gap:1rem}.tf-form-submit,.tf-form-cancel{width:100%;padding:1.6rem;font-size:1.6rem}.tf-success{padding:3rem 1.5rem}.tf-success__icon{width:8rem;height:8rem;margin-bottom:2rem}.tf-success__icon .svg-wrapper{width:4rem;height:4rem}.tf-success__title{font-size:2.2rem}.tf-success__message{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/tradeflow-modern.css.map */
