.wizard-tabs{-moz-box-lines:single;flex-wrap:nowrap;justify-content:stretch;-moz-box-align:stretch;align-items:stretch;gap:1rem;margin-bottom:1.5rem;display:flex}.wizard-tabs .item{background:#fff;border:2px solid #e9ecef;border-radius:12px;-moz-box-flex:1;flex:1 1 0;-moz-box-align:center;align-items:center;gap:.75rem;padding:1rem 1.25rem;-moz-transition:all .3s;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.04);text-decoration:none!important}.wizard-tabs .item:hover{border-color:rgba(255,130,66,.3);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08)}.wizard-tabs .item .number{color:#6c757d;background:#e9ecef;border-radius:10px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:.9375rem;font-weight:700;-moz-transition:all .3s;transition:all .3s;display:inline-flex}.wizard-tabs .item .title{color:#6c757d;font-size:.9375rem;font-weight:600;line-height:1.4;-moz-transition:all .3s;transition:all .3s}.wizard-tabs .item .help{color:#adb5bd;margin-top:.125rem;font-size:.75rem;display:block}.wizard-tabs .item.active{border-color:var(--primary-color);background:-moz-linear-gradient(315deg,rgba(255,130,66,.05) 0%,rgba(255,130,66,.02) 100%);background:linear-gradient(135deg,rgba(255,130,66,.05) 0%,rgba(255,130,66,.02) 100%);box-shadow:0 4px 20px rgba(255,130,66,.15)}.wizard-tabs .item.active .number{background:var(--primary-gradient);color:#fff;border-radius:12px;width:44px;min-width:44px;height:44px;font-size:1.125rem;box-shadow:0 4px 12px rgba(255,130,66,.3)}.wizard-tabs .item.active .title{color:var(--primary-color);font-size:1rem;font-weight:700}.wizard-tabs .item.active .help{color:#718096}.wizard-tabs .item.passed{background:-moz-linear-gradient(315deg,rgba(76,175,80,.05) 0%,rgba(76,175,80,.02) 100%);background:linear-gradient(135deg,rgba(76,175,80,.05) 0%,rgba(76,175,80,.02) 100%);border-color:#4caf50}.wizard-tabs .item.passed .number{color:#fff;background:-moz-linear-gradient(315deg,#4caf50 0%,#388e3c 100%);background:linear-gradient(135deg,#4caf50 0%,#388e3c 100%);box-shadow:0 4px 12px rgba(76,175,80,.3)}.wizard-tabs .item.passed .title{color:#388e3c}.wizard-tabs .item.passed:hover{border-color:#4caf50;box-shadow:0 4px 16px rgba(76,175,80,.2)}.wizard-tabs .item:not(:last-child):after{content:"";background:#e9ecef;border-radius:2px;width:.5rem;height:2px;position:absolute;top:50%;left:-.75rem;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.wizard-tabs .item.passed:not(:last-child):after{background:#4caf50}.wizard-back-container{-moz-box-pack:center;justify-content:center;margin-top:1.25rem;margin-bottom:1.5rem;display:flex}.wizard-back-btn{background:#f8f9fa;border:2px solid #e9ecef;border-radius:50px;-moz-box-align:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;-moz-transition:all .3s;transition:all .3s;display:inline-flex;color:#6b7280!important;text-decoration:none!important}.wizard-back-btn:hover{border-color:var(--primary-color);background:#fff;-moz-transform:translate(4px);-ms-transform:translate(4px);transform:translate(4px);box-shadow:0 4px 12px rgba(255,130,66,.15);color:var(--primary-color)!important}.wizard-back-btn:hover svg{-moz-transform:translate(4px);-ms-transform:translate(4px);transform:translate(4px)}.wizard-back-btn svg{-moz-transition:-moz-transform .3s,-ms-transform .3s,transform .3s;transition:-moz-transform .3s,-ms-transform .3s,transform .3s}@media screen and (max-width:767px){.wizard-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-flow:row;gap:.5rem;padding-bottom:.25rem;overflow-x:auto}.wizard-tabs::-webkit-scrollbar{display:none}.wizard-tabs .item{text-align:center;border-radius:10px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-flex:0;flex:none;gap:.375rem;min-width:100px;padding:.625rem .75rem}.wizard-tabs .item .number{border-radius:8px;width:28px;min-width:28px;height:28px;font-size:.75rem}.wizard-tabs .item.active .number{width:32px;min-width:32px;height:32px}.wizard-tabs .item .title{font-size:.6875rem;line-height:1.3}.wizard-tabs .item.active .title{font-size:.75rem}.wizard-tabs .item .help,.wizard-tabs .item:not(:last-child):after{display:none}.wizard-tabs .item:hover{-moz-transform:none;-ms-transform:none;transform:none}.wizard-back-container{margin-top:1rem;margin-bottom:1.25rem}.wizard-back-btn{border-radius:10px;-moz-box-pack:center;justify-content:center;width:100%;padding:.625rem 1rem;font-size:.8125rem}}@media screen and (max-width:480px){.wizard-tabs .item{min-width:85px;padding:.5rem .625rem}.wizard-tabs .item .number{width:26px;min-width:26px;height:26px;font-size:.6875rem}.wizard-tabs .item.active .number{width:30px;min-width:30px;height:30px}.wizard-tabs .item .title{font-size:.625rem}.wizard-tabs .item.active .title{font-size:.6875rem}}
.wizard-box{background:#fff;border:1px solid #e9ecef;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.wizard-box .item{background:#f8f9fa;border:2px solid transparent;border-radius:12px;-moz-box-align:center;align-items:center;gap:1rem;min-height:auto;padding:1rem 1.25rem;-moz-transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;text-decoration:none!important}.wizard-box .item:before{content:"";background:var(--primary-gradient);-moz-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;border-radius:0 0 4px 4px;width:4px;height:100%;-moz-transition:-moz-transform .3s,-ms-transform .3s,transform .3s;transition:-moz-transform .3s,-ms-transform .3s,transform .3s;position:absolute;top:0;right:0;-moz-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.wizard-box .item .number{color:#6c757d;background:#e9ecef;border-radius:10px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:.9375rem;font-weight:700;-moz-transition:all .3s;transition:all .3s;display:inline-flex}.wizard-box .item .title{color:#1a1a2e;font-size:1rem;font-weight:600;line-height:1.4;-moz-transition:all .3s;transition:all .3s}.wizard-box .item .help{color:#718096;margin-top:.25rem;font-size:.8125rem;-moz-transition:all .3s;transition:all .3s;display:block}.wizard-box .item:hover{border-color:var(--primary-color);background:#fff;-moz-transform:translate(-4px);-ms-transform:translate(-4px);transform:translate(-4px);box-shadow:0 4px 16px rgba(255,130,66,.15)}.wizard-box .item:hover:before{-moz-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.wizard-box .item:hover .number{background:var(--primary-gradient);color:#fff;-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);box-shadow:0 4px 12px rgba(255,130,66,.3)}.wizard-box .item:hover .title{color:var(--primary-color)}.wizard-box .item:hover .help{color:#4a5568}.wizard-box .item:active{-moz-transform:translate(-2px)scale(.98);-ms-transform:translate(-2px)scale(.98);transform:translate(-2px)scale(.98)}@media screen and (max-width:767px){.wizard-box{border-radius:12px;margin:0 -.25rem;padding:.75rem}.wizard-box .row{margin:0 -.375rem}.wizard-box .row>div{margin-bottom:.75rem;padding:0 .375rem}.wizard-box .item{border-radius:10px;gap:.625rem;padding:.75rem}.wizard-box .item:before{width:3px}.wizard-box .item .number{border-radius:8px;width:32px;min-width:32px;height:32px;font-size:.8125rem}.wizard-box .item .title{font-size:.8125rem;line-height:1.3}.wizard-box .item .help{margin-top:.125rem;font-size:.6875rem}.wizard-box .item:hover{-moz-transform:translate(-2px);-ms-transform:translate(-2px);transform:translate(-2px)}.wizard-box .item:hover .number{-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}}@media screen and (max-width:480px){.wizard-box{padding:.5rem}.wizard-box .item{gap:.5rem;padding:.625rem}.wizard-box .item .number{width:28px;min-width:28px;height:28px;font-size:.75rem}.wizard-box .item .title{font-size:.75rem}.wizard-box .item .help{font-size:.625rem}}
.loading-container{z-index:10000;height:4px;position:fixed;top:0;left:0;right:0}.linear-activity{background-color:#fcd6b3;width:100%;height:4px;margin:0 auto;overflow:hidden}.indeterminate{width:100%;height:100%;position:relative}.indeterminate:before{content:"";background-color:#f48403;height:100%;-moz-animation:1.5s ease-out infinite indeterminate_first;animation:1.5s ease-out infinite indeterminate_first;position:absolute}.indeterminate:after{content:"";background-color:#f7ae4f;height:100%;-moz-animation:1.5s ease-in infinite indeterminate_second;animation:1.5s ease-in infinite indeterminate_second;position:absolute}@-moz-keyframes indeterminate_first{0%{width:100%;left:-100%}to{width:10%;left:100%}}@keyframes indeterminate_first{0%{width:100%;left:-100%}to{width:10%;left:100%}}@-moz-keyframes indeterminate_second{0%{width:100%;left:-150%}to{width:10%;left:100%}}@keyframes indeterminate_second{0%{width:100%;left:-150%}to{width:10%;left:100%}}
.btn-orange{color:#fff;background:var(--primary-gradient);box-shadow:var(--shadow-orange-sm);border:none;font-weight:600;-moz-transition:all .3s;transition:all .3s}.btn-orange:hover{box-shadow:var(--shadow-orange);background:-moz-linear-gradient(315deg,#ff6b1f 0%,#ff5200 100%);background:linear-gradient(135deg,#ff6b1f 0%,#ff5200 100%);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);color:#fff!important}.btn-orange.disabled,.btn-orange:disabled{color:#aaa;background-color:#ccc;border-color:#ccc}.btn-orange:not(:disabled):not(.disabled):active,.btn-orange:not(:disabled):not(.disabled).active,.show>.btn-orange.dropdown-toggle{color:#000;background-color:#071120;border-color:#071120}.btn-orange-outline{color:var(--primary-color);border-color:var(--primary-color);border-radius:100px}.btn-orange-outline:hover{background-color:var(--primary-color);color:#fff}.btn-orange-outline.disabled,.btn-orange-outline:disabled{color:#aaa;background-color:#ccc;border-color:#ccc}.btn-orange-outline:not(:disabled):not(.disabled):active,.btn-orange-outline:not(:disabled):not(.disabled).active,.show>.btn-orange-outline.dropdown-toggle{color:#000;background-color:var(--primary-color);border-color:var(--primary-color)}.btn-blue{color:#fff;background-color:#071120;border-color:#071120}.btn-blue:hover{background-color:#071120;color:#fff!important}.btn-blue.disabled,.btn-blue:disabled{color:#aaa;background-color:#ccc;border-color:#ccc}.btn-blue:not(:disabled):not(.disabled):active,.btn-blue:not(:disabled):not(.disabled).active,.show>.btn-blue.dropdown-toggle{color:#000;background-color:#071120;border-color:#071120}.btn-blue-outline{color:#071120;border-color:#071120;border-radius:100px}.btn-blue-outline:hover{color:#fff;background-color:#071120}.btn-blue-outline.disabled,.btn-blue-outline:disabled{color:#aaa;background-color:#ccc;border-color:#ccc}.btn-blue-outline:not(:disabled):not(.disabled):active,.btn-blue-outline:not(:disabled):not(.disabled).active,.show>.btn-blue-outline.dropdown-toggle{color:#000;background-color:#071120;border-color:#071120}
#sticker{-moz-transition:all .3s;transition:all .3s}#sticker .logo{width:150px}#sticker.is-sticky .logo{width:130px}.is-sticky{z-index:1030;border-bottom:2px solid rgba(255,130,66,.15);padding:0;-moz-transition:all .3s;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 24px rgba(0,0,0,.35);background:-moz-linear-gradient(315deg,#1a1a2e 0%,#16213e 50%,#0f1922 100%)!important;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f1922 100%)!important}.is-sticky:before{content:"";pointer-events:none;background:-moz-linear-gradient(rgba(255,130,66,.03) 0%,transparent 30%,transparent 70%,rgba(255,130,66,.03) 100%);background:linear-gradient(90deg,rgba(255,130,66,.03) 0%,transparent 30%,transparent 70%,rgba(255,130,66,.03) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.is-sticky .navbar{padding-top:.5rem!important;padding-bottom:.5rem!important}.is-sticky .navbar-brand{padding-top:.25rem!important;padding-bottom:.25rem!important}.is-sticky .nav-link{padding-top:.5rem!important;padding-bottom:.5rem!important}@media (min-width:992px){.is-sticky .navbar{padding-top:.75rem!important;padding-bottom:.75rem!important}.is-sticky .navbar-brand{padding-top:.5rem!important;padding-bottom:.5rem!important}}@media (max-width:991.98px){.is-sticky .navbar{padding-top:.4rem!important;padding-bottom:.4rem!important}.is-sticky .navbar-brand{padding-top:.2rem!important;padding-bottom:.2rem!important}.is-sticky .navbar-logo{max-height:36px}}
.not-found{text-align:center}.not-found .number{letter-spacing:5vmin;text-shadow:2px -1px #000,4px -2px #0a0a0a,6px -3px #0f0f0f,8px -4px #141414,10px -5px #1a1a1a,12px -6px #1f1f1f,14px -7px #242424,16px -8px #292929;background:#fff;font:900 30vmin Consolas;position:relative}.not-found .number:before{background-color:var(--primary-color);mix-blend-mode:screen;content:"";background-image:-moz-radial-gradient(closest-side,#ffc107 100%,transparent),-moz-radial-gradient(closest-side,#e91e1e 100%,transparent);background-image:radial-gradient(closest-side,#ffc107 100%,transparent),radial-gradient(closest-side,#e91e1e 100%,transparent);background-position:-100vmin 20vmin,100vmin -25vmin;background-repeat:repeat-x;background-size:40vmin 40vmin;width:100%;height:100%;-moz-animation:10s linear infinite both moving;animation:10s linear infinite both moving;display:block;position:absolute}@-moz-keyframes moving{to{background-position:100vmin 20vmin,-100vmin -25vmin}}@keyframes moving{to{background-position:100vmin 20vmin,-100vmin -25vmin}}.not-found .text{font:400 5vmin inherit;line-height:7vmin}.not-found .text span{font-size:10vmin;line-height:15vmin}
.map-field-wrapper{margin-bottom:1rem}.map-field-label{color:#374151;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.map-field-container{border:1px solid #e5e7eb;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.map-field-readonly{margin-bottom:1rem}.map-field-map{height:300px;position:relative}.map-permission-banner{background:-moz-linear-gradient(315deg,#fef3c7 0%,#fde68a 100%);background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b;border-radius:10px;-moz-box-align:center;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;display:flex}.map-permission-icon{color:#d97706;flex-shrink:0}.map-permission-text{color:#92400e;-moz-box-flex:1;flex:1;font-size:.875rem;line-height:1.5}.map-permission-close{color:#d97706;cursor:pointer;background:rgba(217,119,6,.15);border:none;border-radius:6px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:28px;height:28px;-moz-transition:all .2s;transition:all .2s;display:flex}.map-permission-close:hover{background:rgba(217,119,6,.25)}.map-search-bar{background:#f9fafb;border-bottom:1px solid #e5e7eb;-moz-box-align:center;align-items:center;gap:8px;padding:8px 12px;display:flex}.map-search-icon{color:#9ca3af;flex-shrink:0}.map-search-input{color:#374151;background:0 0;border:none;outline:none;-moz-box-flex:1;flex:1;padding:8px 0;font-size:.9rem}.map-search-input::placeholder{color:#9ca3af}.map-search-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;-moz-transition:all .2s;transition:all .2s}.map-search-btn:hover{opacity:.9}.map-search-btn.loading{pointer-events:none;opacity:.8;min-width:70px}.map-search-btn .map-btn-spinner{border-width:2px;width:16px;height:16px}.map-center-marker{z-index:1000;pointer-events:none;color:#ef4444;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));-moz-transition:-moz-transform .15s,-ms-transform .15s,transform .15s;transition:-moz-transform .15s,-ms-transform .15s,transform .15s;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.map-center-marker.dragging{color:#dc2626;-moz-transform:translate(-50%,-110%);-ms-transform:translate(-50%,-110%);transform:translate(-50%,-110%)}.map-center-marker:after{content:"";background:rgba(0,0,0,.2);border-radius:50%;width:8px;height:8px;-moz-transition:all .15s;transition:all .15s;position:absolute;bottom:-4px;left:50%;-moz-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.map-center-marker.dragging:after{border-radius:50%;width:12px;height:4px;bottom:-8px}.map-instruction-overlay{z-index:1001;cursor:grab;background:rgba(0,0,0,.5);-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;-moz-animation:.3s fadeIn;animation:.3s fadeIn;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.map-instruction-content{color:#78350f;text-align:center;background:-moz-linear-gradient(315deg,#fbbf24 0%,#f59e0b 100%);background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:16px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;gap:12px;max-width:90%;padding:20px 32px;font-size:1rem;font-weight:600;-moz-animation:2s ease-in-out infinite pulse;animation:2s ease-in-out infinite pulse;display:flex;box-shadow:0 8px 32px rgba(0,0,0,.3)}.map-instruction-content svg{-moz-animation:1s ease-in-out infinite bounce;animation:1s ease-in-out infinite bounce}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes pulse{0%,to{-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}}@keyframes pulse{0%,to{-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}}@-moz-keyframes bounce{0%,to{-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes bounce{0%,to{-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}}.map-zoom-banner{color:#78350f;z-index:1001;pointer-events:none;background:-moz-linear-gradient(315deg,#fbbf24 0%,#f59e0b 100%);background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;-moz-animation:.3s slideDown,2s ease-in-out infinite pulseBackground;animation:.3s slideDown,2s ease-in-out infinite pulseBackground;display:flex;position:absolute;top:0;left:0;right:0;box-shadow:0 4px 12px rgba(0,0,0,.2)}@-moz-keyframes slideDown{0%{opacity:0;-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes pulseBackground{0%,to{background:-moz-linear-gradient(315deg,#fbbf24 0%,#f59e0b 100%);background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)}50%{background:-moz-linear-gradient(315deg,#fcd34d 0%,#fbbf24 100%);background:linear-gradient(135deg,#fcd34d 0%,#fbbf24 100%)}}@keyframes pulseBackground{0%,to{background:-moz-linear-gradient(315deg,#fbbf24 0%,#f59e0b 100%);background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)}50%{background:-moz-linear-gradient(315deg,#fcd34d 0%,#fbbf24 100%);background:linear-gradient(135deg,#fcd34d 0%,#fbbf24 100%)}}.map-actions{z-index:1000;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;-moz-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.map-btn{cursor:pointer;border:none;border-radius:10px;-moz-box-align:center;align-items:center;gap:6px;padding:10px 16px;font-size:.875rem;font-weight:600;-moz-transition:all .2s;transition:all .2s;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.15)}.map-btn-location{color:#374151;background:#fff}.map-btn-location:hover{background:#f3f4f6}.map-btn-location.loading{pointer-events:none;opacity:.8}.map-btn-spinner{border:2px solid #e5e7eb;border-top-color:var(--primary-color);border-radius:50%;width:18px;height:18px;-moz-animation:.8s linear infinite spin;animation:.8s linear infinite spin}@-moz-keyframes spin{to{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.map-btn-confirm{color:#fff;background:-moz-linear-gradient(315deg,#10b981 0%,#059669 100%);background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.map-btn-confirm:hover{-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.map-btn-edit{color:#fff;background:-moz-linear-gradient(315deg,#3b82f6 0%,#2563eb 100%);background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.map-btn-edit:hover{-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.map-btn-directions{color:#374151;background:#fff;padding:10px;position:absolute;bottom:16px;left:16px}.map-btn-directions:hover{background:#f3f4f6}.map-field-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;-moz-box-align:center;align-items:center;gap:6px;margin-top:8px;padding:10px 14px;font-size:.85rem;display:flex}.map-field-warning{color:#d97706;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;-moz-box-align:center;align-items:center;gap:6px;margin-top:8px;padding:10px 14px;font-size:.85rem;display:flex}.map-overlay{z-index:100000;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.none-pointer{pointer-events:none}.map-marker{margin-bottom:48px}.map-button{color:#666;cursor:pointer;background:#fff;border:none;border-radius:2px;outline:none;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:28px;height:28px;font-size:20px;font-weight:700;line-height:26px;display:flex;position:absolute;box-shadow:0 1px 4px -1px rgba(0,0,0,.3)}.current-position{text-align:center;width:300px;margin-left:auto;margin-right:auto;position:absolute;bottom:10px;left:0;right:0}.directions-link{bottom:10px;left:48px;margin:0!important}@media (max-width:576px){.map-field-map{height:250px}.map-search-bar{padding:6px 10px}.map-search-input{padding:6px 0;font-size:.85rem}.map-search-btn{padding:6px 12px;font-size:.8rem}.map-btn{padding:8px 12px;font-size:.8rem}.map-btn span{display:none}.map-btn svg{margin:0}.map-actions{bottom:12px}.map-instruction-content{gap:10px;padding:16px 24px;font-size:.9rem}.map-instruction-content svg{width:20px;height:20px}.map-zoom-banner{gap:6px;padding:10px 12px;font-size:.8rem}.map-permission-banner{gap:10px;padding:10px 12px}.map-permission-text{font-size:.8rem}}.leaflet-control-attribution,.leaflet-control-container,.leaflet-container>div:not([class]),.leaflet-container>div[class=""]{z-index:999!important}.leaflet-control-zoom{overflow:hidden;border:none!important;border-radius:12px!important;margin-top:60px!important;margin-right:12px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}.leaflet-control-zoom a{color:#374151!important;background:#fff!important;border:none!important;width:40px!important;height:40px!important;font-size:20px!important;font-weight:400!important;line-height:40px!important;-moz-transition:all .2s!important;transition:all .2s!important}.leaflet-control-zoom a:first-child{border-bottom:1px solid #e5e7eb!important;border-radius:12px 12px 0 0!important}.leaflet-control-zoom a:last-child{border-radius:0 0 12px 12px!important}.leaflet-control-zoom a:hover{color:var(--primary-color)!important;background:#f3f4f6!important}.leaflet-control-zoom a:active{background:#e5e7eb!important}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important}.leaflet-right .leaflet-control-zoom{margin-left:12px!important;margin-right:0!important}[dir=rtl] .leaflet-control-zoom{margin-left:12px!important;margin-right:0!important}@media (max-width:576px){.leaflet-control-zoom{margin-top:50px!important}.leaflet-control-zoom a{width:36px!important;height:36px!important;font-size:18px!important;line-height:36px!important}}
.order-sidebar{position:-webkit-sticky;position:sticky;top:100px}@media (max-width:991.98px){.order-sidebar{margin-top:20px;position:static}}.order-section{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:20px;-moz-transition:all .3s;transition:all .3s}.order-section:hover{box-shadow:var(--shadow-md)}.order-section-header{background:-moz-linear-gradient(315deg,#f8fafc 0%,#f1f5f9 100%);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;-moz-box-align:center;align-items:center;gap:12px;padding:16px 20px;display:flex}.order-section-icon{border-radius:10px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;display:flex}.order-section-icon.primary{color:var(--primary-color);background:-moz-linear-gradient(315deg,rgba(255,130,66,.15) 0%,rgba(255,107,31,.1) 100%);background:linear-gradient(135deg,rgba(255,130,66,.15) 0%,rgba(255,107,31,.1) 100%)}.order-section-icon.success{color:#059669;background:-moz-linear-gradient(315deg,rgba(16,185,129,.15) 0%,rgba(5,150,105,.1) 100%);background:linear-gradient(135deg,rgba(16,185,129,.15) 0%,rgba(5,150,105,.1) 100%)}.order-section-icon.info{color:#2563eb;background:-moz-linear-gradient(315deg,rgba(59,130,246,.15) 0%,rgba(37,99,235,.1) 100%);background:linear-gradient(135deg,rgba(59,130,246,.15) 0%,rgba(37,99,235,.1) 100%)}.order-section-icon.warning{color:#d97706;background:-moz-linear-gradient(315deg,rgba(245,158,11,.15) 0%,rgba(217,119,6,.1) 100%);background:linear-gradient(135deg,rgba(245,158,11,.15) 0%,rgba(217,119,6,.1) 100%)}.order-section-title{color:#1e293b;margin:0;font-size:1rem;font-weight:700}.order-section-subtitle{color:#64748b;margin:0;font-size:.8rem}.order-section-badge{border-radius:20px;margin-right:auto;padding:4px 10px;font-size:.75rem;font-weight:600}.order-section-badge.required{color:#dc2626;background:#fef2f2}.order-section-badge.optional{color:#16a34a;background:#f0fdf4}.order-section-body{padding:20px}.order-product-card{background:-moz-linear-gradient(315deg,#fffbeb 0%,#fef3c7 100%);background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;border-radius:12px;gap:16px;padding:16px;display:flex}.order-product-image{width:100px;height:100px;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;flex-shrink:0;overflow:hidden}.order-product-image img{object-fit:cover;width:100%;height:100%}.order-product-info{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-flex:1;flex:1;-moz-box-pack:center;justify-content:center;min-width:0;display:flex}.order-product-title{color:#1e293b;margin-bottom:4px;font-size:1.125rem;font-weight:700;line-height:1.4}.order-product-subtitle{color:#64748b;margin-bottom:8px;font-size:.85rem}.order-product-meta{-moz-box-lines:multiple;flex-wrap:wrap;gap:12px;font-size:.8rem;display:flex}.order-product-meta-item{color:#64748b;-moz-box-align:center;align-items:center;gap:4px;display:flex}.order-product-meta-item a{color:#2563eb!important}.order-product-price{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:end;align-items:flex-end;display:flex}.order-product-old-price{color:#94a3b8;font-size:.85rem;text-decoration:line-through}.order-product-current-price{color:var(--primary-color);font-size:1.5rem;font-weight:800}.order-product-currency{color:#64748b;font-size:.85rem;font-weight:500}.order-product-discount{color:#fff;background:-moz-linear-gradient(315deg,#10b981 0%,#059669 100%);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:6px;-moz-box-align:center;align-items:center;gap:4px;margin-top:4px;padding:4px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.order-quantity-selector{border-top:1px dashed #e2e8f0;-moz-box-align:center;align-items:center;gap:12px;margin-top:16px;padding-top:16px;display:flex}.order-quantity-label{color:#374151;font-size:.9rem;font-weight:600}.order-quantity-input{background:#fff;border:1px solid #e2e8f0;border-radius:10px;-moz-box-align:center;align-items:center;display:flex;overflow:hidden}.order-quantity-input input{text-align:center;background:0 0;border:none;width:60px;padding:10px 8px;font-size:1rem;font-weight:600}.order-quantity-input input:focus{outline:none}.order-quantity-btn{color:#374151;cursor:pointer;background:#f8fafc;border:none;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;-moz-transition:all .2s;transition:all .2s;display:flex}.order-quantity-btn:hover{background:#e2e8f0}.order-car-warning{background:-moz-linear-gradient(315deg,#fef2f2 0%,#fee2e2 100%);background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:2px solid #f87171;border-radius:16px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:16px;margin-top:20px;padding:20px;display:flex;position:relative;overflow:hidden}.order-car-warning:before{content:"";background:-moz-linear-gradient(315deg,rgba(248,113,113,.2) 0%,transparent 70%);background:linear-gradient(135deg,rgba(248,113,113,.2) 0%,transparent 70%);border-radius:0 0 0 100%;width:100px;height:100px;position:absolute;top:0;right:0}.order-car-warning-header{-moz-box-align:center;align-items:center;gap:12px;display:flex}.order-car-warning-icon{color:#fff;background:-moz-linear-gradient(315deg,#f87171 0%,#dc2626 100%);background:linear-gradient(135deg,#f87171 0%,#dc2626 100%);border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px rgba(220,38,38,.3)}.order-car-warning-title{color:#991b1b;margin:0;font-size:1.1rem;font-weight:700}.order-car-warning-text{color:#7f1d1d;background:rgba(255,255,255,.5);border-radius:10px;padding:12px 16px;font-size:.95rem;font-weight:500;line-height:1.7}.order-car-warning-btn{background:-moz-linear-gradient(315deg,#0ea5e9 0%,#0284c7 100%);background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border:none;border-radius:10px;-moz-box-pack:center;justify-content:center;align-self:flex-start;-moz-box-align:center;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;-moz-transition:all .3s;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px rgba(14,165,233,.3);color:#fff!important;text-decoration:none!important}.order-car-warning-btn:hover{-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(14,165,233,.4)}.order-address-list{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px;display:flex}.order-address-card{cursor:pointer;background:#f8fafc;border:2px solid transparent;border-radius:12px;-moz-box-align:start;align-items:flex-start;gap:12px;padding:16px;-moz-transition:all .2s;transition:all .2s;display:flex;position:relative}.order-address-card:hover{background:#f1f5f9}.order-address-card.selected{border-color:var(--primary-color);background:-moz-linear-gradient(315deg,rgba(255,130,66,.05) 0%,rgba(255,107,31,.08) 100%);background:linear-gradient(135deg,rgba(255,130,66,.05) 0%,rgba(255,107,31,.08) 100%)}.order-address-radio{opacity:0;position:absolute}.order-address-indicator{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:24px;height:24px;-moz-transition:all .2s;transition:all .2s;display:flex}.order-address-card.selected .order-address-indicator{border-color:var(--primary-color);background:var(--primary-color)}.order-address-indicator-dot{background:#fff;border-radius:50%;width:10px;height:10px;-moz-transition:-moz-transform .2s,-ms-transform .2s,transform .2s;transition:-moz-transform .2s,-ms-transform .2s,transform .2s;-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.order-address-card.selected .order-address-indicator-dot{-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.order-address-content{-moz-box-flex:1;flex:1;min-width:0}.order-address-region{color:var(--primary-color);-moz-box-align:center;align-items:center;gap:6px;margin-bottom:4px;font-size:.85rem;font-weight:600;display:flex}.order-address-full{color:#374151;font-size:.9rem;line-height:1.6}.order-address-new-btn{color:#64748b;cursor:pointer;background:#fff;border:2px dashed #cbd5e1;border-radius:12px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:.9rem;font-weight:600;-moz-transition:all .2s;transition:all .2s;display:flex}.order-address-new-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:rgba(255,130,66,.05)}.order-questions{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:24px;display:flex}.order-question{border-bottom:1px solid #e2e8f0;padding-bottom:24px}.order-question:last-child{border-bottom:none;padding-bottom:0}.order-question-text{color:#1e293b;margin-bottom:12px;font-size:1rem;font-weight:700;line-height:1.6}.order-question-answers{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px;display:flex}.order-answer-card{cursor:pointer;background:#f8fafc;border:2px solid transparent;border-radius:10px;-moz-box-align:center;align-items:center;gap:12px;padding:14px 16px;-moz-transition:all .2s;transition:all .2s;display:flex;position:relative}.order-answer-card:hover{background:#f1f5f9}.order-answer-card.selected{border-color:var(--primary-color);background:-moz-linear-gradient(315deg,rgba(255,130,66,.05) 0%,rgba(255,107,31,.08) 100%);background:linear-gradient(135deg,rgba(255,130,66,.05) 0%,rgba(255,107,31,.08) 100%)}.order-answer-radio{opacity:0;position:absolute}.order-answer-indicator{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:20px;height:20px;-moz-transition:all .2s;transition:all .2s;display:flex}.order-answer-card.selected .order-answer-indicator{border-color:var(--primary-color);background:var(--primary-color)}.order-answer-indicator-dot{background:#fff;border-radius:50%;width:8px;height:8px;-moz-transition:-moz-transform .2s,-ms-transform .2s,transform .2s;transition:-moz-transform .2s,-ms-transform .2s,transform .2s;-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.order-answer-card.selected .order-answer-indicator-dot{-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.order-answer-text{color:#374151;-moz-box-flex:1;flex:1;font-size:.9rem}.order-user-fields{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.order-field-group{position:relative}.order-field-label{color:#374151;margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.order-field-label.required:after{content:"*";color:#dc2626;margin-right:4px}.order-field-input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 14px;font-size:.95rem;-moz-transition:all .2s;transition:all .2s}.order-field-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(255,130,66,.15)}.order-field-input.success{border-color:#10b981}.order-field-input.error{border-color:#dc2626}.order-description{resize:vertical;border:2px solid #e2e8f0;border-radius:12px;width:100%;min-height:120px;padding:14px;font-family:inherit;font-size:.95rem;-moz-transition:all .2s;transition:all .2s}.order-description:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(255,130,66,.15)}.order-description-hint{color:#94a3b8;margin-top:6px;font-size:.8rem}.order-rules{background:-moz-linear-gradient(315deg,#fefce8 0%,#fef9c3 100%);background:linear-gradient(135deg,#fefce8 0%,#fef9c3 100%);border:1px solid #fde047;border-radius:12px;margin-bottom:20px;padding:16px}.order-rules-title{color:#854d0e;-moz-box-align:center;align-items:center;gap:8px;margin-bottom:12px;font-size:.95rem;font-weight:700;display:flex}.order-rules-content{color:#713f12;font-size:.875rem;line-height:1.8}.order-rules-footer{color:#92400e;text-align:center;border-top:1px dashed #fde047;margin-top:16px;padding-top:12px;font-size:.8rem}.order-rules-footer a{font-weight:600;color:#b45309!important;text-decoration:underline!important}.order-rules-footer a:hover{color:#92400e!important}.order-floating-summary{z-index:1199;background:#fff;padding:16px;-moz-transition:-moz-transform .3s,-ms-transform .3s,transform .3s;transition:-moz-transform .3s,-ms-transform .3s,transform .3s;position:fixed;bottom:0;left:0;right:0;-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);box-shadow:0 -4px 24px rgba(0,0,0,.12)}.order-floating-summary.visible{-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.order-floating-content{-moz-box-pack:end;justify-content:flex-end;-moz-box-align:center;align-items:center;gap:16px;max-width:1440px;margin:0 auto;display:flex}.order-floating-product{-moz-box-flex:1;flex:1;-moz-box-align:center;align-items:center;gap:12px;min-width:0;display:none}.order-floating-image{border-radius:10px;flex-shrink:0;width:48px;height:48px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.order-floating-info{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:2px;min-width:0;display:flex}.order-floating-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.order-floating-price{color:var(--primary-color);font-size:.9rem;font-weight:700}@media (min-width:768px){.order-floating-product{display:flex}.order-floating-content{-moz-box-pack:justify;justify-content:space-between}}.order-floating-validation{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;-moz-box-align:center;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:500;display:flex}.order-submit-btn{color:#fff;cursor:pointer;background:-moz-linear-gradient(315deg,#10b981 0%,#059669 100%);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:700;-moz-transition:all .3s;transition:all .3s;display:flex;box-shadow:0 4px 16px rgba(16,185,129,.35)}.order-submit-btn:hover:not(:disabled){-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 24px rgba(16,185,129,.45)}.order-submit-btn:disabled{box-shadow:none;cursor:not-allowed;background:#94a3b8}.order-submit-btn.loading{pointer-events:none}.order-submit-spinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:20px;height:20px;-moz-animation:.8s linear infinite spin;animation:.8s linear infinite spin}.order-section.valid{border-color:#10b981}.order-section.valid .order-section-header{background:-moz-linear-gradient(315deg,#f0fdf4 0%,#dcfce7 100%);background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.order-section.invalid{border-color:#f87171}.order-section.invalid .order-section-header{background:-moz-linear-gradient(315deg,#fef2f2 0%,#fee2e2 100%);background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%)}@media (max-width:768px){.order-stepper{-moz-box-pack:start;justify-content:flex-start;gap:0;padding:16px 12px}.order-step{padding:6px 8px}.order-step-number{width:28px;height:28px;font-size:.8rem}.order-step-label{font-size:.75rem}.order-step-divider{width:16px}.order-section-header{padding:14px 16px}.order-section-icon{width:36px;height:36px}.order-section-body{padding:16px}.order-product-card{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start}.order-product-image{width:80px;height:80px}.order-product-price{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;gap:8px;margin-top:8px}.order-product-current-price{font-size:1.25rem}.order-floating-summary{padding:12px 16px}.order-floating-content{-moz-box-lines:multiple;flex-wrap:wrap}.order-floating-info{display:none}.order-submit-btn{width:100%;padding:14px 24px}.order-user-fields{grid-template-columns:1fr}.order-quantity-selector{-moz-box-lines:multiple;flex-wrap:wrap}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.order-section{-moz-animation:.4s ease-out fadeInUp;animation:.4s ease-out fadeInUp}.order-section:first-child{-moz-animation-delay:50ms;animation-delay:50ms}.order-section:nth-child(2){-moz-animation-delay:.1s;animation-delay:.1s}.order-section:nth-child(3){-moz-animation-delay:.15s;animation-delay:.15s}.order-section:nth-child(4){-moz-animation-delay:.2s;animation-delay:.2s}.order-section:nth-child(5){-moz-animation-delay:.25s;animation-delay:.25s}.order-section:nth-child(6){-moz-animation-delay:.3s;animation-delay:.3s}.order-form-container{padding-bottom:100px}
.processing-page{background:-moz-linear-gradient(315deg,#f0fdf4 0%,#ecfdf5 50%,#f0fdfa 100%);background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 50%,#f0fdfa 100%);-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;min-height:80vh;padding:40px 20px;display:flex}.processing-container{text-align:center;width:100%;max-width:600px}.processing-loading{padding:60px 20px}.processing-spinner{border:4px solid #e5e7eb;border-top-color:var(--primary-color);border-radius:50%;width:48px;height:48px;margin:0 auto 20px;-moz-animation:.8s linear infinite spin;animation:.8s linear infinite spin}@-moz-keyframes spin{to{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.processing-loading p{color:#6b7280;font-size:1rem}.processing-success-icon{color:#10b981;margin-bottom:24px;-moz-animation:.5s ease-out successPop;animation:.5s ease-out successPop}@-moz-keyframes successPop{0%{opacity:0;-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}50%{-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@keyframes successPop{0%{opacity:0;-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}50%{-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.processing-title{color:#065f46;margin-bottom:8px;font-size:1.75rem;font-weight:800}.processing-subtitle{color:#6b7280;margin-bottom:32px;font-size:1rem}.processing-free-delivery{text-align:right;background:-moz-linear-gradient(315deg,#fef3c7 0%,#fde68a 100%);background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:2px solid #f59e0b;border-radius:16px;-moz-box-align:center;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;-moz-animation:.4s ease-out .2s both slideInUp;animation:.4s ease-out .2s both slideInUp;display:flex}@-moz-keyframes slideInUp{0%{opacity:0;-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.processing-free-delivery-icon{color:#d97706;background:#fff;border-radius:50%;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 4px 12px rgba(217,119,6,.2)}.processing-free-delivery-content{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:4px;display:flex}.processing-free-delivery-title{color:#92400e;font-size:1.25rem;font-weight:800}.processing-free-delivery-text{color:#a16207;font-size:.9rem;line-height:1.5}.processing-order-card{background:#fff;border-radius:20px;margin-bottom:24px;padding:24px;-moz-animation:.4s ease-out .3s both slideInUp;animation:.4s ease-out .3s both slideInUp;box-shadow:0 4px 24px rgba(0,0,0,.08)}.processing-product{text-align:right;border-bottom:1px solid #e5e7eb;-moz-box-align:center;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;display:flex}.processing-product-image{border-radius:12px;flex-shrink:0;width:80px;height:80px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.processing-product-info{-moz-box-flex:1;flex:1;min-width:0}.processing-product-title{color:#1e293b;margin-bottom:8px;font-size:1.1rem;font-weight:700;line-height:1.4}.processing-product-details{-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-align:center;align-items:center;gap:12px;display:flex}.processing-product-car{color:#64748b;background:#f1f5f9;border-radius:6px;-moz-box-align:center;align-items:center;gap:6px;padding:4px 10px;font-size:.85rem;display:flex}.processing-product-count{color:#64748b;font-size:.85rem}.processing-price{background:-moz-linear-gradient(315deg,#f0fdf4 0%,#ecfdf5 100%);background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border-radius:12px;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;margin-bottom:20px;padding:16px;display:flex}.processing-price-label{color:#6b7280;font-size:.9rem}.processing-price-value{color:#059669;font-size:1.25rem;font-weight:800}.processing-address{text-align:right;-moz-box-align:start;align-items:flex-start;gap:12px;display:flex}.processing-address-icon{color:#ef4444;flex-shrink:0;margin-top:2px}.processing-address-text{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:4px;display:flex}.processing-address-region{color:#374151;font-size:.9rem;font-weight:600}.processing-address-full{color:#6b7280;font-size:.85rem;line-height:1.5}.processing-status{text-align:right;background:#fff;border:2px solid #e5e7eb;border-radius:16px;-moz-box-align:center;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;-moz-animation:.4s ease-out .4s both slideInUp;animation:.4s ease-out .4s both slideInUp;display:flex}.processing-status-icon{color:#2563eb;background:-moz-linear-gradient(315deg,#dbeafe 0%,#bfdbfe 100%);background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-radius:50%;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:48px;height:48px;display:flex}.processing-status-text{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:4px;display:flex}.processing-status-text strong{color:#1e293b;font-size:1rem}.processing-status-text span{color:#6b7280;font-size:.85rem}.processing-actions{gap:12px;margin-bottom:24px;-moz-animation:.4s ease-out .5s both slideInUp;animation:.4s ease-out .5s both slideInUp;display:flex}.processing-btn{text-align:center;border-radius:12px;-moz-box-flex:1;flex:1;padding:14px 20px;font-size:.95rem;font-weight:700;text-decoration:none;-moz-transition:all .2s;transition:all .2s}.processing-btn-primary{color:#fff;background:-moz-linear-gradient(315deg,#10b981 0%,#059669 100%);background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px rgba(16,185,129,.3)}.processing-btn-primary:hover{color:#fff;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.processing-btn-secondary{color:#374151;background:#fff;border:2px solid #e5e7eb}.processing-btn-secondary:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.processing-order-id{color:#9ca3af;font-size:.85rem;-moz-animation:.4s ease-out .6s both slideInUp;animation:.4s ease-out .6s both slideInUp}.processing-order-id strong{color:#6b7280;letter-spacing:.5px;font-family:monospace}@media (max-width:576px){.processing-page{padding:20px 16px}.processing-title{font-size:1.5rem}.processing-free-delivery{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:20px}.processing-free-delivery-content{-moz-box-align:center;align-items:center}.processing-product{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.processing-product-info{text-align:center}.processing-product-details{-moz-box-pack:center;justify-content:center}.processing-price{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px}.processing-address{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.processing-address-text{-moz-box-align:center;align-items:center}.processing-status{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.processing-status-text{-moz-box-align:center;align-items:center}.processing-actions{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}
.about-page{min-height:60vh}.about-hero{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 50%,#fed7aa 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 50%,#fed7aa 100%);border-bottom:1px solid #fdba74;margin-bottom:40px;padding:48px 0}.about-hero-content{text-align:center}.about-hero-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:20px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex;box-shadow:0 8px 24px rgba(249,115,22,.25)}.about-hero-title{color:#9a3412;margin-bottom:12px;font-size:2rem;font-weight:800}.about-hero-subtitle{color:#6b7280;margin:0;font-size:1.1rem;line-height:1.7}.about-content{padding-bottom:60px}.about-content-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:40px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.about-content-card .editor-content{color:#374151;font-size:1rem;line-height:2}.about-content-card .editor-content h1{color:#9a3412;border-bottom:2px solid #fed7aa;margin-top:0;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.75rem}.about-content-card .editor-content h2{color:#9a3412;margin-top:2.5rem;margin-bottom:1rem;padding-right:16px;font-size:1.5rem;position:relative}.about-content-card .editor-content h2:before{content:"";background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:2px;width:4px;height:24px;position:absolute;top:50%;right:0;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.about-content-card .editor-content h3{color:#1e293b;margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem}.about-content-card .editor-content p{margin-bottom:1.25rem}.about-content-card .editor-content ul,.about-content-card .editor-content ol{margin-bottom:1.25rem;padding-right:1.5rem}.about-content-card .editor-content li{margin-bottom:.5rem;position:relative}.about-content-card .editor-content ul li::marker{color:#f97316}.about-content-card .editor-content a{color:#ea580c;border-bottom:1px dashed #ea580c;text-decoration:none;-moz-transition:all .2s;transition:all .2s}.about-content-card .editor-content a:hover{color:#c2410c;border-bottom-style:solid}.about-content-card .editor-content strong{color:#1e293b;font-weight:600}.about-content-card .editor-content blockquote{color:#9a3412;background:#fff7ed;border-right:4px solid #f97316;border-radius:0 12px 12px 0;margin:1.5rem 0;padding:20px 24px;font-style:italic}.about-content-card .editor-content img{border-radius:12px;max-width:100%;height:auto;margin:1.5rem 0;box-shadow:0 4px 16px rgba(0,0,0,.1)}.about-content-card .editor-content table{border-radius:12px;margin:1.5rem 0;overflow:hidden}.about-content-card .editor-content table thead{background:#fff7ed}.about-content-card .editor-content table th{color:#9a3412;font-weight:600}.about-trust{border-top:1px solid #e5e7eb;-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-pack:center;justify-content:center;gap:32px;margin-top:40px;padding-top:32px;display:flex}.about-trust-item{color:#6b7280;-moz-box-align:center;align-items:center;gap:10px;font-size:.9rem;display:flex}.about-trust-icon{color:#f97316;background:#fff7ed;border-radius:10px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;display:flex}@media (max-width:768px){.about-hero{margin-bottom:24px;padding:32px 0}.about-hero-icon{border-radius:16px;width:64px;height:64px;margin-bottom:20px}.about-hero-title{font-size:1.5rem}.about-hero-subtitle{font-size:1rem}.about-content{padding-bottom:40px}.about-content-card{border-radius:16px;padding:24px}.about-content-card .editor-content{font-size:.95rem;line-height:1.9}.about-content-card .editor-content h1{font-size:1.5rem}.about-content-card .editor-content h2{margin-top:2rem;font-size:1.25rem}.about-content-card .editor-content h2:before{height:20px}.about-content-card .editor-content h3{font-size:1.1rem}.about-trust{gap:20px;margin-top:24px;padding-top:24px}.about-trust-item{font-size:.85rem}.about-trust-icon{width:36px;height:36px}}
.contact-page{min-height:60vh}.contact-page~footer .footer-contact-bar{display:none}body:has(.contact-page) .footer-contact-bar{display:none}.contact-map-section{z-index:1;border-bottom:4px solid #f97316;height:400px;position:relative}.contact-map-section .leaflet-container{z-index:1;width:100%;height:100%}.contact-routing-btn{z-index:1000;color:#fff;background:-moz-linear-gradient(315deg,#10b981 0%,#059669 100%);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50px;-moz-box-align:center;align-items:center;gap:10px;padding:14px 24px;font-size:1rem;font-weight:600;text-decoration:none;-moz-transition:all .3s;transition:all .3s;-moz-animation:2s infinite pulse-routing;animation:2s infinite pulse-routing;display:flex;position:absolute;bottom:80px;left:20px;box-shadow:0 4px 20px rgba(16,185,129,.4)}.contact-routing-btn:hover{color:#fff;-moz-transform:translateY(-3px)scale(1.02);-ms-transform:translateY(-3px)scale(1.02);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 30px rgba(16,185,129,.5)}.contact-routing-btn:active{-moz-transform:translateY(-1px)scale(.98);-ms-transform:translateY(-1px)scale(.98);transform:translateY(-1px)scale(.98)}@-moz-keyframes pulse-routing{0%,to{box-shadow:0 4px 20px rgba(16,185,129,.4)}50%{box-shadow:0 4px 30px rgba(16,185,129,.6),0 0 0 8px rgba(16,185,129,.1)}}@keyframes pulse-routing{0%,to{box-shadow:0 4px 20px rgba(16,185,129,.4)}50%{box-shadow:0 4px 30px rgba(16,185,129,.6),0 0 0 8px rgba(16,185,129,.1)}}.contact-cards-wrapper{z-index:100;margin-top:-60px;margin-bottom:40px;position:relative}.contact-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;-moz-box-align:start;align-items:flex-start;gap:16px;padding:24px;-moz-transition:all .3s;transition:all .3s;display:flex;box-shadow:0 4px 24px rgba(0,0,0,.1)}.contact-card:hover{-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.contact-card-link{cursor:pointer;text-decoration:none}.contact-card-link:hover{border-color:#f97316;-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 8px 32px rgba(249,115,22,.2)}.contact-card-icon-primary{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.contact-card-icon{color:#f97316;background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:48px;height:48px;display:flex}.contact-card-content{-moz-box-flex:1;flex:1;min-width:0}.contact-card-label{color:#6b7280;margin-bottom:4px;font-size:.85rem}.contact-card-value{color:#1e293b;word-break:break-word;font-size:1rem;font-weight:600}.contact-card-value a{color:#1e293b;text-decoration:none;-moz-transition:color .2s;transition:color .2s}.contact-card-value a:hover{color:#10b981}.contact-content{padding-bottom:60px}.contact-content-grid{grid-template-columns:1fr;gap:32px;display:grid}.contact-content-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.contact-content-header{border-bottom:2px solid #fff7ed;-moz-box-align:center;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.contact-content-header-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:10px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;display:flex}.contact-content-header h2{color:#9a3412;margin:0;font-size:1.25rem;font-weight:700}.contact-content-card .editor-content{color:#374151;font-size:1rem;line-height:2}.contact-content-card .editor-content h1,.contact-content-card .editor-content h2,.contact-content-card .editor-content h3{color:#9a3412}.contact-content-card .editor-content a{color:#ea580c;border-bottom:1px dashed #ea580c;text-decoration:none;-moz-transition:all .2s;transition:all .2s}.contact-content-card .editor-content a:hover{color:#c2410c;border-bottom-style:solid}.contact-social{border-top:1px solid #e5e7eb;gap:12px;margin-top:24px;padding-top:24px;display:flex}.contact-social-link{color:#6b7280;background:#f3f4f6;border-radius:12px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:44px;height:44px;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:flex}.contact-social-link:hover{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.contact-hours{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:12px;margin-top:24px;padding:20px}.contact-hours-title{color:#9a3412;-moz-box-align:center;align-items:center;gap:8px;margin-bottom:12px;font-size:.9rem;font-weight:600;display:flex}.contact-hours-list{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px;display:flex}.contact-hours-item{-moz-box-pack:justify;justify-content:space-between;font-size:.9rem;display:flex}.contact-hours-day{color:#6b7280}.contact-hours-time{color:#1e293b;font-weight:500}@media (max-width:768px){.contact-map-section{height:300px}.contact-routing-btn{gap:8px;padding:12px 18px;font-size:.9rem;bottom:70px;left:12px}.contact-cards-wrapper{margin-top:-40px;margin-bottom:24px}.contact-cards{grid-template-columns:1fr;gap:12px}.contact-card{border-radius:12px;padding:16px}.contact-card-icon{border-radius:10px;width:40px;height:40px}.contact-card-value{font-size:.95rem}.contact-content{padding-bottom:40px}.contact-content-card{border-radius:16px;padding:20px}.contact-content-header{margin-bottom:16px;padding-bottom:12px}.contact-content-header h2{font-size:1.1rem}.contact-social-link{width:40px;height:40px}}
.seller-page{min-height:60vh}.seller-hero{background:-moz-linear-gradient(315deg,#1a1a2e 0%,#0f1923 100%);background:linear-gradient(135deg,#1a1a2e 0%,#0f1923 100%);margin-bottom:0;padding:64px 0;position:relative;overflow:hidden}.seller-hero:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ff8242' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.seller-hero-content{text-align:center;z-index:1;position:relative}.seller-hero-badge{color:#ff8242;background:rgba(255,130,66,.15);border:1px solid rgba(255,130,66,.3);border-radius:50px;-moz-box-align:center;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-size:.9rem;font-weight:500;display:inline-flex}.seller-hero-icon{color:#fff;background:-moz-linear-gradient(315deg,#ff8242 0%,#ff6b1f 100%);background:linear-gradient(135deg,#ff8242 0%,#ff6b1f 100%);border-radius:28px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:100px;height:100px;margin:0 auto 32px;display:flex;box-shadow:0 16px 48px rgba(255,130,66,.35)}.seller-hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:2.5rem;font-weight:800}.seller-hero-subtitle{color:rgba(255,255,255,.7);max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.8}.seller-categories{background:-moz-linear-gradient(270deg,#f8fafc 0%,#fff 100%);background:linear-gradient(#f8fafc 0%,#fff 100%);padding:64px 0}.seller-section-header{text-align:center;margin-bottom:48px}.seller-section-title{color:#1a1a2e;margin-bottom:12px;font-size:1.75rem;font-weight:800}.seller-section-subtitle{color:#6b7280;margin:0;font-size:1rem}.seller-categories-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;max-width:900px;margin:0 auto;display:grid}.seller-category-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 20px;-moz-transition:all .3s;transition:all .3s;box-shadow:0 4px 20px rgba(0,0,0,.06)}.seller-category-card:hover{border-color:#ff8242;-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);box-shadow:0 12px 32px rgba(255,130,66,.15)}.seller-category-icon{color:#ff8242;background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:14px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;-moz-transition:all .3s;transition:all .3s;display:flex}.seller-category-card:hover .seller-category-icon{color:#fff;background:-moz-linear-gradient(315deg,#ff8242 0%,#ff6b1f 100%);background:linear-gradient(135deg,#ff8242 0%,#ff6b1f 100%)}.seller-category-title{color:#1e293b;margin:0;font-size:.95rem;font-weight:600}.seller-download{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 50%,#fff 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 50%,#fff 100%);padding:64px 0}.seller-download-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.seller-download-card{text-align:center;background:#fff;border:2px solid transparent;border-radius:20px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;padding:32px 24px;-moz-transition:all .3s;transition:all .3s;display:flex;box-shadow:0 8px 32px rgba(0,0,0,.08)}.seller-download-card:hover{-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.12)}.seller-download-card.featured{background:-moz-linear-gradient(270deg,#fff 0%,#fff7ed 100%);background:linear-gradient(#fff 0%,#fff7ed 100%);border-color:#ff8242}.seller-download-card.featured .seller-download-icon{color:#fff;background:-moz-linear-gradient(315deg,#ff8242 0%,#ff6b1f 100%);background:linear-gradient(135deg,#ff8242 0%,#ff6b1f 100%);box-shadow:0 8px 24px rgba(255,130,66,.3)}.seller-download-icon{color:#6b7280;background:#f3f4f6;border-radius:18px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:72px;height:72px;margin-bottom:20px;-moz-transition:all .3s;transition:all .3s;display:flex}.seller-download-card:hover .seller-download-icon{-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.seller-download-title{color:#1e293b;margin-bottom:8px;font-size:1.1rem;font-weight:700}.seller-download-desc{color:#6b7280;-moz-box-flex:1;flex-grow:1;margin-bottom:20px;font-size:.9rem;line-height:1.6}.seller-download-btn{border-radius:12px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;gap:8px;width:100%;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;-moz-transition:all .3s;transition:all .3s;display:inline-flex}.seller-download-btn-primary{color:#fff;background:-moz-linear-gradient(315deg,#ff8242 0%,#ff6b1f 100%);background:linear-gradient(135deg,#ff8242 0%,#ff6b1f 100%);box-shadow:0 4px 16px rgba(255,130,66,.3)}.seller-download-btn-primary:hover{color:#fff;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,130,66,.4)}.seller-download-btn-secondary{color:#4b5563;background:#f3f4f6}.seller-download-btn-secondary:hover{color:#1f2937;background:#e5e7eb}.seller-download-btn-disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.seller-download-soon{color:#9ca3af;margin-top:8px;font-size:.8rem}.seller-note{background:-moz-linear-gradient(315deg,#dbeafe 0%,#eff6ff 100%);background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);border:1px solid #93c5fd;border-radius:16px;-moz-box-align:start;align-items:flex-start;gap:16px;max-width:700px;margin:32px auto 0;padding:20px 24px;display:flex}.seller-note-icon{color:#3b82f6;background:#fff;border-radius:10px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;display:flex}.seller-note-content{-moz-box-flex:1;flex:1}.seller-note-title{color:#1e40af;margin-bottom:4px;font-size:.95rem;font-weight:600}.seller-note-text{color:#1e3a8a;margin:0;font-size:.9rem;line-height:1.7}.seller-contact{background:#fff;padding:64px 0 0}.seller-cta{text-align:center;background:-moz-linear-gradient(315deg,#1a1a2e 0%,#0f1923 100%);background:linear-gradient(135deg,#1a1a2e 0%,#0f1923 100%);padding:64px 0}.seller-cta-title{color:#fff;margin-bottom:16px;font-size:1.75rem;font-weight:800}.seller-cta-text{color:rgba(255,255,255,.7);max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.05rem}.seller-cta-btn{color:#fff;background:-moz-linear-gradient(315deg,#ff8242 0%,#ff6b1f 100%);background:linear-gradient(135deg,#ff8242 0%,#ff6b1f 100%);border-radius:14px;-moz-box-align:center;align-items:center;gap:10px;padding:16px 40px;font-size:1.1rem;font-weight:700;text-decoration:none;-moz-transition:all .3s;transition:all .3s;display:inline-flex;box-shadow:0 8px 32px rgba(255,130,66,.4)}.seller-cta-btn:hover{color:#fff;-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);box-shadow:0 12px 40px rgba(255,130,66,.5)}@media (max-width:768px){.seller-hero{padding:48px 0}.seller-hero-icon{border-radius:20px;width:80px;height:80px;margin-bottom:24px}.seller-hero-title{font-size:1.75rem}.seller-hero-subtitle{padding:0 16px;font-size:1rem}.seller-categories,.seller-download,.seller-contact{padding:48px 0}.seller-section-title{font-size:1.5rem}.seller-categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.seller-category-card{padding:20px 16px}.seller-category-icon{border-radius:12px;width:48px;height:48px;margin-bottom:12px}.seller-category-title{font-size:.85rem}.seller-download-grid{grid-template-columns:1fr;gap:16px}.seller-download-card{padding:24px 20px}.seller-download-icon{width:60px;height:60px}.seller-note{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px;padding:16px 20px}.seller-note-icon{margin:0 auto}.seller-contact-grid{grid-template-columns:1fr}.seller-cta{padding:48px 0}.seller-cta-title{font-size:1.5rem}.seller-cta-text{padding:0 16px;font-size:.95rem}.seller-cta-btn{padding:14px 32px;font-size:1rem}}@media (max-width:480px){.seller-categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}.seller-category-card{padding:16px 12px}.seller-category-icon{width:40px;height:40px}.seller-category-title{font-size:.8rem}}
.user-mobile-nav{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding:12px 0;position:-webkit-sticky;position:sticky;top:0}.user-mobile-nav-scroll{scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.user-mobile-nav-scroll::-webkit-scrollbar{display:none}.user-mobile-nav-item{color:#4b5563;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;-moz-box-align:center;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:500;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:flex}.user-mobile-nav-item:hover{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.user-mobile-nav-item-active{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-color:transparent}.user-mobile-nav-item-active:hover{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.user-mobile-nav-icon{-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;display:flex}.user-mobile-nav-text{line-height:1}.user-mobile-nav-logout{color:#dc2626;cursor:pointer;background:#fef2f2;border-color:#fecaca}.user-mobile-nav-logout:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.user-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:16px;position:-webkit-sticky;position:sticky;top:100px;overflow:hidden}.user-sidebar-profile{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-bottom:1px solid #fed7aa;-moz-box-align:center;align-items:center;gap:14px;padding:20px;display:flex}.user-sidebar-avatar{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:50%;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:52px;height:52px;font-size:1.35rem;font-weight:700;display:flex;overflow:hidden;box-shadow:0 4px 12px rgba(249,115,22,.3)}.user-sidebar-avatar img{object-fit:cover;width:100%;height:100%}.user-sidebar-info{-moz-box-flex:1;flex:1;min-width:0}.user-sidebar-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:1rem;font-weight:700;overflow:hidden}.user-sidebar-label{color:#9a3412;font-size:.8rem}.user-sidebar-nav{padding:12px}.user-sidebar-link{color:#4b5563;border-radius:12px;-moz-box-align:center;align-items:center;gap:12px;margin-bottom:4px;padding:14px 16px;font-size:.95rem;font-weight:500;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:flex}.user-sidebar-link:hover{color:#f97316;background:#f9fafb}.user-sidebar-link-active{color:#ea580c;background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);font-weight:600}.user-sidebar-link-active:hover{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%)}.user-sidebar-link-icon{background:#f3f4f6;border-radius:10px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:36px;height:36px;-moz-transition:all .2s;transition:all .2s;display:flex}.user-sidebar-link:hover .user-sidebar-link-icon{color:#f97316;background:#ffedd5}.user-sidebar-link-active .user-sidebar-link-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.user-sidebar-link-text{-moz-box-flex:1;flex:1}.user-sidebar-link-arrow{color:#d1d5db;-moz-transition:all .2s;transition:all .2s}.user-sidebar-link:hover .user-sidebar-link-arrow{color:#f97316;-moz-transform:translate(-4px);-ms-transform:translate(-4px);transform:translate(-4px)}.user-sidebar-link-active .user-sidebar-link-arrow{color:#ea580c}.user-sidebar-footer{border-top:1px solid #f3f4f6;padding:12px}.user-sidebar-logout{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;gap:10px;width:100%;padding:14px 16px;font-size:.95rem;font-weight:500;-moz-transition:all .2s;transition:all .2s;display:flex}.user-sidebar-logout:hover{background:#fee2e2;border-color:#fca5a5}.profile-welcome{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;margin-bottom:24px;padding:24px}.profile-welcome-content{-moz-box-align:center;align-items:center;gap:20px;display:flex}.profile-avatar{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:50%;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:72px;height:72px;font-size:1.75rem;font-weight:700;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.profile-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-welcome-text{-moz-box-flex:1;flex:1}.profile-welcome-greeting{color:#9a3412;margin-bottom:4px;font-size:.9rem}.profile-welcome-name{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.profile-stats{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px;display:grid}.profile-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;-moz-box-align:center;align-items:center;gap:16px;padding:20px;text-decoration:none;-moz-transition:all .3s;transition:all .3s;display:flex}.profile-stat-card:hover{border-color:#f97316;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 16px rgba(249,115,22,.1)}.profile-stat-icon{border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:48px;height:48px;display:flex}.profile-stat-icon-orders{color:#2563eb;background:-moz-linear-gradient(315deg,#dbeafe 0%,#bfdbfe 100%);background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.profile-stat-icon-addresses{color:#16a34a;background:-moz-linear-gradient(315deg,#dcfce7 0%,#bbf7d0 100%);background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.profile-stat-icon-pending{color:#d97706;background:-moz-linear-gradient(315deg,#fef3c7 0%,#fde68a 100%);background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.profile-stat-icon-completed{color:#10b981;background:-moz-linear-gradient(315deg,#f0fdf4 0%,#dcfce7 100%);background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.profile-stat-content{-moz-box-flex:1;flex:1;min-width:0}.profile-stat-value{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1.2}.profile-stat-label{color:#6b7280;font-size:.85rem}.profile-actions-title{color:#374151;-moz-box-align:center;align-items:center;gap:8px;margin-bottom:16px;font-size:1rem;font-weight:600;display:flex}.profile-actions{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.profile-action-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;gap:10px;padding:16px;text-decoration:none;-moz-transition:all .3s;transition:all .3s;display:flex}.profile-action-card:hover{background:#fff7ed;border-color:#f97316}.profile-action-icon{color:#6b7280;background:#f3f4f6;border-radius:10px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;-moz-transition:all .3s;transition:all .3s;display:flex}.profile-action-card:hover .profile-action-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.profile-action-label{color:#374151;font-size:.85rem;font-weight:500}.profile-recent-title{color:#374151;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;margin-bottom:16px;font-size:1rem;font-weight:600;display:flex}.profile-recent-link{color:#f97316;font-size:.85rem;font-weight:500;text-decoration:none}.profile-recent-link:hover{color:#ea580c;text-decoration:underline}.profile-order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;padding:16px;-moz-transition:all .2s;transition:all .2s}.profile-order-card:hover{border-color:#d1d5db}.profile-order-header{-moz-box-pack:justify;justify-content:space-between;-moz-box-align:start;align-items:flex-start;margin-bottom:12px;display:flex}.profile-order-product{color:#1e293b;margin-bottom:4px;font-size:.95rem;font-weight:600}.profile-order-car{color:#6b7280;font-size:.8rem}.profile-order-status{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:500}.profile-order-status-pending{color:#92400e;background:#fef3c7}.profile-order-status-processing{color:#1e40af;background:#dbeafe}.profile-order-status-completed{color:#166534;background:#dcfce7}.profile-order-status-canceled{color:#991b1b;background:#fee2e2}.profile-order-footer{-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;display:flex}.profile-order-date{color:#9ca3af;font-size:.8rem}.profile-order-link{color:#f97316;font-size:.8rem;font-weight:500;text-decoration:none}.profile-order-link:hover{text-decoration:underline}.profile-empty{text-align:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;padding:32px}.profile-empty-icon{color:#9ca3af;background:#e5e7eb;border-radius:50%;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.profile-empty-text{color:#6b7280;margin-bottom:16px;font-size:.95rem}.profile-empty-btn{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:10px;-moz-box-align:center;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex}.profile-empty-btn:hover{color:#fff;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 12px rgba(249,115,22,.3)}.profile-content-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.profile-content-header{border-bottom:1px solid #f3f4f6;-moz-box-align:center;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.profile-content-header-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:10px;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;display:flex}.profile-content-header h2{color:#1e293b;margin:0;font-size:1.1rem;font-weight:600}@media (max-width:576px){.profile-welcome{padding:20px}.profile-welcome-content{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.profile-avatar{width:64px;height:64px;font-size:1.5rem}.profile-welcome-name{font-size:1.25rem}.profile-stats{grid-template-columns:1fr;gap:12px}.profile-stat-card{padding:16px}.profile-stat-value{font-size:1.25rem}.profile-actions{grid-template-columns:repeat(2,1fr);gap:10px}.profile-action-card{padding:12px}.profile-action-icon{width:36px;height:36px}.profile-action-label{font-size:.8rem}.profile-order-header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px}.profile-content-card{padding:16px}}.address-header{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.address-header-content{-moz-box-align:center;align-items:center;gap:16px;display:flex}.address-header-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.address-header-text{-moz-box-flex:1;flex:1}.address-header-title{color:#1e293b;margin:0 0 4px;font-size:1.35rem;font-weight:700}.address-header-count{color:#9a3412;margin:0;font-size:.9rem}.address-add-btn{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;-moz-box-align:center;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px rgba(249,115,22,.25)}.address-add-btn:hover{color:#fff;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 16px rgba(249,115,22,.35)}.address-list{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px;display:flex}.address-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;-moz-box-align:start;align-items:flex-start;gap:16px;padding:20px;-moz-transition:all .2s;transition:all .2s;display:flex}.address-card:hover{border-color:#f97316;box-shadow:0 4px 16px rgba(249,115,22,.1)}.address-card-icon{color:#ea580c;background:-moz-linear-gradient(315deg,#ffedd5 0%,#fed7aa 100%);background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:44px;height:44px;display:flex}.address-card-content{-moz-box-flex:1;flex:1;min-width:0}.address-card-location{color:#374151;-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-align:center;align-items:center;gap:6px;margin-bottom:8px;font-size:.9rem;font-weight:600;display:flex}.address-location-icon{color:#6b7280}.address-separator{color:#d1d5db}.address-card-full{color:#6b7280;font-size:.9rem;line-height:1.6}.address-card-actions{flex-shrink:0;-moz-box-align:center;align-items:center;gap:8px;display:flex}.address-card-edit{color:#6b7280;background:#f3f4f6;border-radius:10px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:flex}.address-card-edit:hover{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.address-card-delete{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;-moz-transition:all .2s;transition:all .2s;display:flex}.address-card-delete:hover{color:#fff;background:-moz-linear-gradient(315deg,#ef4444 0%,#dc2626 100%);background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.address-empty{text-align:center;background:-moz-linear-gradient(315deg,#f9fafb 0%,#f3f4f6 100%);background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border:2px dashed #d1d5db;border-radius:16px;padding:48px 24px}.address-empty-icon{color:#9ca3af;background:-moz-linear-gradient(315deg,#e5e7eb 0%,#d1d5db 100%);background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);border-radius:50%;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.address-empty-title{color:#374151;margin-bottom:8px;font-size:1.15rem;font-weight:700}.address-empty-text{color:#6b7280;margin-bottom:24px;font-size:.95rem}.address-empty-btn{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;-moz-box-align:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.address-empty-btn:hover{color:#fff;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.4)}@media (max-width:576px){.address-header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:stretch;align-items:stretch;padding:20px}.address-header-content{margin-bottom:16px}.address-header-icon{width:48px;height:48px}.address-header-title{font-size:1.15rem}.address-add-btn{-moz-box-pack:center;justify-content:center;width:100%}.address-card{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:16px}.address-card-icon{width:40px;height:40px}.address-card-actions{align-self:flex-end;margin-top:-40px}.address-empty{padding:32px 16px}.address-empty-icon{width:60px;height:60px}.address-empty-title{font-size:1rem}}.address-form-header{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.address-form-header-content{-moz-box-align:center;align-items:center;gap:16px;display:flex}.address-form-header-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.address-form-header-text{-moz-box-flex:1;flex:1}.address-form-header-title{color:#1e293b;margin:0 0 4px;font-size:1.35rem;font-weight:700}.address-form-header-subtitle{color:#9a3412;margin:0;font-size:.9rem}.address-form-back-btn{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;-moz-box-align:center;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex}.address-form-back-btn:hover{color:#f97316;background:#fff7ed;border-color:#f97316}.address-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:20px;padding:24px}.address-form-section-title{color:#374151;border-bottom:1px solid #f3f4f6;-moz-box-align:center;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:12px;font-size:1rem;font-weight:600;display:flex}.address-form-section-title svg{color:#f97316}.address-detected{background:-moz-linear-gradient(315deg,#f0fdf4 0%,#dcfce7 100%);background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #86efac;border-radius:12px;-moz-box-align:start;align-items:flex-start;gap:14px;margin-top:20px;padding:16px;display:flex}.address-detected-icon{color:#fff;background:-moz-linear-gradient(315deg,#22c55e 0%,#16a34a 100%);background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:10px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:40px;height:40px;display:flex}.address-detected-content{-moz-box-flex:1;flex:1;min-width:0}.address-detected-label{color:#16a34a;margin-bottom:4px;font-size:.85rem;font-weight:600}.address-detected-text{color:#1e293b;font-size:.95rem;line-height:1.6}.address-form-actions{-moz-box-pack:start;justify-content:flex-start;margin-top:8px;display:flex}.address-form-submit-btn{color:#fff;cursor:pointer;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:none;border-radius:12px;-moz-box-align:center;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;-moz-transition:all .2s;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.address-form-submit-btn:hover:not(:disabled){-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.4)}.address-form-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:-moz-linear-gradient(315deg,#d1d5db 0%,#9ca3af 100%);background:linear-gradient(135deg,#d1d5db 0%,#9ca3af 100%)}@media (max-width:576px){.address-form-header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:stretch;align-items:stretch;padding:20px}.address-form-header-content{margin-bottom:16px}.address-form-header-icon{width:48px;height:48px}.address-form-header-title{font-size:1.15rem}.address-form-back-btn{-moz-box-pack:center;justify-content:center;width:100%}.address-form-card{border-radius:12px;padding:16px}.address-detected{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.address-detected-icon{margin:0 auto}.address-form-actions{justify-content:stretch}.address-form-submit-btn{-moz-box-pack:center;justify-content:center;width:100%}}.orders-header{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.orders-header-content{-moz-box-align:center;align-items:center;gap:16px;display:flex}.orders-header-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.orders-header-text{-moz-box-flex:1;flex:1}.orders-header-title{color:#1e293b;margin:0 0 4px;font-size:1.35rem;font-weight:700}.orders-header-count{color:#9a3412;margin:0;font-size:.9rem}.orders-add-btn{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;-moz-box-align:center;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px rgba(249,115,22,.25)}.orders-add-btn:hover{color:#fff;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 16px rgba(249,115,22,.35)}.orders-list{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:16px;display:flex}.orders-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;-moz-transition:all .2s;transition:all .2s}.orders-card:hover{border-color:#f97316;box-shadow:0 4px 16px rgba(249,115,22,.1)}.orders-card-header{-moz-box-pack:justify;justify-content:space-between;-moz-box-align:start;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.orders-card-product{-moz-box-flex:1;flex:1;-moz-box-align:start;align-items:flex-start;gap:14px;min-width:0;display:flex}.orders-card-icon{color:#ea580c;background:-moz-linear-gradient(315deg,#ffedd5 0%,#fed7aa 100%);background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:48px;height:48px;display:flex}.orders-card-info{-moz-box-flex:1;flex:1;min-width:0}.orders-card-title{color:#1e293b;margin-bottom:6px;font-size:1rem;font-weight:700;line-height:1.4}.orders-card-car{color:#6b7280;background:#f3f4f6;border-radius:6px;-moz-box-align:center;align-items:center;gap:6px;padding:4px 10px;font-size:.85rem;display:inline-flex}.orders-card-status{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:6px 14px;font-size:.8rem;font-weight:600}.orders-card-status-pending{color:#92400e;background:-moz-linear-gradient(315deg,#fef3c7 0%,#fde68a 100%);background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.orders-card-status-processing{color:#1e40af;background:-moz-linear-gradient(315deg,#dbeafe 0%,#bfdbfe 100%);background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.orders-card-status-completed{color:#166534;background:-moz-linear-gradient(315deg,#dcfce7 0%,#bbf7d0 100%);background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.orders-card-status-canceled{color:#991b1b;background:-moz-linear-gradient(315deg,#fee2e2 0%,#fecaca 100%);background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.orders-card-details{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;-moz-box-lines:multiple;flex-wrap:wrap;gap:16px;padding:16px 0;display:flex}.orders-card-detail{color:#6b7280;-moz-box-align:center;align-items:center;gap:6px;font-size:.85rem;display:flex}.orders-card-detail svg{color:#9ca3af}.orders-card-footer{-moz-box-pack:end;justify-content:flex-end;padding-top:16px;display:flex}.orders-card-link{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:10px;-moz-box-align:center;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex}.orders-card-link:hover{color:#fff;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 12px rgba(249,115,22,.3)}.orders-empty{text-align:center;background:-moz-linear-gradient(315deg,#f9fafb 0%,#f3f4f6 100%);background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border:2px dashed #d1d5db;border-radius:16px;padding:48px 24px}.orders-empty-icon{color:#f97316;background:-moz-linear-gradient(315deg,#ffedd5 0%,#fed7aa 100%);background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);border-radius:50%;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.orders-empty-title{color:#374151;margin-bottom:8px;font-size:1.15rem;font-weight:700}.orders-empty-text{color:#6b7280;margin-bottom:24px;font-size:.95rem}.orders-empty-btn{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;-moz-box-align:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.orders-empty-btn:hover{color:#fff;-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.4)}@media (max-width:576px){.orders-header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:stretch;align-items:stretch;padding:20px}.orders-header-content{margin-bottom:16px}.orders-header-icon{width:48px;height:48px}.orders-header-title{font-size:1.15rem}.orders-add-btn{-moz-box-pack:center;justify-content:center;width:100%}.orders-card{padding:16px}.orders-card-header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px}.orders-card-status{align-self:flex-start}.orders-card-details{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:10px}.orders-card-footer{justify-content:stretch}.orders-card-link{-moz-box-pack:center;justify-content:center;width:100%}.orders-empty{padding:32px 16px}.orders-empty-icon{width:60px;height:60px}.orders-empty-title{font-size:1rem}}.order-detail-header{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.order-detail-header-content{-moz-box-align:center;align-items:center;gap:16px;display:flex}.order-detail-header-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.order-detail-header-text{-moz-box-flex:1;flex:1}.order-detail-header-title{color:#1e293b;margin:0 0 6px;font-size:1.35rem;font-weight:700}.order-detail-header-date{color:#9a3412;-moz-box-align:center;align-items:center;gap:6px;margin:0;font-size:.9rem;display:flex}.order-detail-header-actions{-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-align:center;align-items:center;gap:12px;display:flex}.order-detail-status{white-space:nowrap;border-radius:20px;padding:8px 16px;font-size:.85rem;font-weight:600}.order-detail-status-pending{color:#92400e;background:-moz-linear-gradient(315deg,#fef3c7 0%,#fde68a 100%);background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.order-detail-status-processing{color:#1e40af;background:-moz-linear-gradient(315deg,#dbeafe 0%,#bfdbfe 100%);background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.order-detail-status-completed{color:#166534;background:-moz-linear-gradient(315deg,#dcfce7 0%,#bbf7d0 100%);background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.order-detail-status-canceled{color:#991b1b;background:-moz-linear-gradient(315deg,#fee2e2 0%,#fecaca 100%);background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.order-detail-back-btn{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;-moz-box-align:center;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex}.order-detail-back-btn:hover{color:#f97316;background:#fff7ed;border-color:#f97316}.order-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:20px;padding:24px}.order-detail-card-header{border-bottom:1px solid #f3f4f6;-moz-box-align:center;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.order-detail-card-icon{border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:44px;height:44px;display:flex}.order-detail-card-icon-product{color:#ea580c;background:-moz-linear-gradient(315deg,#ffedd5 0%,#fed7aa 100%);background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%)}.order-detail-card-icon-buyer{color:#2563eb;background:-moz-linear-gradient(315deg,#dbeafe 0%,#bfdbfe 100%);background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.order-detail-card-icon-desc{color:#9333ea;background:-moz-linear-gradient(315deg,#f3e8ff 0%,#e9d5ff 100%);background:linear-gradient(135deg,#f3e8ff 0%,#e9d5ff 100%)}.order-detail-card-icon-seller{color:#16a34a;background:-moz-linear-gradient(315deg,#dcfce7 0%,#bbf7d0 100%);background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.order-detail-card-icon-qa{color:#d97706;background:-moz-linear-gradient(315deg,#fef3c7 0%,#fde68a 100%);background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.order-detail-card-title{color:#1e293b;margin:0;font-size:1.1rem;font-weight:600}.order-detail-product{-moz-box-align:start;align-items:flex-start;gap:20px;display:flex}.order-detail-product-image{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.order-detail-img{object-fit:cover;width:100%;height:100%}.order-detail-product-info{-moz-box-flex:1;flex:1;min-width:0}.order-detail-product-name{color:#1e293b;margin-bottom:8px;font-size:1.1rem;font-weight:700}.order-detail-product-car{color:#6b7280;background:#f3f4f6;border-radius:8px;-moz-box-align:center;align-items:center;gap:6px;margin-bottom:12px;padding:6px 12px;font-size:.85rem;display:inline-flex}.order-detail-product-meta{-moz-box-lines:multiple;flex-wrap:wrap;gap:16px;display:flex}.order-detail-product-count,.order-detail-product-price{color:#6b7280;-moz-box-align:center;align-items:center;gap:6px;font-size:.9rem;display:flex}.order-detail-product-price{color:#16a34a;font-weight:600}.order-detail-buyer{-moz-box-align:start;align-items:flex-start;gap:16px;display:flex}.order-detail-buyer-avatar{color:#2563eb;background:-moz-linear-gradient(315deg,#dbeafe 0%,#bfdbfe 100%);background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-radius:50%;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.order-detail-avatar-img{object-fit:cover;width:100%;height:100%}.order-detail-buyer-info{-moz-box-flex:1;flex:1;min-width:0}.order-detail-buyer-name{color:#1e293b;margin-bottom:8px;font-size:1rem;font-weight:600}.order-detail-buyer-address{color:#6b7280;-moz-box-align:start;align-items:flex-start;gap:8px;font-size:.9rem;line-height:1.6;display:flex}.order-detail-buyer-address svg{color:#9ca3af;flex-shrink:0;margin-top:4px}.order-detail-description{color:#4b5563;background:#f9fafb;border-radius:12px;padding:16px;font-size:.95rem;line-height:1.8}.order-detail-seller{-moz-box-align:center;align-items:center;gap:16px;display:flex}.order-detail-seller-logo{color:#16a34a;background:-moz-linear-gradient(315deg,#dcfce7 0%,#bbf7d0 100%);background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.order-detail-seller-img{object-fit:cover;width:100%;height:100%}.order-detail-seller-info{-moz-box-flex:1;flex:1}.order-detail-seller-name{color:#1e293b;margin-bottom:4px;font-size:1rem;font-weight:600}.order-detail-seller-date{color:#6b7280;-moz-box-align:center;align-items:center;gap:6px;font-size:.85rem;display:flex}.order-detail-questions{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:20px;display:flex}.order-detail-question{background:#f9fafb;border-radius:12px;padding:16px}.order-detail-question-text{color:#374151;margin-bottom:12px;font-size:.95rem;font-weight:600}.order-detail-answers{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px;display:flex}.order-detail-answer{color:#9ca3af;background:#fff;border:1px solid #e5e7eb;border-radius:8px;-moz-box-align:center;align-items:center;gap:10px;padding:8px 12px;font-size:.9rem;display:flex}.order-detail-answer-selected{color:#16a34a;background:-moz-linear-gradient(315deg,#f0fdf4 0%,#dcfce7 100%);background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#86efac}.order-detail-answer-icon{flex-shrink:0}.order-detail-answer-selected .order-detail-answer-icon{color:#16a34a}@media (max-width:576px){.order-detail-header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:stretch;align-items:stretch;padding:20px}.order-detail-header-content{margin-bottom:16px}.order-detail-header-icon{width:48px;height:48px}.order-detail-header-title{font-size:1.15rem}.order-detail-header-actions{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:stretch;align-items:stretch}.order-detail-status{text-align:center}.order-detail-back-btn{-moz-box-pack:center;justify-content:center;width:100%}.order-detail-card{padding:16px}.order-detail-product{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.order-detail-product-image{width:100%;height:120px}.order-detail-buyer{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.order-detail-buyer-address{text-align:center;-moz-box-pack:center;justify-content:center}.order-detail-seller{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}}.profile-edit-header{background:-moz-linear-gradient(315deg,#fff7ed 0%,#ffedd5 100%);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;-moz-box-lines:multiple;flex-wrap:wrap;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.profile-edit-header-content{-moz-box-align:center;align-items:center;gap:16px;display:flex}.profile-edit-header-icon{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.profile-edit-header-text{-moz-box-flex:1;flex:1}.profile-edit-header-title{color:#1e293b;margin:0 0 4px;font-size:1.35rem;font-weight:700}.profile-edit-header-subtitle{color:#9a3412;margin:0;font-size:.9rem}.profile-edit-back-btn{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;-moz-box-align:center;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:inline-flex}.profile-edit-back-btn:hover{color:#f97316;background:#fff7ed;border-color:#f97316}.profile-edit-avatar-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;-moz-box-align:center;align-items:center;gap:20px;margin-bottom:20px;padding:24px;display:flex}.profile-edit-avatar{color:#fff;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:50%;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:700;display:flex;overflow:hidden;box-shadow:0 4px 12px rgba(249,115,22,.3)}.profile-edit-avatar img{object-fit:cover;width:100%;height:100%}.profile-edit-avatar-info{-moz-box-flex:1;flex:1}.profile-edit-avatar-name{color:#1e293b;margin-bottom:4px;font-size:1.25rem;font-weight:700}.profile-edit-avatar-hint{color:#6b7280;font-size:.9rem}.profile-edit-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:20px;padding:24px}.profile-edit-card-header{border-bottom:1px solid #f3f4f6;-moz-box-align:center;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.profile-edit-card-icon{color:#ea580c;background:-moz-linear-gradient(315deg,#ffedd5 0%,#fed7aa 100%);background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);border-radius:12px;flex-shrink:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:44px;height:44px;display:flex}.profile-edit-card-title{color:#1e293b;margin:0;font-size:1.1rem;font-weight:600}.profile-edit-actions{-moz-box-pack:start;justify-content:flex-start;margin-top:8px;display:flex}.profile-edit-submit-btn{color:#fff;cursor:pointer;background:-moz-linear-gradient(315deg,#f97316 0%,#ea580c 100%);background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:none;border-radius:12px;-moz-box-align:center;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;-moz-transition:all .2s;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.profile-edit-submit-btn:hover{-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.4)}@media (max-width:576px){.profile-edit-header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:stretch;align-items:stretch;padding:20px}.profile-edit-header-content{margin-bottom:16px}.profile-edit-header-icon{width:48px;height:48px}.profile-edit-header-title{font-size:1.15rem}.profile-edit-back-btn{-moz-box-pack:center;justify-content:center;width:100%}.profile-edit-avatar-section{text-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:20px}.profile-edit-avatar{width:72px;height:72px;font-size:1.75rem}.profile-edit-card{padding:16px}.profile-edit-actions{justify-content:stretch}.profile-edit-submit-btn{-moz-box-pack:center;justify-content:center;width:100%}}
.img-box{-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;display:flex;position:relative;overflow:hidden}.img-box img,.img-box picture{min-width:100%;min-height:100%;display:flex;position:absolute!important}.img-box:after{content:"";display:block;padding-bottom:var(--dynamic-ratio)!important;background-image:var(--background-image)!important}.mh-auto{max-height:none!important}.mw-auto{max-width:none!important}
.mobile-bottom-nav{z-index:1040;padding:.5rem 0;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0));background:-moz-linear-gradient(315deg,#1a1a2e 0%,#16213e 50%,#0f1922 100%);background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f1922 100%);border-top:1px solid rgba(255,130,66,.15);justify-content:space-around;-moz-box-align:center;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px rgba(0,0,0,.25)}.mobile-bottom-nav:before{content:"";pointer-events:none;background:-moz-linear-gradient(rgba(255,130,66,.03) 0%,transparent 30%,transparent 70%,rgba(255,130,66,.03) 100%);background:linear-gradient(90deg,rgba(255,130,66,.03) 0%,transparent 30%,transparent 70%,rgba(255,130,66,.03) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.mobile-bottom-nav-item{color:rgba(255,255,255,.6);-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;gap:.25rem;min-width:64px;padding:.5rem 1rem;text-decoration:none;-moz-transition:all .2s;transition:all .2s;display:flex;position:relative}.mobile-bottom-nav-item span{font-size:.7rem;font-weight:500;line-height:1}.mobile-bottom-nav-item:hover{color:rgba(255,255,255,.85)}.mobile-bottom-nav-item.active{color:var(--primary-color)}.mobile-bottom-nav-item.active:before{content:"";background:var(--primary-gradient);border-radius:0 0 4px 4px;width:32px;height:3px;position:absolute;top:-.5rem;left:50%;-moz-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}@media (max-width:991.98px){main{padding-bottom:calc(70px + env(safe-area-inset-bottom,0))}.floating-call{bottom:calc(70px + env(safe-area-inset-bottom,0) + 10px)}.div-floating-button{bottom:calc(70px + env(safe-area-inset-bottom,0) + 90px)!important}}@media (min-width:992px){.mobile-bottom-nav{display:none!important}}
.rr--group{width:100%;display:flex;position:relative}.rr--box{-webkit-tap-highlight-color:transparent;-moz-box-flex:1;flex-grow:1;width:100%;display:flex}.rr--svg{aspect-ratio:1;pointer-events:none;-moz-box-flex:1;flex-grow:1;width:100%;display:flex;overflow:clip}@supports not (overflow:clip){.rr--svg{overflow:auto}}.rr--box:focus,.rr-reset:focus{box-shadow:none;outline:none}.rr--box:focus-visible{box-shadow:none;outline:none}.rr-reset:focus-visible{box-shadow:none;outline:none}.rr--focus-reset{outline:6px double #0079ff}.rr--box:focus-visible .rr--svg{isolation:isolate;outline:6px double #0079ff}.rr--reset{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;bottom:50%;right:0;overflow:hidden}[dir=rtl] .rr--reset{left:0;right:auto}.rr--dir-y .rr--reset{bottom:0;right:50%}.rr--disabled{opacity:.5;cursor:not-allowed}.rr--disabled .rr--svg{pointer-events:none}.rr--pointer .rr--box{cursor:pointer}.rr--dir-x{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.rr--dir-y{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.rr--space-sm .rr--svg{padding:8%}.rr--space-md .rr--svg{padding:12.5%}.rr--space-lg .rr--svg{padding:17.5%}.rr--dir-x.rr--gap-sm .rr--svg{margin:0 6.25%}.rr--dir-x.rr--gap-sm .rr--box:focus-visible:after{width:87.5%;left:6.25%}.rr--dir-x.rr--gap-md .rr--svg{margin:0 12.5%}.rr--dir-x.rr--gap-md .rr--box:focus-visible:after{width:75%;left:12.5%}.rr--dir-x.rr--gap-lg .rr--svg{margin:0 25%}.rr--dir-x.rr--gap-lg .rr--box:focus-visible:after{width:50%;left:25%}.rr--dir-y.rr--gap-sm .rr--svg{margin:6.25% 0}.rr--dir-y.rr--gap-md .rr--svg{margin:12.5% 0}.rr--dir-y.rr--gap-lg .rr--svg{margin:25% 0}.rr--rx-sm .rr--svg{border-radius:5%}.rr--rx-md .rr--svg{border-radius:15%}.rr--rx-lg .rr--svg{border-radius:20%}.rr--rx-full .rr--svg{border-radius:100%}.rr--has-stroke .rr--svg{stroke-linecap:round;stroke-linejoin:round}.rr--has-border .rr--svg{border-width:var(--rr--border-width);border-style:solid}.rr--on .rr--svg{fill:var(--rr--fill-on-color,none)}.rr--off .rr--svg{fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--on .rr--svg{stroke:var(--rr--stroke-on-color,currentColor)}.rr--has-stroke .rr--off .rr--svg{stroke:var(--rr--stroke-off-color,currentColor)}.rr--on .rr--svg{background-color:var(--rr--box-on-color,none)}.rr--off .rr--svg{background-color:var(--rr--box-off-color,none)}.rr--has-border .rr--off .rr--svg{border-color:var(--rr--border-off-color,currentColor)}.rr--has-border .rr--on .rr--svg{border-color:var(--rr--border-on-color,currentColor)}.rr--fx-colors{--rr--easing:.2s cubic-bezier(.61,1,.88,1)}.rr--fx-colors .rr--svg{-moz-transition-duration:.2s;transition-duration:.2s;-moz-transition-timing-function:var(--rr--easing);transition-timing-function:var(--rr--easing);-moz-transition-property:background-color,border-color,fill,stroke;transition-property:background-color,border-color,fill,stroke}.rr--fx-opacity .rr--off{opacity:.35;-moz-transition:opacity var(--rr--easing);transition:opacity var(--rr--easing)}.rr--fx-opacity .rr--on{opacity:1}@media (hover:hover){.rr--fx-opacity .rr--box:hover{opacity:1}.rr--fx-zoom .rr--box{-moz-transition:transform var(--rr--easing);transition:transform var(--rr--easing);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.rr--fx-zoom .rr--box:hover{-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}@media (prefers-reduced-motion){.rr--fx-zoom .rr--box:hover{-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rr--fx-position .rr--box{-moz-transition:transform var(--rr--easing);transition:transform var(--rr--easing);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.rr--fx-position .rr--box:hover{-moz-transform:translateY(-15%);-ms-transform:translateY(-15%);transform:translateY(-15%)}@media (prefers-reduced-motion){.rr--fx-position .rr--box:hover{-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}}.rr--svg-stop-1{stop-color:var(--rr--fill-on-color,transparent)}.rr--svg-stop-2{stop-color:var(--rr--fill-off-color,transparent)}[dir=rtl] .rr--svg-stop-1{stop-color:var(--rr--fill-off-color,transparent)}[dir=rtl] .rr--svg-stop-2{stop-color:var(--rr--fill-on-color,transparent)}.rr--hf-svg-on{fill:var(--rr--fill-on-color,none)}.rr--hf-svg-off{fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--hf-svg-on{stroke:var(--rr--stroke-on-color,currentColor)}.rr--has-stroke .rr--hf-svg-off{stroke:var(--rr--stroke-off-color,currentColor)}.rr--hf-svg-on .rr--svg,.rr--hf-svg-off .rr--svg{background-color:var(--rr--box-off-color,none)}.rr--has-border .rr--hf-svg-on .rr--svg{border-color:var(--rr--border-on-color,currentColor)}.rr--has-border .rr--hf-svg-off .rr--svg{border-color:var(--rr--border-off-color,currentColor)}.rr--dir-x .rr--hf-box-int .rr--svg{background:linear-gradient(to right,var(--rr--box-on-color,none)50%,var(--rr--box-off-color,none)50%)}[dir=rtl] .rr--dir-x .rr--hf-box-int .rr--svg{background:linear-gradient(to left,var(--rr--box-on-color,none)50%,var(--rr--box-off-color,none)50%)}.rr--dir-y .rr--hf-box-int .rr--svg{background:linear-gradient(to bottom,var(--rr--box-on-color,none)50%,var(--rr--box-off-color,none)50%)}.rr--hf-box-on .rr--svg{background-color:var(--rr--box-on-color,none)}.rr--hf-box-off .rr--svg{background-color:var(--rr--box-off-color,none)}.rr--hf-box-on .rr--svg,.rr--hf-box-off .rr--svg,.rr--hf-box-int .rr--svg{fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--hf-box-on .rr--svg,.rr--has-stroke .rr--hf-box-off .rr--svg,.rr--has-stroke .rr--hf-box-int .rr--svg{stroke:var(--rr--stroke-off-color,currentColor)}.rr--has-border .rr--hf-box-on .rr--svg,.rr--has-border .rr--hf-box-int .rr--svg{border-color:var(--rr--border-on-color,currentColor)}.rr--has-border .rr--hf-box-off .rr--svg{border-color:var(--rr--border-off-color,currentColor)}
