:root{--v3-bg:var(--tp-bg,#FFFFFF);--v3-bg2:var(--tp-bg-wash,#F9FAFB);--v3-bg3:var(--tp-bg-page,#F9FAFB);--v3-bg4:var(--tp-bg-inset,#F9FAFB);--v3-inp:var(--tp-bg,#FFFFFF);--v3-brd:var(--tp-border,#E5E7EB);--v3-brd2:var(--tp-border-strong,#D1D5DB);--v3-t1:var(--tp-text,#2D2D2D);--v3-t2:var(--tp-text-secondary,#4B5563);--v3-t3:var(--tp-text-muted,#9CA3AF);--v3-orange:var(--tp-orange,#F36F21);--v3-orange-h:var(--tp-orange-hover,#E06018);--v3-orange-bg:var(--tp-orange-wash,rgba(243,111,33,0.06));--v3-blue:var(--tp-blue,#337AB7);--v3-blue-bg:var(--tp-blue-wash,rgba(51,122,183,0.06));--v3-blue-brd:rgba(51,122,183,0.2);--v3-green:var(--tp-success,#28A745);--v3-green-bg:var(--tp-success-wash,rgba(40,167,69,0.08));--v3-red:var(--tp-error,#EF4444);--v3-r:var(--tp-radius,6px);--v3-rs:var(--tp-radius-sm,4px)}.v3-statusbar{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;margin:0 -20px;background:var(--v3-bg);border-bottom:1px solid var(--v3-brd);font-family:var(--tp-mono,"Roboto Mono",monospace);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.v3-statusbar-title{color:var(--v3-blue);display:flex;align-items:center;gap:8px}.v3-statusbar-title:before{content:"";width:8px;height:8px;background:var(--v3-blue);border-radius:var(--v3-rs,4px)}.v3-statusbar-info{color:var(--v3-t3);display:flex;align-items:center;gap:6px}.v3-statusbar-dot{width:6px;height:6px;background:var(--v3-green);border-radius:50%;animation:v3-pulse 2s ease-in-out infinite}@keyframes v3-pulse{0%,to{opacity:1}50%{opacity:.4}}.v3-configurator{font-family:Roboto,system-ui,sans-serif;font-size:14px;line-height:1.5;color:var(--v3-t1);background:var(--v3-bg);display:flex;flex-direction:column;height:100%;overflow:hidden}.v3-configurator,.v3-configurator *{box-sizing:border-box}.tp-product-configurator .tp-configurator.v3-configurator,.tp-product-configurator .tp-configurator.v3-configurator:not(.probo-v2):not(.probo-configurator),.tp-product-configurator .v3-configurator{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;grid-template-rows:none!important;align-items:stretch!important;gap:0!important;padding:0 20px 20px}.v3-configurator b,.v3-configurator strong{font-weight:600}.v3-pills{padding:12px 20px;margin:0 -20px;background:var(--v3-bg);border-bottom:1px solid var(--v3-brd)}.v3-pill,.v3-pills{display:flex;gap:4px}.v3-pill{flex:1;flex-direction:column;align-items:center;cursor:pointer;position:relative;min-width:0}.v3-pill-bar{width:100%;height:4px;background:var(--v3-brd2,#D1D5DB);border-radius:var(--v3-rs,4px);transition:background .15s ease}.v3-pill--done .v3-pill-bar{background:var(--v3-blue)}.v3-pill--active .v3-pill-bar{background:var(--v3-orange)}.v3-pill-label{font-family:var(--tp-mono,"Roboto Mono",monospace);font-size:9px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--v3-t2,#4B5563);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:color .15s ease;line-height:1.2}.v3-pill--active .v3-pill-label{color:var(--v3-orange);font-weight:600}.v3-pill--done .v3-pill-label{color:var(--v3-blue)}.v3-step-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.v3-step-title{font-size:18px;font-weight:700;color:var(--v3-t1)}.v3-step-counter{font-weight:500}.v3-step-counter,.v3-step-hint{font-size:12px;color:var(--v3-t3)}.v3-step-hint{margin-bottom:14px;line-height:1.4}.v3-step-content{flex:1;padding-right:4px;display:flex;flex-direction:column}.v3-step-content::-webkit-scrollbar{width:4px}.v3-step-content::-webkit-scrollbar-track{background:transparent}.v3-step-content::-webkit-scrollbar-thumb{background:var(--v3-brd2);border-radius:var(--v3-rs,4px)}.v3-step-content::-webkit-scrollbar-thumb:hover{background:var(--v3-brd2)}.v3-configurator .tp-mat-cards,.v3-configurator .tp-tile-grid{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;gap:6px!important;padding-right:4px;margin-top:0}.v3-configurator .tp-mat-cards::-webkit-scrollbar,.v3-configurator .tp-tile-grid::-webkit-scrollbar{width:4px}.v3-configurator .tp-mat-cards::-webkit-scrollbar-track,.v3-configurator .tp-tile-grid::-webkit-scrollbar-track{background:transparent}.v3-configurator .tp-mat-cards::-webkit-scrollbar-thumb,.v3-configurator .tp-tile-grid::-webkit-scrollbar-thumb{background:var(--v3-brd2);border-radius:var(--v3-rs,4px)}.v3-configurator .tp-mat-cards::-webkit-scrollbar-thumb:hover,.v3-configurator .tp-tile-grid::-webkit-scrollbar-thumb:hover{background:var(--v3-brd2)}.v3-configurator .tp-mat-card-shell{position:relative}.v3-configurator .tp-mat-card,.v3-configurator .tp-tile{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px;padding:11px 14px;background:var(--v3-bg3);border:2px solid var(--v3-brd);border-radius:var(--v3-r);cursor:pointer;transition:all .15s ease;width:100%!important;height:auto!important;text-align:left;position:relative;overflow:hidden;min-height:0!important}.v3-configurator .tp-mat-card-shell>.tp-mat-card{width:100%!important;height:auto!important}.v3-configurator .tp-mat-card:hover,.v3-configurator .tp-tile:hover{border-color:var(--v3-brd2);background:var(--v3-bg4)}.v3-configurator .tp-mat-card:active,.v3-configurator .tp-tile:active{transform:scale(.99)}.v3-configurator .tp-mat-card--active,.v3-configurator .tp-mat-card--active:hover,.v3-configurator .tp-tile--selected,.v3-configurator .tp-tile--selected:hover{border-color:var(--v3-blue);background:var(--v3-blue-bg)}.v3-configurator .tp-mat-card--disabled,.v3-configurator .tp-tile--disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.v3-configurator .tp-mat-card__img{min-height:0!important;display:flex!important;align-items:center;justify-content:center;overflow:hidden;background:var(--v3-brd);border-bottom:none!important;padding:0!important}.v3-configurator .tp-mat-card__img,.v3-configurator .tp-mat-card__img img{width:44px!important;height:44px!important;border-radius:var(--tp-radius,6px);flex-shrink:0}.v3-configurator .tp-mat-card__img img{max-width:44px!important;max-height:44px!important;object-fit:cover;display:block}.v3-configurator .tp-tile-img{width:44px;height:44px;border-radius:var(--tp-radius,6px);object-fit:cover;flex-shrink:0}.v3-configurator .tp-mat-card__body,.v3-configurator .tp-mat-card__content{flex:1;min-width:0;display:flex;flex-direction:row!important;align-items:center!important;justify-content:space-between;gap:10px;padding:0!important;min-height:0!important}.v3-configurator .tp-mat-card__copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.v3-configurator .tp-mat-card__name,.v3-configurator .tp-tile-name{font-size:13px;font-weight:600;color:var(--v3-t1);margin:0;line-height:1.4}.v3-configurator .tp-mat-card__max-size,.v3-configurator .tp-tile-desc,.v3-configurator .tp-tile-size{font-size:11px;color:var(--v3-t3);margin:0;line-height:1.3}.v3-configurator .tp-tile-price{font-size:12px;font-weight:600;color:var(--v3-orange);white-space:nowrap;margin-left:auto;padding-left:12px}.v3-configurator .tp-tile-price--free{color:var(--v3-green)}.v3-configurator .tp-mat-card__price{font-size:12px;font-weight:600;color:var(--v3-orange);margin-left:8px}.v3-configurator .tp-mat-card__check,.v3-configurator .tp-tile-check{width:18px;height:18px;border-radius:50%;border:2px solid var(--v3-brd2);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:0!important;color:transparent!important;order:-1;position:relative;transition:all .15s ease;background:var(--v3-inp);opacity:1!important}.v3-configurator .tp-mat-card--active .tp-mat-card__check,.v3-configurator .tp-tile--selected .tp-tile-check{border-color:var(--v3-blue);background:var(--v3-blue)}.v3-configurator .tp-mat-card--active .tp-mat-card__check:after,.v3-configurator .tp-tile--selected .tp-tile-check:after{content:"";width:8px;height:8px;border-radius:50%;background:white;position:absolute}.v3-configurator .tp-mat-card__info{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;border:1px solid var(--v3-brd2);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--v3-t3);cursor:help;transition:all .15s ease;background:transparent;z-index:10}.v3-configurator .tp-mat-card:hover .tp-mat-card__info{border-color:var(--v3-brd2);color:var(--v3-t2)}.v3-configurator .tp-chip-group{margin-top:10px;padding:12px 14px;background:var(--v3-blue-bg);border:1px solid var(--v3-blue-brd);border-radius:var(--v3-rs);display:flex;flex-wrap:wrap;gap:8px}.v3-configurator .tp-chip{padding:7px 14px;font-size:12px;border:1px solid var(--v3-brd);border-radius:var(--tp-radius,6px);background:var(--v3-inp);cursor:pointer;color:var(--v3-t2);transition:all .15s ease;white-space:nowrap;font-weight:500}.v3-configurator .tp-chip:hover{border-color:var(--v3-brd2);color:var(--v3-t1)}.v3-configurator .tp-chip--active{border-color:var(--v3-blue);color:var(--v3-blue);background:var(--v3-blue-bg);font-weight:600}.v3-configurator .tp-chip--disabled,.v3-configurator .tp-chip:disabled{opacity:.5;pointer-events:none}.v3-configurator .tp-amount-input,.v3-configurator .tp-dimension-input,.v3-configurator .tp-number-input{display:flex;flex-direction:column;gap:6px;margin:12px 0}.v3-configurator .tp-amount-input input,.v3-configurator .tp-dimension-input input,.v3-configurator .tp-number-input input,.v3-configurator input[type=number],.v3-configurator input[type=text]{background:var(--v3-inp);border:1px solid var(--v3-brd);color:var(--v3-t1);border-radius:var(--v3-rs);padding:8px 12px;font-family:Roboto,sans-serif;font-size:13px;transition:all .15s ease}.v3-configurator .tp-amount-input input:hover,.v3-configurator .tp-dimension-input input:hover,.v3-configurator .tp-number-input input:hover,.v3-configurator input[type=number]:hover,.v3-configurator input[type=text]:hover{border-color:var(--v3-brd2)}.v3-configurator .tp-amount-input input:focus,.v3-configurator .tp-dimension-input input:focus,.v3-configurator .tp-number-input input:focus,.v3-configurator input[type=number]:focus,.v3-configurator input[type=text]:focus{outline:none;border-color:var(--v3-blue);box-shadow:0 0 0 3px var(--v3-blue-bg)}.v3-configurator .tp-amount-input input::placeholder,.v3-configurator .tp-dimension-input input::placeholder,.v3-configurator .tp-number-input input::placeholder{color:var(--v3-t3)}.v3-configurator .tp-upload-zone{border:2px dashed var(--v3-brd2);background:var(--v3-inp);border-radius:var(--v3-rs);padding:24px 16px;text-align:center;cursor:pointer;transition:all .15s ease;margin:12px 0}.v3-configurator .tp-upload-zone:hover{border-color:var(--v3-blue);background:rgba(59,130,246,.05)}.v3-configurator .tp-upload-zone--drag-over{border-color:var(--v3-blue);background:var(--v3-blue-bg)}.v3-configurator .tp-upload-zone__text{font-size:13px;color:var(--v3-t2);margin:8px 0 0}.v3-configurator .tp-upload-zone__hint{font-size:11px;color:var(--v3-t3);margin:4px 0 0}.v3-configurator .tp-upload-icon{width:32px;height:32px;margin:0 auto;color:var(--v3-t2)}.v3-configurator .tp-dropdown,.v3-configurator .tp-select,.v3-configurator select{background:var(--v3-inp);border:1px solid var(--v3-brd);color:var(--v3-t1);border-radius:var(--v3-rs);font-family:Roboto,sans-serif;font-size:13px;cursor:pointer;transition:all .15s ease;width:100%;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239AA3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:18px;padding:8px 32px 8px 12px}.v3-configurator .tp-dropdown:hover,.v3-configurator .tp-select:hover,.v3-configurator select:hover{border-color:var(--v3-brd2)}.v3-configurator .tp-dropdown:focus,.v3-configurator .tp-select:focus,.v3-configurator select:focus{outline:none;border-color:var(--v3-blue);box-shadow:0 0 0 3px var(--v3-blue-bg)}.v3-configurator .tp-label,.v3-configurator label{font-size:13px;font-weight:600;color:var(--v3-t1);margin-bottom:6px;display:block}.v3-configurator .tp-label--required:after{content:" *";color:var(--v3-red)}.v3-nav{display:flex;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid var(--v3-brd)}.v3-btn-back,.v3-btn-prev{flex:1;min-height:44px;padding:10px 16px;font-size:13px;font-weight:600;border-radius:var(--v3-rs);cursor:pointer;transition:all .15s ease;border:1px solid var(--v3-brd);background:transparent;color:var(--v3-t2)}.v3-btn-back:hover,.v3-btn-prev:hover{border-color:var(--v3-brd2);color:var(--v3-t1)}.v3-btn-back:active,.v3-btn-prev:active{transform:scale(.98)}.v3-btn-forward,.v3-btn-next{flex:1;min-height:44px;padding:10px 16px;font-size:13px;font-weight:600;border-radius:var(--v3-rs);cursor:pointer;transition:all .15s ease;border:none;background:var(--v3-orange);color:white}.v3-btn-forward:hover,.v3-btn-next:hover{background:var(--v3-orange-h)}.v3-btn-forward:active,.v3-btn-next:active{transform:scale(.98)}.v3-btn-forward:disabled,.v3-btn-next:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.v3-btn-add-to-cart,.v3-btn-cart{width:100%;min-height:44px;padding:10px 16px;font-size:13px;font-weight:600;border-radius:var(--v3-rs);cursor:pointer;transition:all .15s ease;border:none;background:var(--v3-orange);color:white;display:flex;align-items:center;justify-content:center;gap:8px}.v3-btn-add-to-cart:hover,.v3-btn-cart:hover{background:var(--v3-orange-h)}.v3-btn-add-to-cart:active,.v3-btn-cart:active{transform:scale(.98)}.v3-summary{display:grid;grid-template-columns:1fr 1fr}.v3-summary-cell{align-items:center;gap:8px}.v3-summary-cell--done{color:var(--v3-t1)}.v3-summary-cell--done:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--v3-green);flex-shrink:0}.v3-summary-cell--active{color:var(--v3-t1)}.v3-summary-cell--active:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--v3-orange);flex-shrink:0}.v3-summary-cell--pending{color:var(--v3-t3);font-style:italic}.v3-summary-cell--pending:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--v3-brd2);flex-shrink:0}.v3-summary-cell__label{font-weight:500;flex:1;min-width:0}.v3-summary-cell__value{font-weight:600;white-space:nowrap}.v3-summary-cell__edit{width:16px;height:16px;opacity:0;transition:opacity .15s ease}.v3-summary-cell:hover .v3-summary-cell__edit{opacity:1}.v3-price-area{margin:auto -20px 0;padding:20px;background:var(--v3-bg);border-top:2px solid var(--v3-brd);gap:12px}.v3-price-area,.v3-price-summary{display:flex;flex-direction:column}.v3-price-summary{gap:5px;padding:14px;margin-bottom:14px;background:var(--v3-bg3,#F9FAFB);border-left:3px solid var(--v3-orange,#f36f21);border-radius:var(--v3-r,6px)}.v3-price-row{display:flex;justify-content:space-between;align-items:baseline}.v3-price-label,.v3-price-row{font-size:13px;color:var(--v3-t2)}.v3-price-value{font-family:var(--tp-mono,"Roboto Mono",monospace);font-variant-numeric:tabular-nums;font-size:13px;font-weight:500;color:var(--v3-t1)}.v3-price-row--main{padding-top:8px;margin-top:5px;border-top:1px solid var(--v3-brd)}.v3-price-row--main .v3-price-value{font-size:14px;font-weight:600;color:var(--v3-t1)}.v3-price-row--total{padding-top:10px;margin-top:6px;border-top:2px solid var(--v3-brd)}.v3-price-row--total .v3-price-label{font-size:14px;font-weight:600;color:var(--v3-t1)}.v3-price-row--total .v3-price-value{font-family:var(--tp-mono,"Roboto Mono",monospace);font-size:24px;font-weight:700;color:var(--v3-orange);letter-spacing:0}.v3-price-per-piece{font-size:12px;color:var(--v3-t3);text-align:right}.v3-price-per-piece span{font-family:var(--tp-mono,"Roboto Mono",monospace);font-weight:600}.v3-price-tax-info{font-size:11px;color:var(--v3-t3)}.v3-price-tax-info a{color:var(--v3-blue);text-decoration:none}.v3-price-tax-info a:hover{text-decoration:underline}.v3-configurator .tp-alert,.v3-configurator .tp-message{padding:10px 12px;border-radius:var(--v3-rs);font-size:12px;margin:8px 0;display:flex;gap:8px;align-items:flex-start}.v3-configurator .tp-alert--info{background:var(--v3-blue-bg);border:1px solid var(--v3-blue-brd);color:var(--v3-t1)}.v3-configurator .tp-alert--warning{background:rgba(243,111,33,.1);border:1px solid rgba(243,111,33,.3);color:var(--v3-t1)}.v3-configurator .tp-alert--error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:var(--v3-red)}.v3-configurator .tp-alert--success{background:var(--v3-green-bg);border:1px solid rgba(34,197,94,.3);color:var(--v3-t1)}.v3-alert-icon{width:16px;height:16px;flex-shrink:0;margin-top:2px}.v3-configurator .tp-configurator--loading{background:var(--v3-bg)}.v3-configurator .tp-skeleton,.v3-configurator .tp-skeleton-item{background:var(--v3-bg3);animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:var(--v3-rs)}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.v3-configurator .tp-skeleton-text{height:12px;margin-bottom:8px}.v3-configurator .tp-skeleton-card{height:60px;margin-bottom:6px}.v3-scroll-wrap{position:relative}.v3-scroll-wrap:after{content:"";position:absolute;bottom:0;left:0;right:0;height:24px;background:var(--v3-bg);box-shadow:0 -8px 16px var(--v3-bg);pointer-events:none;opacity:0;transition:opacity .15s ease}.v3-scroll-wrap.has-scroll:after{opacity:1}.v3-configurator .tp-step-header,.v3-configurator .tp-step-label{display:none}.v3-configurator .tp-divider,.v3-configurator hr{border:none;border-top:1px solid var(--v3-brd);margin:12px 0}.v3-configurator input[type=checkbox],.v3-configurator input[type=radio]{appearance:none;width:18px;height:18px;border:2px solid var(--v3-brd2);border-radius:50%;cursor:pointer;background:var(--v3-inp);transition:all .15s ease;flex-shrink:0}.v3-configurator input[type=checkbox]{border-radius:var(--tp-radius,6px)}.v3-configurator input[type=checkbox]:hover,.v3-configurator input[type=radio]:hover{border-color:var(--v3-brd2)}.v3-configurator input[type=checkbox]:checked,.v3-configurator input[type=radio]:checked{background:var(--v3-blue);border-color:var(--v3-blue)}.v3-configurator input[type=checkbox]:checked:after,.v3-configurator input[type=radio]:checked:after{content:"";width:8px;height:8px;background:white;border-radius:50%;position:absolute}.v3-configurator :focus-visible{outline:2px solid var(--v3-blue);outline-offset:2px}@media (max-width:900px){.v3-configurator{font-size:13px}.v3-configurator .tp-mat-card,.v3-configurator .tp-tile{padding:9px 12px;gap:10px}.v3-configurator .tp-mat-card__name,.v3-configurator .tp-tile-name{font-size:12px}.v3-step-title{font-size:16px}.v3-configurator .tp-mat-card__img,.v3-configurator .tp-mat-card__img img{width:40px;height:40px}.v3-summary{grid-template-columns:1fr}.v3-summary-cell{border-right:none!important}.v3-summary-cell:last-child{border-bottom:none!important}}@media (max-width:600px){.v3-configurator{font-size:12px}.v3-step-title{font-size:14px}.v3-nav{flex-direction:column;gap:8px}.v3-btn-back,.v3-btn-cart,.v3-btn-next{flex:1 1 auto}.v3-price-row{flex-direction:column;align-items:flex-start;gap:6px}.v3-configurator .tp-mat-cards,.v3-configurator .tp-tile-grid{max-height:300px}}.v3-hidden{display:none!important}.v3-invisible{visibility:hidden;height:0;padding:0;margin:0}.v3-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.v3-text-center{text-align:center}.v3-text-right{text-align:right}.v3-text-muted{color:var(--v3-t3)}.v3-text-secondary{color:var(--v3-t2)}.v3-mt-1{margin-top:4px}.v3-mt-2{margin-top:8px}.v3-mt-3{margin-top:12px}.v3-mb-1{margin-bottom:4px}.v3-mb-2{margin-bottom:8px}.v3-mb-3{margin-bottom:12px}.v3-gap-1{gap:4px}.v3-gap-2{gap:8px}.v3-gap-3{gap:12px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.v3-fade-in{animation:fade-in .2s ease}.v3-slide-in{animation:slide-in-up .3s ease}.v3-tooltip{position:relative}.v3-tooltip:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:var(--v3-bg2);color:var(--v3-t1);padding:6px 10px;border-radius:var(--tp-radius,6px);font-size:11px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:1000;border:1px solid var(--v3-brd)}.v3-tooltip:hover:before{opacity:1}.v3-configurator .tp-dialog,.v3-configurator .tp-modal{background:var(--v3-bg2);border:1px solid var(--v3-brd);border-radius:var(--v3-r);color:var(--v3-t1)}.v3-configurator .tp-dialog__header,.v3-configurator .tp-modal__header{border-bottom:1px solid var(--v3-brd);padding:12px 16px;font-weight:600}.v3-configurator .tp-dialog__body,.v3-configurator .tp-modal__body{padding:16px}.v3-configurator .tp-dialog__footer,.v3-configurator .tp-modal__footer{border-top:1px solid var(--v3-brd);padding:12px 16px;display:flex;gap:8px;justify-content:flex-end}.v3-configurator .tp-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:12px;color:var(--v3-t2)}.v3-configurator .tp-breadcrumb__item{color:var(--v3-t2)}.v3-configurator .tp-breadcrumb__item--active{color:var(--v3-t1);font-weight:600}.v3-configurator .tp-breadcrumb__separator{color:var(--v3-t3)}.v3-badge{display:inline-flex;align-items:center;padding:4px 8px;background:var(--v3-blue-bg);border:1px solid var(--v3-blue-brd);color:var(--v3-blue);border-radius:var(--tp-radius,6px);font-size:11px;font-weight:600}.v3-badge--success{background:var(--v3-green-bg);border-color:rgba(34,197,94,.3);color:var(--v3-green)}.v3-badge--warning{background:var(--v3-orange-bg);border-color:rgba(243,111,33,.3);color:var(--v3-orange)}.v3-badge--error{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:var(--v3-red)}.v3-configurator .tp-pagination{display:flex;align-items:center;justify-content:center;gap:4px;margin:12px 0}.v3-configurator .tp-pagination__item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--v3-brd);border-radius:var(--tp-radius,6px);cursor:pointer;transition:all .15s ease;font-size:12px;color:var(--v3-t2)}.v3-configurator .tp-pagination__item:hover{border-color:var(--v3-brd2);color:var(--v3-t1)}.v3-configurator .tp-pagination__item--active{background:var(--v3-blue);border-color:var(--v3-blue);color:white}.v3-configurator .tp-link,.v3-configurator a{color:var(--v3-blue);text-decoration:none;transition:color .15s ease}.v3-configurator .tp-link:hover,.v3-configurator a:hover{color:var(--v3-orange)}.v3-configurator .tp-link:active,.v3-configurator a:active{color:var(--v3-orange-h)}.v3-configurator .tp-form-group{margin-bottom:16px}.v3-configurator .tp-form-group__label{font-size:13px;font-weight:600;color:var(--v3-t1);margin-bottom:6px;display:block}.v3-configurator .tp-form-group__help{font-size:11px;color:var(--v3-t3);margin-top:4px}.v3-configurator .tp-field-error,.v3-configurator .tp-form-group__error{font-size:11px;color:var(--v3-red);margin-top:4px}.v3-configurator .tp-success-message{color:var(--v3-green);font-size:12px;font-weight:500}.v3-configurator .tp-error-message{color:var(--v3-red);font-size:12px;font-weight:500}.v3-summary{display:flex;flex-direction:column;gap:0;margin:12px 0;border:1px solid var(--v3-brd);border-radius:var(--v3-rs);overflow:hidden}.v3-summary-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;font-size:13px;font-weight:600;color:var(--v3-t1);background:var(--v3-bg3);border-bottom:1px solid var(--v3-brd)}.v3-summary-header span:last-child{font-size:11px;color:var(--v3-t3);font-weight:500}.v3-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.v3-summary-cell{padding:9px 12px;font-size:12px;border-right:1px solid var(--v3-brd);border-bottom:1px solid var(--v3-brd);cursor:pointer;transition:background .15s ease;display:flex;flex-direction:column;gap:2px}.v3-summary-cell:nth-child(2n){border-right:none}.v3-summary-cell:nth-last-child(-n+2){border-bottom:none}.v3-summary-cell:hover{background:var(--v3-bg4)}.v3-summary-label{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--v3-t3);font-weight:500}.v3-summary-dot{width:6px;height:6px;border-radius:50%;background:var(--v3-brd2);flex-shrink:0;display:inline-block}.v3-summary-cell--active .v3-summary-dot{background:var(--v3-orange)}.v3-summary-cell--done .v3-summary-dot{background:var(--v3-green)}.v3-summary-value{font-size:12px;font-weight:600;color:var(--v3-t1);padding-left:12px}.v3-nav-btn{flex:1;min-height:44px;padding:10px 16px;font-size:13px;font-weight:600;border-radius:var(--v3-rs);cursor:pointer;transition:all .15s ease;border:1px solid var(--v3-brd);background:transparent;color:var(--v3-t2)}.v3-nav-btn:hover{border-color:var(--v3-brd2);color:var(--v3-t1)}.v3-nav-btn--next{border:none;background:var(--v3-orange);color:white}.v3-nav-btn--next:hover{background:var(--v3-orange-h);color:white}.v3-nav-btn--next:active{transform:scale(.98)}.v3-nav-btn--next:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.v3-nav-btn--cart{border:none;background:var(--v3-orange);color:white;height:52px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.v3-nav-btn--cart:hover{background:var(--v3-orange-h);color:white;border-color:transparent;box-shadow:0 4px 12px rgba(243,111,33,.3)}.v3-nav-btn--cart:active{transform:scale(.99)}.v3-nav-btn--cart:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.v3-cart-btn{width:100%;height:52px;padding:0 16px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;border-radius:var(--v3-rs);cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;border:none;background:var(--v3-orange);color:white;display:flex;align-items:center;justify-content:center;gap:10px}.v3-cart-btn:hover{background:var(--v3-orange-h);box-shadow:0 4px 12px rgba(243,111,33,.3)}.v3-cart-btn:active{transform:scale(.99)}.v3-cart-btn:focus-visible{outline:2px solid var(--v3-orange);outline-offset:2px}.v3-cart-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.v3-cart-btn svg{width:18px;height:18px}.v3-cta-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px;padding:0 4px}.v3-cta-trust span{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--v3-t3)}.v3-cta-trust svg{width:12px;height:12px;color:var(--v3-green);flex-shrink:0}.v3-cta-legal{font-size:11px;color:var(--v3-t3);text-align:center;margin-top:12px;line-height:1.5;padding:10px 12px;background:var(--v3-bg2);border:1px solid var(--v3-brd);border-radius:var(--v3-r)}.v3-cta-legal a{color:var(--v3-blue);text-decoration:none;font-size:11px}.v3-cta-legal a:hover{text-decoration:underline}.v3-step-count{font-size:12px;color:var(--v3-t3);font-weight:500}.probo-section{display:flex;flex-direction:column;gap:14px}.probo-upload-section{flex:1}.probo-upload-grid{display:flex;flex-direction:column;gap:14px}.probo-upload-dropzone{border:2px dashed var(--v3-brd2);background:var(--v3-inp);border-radius:var(--v3-r);padding:20px 16px;text-align:center;cursor:pointer;transition:all .15s ease;display:flex;flex-direction:column;align-items:center;gap:8px}.probo-upload-dropzone:hover{border-color:var(--v3-blue);background:rgba(59,130,246,.05)}.probo-upload-dropzone--drag-over,.probo-upload-dropzone--dragging,.probo-upload-dropzone--uploading{border-color:var(--v3-blue);background:var(--v3-blue-bg)}.probo-upload-dropzone--uploading{cursor:wait}a.probo-upload-dropzone--login{text-decoration:none;border-style:solid;border-color:var(--v3-brd);background:var(--v3-bg3)}a.probo-upload-dropzone--login:hover{border-color:var(--v3-blue);background:var(--v3-blue-bg)}a.probo-upload-dropzone--login .probo-upload-dropzone__icon{color:var(--v3-blue);opacity:1}.probo-upload-dropzone__surface{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;cursor:pointer;outline:none}.probo-upload-dropzone__surface:focus-visible{box-shadow:0 0 0 3px rgba(51,122,183,.18)}.probo-upload-dropzone__icon{width:36px;height:36px;color:var(--v3-t2);opacity:.7}.probo-upload-dropzone__icon svg{width:100%;height:100%}.probo-upload-dropzone__eyebrow{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--v3-orange)}.probo-upload-dropzone__title{font-size:15px;font-weight:700;color:var(--v3-t1);margin:0}.probo-upload-dropzone__copy{font-size:12px;color:var(--v3-t2);line-height:1.4}.probo-upload-dropzone__cta{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--v3-blue);color:white;border-radius:var(--v3-rs);font-size:12px;font-weight:600;border:none;cursor:pointer;transition:all .15s ease;margin-top:4px}.probo-upload-dropzone__cta:hover{background:var(--tp-blue-hover,#2a6291)}.probo-upload-dropzone__cta--disabled{opacity:.65;cursor:wait;pointer-events:none}.probo-upload-dropzone__hint{line-height:1.3}.probo-upload-dropzone__hint,.probo-upload-dropzone__meta{font-size:11px;color:var(--v3-t3)}.probo-upload-dropzone__input{display:none}.probo-upload-specs{background:var(--v3-bg3);border:1px solid var(--v3-brd);border-radius:var(--v3-rs);padding:12px 14px;display:flex;flex-direction:column;gap:6px}.probo-upload-specs__title{font-size:12px;font-weight:600;color:var(--v3-t1);margin-bottom:4px}.probo-upload-specs__row{display:flex;justify-content:space-between;font-size:12px;color:var(--v3-t2);line-height:1.5}.probo-upload-specs__row b,.probo-upload-specs__row strong{color:var(--v3-t1);font-weight:600}.probo-upload-requirements{margin-top:14px;padding:12px 14px;border:1px solid var(--v3-blue-brd);border-radius:var(--v3-r);background:var(--v3-blue-bg)}.probo-upload-requirements__title{margin-bottom:8px;font-size:12px;font-weight:700;color:var(--v3-t1)}.probo-upload-requirements__list{display:grid;gap:6px;margin:0;padding-left:18px}.probo-upload-requirements__item{min-width:0;font-size:12px;line-height:1.35;color:var(--v3-t2)}.v3-configurator .konf-trust{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--v3-brd)}.v3-configurator .konf-trust>span{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--v3-t2)}.v3-configurator .konf-trust>span svg{width:16px;height:16px;color:var(--v3-green);flex-shrink:0}@media (max-width:900px){.v3-summary-grid{grid-template-columns:1fr}.v3-summary-cell{border-right:none!important}.v3-summary-cell:last-child{border-bottom:none!important}}.tp-product-configurator--teraprobo>.tp-product-rail-card,.tp-product-configurator>.tp-product-rail-card,.tp-product-configurator>.tp-upload-checklist,.tp-product-configurator>.tp-upload-checklist-card,.v3-configurator .tp-product-rail-card,.v3-configurator .tp-upload-checklist{display:none!important}.probo-upload-stack{display:flex;flex-direction:column;gap:12px}.probo-upload-stack__header{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.probo-upload-stack__title{font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#4B5563;letter-spacing:.02em;text-transform:uppercase}.probo-upload-stack__badge{display:inline-flex;align-items:center;padding:3px 8px;background:#EFF6FF;color:#337AB7;font-family:Roboto,sans-serif;font-size:11px;font-weight:500;border-radius:6px;line-height:1.4}.probo-upload-stack__backside{margin-top:4px;padding-top:12px;border-top:1px dashed #e5e7eb}.probo-file-card{position:relative;background:#FFFFFF;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.probo-file-card:hover{border-color:#E5E7EB;box-shadow:var(--tp-shadow,0 1px 6px rgba(0,0,0,.06))}.probo-file-card>.probo-file-card__label{display:block;padding:8px 14px;background:#F9FAFB;border-bottom:1px solid #e5e7eb;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#4B5563;letter-spacing:.02em;text-transform:uppercase}.probo-file-card__main{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:14px}.probo-file-card__thumb{width:64px;height:64px;border-radius:6px;overflow:hidden;background:#F9FAFB;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.probo-file-card__thumb-image{width:100%;height:100%;object-fit:cover;display:block}.probo-file-card__thumb-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#F9FAFB}.probo-file-card__ext{font-family:Roboto Mono,monospace;font-size:13px;font-weight:500;color:#337AB7;letter-spacing:.05em}.probo-file-card__info{min-width:0;display:flex;flex-direction:column;gap:4px}.probo-file-card__status{display:inline-flex;align-items:center;width:fit-content;margin-bottom:1px;padding:2px 7px;border-radius:var(--v3-rs);background:rgba(40,167,69,.08);color:var(--v3-green);font-size:11px;font-weight:700;line-height:1.25}@media (max-width:480px){.probo-upload-requirements{margin-top:10px;padding:10px 12px}.probo-upload-requirements__list{gap:4px}}.probo-file-card__name{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#2D2D2D;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.probo-file-card__meta{display:flex;flex-wrap:wrap;gap:8px;font-family:Roboto,sans-serif;font-size:12px;color:#4B5563;line-height:1.4}.probo-file-card__meta span{white-space:nowrap}.probo-file-card__meta span+span:before{content:"·";margin-right:8px;color:#9CA3AF}.probo-file-card__badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.probo-file-card__badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-family:Roboto,sans-serif;font-size:11px;font-weight:500;line-height:1.4;background:#F9FAFB;color:#4B5563}.probo-file-card__badge--success{background:#ECFDF5;color:#047857}.probo-file-card__badge--warn{background:#FFFBEB;color:#B45309}.probo-file-card__badge--error{background:#FEF2F2;color:#B91C1C}.probo-file-card__badge--info{background:#EFF6FF;color:#337AB7}.probo-file-card__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.probo-file-card__action{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;background:#FFFFFF;border:1px solid #e5e7eb;border-radius:6px;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#337AB7;cursor:pointer;transition:all .15s ease;line-height:1.4;white-space:nowrap}.probo-file-card__action:hover{background:#EFF6FF;border-color:#337AB7}.probo-file-card__action:focus-visible{outline:2px solid #337AB7;outline-offset:2px}.probo-file-card__remove{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:#FFFFFF;border:1px solid #e5e7eb;border-radius:6px;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;color:#9CA3AF;cursor:pointer;transition:all .15s ease;line-height:1}.probo-file-card__remove:hover{background:#FEF2F2;border-color:#EF4444;color:#EF4444}.probo-file-card__remove:focus-visible{outline:2px solid #EF4444;outline-offset:2px}.probo-preflight{background:#FFFFFF;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.probo-preflight__header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:12px 14px;background:#F9FAFB;border:none;border-bottom:1px solid #e5e7eb;cursor:pointer;font-family:Roboto,sans-serif;transition:background .15s ease;text-align:left}.probo-preflight__header:hover{background:#F9FAFB;filter:brightness(.98)}.probo-preflight__header:focus-visible{outline:2px solid #337AB7;outline-offset:-2px}.probo-preflight__header-left{display:flex;align-items:center;gap:10px;min-width:0}.probo-preflight__header-text{font-size:13px;font-weight:500;color:#2D2D2D;line-height:1.4;min-width:0}.probo-preflight__chevron{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#9CA3AF;font-size:0;flex-shrink:0;transition:transform .15s ease}.probo-preflight__chevron:before{content:"";display:inline-block;width:8px;height:8px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);margin-top:-3px}.probo-preflight__chevron--open{transform:rotate(180deg)}.probo-preflight__spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#337ab7;border-radius:50%;animation:probo-preflight-spin .8s linear infinite;flex-shrink:0}@keyframes probo-preflight-spin{to{transform:rotate(1turn)}}.probo-preflight__row{display:flex;gap:10px;align-items:flex-start;padding:10px 14px;border-bottom:1px solid #e5e7eb}.probo-preflight__row:last-child{border-bottom:none}.probo-preflight__row-content{flex:1;min-width:0}.probo-preflight__row-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.probo-preflight__row-label{font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#2D2D2D;line-height:1.4}.probo-preflight__row-value{font-family:Roboto Mono,monospace;font-size:12px;color:#4B5563;line-height:1.4;white-space:nowrap}.probo-preflight__row-detail{margin-top:4px;font-family:Roboto,sans-serif;font-size:12px;color:#4B5563;line-height:1.5}.probo-preflight__icon{flex-shrink:0;width:18px;height:18px;margin-top:1px}.probo-preflight__icon--pass{color:#28a745}.probo-preflight__icon--warn{color:#f59e0b}.probo-preflight__icon--fail{color:#EF4444}.probo-preflight__icon--info{color:#337AB7}.probo-preflight__checks{padding:4px 0;background:#FFFFFF}.probo-preflight__item{display:flex;gap:10px;padding:10px 14px;border-bottom:1px solid #e5e7eb}.probo-preflight__item:last-child{border-bottom:none}.probo-preflight__item--fail{background:#FEF2F2;border-left:3px solid #ef4444}.probo-preflight__item--warn{background:#FFFBEB;border-left:3px solid #f59e0b}.probo-preflight__item-copy{flex:1;min-width:0;font-family:Roboto,sans-serif;font-size:13px;line-height:1.5;color:#2D2D2D}.probo-preflight__item-copy strong{display:block;font-weight:500;margin-bottom:2px}.probo-preflight__item-copy small{display:block;margin-top:2px;font-size:12px;color:#4B5563}.probo-preflight__accepted{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;background:#ECFDF5;border-top:1px solid #d1fae5}.probo-preflight__accepted-copy{flex:1;font-family:Roboto,sans-serif;font-size:13px;line-height:1.5;color:#047857}.probo-preflight__accepted-copy strong{display:block;font-weight:500;margin-bottom:2px}.probo-preflight__bleed-choice{padding:14px;background:#FFFBEB;border-top:1px solid #fde68a}.probo-preflight__bleed-question{font-family:Roboto,sans-serif;font-size:13px;line-height:1.5;color:#2D2D2D;margin-bottom:10px}.probo-preflight__bleed-question strong{display:block;font-weight:500;margin-bottom:2px}.probo-preflight__bleed-actions{display:flex;flex-wrap:wrap;gap:8px}.probo-preflight__bleed-btn{display:inline-flex;align-items:center;padding:8px 14px;border-radius:6px;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;line-height:1.4;border:1px solid transparent;min-height:44px}.probo-preflight__bleed-btn:focus-visible{outline:2px solid #337AB7;outline-offset:2px}.probo-preflight__bleed-btn--accept{background:#FFFFFF;border-color:#E5E7EB;color:#4B5563}.probo-preflight__bleed-btn--accept:hover{background:#F9FAFB;border-color:#9CA3AF}.probo-preflight__bleed-btn--add{background:#337AB7;border-color:#337AB7;color:#FFFFFF}.probo-preflight__bleed-btn--add:hover{background:#2a6291;border-color:#2a6291}.probo-preflight__auto-bleed-loading{display:flex;align-items:center;gap:10px;padding:4px 0;font-family:Roboto,sans-serif;font-size:13px;color:#4B5563}.probo-preflight__actions{display:flex;justify-content:flex-end;padding:12px 14px;background:#F9FAFB;border-top:1px solid #e5e7eb;gap:8px}.probo-preflight__accept-btn{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;background:#FFFFFF;border:1px solid #e5e7eb;border-radius:6px;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#337AB7;cursor:pointer;transition:all .15s ease;line-height:1.4}.probo-preflight__accept-btn:hover{background:#EFF6FF;border-color:#337AB7}.probo-preflight__accept-btn:focus-visible{outline:2px solid #337AB7;outline-offset:2px}.probo-upload-error{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;background:#FEF2F2;border:1px solid #fecaca;border-radius:6px;font-family:Roboto,sans-serif;font-size:13px;line-height:1.5;color:#B91C1C}.probo-upload-error:before{content:"";flex-shrink:0;width:18px;height:18px;margin-top:1px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B91C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='8' x2='12' y2='12'/><line x1='12' y1='16' x2='12.01' y2='16'/></svg>");background-repeat:no-repeat;background-size:18px 18px}.probo-upload-error strong{display:block;font-weight:500;color:#991B1B;margin-bottom:2px}.probo-upload-error__copy{display:flex;min-width:0;flex-direction:column;gap:3px}.probo-upload-progress{display:flex;flex-direction:column;gap:6px;padding:14px;background:#F9FAFB;border:1px solid #e5e7eb;border-radius:6px}.probo-upload-progress--compact{padding:10px 12px}.probo-upload-progress--inline{width:100%;margin-bottom:12px;background:#EFF6FF;border-color:#BFDBFE}.probo-upload-progress__bar{width:100%;height:6px;background:#E5E7EB;border-radius:6px;overflow:hidden}.probo-upload-progress__fill{height:100%;background:#337AB7;border-radius:6px;transition:width .15s ease}.probo-upload-progress__text{font-family:Roboto,sans-serif;font-size:12px;color:#4B5563;line-height:1.4;text-align:center}.probo-upload-backdrop{display:flex;align-items:center;justify-content:center;padding:14px;background:rgba(249,250,251,.9);border:1px dashed #9ca3af;border-radius:6px;gap:10px}.probo-upload-backdrop__actions{display:flex;gap:8px;flex-wrap:wrap}.probo-upload-backdrop__action{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;background:#FFFFFF;border:1px solid #e5e7eb;border-radius:6px;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#337AB7;cursor:pointer;transition:all .15s ease;line-height:1.4}.probo-upload-backdrop__action:hover{background:#EFF6FF;border-color:#337AB7}.probo-upload-backdrop__action--file{background:#337AB7;border-color:#337AB7;color:#FFFFFF}.probo-upload-backdrop__action--file:hover{background:#2a6291;border-color:#2a6291;color:#FFFFFF}.probo-upload-backdrop__input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0 0 0 0)}.probo-upload-tip{margin:0;padding:0 2px;font-family:Roboto,sans-serif;font-size:12px;color:#4B5563;line-height:1.5}.probo-upload-backdrop .probo-file-card__label{display:inline-flex;padding:3px 8px;background:transparent;border:none;border-radius:6px;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#4B5563;letter-spacing:.02em;text-transform:uppercase}@media (max-width:600px){.probo-file-card__main{grid-template-columns:56px 1fr;gap:12px;padding:12px}.probo-file-card__thumb{width:56px;height:56px}.probo-file-card__actions{grid-column:1/-1;justify-content:flex-end;margin-top:4px}.probo-preflight__row-head{flex-direction:column;align-items:flex-start;gap:2px}.probo-preflight__bleed-actions{flex-direction:column;align-items:stretch}.probo-preflight__bleed-btn{justify-content:center}}.tp-product-configurator--teraprint{--tp-cfg-bg:var(--tp-bg,#FFFFFF);--tp-cfg-bg-wash:var(--tp-bg-wash,#F9FAFB);--tp-cfg-bg-inset:var(--tp-bg-inset,#F3F4F6);--tp-cfg-border:var(--tp-border,#E5E7EB);--tp-cfg-border-strong:var(--tp-border-strong,#D1D5DB);--tp-cfg-text:var(--tp-text,#2D2D2D);--tp-cfg-text-sec:var(--tp-text-secondary,#4B5563);--tp-cfg-text-muted:var(--tp-text-muted,#9CA3AF);--tp-cfg-blue:var(--tp-blue,#337AB7);--tp-cfg-blue-hover:var(--tp-blue-hover,#2A6291);--tp-cfg-blue-wash:var(--tp-blue-wash,rgba(51,122,183,0.06));--tp-cfg-orange:var(--tp-orange,#F36F21);--tp-cfg-orange-hover:var(--tp-orange-hover,#E06018);--tp-cfg-orange-wash:var(--tp-orange-wash,rgba(243,111,33,0.06));--tp-cfg-success:var(--tp-success,#28a745);--tp-cfg-error:var(--tp-error,#EF4444);--tp-cfg-warn:var(--tp-warning,#F59E0B);--tp-cfg-radius:var(--tp-radius,6px);--tp-cfg-shadow:var(--tp-shadow,0 1px 6px rgba(0,0,0,0.06));--tp-cfg-shadow-md:var(--tp-shadow-md,0 4px 16px rgba(0,0,0,0.08));--tp-cfg-font:"Roboto",system-ui,-apple-system,sans-serif;--tp-cfg-font-mono:"Roboto Mono",ui-monospace,monospace}.tp-product-configurator--teraprint .dark,.tp-product-configurator--teraprint .premium-dark,.tp-product-configurator--teraprint [data-theme]{color:var(--tp-cfg-text);background:var(--tp-cfg-bg)}