.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;transition:all .3s}.order-section:hover{box-shadow:var(--shadow-md)}.order-section-header{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;align-items:center;gap:12px;padding:16px 20px;display:flex}.order-section-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.order-section-icon.primary{color:var(--primary-color);background:linear-gradient(135deg,rgba(255,130,66,.15) 0%,rgba(255,107,31,.1) 100%)}.order-section-icon.success{color:#059669;background:linear-gradient(135deg,rgba(16,185,129,.15) 0%,rgba(5,150,105,.1) 100%)}.order-section-icon.info{color:#2563eb;background:linear-gradient(135deg,rgba(59,130,246,.15) 0%,rgba(37,99,235,.1) 100%)}.order-section-icon.warning{color:#d97706;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: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{flex-direction:column;flex:1;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{flex-wrap:wrap;gap:12px;font-size:.8rem;display:flex}.order-product-meta-item{color:#64748b;align-items:center;gap:4px;display:flex}.order-product-meta-item a{color:#2563eb!important}.order-product-price{flex-direction:column;flex-shrink:0;justify-content:center;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:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:6px;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;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;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;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.order-quantity-btn:hover{background:#e2e8f0}.order-car-warning{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:2px solid #f87171;border-radius:16px;flex-direction:column;gap:16px;margin-top:20px;padding:20px;display:flex;position:relative;overflow:hidden}.order-car-warning:before{content:"";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{align-items:center;gap:12px;display:flex}.order-car-warning-icon{color:#fff;background:linear-gradient(135deg,#f87171 0%,#dc2626 100%);border-radius:12px;flex-shrink:0;justify-content: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:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border:none;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;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{-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(14,165,233,.4)}.order-address-list{flex-direction:column;gap:12px;display:flex}.order-address-card{cursor:pointer;background:#f8fafc;border:2px solid transparent;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;transition:all .2s;display:flex;position:relative}.order-address-card:hover{background:#f1f5f9}.order-address-card.selected{border-color:var(--primary-color);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;justify-content:center;align-items:center;width:24px;height:24px;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;transition:-ms-transform .2s,transform .2s;-ms-transform:scale(0);transform:scale(0)}.order-address-card.selected .order-address-indicator-dot{-ms-transform:scale(1);transform:scale(1)}.order-address-content{flex:1;min-width:0}.order-address-region{color:var(--primary-color);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;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:.9rem;font-weight:600;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{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{flex-direction:column;gap:8px;display:flex}.order-answer-card{cursor:pointer;background:#f8fafc;border:2px solid transparent;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex;position:relative}.order-answer-card:hover{background:#f1f5f9}.order-answer-card.selected{border-color:var(--primary-color);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;justify-content:center;align-items:center;width:20px;height:20px;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;transition:-ms-transform .2s,transform .2s;-ms-transform:scale(0);transform:scale(0)}.order-answer-card.selected .order-answer-indicator-dot{-ms-transform:scale(1);transform:scale(1)}.order-answer-text{color:#374151;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;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;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:linear-gradient(135deg,#fefce8 0%,#fef9c3 100%);border:1px solid #fde047;border-radius:12px;margin-bottom:20px;padding:16px}.order-rules-title{color:#854d0e;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;transition:-ms-transform .3s,transform .3s;position:fixed;bottom:0;left:0;right:0;-ms-transform:translateY(100%);transform:translateY(100%);box-shadow:0 -4px 24px rgba(0,0,0,.12)}.order-floating-summary.visible{-ms-transform:translateY(0);transform:translateY(0)}.order-floating-content{justify-content:flex-end;align-items:center;gap:16px;max-width:1440px;margin:0 auto;display:flex}.order-floating-product{flex:1;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{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{justify-content:space-between}}.order-floating-validation{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:500;display:flex}.order-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 16px rgba(16,185,129,.35)}.order-submit-btn:hover:not(:disabled){-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;animation:.8s linear infinite spin}.order-section.valid{border-color:#10b981}.order-section.valid .order-section-header{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.order-section.invalid{border-color:#f87171}.order-section.invalid .order-section-header{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%)}@media (max-width:768px){.order-stepper{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{flex-direction:column;align-items:flex-start}.order-product-image{width:80px;height:80px}.order-product-price{flex-direction:row;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{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{flex-wrap:wrap}}@keyframes fadeInUp{0%{opacity:0;-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-ms-transform:translateY(0);transform:translateY(0)}}.order-section{animation:.4s ease-out fadeInUp}.order-section:first-child{animation-delay:50ms}.order-section:nth-child(2){animation-delay:.1s}.order-section:nth-child(3){animation-delay:.15s}.order-section:nth-child(4){animation-delay:.2s}.order-section:nth-child(5){animation-delay:.25s}.order-section:nth-child(6){animation-delay:.3s}.order-form-container{padding-bottom:100px}
.processing-page{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 50%,#f0fdfa 100%);justify-content: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;animation:.8s linear infinite spin}@keyframes spin{to{-ms-transform:rotate(360deg);transform:rotate(360deg)}}.processing-loading p{color:#6b7280;font-size:1rem}.processing-success-icon{color:#10b981;margin-bottom:24px;animation:.5s ease-out successPop}@keyframes successPop{0%{opacity:0;-ms-transform:scale(0);transform:scale(0)}50%{-ms-transform:scale(1.2);transform:scale(1.2)}to{opacity: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:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:2px solid #f59e0b;border-radius:16px;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;animation:.4s ease-out .2s both slideInUp;display:flex}@keyframes slideInUp{0%{opacity:0;-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-ms-transform:translateY(0);transform:translateY(0)}}.processing-free-delivery-icon{color:#d97706;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 4px 12px rgba(217,119,6,.2)}.processing-free-delivery-content{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;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;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{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{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.processing-product-car{color:#64748b;background:#f1f5f9;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.85rem;display:flex}.processing-product-count{color:#64748b;font-size:.85rem}.processing-price{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border-radius:12px;justify-content:space-between;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;align-items:flex-start;gap:12px;display:flex}.processing-address-icon{color:#ef4444;flex-shrink:0;margin-top:2px}.processing-address-text{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;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;animation:.4s ease-out .4s both slideInUp;display:flex}.processing-status-icon{color:#2563eb;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.processing-status-text{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;animation:.4s ease-out .5s both slideInUp;display:flex}.processing-btn{text-align:center;border-radius:12px;flex:1;padding:14px 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s}.processing-btn-primary{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px rgba(16,185,129,.3)}.processing-btn-primary:hover{color:#fff;-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;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;flex-direction:column;padding:20px}.processing-free-delivery-content{align-items:center}.processing-product{text-align:center;flex-direction:column}.processing-product-info{text-align:center}.processing-product-details{justify-content:center}.processing-price{text-align:center;flex-direction:column;gap:8px}.processing-address{text-align:center;flex-direction:column;align-items:center}.processing-address-text{align-items:center}.processing-status{text-align:center;flex-direction:column}.processing-status-text{align-items:center}.processing-actions{flex-direction:column}}
.about-page{min-height:60vh}.about-hero{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:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:20px;justify-content: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:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:2px;width:4px;height:24px;position:absolute;top:50%;right:0;-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;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;flex-wrap:wrap;justify-content:center;gap:32px;margin-top:40px;padding-top:32px;display:flex}.about-trust-item{color:#6b7280;align-items:center;gap:10px;font-size:.9rem;display:flex}.about-trust-icon{color:#f97316;background:#fff7ed;border-radius:10px;justify-content: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:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50px;align-items:center;gap:10px;padding:14px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;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;-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{-ms-transform:translateY(-1px)scale(.98);transform:translateY(-1px)scale(.98)}@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;align-items:flex-start;gap:16px;padding:24px;transition:all .3s;display:flex;box-shadow:0 4px 24px rgba(0,0,0,.1)}.contact-card:hover{-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;-ms-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 8px 32px rgba(249,115,22,.2)}.contact-card-icon-primary{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.contact-card-icon{color:#f97316;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-card-content{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;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;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.contact-content-header-icon{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:10px;justify-content: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;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;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .2s;display:flex}.contact-social-link:hover{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-ms-transform:translateY(-2px);transform:translateY(-2px)}.contact-hours{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;align-items:center;gap:8px;margin-bottom:12px;font-size:.9rem;font-weight:600;display:flex}.contact-hours-list{flex-direction:column;gap:8px;display:flex}.contact-hours-item{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: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;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:linear-gradient(135deg,#ff8242 0%,#ff6b1f 100%);border-radius:28px;justify-content: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: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;transition:all .3s;box-shadow:0 4px 20px rgba(0,0,0,.06)}.seller-category-card:hover{border-color:#ff8242;-ms-transform:translateY(-6px);transform:translateY(-6px);box-shadow:0 12px 32px rgba(255,130,66,.15)}.seller-category-icon{color:#ff8242;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;transition:all .3s;display:flex}.seller-category-card:hover .seller-category-icon{color:#fff;background:linear-gradient(135deg,#ff8242 0%,#ff6b1f 100%)}.seller-category-title{color:#1e293b;margin:0;font-size:.95rem;font-weight:600}.seller-download{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;flex-direction:column;align-items:center;padding:32px 24px;transition:all .3s;display:flex;box-shadow:0 8px 32px rgba(0,0,0,.08)}.seller-download-card:hover{-ms-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.12)}.seller-download-card.featured{background:linear-gradient(#fff 0%,#fff7ed 100%);border-color:#ff8242}.seller-download-card.featured .seller-download-icon{color:#fff;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;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;transition:all .3s;display:flex}.seller-download-card:hover .seller-download-icon{-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;flex-grow:1;margin-bottom:20px;font-size:.9rem;line-height:1.6}.seller-download-btn{border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.seller-download-btn-primary{color:#fff;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;-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:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);border:1px solid #93c5fd;border-radius:16px;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;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.seller-note-content{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: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:linear-gradient(135deg,#ff8242 0%,#ff6b1f 100%);border-radius:14px;align-items:center;gap:10px;padding:16px 40px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 32px rgba(255,130,66,.4)}.seller-cta-btn:hover{color:#fff;-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;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;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:500;text-decoration:none;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:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-color:transparent}.user-mobile-nav-item-active:hover{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.user-mobile-nav-icon{justify-content: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:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-bottom:1px solid #fed7aa;align-items:center;gap:14px;padding:20px;display:flex}.user-sidebar-avatar{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:50%;flex-shrink:0;justify-content: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{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;align-items:center;gap:12px;margin-bottom:4px;padding:14px 16px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.user-sidebar-link:hover{color:#f97316;background:#f9fafb}.user-sidebar-link-active{color:#ea580c;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);font-weight:600}.user-sidebar-link-active:hover{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%)}.user-sidebar-link-icon{background:#f3f4f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;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:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.user-sidebar-link-text{flex:1}.user-sidebar-link-arrow{color:#d1d5db;transition:all .2s}.user-sidebar-link:hover .user-sidebar-link-arrow{color:#f97316;-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;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 16px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.user-sidebar-logout:hover{background:#fee2e2;border-color:#fca5a5}.profile-welcome{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;margin-bottom:24px;padding:24px}.profile-welcome-content{align-items:center;gap:20px;display:flex}.profile-avatar{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:50%;flex-shrink:0;justify-content: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{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;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:all .3s;display:flex}.profile-stat-card:hover{border-color:#f97316;-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;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.profile-stat-icon-orders{color:#2563eb;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.profile-stat-icon-addresses{color:#16a34a;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.profile-stat-icon-pending{color:#d97706;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.profile-stat-icon-completed{color:#10b981;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.profile-stat-content{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;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;flex-direction:column;align-items:center;gap:10px;padding:16px;text-decoration:none;transition:all .3s;display:flex}.profile-action-card:hover{background:#fff7ed;border-color:#f97316}.profile-action-icon{color:#6b7280;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.profile-action-card:hover .profile-action-icon{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.profile-action-label{color:#374151;font-size:.85rem;font-weight:500}.profile-recent-title{color:#374151;justify-content:space-between;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;transition:all .2s}.profile-order-card:hover{border-color:#d1d5db}.profile-order-header{justify-content:space-between;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{justify-content:space-between;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%;justify-content: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:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.profile-empty-btn:hover{color:#fff;-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;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.profile-content-header-icon{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:10px;justify-content: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;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{flex-direction:column;gap:8px}.profile-content-card{padding:16px}}.address-header{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.address-header-content{align-items:center;gap:16px;display:flex}.address-header-icon{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.address-header-text{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:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px rgba(249,115,22,.25)}.address-add-btn:hover{color:#fff;-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 16px rgba(249,115,22,.35)}.address-list{flex-direction:column;gap:12px;display:flex}.address-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-start;gap:16px;padding:20px;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:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.address-card-content{flex:1;min-width:0}.address-card-location{color:#374151;flex-wrap:wrap;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;align-items:center;gap:8px;display:flex}.address-card-edit{color:#6b7280;background:#f3f4f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex}.address-card-edit:hover{color:#fff;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;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.address-card-delete:hover{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.address-empty{text-align:center;background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border:2px dashed #d1d5db;border-radius:16px;padding:48px 24px}.address-empty-icon{color:#9ca3af;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);border-radius:50%;justify-content: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:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.address-empty-btn:hover{color:#fff;-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.4)}@media (max-width:576px){.address-header{flex-direction:column;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{justify-content:center;width:100%}.address-card{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:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.address-form-header-content{align-items:center;gap:16px;display:flex}.address-form-header-icon{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.address-form-header-text{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;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;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;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:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #86efac;border-radius:12px;align-items:flex-start;gap:14px;margin-top:20px;padding:16px;display:flex}.address-detected-icon{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.address-detected-content{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{justify-content:flex-start;margin-top:8px;display:flex}.address-form-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.address-form-submit-btn:hover:not(:disabled){-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:linear-gradient(135deg,#d1d5db 0%,#9ca3af 100%)}@media (max-width:576px){.address-form-header{flex-direction:column;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{justify-content:center;width:100%}.address-form-card{border-radius:12px;padding:16px}.address-detected{text-align:center;flex-direction:column}.address-detected-icon{margin:0 auto}.address-form-actions{justify-content:stretch}.address-form-submit-btn{justify-content:center;width:100%}}.orders-header{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.orders-header-content{align-items:center;gap:16px;display:flex}.orders-header-icon{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.orders-header-text{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:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px rgba(249,115,22,.25)}.orders-add-btn:hover{color:#fff;-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 16px rgba(249,115,22,.35)}.orders-list{flex-direction:column;gap:16px;display:flex}.orders-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;transition:all .2s}.orders-card:hover{border-color:#f97316;box-shadow:0 4px 16px rgba(249,115,22,.1)}.orders-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.orders-card-product{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}.orders-card-icon{color:#ea580c;background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.orders-card-info{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;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:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.orders-card-status-processing{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.orders-card-status-completed{color:#166534;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.orders-card-status-canceled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.orders-card-details{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;gap:16px;padding:16px 0;display:flex}.orders-card-detail{color:#6b7280;align-items:center;gap:6px;font-size:.85rem;display:flex}.orders-card-detail svg{color:#9ca3af}.orders-card-footer{justify-content:flex-end;padding-top:16px;display:flex}.orders-card-link{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.orders-card-link:hover{color:#fff;-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 12px rgba(249,115,22,.3)}.orders-empty{text-align:center;background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border:2px dashed #d1d5db;border-radius:16px;padding:48px 24px}.orders-empty-icon{color:#f97316;background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);border-radius:50%;justify-content: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:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.orders-empty-btn:hover{color:#fff;-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.4)}@media (max-width:576px){.orders-header{flex-direction:column;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{justify-content:center;width:100%}.orders-card{padding:16px}.orders-card-header{flex-direction:column;gap:12px}.orders-card-status{align-self:flex-start}.orders-card-details{flex-direction:column;gap:10px}.orders-card-footer{justify-content:stretch}.orders-card-link{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:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.order-detail-header-content{align-items:center;gap:16px;display:flex}.order-detail-header-icon{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.order-detail-header-text{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;align-items:center;gap:6px;margin:0;font-size:.9rem;display:flex}.order-detail-header-actions{flex-wrap:wrap;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:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.order-detail-status-processing{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.order-detail-status-completed{color:#166534;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.order-detail-status-canceled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.order-detail-back-btn{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;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;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.order-detail-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.order-detail-card-icon-product{color:#ea580c;background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%)}.order-detail-card-icon-buyer{color:#2563eb;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.order-detail-card-icon-desc{color:#9333ea;background:linear-gradient(135deg,#f3e8ff 0%,#e9d5ff 100%)}.order-detail-card-icon-seller{color:#16a34a;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%)}.order-detail-card-icon-qa{color:#d97706;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{align-items:flex-start;gap:20px;display:flex}.order-detail-product-image{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;justify-content: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{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;align-items:center;gap:6px;margin-bottom:12px;padding:6px 12px;font-size:.85rem;display:inline-flex}.order-detail-product-meta{flex-wrap:wrap;gap:16px;display:flex}.order-detail-product-count,.order-detail-product-price{color:#6b7280;align-items:center;gap:6px;font-size:.9rem;display:flex}.order-detail-product-price{color:#16a34a;font-weight:600}.order-detail-buyer{align-items:flex-start;gap:16px;display:flex}.order-detail-buyer-avatar{color:#2563eb;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-radius:50%;flex-shrink:0;justify-content: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{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;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{align-items:center;gap:16px;display:flex}.order-detail-seller-logo{color:#16a34a;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border-radius:12px;flex-shrink:0;justify-content: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{flex:1}.order-detail-seller-name{color:#1e293b;margin-bottom:4px;font-size:1rem;font-weight:600}.order-detail-seller-date{color:#6b7280;align-items:center;gap:6px;font-size:.85rem;display:flex}.order-detail-questions{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{flex-direction:column;gap:8px;display:flex}.order-detail-answer{color:#9ca3af;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:.9rem;display:flex}.order-detail-answer-selected{color:#16a34a;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{flex-direction:column;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{flex-direction:column;align-items:stretch}.order-detail-status{text-align:center}.order-detail-back-btn{justify-content:center;width:100%}.order-detail-card{padding:16px}.order-detail-product{flex-direction:column}.order-detail-product-image{width:100%;height:120px}.order-detail-buyer{text-align:center;flex-direction:column;align-items:center}.order-detail-buyer-address{text-align:center;justify-content:center}.order-detail-seller{text-align:center;flex-direction:column;align-items:center}}.profile-edit-header{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.profile-edit-header-content{align-items:center;gap:16px;display:flex}.profile-edit-header-icon{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.profile-edit-header-text{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;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;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;align-items:center;gap:20px;margin-bottom:20px;padding:24px;display:flex}.profile-edit-avatar{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:50%;flex-shrink:0;justify-content: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{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;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.profile-edit-card-icon{color:#ea580c;background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);border-radius:12px;flex-shrink:0;justify-content: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{justify-content:flex-start;margin-top:8px;display:flex}.profile-edit-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(249,115,22,.3)}.profile-edit-submit-btn:hover{-ms-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.4)}@media (max-width:576px){.profile-edit-header{flex-direction:column;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{justify-content:center;width:100%}.profile-edit-avatar-section{text-align:center;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{justify-content:center;width:100%}}
.img-box{justify-content: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:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f1922 100%);border-top:1px solid rgba(255,130,66,.15);justify-content:space-around;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: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);flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-width:64px;padding:.5rem 1rem;text-decoration:none;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%;-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;flex-grow:1;width:100%;display:flex}.rr--svg{aspect-ratio:1;pointer-events:none;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{flex-direction:row}.rr--dir-y{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{transition-duration:.2s;transition-timing-function:var(--rr--easing);transition-property:background-color,border-color,fill,stroke}.rr--fx-opacity .rr--off{opacity:.35;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{transition:transform var(--rr--easing);-ms-transform:scale(1);transform:scale(1)}.rr--fx-zoom .rr--box:hover{-ms-transform:scale(1.2);transform:scale(1.2)}@media (prefers-reduced-motion){.rr--fx-zoom .rr--box:hover{-ms-transform:scale(1);transform:scale(1)}}.rr--fx-position .rr--box{transition:transform var(--rr--easing);-ms-transform:translateY(0);transform:translateY(0)}.rr--fx-position .rr--box:hover{-ms-transform:translateY(-15%);transform:translateY(-15%)}@media (prefers-reduced-motion){.rr--fx-position .rr--box:hover{-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)}
@font-face{font-family:lg;src:url(../media/lg.e99de0b5.woff2)format("woff2"),url(../media/lg.f714bbb8.ttf)format("truetype"),url(../media/lg.1ff58f7d.woff)format("woff"),url(../media/lg.f2230aef.svg)format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:lg!important}.lg-container{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.lg-next,.lg-prev{color:#999;cursor:pointer;z-index:1084;background-color:rgba(0,0,0,.45);border:none;border-radius:2px;outline:none;margin-top:-10px;padding:8px 10px 9px;font-size:22px;display:block;position:absolute;top:50%}.lg-next.disabled,.lg-prev.disabled{cursor:default;opacity:0!important}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{animation:.3s lg-right-end;position:relative}.lg-outer.lg-left-end .lg-object{animation:.3s lg-left-end;position:relative}.lg-toolbar{z-index:1082;width:100%;position:absolute;top:0;left:0}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(rgba(0,0,0,.4),transparent)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;text-align:center;will-change:color;-o-transition:color .2s linear;width:50px;height:47px;box-shadow:none;background:0 0;border:none;outline:none;padding:10px 0;font-size:24px;line-height:27px;transition:color .2s linear;text-decoration:none!important}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;text-align:center;z-index:1080;opacity:0;-o-transition:opacity .2s ease-out 0s;padding:10px 40px;font-size:16px;transition:opacity .2s ease-out}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{margin:5px 0 0;font-size:12px}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(transparent,rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;left:0;right:0}.lg-error-msg{color:#999;font-size:14px}.lg-counter{color:#999;vertical-align:middle;height:47px;padding-top:12px;padding-left:20px;font-size:16px;display:inline-block}.lg-closing .lg-toolbar,.lg-closing .lg-prev,.lg-closing .lg-next,.lg-closing .lg-sub-html{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1)0s,opacity .08 cubic-bezier(0,0,.25,1)0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1)0s,opacity .08 cubic-bezier(0,0,.25,1)0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1)0s,opacity .08 cubic-bezier(0,0,.25,1)0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1)0s,opacity .08 cubic-bezier(0,0,.25,1)0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont{opacity:0;will-change:transform,opacity;-ms-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1),opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1)0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1),opacity .25s cubic-bezier(0,0,.25,1)!important;transition:-ms-transform .25s cubic-bezier(0,0,.25,1),transform .25s cubic-bezier(0,0,.25,1),opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont{opacity:1;-ms-transform:scale(1);transform:scale(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{outline-offset:-5px;border-radius:8px}.lg-group:after{content:"";clear:both;display:table}.lg-container{outline:none;display:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-toolbar,.lg-prev,.lg-next,.lg-pager-outer,.lg-hide-sub-html .lg-sub-html{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1),opacity .25s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1)0s,opacity .25s cubic-bezier(0,0,.25,1)0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1),opacity .25s cubic-bezier(0,0,.25,1);transition:-ms-transform .25s cubic-bezier(0,0,.25,1),transform .25s cubic-bezier(0,0,.25,1),opacity .25s cubic-bezier(0,0,.25,1)}.lg-show-in .lg-toolbar,.lg-show-in .lg-prev,.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-ms-transform:translate(-10px);transform:translate(-10px)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-ms-transform:translate(10px);transform:translate(10px)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-ms-transform:translateY(-10px);transform:translateY(-10px)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-ms-transform:translateY(20px);transform:translateY(20px)}.lg-outer{z-index:1050;text-align:left;opacity:.001;will-change:auto;-o-transition:opacity .15s ease 0s;outline:none;width:100%;height:100%;transition:opacity .15s;position:fixed;top:0;left:0;overflow:hidden}.lg-outer *{box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{opacity:1;transition-duration:0s!important}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;bottom:0;left:0;right:0}.lg-outer .lg-inner{-o-transition:opacity 0s;white-space:nowrap;width:100%;transition:opacity;position:absolute;top:0;bottom:0;left:0}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(../media/loading.46ada183.gif) 50% no-repeat}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{text-align:center;width:100%;height:100%;display:inline-block;position:absolute}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";vertical-align:middle;height:100%;display:inline-block}.lg-outer .lg-img-wrap{white-space:nowrap;font-size:0;position:absolute;top:0;bottom:0;left:0;right:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{vertical-align:middle;width:auto;max-width:100%;height:auto;max-height:100%;display:inline-block;position:relative}.lg-outer .lg-empty-html.lg-sub-html,.lg-outer .lg-empty-html .lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{opacity:1;-ms-transform:translate(0,0%);transform:translate(0,0%)}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;vertical-align:middle;display:inline-block;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{z-index:1040;opacity:0;will-change:auto;-o-transition:opacity .333s ease-in 0s;background-color:#000;transition:opacity .333s ease-in;position:fixed;top:0;bottom:0;left:0;right:0}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-o-transition:none 0s ease 0s!important;transition:none!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-o-transition:opacity .1s ease 0s;transition:opacity .1s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275)0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275);transition:-ms-transform 1s cubic-bezier(.175,.885,.32,1.275),transform 1s cubic-bezier(.175,.885,.32,1.275)}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1);-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1)0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1);transition:-ms-transform 1s cubic-bezier(0,0,.25,1),transform 1s cubic-bezier(0,0,.25,1)}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-ms-transform:translate(-100%);transform:translate(-100%)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-ms-transform:translate(100%);transform:translate(100%)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{opacity:1;-ms-transform:translate(0,0);transform:translate(0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1),opacity .1s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1)0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1),opacity .1s;transition:-ms-transform 1s cubic-bezier(0,0,.25,1),transform 1s cubic-bezier(0,0,.25,1),opacity .1s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{opacity:1;transition-duration:0s!important}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{will-change:transform;-webkit-transition:-webkit-transform .35s ease-out;-o-transition:-o-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out;z-index:1080;transition:-ms-transform .35s ease-out,transform .35s ease-out;position:absolute;bottom:0;left:0;right:0;-ms-transform:translateY(100%);transform:translateY(100%)}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19);-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19)0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19);transition:-ms-transform .5s cubic-bezier(.12,.415,.01,1.19),transform .5s cubic-bezier(.12,.415,.01,1.19)}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1)0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1);transition:-ms-transform .8s cubic-bezier(0,0,.25,1),transform .8s cubic-bezier(0,0,.25,1)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-transform:translate(0,0);transform:translate(0,0)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img{-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19),opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19)0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19),opacity .15s!important;transition:-ms-transform .5s cubic-bezier(.12,.415,.01,1.19),transform .5s cubic-bezier(.12,.415,.01,1.19),opacity .15s!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition{max-width:none!important;max-height:none!important;top:50%!important;left:50%!important;-ms-transform:scale(1)translate(-50%,-50%)!important;transform:scale(1)translate(-50%,-50%)!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x{max-width:none!important;max-height:none!important;top:0!important;left:50%!important;-ms-transform:scale(1)translate(-50%)!important;transform:scale(1)translate(-50%)!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y{max-width:none!important;max-height:none!important;top:50%!important;left:0%!important;-ms-transform:scale(1)translateY(-50%)!important;transform:scale(1)translateY(-50%)!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-out{opacity:.75;pointer-events:none}
.lg-outer .lg-thumb-outer{float:left;background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{vertical-align:middle;height:100%;margin-bottom:-5px;padding:5px 0;display:inline-block}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;will-change:border-color;border-radius:2px;height:100%;margin-bottom:5px;overflow:hidden}@media (min-width:768px){.lg-outer .lg-thumb-item{-o-transition:border-color .25s ease;border:2px solid #fff;border-radius:4px;transition:border-color .25s}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{object-fit:cover;width:100%;height:100%;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}
#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;-ms-transform:rotate(3deg)translateY(-4px);transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid transparent;border-color:#29d transparent transparent #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);transform:rotate(360deg)}}
