@charset "UTF-8";.stage-stepper{max-width:1000px;margin:2rem auto;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;--circle: 46px;--line: 2px}.stage-stepper .stage-stepper-inner{display:flex;flex-direction:column;gap:.8rem}.stage-stepper .stepper-row{display:flex;justify-content:space-between;gap:.5rem}.stage-stepper .step{text-align:center;flex:1;position:relative;cursor:pointer;min-width:80px}.stage-stepper .step .circle{width:var(--circle);height:var(--circle);border-radius:50%;margin:0 auto;border:2px solid #ccc;font-weight:700;font-size:20px;line-height:var(--circle);background:#fff;color:#222;transition:background .25s,color .2s,border .2s;position:relative;z-index:1}.stage-stepper .step .circle.active{background:#22c55e;color:#fff;border-color:#22c55e}.stage-stepper .step .label{margin-top:.45rem;font-size:1rem;color:#333;line-height:1.2;word-break:break-word;transition:color .2s}@media (prefers-color-scheme: dark){.stage-stepper .step .label{color:#f3f4f6}}.stage-stepper .step .label.active{color:#22c55e;font-weight:700}.stage-stepper .step:not(.last):after{content:"";position:absolute;top:calc(var(--circle) / 2 - var(--line) / 2);left:calc(50% + var(--circle) / 2);width:calc(100% - var(--circle));height:var(--line);background:#ccc;z-index:0}.stage-stepper.disabled .step{pointer-events:none;opacity:.5;cursor:not-allowed}@media (prefers-color-scheme: dark){.stage-stepper .step:not(.last):after{background:#475569}}@media (max-width: 650px){.stage-stepper{max-width:99vw;margin:.8rem auto;--circle: 29px}.stage-stepper .stage-stepper-inner{gap:.19rem}.stage-stepper .stepper-row{gap:.06rem}.stage-stepper .step{min-width:52px}.stage-stepper .step .circle{font-size:13px}.stage-stepper .step .label{font-size:.68rem;margin-top:.15rem}}@media (max-width: 400px){.stage-stepper .step{min-width:36px}}.category-link{text-decoration:underline;color:#1976d2;font-weight:600;cursor:pointer}.category-header{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#111827}@media (prefers-color-scheme: dark){.category-header{color:#f3f4f6}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.device-pricing{display:flex;flex-direction:column;gap:2rem;width:85%;max-width:1200px;margin:0 auto;font-size:1rem}.device-pricing .path-label{font-weight:600}@media (prefers-color-scheme: dark){.device-pricing .path-label{color:#f3f4f6}}.device-pricing__top{display:flex;gap:2rem;align-items:flex-start}.device-pricing__top-left{flex:1 1 0;display:flex;flex-direction:column;gap:1.5rem}.device-pricing__top-left .selectors{display:flex;gap:1rem}.device-pricing__top-left .selectors>div{flex:1}.device-pricing__top-left .selectors>div label{display:block;margin-bottom:.18rem;font-weight:600;font-size:.95rem;color:#3c4251}@media (prefers-color-scheme: dark){.device-pricing__top-left .selectors>div label{color:#f3f4f6}}.device-pricing__top-left .gallery{display:flex;gap:.6rem}.device-pricing__top-left .gallery .thumbnails{display:flex;flex-direction:column;gap:.4rem}.device-pricing__top-left .gallery .thumbnails img{border:2px solid #ccc;border-radius:4px;cursor:pointer;width:48px;height:48px;-o-object-fit:cover;object-fit:cover;background:#fff;transition:border-color .2s}.device-pricing__top-left .gallery .thumbnails img.active{border-color:#22c55e}.device-pricing__top-left .gallery .main-image{flex:1;display:flex;align-items:center;justify-content:center}.device-pricing__top-left .gallery .main-image img{max-width:600px;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%;background:#fff}.device-pricing__top-right{flex:1 1 0;display:flex;flex-direction:column;gap:.8rem}.device-pricing__top-right .condition-box{border:2px solid #ccc;border-radius:6px;padding:.8rem 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background-color:#fff;transition:border-color .2s,box-shadow .2s;min-width:0}.device-pricing__top-right .condition-box.selected{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e44;background-color:#f0fdf4}.device-pricing__top-right .condition-box .text{flex:1}.device-pricing__top-right .condition-box .text .title{font-weight:700;font-size:1rem}.device-pricing__top-right .condition-box .text .description{font-size:.88rem;line-height:1.4;margin-top:16px}.device-pricing__top-right .condition-box .text .description ul{list-style:disc;padding-left:1.3em;margin-left:1em}.device-pricing__top-right .condition-box .text .description li{margin:.18em 0}.device-pricing__top-right .condition-box .price{font-weight:700;font-size:1.07rem;white-space:nowrap;margin-left:1.2em}.device-pricing__bottom{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.device-pricing__bottom .device-pricing__accessories{flex:2 1;min-width:260px}.device-pricing__bottom .device-pricing__accessories h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}@media (prefers-color-scheme: dark){.device-pricing__bottom .device-pricing__accessories h3{color:#f3f4f6}}.device-pricing__bottom .device-pricing__accessories .accessory-row{display:flex;justify-content:space-between;align-items:center;padding:.55rem .8rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;font-size:.96rem}.device-pricing__bottom .device-pricing__accessories .accessory-row .buttons{display:flex;gap:.5rem}.device-pricing__bottom .device-pricing__accessories .accessory-row .buttons button{border:2px solid #ccc;background:#fff;font-weight:600;padding:.21rem .85rem;border-radius:20px;cursor:pointer;font-size:.97em;transition:all .19s}.device-pricing__bottom .device-pricing__accessories .accessory-row .buttons button.yes,.device-pricing__bottom .device-pricing__accessories .accessory-row .buttons button.no{color:#22c55e;border-color:#22c55e;background:#f0fdf4}.device-pricing__bottom .device-pricing__summary{background:#22c55e;color:#fff;border-radius:12px;padding:.7rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.device-pricing__bottom .device-pricing__summary img{width:100%;max-width:160px;border-radius:10px;box-shadow:0 2px 8px #0002;background:#fff}.device-pricing__bottom .device-pricing__summary ul{padding:0;width:100%;text-align:left}.device-pricing__bottom .device-pricing__summary ul li{background:#fff;padding:2px 4px;border-radius:3px;color:#222;font-size:1.2rem;margin:.28rem 0;display:flex;justify-content:space-between;align-items:center;min-height:1.6em;white-space:normal;gap:10px}.device-pricing__bottom .device-pricing__summary ul li strong{font-size:.89em;font-weight:600;text-wrap:nowrap!important}.device-pricing__bottom .device-pricing__summary .submit-button{background:#000;color:#fff;font-weight:500;padding:.44rem .7rem;border-radius:5px;border:none;cursor:pointer;width:100%;font-size:.99em;text-align:center;transition:background .18s;margin-bottom:.28rem}.device-pricing__bottom .device-pricing__summary .submit-button:hover{background:#222}.device-pricing__bottom .device-pricing__summary .submit-button:disabled{opacity:.65;cursor:not-allowed}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin-top:20px;justify-content:center}.category-card{display:flex;flex-direction:column;justify-content:space-between;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;overflow:hidden;text-align:center;box-shadow:0 2px 10px #1976d229;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.category-card:hover,.category-card:focus{transform:translateY(-3px);box-shadow:0 6px 18px 6px #22c55e33;border-color:#22c55e;outline:none}.category-card__media{width:100%;aspect-ratio:1/1;background:#fff;display:grid;place-items:center;padding:6px}.category-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:10px;display:block;background:#fff}.category-card__label{padding:8px 10px 10px;font-weight:700;font-size:.95rem;color:#111827;line-height:1.25;text-align:center}@media (prefers-color-scheme: dark){.category-card__label{color:#f3f4f6;background-color:#111827}}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000040;z-index:10000;display:flex;justify-content:center;align-items:center}.modal-backdrop .modal{background:#fff;padding:22px 16px;border-radius:12px;min-width:250px;max-width:98vw;box-shadow:0 6px 32px 2px #0002}.modal-backdrop .modal h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.modal-backdrop .modal input[type=email]{width:100%;font-size:1em;margin-top:12px;padding:8px;border-radius:6px;border:1px solid #ccc}.modal-backdrop .modal .modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.modal-backdrop .modal .modal-actions button{padding:8px 16px;border-radius:6px;border:none;font-weight:600;font-size:1em;cursor:pointer}.modal-backdrop .modal .modal-actions button.cancel{background:#aaa;color:#fff}.modal-backdrop .modal .modal-actions button.send{background:#1976d2;color:#fff}@media (max-width: 1050px){.device-pricing{width:99%}.device-pricing__top,.device-pricing__bottom{flex-direction:column;gap:1.1rem}.device-pricing__summary{max-width:98vw;min-width:0}}@media (max-width: 650px){.device-pricing{width:90vw;padding:0;font-size:.97rem;gap:1.1rem}.device-pricing__top,.device-pricing__bottom{flex-direction:column;gap:.45rem}.device-pricing__summary{padding:.64rem .35rem;gap:.4rem;min-width:0;max-width:100vw;margin:0 auto}.device-pricing__summary img{max-width:88px}.device-pricing__summary ul li{font-size:.8rem;padding:2px;margin:.14rem 0;min-height:1.1em;gap:6px}.device-pricing__summary ul li.model-row .model-text{max-width:82px}.device-pricing__summary .submit-button{font-size:.87em;padding:.29rem .6rem;margin-bottom:.17rem}.device-pricing__top-right .condition-box{padding:.18rem .22rem;font-size:.83rem;margin-bottom:.16rem;width:100%}.device-pricing__top-right .condition-box .text .title{font-size:.79rem;margin-bottom:.08rem}.device-pricing__top-right .condition-box .text .description{font-size:.67rem;line-height:1.23}.device-pricing__top-right .condition-box .price{font-size:.81rem;margin-left:.42em}.device-pricing__accessories{width:100%}.device-pricing__accessories h3{font-size:.92rem;margin-bottom:.25rem}.device-pricing__accessories .accessory-row{font-size:.77rem;padding:.11rem .13rem;margin-bottom:.12rem;border-radius:5px}.device-pricing__accessories .accessory-row .buttons button{font-size:.79em;padding:.06rem .36rem}.category-tile-grid{gap:9px;margin-top:8px}.category-tile{flex:1 1 70px;min-width:55px;font-size:.8rem;padding:8px 4px}.accessory-row{flex-direction:column!important;align-items:stretch!important;gap:.35rem!important}.accessory-row input[type=file]{display:block;width:100%!important;margin-top:.3em;margin-left:0!important;box-sizing:border-box}.accessory-row .buttons{flex-wrap:wrap;width:100%}.accessory-row .buttons button{width:48%;min-width:90px;margin-bottom:3px}.accessory-row span{display:block;margin-top:.25em;word-break:break-all}}@media (max-width: 430px){.device-pricing{font-size:.87rem;width:90vw;gap:.6rem}.device-pricing__summary{padding:.35rem .03rem}.device-pricing__summary ul li{font-size:.73rem!important}.device-pricing__summary ul li.model-row .model-text{max-width:48px}.device-pricing__summary img{max-width:60px}.device-pricing__summary .submit-button{font-size:.76em}.device-pricing__top-right .condition-box{padding:.09rem .07rem;font-size:.69rem}.device-pricing__top-right .condition-box .text .title{font-size:.66rem}.device-pricing__top-right .condition-box .text .description{font-size:.58rem}.device-pricing__top-right .condition-box .price{font-size:.65rem}.device-pricing__accessories h3{font-size:.74rem}.device-pricing__accessories .accessory-row{font-size:.8rem!important;padding:.04rem .03rem}.device-pricing__accessories .accessory-row .buttons button{font-size:.67em;padding:.01rem .18rem}}.gallery-btn{position:absolute;top:8px;right:12px;z-index:3;width:34px;height:34px;padding:0;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1.5px 8px #1976d210;cursor:pointer;transition:box-shadow .14s,border-color .16s,transform .15s,background .16s;outline:none}.gallery-btn:hover,.gallery-btn:focus{border-color:#22c55e;background:#e8f5e9;box-shadow:0 8px 18px #22c55e50;transform:scale(1.11)}.gallery-btn .gallery-btn-tooltip{visibility:hidden;opacity:0;position:absolute;top:120%;left:50%;transform:translate(-50%);background:#222;color:#fff;padding:.35em .95em;font-size:.98em;border-radius:6px;white-space:nowrap;pointer-events:none;transition:opacity .16s;z-index:999}.gallery-btn:hover .gallery-btn-tooltip,.gallery-btn:focus .gallery-btn-tooltip{visibility:visible;opacity:1}@media (max-width: 650px){.gallery-btn{width:30px;height:30px;top:7px;right:7px}.gallery-btn svg{width:20px;height:20px}.gallery-btn .gallery-btn-tooltip{font-size:.9em}}html,body{height:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}@media (max-width: 650px){input,select,textarea,button{font-size:16px!important;line-height:1.2}}.device-pricing{width:min(100%,1200px);padding-inline:clamp(8px,3.5vw,24px);margin:0 auto;font-size:clamp(.95rem,.9rem + .25vw,1rem)}.device-pricing__top>*,.device-pricing__bottom>*{min-width:0}.device-pricing__top{display:grid;grid-template-columns:1fr 1fr;gap:clamp(.8rem,2.5vw,2rem)}@media (max-width: 900px){.device-pricing__top{grid-template-columns:1fr}}.device-pricing__top-left .gallery{display:grid;grid-template-columns:auto 1fr;gap:.6rem}.device-pricing__top-left .gallery .main-image img{width:100%;height:auto;max-width:none;border-radius:8px;display:block}.device-pricing__top-left .gallery .thumbnails{display:flex;flex-direction:column;gap:.4rem;min-width:48px}@media (max-width: 650px){.device-pricing__top-left .gallery{grid-template-columns:1fr}.device-pricing__top-left .gallery .thumbnails{flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.device-pricing__top-left .gallery .thumbnails img{flex:0 0 48px}}.device-pricing__top-right .condition-box{display:grid;grid-template-columns:1fr auto;align-items:start;gap:.6rem 1rem}.device-pricing__top-right .condition-box .text{min-width:0}.device-pricing__top-right .condition-box .price{white-space:nowrap;align-self:center}@media (max-width: 650px){.device-pricing__top-right .condition-box{grid-template-columns:1fr;gap:.35rem}.device-pricing__top-right .condition-box .price{justify-self:start;white-space:normal;font-weight:700}}.device-pricing__bottom{display:grid;grid-template-columns:2fr 1fr;gap:clamp(.8rem,2.8vw,2rem)}@media (max-width: 1050px){.device-pricing__bottom{grid-template-columns:1fr}}.device-pricing__summary{width:100%;max-width:420px;justify-self:end}@media (max-width: 1050px){.device-pricing__summary{max-width:100%;justify-self:stretch}}.device-pricing__summary ul li{word-break:break-word}@media (max-width: 650px){.device-pricing__summary ul li.model-row .model-text{max-width:120px}}.device-pricing__accessories .accessory-row{gap:.5rem;flex-wrap:wrap}.device-pricing__accessories .accessory-row .buttons button{min-height:44px;min-width:44px}.device-pricing__accessories .accessory-row span{word-break:break-word}.modal-backdrop .modal{width:min(560px,92vw);padding-bottom:calc(22px + env(safe-area-inset-bottom,0))}@media (max-width: 1050px){.device-pricing{width:100%}}@media (max-width: 650px){.device-pricing{width:100%;padding-inline:12px}.device-pricing__summary .submit-button{position:sticky;bottom:calc(env(safe-area-inset-bottom,0) + 8px);z-index:5}}.gallery-btn{border:1px solid #e5e7eb;border-radius:8px}@media (max-width: 650px){.gallery-btn{right:10px}}.customer-form{max-width:1200px;margin:40px auto;background:#fafafa;border-radius:20px;padding:32px 32px 24px;box-shadow:0 2px 10px #0000000f}.customer-form .section-title{font-size:2rem;font-weight:700;margin:40px 0 18px;text-align:center}.customer-form .form-section{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:36px}.customer-form .form-section.personal input,.customer-form .form-section.personal select,.customer-form .form-section.contact input,.customer-form .form-section.contact select,.customer-form .form-section.personal .field,.customer-form .form-section.contact .field{flex:1 1 200px;min-width:220px;max-width:350px}.customer-form .form-section.personal,.customer-form .form-section.contact{justify-content:center}.customer-form .form-section.device{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-end}.customer-form .form-section.device .imei-field{flex:1 1 350px;display:flex;flex-direction:column}.customer-form .form-section.device .imei-field input{margin-bottom:5px}.customer-form .form-section.device .imei-field .imei-note{font-size:.85rem;color:#555;padding-left:2px}.customer-form .form-section.device input[name=note]{flex:2 1 600px;min-width:400px}.customer-form input,.customer-form select{font-size:1.15rem;padding:16px 14px;border:2px solid #222;border-radius:10px;background:#fff;outline:none;transition:border-color .2s;margin-bottom:0;box-sizing:border-box}.customer-form input:focus,.customer-form select:focus{border-color:#1565c0}.customer-form input:disabled,.customer-form select:disabled{opacity:.7;cursor:not-allowed}.customer-form input::-moz-placeholder{color:#222;opacity:.8;letter-spacing:1px;font-size:1rem}.customer-form input::placeholder{color:#222;opacity:.8;letter-spacing:1px;font-size:1rem}.customer-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;padding-right:42px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px}.customer-form select::-ms-expand{display:none}.customer-form .submit-btn{margin:28px auto 0;display:block;padding:15px 55px;font-size:1.2rem;background:#1565c0;color:#fff;border:none;border-radius:12px;font-weight:600;letter-spacing:2px;box-shadow:0 2px 8px #1565c017;cursor:pointer;transition:background .2s}.customer-form .submit-btn:hover{background:#104480}.mini-buyout-summary{display:flex;align-items:center;justify-content:flex-start;gap:18px;margin:0 auto 20px;max-width:430px;background:#f6fafc;border-radius:13px;padding:14px 16px 14px 12px;box-shadow:0 2px 8px #1e468212}.mini-buyout-summary .mini-summary-img{width:150px;-o-object-fit:contain;object-fit:contain;border-radius:8px;background:#e2e8f0;box-shadow:0 2px 6px #0001;flex-shrink:0}.mini-buyout-summary .mini-summary-details{flex:1;min-width:0;font-size:1.03rem;display:flex;flex-direction:column;gap:3px}.mini-buyout-summary .mini-summary-details .mini-summary-title{font-weight:700;font-size:1.09rem;margin-bottom:2px;color:#1976d2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}@media (max-width: 500px){.mini-buyout-summary{align-items:flex-start;gap:7px;max-width:99vw;padding:8px 8vw 8px 4vw}.mini-buyout-summary .mini-summary-img{width:80px}.mini-buyout-summary .mini-summary-details{font-size:.99rem}.mini-buyout-summary .mini-summary-details .mini-summary-title{font-size:1rem;max-width:150px}}.customer-form input[type=date]{height:54px;padding:0 14px;line-height:54px}@supports (-webkit-touch-callout: none){.field.ios-date input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #222;border-radius:10px;background:#fff;color:#222;box-sizing:border-box;width:100%;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px;padding-right:42px}.field.ios-date input[type=date]::-webkit-calendar-picker-indicator,.field.ios-date input[type=date]::-webkit-clear-button,.field.ios-date input[type=date]::-webkit-inner-spin-button{display:none}.field.ios-date input[type=date]{font-size:16px}}@media (prefers-color-scheme: dark){.field.ios-date label{color:#f3f4f6}@supports (-webkit-touch-callout: none){.field.ios-date input[type=date]{background:#111;color:#f3f4f6;border-color:#444}}}.customer-form{--field-h: 54px;--field-px: 14px}.customer-form input,.customer-form select{height:var(--field-h);padding:0 var(--field-px);line-height:var(--field-h)}.field.ios-date input[type=date]{height:var(--field-h);padding:0 var(--field-px);line-height:var(--field-h);box-sizing:border-box;width:100%}.field.ios-date input[type=date]::-webkit-datetime-edit,.field.ios-date input[type=date]::-webkit-datetime-edit-fields-wrapper,.field.ios-date input[type=date]::-webkit-datetime-edit-text,.field.ios-date input[type=date]::-webkit-datetime-edit-month-field,.field.ios-date input[type=date]::-webkit-datetime-edit-day-field,.field.ios-date input[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0;line-height:1}.field.ios-date input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:12px;opacity:.85}@supports (-webkit-touch-callout: none){.field.ios-date input[type=date]{font-size:16px}}.field.ios-date{display:flex;flex-direction:column}.field.ios-date label{font-weight:600;letter-spacing:.02em;font-size:.95rem;margin:0 0 6px 4px;color:#222}.field.ios-date .date-control{position:relative}.field.ios-date .date-native{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.field.ios-date .date-display{position:relative;z-index:1;height:54px;padding:0 42px 0 14px;border:2px solid #222;border-radius:10px;background:#fff;color:#222;font-size:1.15rem;box-sizing:border-box;width:100%;display:flex;align-items:center;transition:border-color .2s}.field.ios-date .date-display.placeholder{color:#222;opacity:.8;letter-spacing:1px;font-size:1rem}.field.ios-date .date-display:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");background-size:16px 16px;background-repeat:no-repeat}.field.ios-date .date-control:focus-within .date-display{border-color:#1565c0}.form-section.personal .field,.form-section.contact .field{flex:1 1 200px;min-width:220px;max-width:350px}.summary-container{max-width:850px;margin:40px auto 60px;background:#fff;border-radius:18px;box-shadow:0 4px 20px #00000014;padding:38px 32px 32px;display:flex;flex-direction:column;gap:38px}.summary-container .summary-section{background:#f8fafc;border-radius:12px;padding:22px 20px;margin-bottom:0;box-shadow:0 1px 8px #1565c00a}.summary-container .summary-section.device-section{display:flex;align-items:center;gap:38px}.summary-container .summary-section.device-section .device-img-wrapper{flex:0 0 200px}.summary-container .summary-section.device-section .device-img-wrapper img{width:190px;height:190px;-o-object-fit:contain;object-fit:contain;border-radius:16px;background:#e3e8f0}.summary-container .summary-section.device-section .device-info{flex:1;display:flex;flex-direction:column;gap:14px}.summary-container .summary-section.device-section .device-info h2{margin-bottom:8px;font-size:1.45rem;font-weight:700}.summary-container .summary-section.device-section .device-info div{font-size:1.08rem}.summary-container .summary-section.accessories-section h3,.summary-container .summary-section.customer-section h3,.summary-container .summary-section.price-section h3{font-size:1.15rem;font-weight:600;margin-bottom:16px}.summary-container .summary-section.accessories-section ul,.summary-container .summary-section.customer-section ul,.summary-container .summary-section.price-section ul{list-style:disc inside;margin:0;padding-left:14px}.summary-container .summary-section.accessories-section ul li,.summary-container .summary-section.customer-section ul li,.summary-container .summary-section.price-section ul li{font-size:1.03rem;margin-bottom:7px}.summary-container .summary-section.customer-section .customer-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px}.summary-container .summary-section.customer-section .customer-info-grid div{font-size:1.02rem}.summary-container .summary-section.price-section .price{font-size:1.85rem;font-weight:700;color:#1565c0;margin-top:8px}.summary-container .summary-section .customer-id-section{margin-top:26px;background:#e3e8f7;border-radius:9px;padding:16px 18px;display:flex;gap:28px;font-size:1.12rem;font-weight:500}.summary-container .summary-section .customer-id-section b{font-weight:700}.summary-container .summary-section .customer-id-section div{min-width:180px}.summary-container .finish-btn{margin:30px auto 0;display:block;padding:15px 62px;font-size:1.2rem;background:#1565c0;color:#fff;border:none;border-radius:14px;font-weight:600;letter-spacing:1.6px;box-shadow:0 2px 8px #1565c01a;cursor:pointer;transition:background .18s}.summary-container .finish-btn:hover{background:#104480}.summary-container .finish-btn.disabled-finish-btn,.summary-container .finish-btn:disabled{background:#aaa!important;color:#eee!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.92}@media (max-width: 700px){.summary-container{max-width:98vw;padding:20px 7vw 30px;gap:24px}.summary-container .summary-section{padding:16px 7vw;gap:16px}.summary-container .summary-section.device-section{flex-direction:column;align-items:flex-start;gap:18px}.summary-container .summary-section.device-section .device-img-wrapper{flex:none;width:100%;display:flex;justify-content:center}.summary-container .summary-section.device-section .device-img-wrapper img{width:60vw;height:40vw;max-width:220px;max-height:160px;min-width:120px;min-height:90px}.summary-container .summary-section.device-section .device-info h2{font-size:1.12rem}.summary-container .summary-section.device-section .device-info div{font-size:.98rem}.summary-container .summary-section.customer-section .customer-info-grid{grid-template-columns:1fr;gap:10px 0}.summary-container .summary-section.customer-section .customer-info-grid div{font-size:.99rem}.summary-container .summary-section .customer-id-section{flex-direction:column;gap:8px;padding:12px 9px}.summary-container .summary-section .customer-id-section div{min-width:0}.summary-container .finish-btn{padding:13px 0;width:100%;font-size:1.05rem}}@media (max-width: 480px){.summary-container{padding:8px 2vw 18px}.summary-container .summary-section{padding:11px 3vw}.summary-container .summary-section h3{font-size:1rem}.summary-container .summary-section ul li{font-size:.92rem}.summary-container .summary-section .customer-id-section{font-size:.95rem;padding:10px 3vw}.summary-container .finish-btn{font-size:.98rem;border-radius:8px;padding:11px 0}}.declaration-section{background:#f4f8fd;border-radius:12px;padding:20px 20px 14px;box-shadow:0 1px 8px #1565c00a;margin-bottom:0}.declaration-section .section-label{font-weight:700;font-size:1.16rem;color:#1976d2;margin-bottom:15px;display:block}.declaration-section .declaration-list{display:flex;flex-direction:column;gap:17px}.declaration-section .declaration-row{display:flex;align-items:center;gap:14px;position:relative;font-size:1.06rem;padding:5px 0}.declaration-section .declaration-row input[type=checkbox]{width:20px;height:20px;accent-color:#1976d2;margin-right:7px;flex-shrink:0}.declaration-section .declaration-row span{flex:1;word-break:break-word}.declaration-section .declaration-row .declaration-info-icon{font-size:1.16em;margin-left:7px;color:#1976d2;background:#e3f2fd;border-radius:5px;width:24px;height:24px;text-align:center;line-height:24px;font-weight:600;cursor:pointer;transition:background .14s,color .14s;display:inline-block;border:1px solid #b6dafb;outline:none}.declaration-section .declaration-row .declaration-info-icon:hover,.declaration-section .declaration-row .declaration-info-icon:focus{background:#bbdefb;color:#135ea3}.declaration-section .declaration-row .declaration-instructions-btn{display:flex;align-items:center;gap:6px;background:#1976d2;color:#fff;font-size:.97rem;font-weight:600;border-radius:14px;padding:3px 14px 3px 7px;margin-left:10px;border:none;cursor:pointer;text-decoration:none;box-shadow:0 2px 7px #1976d218;transition:background .15s,box-shadow .13s,color .15s}.declaration-section .declaration-row .declaration-instructions-btn svg{margin-right:2px;flex-shrink:0}.declaration-section .declaration-row .declaration-instructions-btn:hover,.declaration-section .declaration-row .declaration-instructions-btn:focus{background:#0f54a1;color:#f3fafd;box-shadow:0 4px 15px #1976d230}.declaration-section .declaration-row .declaration-instructions-btn span{font-size:.97em;padding-top:1px}@media (max-width: 650px){.declaration-section{padding:13px 3vw 7px}.declaration-section .section-label{font-size:1.03rem;margin-bottom:8px}.declaration-section .declaration-row{font-size:.97rem}.declaration-section .declaration-row input[type=checkbox]{width:19px;height:19px}.declaration-section .declaration-row .declaration-instructions-btn{font-size:.84rem;padding:2px 10px 2px 5px;border-radius:11px!important}.declaration-section .declaration-row .declaration-instructions-btn svg{width:17px;height:17px}}.summary-section.shipping-section p{list-style-type:decimal;font-size:1.3rem;color:#374151}.summary-section.shipping-section .label-options{margin-top:.5rem;display:grid;gap:.65rem}.summary-section.shipping-section .label-option{background:#fff;border:1px solid #dbe2ea;border-radius:.5rem;padding:.65rem .8rem}.summary-section.shipping-section .label-print-cta{margin-top:.5rem}.summary-section.shipping-section .label-note{margin-top:.65rem;font-size:1.05rem;color:#1f2937}.summary-section.shipping-section .btn-print-label{padding:.55rem .95rem;border:none;border-radius:.4rem;background:#1d4ed8;color:#fff;font-weight:700;cursor:pointer;transition:background .15s ease}.summary-section.shipping-section .btn-print-label:hover{background:#1e40af}.summary-section.shipping-section .btn-print-label:disabled{background:#9ca3af;cursor:not-allowed}.summary-section.payout-section{background-color:#f0fdf4;padding:1.25rem;border-radius:.5rem;margin-top:2rem}.summary-section.payout-section h3{font-size:2rem;font-weight:600;color:#065f46;margin-bottom:.75rem}.summary-section.payout-section p{font-size:1.3rem;line-height:1.6;color:#065f46;margin-bottom:.5rem}.summary-section.payout-section p strong{font-weight:600}.summary-section.shipping-section{background-color:#f9fafb;padding:1.25rem;border-radius:.5rem;margin-top:2rem}.summary-section.shipping-section h3{margin-bottom:1rem;font-size:2rem;font-weight:600;color:#111827}.summary-section.shipping-section .shipping-deadline{background-color:#fef3c7;color:#92400e;font-size:1.4rem;padding:1rem;border-left:6px solid #f59e0b;border-radius:.375rem;margin-bottom:1.5rem;font-weight:600;line-height:1.6}.summary-section.shipping-section .shipping-steps{list-style-type:decimal;padding-left:1.5rem;font-size:1.3rem;color:#374151}.summary-section.shipping-section .shipping-steps li{margin-bottom:.75rem;line-height:1.5}.summary-section.shipping-section .shipping-steps li strong{color:#111827}.summary-section.shipping-section .shipping-steps li .highlighted-id{font-weight:700;color:#1e40af;background:#e0e7ff;padding:.1rem .4rem;border-radius:.25rem;margin-left:.2rem}.summary-section.shipping-section .shipping-steps li .highlighted-code{font-weight:700;color:#b91c1c;background:#fee2e2;padding:.1rem .4rem;border-radius:.25rem;margin-left:.2rem}.zasilkovna-cta{margin-top:12px;text-align:left}.zasilkovna-cta .btn-zasilkovna{display:inline-block;padding:12px 18px;background-color:#28a745;color:#fff;text-decoration:none;border-radius:6px;font-weight:700;font-size:14px;line-height:1;text-align:center;transition:transform .12s ease,box-shadow .12s ease}.zasilkovna-cta .btn-zasilkovna:hover{box-shadow:0 4px 12px #00000026}.zasilkovna-cta .btn-zasilkovna:active{transform:scale(.98)}.zasilkovna-cta .zasilkovna-fallback{margin-top:8px;font-size:13px}.zasilkovna-cta .zasilkovna-fallback a{color:#007bff;text-decoration:underline}.zasilkovna-cta .zasilkovna-fallback a:hover{text-decoration:none}.tracking-link{color:#1e40af;text-decoration:underline;font-weight:600}.tracking-link:hover{text-decoration:none}.tracking-guide{margin-top:10px;text-align:center}.tracking-guide img{max-width:50%;height:auto;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 2px 6px #0000001a;margin-top:8px}@media (max-width: 480px){.zasilkovna-cta{text-align:center}.zasilkovna-cta .btn-zasilkovna{display:block;width:100%}}.dashboard-header{font-weight:600;font-size:1.25rem;color:#1f2937;line-height:1.75rem}@media (prefers-color-scheme: dark){.dashboard-header{color:#f3f4f6}}.dashboard-container{padding:1rem}.dashboard-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.filters-label{font-size:.875rem;color:#374151}@media (prefers-color-scheme: dark){.filters-label{color:#f3f4f6}}.filter-select,.filter-input{border-radius:.25rem;border:1px solid #d1d5db;background-color:#fff;color:#000;padding:.5rem 2rem .5rem .75rem}.dark .filter-select,.dark .filter-input{background-color:#1f2937;color:#fff;border-color:#4b5563}.metrics-grid{display:grid;gap:1rem;margin-top:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}@media (min-width: 640px){.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (min-width: 1024px){.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.metric-card{border-radius:.75rem;padding:.75rem;box-shadow:0 0 6px #0000000d;background-color:#f3f4f6;margin-bottom:1rem}.metric-card.metric-blue{background-color:#bfdbfe}.metric-card.metric-green{background-color:#bbf7d0}.metric-card.metric-orange{background-color:#fed7aa}.metric-card.metric-indigo{background-color:#c7d2fe}.metric-icon{font-size:1.25rem}.metric-label{font-size:.75rem;color:#1e3a8a;margin-top:.5rem}.metric-value{font-size:1.25rem;font-weight:700;color:#1e40af;margin-top:.25rem}.charts-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.charts-grid{grid-template-columns:1fr 1fr}}.chart-block{display:flex;flex-direction:column;padding:1rem;border-radius:.75rem;background-color:#fff;box-shadow:0 1px 3px #0000000d}.dark .chart-block{background-color:#1f2937}.chart-title{font-weight:700;font-size:1rem;margin-bottom:.5rem;color:#1f2937}.dark .chart-title{color:#e5e7eb}.dashboard-export{margin-top:1rem}.export-button{background-color:#16a34a;color:#fff;font-weight:600;padding:.5rem 1rem;border-radius:.375rem;box-shadow:0 1px 3px #0003;transition:background-color .2s ease-in-out}.export-button:hover{background-color:#15803d}.userscharts-wrapper{margin-top:4rem;padding:0;max-width:100%}.userscharts-box{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px #0000000d;width:100%}.dark .userscharts-box{background-color:#111827}.userscharts-title{font-size:1.875rem;font-weight:800;color:#111827;margin-bottom:.75rem}.dark .userscharts-title{color:#fff}.userscharts-description{font-size:1rem;color:#4b5563;margin-bottom:2rem}.dark .userscharts-description{color:#9ca3af}.userscharts-grid{display:grid;gap:1.5rem}@media (min-width: 1024px){.userscharts-grid{grid-template-columns:repeat(3,1fr)}}.ag-actions{display:flex;flex-direction:column;gap:4px;align-items:stretch;justify-content:center;padding:0;width:100%;min-width:88px}.btn-slim{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;font-size:11px;font-weight:600;line-height:1;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;cursor:pointer;transition:background .12s ease,filter .12s ease,transform 80ms ease}.btn-slim:hover{background:#f3f4f6}.btn-slim:active{transform:translateY(1px)}.btn-slim--primary{color:#0d6efd;border-color:#0d6efd59;background:#f8fbff}.btn-slim--primary:hover{background:#eef6ff}.btn-slim--success{color:#059669;border-color:#05966959;background:#f3fcf7}.btn-slim--success:hover{background:#e9fbf2}.btn-slim.is-disabled,.btn-slim:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.2)}.ag-theme-quartz .ag-cell:has(.ag-actions){padding-top:0;padding-bottom:0}.guide-header{font-weight:700;font-size:1.5rem;line-height:2rem;color:#1f2937}@media (prefers-color-scheme: dark){.guide-header{color:#f3f4f6}}.guide-wrap{display:grid;grid-template-columns:260px 1fr;gap:1.25rem;padding:1rem}@media (max-width: 1024px){.guide-wrap{grid-template-columns:1fr}}.guide-nav{position:sticky;top:1rem;align-self:start;height:-moz-fit-content;height:fit-content;border-radius:.75rem;background:#fff;border:1px solid #e5e7eb;padding:.75rem}@media (prefers-color-scheme: dark){.guide-nav{background:#111827;border-color:#374151}}@media (max-width: 1024px){.guide-nav{display:none}}.guide-nav__title{font-weight:700;font-size:.9rem;color:#374151;padding:.25rem .5rem .5rem}@media (prefers-color-scheme: dark){.guide-nav__title{color:#e5e7eb}}.guide-nav__list{display:grid;gap:.25rem}.guide-nav__item{text-align:left;width:100%;border:0;padding:.5rem .6rem;border-radius:.5rem;font-size:.95rem;cursor:pointer;background:transparent;color:#1f2937;transition:background .12s ease,color .12s ease}.guide-nav__item:hover{background:#f3f4f6}.guide-nav__item.is-active{background:#e0e7ff;color:#1e3a8a;font-weight:700}@media (prefers-color-scheme: dark){.guide-nav__item{color:#e5e7eb}.guide-nav__item:hover{background:#1f2937}.guide-nav__item.is-active{background:#1f2a4a;color:#c7d2fe}}.guide-content{min-width:0}.guide-tabs{display:none;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}@media (max-width: 1024px){.guide-tabs{display:flex}}.guide-tab{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.9rem;cursor:pointer}.guide-tab.is-active{background:#e0e7ff;border-color:#c7d2fe;color:#1e3a8a;font-weight:700}@media (prefers-color-scheme: dark){.guide-tab{background:#111827;border-color:#374151;color:#e5e7eb}.guide-tab.is-active{background:#1f2a4a;border-color:#1f2a4a;color:#c7d2fe}}.guide-info{display:flex;gap:1rem;align-items:center;border:1px dashed #d1d5db;padding:.5rem .75rem;border-radius:.5rem;margin-bottom:1rem;font-size:.9rem;color:#374151}@media (prefers-color-scheme: dark){.guide-info{border-color:#4b5563;color:#e5e7eb}}.guide-info__error{color:#b91c1c;font-weight:700}.guide-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 2px #00000008;scroll-margin-top:88px}@media (prefers-color-scheme: dark){.guide-section{background:#111827;border-color:#374151}}.guide-section__header{margin-bottom:.5rem}.guide-section__title{margin:0;font-size:1.25rem;font-weight:800;color:#111827}@media (prefers-color-scheme: dark){.guide-section__title{color:#fff}}.guide-section__desc{margin:.25rem 0 0;font-size:.95rem;color:#4b5563}@media (prefers-color-scheme: dark){.guide-section__desc{color:#9ca3af}}.guide-callout{margin:.75rem 0 1rem;padding:.75rem;border-left:4px solid #16a34a;background:#f0fdf4;border-radius:.5rem}@media (prefers-color-scheme: dark){.guide-callout{color:#fff}}.guide-callout--info{border-left-color:#2563eb;background:#eff6ff}@media (prefers-color-scheme: dark){.guide-callout{background:#0b1c10}.guide-callout--info{background:#0b1426}}.guide-bullets{padding-left:1.25rem;margin:.5rem 0 1rem}.guide-bullets li{margin:.25rem 0;color:#374151}@media (prefers-color-scheme: dark){.guide-bullets li,.guide-subsection h4,.guide-subsection p{color:#e5e7eb}}.guide-steps{display:grid;gap:.5rem}.guide-steps details{border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;background:#fafafa}@media (prefers-color-scheme: dark){.guide-steps details li{color:#e5e7eb}.guide-steps details{background:#0f172a;border-color:#374151}}.guide-steps details summary{cursor:pointer;font-weight:700;color:#111827}@media (prefers-color-scheme: dark){.guide-steps details summary{color:#e5e7eb}}.guide-steps details p{margin:.5rem 0 0;color:#374151}@media (prefers-color-scheme: dark){.guide-steps details p{color:#cbd5e1}}.guide-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.guide-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.guide-grid{grid-template-columns:repeat(3,1fr)}}.guide-shot{margin:0}.guide-shot__frame{border:1px solid #e5e7eb;background:#fff;border-radius:.75rem;overflow:hidden;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.guide-shot__frame img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;background-color:#fff}@media (prefers-color-scheme: dark){.guide-shot__frame{background:#0b0f19;border-color:#374151}}.guide-shot__placeholder{font-size:.9rem;color:#6b7280;-webkit-user-select:none;-moz-user-select:none;user-select:none}.guide-shot__caption{font-size:.85rem;color:#4b5563;margin-top:.35rem}@media (prefers-color-scheme: dark){.guide-shot__caption{color:#9ca3af}}.guide-ordered{padding-left:1.25rem;margin:.5rem 0 1rem}.guide-ordered li{margin:.25rem 0;color:#374151}@media (prefers-color-scheme: dark){.guide-ordered li{color:#e5e7eb}}.guide-footer{display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width: 640px){.guide-footer{grid-template-columns:1fr 1fr}}.guide-footer__block{border:1px dashed #d1d5db;border-radius:.5rem;padding:.75rem}@media (prefers-color-scheme: dark){.guide-footer__block{border-color:#4b5563}}.guide-footer__block h4{margin:0 0 .25rem;font-weight:800;color:#111827}@media (prefers-color-scheme: dark){.guide-footer__block h4{color:#fff}}.guide-footer__block p{margin:0;color:#4b5563}@media (prefers-color-scheme: dark){.guide-footer__block p{color:#9ca3af}}.guide-footer__block code{background:#f3f4f6;padding:.1rem .25rem;border-radius:.25rem}@media (prefers-color-scheme: dark){.guide-footer__block code{background:#1f2937;color:#e5e7eb}}.guide-shot__img{display:block;max-width:100%;height:auto;border-radius:8px}.guide-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:1000;display:grid;grid-template-rows:1fr auto;align-items:center;justify-items:center;padding:24px}.guide-lightbox__img{max-width:95vw;max-height:85vh;-o-object-fit:contain;object-fit:contain;box-shadow:0 10px 40px #00000080;border-radius:8px}.guide-lightbox__caption{margin-top:12px;color:#e5e7eb;font-size:.95rem;text-align:center;max-width:90vw}.guide-lightbox__close{position:fixed;top:12px;right:16px;font-size:2rem;line-height:1;background:transparent;color:#fff;border:none;cursor:pointer;padding:4px 8px}.guide-lightbox__close:hover{opacity:.85}.guide-section,.guide-subsection{scroll-margin-top:88px}.admin-header{font-weight:700;font-size:1.5rem;line-height:2rem;color:#1f2937}@media (prefers-color-scheme: dark){.admin-header{color:#f3f4f6}}.tooltip-container{position:relative;display:inline-block;text-transform:none!important}.tooltip-container img{width:500px}.tooltip-bubble{position:fixed;color:#000;background-color:#fff;box-shadow:#00000059 0 5px 25px;border-radius:8px;font-size:14px;z-index:100;display:flex;flex-direction:column;align-items:start;text-align:start}.tooltip-bubble .img-container{display:flex}.tooltip-bubble .img-container__text{display:flex;flex-direction:column;justify-content:end;margin-bottom:20px}.tooltip-bubble img{width:1100px}.tooltip-bubble p{margin:4px 0}.gallery-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e293b8f;z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeInBg .15s}.gallery-popup{background:#fff;border-radius:15px;max-width:95vw;width:440px;padding:24px 22px 18px;box-shadow:0 8px 38px #0004;position:relative;display:flex;flex-direction:column;align-items:stretch;animation:fadeInModal .18s;max-height:90vh;overflow-y:auto}.gallery-title{font-size:1.13rem;font-weight:600;margin-bottom:20px;text-align:left;color:#1976d2}.gallery-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:flex-start;overflow-x:auto}.gallery-img{width:140px;height:140px;-o-object-fit:contain;object-fit:contain;border-radius:10px;background:#f3f5fa;box-shadow:0 2px 10px #0001;border:1.5px solid #e5e7eb;transition:box-shadow .15s,border-color .15s}.gallery-img.selected-gallery-img{border-color:#1976d2;box-shadow:0 4px 22px #1976d234}.gallery-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:2rem;color:#333;cursor:pointer;z-index:2;padding:2px 8px;transition:color .13s}.gallery-close:hover,.gallery-close:focus{color:#1976d2}.gallery-fullscreen-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#121826e8;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeInBg .13s}.gallery-fullscreen-img-wrapper{position:relative;display:flex;align-items:center;justify-content:center;max-width:96vw;max-height:94vh;background:transparent}.gallery-fullscreen-img{max-width:100vw;max-height:100vh;border-radius:13px;box-shadow:0 4px 30px #000b;background:#fff;display:block;margin:0 20px;transition:box-shadow .13s}.gallery-fullscreen-close{position:absolute;top:-36px;right:0;background:none;border:none;color:#fff;font-size:2.8rem;cursor:pointer;padding:2px 10px;z-index:2;filter:drop-shadow(0 2px 5px rgba(0,0,0,.6666666667));transition:color .13s}.gallery-fullscreen-close:hover,.gallery-fullscreen-close:focus{color:#e65}.gallery-arrow{background:#1e293bad;border:none;color:#fff;font-size:3.3rem;width:50px;height:72px;border-radius:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:2;opacity:.82;transition:background .14s,color .14s}.gallery-arrow:hover,.gallery-arrow:focus{background:#1976d2;color:#fff;opacity:1}.gallery-arrow.left{left:-52px}.gallery-arrow.right{right:-52px}@media (max-width: 650px){.gallery-popup{width:99vw;min-width:0;padding:12px 2px 10px;border-radius:9px;max-height:99vh}.gallery-title{font-size:1.01rem;margin-bottom:10px}.gallery-img{width:75px;height:75px;border-radius:7px}.gallery-fullscreen-img{max-width:99vw;max-height:60vh;border-radius:6px;margin:0 4px}.gallery-fullscreen-close{top:6px;right:5px;font-size:2rem;color:#fff}.gallery-arrow{width:38px;height:48px;font-size:2.2rem;border-radius:10px}.gallery-arrow.left{left:-5px}.gallery-arrow.right{right:-5px}}.refusal-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:60;padding:16px}.refusal-modal__dialog{width:100%;max-width:820px;background:#fff;color:#111827;border-radius:16px;box-shadow:0 20px 60px #00000040;overflow:hidden;animation:rm-pop .12s ease-out}@keyframes rm-pop{0%{transform:translateY(6px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.refusal-modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.refusal-modal__header h3{margin:0;font-size:1.1rem;font-weight:700}.refusal-modal__close{border:none;background:transparent;font-size:22px;line-height:1;cursor:pointer;color:#6b7280}.refusal-modal__close:hover{color:#111827}.refusal-modal__body{padding:16px 18px;max-height:70vh;overflow:auto}.refusal-modal__section{margin-bottom:16px}.refusal-modal__label{font-size:.85rem;color:#6b7280;margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.refusal-modal__text{white-space:pre-wrap;line-height:1.5}.refusal-modal__muted{color:#6b7280}.refusal-modal__photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.refusal-modal__photo-link{display:block;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.refusal-modal__photo{display:block;width:100%;height:140px;-o-object-fit:cover;object-fit:cover}.refusal-modal__footer{padding:12px 18px;border-top:1px solid #e5e7eb;background:#fafafa;display:flex;justify-content:flex-end;gap:8px}.refusal-modal__btn{background:#0d6efd;color:#fff;border:none;border-radius:10px;padding:8px 14px;font-weight:600;cursor:pointer}.refusal-modal__btn:hover{background:#0b5ed7}.ag-theme-quartz .commission-link{text-decoration:underline;cursor:pointer}.ag-theme-quartz .commission-link--disabled{color:#9ca3af;text-decoration:none;cursor:default}input[type=date]{-webkit-appearance:none}:root{color-scheme:only light}
