@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--font-family:"Inter", sans-serif;--color-primary:#0f172a;--color-primary-light:#1e293b;--color-accent:#ea580c;--color-accent-hover:#c2410c;--color-text-main:#334155;--color-text-muted:#64748b;--color-text-light:#f8fafc;--color-border:#e2e8f0;--color-bg-base:#f8fafc;--color-bg-card:#fff;--color-bg-alt:#f1f5f9;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-premium:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--space-2:8px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--space-24:96px;--transition-fast:.15s ease-in-out;--transition-normal:.3s ease-in-out;--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg-base);color:var(--color-text-main);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{width:100%;max-width:1280px;padding:0 var(--space-4);margin:0 auto}.btn{padding:var(--space-2) var(--space-6);transition:all var(--transition-normal);border-radius:4px;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--color-accent);color:var(--color-text-light)}.btn-primary:hover{background-color:var(--color-accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{background-color:var(--color-primary);color:var(--color-text-light)}.btn-secondary:hover{background-color:var(--color-primary-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{border:1px solid var(--color-border);color:var(--color-primary);background-color:#0000}.btn-outline:hover{border-color:var(--color-primary);background-color:var(--color-bg-base)}.section-title{color:var(--color-primary);margin-bottom:var(--space-2);font-size:2.25rem;font-weight:700}.section-subtitle{color:var(--color-text-muted);margin-bottom:var(--space-8);font-size:1.125rem}.logo-image{object-fit:contain;width:auto;height:40px;display:block}.ios-toast-container{z-index:9999;opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.165,.84,.44,1);position:fixed;top:40px;left:50%;transform:translate(-50%)translateY(-20px)}.ios-toast-container.visible{opacity:1;transform:translate(-50%)translateY(0)}.ios-toast{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffbf;border:1px solid #ffffff4d;border-radius:20px;width:max-content;max-width:90vw;padding:12px 24px;box-shadow:0 10px 30px #0000001f}.ios-toast-content{color:#000;text-align:center;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;font-size:15px;font-weight:600}@media (prefers-color-scheme:dark){.ios-toast{background:#1e1e1ebf;border-color:#ffffff1a}.ios-toast-content{color:#fff}}.ios-toast.error .ios-toast-content{color:#ff3b30}.ios-toast.success .ios-toast-content{color:#34c759}.protected-image-container{-webkit-user-select:none;user-select:none;background-color:#f1f5f9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.actual-image{object-fit:contain;pointer-events:none;max-width:100%;max-height:100%;transition:opacity .3s}.actual-image.hidden{opacity:0}.actual-image.visible{opacity:1}.image-overlay{z-index:10;width:100%;height:100%;cursor:inherit;background:0 0;position:absolute;top:0;left:0}.image-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite loading;position:absolute;inset:0}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.image-fallback{color:#94a3b8;font-size:.875rem;font-weight:500}.no-select{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-card{background-color:var(--color-bg-card);border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008,0 1px 3px #00000005}.product-card:hover{border-color:#ea580c4d;transform:translateY(-6px);box-shadow:0 20px 40px #0000000f,0 8px 16px #ea580c14}.product-image-container{aspect-ratio:4/3;background-color:#f1f5f9;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-badges{bottom:var(--space-3);left:var(--space-3);gap:var(--space-2);z-index:10;flex-direction:column;display:flex;position:absolute}.product-name-overlay{z-index:10;color:var(--color-primary,#0f172a);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);-webkit-line-clamp:2;line-clamp:2;text-transform:uppercase;letter-spacing:.03em;background:#fffffff2;border:1px solid #e2e8f0cc;border-left:none;border-radius:0 8px 8px 0;-webkit-box-orient:vertical;max-width:80%;padding:6px 16px;font-size:.95rem;font-weight:800;display:-webkit-box;position:absolute;top:16px;left:0;overflow:hidden;box-shadow:0 4px 12px #00000014}.badge{text-transform:uppercase;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:700}.badge-new{color:#fff;background-color:#10b981}.badge-featured{background-color:var(--color-accent);color:#fff}.product-actions{top:var(--space-3);right:var(--space-3);gap:var(--space-2);opacity:0;transition:all var(--transition-normal);flex-direction:column;display:flex;position:absolute;transform:translate(20px)}.product-card:hover .product-actions{opacity:1;transform:translate(0)}.action-btn{background-color:var(--color-bg-card);width:36px;height:36px;color:var(--color-text-main);box-shadow:var(--shadow-md);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.action-btn:hover{background-color:var(--color-accent);color:#fff}.product-info{padding:var(--space-4);flex-direction:column;flex:1;display:flex}.product-meta{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.product-sku{color:var(--color-text-muted);background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:Arial,sans-serif;font-size:.7rem;font-weight:700}.product-category{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.product-name{color:var(--color-primary);margin-bottom:var(--space-2);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:600;display:-webkit-box;overflow:hidden}.product-specs{color:var(--color-text-muted);margin-bottom:var(--space-4);flex:1;font-size:.85rem}.product-footer{border-top:1px solid #eab30826;flex-direction:column;gap:16px;margin-top:auto;padding-top:16px;display:flex}.product-pricing{align-items:baseline;width:100%;display:flex}.product-price{color:var(--color-primary);font-size:1.35rem;font-weight:800}.product-price.quote{color:var(--color-text-muted);font-size:1rem}.product-action-row{align-items:center;gap:8px;width:100%;display:flex}.product-qty-control{background-color:#fff;border:1px solid #eab3084d;border-radius:12px;align-items:center;height:40px;display:flex;overflow:hidden}.qty-btn-small{cursor:pointer;color:#e2e8f0;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:100%;font-size:1.1rem;font-weight:800;transition:background .2s;display:flex}.qty-btn-small:hover{background-color:#eab3081a}.qty-display-small{text-align:center;color:#1e293b;width:24px;font-size:.9rem;font-weight:800}.add-to-cart-btn{color:#fff;cursor:pointer;background-color:#ea580c;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;height:40px;padding:10px 12px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 4px #ca8a0433}.add-to-cart-btn:hover{background-color:#c2410c;transform:translateY(-2px);box-shadow:0 10px 20px -5px #ea580c66}.admin-quick-actions{z-index:10;gap:8px;display:flex;position:absolute;top:12px;right:12px}.admin-btn{cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;padding:6px 14px;font-size:.75rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 5px #0000001a}.admin-btn.edit{color:#3b82f6;background-color:#f8fafc;border:1px solid #bfdbfe}.admin-btn.delete{color:#ef4444;background-color:#f8fafc;border:1px solid #fecaca}.admin-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.admin-btn.edit:hover{background-color:#eff6ff}.admin-btn.delete:hover{background-color:#fef2f2}.wishlist-heart-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;z-index:10;opacity:0;background:#ffffffe6;border:1px solid #e2e8f099;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:12px;right:12px;transform:scale(.8);box-shadow:0 2px 8px #0000000f}.product-card:hover .wishlist-heart-btn,.wishlist-heart-btn.active{opacity:1;transform:scale(1)}.wishlist-heart-btn:hover{background:#fff;border-color:#fecaca;transform:scale(1.1);box-shadow:0 4px 12px #ef444426}.wishlist-heart-btn.active{background:#fef2f2;border-color:#fecaca}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.wishlist-heart-btn.active:hover{animation:.3s heartPop}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.shake-animation{animation:.4s cubic-bezier(.36,.07,.19,.97) both shake;border-color:#ef4444!important;box-shadow:0 0 20px #ef444440!important}.product-mobile-title,.mobile-only-badges{display:none}.admin-view-only{color:#94a3b8;font-size:.8rem;font-style:italic}.product-price.quote{cursor:pointer;color:var(--color-accent);transition:color var(--transition-fast);font-weight:700}.product-price.quote:hover{color:var(--color-accent-hover)}@media (width<=1024px){.product-card{background-color:#fff;border:1px solid #0f172a0f;border-radius:16px;flex-direction:column;height:100%;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 12px #0f172a08,0 1px 2px #0f172a05}.product-card:active{border-color:#ea580c4d;transform:scale(.975);box-shadow:0 8px 16px #ea580c0f,0 2px 4px #ea580c05}.product-image-container{background-color:#f8fafc;border-bottom:1px solid #0f172a08;justify-content:center;align-items:center;padding:8px;display:flex;overflow:hidden;aspect-ratio:4/3!important}.product-image{width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);object-fit:contain!important}.product-card:active .product-image{transform:scale(1.02)}.product-name-overlay{z-index:10!important;color:#1e293b!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;white-space:nowrap!important;text-overflow:ellipsis!important;text-transform:uppercase!important;max-width:100%!important;box-shadow:none!important;letter-spacing:.03em!important;background:#ffffffd9!important;border:none!important;border-bottom:1px solid #e2e8f080!important;border-radius:0!important;padding:3px 8px!important;font-size:.6rem!important;font-weight:700!important;line-height:1.3!important;display:block!important;position:absolute!important;top:0!important;left:0!important;right:0!important;overflow:hidden!important}.desktop-only-badges{display:none!important}.mobile-only-badges{z-index:1;flex-direction:row!important;gap:6px!important;margin-top:6px!important;margin-bottom:4px!important;padding:0!important;display:flex!important;position:static!important}.mobile-only-badges .badge{letter-spacing:.02em!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-radius:6px!important;padding:3px 8px!important;font-size:.62rem!important;font-weight:700!important;display:inline-block!important;position:static!important}.badge-new{color:#fff!important;background-color:#10b981!important}.badge-featured{color:#fff!important;background-color:#ea580c!important}.product-info{flex-direction:column;flex:1;padding:12px 10px 10px;display:flex}.product-meta{gap:4px;margin-bottom:4px}.product-category{color:#64748b;letter-spacing:.04em;font-size:.68rem;font-weight:600}.product-sku{color:#475569;letter-spacing:-.01em;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.65rem}.product-name{overflow:hidden;color:var(--color-primary)!important;-webkit-line-clamp:2!important;line-clamp:2!important;text-transform:none!important;letter-spacing:normal!important;-webkit-box-orient:vertical!important;min-height:2.5em!important;margin-bottom:6px!important;font-size:.85rem!important;font-weight:700!important;line-height:1.25!important;display:-webkit-box!important}.product-specs{color:#64748b;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;height:1.3em;margin-bottom:10px;font-size:.75rem;line-height:1.3;overflow:hidden}.product-footer{border-top:1px dashed #e2e8f0cc;flex-direction:column;gap:8px;margin-top:auto;padding-top:10px;display:flex}.product-pricing{align-items:center;width:100%;display:flex}.product-price{color:#0f172a;letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.product-price.quote{text-transform:uppercase;letter-spacing:.03em;color:var(--color-accent);align-items:center;gap:4px;font-size:.82rem;font-weight:700;display:flex}.product-action-row{width:100%;margin:0;grid-template-columns:1.05fr 1fr!important;gap:6px!important;display:grid!important}.product-qty-control{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;justify-content:space-between;align-items:center;width:100%;height:36px;display:flex;overflow:hidden}.qty-btn-small{color:#475569;background:0 0;justify-content:center;align-items:center;width:26px;height:100%;font-size:.95rem;font-weight:700;transition:background .1s;display:flex}.qty-btn-small:active{background-color:#e2e8f0}.qty-display-small{color:#0f172a;text-align:center;flex:1;width:auto;font-size:.8rem;font-weight:800}.add-to-cart-btn{background-color:#ea580c;border-radius:8px;gap:4px;width:100%;height:36px;font-size:.8rem;font-weight:700;transition:background-color .15s,transform .1s;box-shadow:0 2px 4px #ea580c1f}.add-to-cart-btn:hover{background-color:#ea580c;transform:none;box-shadow:0 2px 4px #ea580c1f}.add-to-cart-btn:active{background-color:#c2410c;transform:scale(.95);box-shadow:0 1px 2px #ea580c14}.add-to-cart-btn svg{width:13px;height:13px}.admin-quick-actions{gap:4px;top:8px;right:8px}.admin-btn{border-radius:6px;padding:4px 8px;font-size:.65rem}}.cart-backdrop{z-index:10000;pointer-events:none;background:#0f172a00;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:0}.cart-backdrop.visible{pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a99}.cart-drawer{z-index:10001;background:#fff;border-left:1px solid #f1f5f9;flex-direction:column;width:420px;max-width:100vw;height:100vh;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-20px 0 50px #0f172a26}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{color:#fff;background:#ea580c;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.cart-drawer-title{align-items:center;gap:12px;display:flex}.cart-drawer-title h2{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.cart-drawer-count{color:#fff;background:#ea580c;border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:800;box-shadow:0 2px 4px #ea580c33}.cart-drawer-close{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.cart-drawer-close:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:rotate(90deg)}.cart-drawer-body{background:#f8fafc;flex:1;padding:24px 28px;overflow-y:auto}.cart-empty{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100%;display:flex}.cart-empty-icon-wrapper{color:#cbd5e1;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 10px 25px -5px #0f172a0d}.cart-empty h3{color:#1e293b;margin:0;font-size:1.25rem;font-weight:700}.cart-empty p{color:#64748b;max-width:200px;margin:0;font-size:.95rem;line-height:1.5}.cart-items-list{flex-direction:column;gap:16px;display:flex}.cart-item{background:#fff;border:1px solid #f1f5f9;border-radius:20px;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex;position:relative}.cart-item:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 8px 20px -8px #0f172a1a}.cart-item-image{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%;padding:8px}.cart-item-details{flex:1;min-width:0}.cart-item-name{color:#1e293b;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 6px;font-size:.95rem;font-weight:700;display:-webkit-box;overflow:hidden}.cart-item-price{color:#ea580c;margin:0 0 12px;font-size:.875rem;font-weight:600}.cart-item-quantity{background:#f1f5f9;border-radius:10px;align-items:center;gap:4px;width:fit-content;padding:3px;display:flex}.qty-btn{cursor:pointer;color:#1e293b;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0f172a0d}.qty-btn:hover{color:#fff;background:#1e293b}.qty-input{text-align:center;color:#1e293b;background:0 0;border:none;outline:none;width:36px;height:26px;font-size:.875rem;font-weight:800}.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-total-side{flex-direction:column;justify-content:space-between;align-items:flex-end;height:80px;padding:2px 0;display:flex}.cart-item-final-price{color:#1e293b;font-size:1rem;font-weight:800}.cart-item-remove{color:#ef4444;cursor:pointer;background:#fef2f2;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.cart-item-remove:hover{color:#fff;background:#ef4444;transform:scale(1.1)}.cart-drawer-footer{background:#fff;border-top:1px solid #f1f5f9;flex-direction:column;gap:20px;padding:28px;display:flex;box-shadow:0 -10px 25px #0f172a05}.cart-summary{flex-direction:column;gap:12px;display:flex}.cart-summary-row{color:#64748b;justify-content:space-between;font-size:.95rem;font-weight:500;display:flex}.discount-row{color:#16a34a;background:#f0fdf4;border-radius:10px;margin:4px 0;padding:8px 12px}.cart-total-row{border-top:2px dashed #f1f5f9;justify-content:space-between;align-items:center;margin-top:4px;padding-top:12px;display:flex}.cart-total-row span:first-child{color:#1e293b;font-size:1.1rem;font-weight:700}.cart-total-amount{color:#1e293b;letter-spacing:-.02em;font-size:1.5rem;font-weight:900}.cart-checkout-btn{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px;font-size:1.1rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.cart-checkout-btn:hover{background:#0f172a;transform:translateY(-2px);box-shadow:0 12px 24px -8px #0f172a66}.cart-clear-btn{color:#94a3b8;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.cart-clear-btn:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}.cart-drawer-body::-webkit-scrollbar{width:6px}.cart-drawer-body::-webkit-scrollbar-track{background:0 0}.cart-drawer-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:20px}.cart-drawer-body::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media (width<=480px){.cart-drawer{width:100vw}.cart-drawer-header,.cart-drawer-body,.cart-drawer-footer{padding-left:20px;padding-right:20px}}.navbar{z-index:9999;width:100%;transition:all var(--transition-normal);color:var(--color-text-main);background-color:#fff;border-bottom:1px solid #e2e8f099;padding:0;position:fixed;top:0;left:0;box-shadow:0 1px 3px #00000005}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background-color:#ffffffe6;border-bottom:1px solid #e2e8f0cc;padding:0;box-shadow:0 10px 30px #0000000d}.navbar-container{justify-content:space-between;align-items:center;gap:var(--space-8);padding-top:var(--space-4);padding-bottom:var(--space-4);transition:all var(--transition-normal);display:flex}.navbar.scrolled .navbar-container{padding-top:12px;padding-bottom:12px}.navbar-logo{cursor:pointer;align-items:center;display:flex}.navbar-menu{align-items:center;gap:var(--space-6);font-weight:500;display:none}.nav-link{cursor:pointer;transition:color var(--transition-fast);align-items:center;gap:4px;font-size:.95rem;display:flex}.nav-link:hover,.nav-link-active{color:var(--color-accent)}@media (width>=1024px){.navbar-menu{display:flex}.quote-nav-link{background-color:var(--color-accent);border-radius:9999px;padding:6px 16px;font-weight:700;color:#fff!important}.quote-nav-link:hover{background-color:var(--color-accent);box-shadow:0 4px 12px #ea580c4d}}.navbar-search{flex:1;max-width:400px;display:none;position:relative}.navbar-search input{width:100%;color:var(--color-text-main);background-color:#f8fafc;border:1px solid #e2e8f0cc;border-radius:20px;padding:10px 40px 10px 20px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1)}.navbar-search input:focus{border-color:var(--color-accent);background-color:#fff;outline:none;box-shadow:0 0 0 3px #ea580c26}.navbar-search input::placeholder{color:var(--color-text-muted)}.search-btn{color:inherit;opacity:.7;position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media (width>=768px){.navbar-search{display:block}}.navbar-actions{align-items:center;gap:var(--space-4);display:flex}.navbar-role-links{align-items:center;gap:var(--space-3);margin-right:var(--space-2);display:flex}.icon-btn{color:inherit;transition:color var(--transition-fast);align-items:center;display:flex}.icon-btn:hover{color:var(--color-accent)}.cart-btn,.wishlist-nav-btn{position:relative}.cart-badge{color:#fff;background-color:#ea580c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 5px #ea580c66}.mobile-menu-btn{color:inherit;display:block}@media (width>=1024px){.mobile-menu-btn{display:none}}.navbar-user{align-items:center;gap:var(--space-3);display:flex}.admin-badge{background-color:var(--color-accent);color:#fff;text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700}.logout-btn{transition:all var(--transition-fast);border-radius:50%;padding:4px}.logout-btn:hover{background-color:#ea580c1a}.mobile-menu{-webkit-backdrop-filter:blur(16px);width:100%;color:var(--color-text-main);padding:var(--space-4);gap:var(--space-4);background-color:#fffffff2;border-bottom:1px solid #eab3084d;flex-direction:column;display:none;position:absolute;top:100%;left:0;box-shadow:0 20px 40px #0000001a}.mobile-menu.open{display:flex}.mobile-search{display:flex;position:relative}.mobile-search input{border:1px solid var(--color-border);border-radius:4px;width:100%;padding:10px 16px}.mobile-search button{color:var(--color-text-muted);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.mobile-nav-links{gap:var(--space-4);flex-direction:column;display:flex}.mobile-nav-links span{padding-bottom:var(--space-2);border-bottom:1px solid var(--color-border);font-weight:500}.mobile-search-toggle{display:flex}@media (width>=768px){.mobile-search-toggle{display:none}}.ios-search-overlay{-webkit-backdrop-filter:blur(20px);z-index:10000;background-color:#fffc;width:100%;padding:8px 16px;transition:top .3s cubic-bezier(.4,0,.2,1);position:fixed;top:-100px;left:0;box-shadow:0 4px 10px #0000000d}.ios-search-overlay.active{top:0}@media (width>=768px){.ios-search-overlay{display:none!important}}.ios-search-container{align-items:center;gap:12px;max-width:600px;margin:0 auto;display:flex}.ios-search-field{background-color:#f2f2f7;border-radius:10px;flex:1;align-items:center;gap:8px;padding:8px 10px;display:flex}.ios-search-icon{color:#8e8e93}.ios-search-field input{color:#000;background:0 0;border:none;outline:none;flex:1;font-size:17px}.ios-clear-btn{color:#fff;opacity:.6;background-color:#8e8e93;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.ios-cancel-btn{color:#007aff;white-space:nowrap;background:0 0;font-size:17px;font-weight:400}.search-suggestions-dropdown{-webkit-backdrop-filter:blur(25px);z-index:10000;background:#fffffffa;border:1px solid #e2e8f0e6;border-radius:16px;flex-direction:column;width:650px;max-width:95vw;margin-top:10px;animation:.25s cubic-bezier(.16,1,.3,1) slideSuggestionsDown;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 20px 40px -10px #0f172a1f,0 10px 20px -5px #0f172a0f}@keyframes slideSuggestionsDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.suggestions-dropdown-content{flex-direction:row;width:100%;display:flex}.suggestions-left-col{background-color:#f8fafc80;border-right:1px solid #e2e8f0cc;flex-direction:column;width:40%;display:flex}.suggestions-right-col{flex-direction:column;width:60%;display:flex}.suggestions-dropdown-content>div:only-child{background-color:#0000;border-right:none;width:100%}.suggestions-header{text-transform:uppercase;color:#94a3b8;letter-spacing:.08em;background-color:#0000;border-bottom:1px solid #e2e8f099;padding:12px 18px;font-size:.7rem;font-weight:800}.suggestions-terms-list,.suggestions-list-container{max-height:350px;overflow-y:auto}.suggestion-term-row:last-child{border-bottom:none}.suggestion-term-row.active,.suggestion-term-row:hover{background:linear-gradient(90deg,#ea580c0d 0%,#fff0 100%)}.suggestion-term-icon{color:#94a3b8;transition:color .15s}.suggestion-term-row.active .suggestion-term-icon,.suggestion-term-row:hover .suggestion-term-icon{color:#ea580c}.suggestion-term-text{color:#475569;white-space:nowrap;text-overflow:ellipsis;text-align:left;font-size:.85rem;font-weight:600;transition:color .15s;overflow:hidden}.suggestion-item-row{cursor:pointer;border-bottom:1px solid #e2e8f066;align-items:center;gap:12px;padding:12px 18px;transition:all .15s;display:flex}.suggestion-item-row:last-child{border-bottom:none}.suggestion-item-row.active,.suggestion-item-row:hover{background:linear-gradient(90deg,#ea580c0d 0%,#fff0 100%)}.suggestion-img-wrapper{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.suggestion-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .25s cubic-bezier(.4,0,.2,1)}.suggestion-item-row:hover .suggestion-img-wrapper img{transform:scale(1.1)}.suggestion-details{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.suggestion-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;text-align:left;font-size:.85rem;font-weight:700;overflow:hidden}.suggestion-meta-row{align-items:center;gap:6px;display:flex}.suggestion-brand-tag{color:#ea580c;text-transform:uppercase;background-color:#ea580c0f;border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:800}.suggestion-sku-tag{color:#64748b;font-family:monospace;font-size:.65rem}.suggestion-price-col{color:#0f172a;flex-shrink:0;font-size:.85rem;font-weight:800}.suggestions-view-all{text-align:center;color:#ea580c;cursor:pointer;background-color:#f8fafc;border-top:1px solid #e2e8f0cc;padding:12px 18px;font-size:.8rem;font-weight:700;transition:background-color .15s}.suggestions-view-all:hover{background-color:#ea580c0a}.ios-search-overlay{flex-direction:column;height:auto;max-height:85vh;display:flex}.ios-search-results{width:100%;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #e5e5ea;flex:1;overflow-y:auto}.ios-results-header{color:#8e8e93;text-transform:uppercase;letter-spacing:.3px;text-align:left;padding:12px 16px 6px;font-size:13px;font-weight:600}.ios-results-list{flex-direction:column;display:flex}.ios-result-item{cursor:pointer;text-align:left;border-bottom:1px solid #f2f2f7;align-items:center;gap:12px;padding:12px 16px;display:flex}.ios-result-item:active{background-color:#e5e5ea}.ios-result-img-wrapper{background-color:#f2f2f7;border:1px solid #e5e5ea;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.ios-result-img-wrapper img{object-fit:cover;width:100%;height:100%}.ios-result-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ios-result-name{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.ios-result-meta{align-items:center;gap:8px;display:flex}.ios-brand-badge{color:#555;text-transform:uppercase;background-color:#f2f2f7;border-radius:3px;padding:1px 5px;font-size:10px;font-weight:700}.ios-sku-text{color:#8e8e93;font-family:monospace;font-size:11px}.ios-result-price{color:#000;font-size:15px;font-weight:700}.ios-results-footer{text-align:center;color:#007aff;cursor:pointer;border-top:1px solid #f2f2f7;padding:16px;font-size:14px;font-weight:600}.ios-results-footer:active{background-color:#e5e5ea}.suggestion-term-row{cursor:pointer;border-bottom:1px solid #e2e8f066;align-items:center;gap:12px;padding:10px 16px;transition:background-color .15s;display:flex}.suggestion-term-row.active,.suggestion-term-row:hover{background-color:#ea580c0a}.suggestion-term-icon{color:#94a3b8;flex-shrink:0}.suggestion-term-text{color:#334155;text-align:left;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.suggestion-term-row.active .suggestion-term-text,.suggestion-term-row:hover .suggestion-term-text{color:#ea580c}.ios-term-item{cursor:pointer;border-bottom:1px solid #f2f2f7;align-items:center;gap:12px;padding:12px 16px;display:flex}.ios-term-item:active{background-color:#e5e5ea}.ios-term-icon{color:#8e8e93;flex-shrink:0}.ios-term-text{color:#000;white-space:nowrap;text-overflow:ellipsis;text-align:left;font-size:15px;font-weight:500;overflow:hidden}.suggestions-terms-section,.suggestions-products-section{border-bottom:1px solid #e2e8f099}.suggestions-products-section:last-of-type{border-bottom:none}.ios-suggestions-terms-section,.ios-suggestions-products-section{border-bottom:4px solid #f2f2f7}.ios-suggestions-products-section:last-of-type{border-bottom:none}.search-highlight{color:#ea580c;font-weight:800}.promo-marquee-bar{z-index:9998;width:100%;height:36px;font-family:var(--font-family), sans-serif;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-top:1px solid #ffffff0d;border-bottom:1px solid #00000026;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 -1px #ffffff0d}.promo-marquee-container{flex:1;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.promo-marquee-container:before,.promo-marquee-container:after{content:"";z-index:2;pointer-events:none;width:60px;height:100%;position:absolute;top:0}.promo-marquee-container:before{background:linear-gradient(90deg,#0f172a 0%,#0f172a00 100%);left:0}.promo-marquee-container:after{background:linear-gradient(270deg,#0f172a 0%,#0f172a00 100%);right:0}.promo-marquee-track{will-change:transform;align-items:center;width:max-content;animation:45s linear infinite promoMarqueeAnimation;display:flex}.promo-marquee-track:hover{animation-play-state:paused}.promo-copyable-code{color:#fcd34d;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff1a;border:1px dashed #fff6;border-radius:4px;align-items:center;margin:0 4px;padding:1px 6px;font-family:monospace;font-weight:700;transition:all .2s ease-in-out;display:inline-flex;position:relative}.promo-copyable-code:hover{color:#fef08a;background:#fcd34d26;border-color:#fcd34d;transform:scale(1.05)}.promo-copyable-code.copied{color:#34d399;background:#10b98133;border-color:#10b981}.promo-copyable-code .copy-tooltip{visibility:hidden;color:#fff;text-align:center;font-size:.65rem;font-family:var(--font-family), sans-serif;white-space:nowrap;opacity:0;z-index:10000;pointer-events:none;background-color:#1e293b;border:1px solid #ffffff1a;border-radius:4px;padding:4px 8px;font-weight:600;transition:opacity .2s,transform .2s;position:absolute;bottom:130%;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 12px #00000059}.promo-copyable-code .copy-tooltip:after{content:"";border:4px solid #0000;border-top-color:#1e293b;margin-left:-4px;position:absolute;top:100%;left:50%}.promo-copyable-code:hover .copy-tooltip{visibility:visible;opacity:1;transform:translate(-50%)translateY(0)}.promo-marquee-group{flex-shrink:0;align-items:center;display:flex}.promo-marquee-item{color:#f8fafc;letter-spacing:.2px;white-space:nowrap;align-items:center;padding:0 16px;font-size:.8rem;font-weight:500;display:flex}.promo-icon{opacity:.9;color:#fffc;flex-shrink:0;align-items:center;margin-right:8px;display:inline-flex}.promo-marquee-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;flex-shrink:0;align-items:center;margin-right:10px;padding:2px 7px;font-size:.65rem;font-weight:800;display:inline-flex;box-shadow:0 2px 4px #00000026}.promo-marquee-text{opacity:.95;color:#f1f5f9}.promo-marquee-divider{color:#ffffff40;margin-left:24px;font-weight:700}.promo-marquee-close{color:#ffffff73;cursor:pointer;height:100%;transition:all var(--transition-fast);z-index:3;background:0 0;border:none;border-left:1px solid #ffffff14;justify-content:center;align-items:center;padding:0 14px;display:flex}.promo-marquee-close:hover{color:#fff;background-color:#ffffff14}@keyframes promoMarqueeAnimation{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (width<=640px){.promo-marquee-bar{height:34px}.promo-marquee-item{padding:0 12px;font-size:.75rem}.promo-marquee-badge{margin-right:8px;padding:1px 5px;font-size:.6rem}.promo-marquee-divider{margin-left:16px}}.footer{background-color:var(--color-primary);color:var(--color-text-light);padding-top:var(--space-16)}.footer-content{gap:var(--space-12);margin-bottom:var(--space-16);grid-template-columns:1fr;display:grid}@media (width>=768px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-content{grid-template-columns:2fr 1fr 1.5fr 2.5fr}}.footer-logo{margin-bottom:var(--space-4);align-items:center;display:flex}.footer-logo .logo-image{filter:brightness(0)invert()}.footer-desc{color:var(--color-text-muted);margin-bottom:var(--space-6);max-width:300px;font-size:.95rem}.social-links{gap:var(--space-4);display:flex}.social-links a{background-color:var(--color-primary-light);width:40px;height:40px;transition:all var(--transition-fast);color:var(--color-text-light);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-links a:hover{background-color:var(--color-accent);transform:translateY(-2px)}.footer-heading{margin-bottom:var(--space-6);font-size:1.125rem;font-weight:600;display:inline-block;position:relative}.footer-heading:after{content:"";background-color:var(--color-accent);width:30px;height:2px;position:absolute;bottom:-8px;left:0}.footer-links{gap:var(--space-3);flex-direction:column;display:flex}.footer-links a{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:.95rem}.footer-links a:hover{color:var(--color-accent)}.footer-contact{gap:var(--space-4);flex-direction:column;display:flex}.footer-contact li{align-items:flex-start;gap:var(--space-3);color:var(--color-text-muted);font-size:.95rem;display:flex}.footer-contact li svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.footer-map-container{width:100%;height:180px;transition:border-color var(--transition-fast);border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0003}.footer-map-container:hover{border-color:var(--color-accent)}.footer-bottom{padding:var(--space-6) 0;border-top:1px solid #ffffff1a}.bottom-content{align-items:center;gap:var(--space-4);text-align:center;color:var(--color-text-muted);flex-direction:column;font-size:.875rem;display:flex}@media (width>=768px){.bottom-content{text-align:left;flex-direction:row;justify-content:space-between}}.legal-links{gap:var(--space-6);display:flex}.legal-links a:hover{color:var(--color-text-light)}.made-with-love{color:var(--color-text-muted);font-weight:500}.made-with-love span{color:var(--color-accent)}.hero-section{background-color:var(--color-primary);width:100%;height:100vh;min-height:600px;position:relative;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity .8s ease-in-out,visibility .8s ease-in-out,transform 8s linear;position:absolute;top:0;left:0;transform:scale(1.05)}.hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}.hero-overlay{background:linear-gradient(90deg,#0f172a 0%,#0f172acc 40%,#0f172a00 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-slide.light .hero-overlay{background:linear-gradient(90deg,#fff 0%,#fffc 40%,#fff0 100%)}.hero-content{z-index:10;align-items:center;height:100%;display:flex;position:relative}.hero-text-area{max-width:680px;margin-top:var(--space-12);-webkit-backdrop-filter:blur(24px);opacity:0;background:#0f172a4d;border:1px solid #ffffff1a;border-radius:24px;padding:40px;transition:all .8s cubic-bezier(.16,1,.3,1) .3s;transform:translateY(40px)perspective(1000px)rotateX(4deg);box-shadow:0 30px 60px #0006}.hero-slide.light .hero-text-area{background:#ffffff4d;border-color:#0000000d}.hero-slide.active .hero-text-area{opacity:1;transform:translateY(0)perspective(1000px)rotateX(0)}.hero-text-area:hover{border-color:#eab30866;transform:translateY(-8px)perspective(1000px)rotateX(2deg)rotateY(2deg);box-shadow:-10px 40px 80px #eab30826}.hero-title{margin-bottom:var(--space-6);color:#fff;letter-spacing:-.02em;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-slide.light .hero-title{color:var(--color-primary)}.hero-subtitle{color:#ffffffd9;margin-bottom:var(--space-8);font-size:1.25rem;font-weight:400;line-height:1.6}.hero-slide.light .hero-subtitle{color:var(--color-text-main)}.hero-actions{gap:var(--space-4);flex-wrap:wrap;display:flex}.hero-btn{padding:var(--space-4) var(--space-8);border-radius:12px;font-size:1.125rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.hero-btn:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 10px 25px #eab30866}.hero-btn svg{transition:transform var(--transition-fast);margin-left:8px}.hero-btn:hover svg{transform:translate(4px)}.hero-slide.light .hero-btn-outline{border-color:var(--color-primary);color:var(--color-primary)}.hero-slide.light .hero-btn-outline:hover{background-color:var(--color-primary);color:#fff}.hero-slide.dark .hero-btn-outline{color:#fff;border-color:#fff6}.hero-slide.dark .hero-btn-outline:hover{background-color:#ffffff1a;border-color:#fff}.hero-controls{bottom:var(--space-8);z-index:20;justify-content:space-between;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.slider-nav{gap:var(--space-4);display:flex}.nav-btn{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:48px;height:48px;transition:all var(--transition-normal);background-color:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}.nav-btn:hover{background-color:var(--color-accent);border-color:var(--color-accent)}.slider-indicators{gap:var(--space-3);display:flex;position:absolute;left:50%;transform:translate(-50%)}.indicator{background-color:#ffffff4d;border-radius:2px;width:40px;height:4px;position:relative;overflow:hidden}.indicator.active{background-color:#ffffff80}.indicator.active:after{content:"";background-color:var(--color-accent);transform-origin:0;width:100%;height:100%;animation:3s linear forwards progress;position:absolute;top:0;left:0}@keyframes progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=768px){.hero-text-area{margin-top:calc(var(--space-12) + 40px);padding:24px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-controls{gap:var(--space-6);flex-direction:column}.slider-nav{display:none}}.authorized-brands-section{background-color:#f8f9fa;padding:80px 0;overflow:hidden}.brands-content-split{grid-template-columns:.85fr 1.15fr;align-items:center;gap:200px;display:grid}.premium-badge{color:#ea580c;letter-spacing:2px;text-transform:uppercase;border:1px solid #eab3084d;border-radius:9999px;align-items:center;gap:10px;margin-bottom:24px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.pulse-dot{background-color:#ea580c;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #ff4800cc}.brands-header{text-align:left}.brands-header .section-title{background:linear-gradient(135deg,#0f172a 0%,#334155 50%,#ea580c 100%);-webkit-text-fill-color:transparent;letter-spacing:-2px;-webkit-background-clip:text;background-clip:text;margin-bottom:25px;font-size:4.2rem;font-weight:900;line-height:1.05}.brands-header .section-subtitle{color:#4a4a4a;margin-bottom:0;font-size:1.25rem}.carousel-3d-container{perspective:1200px;justify-content:center;align-items:center;width:100%;height:350px;margin-top:20px;display:flex;position:relative}.carousel-3d{width:240px;height:160px;transform-style:preserve-3d;animation:20s linear infinite rotateCarousel;position:relative}.carousel-3d:hover{animation-play-state:paused}.carousel-3d-item{width:240px;height:160px;transform:rotateY(calc(var(--index) * 72deg)) translateZ(320px);cursor:pointer;background-color:#fff;border:1px solid #0000000d;border-radius:16px;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;top:0;left:0;box-shadow:0 10px 30px #00000014}.carousel-3d-item:hover{transform:rotateY(calc(var(--index) * 72deg)) translateZ(320px) scale(1.05);box-shadow:0 15px 40px #00000026}.carousel-3d-item img{object-fit:cover;border-radius:16px;width:100%;max-width:100%;height:100%;max-height:100%}.carousel-3d-item .text-logo{color:#1a1a1a;letter-spacing:2px;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:800}@keyframes rotateCarousel{0%{transform:rotateY(0)}to{transform:rotateY(-360deg)}}.carousel-3d:after{content:"";filter:blur(8px);pointer-events:none;background:radial-gradient(#0000001a 0%,#0000 70%);border-radius:50%;width:80%;height:30px;position:absolute;bottom:-60px;left:10%}@media (width<=992px){.brands-content-split{grid-template-columns:1fr;gap:20px}.brands-header{text-align:center}.brands-header .section-title{font-size:2.5rem}.carousel-3d-container{height:300px}.carousel-3d{width:200px;height:130px}.carousel-3d-item{width:200px;height:130px;transform:rotateY(calc(var(--index) * 72deg)) translateZ(250px)}.carousel-3d-item:hover{transform:rotateY(calc(var(--index) * 72deg)) translateZ(250px) scale(1.05)}}@media (width<=768px){.carousel-3d-container{perspective:800px;height:280px}.carousel-3d{width:160px;height:110px}.carousel-3d-item{width:160px;height:110px;transform:rotateY(calc(var(--index) * 72deg)) translateZ(200px)}.carousel-3d-item:hover{transform:rotateY(calc(var(--index) * 72deg)) translateZ(200px) scale(1.05)}.carousel-3d-item .text-logo{font-size:1.8rem}}@media (width<=480px){.carousel-3d-container{perspective:600px;height:220px}.carousel-3d{width:120px;height:80px}.carousel-3d-item{width:120px;height:80px;transform:rotateY(calc(var(--index) * 72deg)) translateZ(140px);border-radius:12px}.carousel-3d-item:hover{transform:rotateY(calc(var(--index) * 72deg)) translateZ(140px) scale(1.05)}.carousel-3d-item .text-logo{font-size:1.2rem}}.brands-section{padding:var(--space-16) 0;background-color:var(--color-bg-base);overflow:hidden}.brands-header{text-align:center;margin-bottom:var(--space-8)}.brands-marquee-wrapper{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.brands-track{gap:var(--space-8);width:max-content;animation:30s linear infinite scrollMarquee;display:flex}.brands-track:hover{animation-play-state:paused}.brand-logo-card{background-color:var(--color-bg-card);width:180px;height:100px;box-shadow:var(--shadow-sm);transition:all var(--transition-normal);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.brand-logo-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.brand-logo{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;padding:0;display:block}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translateX(calc(-50% - var(--space-4)))}}.category-section{padding:var(--space-16) 0;background-color:var(--color-bg-base)}.category-grid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (width>=640px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.category-grid{gap:var(--space-8);grid-template-columns:repeat(3,1fr)}}.category-card{aspect-ratio:4/3;background-color:#0f172a;border:1px solid #ffffff0d;border-radius:20px;transition:all .6s cubic-bezier(.16,1,.3,1);display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.category-card:hover{border-color:#eab30866;transform:translateY(-8px);box-shadow:0 20px 40px #eab30826}.category-image{width:100%;height:100%;position:absolute;top:0;left:0}.category-image img{object-fit:cover;opacity:.8;filter:grayscale(0%);width:100%;height:100%;transition:all .6s cubic-bezier(.16,1,.3,1)}.category-card:hover .category-image img{opacity:1;transform:scale(1.08)}.category-overlay{background:linear-gradient(#0f172a00 0%,#0f172a1a 30%,#0f172af2 100%);width:100%;height:100%;transition:background .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.category-card:hover .category-overlay{background:linear-gradient(#0f172a00 0% 20%,#0f172acc 100%)}.category-content{width:100%;padding:var(--space-6);color:#fff;z-index:10;position:absolute;bottom:0;left:0}.category-content h3{margin-bottom:4px;font-size:1.25rem;font-weight:700}.category-content p{color:#fffc;margin-bottom:var(--space-4);font-size:.85rem}.category-link{align-items:center;gap:var(--space-2);color:var(--color-accent);opacity:0;transition:all var(--transition-normal);font-size:.9rem;font-weight:600;display:inline-flex;transform:translateY(10px)}.category-card:hover .category-link{opacity:1;transform:translateY(0)}.product-section{padding:var(--space-16) 0;background-color:var(--color-bg-base)}.product-section.bg-alt{background-color:var(--color-bg-alt)}.section-header{margin-bottom:var(--space-8);justify-content:space-between;align-items:flex-end;gap:var(--space-4);flex-wrap:wrap;display:flex}.section-header .section-subtitle{margin-bottom:0}.view-all-link{align-items:center;gap:var(--space-2);color:var(--color-accent);transition:all var(--transition-fast);font-weight:600;display:inline-flex}.view-all-link:hover{color:var(--color-accent-hover);transform:translate(4px)}.product-grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}@media (width>=640px){.product-grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.stats-section{color:#fff;background:radial-gradient(circle at 0 0,#ea580c2e,#0000 30%),linear-gradient(135deg,#0f172a 0%,#111827 55%,#020617 100%);padding:90px 0;position:relative;overflow:hidden}.stats-section:before{content:"";opacity:.05;pointer-events:none;background-image:radial-gradient(#fff 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.stats-grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.stat-card{text-align:center;-webkit-backdrop-filter:blur(12px);z-index:1;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:40px 24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.stat-card:hover{background:#ffffff0f;border-color:#ea580c66;transform:translateY(-10px);box-shadow:0 30px 60px #0006,0 0 20px #ea580c1a}.stat-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#ea580c33 0%,#0000 70%);border-radius:50%;width:100px;height:100px;position:absolute;top:-40px;right:-40px}.stat-icon{color:#fff;z-index:2;background:linear-gradient(135deg,#ea580c 0%,#fb923c 100%);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;transition:all .4s;display:flex;position:relative;box-shadow:0 10px 25px #ea580c4d}.stat-card:hover .stat-icon{transform:scale(1.1)rotate(-5deg);box-shadow:0 15px 35px #ea580c80}.stat-value{color:#ea580c;z-index:2;letter-spacing:-2px;text-shadow:0 2px 10px #ea580c33;margin-bottom:8px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1;position:relative}.stat-label{color:#ffffffb3;z-index:2;text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:500;position:relative}@media (width<=991px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.stats-section{padding:70px 0}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:210px;padding:30px 20px}}.why-choose-us{padding:var(--space-20) 0;background-color:var(--color-bg-alt)}.wcu-container{gap:var(--space-12);flex-direction:column;display:flex}.wcu-visual-side{height:420px;margin-top:var(--space-8);position:relative}@media (width>=1024px){.wcu-container{flex-direction:row;align-items:flex-start}.wcu-text-side{padding-right:var(--space-8);flex:1}.wcu-visual-side{flex:1.2;height:600px;margin-top:0}}.wcu-interactive-list{gap:var(--space-4);margin-top:var(--space-8);flex-direction:column;display:flex}.wcu-interactive-tab{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-6);cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:16px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.wcu-interactive-tab:hover{background-color:#ffffff0d;background-color:var(--color-bg-card)}.wcu-interactive-tab.active{background-color:var(--color-bg-card);border:1px solid #eab30833;transform:translate(10px);box-shadow:0 10px 30px #0000000d}.wcu-tab-icon{color:var(--color-text-muted);padding:var(--space-3);background-color:#00000008;border-radius:12px;transition:all .4s;display:flex}.wcu-interactive-tab.active .wcu-tab-icon{color:#fff;background-color:#ea580c;box-shadow:0 10px 20px #eab3084d}.wcu-tab-text h4{color:var(--color-primary);margin-bottom:2px;font-size:1.2rem;font-weight:700;transition:color .4s}.wcu-interactive-tab.active .wcu-tab-text h4{color:#ea580c}.wcu-tab-text span{color:var(--color-text-muted);font-size:.95rem}.wcu-dynamic-display{border-radius:24px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000026}.wcu-display-panel{opacity:0;visibility:hidden;width:100%;height:100%;transition:all .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scale(1.05)}.wcu-display-panel.active{opacity:1;visibility:visible;transform:scale(1)}.wcu-panel-image{background:#050a14;width:100%;height:100%;position:absolute;top:0;left:0}.wcu-panel-bg{filter:blur(25px)brightness(.2);opacity:.8;background-position:50%;background-size:cover;width:130%;height:130%;position:absolute;top:-15%;left:-15%}.wcu-panel-image img{object-fit:contain;filter:drop-shadow(0 30px 50px #000000b3);z-index:1;width:85%;height:85%;margin:auto;transition:transform .6s;position:absolute;inset:-80px 0 0}.wcu-display-panel.active .wcu-panel-image img{transform:scale(1.1)}.wcu-image-overlay{z-index:2;background:linear-gradient(#0000 40%,#050a14cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.wcu-panel-content{color:#fff;opacity:0;z-index:10;width:100%;padding:40px;transition:all .6s cubic-bezier(.16,1,.3,1) .2s;position:absolute;bottom:0;left:0;transform:translateY(20px)}.wcu-display-panel.active .wcu-panel-content{opacity:1;transform:translateY(0)}.glass-panel{-webkit-backdrop-filter:blur(30px);background:#0a0f1eeb;border-top:1px solid #ffffff1a}.wcu-panel-icon{margin-bottom:var(--space-4);color:#ea580c}.wcu-panel-content h3{text-shadow:0 2px 10px #000c;margin-bottom:12px;font-size:1.8rem;font-weight:800}.wcu-panel-content p{color:#fffffff2;text-shadow:0 1px 5px #000c;font-size:1rem;line-height:1.6}.testimonials-section{padding:var(--space-16) 0;background-color:var(--color-bg-base)}.section-header.center{text-align:center;margin-bottom:var(--space-12);flex-direction:column;align-items:center;display:flex}.testimonials-grid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (width>=768px){.testimonials-grid{gap:var(--space-8);grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:var(--color-bg-card);padding:var(--space-8);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border-radius:12px;flex-direction:column;display:flex;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-premium);transform:translateY(-8px)}.quote-icon{top:var(--space-6);right:var(--space-6);color:#0f172a0d;position:absolute}.rating{margin-bottom:var(--space-4);gap:2px;display:flex}.star-icon{color:#e2e8f0}.star-icon.filled{color:#ea580c;fill:#ea580c}.testimonial-text{color:var(--color-text-main);margin-bottom:var(--space-6);flex-grow:1;font-size:1.05rem;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:var(--space-4);border-top:1px solid var(--color-border);padding-top:var(--space-4);display:flex}.author-avatar{object-fit:cover;border:2px solid var(--color-border);border-radius:50%;width:48px;height:48px}.testimonial-author h4{color:var(--color-primary);margin-bottom:2px;font-size:1rem;font-weight:700}.testimonial-author p{color:var(--color-text-muted);font-size:.85rem}.inquiry-section{padding:var(--space-24) 0;background-color:var(--color-bg-base);position:relative;overflow:hidden}.liquid-blob{filter:blur(80px);z-index:0;opacity:.6;border-radius:50%;animation:20s infinite alternate blobFloat;position:absolute}.blob-1{background:radial-gradient(circle,#ea580c26 0%,#ea580c00 70%);width:500px;height:500px;top:-200px;right:-100px}.blob-2{background:radial-gradient(circle,#0f172a0d 0%,#0f172a00 70%);width:600px;height:600px;bottom:-300px;left:-200px}@keyframes blobFloat{0%{transform:translate(0)rotate(0)scale(1)}50%{transform:translate(50px,30px)rotate(90deg)scale(1.1)}to{transform:translate(-30px,50px)rotate(180deg)scale(1)}}.inquiry-container{z-index:1;gap:var(--space-12);flex-direction:column;display:flex;position:relative}@media (width>=1024px){.inquiry-container{align-items:center;gap:var(--space-16);flex-direction:row}.inquiry-content{text-align:left;flex:1}.inquiry-form-wrapper{flex:1.2}}.inquiry-content h2.section-title{margin-bottom:var(--space-6);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.inquiry-content p.section-subtitle{max-width:500px;margin-bottom:0;font-size:1.2rem;line-height:1.6}.inquiry-form-wrapper{-webkit-backdrop-filter:blur(30px)saturate(180%);padding:var(--space-12);background:#ffffff26;border:1px solid #ffffff4d;border-radius:40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #1f268712,inset 0 0 0 1px #fff3}.inquiry-form{gap:var(--space-6);z-index:1;flex-direction:column;display:flex;position:relative}.form-row{gap:var(--space-6);flex-direction:column;display:flex}@media (width>=640px){.form-row{flex-direction:row}.form-row .form-group{flex:1}}.form-group label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-left:14px;font-size:.8rem;font-weight:800}.form-group input,.form-group textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;color:var(--color-primary);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;padding:16px 24px;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#0f172a66}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-accent);background:#fff6;outline:none;box-shadow:0 0 20px #ea580c1a}.submit-btn{margin-top:var(--space-4);letter-spacing:.05em;background:var(--color-accent);color:#fff;border-radius:20px;width:100%;padding:18px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 10px 25px #ea580c4d}.submit-btn svg{margin-left:10px;transition:transform .3s}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #ea580c4d}.submit-btn:hover svg{transform:translate(5px)translateY(-5px)}.porter-promo-section{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:80px 0;overflow:hidden}.porter-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;display:grid}.porter-banner-card{color:#fff;background:#0f172a linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #334155;border-radius:24px;flex-direction:column;justify-content:space-between;min-height:420px;padding:50px;display:flex;position:relative;box-shadow:0 20px 40px -15px #0f172a4d}.porter-badge{color:#f97316;letter-spacing:.05em;background:#ea580c26;border:1.5px solid #ea580c4d;border-radius:50px;align-items:center;gap:6px;width:fit-content;margin-bottom:24px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.icon-pulse{animation:2s infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.4)}}.porter-heading{color:#fff;margin-bottom:16px;font-size:2.5rem;font-weight:800;line-height:1.2}.porter-heading span{color:#ea580c;background:linear-gradient(90deg,#ea580c,#f97316);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.porter-subheading{color:#cbd5e1;max-width:520px;margin-bottom:32px;font-size:1.05rem;line-height:1.6}.porter-cta-group{flex-wrap:wrap;gap:16px;margin-bottom:32px;display:flex}.porter-btn-primary{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 14px #ea580c66}.porter-btn-primary:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 6px 20px #ea580c99}.porter-btn-secondary{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #475569;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}.porter-btn-secondary:hover{color:#ea580c;background:#ea580c0d;border-color:#ea580c}.porter-tagline-footer{color:#f97316;border-top:1px solid #334155;margin-top:10px;padding-top:20px;font-size:1.15rem;font-style:italic;font-weight:700}.porter-why-choose-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px;box-shadow:0 10px 30px #00000008}.why-choose-title{color:#0f172a;margin-bottom:28px;padding-bottom:12px;font-size:1.6rem;font-weight:800;position:relative}.why-choose-title:after{content:"";background:#ea580c;border-radius:2px;width:40px;height:4px;position:absolute;bottom:0;left:0}.points-list{flex-direction:column;gap:20px;display:flex}.point-item{align-items:flex-start;gap:16px;display:flex}.point-icon-wrapper{color:#ea580c;background:#fff7ed;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;padding:8px;display:flex}.point-check{stroke-width:2.5px}.point-content h4{color:#1e293b;margin-bottom:4px;font-size:1.05rem;font-weight:700}.point-content p{color:#64748b;font-size:.9rem;line-height:1.5}@media (width<=1024px){.porter-container{grid-template-columns:1fr;gap:30px}}@media (width<=640px){.porter-promo-section{padding:50px 0}.porter-banner-card{min-height:auto;padding:30px 20px}.porter-heading{font-size:2rem}.porter-subheading{margin-bottom:24px;font-size:.95rem}.porter-why-choose-card{padding:24px}.why-choose-title{font-size:1.4rem}}.skeleton{background-color:#f1f5f9;border-radius:8px;animation:2.5s ease-in-out infinite skeleton-pulse;display:block;position:relative;overflow:hidden}@keyframes skeleton-pulse{0%,to{opacity:.7}50%{opacity:1}}.skeleton:after{content:"";background-image:linear-gradient(90deg,#fff0 0%,#fff6 25%,#fffc 50%,#fff6 75%,#fff0 100%);animation:1.8s cubic-bezier(.25,1,.5,1) infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{0%{transform:translate(-100%)rotate(45deg)}to{transform:translate(100%)rotate(45deg)}}.skeleton-text{border-radius:4px;width:100%;height:.85rem;margin-bottom:.5rem}.skeleton-avatar{border-radius:50%;width:40px;height:40px}.skeleton-image{border-radius:12px;width:100%;height:200px}.skeleton-rect{width:100%;height:100%}.skeleton-btn{border-radius:12px;width:120px;height:40px}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem 0;display:grid}.skeleton-product-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #e2e8f0cc;border-radius:20px;padding:1.25rem;box-shadow:0 10px 30px #0f172a0a}.skeleton-product-card .img{height:180px;margin-bottom:1rem}.skeleton-product-card .line-1{width:80%;height:1.25rem;margin-bottom:.5rem}.skeleton-product-card .line-2{width:40%;height:1rem;margin-bottom:1rem}.skeleton-product-card .btn-row{justify-content:space-between;align-items:center;display:flex}.skeleton-product-card .price{width:60px;height:1.5rem}.skeleton-product-card .add{border-radius:6px;width:100px;height:36px}.skeleton-table-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #e2e8f0cc;border-radius:20px;margin-top:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.skeleton-table-row{border-bottom:1px solid #e2e8f080;align-items:center;gap:1.5rem;width:100%;padding:1.25rem 1.5rem;display:flex}.skeleton-table-row:last-child{border-bottom:none}.skeleton-cell{flex-direction:column;gap:.45rem;display:flex}.skeleton-cell.cell-info{flex:1.5}.skeleton-cell.cell-customer{flex:2}.skeleton-cell.cell-financials{flex:1.2}.skeleton-cell.cell-badge{flex:1;align-items:flex-start}.skeleton-cell.cell-actions{flex-direction:row;flex:1.2;justify-content:flex-end;gap:.5rem}.skeleton-form-group{margin-bottom:1.5rem}.skeleton-form-group .label{width:100px;height:.8rem;margin-bottom:8px}.skeleton-form-group .input{border-radius:8px;width:100%;height:40px}.skeleton-detail-pane{flex-direction:column;gap:2rem;padding:2rem;display:flex}.skeleton-detail-header{width:50%;height:3rem;margin-bottom:1rem}.skeleton-detail-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.skeleton-detail-card{border-radius:12px;width:100%;height:150px}.dashboard-stats-grid .stat-pill{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#ffffffd9!important;border:1px solid #e2e8f0cc!important;border-radius:20px!important;box-shadow:0 8px 32px #0f172a08!important}.home-screen{width:100%}.products-page{background-color:var(--color-bg-base);min-height:100vh;padding-top:80px}.products-topbar{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);background:#fff;padding:12px 0;font-size:.85rem}.products-layout{grid-template-columns:240px 1fr;align-items:start;gap:24px;padding:24px 0 64px;display:grid}@media (width<=1024px){.products-layout{grid-template-columns:1fr}}.filters-sidebar{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;height:fit-content;max-height:calc(100vh - 110px);padding:24px;transition:box-shadow .3s;position:sticky;top:90px;overflow-y:auto;box-shadow:0 4px 20px #00000008,0 1px 3px #00000005}.filters-sidebar:hover{box-shadow:0 10px 30px #0000000f,0 2px 4px #00000008}.filter-group{margin-bottom:24px}.filter-group:last-child{margin-bottom:0}.filter-title{color:var(--color-primary);letter-spacing:.02em;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;font-size:.95rem;font-weight:700;display:flex}.search-wrapper{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:12px;padding:0 14px;transition:all .25s;display:flex}.search-wrapper:focus-within{border-color:var(--color-accent);background:#fff;box-shadow:0 0 0 4px #ea580c26}.search-wrapper svg{color:#64748b;flex-shrink:0;transition:all .2s}.search-wrapper:focus-within svg{color:var(--color-accent);transform:scale(1.1)}.search-wrapper input{width:100%;color:var(--color-primary);flex:1;padding:12px 0;font-size:.9rem;font-weight:500;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.category-list{flex-direction:column;gap:4px;display:flex}.category-item{cursor:pointer;color:var(--color-text-secondary);border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.category-item:hover{color:var(--color-accent);background:#f8fafc;border-color:#ea580c1a;transform:translate(4px)}.category-item input{accent-color:var(--color-accent);cursor:pointer;width:16px;height:16px}.category-item span{flex:1}.toolbar{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:16px 24px;transition:box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000008}.toolbar:hover{box-shadow:0 8px 30px #0000000d}.results-count{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.results-count span{color:var(--color-accent);font-weight:700}.toolbar-actions{align-items:center;gap:12px;display:flex}.sort-wrapper{cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:10px;padding:8px 16px;transition:all .3s;display:flex}.sort-wrapper:hover{border-color:var(--color-accent);background:#fff;box-shadow:0 4px 12px #ea580c14}.sort-wrapper svg{color:#64748b;transition:color .3s}.sort-wrapper:hover svg{color:var(--color-accent)}.sort-wrapper select{color:var(--color-primary);cursor:pointer;background:0 0;border:none;outline:none;padding-right:5px;font-size:.9rem;font-weight:600}.products-grid-page{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width>=640px){.products-grid-page{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width>=1200px){.products-grid-page{grid-template-columns:repeat(3,1fr)}}@media (width>=1500px){.products-grid-page{grid-template-columns:repeat(4,1fr)}}.admin-product-form-card{border:1px solid var(--color-border);box-shadow:var(--shadow-md);background:#fff;border-radius:12px;margin-bottom:24px;padding:32px}.form-header{margin-bottom:24px}.form-header h3{color:var(--color-primary);margin:0 0 4px;font-size:1.25rem;font-weight:800}.form-header p{color:var(--color-text-muted);font-size:.9rem}.form-input{width:100%;color:var(--color-primary);border:1px solid #cbd5e1;border-radius:6px;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}@media (width<=1024px){.filters-sidebar{display:none}}.import-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172ab3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.import-modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;animation:.3s ease-out modalScale;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:800}.close-modal{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.close-modal:hover{color:#0f172a;background:#e2e8f0}.modal-body{padding:24px}.modal-body p{color:var(--color-text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.5}.import-options{grid-template-columns:1fr 1fr;gap:20px;display:grid}.import-option-card{text-align:center;cursor:pointer;background:#fff;border:2px solid #f1f5f9;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:24px;transition:all .2s;display:flex}.import-option-card:hover{border-color:var(--color-accent);background:#f9731605;transform:translateY(-4px)}.option-icon{width:64px;height:64px;color:var(--color-accent);background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.import-option-card h4{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.import-option-card p{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}@media (width<=480px){.import-options{grid-template-columns:1fr}}.scanner-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172ab3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.scanner-modal-content{background:#fff;border:1px solid #fff3;border-radius:20px;width:100%;max-width:550px;animation:.3s cubic-bezier(.16,1,.3,1) modalScale;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.scanner-upload-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.scanner-icon-container{width:90px;height:90px;color:var(--color-accent);background:#ea580c1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.scanner-icon{animation:2s infinite pulse}.scanner-prompt{color:var(--color-text-secondary);max-width:340px;margin-bottom:30px;font-size:1rem;line-height:1.5}.scanner-select-btn{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.scanner-preview-container{flex-direction:column;align-items:center;gap:20px;display:flex}.image-preview-wrapper{background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;width:100%;max-height:250px;display:flex;position:relative;overflow:hidden}.bearing-scan-preview{object-fit:contain;max-width:100%;max-height:250px}.scanning-laser-line{width:100%;height:4px;box-shadow:0 0 8px var(--color-accent);z-index:10;background:linear-gradient(#ea580c00,#ea580ccc);animation:2s linear infinite laserScan;position:absolute;top:0;left:0}@keyframes laserScan{0%{top:0%}50%{top:100%}to{top:0%}}.scanning-status{color:var(--color-primary);background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;justify-content:center;align-items:center;width:100%;padding:12px 20px;font-size:.95rem;font-weight:600;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scan-error-alert{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;align-items:center;width:100%;padding:12px 20px;font-size:.9rem;font-weight:500;display:flex}.scan-results-container{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:16px}.detected-header{border-bottom:1px solid #f1f5f9;margin-bottom:8px;padding-bottom:8px}.detected-header h4{color:var(--color-primary);margin:0;font-size:1.1rem;font-weight:800}.highlight-text{color:var(--color-accent)}.scan-reasoning{color:#64748b;margin:8px 0 16px;font-size:.85rem;line-height:1.4}.matches-title{text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;margin-bottom:10px;font-size:.85rem;font-weight:700}.scan-matches-list{flex-direction:column;gap:8px;display:flex}.scan-match-item{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.scan-match-item:hover{border-color:var(--color-accent);background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c14}.match-info{flex-direction:column;gap:2px;display:flex}.match-sku{color:var(--color-primary);font-size:.95rem;font-weight:700}.match-reason{color:#64748b;font-size:.8rem}.scanner-actions{justify-content:center;width:100%;margin-top:10px;display:flex}.scanner-actions button{width:100%}.brands-listing-layout,.brands-page,.brands-loading-state,.brands-error-state{background-color:var(--color-bg-base);min-height:100vh;padding:80px 0}.brands-main-grid-wrapper{grid-template-columns:280px 1fr;align-items:start;gap:32px;display:grid}.brands-sidebar{position:sticky;top:100px}.sidebar-card{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000008}.sidebar-group{margin-bottom:32px}.sidebar-group:last-child{margin-bottom:0}.sidebar-title{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;margin-bottom:16px;font-size:.75rem;font-weight:800;display:flex}.sidebar-search-wrapper{align-items:center;display:flex;position:relative}.sidebar-search-wrapper svg{color:var(--color-text-muted);position:absolute;left:12px}.sidebar-search-wrapper input{border:1px solid var(--color-border);width:100%;color:var(--color-primary);border-radius:8px;padding:10px 12px 10px 40px;font-size:.875rem;transition:border-color .2s}.sidebar-search-wrapper input:focus{border-color:var(--color-accent);outline:none}.brand-type-filters{flex-direction:column;gap:12px;display:flex}.radio-filter{cursor:pointer;align-items:center;gap:10px;padding:4px 0;display:flex}.radio-filter input{accent-color:var(--color-accent);cursor:pointer;width:16px;height:16px}.radio-label{color:var(--color-text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.radio-filter:hover .radio-label{color:var(--color-accent)}.brands-toolbar{border:1px solid var(--color-border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:14px 24px;display:flex;box-shadow:0 2px 8px #00000005}.toolbar-left{color:var(--color-text-muted);font-size:.9rem}.toolbar-left span{color:var(--color-primary);font-weight:700}.toolbar-right{align-items:center;gap:12px;display:flex}.sort-box{color:var(--color-text-muted);border:1px solid var(--color-border);background:#f8fafc;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;display:flex}.sort-box select{color:var(--color-primary);cursor:pointer;background:0 0;border:none;outline:none;font-weight:600}.toolbar-filter-icon{border:1px solid var(--color-border);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.toolbar-filter-icon:hover{border-color:var(--color-accent);color:var(--color-accent)}.brands-product-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width>=640px){.brands-product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width>=1200px){.brands-product-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1500px){.brands-product-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=480px){.brands-product-grid{grid-template-columns:1fr}}.brand-listing-card{background-color:var(--color-bg-card);border:1px solid var(--color-border);cursor:pointer;border-radius:24px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 14px #0000000a}.brand-listing-card:hover{border-color:var(--color-accent);transform:translateY(-8px);box-shadow:0 12px 30px #ea580c1f}.brand-card-top{background:linear-gradient(135deg, var(--color-bg-card) 0%, var(--color-bg-alt) 100%);justify-content:center;align-items:center;height:180px;padding:0;display:flex;position:relative;overflow:hidden}.brand-card-top img{object-fit:cover;filter:none;width:100%;height:100%;transition:transform .4s}.brand-listing-card:hover .brand-card-top img{transform:scale(1.08)}.brand-placeholder{background:linear-gradient(135deg, var(--color-accent), var(--color-accent-hover));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.75rem;font-weight:800;display:flex;box-shadow:0 4px 12px #ea580c33}.brand-card-body{flex-direction:column;flex:1;padding:16px 20px 20px;display:flex}.brand-tag{color:var(--color-accent);letter-spacing:.15em;margin-bottom:8px;font-size:.65rem;font-weight:900}.brand-badge{color:var(--color-accent-hover);background:#c2410c1a;border-radius:50px;align-items:center;gap:4px;width:fit-content;margin-bottom:12px;padding:4px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.brand-name-title{color:var(--color-primary);margin-bottom:8px;font-size:1.15rem;font-weight:800;line-height:1.2}.brand-short-desc{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.brand-card-footer{border-top:1px solid var(--color-border);background:#e2e8f00d;justify-content:space-between;align-items:center;padding:12px 20px;transition:background .3s;display:flex}.brand-card-footer span{color:var(--color-primary);font-size:.85rem;font-weight:700}.brand-card-footer svg{color:var(--color-accent);transition:transform .2s}.brand-listing-card:hover .brand-card-footer{background:#ea580c0a}.brand-listing-card:hover .brand-card-footer svg{transform:translate(4px)}.brands-empty-state{border:2px dashed var(--color-border);text-align:center;color:var(--color-text-muted);background:#fff;border-radius:16px;grid-column:1/-1;padding:80px 20px}.brands-empty-state svg{color:#cbd5e1;margin:0 auto 16px}.brands-empty-state h3{color:var(--color-primary);margin-bottom:8px;font-size:1.25rem;font-weight:700}.brands-loading-state{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.spinner{border:4px solid #f1f5f9;border-top-color:var(--color-accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.brands-error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.brands-error-state h2{color:#ef4444}.brands-error-state button{background:var(--color-accent);color:#fff;cursor:pointer;border-radius:6px;padding:10px 24px;font-weight:600}@media (width<=1024px){.brands-main-grid-wrapper{grid-template-columns:1fr}.brands-sidebar{position:static}.sidebar-card{flex-wrap:wrap;gap:20px;display:flex}.sidebar-group{flex:1;min-width:200px;margin-bottom:0}}@media (width<=600px){.sidebar-card{flex-direction:column}.brands-toolbar{flex-direction:column;align-items:flex-start;gap:12px}.toolbar-right{justify-content:space-between;width:100%}}.auth-wrapper{background-color:var(--color-bg-base);min-height:100vh;font-family:var(--font-family);color:var(--color-text-main);display:flex}.auth-left{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);flex-direction:column;flex:1;justify-content:center;padding:5rem;display:none;position:relative;overflow:hidden}@media (width>=1024px){.auth-left{display:flex}}.auth-left:before{content:"";opacity:.15;mix-blend-mode:overlay;z-index:0;background-image:url(../../assets/auth_bg_industrial.png);background-position:50%;background-size:cover;position:absolute;inset:0}.auth-left:after{content:"";filter:blur(100px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ea580c66 0%,#ea580c00 70%);border-radius:50%;width:80%;height:80%;animation:10s ease-in-out infinite alternate pulseOrb;position:absolute;top:-20%;left:-10%}@keyframes pulseOrb{0%{opacity:.5;transform:scale(1)translate(0)}to{opacity:.8;transform:scale(1.1)translate(5%,5%)}}.auth-brand-content{z-index:10;max-width:520px;position:relative}.auth-brand-logo{color:var(--color-text-light);letter-spacing:-.5px;align-items:center;margin-bottom:4rem;font-size:1.75rem;font-weight:800;display:flex}.auth-brand-logo .logo-image{filter:brightness(0)invert()}.auth-brand-content h1{color:var(--color-text-light);letter-spacing:-1px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.15}.auth-brand-content p.subtitle{color:#94a3b8;margin-bottom:3rem;font-size:1.125rem;line-height:1.7}.auth-trust-list{margin:0;padding:0;list-style:none}.auth-trust-item{color:#cbd5e1;align-items:center;margin-bottom:1.5rem;font-size:1rem;font-weight:500;display:flex}.auth-trust-icon{width:28px;height:28px;color:var(--color-accent);background-color:#ea580c26;border-radius:50%;justify-content:center;align-items:center;margin-right:16px;display:flex}.auth-right{background-color:var(--color-bg-base);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:480px;padding:3.5rem;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014,0 0 0 1px #0000000a}@media (width<=640px){.auth-card{box-shadow:none;background:0 0;border:none;padding:2rem}.auth-right{background-color:var(--color-bg-card)}}.auth-alert{border-radius:8px;margin-bottom:1.25rem;padding:12px 16px;font-size:.875rem;font-weight:500;line-height:1.5}.auth-alert-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.auth-alert-success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header h2{color:var(--color-primary);letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.875rem;font-weight:800}.auth-header p{color:var(--color-text-muted);font-size:.9375rem}.auth-tabs{background-color:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:999px;margin-bottom:2.5rem;padding:4px;display:flex;position:relative}.auth-tabs:before{content:"";background:linear-gradient(135deg, var(--color-accent) 0%, #d94f06 100%);z-index:1;pointer-events:none;border-radius:999px;width:calc(50% - 3px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;bottom:3px;box-shadow:0 4px 10px #ea580c4d}.auth-tabs[data-mode=login]:before{transform:translate(3px)}.auth-tabs[data-mode=signup]:before{transform:translate(calc(100% + 3px))}.auth-tab{text-align:center;color:var(--color-text-muted);z-index:2;cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;padding:12px 0;font-size:.875rem;font-weight:600;transition:color .3s;position:relative}.auth-tab.active{color:var(--color-text-light)}.form-group{flex:1;margin-bottom:1.5rem;position:relative}.form-label{color:var(--color-primary-light);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-input-wrapper{align-items:center;display:flex;position:relative}.form-input{width:100%;color:var(--color-primary);background-color:var(--color-bg-base);border:1px solid #cbd5e1;border-radius:8px;padding:14px 16px;font-size:.9375rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 4px #ea580c26}.password-toggle{color:#94a3b8;cursor:pointer;align-items:center;display:flex;position:absolute;right:14px}.auth-options{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;display:flex}.checkbox-label{color:var(--color-text-muted);cursor:pointer;align-items:center;gap:.5rem;display:flex}.auth-link{color:var(--color-accent);font-weight:600;text-decoration:none}.btn-submit{background:linear-gradient(135deg, var(--color-accent) 0%, #d94f06 100%);width:100%;color:var(--color-text-light);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #ea580c40}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px -3px #ea580c66}.auth-divider{text-align:center;color:#94a3b8;align-items:center;margin:2rem 0;font-size:.875rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--color-border);flex:1}.auth-divider:before{margin-right:1em}.auth-divider:after{margin-left:1em}.btn-google{background-color:var(--color-bg-card);width:100%;color:var(--color-primary);border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:14px;font-size:.9375rem;font-weight:600;transition:all .3s;display:flex}.auth-footer{text-align:center;color:var(--color-text-muted);margin-top:2.5rem;font-size:.8125rem;line-height:1.6}.desktop-back-btn{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:absolute;top:40px;left:40px}.desktop-back-btn:hover{background:#fff3;transform:translate(-4px)}.mobile-back-btn{display:none}@media (width<=1023px){.mobile-back-btn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:20px;padding:0;font-size:14px;font-weight:600;display:flex}}.spam-protection-container{width:100%;margin-bottom:1.5rem}.captcha-card{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem;box-shadow:inset 0 1px 2px #00000005}.captcha-label-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.captcha-refresh-btn{color:var(--color-accent);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:700;transition:all .2s}.captcha-refresh-btn:hover{color:#d94f06;background-color:#ea580c1a}.captcha-input-row{align-items:center;gap:12px;display:flex}.captcha-question-box{background-color:var(--color-bg-base);color:var(--color-primary);text-align:center;-webkit-user-select:none;user-select:none;border:1px solid #cbd5e1;border-radius:8px;min-width:120px;padding:10px 16px;font-size:1.125rem;font-weight:700;box-shadow:0 1px 2px #0000000d}.captcha-input{text-align:center;flex:1;height:46px;font-size:1.125rem;font-weight:700;padding:10px 14px!important}.captcha-error-border{border-color:#dc2626!important;box-shadow:0 0 0 4px #dc262626!important}.captcha-hint{color:var(--color-text-muted);margin-top:8px;margin-bottom:0;font-size:11px;line-height:1.4}.profile-screen{background-color:#f8fafc;justify-content:center;min-height:100vh;padding:120px 24px 80px;display:flex}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:800px}.profile-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:24px;padding:40px;display:flex}.profile-avatar-wrapper{position:relative}.profile-avatar-large{background:var(--color-accent);color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.avatar-img{object-fit:cover;width:100%;height:100%}.camera-btn{background:var(--color-primary);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #0003}.camera-btn:hover{background:var(--color-accent);transform:scale(1.1)}.avatar-loader{color:#fff;background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.profile-content{padding:40px 0}.form-section{margin-bottom:40px;padding:0 40px}.section-title{color:#64748b;align-items:center;gap:12px;margin-bottom:24px;display:flex}.section-title h3{text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.1rem;font-weight:700}.form-group input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 18px;font-family:inherit;transition:all .3s}.form-group input:focus{border-color:var(--color-accent);background:#fff;outline:none;box-shadow:0 0 0 4px #ea580c1a}.profile-alert{text-align:center;border-radius:12px;margin:0 40px 24px;padding:16px;font-size:.95rem;font-weight:600}.profile-alert.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.profile-alert.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.profile-actions{background:#f8fafc;border-top:1px solid #f1f5f9;border-radius:0 0 24px 24px;justify-content:space-between;align-items:center;padding:32px 40px;display:flex}@media (width<=640px){.form-grid{grid-template-columns:1fr}.profile-header{text-align:center;flex-direction:column}.profile-actions{flex-direction:column-reverse;gap:12px}.profile-actions button{width:100%}}.address-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px;display:grid}.address-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;transition:all .3s;position:relative}.address-card:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.address-card.default{border-color:var(--color-accent);background:#ea580c05}.address-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.address-type{color:var(--color-primary);font-size:1rem;font-weight:700}.default-badge{background:var(--color-accent);color:#fff;text-transform:uppercase;border-radius:9999px;padding:2px 8px;font-size:.7rem;font-weight:700}.address-text{color:#64748b;margin-bottom:8px;font-size:.9rem;line-height:1.5}.address-phone{color:var(--color-primary);font-size:.85rem;font-weight:600}.empty-addresses{text-align:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;padding:40px}.empty-addresses p{color:#64748b;margin-bottom:12px}.btn-text{color:var(--color-accent);cursor:pointer;background:0 0;border:none;font-weight:700;text-decoration:underline}.order-success-screen{background-color:#f8fafc;min-height:100vh;padding:120px 0 80px}.success-card{text-align:center;background:#fff;border-radius:24px;max-width:700px;margin:0 auto;padding:3rem;box-shadow:0 10px 40px #0000000d}.summary-box{text-align:left;background-color:#f8fafc;border-radius:16px;margin:2.5rem 0;padding:2rem}.items .item{justify-content:space-between;margin-bottom:.75rem;display:flex}.total{border-top:2px solid #e2e8f0;justify-content:space-between;padding-top:1rem;font-size:1.25rem;font-weight:800;display:flex}.actions{justify-content:center;gap:1rem;display:flex}@media (width<=640px){.actions{flex-direction:column}}.order-failure-screen{background-color:var(--color-bg-base);align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.liquid-bg{z-index:0;filter:blur(80px);opacity:.5;position:absolute;inset:0}.blob{border-radius:50%;animation:20s infinite alternate float;position:absolute}.blob-red{background:#ef444433;width:400px;height:400px;top:-100px;right:-50px}.blob-orange{background:#ea580c1a;width:500px;height:500px;bottom:-150px;left:-100px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.failure-card{-webkit-backdrop-filter:blur(30px)saturate(180%);text-align:center;z-index:1;background:#ffffffb3;border:1px solid #fff6;border-radius:40px;max-width:550px;margin:0 auto;padding:4rem 3rem;position:relative;box-shadow:0 25px 50px -12px #0000001a}.failure-icon{color:#ef4444;filter:drop-shadow(0 0 20px #ef444433);margin-bottom:2rem;animation:2s infinite pulse}.failure-card h1{color:var(--color-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.error-description{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.order-id-badge{color:var(--color-primary);background:#0f172a0d;border-radius:99px;margin-bottom:2rem;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-block}.order-id-badge span{color:var(--color-accent)}.failure-reasons{text-align:left;background:#fff6;border:1px solid #ffffff80;border-radius:24px;margin-bottom:3rem;padding:2rem}.failure-reasons h4{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem;font-weight:800}.failure-reasons ul{padding:0;list-style:none}.failure-reasons li{color:var(--color-text-main);align-items:center;gap:12px;margin-bottom:.8rem;font-size:.95rem;display:flex}.failure-reasons li:before{content:"•";color:#ef4444;font-size:1.5rem}.failure-actions{gap:1.5rem;display:flex}.btn-exit,.btn-retry{border-radius:20px;flex:1;justify-content:center;align-items:center;gap:10px;padding:18px;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.btn-exit{color:var(--color-primary);border:1px solid var(--color-border);background:#fff}.btn-exit:hover{background:#f1f5f9;transform:translateY(-2px)}.btn-retry{background:var(--color-accent);color:#fff;box-shadow:0 10px 20px #ea580c33}.btn-retry:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 15px 30px #ea580c4d}@media (width<=640px){.failure-actions{flex-direction:column-reverse}.failure-card{padding:3rem 2rem}}:root{--orders-bg:#f5f5f7;--orders-accent:#ea580c;--orders-accent-soft:#ea580c1a;--glass-bg:#ffffffb3;--glass-border:#ffffff4d;--text-primary:#1d1d1f;--text-secondary:#86868b;--card-shadow:0 8px 32px 0 #1f268712}.orders-page-wrapper{background-color:var(--orders-bg);min-height:100vh;color:var(--text-primary);padding-top:120px;padding-bottom:100px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.orders-container{max-width:1100px;margin:0 auto;padding:0 24px}.orders-floating-header{z-index:100;background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:var(--card-shadow);border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:40px;padding:16px 24px;animation:.6s cubic-bezier(.16,1,.3,1) slideDown;display:flex;position:sticky;top:100px}.header-left h1{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.header-right{align-items:center;gap:12px;display:flex}.orders-toolbar{gap:16px;margin-bottom:32px;display:flex}.search-wrapper{flex:1;position:relative}.search-wrapper input{background:#fff;border:1px solid #0000000d;border-radius:16px;width:100%;padding:14px 20px 14px 48px;font-size:.95rem;transition:all .3s;box-shadow:0 2px 8px #00000005}.search-wrapper input:focus{border-color:var(--orders-accent);box-shadow:0 0 0 4px var(--orders-accent-soft);outline:none}.search-icon{color:var(--text-secondary);position:absolute;top:50%;left:18px;transform:translateY(-50%)}.filter-btn{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:16px;align-items:center;gap:8px;padding:0 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.filter-btn:hover{background:#fafafa;border-color:#d1d1d6}.order-glass-card{box-shadow:var(--card-shadow);background:#fff;border:1px solid #fff;border-radius:24px;margin-bottom:24px;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.order-glass-card:hover{transform:translateY(-4px);box-shadow:0 12px 48px #00000014}.order-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.order-id-group{flex-direction:column;gap:4px;display:flex}.order-id-group h3{margin:0;font-family:SF Mono,Menlo,monospace;font-size:1.1rem;font-weight:700}.order-date-text{color:var(--text-secondary);font-size:.85rem}.status-tag{text-transform:uppercase;letter-spacing:.02em;border-radius:99px;padding:6px 14px;font-size:.75rem;font-weight:700}.status-tag.delivered{color:#1a7d32;background:#e3f9e5}.status-tag.processing{color:#b45309;background:#fff4e5}.status-tag.shipped{color:#0369a1;background:#e0f2fe}.status-tag.cancelled{color:#b91c1c;background:#fee2e2}.order-timeline{justify-content:space-between;margin:40px 0;padding:0 10px;display:flex;position:relative}.timeline-line{z-index:1;background:#e5e5ea;border-radius:2px;height:4px;position:absolute;top:12px;left:0;right:0}.timeline-progress{background:var(--orders-accent);z-index:2;border-radius:2px;height:4px;transition:width 1s ease-in-out;position:absolute;top:12px;left:0}.timeline-step{z-index:3;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.step-dot{background:#fff;border:3px solid #e5e5ea;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.timeline-step.active .step-dot{border-color:var(--orders-accent);background:#fff;box-shadow:0 0 12px #ea580c66}.timeline-step.completed .step-dot{background:var(--orders-accent);border-color:var(--orders-accent);color:#fff}.step-label{color:var(--text-secondary);font-size:.75rem;font-weight:700}.timeline-step.active .step-label{color:var(--text-primary)}.order-items-preview{border-top:1px solid #f2f2f7;gap:16px;margin-top:32px;padding-top:32px;display:flex}.item-thumbnail{background:#f5f5f7;border-radius:12px;width:64px;height:64px;padding:8px;position:relative}.item-thumbnail img{object-fit:contain;width:100%;height:100%}.item-qty-badge{background:var(--text-primary);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}.order-card-footer{justify-content:space-between;align-items:center;margin-top:32px;display:flex}.order-total-group{flex-direction:column;display:flex}.total-label{color:var(--text-secondary);font-size:.75rem;font-weight:600}.total-amount{letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.card-actions{gap:12px;display:flex}.btn-premium{background:var(--text-primary);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.btn-premium:hover{background:#000;transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid #e5e5ea;border-radius:14px;padding:12px 24px;font-size:.9rem;font-weight:700;transition:all .2s}.btn-secondary:hover{background:#f5f5f7;border-color:#d1d1d6}.detail-panel-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0006;justify-content:flex-end;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.detail-panel{background:#fff;flex-direction:column;width:100%;max-width:600px;height:100%;padding:40px;display:flex;position:relative;overflow-y:auto;box-shadow:-10px 0 40px #0000001a}.close-panel{cursor:pointer;background:#f5f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:32px;right:32px}.close-panel:hover{background:#e5e5ea}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.orders-floating-header{padding:12px 20px;top:80px}.header-left h1{font-size:1.25rem}.order-glass-card{padding:24px}.order-timeline{margin:32px 0}.step-label{display:none}.order-card-footer{flex-direction:column;align-items:stretch;gap:20px}.card-actions{flex-direction:column}.btn-premium,.btn-secondary{justify-content:center}}.skeleton-card{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:24px;height:380px;margin-bottom:24px;animation:1.5s infinite loading-shimmer}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.contact-page{background-color:var(--color-bg-alt);min-height:100vh;color:var(--color-primary);padding-bottom:80px;font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden}.contact-hero{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 50%, #1e293b 100%);color:var(--color-text-light);text-align:center;padding:100px 0 140px;position:relative}.contact-hero:before{content:"";background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.contact-hero .hero-badge{color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;background:#ea580c26;border:1px solid #ea580c4d;border-radius:100px;margin-bottom:24px;padding:8px 20px;font-size:.85rem;font-weight:700;animation:.6s fadeInDown;display:inline-block}.contact-hero h1{letter-spacing:-.02em;color:#fff;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;animation:.8s fadeInUp}.contact-hero p{color:#cbd5e1;max-width:650px;margin:0 auto;font-size:1.15rem;font-weight:400;line-height:1.6;animation:1s fadeInUp}.contact-grid{z-index:20;grid-template-columns:1fr 1.5fr;gap:40px;margin-top:-60px;display:grid;position:relative}.contact-info-column{flex-direction:column;gap:32px;display:flex}.info-card.main-details{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);box-shadow:var(--shadow-md);background:#fffffff2;border-radius:20px;padding:40px}.info-card h2{color:var(--color-primary);margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700}.info-card .subtitle{color:var(--color-text-muted);margin-bottom:32px;font-size:.85rem;font-weight:600;display:block}.detail-item,.detail-link{border:1px solid #0000;border-radius:16px;gap:20px;margin-bottom:24px;padding:16px;text-decoration:none;transition:all .3s;display:flex}.detail-item:hover,.detail-link:hover{border-color:var(--color-border);box-shadow:var(--shadow-sm);background:#fff;transform:translate(6px)}.detail-item .icon-box{width:52px;height:52px;color:var(--color-primary);background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.detail-item h3{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:6px;font-size:.8rem;font-weight:600}.detail-item p{color:var(--color-primary);font-size:1rem;font-weight:600;line-height:1.4}.social-section{box-shadow:var(--shadow-sm);border:1px solid var(--color-border);background:#fff;border-radius:20px;padding:40px}.social-section h3{margin-bottom:12px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.social-section p{color:var(--color-text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.5}.social-cards{grid-template-columns:1fr;gap:16px;display:grid}.social-card{background:var(--color-bg-alt);border:1px solid #0000;border-radius:16px;align-items:center;gap:16px;padding:16px;text-decoration:none;transition:all .3s;display:flex}.social-card:hover{box-shadow:var(--shadow-md);border-color:var(--hover-color);background:#fff;transform:translateY(-4px)}.social-icon{width:48px;height:48px;color:var(--hover-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-card:hover .social-icon{background:var(--hover-color);color:#fff}.social-text h4{color:var(--color-primary);margin-bottom:4px;font-size:1.1rem;font-weight:700}.social-text p{color:var(--color-text-muted);margin:0;font-size:.85rem}.social-card .arrow{color:#cbd5e1;margin-left:auto;transition:all .3s}.social-card:hover .arrow{color:var(--hover-color);transform:translate(4px)}.enquiry-card{box-shadow:var(--shadow-md);border:1px solid var(--color-border);background:#fff;border-radius:20px;padding:48px;position:relative;overflow:hidden}.enquiry-card:before{content:"";background:var(--color-accent);height:6px;position:absolute;top:0;left:0;right:0}.card-badge{color:var(--color-primary-light);background:#f1f5f9;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.enquiry-card h2{color:var(--color-primary);margin-bottom:12px;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:700}.enquiry-card p{color:var(--color-text-muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.form-group input,.form-group textarea{width:100%;color:var(--color-primary);background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:14px 18px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 4px #ea580c1a}.submit-btn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.submit-btn:hover{background:#c2410b;transform:translateY(-2px);box-shadow:0 10px 15px -3px #ea580c4d}.submit-btn.success{background:#10b981}.submit-btn.success:hover{background:#059669}.whatsapp-fast-track{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-top:32px;padding:24px}.whatsapp-fast-track p{color:var(--color-primary);margin-bottom:16px;font-size:.95rem}.wa-btn{color:#fff;background:#25d366;border-radius:12px;align-items:center;gap:10px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.wa-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 8px 12px -3px #25d3664d}.youtube-section,.maps-section{margin-top:80px}.section-header{text-align:center;margin-bottom:40px}.section-header h2{color:var(--color-primary);margin-bottom:16px;font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:700}.section-header p{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.video-container{box-shadow:var(--shadow-md);border:8px solid #fff;border-radius:20px;overflow:hidden}.yt-cta{justify-content:center;margin-top:32px;display:flex}.btn-yt{color:#fff;background:red;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-yt:hover{background:#c00;transform:translateY(-2px);box-shadow:0 8px 15px #ff00004d}.map-wrapper{box-shadow:var(--shadow-md);border:8px solid #fff;border-radius:20px;position:relative;overflow:hidden}.map-info{box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;padding:10px 16px;position:absolute;bottom:20px;left:20px}.info-badge{align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}.info-badge a{color:var(--color-accent);text-decoration:none}.info-badge a:hover{text-decoration:underline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;max-width:700px;margin:-40px auto 0}}@media (width<=640px){.contact-hero{padding:80px 0 100px}.contact-hero h1{font-size:2.2rem}.info-card.main-details{padding:32px}.enquiry-card{padding:32px 24px}.video-container{height:300px}.map-wrapper iframe{height:350px}.section-header h2{font-size:2rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.info-grid,.customer-detail-grid{grid-template-columns:1fr}.ops-drawer{max-width:100%}}.employee-quotes-screen{background-color:#f8fafc;min-height:100vh;padding:120px 0 80px}.header-info h1{color:#0f172a;letter-spacing:-.02em;font-size:2.2rem;font-weight:800}.header-info p{color:#64748b;margin-top:4px;font-size:1rem}.header-info p span{color:#ea580c;font-weight:700}.user-welcome{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 24px;font-size:.95rem;box-shadow:0 4px 12px #00000008}.admin-tabs{background:#f1f5f9;border-radius:14px;gap:8px;width:fit-content;margin-bottom:3rem;padding:6px;display:flex}.admin-tab{color:#475569;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.admin-tab.active{color:#ea580c;background:#fff;box-shadow:0 4px 12px #0000000d}.panel-error-alert{color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;margin-bottom:2rem;padding:1rem}.quotes-toolbar{grid-template-columns:1fr 200px;gap:1.5rem;margin-bottom:2rem;display:grid}.search-wrapper{align-items:center;display:flex;position:relative}.search-icon{color:#94a3b8;position:absolute;left:18px}.search-wrapper input{background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;padding:14px 18px 14px 48px;font-size:.95rem;transition:all .3s}.search-wrapper input:focus{border-color:#ea580c;outline:none;box-shadow:0 0 0 4px #ea580c1a}.filter-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;outline:none;padding:14px;font-size:.9rem;font-weight:600;transition:border-color .2s}.filter-btn:focus{border-color:#ea580c}.quotes-table-container-glass{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow-x:auto;box-shadow:0 10px 30px #00000005}.quotes-table{border-collapse:collapse;width:100%}.quotes-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px;font-size:.85rem;font-weight:700}.quotes-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:18px 20px;font-size:.95rem}.quote-row-item:hover{background:#fafafb}.quote-id-col{color:#0f172a;font-family:monospace;font-weight:700}.company-details strong{color:#0f172a;display:block}.company-details span{color:#64748b;font-size:.85rem}.contact-details span{color:#475569;font-size:.85rem;display:block}.requested-summary strong{color:#0f172a}.requested-summary span{color:#64748b;font-size:.85rem}.btn-table-action{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-table-action:hover{color:#fff;background:#ea580c;border-color:#ea580c}.empty-table-row{text-align:center;color:#94a3b8;font-weight:600;padding:4rem!important}.quotes-loading-spinner{justify-content:center;padding:6rem 0;display:flex}.negotiation-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a73;justify-content:center;align-items:flex-start;padding:4rem 2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.negotiation-modal{background:#fff;border-radius:24px;flex-direction:column;gap:1.5rem;width:100%;max-width:1100px;margin-bottom:2rem;padding:2.5rem;display:flex;position:relative;box-shadow:0 25px 50px #00000026}.close-modal-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.close-modal-btn:hover{color:#ef4444;background:#fee2e2}.modal-header-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;padding-bottom:1.25rem;display:flex}.modal-header-row h2{color:#0f172a;font-size:1.6rem;font-weight:800}.customer-meta{color:#64748b;font-size:.9rem}.modal-body-grid{grid-template-columns:1.4fr 1fr;gap:2.5rem;display:grid}.modal-left-details h3,.modal-right-chat h3{color:#0f172a;margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.items-offering-list{flex-direction:column;gap:1.25rem;max-height:320px;margin-bottom:2rem;padding-right:8px;display:flex;overflow-y:auto}.item-offering-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1rem;padding:12px;display:flex}.item-thumbnail{object-fit:cover;border-radius:10px;width:54px;height:54px}.item-info{flex-direction:column;flex-grow:1;display:flex}.item-info strong{color:#0f172a;font-size:.95rem}.offering-prices-inputs{align-items:center;gap:1rem;display:flex}.price-tag{color:#64748b;flex-direction:column;font-size:.75rem;display:flex}.price-tag strong{color:#0284c7;font-size:.9rem}.offer-input-wrapper{flex-direction:column;gap:4px;display:flex}.offer-input-wrapper label{color:#475569;font-size:.75rem;font-weight:700}.offer-input-wrapper .input-box{background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;max-width:110px;padding:4px 8px;display:flex}.offer-input-wrapper .input-box span{color:#94a3b8;margin-right:4px;font-weight:700}.offer-input-wrapper .input-box input{color:#ea580c;text-align:right;background:0 0;border:none;outline:none;width:100%;font-weight:700}.fallback-custom-product{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:1.5rem}.requirements-notes{color:#64748b;margin-top:10px;font-size:.85rem;font-style:italic}.stats-offering-summary{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-offering-card{background:#f1f5f9;border-radius:12px;flex-direction:column;padding:12px;display:flex}.stat-offering-card span{color:#64748b;font-size:.75rem;font-weight:600}.stat-offering-card strong{color:#0f172a;margin-top:4px;font-size:1.2rem;font-weight:800}.stat-offering-card.orange{background:#fff7ed}.stat-offering-card.orange strong{color:#ea580c}.stat-offering-card.blue{background:#f0f9ff}.stat-offering-card.blue strong{color:#0284c7}.response-message-panel{border-top:1px solid #f1f5f9;padding-top:1.5rem}.response-message-panel label{color:#334155;margin-bottom:6px;font-size:.9rem;font-weight:700;display:block}.response-message-panel textarea{border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:12px;font-family:inherit}.response-message-panel textarea:focus{border-color:#ea580c}.submit-offer-btn{justify-content:center;align-items:center;gap:6px;width:100%;margin-top:1rem;padding:14px;font-weight:700;display:inline-flex}.modal-chat-thread{background:#f8fafc;border-radius:16px;flex-direction:column;gap:1rem;min-height:380px;max-height:520px;padding:1.5rem;display:flex;overflow-y:auto}.admin-msg .chat-bubble{color:#fff;background:#ea580c;border-bottom-right-radius:2px}.user-msg .chat-bubble{color:#1e293b;background:#e2e8f0;border-bottom-left-radius:2px}.empty-logs{color:#94a3b8;text-align:center;padding:3rem 0;font-weight:600}@media (width<=768px){.quotes-toolbar,.modal-body-grid{grid-template-columns:1fr}}.employee-management-screen{color:#1e293b;background-color:#f1f5f9;min-height:100vh;padding:110px 24px 80px}.mgmt-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2.5rem;padding:2rem;box-shadow:0 4px 20px #0000000d}.form-header h3{color:#1e293b;margin-bottom:4px;font-size:1.25rem;font-weight:800}.form-header p{color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.form-sections{flex-direction:column;gap:2rem;display:flex}.form-section h4{color:#475569;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:1.25rem;font-size:.85rem;font-weight:800;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#334155;font-size:.85rem;font-weight:700}.form-group input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;font-size:.95rem}.role-options{gap:10px;margin-top:8px;display:flex}.role-opt{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 24px;font-weight:700;transition:all .2s}.role-opt.active{color:#fff;background:#1e293b;border-color:#1e293b}.permissions-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem;display:grid}.perm-box{cursor:pointer;border:1px solid #e2e8f0;border-radius:12px;gap:12px;padding:1rem;transition:all .2s;display:flex}.perm-box.checked{background:#fff7ed;border-color:#ea580c}.perm-info .perm-label{font-size:.9rem;font-weight:700;display:block}.perm-info .perm-desc{color:#64748b;font-size:.75rem}.form-footer{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.team-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.team-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:transform .2s;display:flex}.team-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.card-top{align-items:center;gap:12px;display:flex}.user-avatar{color:#fff;background:#1e293b;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:800;display:flex}.user-meta h4{font-size:1.1rem;font-weight:800}.role-badge{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:800}.role-badge.admin{color:#fff;background:#1e293b}.role-badge.staff{color:#475569;background:#f1f5f9}.card-body{flex-direction:column;gap:8px;display:flex}.info-row{color:#64748b;align-items:center;gap:8px;font-size:.85rem;display:flex}.card-perms{margin-top:8px}.card-perms p{color:#94a3b8;text-transform:uppercase;margin-bottom:6px;font-size:.75rem;font-weight:800}.tags{flex-wrap:wrap;gap:6px;display:flex}.tag{color:#475569;text-transform:capitalize;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700}.card-actions{border-top:1px solid #f1f5f9;gap:8px;margin-top:auto;padding-top:1rem;display:flex}.action-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:.8rem;font-weight:700;display:flex}.action-btn.edit{color:#0369a1}.action-btn.delete{color:#dc2626}.btn-primary{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:700;display:flex}@media (width<=600px){.form-grid{grid-template-columns:1fr}}.user-management-screen{color:#1e293b;background-color:#f1f5f9;min-height:100vh;padding:110px 24px 80px}.mgmt-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-tabs{border-bottom:1px solid #e2e8f0;gap:12px;margin-bottom:2rem;padding-bottom:2px;display:flex}.admin-tab{color:#64748b;border:1px solid #0000;border-bottom:none;border-radius:12px 12px 0 0;align-items:center;gap:10px;padding:12px 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.admin-tab:hover{color:#0f172a;background:#f1f5f9}.admin-tab.active{color:#ea580c;background:#fff;border-color:#e2e8f0;position:relative}.admin-tab.active:after{content:"";background:#fff;height:2px;position:absolute;bottom:-2px;left:0;right:0}.mgmt-toolbar{gap:1rem;margin-bottom:1.5rem;display:flex}.search-box{flex:1;align-items:center;display:flex;position:relative}.search-box svg{color:#94a3b8;position:absolute;left:12px}.search-box input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 12px 10px 40px;font-size:.95rem}.users-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;box-shadow:0 4px 6px -1px #0000001a}.users-table{border-collapse:collapse;width:100%}.users-table th{color:#64748b;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.25rem;font-size:.75rem;font-weight:800}.users-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem}.user-cell{align-items:center;gap:12px;display:flex}.user-avatar{color:#fff;background:#ea580c;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.user-info{flex-direction:column;display:flex}.user-name{color:#1e293b;font-weight:700}.user-id{color:#94a3b8;font-family:monospace;font-size:.75rem}.contact-cell,.email-cell,.company-cell,.date-cell{color:#475569;align-items:center;gap:8px;font-size:.85rem;display:flex}.mgmt-gst-input{border:1px solid #e2e8f0;border-radius:6px;width:150px;padding:6px 10px;font-family:monospace;font-size:.8rem}.discount-input-group{align-items:center;gap:8px;display:flex}.input-wrapper{width:80px;position:relative}.input-wrapper input{color:#ea580c;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:6px 24px 6px 10px;font-weight:800}.percent-icon{color:#94a3b8;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.mini-success-icon{color:#16a34a}.empty-state{color:#94a3b8;flex-direction:column;align-items:center;gap:1rem;padding:4rem;display:flex}.btn-outline{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 16px;font-weight:700}.btn-outline:hover{background:#f8fafc}.employee-panel-screen{color:#1e293b;background-color:#f1f5f9;min-height:100vh;padding:110px 24px 80px}.panel-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.header-info h1{letter-spacing:-.025em;margin-bottom:.25rem;font-size:1.875rem;font-weight:800}.header-info p{color:#64748b;font-size:.95rem}.header-info span{color:#ea580c;font-weight:700}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.stat-pill{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex;box-shadow:0 1px 3px #0000001a}.stat-pill .label{text-transform:uppercase;color:#64748b;letter-spacing:.05em;font-size:.8rem;font-weight:700}.stat-pill .value{font-size:1.75rem;font-weight:800}.stat-pill.success .value{color:#16a34a}.stat-pill.warning .value{color:#d97706}.stat-pill.danger .value{color:#dc2626}.dashboard-controls-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.controls-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.search-bar{flex:1;align-items:center;min-width:300px;display:flex;position:relative}.search-bar svg{color:#94a3b8;position:absolute;left:12px}.search-bar input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 12px 10px 40px;font-size:.95rem;transition:all .2s}.search-bar input:focus{background:#fff;border-color:#ea580c;outline:none;box-shadow:0 0 0 3px #ea580c1a}.action-buttons{gap:.75rem;display:flex}.btn-icon.refresh:hover{color:#ea580c;border-color:#ea580c}.filters-expansion{border-top:1px solid #f1f5f9;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1.25rem;padding-top:1.25rem;display:grid}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-group label{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:800}.filter-group select,.filter-group input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:.9rem}.check-group{justify-content:flex-end}.checkbox-label{cursor:pointer;align-items:center;gap:8px;display:flex;color:#334155!important;font-size:.85rem!important}.orders-dashboard-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.table-responsive{overflow-x:auto}.dashboard-table{border-collapse:collapse;text-align:left;width:100%}.dashboard-table th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.25rem;font-size:.75rem;font-weight:800}.dashboard-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem}.dashboard-table tr:hover{background-color:#fcfcfc}.dashboard-table tr.row-danger{background-color:#fff1f2}.order-ref{flex-direction:column;gap:4px;display:flex}.order-ref .id{color:#0f172a;font-size:.95rem;font-weight:800}.order-ref .date{color:#64748b;align-items:center;gap:4px;font-size:.8rem;display:flex}.customer-blob{flex-direction:column;gap:2px;display:flex}.customer-blob .name{color:#1e293b;font-weight:700}.customer-blob .sub{color:#64748b;font-size:.8rem}.customer-blob .loc{color:#94a3b8;align-items:center;gap:4px;margin-top:2px;font-size:.75rem;display:flex}.gst-tag{color:#0369a1;background:#e0f2fe;border-radius:4px;width:fit-content;margin:2px 0;padding:2px 6px;font-size:.65rem;font-weight:800}.financial-blob{text-align:right;flex-direction:column;display:flex}.financial-blob .total{color:#0f172a;font-size:1.1rem;font-weight:900}.financial-blob .sub{color:#94a3b8;font-size:.75rem}.financial-blob .discount{color:#dc2626;font-size:.75rem;font-weight:700}.payment-status{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.payment-status .dot{background:#94a3b8;border-radius:50%;width:8px;height:8px}.payment-status.success .dot{background:#16a34a}.payment-status.failed .dot{background:#dc2626}.payment-status.pending .dot{background:#d97706}.payment-status .label{text-transform:uppercase;font-size:.75rem;font-weight:800}.payment-status .txid{color:#94a3b8;width:100%;font-family:monospace;font-size:.65rem}.order-status-badge{text-align:center;border-radius:999px;width:fit-content;padding:6px 12px;font-size:.75rem;font-weight:800}.order-status-badge.pending{color:#854d0e;background:#fef9c3}.order-status-badge.processing{color:#1e40af;background:#dbeafe}.order-status-badge.packed{color:#6b21a8;background:#f3e8ff}.order-status-badge.dispatched{color:#0369a1;background:#e0f2fe}.order-status-badge.delivered{color:#166534;background:#dcfce7}.order-status-badge.cancelled{color:#991b1b;background:#fee2e2}.inline-edit{flex-direction:column;gap:8px;display:flex}.inline-edit select{border:1px solid #cbd5e1;border-radius:6px;padding:6px;font-size:.85rem}.edit-actions{gap:5px;display:flex}.edit-actions button{cursor:pointer;border:none;border-radius:4px;flex:1;justify-content:center;padding:4px;display:flex}.edit-actions button:first-child{color:#fff;background:#16a34a}.edit-actions button:last-child{color:#64748b;background:#f1f5f9}.action-row{gap:6px;display:flex}.btn-action{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.btn-action:hover{background:#f8fafc;transform:translateY(-1px)}.btn-action.view:hover{color:#ea580c;border-color:#ea580c}.btn-action.edit:hover{color:#0369a1;border-color:#0369a1}.ops-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;justify-content:flex-end;display:flex;position:fixed;inset:0}.ops-drawer{background:#fff;flex-direction:column;width:100%;max-width:600px;height:100%;display:flex;box-shadow:-10px 0 30px #0000001a}.drawer-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.order-title h2{margin-bottom:4px;font-size:1.25rem;font-weight:800}.order-title .badge{color:#475569;background:#f1f5f9;border-radius:4px;padding:4px 8px;font-family:monospace;font-weight:700}.header-actions{gap:10px;display:flex}.btn-print{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:700;display:flex}.drawer-tabs{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:0 1.5rem;display:flex}.drawer-tabs button{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:1rem 1.25rem;font-size:.85rem;font-weight:700}.drawer-tabs button.active{color:#ea580c;border-bottom-color:#ea580c}.drawer-content{flex:1;padding:1.5rem;overflow-y:auto}.tab-pane{flex-direction:column;gap:1.5rem;display:flex}.info-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.info-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:1.25rem}.info-card label{color:#94a3b8;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:12px;font-size:.75rem;font-weight:800;display:flex}.timeline{flex-direction:column;gap:1.25rem;display:flex}.timeline-item{gap:1rem;display:flex;position:relative}.timeline-item:before{content:"";background:#e2e8f0;width:1px;position:absolute;top:15px;bottom:-15px;left:5px}.timeline-item:last-child:before{display:none}.timeline-item .dot{z-index:1;background:#e2e8f0;border-radius:50%;width:12px;height:12px;margin-top:4px}.timeline-item.active .dot{background:#ea580c}.timeline-item.active .dot.success{background:#16a34a}.timeline-item div strong{font-size:.9rem;display:block}.timeline-item div p{color:#64748b;font-size:.8rem}.order-items-table{border:1px solid #f1f5f9;border-radius:10px;overflow:hidden}.order-items-table table{border-collapse:collapse;width:100%;font-size:.85rem}.order-items-table th{text-align:left;color:#64748b;background:#f8fafc;padding:10px 12px}.order-items-table td{border-top:1px solid #f1f5f9;padding:12px}.item-cell{flex-direction:column;display:flex}.item-cell small{color:#94a3b8;font-family:monospace}.order-items-table tfoot{background:#f8fafc;font-weight:700}.order-items-table tfoot tr.grand-total{color:#ea580c;background:#fff7ed;font-size:1rem}.payment-summary-card{border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.payment-summary-card.success{background:#f0fdf4;border-color:#dcfce7}.payment-summary-card.failed{background:#fef2f2;border-color:#fee2e2}.pay-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.pay-details{flex-direction:column;gap:10px;display:flex}.pay-row{justify-content:space-between;font-size:.9rem;display:flex}.pay-row code{background:#0000000d;border-radius:4px;padding:2px 6px;font-family:monospace}.pay-error{color:#fff;background:#dc2626;border-radius:6px;gap:8px;margin-top:10px;padding:10px;font-size:.8rem;display:flex}.drawer-footer{border-top:1px solid #f1f5f9;justify-content:flex-end;padding:1.25rem 1.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:10px 24px;font-weight:700}.customer-detail-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.detail-box h4{color:#64748b;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:800}.detail-box p{margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.gst-highlight{color:#0369a1;background:#e0f2fe;border-radius:4px;padding:4px 8px;display:inline-block}.empty-state-cell{padding:5rem 0!important}.empty-box{color:#94a3b8;flex-direction:column;align-items:center;gap:1rem;display:flex}.empty-box h3{color:#64748b;font-weight:800}.animate-in{animation:.3s ease-out slideIn}@media (width<=768px){.info-grid,.customer-detail-grid{grid-template-columns:1fr}.ops-drawer{max-width:100%}}.dashboard-controls-card,.mgmt-toolbar{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#ffffffd9!important;border:1px solid #e2e8f0cc!important;border-radius:16px!important;box-shadow:0 8px 32px #0f172a0a!important}.btn-export-premium:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 16px #2563eb59}.dashboard-table tbody tr,.users-table tbody tr{transition:all .2s}.dashboard-table tbody tr:hover,.users-table tbody tr:hover{z-index:10;position:relative;transform:scale(1.002);box-shadow:0 4px 12px #00000008;background-color:#f8fafc!important}.stat-pill{transition:transform .2s,box-shadow .2s}.stat-pill:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000000f}.todays-orders-screen .dashboard-controls-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 8px 32px #0f172a0a}.sort-controls-premium{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:8px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:inset 0 2px 4px #fffc,0 2px 6px #00000005}.sort-controls-premium:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #3b82f61a,inset 0 2px 4px #ffffffe6}.sort-select-premium{color:#1e293b;cursor:pointer;background:0 0;border:none;outline:none;padding:4px;font-size:14px;font-weight:600}.btn-export-premium{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #2563eb40}.btn-export-premium:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 16px #2563eb59}.btn-export-premium svg{transition:transform .3s}.btn-export-premium:hover svg{transform:translateY(2px)}.empty-state-premium{text-align:center;background:linear-gradient(#fff,#f8fafc);border:1px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin:20px;padding:60px 20px;display:flex}.empty-icon-wrapper{color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;animation:3s ease-in-out infinite float;display:flex;box-shadow:0 10px 25px #3b82f626,inset 0 0 0 4px #fff}.empty-state-premium h3{color:#0f172a;margin-bottom:8px;font-size:20px;font-weight:700}.empty-state-premium p{color:#64748b;max-width:300px;font-size:15px}.stat-pill-today{position:relative;overflow:hidden}.stat-pill-today:after{content:"";background:linear-gradient(#0000,#fff6,#0000);width:200%;height:200%;animation:3s infinite shimmer;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.dashboard-table tbody tr{transition:all .2s}.dashboard-table tbody tr:hover{z-index:10;position:relative;transform:scale(1.002);box-shadow:0 4px 12px #00000008;background-color:#f8fafc!important}.about-screen{color:#0f172a;background:#f8fafc;min-height:100vh;position:relative;overflow-x:hidden}.about-screen:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ea580c0a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:400px;left:-150px}.about-screen:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#0ea5e908 0%,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;top:650px;right:-100px}.about-hero{color:#fff;background:radial-gradient(circle at 85% 20%,#ea580c26,#0000 45%),radial-gradient(circle at 15% 85%,#0f172ae6,#0000 50%),linear-gradient(135deg,#0f172a 0%,#1e293b 60%,#090d16 100%);padding:190px 0 130px;position:relative;overflow:hidden}.hero-grid-overlay{pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.hero-glow-orb{filter:blur(120px);pointer-events:none;opacity:.45;z-index:2;border-radius:50%;animation:12s ease-in-out infinite alternate orbFloat;position:absolute}.orb-1{background:radial-gradient(circle,#ea580c38 0%,#0000 80%);width:350px;height:350px;top:15%;right:15%}.orb-2{background:radial-gradient(circle,#0ea5e91a 0%,#0000 80%);width:400px;height:400px;animation-delay:-4s;bottom:10%;left:5%}@keyframes orbFloat{0%{transform:translateY(0)scale(1)rotate(0)}to{transform:translateY(-40px)scale(1.15)rotate(45deg)}}.about-hero-grid{z-index:3;grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;display:grid;position:relative}.hero-text-content{position:relative}.badge-glow-container{display:inline-block;position:relative}.section-badge{color:#f97316;text-transform:uppercase;letter-spacing:.05em;background:#ea580c1f;border:1px solid #ea580c33;border-radius:999px;margin-bottom:1.5rem;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-block}.section-badge.light{color:#fb923c;background:#ffffff14;border-color:#ffffff1f}.about-hero h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.5vw,4rem);font-weight:900;line-height:1.15}.text-highlight{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:900}.about-hero p{color:#cbd5e1;max-width:620px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1.25rem;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.primary-btn{color:#fff;background:linear-gradient(135deg,#ea580c 0%,#d97706 100%);border:none;box-shadow:0 10px 25px -5px #ea580c66}.primary-btn:hover{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);transform:translateY(-3px);box-shadow:0 15px 30px -5px #ea580c8c}.primary-btn .btn-icon{margin-left:8px;transition:transform .3s}.primary-btn:hover .btn-icon{transform:translate(4px)}.secondary-btn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26}.secondary-btn:hover{background:#ffffff29;border-color:#ffffff4d;transform:translateY(-3px)}.hero-trust-badges{flex-wrap:wrap;gap:1rem;margin-top:3.5rem;display:flex}.trust-badge-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#cbd5e1;background:#ffffff08;border:1px solid #ffffff12;border-radius:999px;align-items:center;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #00000026}.trust-badge-pill:hover{color:#fff;background:#ffffff12;border-color:#ea580c33;transform:translateY(-2px)}.pulse-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;margin-right:10px;position:relative;box-shadow:0 0 10px #22c55e99}.pulse-dot:after{content:"";background:#22c55e;border-radius:50%;width:100%;height:100%;animation:1.8s ease-in-out infinite pulseGreen;position:absolute;top:0;left:0}@keyframes pulseGreen{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}.about-logo-card-wrapper{perspective:1000px;position:relative}.about-logo-card-wrapper:before{content:"";filter:blur(20px);z-index:0;pointer-events:none;background:radial-gradient(circle,#ea580c33 0%,#0000 70%);border-radius:40px;transition:all .5s cubic-bezier(.16,1,.3,1);position:absolute;inset:-15px}.about-logo-card-wrapper:hover:before{background:radial-gradient(circle,#ea580c4d 0%,#0000 70%);inset:-25px}.about-logo-card{-webkit-backdrop-filter:blur(35px)saturate(190%);z-index:1;background:#ffffff8c;border:1.5px solid #ffffff73;border-radius:32px;justify-content:center;align-items:center;padding:3.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 30px 60px -15px #00000038,0 15px 30px -10px #ea580c0d,inset 0 1px #ffffff80}.about-logo-card-wrapper:hover .about-logo-card{background:#ffffffa6;border-color:#ea580c52;transform:rotateY(-3deg)rotateX(3deg)translateY(-5px);box-shadow:0 45px 85px -15px #ea580c2e,0 35px 70px -15px #00000040,inset 0 1px #ffffffa6}.card-engineering-lines{pointer-events:none;background-image:radial-gradient(circle,#0f172a08 1px,#0000 1px);background-size:15px 15px;border-radius:32px;position:absolute;inset:0}.card-engineering-lines:before{content:"";background:linear-gradient(90deg,#0000,#ea580c1f,#0000);width:100%;height:1px;position:absolute;top:25%;left:0}.card-engineering-lines:after{content:"";background:linear-gradient(#0000,#ea580c1f,#0000);width:1px;height:100%;position:absolute;top:0;left:30%}.about-logo-card img{filter:drop-shadow(0 10px 25px #0f172a0f);z-index:2;width:100%;max-width:280px;height:auto;transition:transform .4s}.about-logo-card-wrapper:hover img{transform:scale(1.03)}.floating-precision-badge{color:#fff;z-index:10;cursor:default;background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);border:2px solid #fff;border-radius:24px;flex-direction:column;align-items:center;gap:3px;padding:16px 24px;display:flex;position:absolute;bottom:-25px;right:-30px;overflow:hidden;box-shadow:0 25px 45px -10px #ea580c73,0 10px 20px -10px #00000040,inset 0 1px #ffffff59}.floating-precision-badge .badge-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff47 50%,#0000 100%);animation:4.5s ease-in-out infinite badgeShine;position:absolute;inset:0;transform:translate(-100%)}@keyframes badgeShine{0%{transform:translate(-100%)}30%,to{transform:translate(100%)}}.floating-precision-badge .badge-icon{color:#ffffffe6;margin-bottom:1px}.floating-precision-badge .badge-bold{letter-spacing:-.03em;background:linear-gradient(#fff 0%,#ffe4e6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.1rem;font-weight:950;line-height:.95}.floating-precision-badge .badge-sub{text-transform:uppercase;letter-spacing:.08em;color:#ffffffe6;opacity:1;font-size:.7rem;font-weight:800}.about-section{grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;padding:120px 0;display:grid}.about-content-card{background:#fff;border:1px solid #0f172a0f;border-left:6px solid #ea580c;border-radius:24px;padding:3.5rem;box-shadow:0 25px 60px -15px #0f172a0f}.section-subtitle{color:#ea580c;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;font-size:.85rem;font-weight:800;display:block}.about-content-card h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:900}.about-content-card p{color:#475569;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.85}.about-content-card p:last-child{margin-bottom:0}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}.about-stat-card{background:#fff;border:1px solid #0f172a0f;border-radius:24px;flex-direction:column;align-items:flex-start;padding:2.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px -10px #0f172a0a}.stat-icon-wrapper{background:#ea580c12;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;transition:transform .3s;display:flex}.about-stat-card:hover .stat-icon-wrapper{transform:scale(1.1)}.about-stat-card h3{color:#0f172a;letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:900;line-height:1}.about-stat-card p{color:#64748b;font-size:.95rem;font-weight:600}.about-dark-section{background:#0f172a;padding:120px 0;position:relative}.about-dark-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ea580c0a,#0000 60%);position:absolute;inset:0}.section-heading{text-align:center;max-width:760px;margin:0 auto 4.5rem}.section-heading h2{color:#0f172a;letter-spacing:-.02em;margin-top:.5rem;margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:900}.about-dark-section .section-heading h2{color:#fff}.section-heading p{color:#475569;font-size:1.1rem;line-height:1.8}.about-dark-section .section-heading p{color:#94a3b8}.expertise-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.expertise-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;padding:2.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.expertise-icon-bubble{color:#f97316;background:#ea580c1a;border:1px solid #ea580c26;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;transition:all .3s;display:flex}.expertise-card:hover .expertise-icon-bubble{color:#fff;background:#ea580c;transform:scale(1.05)rotate(5deg)}.expertise-card h3{color:#fff;letter-spacing:-.01em;margin-bottom:.85rem;font-size:1.3rem;font-weight:800}.expertise-card p{color:#94a3b8;font-size:.95rem;line-height:1.75}.values-section{padding:120px 0}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{background:#fff;border:1px solid #0f172a0f;border-radius:24px;padding:3rem 2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 15px 40px -15px #0f172a0a}.value-icon-circle{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.75rem;transition:transform .3s;display:flex}.bg-orange-soft{background:#ea580c14}.icon-orange{color:#ea580c}.value-card:hover .value-icon-circle{transform:scale(1.1)}.value-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.35rem;font-weight:800}.value-card p{color:#475569;font-size:.98rem;line-height:1.8}.about-cta{color:#fff;text-align:center;background:radial-gradient(circle at 100% 0,#ea580c26,#0000 45%),linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #ffffff0d;border-radius:32px;margin-bottom:120px;padding:5.5rem 3rem;transition:transform .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 35px 70px -15px #0f172a4d,inset 0 1px #ffffff1a}.cta-glow-dot{pointer-events:none;background:radial-gradient(circle,#ea580c1a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-200px;left:-200px}.about-cta h2{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:900}.about-cta p{color:#cbd5e1;max-width:680px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.8}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.dark-cta-btn{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f}.dark-cta-btn:hover{background:#ffffff1f;border-color:#ffffff40}.hero-floating-features{z-index:15;background:linear-gradient(135deg,#131d2e 0%,#0a0f1c 100%);border:1px solid #ffffff12;border-radius:32px;margin-top:-110px;margin-bottom:60px;padding:3.5rem 3rem;position:relative;overflow:hidden;box-shadow:0 50px 100px -20px #090d16a6,0 15px 40px -10px #ea580c1f}.hero-floating-features:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ea580c0d 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-150px;right:-50px}.floating-features-grid{z-index:1;grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid;position:relative}.floating-feature-card{text-align:center;-webkit-backdrop-filter:blur(25px)saturate(140%);background:#ffffff0a;border:1px solid #ffffff12;border-radius:24px;flex-direction:column;align-items:center;padding:2.5rem 1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 20px 45px -10px #00000059,inset 0 1px #ffffff14}.floating-feature-card:hover{background:#ffffff14;border-color:#ea580c59;transform:translateY(-8px);box-shadow:0 30px 50px -15px #ea580c40,inset 0 1px #ffffff26}.feature-icon{border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.bg-gradient-orange{color:#ea580c;background:#ffffff0f;border:1px solid #ffffff14;box-shadow:0 4px 10px #00000026}.floating-feature-card:hover .feature-icon{color:#fff;background:linear-gradient(135deg,#ea580c 0%,#f97316 100%);border-color:#0000;transform:scale(1.1)rotate(2deg);box-shadow:0 10px 20px -5px #ea580c66}.floating-feature-card h4{color:#f1f5f9;letter-spacing:-.01em;margin:0;font-size:.98rem;font-weight:800;line-height:1.4}.floating-features-trust-bar{z-index:1;justify-content:center;align-items:center;gap:2rem;margin-top:3.5rem;padding:0 1rem;display:flex;position:relative}.trust-bar-text{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:1.5rem;font-size:.9rem;font-weight:700;display:flex}.trust-bar-line{background:#ffffff14;flex:1;height:1px}.trust-bar-logos{align-items:center;gap:3rem;display:flex}.partner-logo{color:#cbd5e1;letter-spacing:.15em;opacity:.7;cursor:default;font-size:1.2rem;font-weight:950;transition:all .3s}.partner-logo:hover{opacity:1;color:#ea580c;transform:scale(1.05)}@media (width<=1200px){.floating-features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=991px){.hero-floating-features{margin-top:-45px;margin-bottom:20px}.floating-features-trust-bar{text-align:center;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.trust-bar-text{justify-content:center;width:100%}.trust-bar-line{display:none}.trust-bar-logos{flex-wrap:wrap;justify-content:center;gap:2rem}.about-hero-grid{text-align:center;grid-template-columns:1fr;gap:4.5rem}.about-hero h1 br{display:none}.about-hero p{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust-badges{justify-content:center}.about-logo-card{max-width:380px;margin:0 auto;padding:2.5rem}.floating-precision-badge{bottom:-15px;right:-10px}.about-section{grid-template-columns:1fr;gap:3.5rem}.about-content-card{padding:2.5rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:2.5rem 2rem}}@media (width<=768px){.floating-features-grid{grid-template-columns:repeat(2,1fr)}.about-hero{padding:150px 0 100px}.about-section,.about-dark-section,.values-section{padding:80px 0}.section-heading{margin-bottom:3rem}.about-cta{border-radius:24px;margin-bottom:80px;padding:4rem 2rem}}@media (width<=576px){.floating-features-grid{grid-template-columns:1fr}.hero-floating-features{margin-top:-30px}.hero-actions,.cta-actions{flex-direction:column;gap:1rem}.primary-btn,.secondary-btn{width:100%}.about-stats-grid{grid-template-columns:1fr;gap:1.25rem}.about-stat-card{padding:1.75rem}.expertise-grid{grid-template-columns:1fr;gap:1.25rem}.expertise-card{padding:1.75rem}.about-content-card{padding:2rem 1.5rem}}.about-skeleton-screen{background:#f8fafc;min-height:100vh;padding-bottom:80px}.shimmer{background-color:#f1f5f9;border-radius:8px;animation:2.5s ease-in-out infinite skeleton-pulse;position:relative;overflow:hidden}.shimmer:after{content:"";background-image:linear-gradient(90deg,#fff0 0%,#fff6 25%,#fffc 50%,#fff6 75%,#fff0 100%);animation:1.8s cubic-bezier(.25,1,.5,1) infinite shimmer-sweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer-sweep{to{transform:translate(100%)}}.skeleton-hero .shimmer,.skeleton-dashboard-tray .shimmer{background-color:#ffffff14}.skeleton-hero .shimmer:after,.skeleton-dashboard-tray .shimmer:after{background-image:linear-gradient(90deg,#fff0 0%,#ffffff26 25%,#ffffff4d 50%,#ffffff26 75%,#fff0 100%)}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.skeleton-hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:190px 0 130px;position:relative;overflow:hidden}.skeleton-hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.skeleton-badge{border-radius:12px;width:120px;height:24px;margin-bottom:1.5rem}.skeleton-title{border-radius:8px;width:80%;height:48px;margin-bottom:1rem}.skeleton-para{border-radius:4px;width:95%;height:20px;margin-bottom:.75rem}.skeleton-button-group{gap:1rem;margin-top:2rem;display:flex}.skeleton-button{border-radius:12px;width:140px;height:48px}.skeleton-hero-right{justify-content:center;display:flex}.skeleton-logo-card{border-radius:32px;width:280px;height:280px}.skeleton-dashboard-tray{z-index:1;background:linear-gradient(135deg,#131d2e 0%,#0a0f1c 100%);border:1px solid #ffffff0d;border-radius:32px;margin-top:-110px;padding:3.5rem 3rem;position:relative;box-shadow:0 40px 80px -20px #0006}.skeleton-features-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.skeleton-feature-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;height:180px;padding:2.5rem 1.75rem;display:flex}.skeleton-icon-bubble{border-radius:18px;width:60px;height:60px;margin-bottom:1.5rem}.skeleton-card-line{border-radius:4px;width:70%;height:16px}.skeleton-trust-bar{margin-top:3.5rem}.skeleton-bar-line{width:100%;height:1px}.skeleton-about-section{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;padding:120px 0;display:grid}.skeleton-about-content{flex-direction:column;gap:1.25rem;display:flex}.skeleton-subtitle{border-radius:4px;width:90px;height:20px}.skeleton-header{border-radius:6px;width:60%;height:38px;margin-bottom:1rem}.skeleton-text{border-radius:4px;width:100%;height:16px}.skeleton-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}.skeleton-stat-card{background:#fff;border:1px solid #0f172a0f;border-radius:24px;flex-direction:column;justify-content:center;align-items:flex-start;height:170px;padding:2.25rem;display:flex;box-shadow:0 15px 40px -15px #0f172a0a}.skeleton-stat-icon{border-radius:50%;width:52px;height:52px;margin-bottom:1.25rem}.skeleton-stat-val{border-radius:4px;width:50px;height:32px;margin-bottom:.5rem}.skeleton-stat-lbl{border-radius:4px;width:100px;height:16px}@media (width<=991px){.skeleton-hero-grid,.skeleton-about-section{grid-template-columns:1fr;gap:2.5rem}.skeleton-features-grid{grid-template-columns:repeat(2,1fr)}.skeleton-logo-card{width:200px;height:200px}}@media (width<=576px){.skeleton-features-grid{grid-template-columns:1fr}}.quote-screen{background-color:#f8fafc;min-height:100vh;padding:120px 0 80px}.quote-container{grid-template-columns:1fr 1.5fr;align-items:flex-start;gap:5rem;display:grid}.quote-info h1{color:#0f172a;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.quote-info p{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.benefit-item{background:#fff;border-radius:16px;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px #00000008}.benefit-item h4{color:#0f172a;margin-bottom:4px;font-weight:700}.quote-form-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 50px #0000000d}.form-grid-2{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:#334155;margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 18px;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#ea580c;outline:none;box-shadow:0 0 0 4px #ea580c1a}.form-error{color:#dc2626;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.submit-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.quote-success-screen{justify-content:center;align-items:center;min-height:80vh;padding:150px 0;display:flex}.success-card{background:#fff;border-radius:32px;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;margin:0 auto;padding:4rem;display:flex;box-shadow:0 25px 60px #00000014}.success-card h1{color:#0f172a;font-size:2.5rem}.animate-spin{animation:1s linear infinite spin}@media (width<=991px){.quote-container{grid-template-columns:1fr;gap:3rem}.form-grid-2{grid-template-columns:1fr;gap:0}}.quote-cart-items-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 12px #00000008}.quote-cart-items-box h3{color:#0f172a;border-bottom:1px solid #f1f5f9;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.quote-items-scroll{max-height:180px;margin-bottom:1rem;overflow-y:auto}.quote-item-row{border-bottom:1px dashed #f1f5f9;justify-content:space-between;align-items:center;padding:8px 0;font-size:.9rem;display:flex}.item-name-col{color:#334155;white-space:nowrap;text-overflow:ellipsis;max-width:70%;font-weight:600;overflow:hidden}.item-qty-col{color:#ea580c;font-weight:700}.quote-items-notice{color:#64748b;font-size:.75rem;font-style:italic}.my-quotes-wrapper{background-color:#f8fafc;min-height:100vh;padding:120px 0 80px}.dashboard-header{margin-bottom:3rem}.dashboard-header h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.dashboard-header p{color:#64748b;font-size:1.1rem}.quotes-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.quote-card-glass{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#ffffffbf;border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #00000005}.quote-card-glass:hover{border-color:#ea580c4d;transform:translateY(-5px);box-shadow:0 20px 40px #ea580c0d}.quote-card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.quote-id{color:#0f172a;font-family:monospace;font-size:1.1rem;font-weight:700}.quote-status-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:99px;align-items:center;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.status-pending{color:#d97706;background-color:#fef3c7}.status-offered{color:#ea580c;background-color:#ffedd5}.status-countered{color:#0284c7;background-color:#e0f2fe}.status-accepted{color:#15803d;background-color:#dcfce7}.status-completed{color:#475569;background-color:#f1f5f9}.status-rejected{color:#b91c1c;background-color:#fee2e2}.quote-card-body{flex-grow:1;margin-bottom:1.5rem}.quote-items-summary{color:#334155;margin-bottom:.5rem;font-size:1rem}.quote-items-summary strong{color:#0f172a}.quote-card-message{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-style:italic;display:-webkit-box;overflow:hidden}.quote-card-footer{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.85rem;display:flex}.quote-date{align-items:center;display:flex}.view-details-link{color:#ea580c;align-items:center;gap:4px;font-weight:700;display:flex}.quote-detail-section{flex-direction:column;gap:2rem;display:flex}.back-to-list-btn{color:#64748b;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:8px;font-weight:600;transition:color .2s;display:flex}.back-to-list-btn:hover{color:#ea580c}.detail-grid-container{grid-template-columns:1.8fr 1.2fr;align-items:flex-start;gap:2rem;display:grid}.detail-card-glass{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:2.5rem;box-shadow:0 10px 40px #00000008}.detail-header-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.detail-header-row h2{color:#0f172a;margin-bottom:4px;font-size:1.8rem;font-weight:800}.quote-timestamp{color:#64748b;font-size:.9rem}.negotiation-table-wrapper{margin-bottom:2rem}.negotiation-table-wrapper h3{color:#0f172a;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.negotiation-table{border-collapse:collapse;width:100%}.negotiation-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:.85rem;font-weight:700}.negotiation-table td{border-bottom:1px solid #f1f5f9;padding:16px;font-size:.95rem}.table-item-info{align-items:center;gap:12px;display:flex}.table-item-img{object-fit:cover;border-radius:8px;width:48px;height:48px}.table-item-name{color:#0f172a;font-weight:600}.counter-input-box{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;align-items:center;max-width:120px;padding:4px 10px;display:inline-flex}.counter-input-box span{color:#64748b;margin-right:4px;font-weight:600}.counter-input-box input{color:#ea580c;text-align:right;background:0 0;border:none;outline:none;width:100%;font-weight:700}.total-calculation-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.calc-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;position:relative}.calc-card span{color:#64748b;text-transform:uppercase;font-size:.8rem;font-weight:600}.calc-card h4{color:#0f172a;margin-top:4px;font-size:1.5rem;font-weight:800}.calc-card.offered{background:#fff7ed;border-color:#ffedd5}.calc-card.offered h4{color:#ea580c}.calc-card.countered{background:#f0f9ff;border-color:#e0f2fe}.calc-card.countered h4{color:#0284c7}.savings-badge{color:#fff;background:#22c55e;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:10px;right:10px}.payment-action-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}.payment-card-body h4{color:#166534;margin-bottom:4px;font-weight:700}.payment-card-body p{color:#14532d;font-size:.9rem}.payment-trigger-btn{align-items:center;gap:8px;margin-left:auto;font-weight:700;display:flex}.negotiation-console{border-top:1px solid #f1f5f9;padding-top:2rem}.negotiation-console h3{margin-bottom:1.25rem;font-size:1.2rem;font-weight:700}.console-actions-row{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.console-error-alert{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:1rem;padding:12px;font-size:.9rem}.history-card-glass{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;max-height:600px;padding:2rem;display:flex;box-shadow:0 10px 40px #00000008}.history-card-glass h3{border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.2rem;font-weight:700}.negotiation-chat-thread{flex-direction:column;gap:1.25rem;padding-right:6px;display:flex;overflow-y:auto}.chat-bubble-wrapper{flex-direction:column;max-width:85%;display:flex}.chat-bubble-wrapper.user-msg{align-self:flex-end}.chat-bubble-wrapper.admin-msg{align-self:flex-start}.chat-meta{color:#64748b;justify-content:space-between;margin-bottom:4px;font-size:.75rem;display:flex}.chat-bubble{border-radius:16px;padding:12px 16px;font-size:.9rem;line-height:1.4}.user-msg .chat-bubble{color:#fff;background:#ea580c;border-bottom-right-radius:4px}.admin-msg .chat-bubble{color:#1e293b;background:#f1f5f9;border-bottom-left-radius:4px}.empty-history{color:#94a3b8;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:3rem 0;display:flex}.quotes-loading-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:70vh;display:flex}.quotes-loading-wrapper p{color:#64748b;font-weight:600}@media (width<=991px){.detail-grid-container{grid-template-columns:1fr}}.legal-page{background-color:var(--color-bg-base);min-height:100vh;padding:60px 0}.legal-card{background-color:var(--color-bg-card);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);border-radius:20px;max-width:900px;margin:0 auto;padding:60px}.legal-title{color:var(--color-primary);letter-spacing:-1px;margin-bottom:10px;font-size:2.5rem;font-weight:800}.legal-last-updated{color:var(--color-text-muted);margin-bottom:40px;font-size:.9rem;font-style:italic}.legal-section{margin-bottom:40px}.legal-section h2{color:var(--color-primary-light);border-bottom:2px solid var(--color-accent);margin-bottom:15px;padding-bottom:10px;font-size:1.5rem;font-weight:700;display:inline-block}.legal-section p{color:var(--color-text-main);margin-bottom:15px;font-size:1.05rem;line-height:1.7}.legal-section ul{padding-left:0;list-style-type:none}.legal-section li{color:var(--color-text-main);margin-bottom:10px;padding-left:25px;font-size:1.05rem;position:relative}.legal-section li:before{content:"→";color:var(--color-accent);font-weight:700;position:absolute;left:0}@media (width<=768px){.legal-card{box-shadow:none;border:none;border-radius:0;padding:30px}.legal-title{font-size:2rem}}.product-detail-page{background-color:#f8fafc;min-height:100vh;padding-bottom:4rem}.product-detail-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.breadcrumb-nav{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.875rem}.breadcrumb-nav span{margin:0 .5rem}.product-main-content{background:#fff;border-radius:12px;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem;display:grid;box-shadow:0 1px 3px #0000001a}.product-gallery{flex-direction:column;gap:1rem;display:flex}.main-image-wrapper{aspect-ratio:1;cursor:zoom-in;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;position:relative;overflow:hidden}.main-image{object-fit:contain;width:100%;height:100%;transition:transform .1s ease-out,opacity .3s}.main-image-zoom:hover{cursor:zoom-in}.main-image-zoom:hover .actual-image{transform:scale(2.5)!important}.thumbnail-list{gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.thumbnail-item{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.thumbnail-item.active{border-color:#f97316}.thumbnail-item img{object-fit:cover;width:100%;height:100%}.product-info-section{flex-direction:column;display:flex}.product-brand-name{color:#f97316;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.product-title{color:#0f172a;margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.2}.product-meta-top{color:var(--color-text-muted);align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.rating-summary{color:#ea580c;align-items:center;gap:.25rem;display:flex}.review-count{color:#3b82f6;cursor:pointer}.sku-badge{background:#f1f5f9;border-radius:99px;padding:.25rem .75rem}.product-price-box{margin-bottom:.5rem}.current-price{color:#0f172a;font-size:2.25rem;font-weight:700}.stock-status{margin-top:.5rem;font-size:.875rem;font-weight:600}.stock-status.in-stock{color:#10b981}.stock-status.out-of-stock{color:#ef4444}.short-description{color:#475569;margin-bottom:1.5rem;line-height:1.6}.key-features{margin-bottom:2rem}.key-features h4{color:#1e293b;margin-bottom:.75rem;font-weight:600}.key-features ul{padding:0;list-style:none}.key-features li{color:#475569;margin-bottom:.5rem;padding-left:1.5rem;font-size:.9375rem;position:relative}.key-features li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.product-actions{border-top:1px solid #f1f5f9;flex-direction:column;gap:1.5rem;padding:1.5rem 0;display:flex}.quantity-selector{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.qty-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.qty-btn:hover{background:#f8fafc;border-color:#cbd5e1}.qty-input{text-align:center;background:0 0;border:none;width:50px;font-size:1rem;font-weight:600}.action-buttons{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-add-cart,.btn-buy-now{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.btn-add-cart{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0}.btn-add-cart:hover{background:#e2e8f0}.btn-buy-now{color:#fff;background:#f97316}.btn-buy-now:hover{background:#c2410c;transform:translateY(-2px);box-shadow:0 12px 24px -6px #ea580c59}.secondary-actions{gap:1.5rem;margin-top:1rem;display:flex}.sec-action-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.5rem 0;font-size:.875rem;transition:color .2s;display:flex}.sec-action-btn:hover{color:#0f172a}.product-details-tabs{background:#fff;border-radius:12px;margin-top:3rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.tabs-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex}.tab-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:1rem 2rem;font-weight:600;position:relative}.tab-btn.active{color:#f97316}.tab-btn.active:after{content:"";background:#f97316;height:2px;position:absolute;bottom:-1px;left:0;right:0}.tab-content{padding:2rem}.specs-table{border-collapse:collapse;width:100%}.specs-table tr{border-bottom:1px solid #f1f5f9}.specs-table tr:last-child{border-bottom:none}.specs-table th{text-align:left;width:30%;color:var(--color-text-muted);background:#f8fafc;padding:1rem;font-weight:600}.specs-table td{color:#0f172a;padding:1rem}.related-products-section{margin-top:4rem}.section-title{color:#0f172a;border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700;display:flex}.related-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.product-main-content{gap:2rem}}@media (width<=768px){.product-main-content{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,1fr)}.product-title{font-size:1.5rem}.action-buttons{grid-template-columns:1fr}}@media (width<=480px){.related-grid{grid-template-columns:1fr}.thumbnail-item{width:60px;height:60px}}.shake-animation{animation:.4s cubic-bezier(.36,.07,.19,.97) both shake;border:2px solid #ef4444!important;box-shadow:0 0 20px #ef444433!important}.whatsapp-float{color:#fff;z-index:999;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:30px;left:30px;box-shadow:0 4px 15px #25d36666}.whatsapp-float:hover{transform:scale(1.1)translateY(-5px);box-shadow:0 8px 20px #25d36680}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}.whatsapp-tooltip{color:#333;white-space:nowrap;opacity:0;pointer-events:none;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 15px;font-size:14px;font-weight:600;transition:all .3s;position:absolute;left:75px;transform:translate(-10px);box-shadow:0 4px 12px #0000001a}.whatsapp-tooltip:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid #fff;position:absolute;top:50%;left:-6px;transform:translateY(-50%)}@keyframes whatsapp-pulse{0%{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.whatsapp-float{animation:2s infinite whatsapp-pulse}@media (width<=768px){.whatsapp-float{width:50px;height:50px;bottom:20px;left:20px}.whatsapp-tooltip{display:none}}.quote-float{color:#fff;cursor:pointer;z-index:999;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:90px;left:30px;box-shadow:0 4px 15px #0f172a66}.quote-float:hover{background:var(--color-accent);border-color:#ffffff4d;transform:scale(1.1)rotate(5deg);box-shadow:0 8px 25px #ea580c66}.quote-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background:#1e293b;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .3s;position:absolute;left:75px;box-shadow:0 4px 12px #0000001a}.quote-tooltip:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid #1e293b;position:absolute;top:50%;left:-6px;transform:translateY(-50%)}.quote-float:hover .quote-tooltip{opacity:1;visibility:visible;left:85px}@media (width<=768px){.quote-float{width:50px;height:50px;bottom:80px;left:20px}.quote-tooltip{display:none}}:root{--chat-bg-dark:#0f172a;--chat-bg-light:#f8fafc;--chat-border:#e2e8f0cc;--chat-shadow-premium:0 12px 40px -4px #00000026, 0 4px 20px -2px #0000000d}.chatbot-toggle-btn{background:linear-gradient(135deg, var(--color-accent) 0%, #ea580c 100%);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 8px 24px #ea580c59}.chatbot-toggle-btn:hover{transform:scale(1.08)translateY(-3px);box-shadow:0 12px 28px #ea580c73}.chatbot-toggle-btn.hidden{opacity:0;pointer-events:none;transform:scale(0)rotate(-45deg)}.chatbot-window{width:390px;max-width:calc(100vw - 60px);height:610px;max-height:calc(100vh - 120px);box-shadow:var(--chat-shadow-premium);z-index:100000;opacity:0;pointer-events:none;background-color:#fff;border:1px solid #e2e8f0cc;border-radius:24px;flex-direction:column;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:30px;left:auto;right:30px;overflow:hidden;transform:translateY(30px)scale(.95)}.chatbot-window.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chatbot-header{background:linear-gradient(135deg, var(--color-primary) 0%, #0f172a 100%);color:#fff;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:relative}.chatbot-header-info{align-items:center;gap:12px;display:flex}.chatbot-header-avatar{background-color:#ffffff14;border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.online-indicator{border:2px solid var(--color-primary);background-color:#22c55e;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 0 1px #22c55e}.chatbot-header-info h3{color:#f8fafc;letter-spacing:-.01em;margin:0;font-size:15px;font-weight:700}.chatbot-header-info p{color:#94a3b8;margin:2px 0 0;font-size:11px;font-weight:500}.chatbot-close-btn{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.chatbot-close-btn:hover{color:#fff;background-color:#ffffff26;transform:scale(1.05)}.chatbot-messages{background-color:var(--chat-bg-light);scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:22px;display:flex;overflow-y:auto}.chat-bubble-wrapper{align-items:flex-end;gap:10px;max-width:85%;display:flex}.chat-bubble-wrapper.user{flex-direction:row-reverse;align-self:flex-end}.chat-bubble-wrapper.model{align-self:flex-start}.chat-avatar{background:linear-gradient(135deg, var(--color-primary) 0%, #1e293b 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;box-shadow:0 2px 8px #0f172a26}.chat-bubble{letter-spacing:-.01em;border-radius:18px;padding:12px 16px;font-size:13.5px;line-height:1.5}.chat-bubble.user{background:linear-gradient(135deg, var(--color-accent) 0%, #ea580c 100%);color:#fff;border-bottom-right-radius:4px;font-weight:500;box-shadow:0 4px 12px #ea580c26}.chat-bubble.model{color:#334155;background-color:#fff;border:1px solid #e2e8f0e6;border-bottom-left-radius:4px;box-shadow:0 2px 6px #00000005}.chat-bubble.model p{margin:0 0 10px}.chat-bubble.model p:last-child{margin:0}.chat-bubble.model ul,.chat-bubble.model ol{margin:8px 0;padding-left:20px}.chat-bubble.model li{margin-bottom:4px}.chat-bubble.model a{color:var(--color-accent);border-bottom:1px dashed var(--color-accent);font-weight:600;text-decoration:none}.chat-bubble.model a:hover{border-bottom-style:solid}.chat-bubble.model strong{color:var(--color-primary);font-weight:700}.typing-indicator{padding:14px 20px!important}.typing-indicator-dots{align-items:center;gap:5px;height:8px;display:flex}.typing-indicator-dots span{background-color:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing-dot-bounce;display:inline-block}.typing-indicator-dots span:first-child{animation-delay:-.32s}.typing-indicator-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing-dot-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1.1)}}.chatbot-suggestions{background-color:#fff;border-top:1px solid #e2e8f099;flex-direction:column;gap:8px;padding:14px 18px;display:flex}.chatbot-suggestions-header{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.chatbot-suggestions-list{flex-wrap:wrap;gap:8px;display:flex}.chatbot-suggestion-chip{color:#c2410c;cursor:pointer;white-space:nowrap;background-color:#ea580c0a;border:1px solid #ea580c1f;border-radius:20px;outline:none;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s}.chatbot-suggestion-chip:hover{background-color:var(--color-accent);border-color:var(--color-accent);color:#fff;transform:translateY(-1px);box-shadow:0 3px 10px #ea580c26}.chatbot-suggestion-chip:active{transform:translateY(0)}.chatbot-input-area{background-color:#fff;border-top:1px solid #e2e8f0cc;align-items:center;gap:12px;padding:16px 20px;display:flex}.chatbot-input-area input{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:24px;outline:none;flex:1;padding:12px 18px;font-size:14px;transition:all .25s;box-shadow:inset 0 1px 2px #00000005}.chatbot-input-area input:focus{border-color:var(--color-accent);background-color:#fff;box-shadow:0 0 0 3px #ea580c1f}.chatbot-input-area button{background:linear-gradient(135deg, var(--color-accent) 0%, #ea580c 100%);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;transition:all .25s;display:flex;box-shadow:0 4px 10px #ea580c26}.chatbot-input-area button:hover:not(:disabled){transform:scale(1.04);box-shadow:0 6px 14px #ea580c40}.chatbot-input-area button:active:not(:disabled){transform:scale(.96)}.chatbot-input-area button:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#e2e8f0}.chatbot-messages::-webkit-scrollbar{width:5px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=768px){.chatbot-toggle-btn{width:54px;height:54px;bottom:20px;right:20px}}@media (width<=480px){.chatbot-window{z-index:100000!important;border:none!important;border-radius:0!important;width:100vw!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;inset:0!important}.chatbot-header{padding-top:calc(20px + env(safe-area-inset-top,0px));border-radius:0;padding-bottom:16px}.chatbot-close-btn{width:36px;height:36px}.chatbot-messages{gap:12px;padding:16px}.chat-bubble{padding:10px 14px;font-size:13px}.chatbot-suggestions{padding:10px 14px}.chatbot-suggestion-chip{padding:6px 12px;font-size:11.5px}.chatbot-input-area{padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));background-color:#fff;box-shadow:0 -4px 15px #0000000a}.chatbot-input-area input{padding:10px 14px;font-size:13.5px}.chatbot-input-area button{width:38px;min-width:38px;height:38px}}.payment-loader-overlay{z-index:100000;color:#fff;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.payment-loader-overlay:before{content:"";pointer-events:none;background:radial-gradient(circle,#ea580c1a 0%,#0000 50%);width:150%;height:150%;animation:10s linear infinite bg-drift;position:absolute}@keyframes bg-drift{0%{transform:translate(-10%,-10%)}50%{transform:translate(10%,10%)}to{transform:translate(-10%,-10%)}}.payment-loader-content{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:400px;padding:0 24px;display:flex;position:relative}.payment-loader-ring{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:40px;display:flex;position:relative}.ring-outer{border:4px solid #ffffff0d;border-top-color:#ea580c;border-radius:50%;animation:1.5s cubic-bezier(.5,0,.5,1) infinite spin;position:absolute;inset:0}.ring-inner{border:4px solid #ffffff0d;border-bottom-color:#f97316;border-radius:50%;animation:2s cubic-bezier(.5,0,.5,1) infinite spin-reverse;position:absolute;inset:15px}@keyframes spin-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.payment-loader-icon{color:#ea580c;filter:drop-shadow(0 0 10px #ea580c66);animation:2s ease-in-out infinite pulse-icon}@keyframes pulse-icon{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.payment-loader-title{letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:1.5rem;font-weight:800}.payment-loader-status{color:#94a3b8;height:24px;margin-bottom:32px;font-size:.95rem;font-weight:500}.payment-loader-footer{flex-direction:column;gap:16px;width:100%;margin-top:40px;display:flex}.payment-progress-bar{background:#ffffff0d;border-radius:99px;width:100%;height:4px;overflow:hidden}.payment-progress-fill{background:#ea580c;border-radius:99px;width:0%;height:100%;animation:5s linear forwards progress-fill}@keyframes progress-fill{0%{width:0%}to{width:95%}}.payment-security-badge{color:#475569;text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;gap:8px;font-size:.75rem;font-weight:700;display:flex}.payment-security-badge svg{color:#10b981}.payment-loader-overlay{animation:.3s ease-out forwards fade-in}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.checkout-page{background-color:var(--color-bg-base,#f8fafc);min-height:100vh;color:var(--color-text,#1e293b);box-sizing:border-box;padding:100px 16px 80px}.checkout-page *,.checkout-page :before,.checkout-page :after{box-sizing:border-box}.checkout-progress{justify-content:center;align-items:center;gap:14px;width:100%;max-width:600px;margin:0 auto 40px;display:flex}.progress-step{color:#94a3b8;z-index:1;text-align:center;flex-direction:column;align-items:center;gap:8px;min-width:70px;display:flex;position:relative}.progress-step.active{color:var(--color-accent,#ea580c)}.step-icon{background:#fff;border:2px solid #e2e8f0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .25s,border-color .25s,color .25s,box-shadow .25s;display:flex}.progress-step.active .step-icon{background:var(--color-accent,#ea580c);border-color:var(--color-accent,#ea580c);color:#fff;box-shadow:0 0 16px #ea580c47}.progress-step span{font-size:.85rem;font-weight:700;line-height:1.2}.progress-line{background:#e2e8f0;flex:1;min-width:28px;height:2px;margin-top:-24px}.checkout-content{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:32px;width:100%;max-width:1180px;margin:0 auto;display:grid}.checkout-card,.order-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0f172a0f}.checkout-card{overflow:hidden}.card-header{border-bottom:1px solid #f1f5f9;padding:24px 32px}.header-flex{justify-content:space-between;align-items:center;gap:16px;display:flex}.card-header h3{color:#1e293b;align-items:center;gap:10px;margin:0 0 4px;font-size:1.25rem;font-weight:800;display:flex}.card-header p{color:var(--color-text-muted,#64748b);margin:0;font-size:.9rem}.locate-btn,.edit-address-btn,.continue-btn,.pay-btn{cursor:pointer;border:0;font-family:inherit}.locate-btn{border:1px solid var(--color-accent,#ea580c);color:var(--color-accent,#ea580c);white-space:nowrap;background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:.8rem;font-weight:800;line-height:1;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.locate-btn:hover{background:var(--color-accent,#ea580c);color:#fff;transform:translateY(-1px)}.map-search-container{padding:0 32px 24px;position:relative}.search-suggest-box{align-items:center;margin-bottom:12px;display:flex;position:relative}.search-suggest-box svg{color:#94a3b8;pointer-events:none;position:absolute;left:12px}.search-suggest-box input{color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 44px 12px 40px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.search-suggest-box input:focus{border-color:var(--color-accent,#ea580c);outline:none;box-shadow:0 0 0 4px #ea580c1a}.search-loader,.animate-spin{animation:1s linear infinite checkout-spin}.search-loader{border:2px solid #fed7aa;border-top-color:var(--color-accent,#ea580c);border-radius:999px;width:18px;height:18px;position:absolute;right:12px}.suggestions-list{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:10px;max-height:260px;position:absolute;top:52px;left:32px;right:32px;overflow-y:auto;box-shadow:0 16px 32px #0f172a24}.suggestion-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:12px;padding:12px 16px;transition:background-color .2s;display:flex}.suggestion-item:last-child{border-bottom:0}.suggestion-item:hover{background:#fff7ed}.suggestion-item svg{color:var(--color-accent,#ea580c);flex-shrink:0;margin-top:2px}.suggestion-item span{color:#334155;font-size:.85rem;line-height:1.45}.no-results{text-align:center;color:var(--color-text-muted,#64748b);background:#f8fafc;padding:16px;font-size:.85rem}.saved-addresses-section{border-bottom:1px solid #f1f5f9;margin-bottom:24px;padding:0 32px 32px}.saved-addresses-section h4{color:#1e293b;align-items:center;gap:8px;margin:0 0 16px;font-size:.95rem;font-weight:800;display:flex}.saved-addresses-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.saved-address-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:12px;min-height:105px;padding:16px;transition:border-color .2s,background-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.saved-address-card:hover{border-color:var(--color-accent,#ea580c);background:#fff7ed;transform:translateY(-1px)}.saved-address-card.selected{border-color:var(--color-accent,#ea580c);box-shadow:0 0 0 1px var(--color-accent,#ea580c);background:#fff7ed}.card-check{flex-shrink:0;margin-top:2px}.check-circle{border:2px solid #cbd5e1;border-radius:999px;width:18px;height:18px;position:relative}.saved-address-card.selected .check-circle{border-color:var(--color-accent,#ea580c);background:var(--color-accent,#ea580c)}.saved-address-card.selected .check-circle:after{content:"";background:#fff;border-radius:999px;position:absolute;inset:4px}.address-info{min-width:0}.address-info strong{color:#1e293b;margin-bottom:4px;font-size:.9rem;display:block}.address-info p{color:#64748b;overflow-wrap:anywhere;margin:0;font-size:.8rem;line-height:1.45}.new-address{text-align:center;background:#f8fafc;border-style:dashed;justify-content:center;align-items:center}.address-form{padding:32px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-group.full{grid-column:1/-1}.form-group label{color:#334155;align-items:center;gap:6px;margin-bottom:8px;font-size:.85rem;font-weight:800;display:flex}.form-group input,.form-group textarea,.checkout-select{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s,background-color .2s,box-shadow .2s}.form-group textarea{resize:vertical;min-height:96px}.form-group input:focus,.form-group textarea:focus,.checkout-select:focus{border-color:var(--color-accent,#ea580c);background:#fff;outline:none;box-shadow:0 0 0 4px #ea580c1a}.checkout-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.checkout-select:disabled{opacity:.65;cursor:not-allowed}.save-address-check{margin-top:12px}.checkbox-container{cursor:pointer;color:#64748b;-webkit-user-select:none;user-select:none;align-items:center;min-height:20px;padding-left:30px;font-size:.85rem;display:inline-flex;position:relative}.checkbox-container input{opacity:0;pointer-events:none;position:absolute}.checkmark{background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:5px;width:18px;height:18px;transition:background-color .2s,border-color .2s;position:absolute;left:0}.checkbox-container:hover input~.checkmark{background-color:#e2e8f0}.checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;display:none;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.checkout-error-alert{color:#991b1b;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:24px;padding:14px 18px;font-size:.9rem;font-weight:700;animation:.25s checkout-fade-in}.form-actions{justify-content:space-between;gap:15px;margin-top:32px;display:flex}.continue-btn,.pay-btn{background:var(--color-accent,#ea580c);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:14px 28px;font-size:1rem;font-weight:800;transition:transform .2s,opacity .2s;display:inline-flex}.continue-btn:hover,.pay-btn:hover{transform:translateY(-1px)}.continue-btn:disabled,.pay-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.review-section{border-bottom:1px solid #f1f5f9;padding:24px 32px}.section-title{color:var(--color-text-muted,#64748b);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:.9rem;font-weight:900}.review-address-box{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;line-height:1.6}.review-address-box strong{color:#1e293b;margin-bottom:4px;font-size:1.1rem;display:block}.contact-info{color:var(--color-text-muted,#64748b);border-top:1px dashed #cbd5e1;margin-top:12px;padding-top:12px;font-size:.9rem}.edit-address-btn{color:var(--color-accent,#ea580c);background:0 0;margin-top:12px;padding:0;font-size:.85rem;font-weight:800;text-decoration:underline}.review-sub{color:var(--color-text-muted,#64748b);margin-top:4px;font-size:.85rem}.review-sub strong{color:#334155}.review-items-list{flex-direction:column;gap:16px;display:flex}.review-item{align-items:center;gap:16px;display:flex}.review-item img{object-fit:cover;border:1px solid #e2e8f0;border-radius:9px;flex-shrink:0;width:60px;height:60px}.item-info{flex:1;min-width:0}.item-info h5{color:#1e293b;overflow-wrap:anywhere;margin:0 0 2px;font-size:.95rem;font-weight:800}.item-info span{color:var(--color-text-muted,#64748b);font-size:.85rem}.item-price{color:#1e293b;white-space:nowrap;font-weight:800}.checkout-sidebar{min-width:0}.order-summary-card{padding:24px;position:sticky;top:100px}.order-summary-card h3{color:#1e293b;border-bottom:1px solid #f1f5f9;margin:0 0 20px;padding-bottom:12px;font-size:1.1rem;font-weight:900}.summary-row,.summary-item-row,.summary-total{justify-content:space-between;gap:16px;display:flex}.summary-row{color:var(--color-text-muted,#64748b);margin-bottom:12px;font-size:.95rem}.summary-row.discount,.summary-row.shipping .free{color:#16a34a;font-weight:800}.summary-row.shipping{transition:opacity .3s}.summary-row.shipping.loading{opacity:.6}.summary-divider{background:#e2e8f0;height:1px;margin:16px 0}.summary-items{max-height:220px;margin:15px 0;padding-right:4px;overflow-y:auto}.summary-item-row{color:#64748b;margin-bottom:8px;font-size:.85rem}.summary-info{color:#94a3b8;margin:5px 0 15px;font-size:.75rem}.shipping-breakdown-details{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:10px;margin-bottom:20px;padding:12px;animation:.3s checkout-fade-in}.breakdown-header{text-transform:uppercase;letter-spacing:.05em;color:#64748b;align-items:center;gap:6px;margin-bottom:10px;font-size:.7rem;font-weight:800;display:flex}.breakdown-body{flex-direction:column;gap:6px;display:flex}.b-row{color:#64748b;justify-content:space-between;font-size:.75rem;display:flex}.b-row.highlighted{color:#ea580c;font-weight:700}.b-divider{background:#e2e8f0;height:1px;margin:4px 0}.summary-total{align-items:center;margin-bottom:20px}.summary-total span:first-child{color:#1e293b;font-weight:800}.summary-total .amount{color:var(--color-accent,#ea580c);white-space:nowrap;font-size:1.5rem;font-weight:950}.guarantee-box{color:#9a3412;background:#fff7ed;border:1px solid #ffedd5;border-radius:9px;align-items:center;gap:8px;padding:12px;font-size:.75rem;font-weight:700;display:flex}.checkout-empty-state{text-align:center;padding:100px 24px}.checkout-empty-state svg{color:#cbd5e1;margin-bottom:20px}.checkout-empty-state h2{color:#1e293b;margin:0 0 8px;font-size:1.75rem;font-weight:900}.checkout-empty-state p{color:var(--color-text-muted,#64748b);margin:0 0 24px}@keyframes checkout-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes checkout-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.checkout-content{grid-template-columns:minmax(0,1fr) 320px;gap:24px}}@media (width<=900px){.checkout-content{grid-template-columns:1fr}.checkout-sidebar{order:-1}.order-summary-card{position:static}}@media (width<=700px){.checkout-page{padding-top:80px;padding-bottom:48px}.checkout-progress{gap:8px;margin-bottom:28px}.progress-step{min-width:54px}.progress-step span{font-size:.72rem}.step-icon{width:36px;height:36px}.progress-line{min-width:18px;margin-top:-22px}.header-flex{flex-direction:column;align-items:flex-start}.locate-btn{width:100%}.card-header,.address-form,.review-section,.order-summary-card{padding:20px}.map-search-container,.saved-addresses-section{padding-left:20px;padding-right:20px}.suggestions-list{left:20px;right:20px}.form-grid,.saved-addresses-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.review-item{align-items:flex-start}}@media (width<=420px){.checkout-page{padding-left:10px;padding-right:10px}.checkout-progress{justify-content:flex-start;padding-bottom:6px;overflow-x:auto}.summary-total .amount{font-size:1.25rem}.review-item img{width:52px;height:52px}}.coupon-section{margin-bottom:20px}.coupon-input-group{gap:10px;display:flex}.coupon-input-group input{text-transform:uppercase;border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:10px 14px;font-size:.9rem;font-weight:700}.coupon-input-group input:focus{border-color:var(--color-accent,#ea580c);outline:none}.coupon-input-group button{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:0 16px;font-weight:700;transition:all .2s}.coupon-input-group button:hover:not(:disabled){background:#0f172a}.coupon-input-group button:disabled{opacity:.5;cursor:not-allowed}.coupon-error{color:#dc2626;margin-top:8px;padding-left:2px;font-size:.75rem;font-weight:700}.coupon-applied-msg{color:#16a34a;background:#f0fdf4;border:1px solid #dcfce7;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;font-weight:700;display:flex}.summary-row.coupon-discount{color:#16a34a;font-weight:800}.coupon-label-flex{flex-direction:column;gap:4px;display:flex}.coupon-label-flex .badge{background:#dcfce7;border-radius:4px;width:fit-content;padding:2px 8px;font-size:.7rem}.remove-coupon{color:#dc2626;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.7rem;font-weight:700;text-decoration:underline}.discount-value{font-size:1rem}.section-subtitle-label{color:#1e293b;border-bottom:2px solid #ea580c;width:fit-content;margin-bottom:12px;padding-bottom:4px;font-size:.9rem;font-weight:800;display:block}.shipping-options-group,.payment-options-group{margin-top:24px}.couriers-selection-grid,.payment-selection-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:12px;display:grid}.courier-option-card,.payment-option-card{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:8px;padding:16px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.courier-option-card:hover,.payment-option-card:hover{background:#fffaf7;border-color:#ea580c;transform:translateY(-2px);box-shadow:0 8px 16px #0f172a0d}.courier-option-card.selected,.payment-option-card.selected{background:#fff7ed;border-color:#ea580c;box-shadow:0 4px 20px #ea580c1f}.courier-card-header,.payment-card-header{align-items:center;gap:10px;display:flex}.custom-radio-dot{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:all .2s;position:relative}.custom-radio-dot.active{background:#ea580c;border-color:#ea580c}.custom-radio-dot.active:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.courier-name,.payment-name{color:#1e293b;font-size:.95rem;font-weight:800}.courier-desc,.payment-desc{color:#64748b;margin:0;font-size:.78rem;line-height:1.4}.free-shipping-applied-alert{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:12px;margin-bottom:16px;padding:12px;animation:.3s checkout-fade-in;display:flex}.free-shipping-applied-alert .alert-content{flex-direction:column;gap:2px;display:flex}.free-shipping-applied-alert strong{font-size:.85rem;font-weight:900}.free-shipping-applied-alert span{color:#15803d;font-size:.75rem}.api-integration-badge{color:#2563eb;text-align:left;background:#eff6ff;border:1px dashed #bfdbfe;border-radius:10px;margin-bottom:16px;padding:12px;font-family:monospace;animation:.3s checkout-fade-in}.api-integration-badge .api-title{letter-spacing:.05em;margin-bottom:4px;font-size:.72rem;font-weight:800;display:block}.api-integration-badge .api-msg{color:#1e40af;margin:0;font-size:.7rem;line-height:1.3}.text-orange{font-weight:700;color:#ea580c!important}.wishlist-page{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);min-height:100vh;padding:120px 20px 80px}.wishlist-container{max-width:1280px;margin:0 auto}.wishlist-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.header-left{align-items:center;gap:16px;display:flex}.back-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.back-btn:hover{color:#0f172a;background:#f1f5f9}.wishlist-header h1{color:#0f172a;align-items:baseline;gap:12px;margin:0;font-size:1.75rem;font-weight:800;display:flex}.wishlist-count{color:#64748b;font-size:1rem;font-weight:500}.clear-wishlist-btn{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.clear-wishlist-btn:hover{background:#fef2f2;border-color:#ef4444}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;display:grid}.wishlist-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.wishlist-card:hover{border-color:#ea580c33;transform:translateY(-8px);box-shadow:0 20px 40px #ea580c14,0 10px 20px #0000000a}.wishlist-card-image-wrapper{aspect-ratio:4/3;background:#f8fafc;position:relative;overflow:hidden}.wishlist-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.wishlist-card:hover .wishlist-card-image{transform:scale(1.05)}.wishlist-remove-btn{color:#ef4444;cursor:pointer;z-index:10;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.wishlist-remove-btn:hover{color:#fff;background:#ef4444;transform:scale(1.1)}.wishlist-card-info{flex-direction:column;flex:1;padding:16px;display:flex}.wishlist-card-meta{color:#64748b;justify-content:space-between;margin-bottom:8px;font-size:.75rem;display:flex}.wishlist-sku{background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:monospace}.wishlist-card-title{color:#0f172a;cursor:pointer;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 16px;font-size:1.1rem;font-weight:700;transition:color .2s;display:-webkit-box;overflow:hidden}.wishlist-card-title:hover{color:#ea580c}.wishlist-card-footer{border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.wishlist-price{color:#0f172a;font-size:1.25rem;font-weight:800}.quote-text{color:#ea580c;text-transform:uppercase;font-size:.9rem;font-weight:700}.wishlist-add-cart-btn{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.wishlist-add-cart-btn:hover{background:#c2410c;transform:translateY(-2px)}.wishlist-empty-container{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:40px 20px;display:flex}.wishlist-empty-content{text-align:center;background:#fff;border-radius:24px;max-width:400px;padding:40px;box-shadow:0 10px 25px #0000000d}.empty-icon-wrapper{background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 24px;display:flex}.empty-icon{color:#fca5a5}.wishlist-empty-content h2{color:#0f172a;margin-bottom:12px;font-size:1.5rem}.wishlist-empty-content p{color:#64748b;margin-bottom:32px;line-height:1.6}.continue-shopping-btn{color:#fff;background:#0f172a;border-radius:12px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.continue-shopping-btn:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c4d}@media (width<=768px){.wishlist-header{flex-direction:column;align-items:flex-start;gap:16px}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}.user-tickets-container{max-width:1000px;margin:60px auto;padding:0 20px;font-family:Inter,sans-serif;animation:.5s ease-out fadeIn}.tickets-header-section{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:flex-end;margin-bottom:40px;padding-bottom:20px;display:flex}.header-text h1{color:#111;letter-spacing:-1px;margin:0 0 8px;font-size:36px;font-weight:800}.header-text p{color:#64748b;margin:0;font-size:16px}.btn-raise-ticket{color:#fff;background:linear-gradient(135deg,#f47b20,#d66415);border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 20px #f47b2040}.btn-raise-ticket:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 25px #f47b2059}.ticket-list{flex-direction:column;gap:16px;display:flex}.ticket-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;padding:24px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #00000005}.ticket-card:hover{border-color:#f47b20;transform:translateY(-3px)scale(1.005);box-shadow:0 12px 30px #f47b2014}.ticket-card-left{align-items:center;gap:20px;display:flex}.ticket-icon-wrapper{color:#f47b20;background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.ticket-main-info h3{color:#0f172a;margin:0 0 6px;font-size:18px;font-weight:700}.ticket-main-info p{color:#64748b;align-items:center;gap:8px;margin:0;font-size:14px;display:flex}.ticket-id-tag{color:#475569;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.ticket-card-right{align-items:center;gap:24px;display:flex}.ticket-priority{color:#334155;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.status-badge{border-radius:50px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;display:flex}.chevron-icon{color:#cbd5e1;transition:transform .3s,color .3s}.ticket-card:hover .chevron-icon{color:#f47b20;transform:translate(4px)}.badge-open{color:#1976d2;background:#e3f2fd}.badge-progress{color:#f57c00;background:#fff3e0}.badge-waiting{color:#c2185b;background:#fce4ec}.badge-resolved{color:#388e3c;background:#e8f5e9}.badge-closed,.badge-default{color:#475569;background:#f1f5f9}.priority-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.priority-high{background:#ef4444}.priority-medium{background:#f59e0b}.priority-low{background:#10b981}.no-tickets{text-align:center;background:linear-gradient(#fff,#f8fafc);border:1px dashed #cbd5e1;border-radius:24px;padding:80px 20px}.empty-icon-circle{color:#f47b20;background:#fff3eb;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.no-tickets h3{color:#0f172a;margin-bottom:10px;font-size:24px}.no-tickets p{color:#64748b;margin-bottom:25px;font-size:16px}.tickets-loading{text-align:center;color:#64748b;padding:100px 0;font-weight:500}.loader{border:3px solid #f3f3f3;border-top-color:#f47b20;border-radius:50%;width:40px;height:40px;margin:0 auto 15px;animation:1s linear infinite spin}@media (width<=768px){.ticket-card{flex-direction:column;align-items:flex-start;gap:20px}.ticket-card-right{justify-content:space-between;width:100%}.tickets-header-section{flex-direction:column;align-items:flex-start;gap:20px}}.ticket-create-container{max-width:900px;margin:40px auto;padding:0 20px;font-family:Inter,sans-serif}.ticket-header{text-align:center;margin-bottom:40px}.ticket-header h1{color:#222;margin-bottom:10px;font-size:32px;font-weight:700}.ticket-header p{color:#666;font-size:16px}.ticket-form{background:#fff;border:1px solid #eee;border-radius:12px;padding:40px;box-shadow:0 8px 30px #0000000d}.form-row{gap:24px;margin-bottom:20px;display:flex}.form-group{text-align:left;flex-direction:column;flex:1;display:flex}.form-group.full-width{width:100%;margin-bottom:20px}.form-group label{color:#333;margin-bottom:8px;font-size:14px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#333;background-color:#fafafa;border:1px solid #ddd;border-radius:6px;padding:12px 16px;font-size:15px;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#fff;border-color:#f47b20;outline:none;box-shadow:0 0 0 3px #f47b201a}.form-actions{border-top:1px solid #eee;justify-content:flex-end;gap:16px;margin-top:30px;padding-top:24px;display:flex}.btn-secondary{color:#444;cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;padding:12px 24px;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#e9e9e9}.btn-primary{color:#fff;cursor:pointer;background:#f47b20;border:none;border-radius:6px;padding:12px 32px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #f47b204d}.btn-primary:hover{background:#e06a14;box-shadow:0 6px 16px #f47b2066}.btn-primary:disabled{cursor:not-allowed;box-shadow:none;background:#ffb888}@media (width<=768px){.form-row{flex-direction:column;gap:20px}.ticket-form{padding:24px}}.ticket-detail-container{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Inter,sans-serif}.box-shadow{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px;box-shadow:0 4px 20px #00000008}.ticket-detail-header{margin-bottom:30px}.back-link{color:#666;margin-bottom:15px;font-size:14px;font-weight:500;text-decoration:none;display:inline-block}.back-link:hover{color:#f47b20}.title-row{align-items:center;gap:15px;margin-bottom:10px;display:flex}.title-row h1{color:#222;margin:0;font-size:26px}.ticket-meta{color:#666;font-size:14px}.ticket-content-layout{gap:30px;display:flex}.ticket-main{flex-direction:column;flex:1;gap:20px;display:flex}.ticket-sidebar{width:320px;height:fit-content}.message-header{align-items:center;gap:12px;margin-bottom:15px;display:flex}.sender-avatar{color:#666;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.avatar-admin{color:#f47b20;background:#fff3e0}.message-time{color:#888;margin-top:2px;font-size:12px;font-weight:400}.message-body{color:#333;white-space:pre-wrap;font-size:15px;line-height:1.6}.attachment{border-top:1px dashed #eee;margin-top:15px;padding-top:15px}.attachment a{color:#f47b20;font-size:14px;font-weight:500;text-decoration:none}.reply-card{margin-bottom:20px}.reply-admin{border-left:4px solid #f47b20}.reply-customer{border-left:4px solid #eee}.reply-form-container h3{color:#222;margin-bottom:15px;font-size:18px}.reply-form-container textarea{resize:vertical;border:1px solid #ddd;border-radius:8px;width:100%;margin-bottom:15px;padding:15px;font-family:inherit}.reply-form-container textarea:focus{border-color:#f47b20;outline:none}.reply-actions{justify-content:space-between;align-items:center;display:flex}.file-input{font-size:13px}.ticket-sidebar h3{color:#222;border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:15px;font-size:18px}.info-list{margin:0;padding:0;list-style:none}.info-list li{flex-direction:column;margin-bottom:15px;display:flex}.info-list li span{color:#666;margin-bottom:4px;font-size:12px}.info-list li strong{color:#222;font-size:14px}@media (width<=900px){.ticket-content-layout{flex-direction:column}.ticket-sidebar{width:100%}}.shipping-mgmt-wrapper{color:#1e293b;max-width:1200px;margin:0 auto;padding:40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.shipping-mgmt-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.header-title{align-items:center;gap:16px;display:flex}.title-icon{color:#ea580c;background:#f1f5f9;border-radius:12px;width:48px;height:48px;padding:10px}.header-title h1{margin:0;font-size:1.75rem;font-weight:800}.header-title p{color:#64748b;margin:4px 0 0}.btn-save{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-weight:700;transition:all .2s;display:flex}.btn-save:hover{background:#d9480f;transform:translateY(-2px)}.shipping-tabs{background:#f1f5f9;border-radius:12px;gap:8px;margin-bottom:32px;padding:6px;display:flex}.shipping-tabs button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-weight:600;transition:all .2s;display:flex}.shipping-tabs button.active{color:#ea580c;background:#fff;box-shadow:0 4px 6px -1px #0000000d}.rates-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.zone-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #00000005}.zone-card h3{color:#ea580c;margin:0 0 20px;font-size:1.1rem}.input-group{margin-bottom:16px}.input-group label{color:#64748b;margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.input-group input,.input-group textarea{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 14px;font-size:.95rem}.dim-row{gap:8px;display:flex}.mapping-panel{flex-direction:column;gap:24px;display:flex}.mapping-section textarea{min-height:120px;line-height:1.6}.calculator-panel{background:#f8fafc;border-radius:20px;grid-template-columns:1fr 1.2fr;gap:40px;padding:32px;display:grid}.btn-run{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:10px;width:100%;margin-top:20px;padding:14px;font-weight:700}.calc-results{background:#fff;border-radius:16px;padding:24px;box-shadow:0 10px 15px -3px #0000000d}.result-zone{color:#ea580c;text-align:center;background:#fff7ed;border-radius:8px;margin-bottom:24px;padding:12px}.weight-breakdown{justify-content:space-between;gap:12px;margin-bottom:32px;display:flex}.w-item{text-align:center;background:#f8fafc;border-radius:8px;flex:1;padding:12px}.w-item span{color:#64748b;margin-bottom:4px;font-size:.75rem;display:block}.w-item strong{font-size:1.1rem}.w-item.highlighted{color:#fff;background:#ea580c}.w-item.highlighted span{color:#fffc}.price-breakdown{flex-direction:column;gap:12px;display:flex}.p-row{justify-content:space-between;font-size:.95rem;display:flex}.p-row.total{border-top:1px dashed #e2e8f0;padding-top:12px;font-weight:700}.p-row.grand-total{color:#fff;background:#1e293b;border-radius:8px;margin-top:12px;padding:16px;font-size:1.25rem;font-weight:800}@media (width<=900px){.calculator-panel{grid-template-columns:1fr}.shipping-mgmt-wrapper{padding:20px}}.config-section{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 4px 6px -1px #00000003}.config-section h3{color:#1e293b;border-bottom:2px solid #ea580c;width:fit-content;margin:0 0 20px;padding-bottom:6px;font-size:1.15rem;font-weight:800}.config-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.input-group.full{grid-column:1/-1}.help-text{color:#64748b;margin-top:4px;font-size:.72rem;font-weight:500;display:block}.couriers-panel,.rules-panel,.slabs-panel{background:#f8fafc;border-radius:20px;flex-direction:column;gap:24px;padding:32px;display:flex}.panel-actions{text-align:left;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:16px;display:flex}.panel-actions h3{color:#1e293b;margin:0;font-size:1.35rem;font-weight:800}.section-subtext{color:#64748b;margin:4px 0 0;font-size:.8rem}.btn-add-item{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-weight:700;transition:all .2s;display:flex}.btn-add-item:hover{background:#ea580c;transform:translateY(-1px)}.couriers-list-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.courier-config-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:0 4px 6px -1px #00000008}.courier-card-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:4px;padding-bottom:12px;display:flex}.btn-delete-courier{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.btn-delete-courier:hover{color:#fff;background:#ef4444}.api-keys-subform{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;margin-top:8px;padding:16px}.api-keys-subform h5{color:#2563eb;align-items:center;gap:6px;margin:0 0 12px;font-size:.8rem;font-weight:800;display:flex}.manual-rules-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.config-table{border-collapse:collapse;text-align:left;width:100%}.config-table th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 16px;font-size:.8rem;font-weight:700}.config-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:12px 16px}.config-table tr:last-child td{border-bottom:none}.config-table input,.config-table select{border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:8px 12px;font-size:.88rem}.config-table input:focus{border-color:#ea580c;outline:none}.btn-delete-row{color:#e53e3e;cursor:pointer;background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.btn-delete-row:hover{color:#fff;background:#e53e3e}.empty-table-msg{text-align:center;color:#94a3b8;font-size:.88rem;font-style:italic;padding:24px!important}.checkbox-toggle-group{align-items:center;height:100%;padding-top:24px;display:flex}.checkbox-container{cursor:pointer;color:#1e293b;-webkit-user-select:none;user-select:none;align-items:center;padding-left:28px;font-size:.9rem;font-weight:700;display:flex;position:relative}.checkbox-container input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background-color:#fff;border:2px solid #cbd5e1;border-radius:4px;width:18px;height:18px;transition:all .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.checkbox-container:hover input~.checkmark{border-color:#ea580c}.checkbox-container input:checked~.checkmark{background-color:#ea580c;border-color:#ea580c}.checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;top:2px;left:5px;transform:rotate(45deg)}.free-shipping-applied-badge{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 14px;font-size:.82rem;font-weight:800;display:flex}.api-integration-badge-admin{text-align:left;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;margin-top:12px;padding:12px;font-family:monospace}.api-integration-badge-admin span{color:#475569;margin-bottom:4px;font-size:.72rem;display:block}.api-integration-badge-admin p{color:#2563eb;margin:0;font-size:.75rem;font-weight:700}.api-integration-badge-admin small{color:#94a3b8;margin-top:4px;font-size:.65rem;display:block}.text-orange{color:#ea580c!important}.analytics-container{background:#f8fafc;min-height:100vh;padding:100px 40px 40px}.analytics-header{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.analytics-header h1{color:#1e293b;letter-spacing:-1px;margin-bottom:8px;font-size:2.5rem;font-weight:800}.analytics-header p{color:#64748b;font-size:1.1rem}.btn-refresh{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.btn-refresh:hover{background:#f1f5f9;transform:translateY(-1px)}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px;display:grid}.kpi-card{background:#fff;border-radius:20px;align-items:center;gap:20px;padding:24px;transition:transform .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #0000000f}.kpi-card:hover{transform:translateY(-5px)}.kpi-icon-wrapper{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.kpi-icon-wrapper.revenue{background:linear-gradient(135deg,#ea580c 0%,#f97316 100%)}.kpi-icon-wrapper.orders{background:linear-gradient(135deg,#0ea5e9 0%,#38bdf8 100%)}.kpi-icon-wrapper.weight{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%)}.kpi-icon-wrapper.aov{background:linear-gradient(135deg,#10b981 0%,#34d399 100%)}.kpi-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.85rem;font-weight:600;display:block}.kpi-value{color:#1e293b;margin:0;font-size:1.75rem;font-weight:800}.kpi-trend{color:#94a3b8;align-items:center;gap:4px;margin-top:4px;font-size:.8rem;font-weight:600;display:flex}.kpi-trend.positive{color:#10b981}.charts-main-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.chart-container{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.chart-container.large{grid-column:span 2}.chart-container h3{color:#1e293b;margin-bottom:24px;font-size:1.1rem;font-weight:700}.chart-wrapper{padding-top:10px}.analytics-loading-screen,.analytics-error-screen{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}.analytics-spinner-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.analytics-spin-icon{color:#ea580c;z-index:2;animation:1.2s cubic-bezier(.4,0,.2,1) infinite spin}.analytics-pulse-ring{background:#ea580c1a;border-radius:50%;width:80px;height:80px;animation:2s infinite pulse;position:absolute}.analytics-error-screen h2{color:#1e293b;margin:0;font-size:1.5rem;font-weight:800}.analytics-error-screen p{color:#64748b;text-align:center;max-width:300px}.btn-retry{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:10px;margin-bottom:12px;padding:10px 24px;font-weight:600}.error-tip{font-size:.85rem!important}@media (width<=1024px){.charts-main-grid{grid-template-columns:1fr}.chart-container.large{grid-column:span 1}.analytics-header{flex-direction:column;align-items:flex-start;gap:16px}}.pwa-install-banner{z-index:10000;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-top:1px solid #eab3084d;padding:12px 16px;animation:.4s cubic-bezier(.16,1,.3,1) pwa-slide-up;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #0006}.pwa-install-content{align-items:center;gap:12px;max-width:600px;margin:0 auto;display:flex}.pwa-install-icon{color:#0f172a;background:linear-gradient(135deg,#eab308 0%,#f59e0b 100%);border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.pwa-install-text{flex-direction:column;flex:1;min-width:0;display:flex}.pwa-install-text strong{color:#f8fafc;font-size:14px;font-weight:700;line-height:1.3}.pwa-install-text span{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.3;overflow:hidden}.pwa-install-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.pwa-install-btn{color:#0f172a;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#eab308 0%,#f59e0b 100%);border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:700;transition:all .2s}.pwa-install-btn:hover{transform:scale(1.05);box-shadow:0 2px 12px #eab30866}.pwa-install-btn:active{transform:scale(.97)}.pwa-dismiss-btn{color:#94a3b8;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.pwa-dismiss-btn:hover{color:#f8fafc;background:#ffffff26}.pwa-ios-banner{z-index:10000;animation:.5s cubic-bezier(.16,1,.3,1) pwa-slide-up;position:fixed;bottom:16px;left:12px;right:12px}.pwa-ios-content{-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);border:1px solid #eab30840;border-radius:20px;padding:20px 18px 14px;position:relative;box-shadow:0 12px 40px #00000080,inset 0 0 0 1px #ffffff0d,inset 0 1px #ffffff0f}.pwa-ios-close{color:#94a3b8;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.pwa-ios-close:hover,.pwa-ios-close:active{color:#f8fafc;background:#ffffff26}.pwa-ios-header{align-items:center;gap:14px;margin-bottom:18px;padding-right:30px;display:flex}.pwa-ios-app-icon{border:1px solid #ffffff1a;border-radius:14px;width:52px;min-width:52px;height:52px;overflow:hidden;box-shadow:0 4px 12px #0006}.pwa-ios-app-icon img{object-fit:cover;width:100%;height:100%}.pwa-ios-title{flex-direction:column;gap:3px;display:flex}.pwa-ios-title strong{color:#f8fafc;letter-spacing:-.01em;font-size:16px;font-weight:700}.pwa-ios-title span{color:#94a3b8;font-size:12.5px;line-height:1.3}.pwa-ios-steps{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.pwa-ios-step{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex}.pwa-ios-step-num{color:#0f172a;background:linear-gradient(135deg,#eab308,#f59e0b);border-radius:50%;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;font-size:12px;font-weight:800;display:flex}.pwa-ios-step span{color:#cbd5e1;flex:1;font-size:13px;line-height:1.3}.pwa-ios-step span strong{color:#f8fafc;font-weight:600}.pwa-ios-share-icon,.pwa-ios-plus-icon{color:#60a5fa;background:#3b82f626;border-radius:8px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;display:flex}.pwa-ios-plus-icon{color:#4ade80;background:#22c55e26}.pwa-ios-arrow{text-align:center;color:#eab308;font-size:20px;line-height:1;animation:1.5s ease-in-out infinite pwa-bounce}.pwa-update-toast{z-index:10001;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #6366f14d;border-radius:14px;padding:14px 18px;animation:.4s cubic-bezier(.16,1,.3,1) pwa-slide-up;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #0006,0 0 0 1px #6366f11a}.pwa-update-content{align-items:center;gap:10px;display:flex}.pwa-update-icon{color:#818cf8;animation:2s linear infinite pwa-spin}.pwa-update-content span{color:#e2e8f0;white-space:nowrap;font-size:13px;font-weight:600}.pwa-update-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700;transition:all .2s}.pwa-update-btn:hover{transform:scale(1.05);box-shadow:0 2px 12px #6366f166}@keyframes pwa-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes pwa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pwa-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (width<=480px){.pwa-install-text span{display:none}.pwa-update-toast{bottom:16px;left:16px;right:16px}.pwa-update-content{justify-content:center}.pwa-ios-banner{bottom:12px;left:8px;right:8px}.pwa-ios-content{padding:16px 14px 12px}}.offline-status-container{z-index:9998;pointer-events:auto;width:90%;max-width:500px;animation:.4s cubic-bezier(.16,1,.3,1) offline-slide-down;position:fixed;top:90px;left:50%;transform:translate(-50%)}.offline-status-card{-webkit-backdrop-filter:blur(12px);background:#0f172ae6;border-radius:16px;padding:12px 18px;box-shadow:0 10px 30px #0000004d,inset 0 0 0 1px #ffffff14}.offline-status-container.online .offline-status-card{background:#16a34af2;border:1px solid #4ade804d;box-shadow:0 10px 30px #16a34a33}.offline-content,.online-content{color:#fff;align-items:center;gap:14px;display:flex}.status-icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;display:flex}.offline-icon{color:#ef4444;background:#ef444433;border:1px solid #ef44444d}.online-icon{color:#fff;background:#fff3}.status-text{flex-direction:column;flex:1;min-width:0;display:flex}.status-text strong{letter-spacing:-.01em;color:#f8fafc;font-size:13.5px;font-weight:700}.status-text span{color:#cbd5e1;font-size:11.5px;line-height:1.3}.offline-status-container.online .status-text span{color:#f0fdf4}.offline-actions{align-items:center;gap:8px;display:flex}.offline-retry-btn,.offline-whatsapp-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:11.5px;font-weight:700;transition:all .2s;display:flex}.offline-retry-btn{color:#fff;background:#ffffff1a;border:1px solid #ffffff26}.offline-retry-btn:hover{background:#ffffff2e;transform:translateY(-1px)}.offline-retry-btn:active{transform:translateY(0)}.offline-whatsapp-btn{color:#fff;background:#25d366;text-decoration:none;box-shadow:0 4px 10px #25d36633}.offline-whatsapp-btn:hover{background:#20ba5a;transform:translateY(-1px);box-shadow:0 6px 14px #25d3664d}.retry-spinner{transition:transform .3s}.offline-retry-btn:hover .retry-spinner{transform:rotate(45deg)}.flash-error{animation:.3s ease-in-out shake;background:#ef44444d!important;border-color:#ef4444!important}@keyframes offline-slide-down{0%{opacity:0;transform:translate(-50%,-30px)}to{opacity:1;transform:translate(-50%)}}@media (width<=600px){.offline-status-container{top:auto;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:calc(100% - 24px);animation:.4s cubic-bezier(.16,1,.3,1) offline-slide-up;left:12px;transform:none}@keyframes offline-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.offline-content{flex-direction:column;align-items:flex-start;gap:12px}.status-icon-wrapper{display:none}.offline-actions{justify-content:flex-end;width:100%}.offline-retry-btn,.offline-whatsapp-btn{flex:1;justify-content:center;padding:10px}}.offline-screen-overlay{-webkit-backdrop-filter:blur(24px)saturate(180%);z-index:100002;background:#0f172a66;justify-content:center;align-items:center;padding:20px;animation:.35s ease-out fade-in-overlay;display:flex;position:fixed;inset:0}.offline-screen-card{text-align:center;background:#fffffff2;border:1px solid #ffffffb3;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:440px;padding:32px 24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040,inset 0 0 0 1px #fff6}.offline-screen-header{flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.offline-badge{color:#dc2626;text-transform:uppercase;letter-spacing:.05em;background:#ef444414;border:1px solid #ef444426;border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 12px;font-size:11px;font-weight:800;display:inline-flex}.pulse-dot{background-color:#ef4444;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse-red;display:inline-block}.offline-wifi-icon-wrapper{color:#ef4444;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #ef44441a;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex;box-shadow:0 8px 20px #ef444414}.wifi-off-icon{animation:3s ease-in-out infinite hover-bounce}.offline-screen-header h1{color:#0f172a;letter-spacing:-.02em;margin:0 0 10px;font-size:24px;font-weight:800}.offline-screen-header p{color:#64748b;max-width:320px;margin:0;font-size:13.5px;line-height:1.5}.offline-options-list{flex-direction:column;gap:12px;width:100%;margin-bottom:28px;display:flex}.offline-option-item{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;outline:none;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:all .25s;display:flex}.offline-option-item.anchor-item{box-sizing:border-box;text-decoration:none}.offline-option-item:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a0a}.offline-option-item:active{transform:translateY(0)}.option-icon-bg{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.cart-bg{color:#3b82f6;background:#eff6ff}.wishlist-bg{color:#ec4899;background:#fdf2f8}.whatsapp-bg{color:#22c55e;background:#f0fdf4}.option-text{flex-direction:column;flex:1;min-width:0;display:flex}.option-text strong{color:#1e293b;margin-bottom:2px;font-size:13px;font-weight:700}.option-text span{color:#64748b;font-size:11px;line-height:1.3}.arrow-right{color:#94a3b8;transition:transform .2s}.offline-option-item:hover .arrow-right{color:#64748b;transform:translate(3px)}.offline-screen-actions{flex-direction:column;gap:10px;width:100%;display:flex}.btn-retry-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:14px;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 14px #ea580c40}.btn-retry-primary:hover:not(:disabled){transform:scale(1.02);box-shadow:0 6px 18px #ea580c59}.btn-retry-primary:active:not(:disabled){transform:scale(.98)}.btn-retry-primary:disabled{opacity:.7;cursor:not-allowed}.btn-browse-offline{color:#475569;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:14px;width:100%;padding:12px;font-size:13.5px;font-weight:700;transition:all .2s}.btn-browse-offline:hover{color:#1e293b;background:#f1f5f9;border-color:#94a3b8}.spin-icon{animation:1s linear infinite checkout-spin}@keyframes fade-in-overlay{0%{opacity:0}to{opacity:1}}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}@keyframes hover-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.shake-card{animation:.4s ease-in-out card-shake-anim}@keyframes card-shake-anim{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}@media (prefers-color-scheme:dark){.offline-screen-overlay{background:#080c18a6}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex-direction:column;flex:1;display:flex}.standard-layout main{margin-top:36px}.global-loader-overlay{z-index:999999;-webkit-backdrop-filter:blur(16px);background-color:#0b0f19e0;justify-content:center;align-items:center;animation:.4s cubic-bezier(.16,1,.3,1) forwards loaderFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.loader-ambient-glow{filter:blur(80px);opacity:.15;pointer-events:none;z-index:1;border-radius:50%;position:absolute}.glow-1{background:radial-gradient(circle,#ea580c,#0000 70%);width:300px;height:300px;animation:8s ease-in-out infinite alternate floatOrb1;top:25%;left:25%;transform:translate(-50%,-50%)}.glow-2{background:radial-gradient(circle,#f97316,#0000 70%);width:280px;height:280px;animation:8s ease-in-out infinite alternate floatOrb2;bottom:25%;right:25%;transform:translate(50%,50%)}.loader-content{z-index:10;flex-direction:column;justify-content:center;align-items:center;gap:28px;max-width:90%;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards loaderScaleIn;display:flex;position:relative}.loader-brand-container{justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative}.loader-glow-ring{-webkit-mask-composite:xor;background:linear-gradient(135deg,#ea580c 0%,#f97316 40%,#0000 70%,#ffedd5 100%);border-radius:50%;padding:4px;animation:1.8s cubic-bezier(.55,.055,.675,.19) infinite spinRing;position:absolute;inset:0;box-shadow:0 0 25px #ea580c26;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.loader-logo-wrapper{background:#fff;border:1px solid #ea580c26;border-radius:50%;justify-content:center;align-items:center;width:106px;height:106px;padding:14px;animation:2s ease-in-out infinite logoPulse;display:flex;overflow:hidden;box-shadow:0 10px 30px #0003,0 0 15px #ea580c1a}.loader-logo-image{object-fit:contain;width:100%;height:100%}.loader-text-container{flex-direction:column;align-items:center;gap:6px;display:flex}.loader-text{color:#fff;letter-spacing:.15em;text-transform:uppercase;text-shadow:0 2px 10px #0003;margin:0;font-family:Outfit,Inter,sans-serif;font-size:1.15rem;font-weight:800}.loader-subtext{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;opacity:.8;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500}.loader-progress-dots{justify-content:center;gap:6px;margin-top:8px;display:flex}.loader-progress-dots .dot{opacity:.3;background-color:#ea580c;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both dotPulse}.loader-progress-dots .dot:nth-child(2){animation-delay:.2s}.loader-progress-dots .dot:nth-child(3){animation-delay:.4s}@keyframes spinRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logoPulse{0%,to{transform:scale(1);box-shadow:0 10px 30px #0003,0 0 15px #ea580c1a}50%{transform:scale(1.04);box-shadow:0 15px 35px #00000040,0 0 25px #ea580c40}}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(.6)}50%{opacity:1;background-color:#f97316;transform:scale(1.2)}}@keyframes loaderFadeIn{0%{opacity:0}to{opacity:1}}@keyframes loaderScaleIn{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes floatOrb1{0%{top:25%;left:25%}to{top:30%;left:20%}}@keyframes floatOrb2{0%{bottom:25%;right:25%}to{bottom:20%;right:30%}}@media (width<=480px){.loader-brand-container{width:110px;height:110px}.loader-logo-wrapper{width:90px;height:90px;padding:12px}.loader-text{font-size:1rem}.loader-subtext{font-size:.7rem}}
