body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.orders-page{min-height:80vh;padding:2rem 0}.orders-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 10px 30px #0000001a;color:#fff;margin-bottom:2rem;padding:2rem;text-align:center}.orders-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.orders-header p{font-size:1.1rem;margin:0;opacity:.9}.orders-error,.orders-loading{padding:4rem 2rem;text-align:center}.orders-error{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a}.orders-error h2{color:#333;margin-bottom:1rem}.no-orders{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:4rem 2rem;text-align:center}.no-orders-content h3{color:#333;margin-bottom:1rem}.orders-list{display:flex;flex-direction:column;gap:2rem}.orders-summary{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-bottom:2rem;padding:2rem}.orders-summary h3{color:#333;font-size:1.5rem;margin:0 0 1.5rem}.summary-stats{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;padding:1.5rem}.stat-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea1a;transform:translateY(-2px)}.stat-number{color:#667eea;display:block;font-size:2rem;margin-bottom:.5rem}.stat-label{font-size:.9rem}.orders-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.order-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.order-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-5px)}.order-card-header{align-items:flex-start;background:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem}.order-info h4{font-size:1.2rem;margin:0 0 .5rem}.order-date{color:#666;font-size:.9rem}.order-status-badge{border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;text-transform:uppercase}.order-details{padding:1.5rem}.product-info h5{color:#333;font-size:1.1rem;margin:0 0 .5rem}.product-description{line-height:1.4}.product-meta{gap:1rem;margin-bottom:1.5rem}.brand,.category,.quantity{background:#e9ecef;border-radius:15px;color:#495057;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.distributor-info{margin-bottom:1.5rem}.distributor-info h6{font-size:1rem;margin:0 0 .5rem}.distributor-info p{margin:0 0 .25rem}.distributor-info small{color:#999;font-size:.8rem}.pricing-info{background:#f8f9fa}.price-row{align-items:center;font-size:.9rem}.price-row:last-child{margin-bottom:0}.price-row.total{border-top:1px solid #dee2e6;font-size:1rem;font-weight:600}.delivery-info{background:#e3f2fd;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.delivery-label{color:#1976d2;display:block;font-size:.8rem;font-weight:500;margin-bottom:.25rem}.delivery-date{color:#333;font-weight:600}.tracking-info{background:#fff3e0;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.tracking-label{color:#f57c00;display:block;font-size:.8rem;font-weight:500;margin-bottom:.25rem}.tracking-id{color:#333;font-family:monospace;font-weight:600}.order-actions{background:#f8f9fa;border-top:1px solid #eee;display:flex;gap:1rem;padding:1.5rem}.order-actions .btn{flex:1 1;font-size:.9rem;padding:.75rem 1.5rem}.orders-footer{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-top:3rem;padding:2rem}.help-section h3{color:#333;margin-bottom:1rem}.help-section p{color:#666;line-height:1.6}.help-section a{color:#667eea;font-weight:500;text-decoration:none}.help-section a:hover{text-decoration:underline}@media (max-width:768px){.orders-page{padding:1rem 0}.orders-header{padding:1.5rem}.orders-header h1{font-size:2rem}.orders-grid{grid-template-columns:1fr}.order-card-header{align-items:flex-start;flex-direction:column;gap:1rem}.product-meta{flex-wrap:wrap;gap:.5rem}.order-actions{flex-direction:column}.summary-stats{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;overflow:visible;padding:1rem 0;position:sticky;top:0;z-index:100}.header .container{gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.header .container,.logo a{align-items:center;display:flex}.logo a{color:#fff;text-decoration:none}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#e0e6ff);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;line-height:1.2;margin:0;padding:0;white-space:nowrap}.main-nav{display:flex;flex:1 1;justify-content:center;order:2}.main-nav a{border-radius:6px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.main-nav a:hover{background:#fff3;transform:translateY(-1px)}.header-actions{order:3}.cart-icon,.header-actions{position:relative}.cart-icon a{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;text-decoration:none;transition:all .3s ease}.cart-icon a:hover{background:#fff3;transform:scale(1.1)}.cart-badge{animation:bounce .5s ease;background:#ff4757;border-radius:10px;color:#fff;font-size:.8rem;font-weight:700;min-width:20px;padding:.2rem .5rem;position:absolute;right:-5px;text-align:center;top:-5px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.user-menu button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.user-menu button:hover{background:#fff3;transform:translateY(-1px)}.main-content{flex:1 1;min-height:calc(100vh - 140px);padding:2rem 0}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.hero{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:20px;margin-bottom:4rem;padding:4rem 0;text-align:center}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin-bottom:1rem}.hero-content p{color:#666;font-size:1.2rem;margin-bottom:1rem}.hero-subtitle{color:#555;font-style:italic}.featured-products{margin-bottom:4rem}.featured-products h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.featured-products .products-grid{grid-gap:2rem!important;display:grid!important;gap:2rem!important;grid-template-columns:repeat(3,1fr)!important;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1400px;width:100%}.featured-products .product-card{margin:0 auto;max-width:100%!important;width:100%!important}.featured-products .product-image{aspect-ratio:4/3!important;height:auto!important;margin-bottom:1rem!important;min-height:220px!important;width:100%!important}.featured-products .product-image img{border-radius:8px!important;display:block!important;height:100%!important;object-fit:cover!important;object-position:center!important;width:100%!important}.featured-loading{padding:2rem 0}.featured-error{background:#ffebee;border-left:4px solid #f44336;border-radius:12px;padding:3rem;text-align:center}.featured-products-footer{border-top:1px solid #e9ecef;margin-top:3rem;padding-top:2rem;text-align:center}@media (max-width:768px){.products-grid{gap:1rem!important;grid-template-columns:repeat(auto-fill,minmax(300px,300px))!important}.featured-products .products-grid{gap:1rem!important;grid-template-columns:repeat(2,1fr)!important}.product-card{max-width:300px!important;width:300px!important}.featured-products .product-card{max-width:100%!important;width:100%!important}}@media (max-width:480px){.products-grid{gap:1rem!important}.featured-products .products-grid,.products-grid{grid-template-columns:1fr!important}.featured-products .product-card,.product-card{max-width:100%!important;width:100%!important}}.why-choose-us{background:#fff;border-radius:20px;box-shadow:0 5px 30px #0000001a;margin-bottom:4rem;padding:4rem 0}.why-choose-us h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.benefit-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.benefit-icon{display:block;font-size:3rem}.benefit-card h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.benefit-card p{color:#666;line-height:1.6}.products-grid{grid-gap:1.5rem;display:grid!important;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(360px,360px))!important;justify-content:center;margin-bottom:2rem;width:100%}.product-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 20px #0000001a;cursor:pointer;max-width:360px;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease;width:360px}.product-card:hover{box-shadow:0 8px 40px #0003;transform:translateY(-8px)}.product-image{aspect-ratio:4/3!important;height:auto;margin-bottom:1rem;min-height:200px!important;overflow:hidden;position:relative}.product-image,.product-image img{background:#f8f9fa;border-radius:8px;width:100%!important}.product-image img{display:block;height:100%!important;object-fit:cover!important;object-position:center;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-details-image{aspect-ratio:5/4;background:#f8f9fa;border-radius:12px;overflow:hidden;position:relative}.product-details-image img{border-radius:12px;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.product-name{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.product-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.product-meta{flex-wrap:wrap;font-size:.8rem;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.category{background:#e3f2fd;color:#1976d2}.brand,.category{border-radius:12px;padding:.2rem .5rem}.brand{background:#f3e5f5;color:#7b1fa2}.product-date{color:#888;font-size:.8rem;margin-bottom:1rem}.product-pricing-note{align-items:flex-start;background:#fff8e1;border-left:3px solid #ffc107;border-radius:8px;display:flex;gap:.5rem;margin-bottom:1rem;padding:.75rem}.pricing-icon{flex-shrink:0;font-size:1.2rem}.pricing-text-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.pricing-text{color:#f57c00;font-size:.9rem;font-weight:600}.product-pricing-note small{color:#e65100;display:block;font-size:.75rem;line-height:1.4}.product-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.add-to-cart-btn,.view-details-btn{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:center;width:100%}.add-to-cart-btn:disabled{cursor:not-allowed;opacity:.7}.product-list-loading{padding:2rem 0}.loading-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.product-card-skeleton{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;padding:1.5rem}.skeleton-image{animation:loading 1.5s infinite;aspect-ratio:4/3;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;margin-bottom:1rem}.skeleton-title{height:20px;margin-bottom:.5rem}.skeleton-description,.skeleton-title{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}.skeleton-description{height:16px;margin-bottom:1rem}.skeleton-meta{border-radius:4px;height:14px;margin-bottom:1rem}.skeleton-button,.skeleton-meta{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}.skeleton-button{border-radius:6px;height:40px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-list-error{background:#ffebee;border-left:4px solid #f44336;border-radius:12px;padding:3rem;text-align:center}.error-suggestions{margin-left:auto;margin-right:auto;margin-top:1rem;max-width:400px;text-align:left}.error-suggestions ul{margin-top:.5rem;padding-left:1.5rem}.product-list-empty{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;padding:3rem;text-align:center}.results-count{color:#666;font-style:italic;margin-top:2rem;text-align:center}.product-details-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;height:100vh;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100vw;z-index:9999}.product-details-modal .modal-overlay{background:#000c;cursor:pointer;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9998}.product-details-modal .product-details{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 80px #0006;max-height:90vh;max-width:1000px;overflow-y:auto;position:relative;width:100%;z-index:10000}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.product-details-modal .modal-close-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#333;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px;z-index:10001}.product-details-modal .modal-close-btn:hover{background:#fff;color:#dc3545;transform:scale(1.1)}.product-details-header{border-bottom:1px solid #e9ecef;padding:2rem 2rem 1rem;position:relative}.product-details-header h2{color:#333;font-size:1.8rem;font-weight:600;line-height:1.3;margin:0 0 .5rem;max-width:calc(100% - 60px)}.product-details-content{grid-gap:2rem;gap:2rem;padding:2rem}.product-image-large{aspect-ratio:4/3;background:#f8f9fa;border-radius:12px;min-height:300px;overflow:hidden;position:relative}.product-image-large img{border-radius:12px;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.product-info-detailed{display:flex;flex-direction:column;gap:1.5rem}.product-description-full h3,.product-specifications h3{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.product-description-full p{color:#666;line-height:1.6;margin:0}.add-to-cart-section{background:#f8f9fa;border-radius:12px;margin-top:1rem;padding:1.5rem}@media (max-width:768px){.product-details-modal{padding:1rem}.product-details-content{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.product-details-header{padding:1.5rem 1.5rem 1rem}.product-details-header h2{font-size:1.5rem}.product-image-large{min-height:250px}}@media (max-width:480px){.product-details-modal{padding:.5rem}.product-details-modal .product-details{border-radius:12px;max-height:95vh}.product-details-content{gap:1rem;padding:1rem}.product-details-header{padding:1rem 1rem .5rem}.product-details-header h2{font-size:1.3rem}.product-details-modal .modal-close-btn{font-size:1.3rem;height:36px;right:1rem;top:1rem;width:36px}}.products-page{width:100%}.page-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.products-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #667eea33;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.products-title h1{font-size:2.2rem;font-weight:700;margin:0 0 .5rem}.customer-welcome{font-size:1rem;opacity:.9}.products-stats{text-align:right}.products-count{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;font-size:1.1rem;font-weight:500;padding:.5rem 1rem}.products-filters{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1.5rem}.search-input-wrapper{position:relative}.search-input{background:#f8f9fa;padding:.875rem 1rem;transition:all .3s ease}.search-input:focus{background:#fff}.filter-section{flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{color:#495057;font-size:.9rem;font-weight:600}.filter-select{background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;font-size:1rem;min-width:180px;padding:.875rem 1rem;transition:border-color .3s ease}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.clear-filters{align-items:center;background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s ease}.clear-filters:hover{background:#5a6268;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.products-content{margin-top:2rem}.page-header{margin-bottom:3rem;text-align:center}.page-header h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.page-header p{color:#666;font-size:1.2rem}.customer-greeting{color:#4caf50;font-weight:500}.products-controls{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.search-section{display:flex;flex:1 1;gap:1rem;min-width:300px}.search-input{border:2px solid #e9ecef;flex:1 1;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s ease}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-section{gap:1rem}.category-select{background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s ease}.category-select:focus{border-color:#667eea;outline:none}.reset-filters-btn{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1rem;transition:background .3s ease}.reset-filters-btn:hover{background:#5a6268}.active-filters{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:4px solid #ff9800;border-radius:12px;box-shadow:0 2px 8px #ff98001a;margin-bottom:2rem;padding:1.5rem}.active-filters h4{align-items:center;color:#e65100;display:flex;font-weight:600;gap:.5rem;margin-bottom:1rem}.active-filters h4:before{content:"🔍";font-size:1.2rem}.filter-tags{display:flex;flex-wrap:wrap;gap:.75rem}.filter-tag{align-items:center;background:linear-gradient(135deg,#ff9800,#f57c00);border-radius:20px;box-shadow:0 2px 4px #ff98004d;color:#fff;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.filter-tag:hover{box-shadow:0 4px 8px #ff980066;transform:translateY(-1px)}.filter-tag button{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;height:20px;justify-content:center;transition:all .3s ease;width:20px}.filter-tag button:hover{background:#ffffff4d;transform:scale(1.1)}.api-status{background:#e8f5e8;border-radius:8px;margin-top:2rem;padding:1rem;text-align:center}.status-indicator{border-radius:50%;display:inline-block;height:8px;margin-right:.5rem;width:8px}.status-indicator.success{background:#4caf50}.cart-error,.cart-loading{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;padding:4rem 2rem;text-align:center}.empty-cart{padding:2rem}.empty-cart-content{background:#fff;border-radius:16px;box-shadow:0 5px 30px #0000001a;margin:0 auto;max-width:500px;padding:3rem;text-align:center}.empty-cart-icon{font-size:4rem;margin-bottom:1rem}.empty-cart h2{color:#666;font-size:2rem;margin-bottom:1rem}.customer-welcome{background:#e8f5e8;border-radius:8px;color:#2e7d32;margin:1rem 0;padding:1rem}.empty-cart-suggestions{margin:2rem 0}.category-suggestions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.category-link{background:#f8f9fa;border-radius:20px;color:#333;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.category-link:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.cart-header{border-bottom:2px solid #e9ecef;margin-bottom:2rem;padding-bottom:1rem}.cart-header h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.cart-customer-info{background:#e8f5e8;border-radius:8px;color:#2e7d32;padding:1rem}.customer-email{font-size:.9rem;opacity:.8}.cart-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-bottom:3rem}.cart-items-section{display:flex;flex-direction:column;gap:1rem}.cart-items-header h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item-component{grid-gap:1.5rem;align-items:start;background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;display:grid;gap:1.5rem;grid-template-columns:120px 1fr auto;padding:1.5rem;position:relative;transition:all .3s ease}.cart-item-component:hover{box-shadow:0 5px 30px #00000026;transform:translateY(-2px)}.cart-item-image{background:#f8f9fa;border-radius:8px;flex-shrink:0;height:120px;overflow:hidden;width:120px}.cart-item-image img{height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.cart-item-component:hover .cart-item-image img{transform:scale(1.02)}.cart-item-image:before,.product-details-image:before,.product-image:before{background:linear-gradient(135deg,#f8f9fa,#e9ecef);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.cart-item-image.loading,.product-image.loading{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}.cart-item-image.error:after,.product-details-image.error:after,.product-image.error:after{color:#ccc;content:"📱";font-size:3rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.cart-item-image img[src=""],.product-details-image img[src=""],.product-image img[src=""]{opacity:0}.cart-item-image img:not([src=""]),.product-details-image img:not([src=""]),.product-image img:not([src=""]){opacity:1;transition:opacity .3s ease}.cart-item-details{flex:1 1}.cart-item-header{margin-bottom:1rem}.cart-item-name{color:#333;font-size:1.3rem;margin-bottom:.5rem}.cart-item-meta{display:flex;gap:.5rem;margin-bottom:.5rem}.cart-item-description{color:#666;line-height:1.5;margin-bottom:1rem}.cart-item-info{display:flex;flex-direction:column;gap:.25rem}.cart-item-date,.cart-item-id{color:#888;font-size:.8rem}.cart-item-controls{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.quantity-section{align-items:center;gap:.5rem}.quantity-label{color:#333;font-weight:500}.quantity-controls{gap:.25rem}.quantity-display{font-size:1.1rem;min-width:30px}.price-section{background:#fff3e0;border-left:4px solid #ff9800;border-radius:8px;padding:.75rem;text-align:center}.price-note{color:#e65100;font-size:.85rem;margin:0}.remove-section{display:flex;justify-content:flex-end}.remove-btn{background:#ff4757;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background .3s ease}.remove-btn:hover{background:#ff3742}.cart-item-loading-overlay{align-items:center;background:#fffc;border-radius:12px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;height:fit-content;padding:1.5rem;position:sticky;top:2rem}.cart-summary-header{border-bottom:1px solid #e9ecef;margin-bottom:1.5rem;padding-bottom:1rem}.cart-summary-header h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.customer-info{color:#666;font-size:.9rem}.cart-stats{margin-bottom:1.5rem}.stat-item{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0}.stat-value{font-weight:700}.cart-categories{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.cart-categories h4{color:#333;margin-bottom:.75rem}.category-group{margin-bottom:.5rem}.category-header{display:flex;justify-content:space-between;padding:.25rem 0}.category-name{color:#667eea;font-weight:500}.category-count{color:#666;font-size:.9rem}.pricing-info{background:#e8f5e8;border-left:4px solid #4caf50;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.pricing-note h4{color:#2e7d32;margin-bottom:.75rem}.pricing-note p{color:#388e3c;font-size:.9rem;margin-bottom:.5rem}.distributors-list{margin:.75rem 0;padding-left:1.5rem}.distributors-list li{color:#2e7d32;margin-bottom:.25rem}.process-explanation{color:#4caf50;font-style:italic}.cart-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.clear-cart-btn{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background .3s ease}.clear-cart-btn:hover{background:#5a6268}.clear-cart-btn:disabled{cursor:not-allowed;opacity:.5}.checkout-btn{font-size:1.1rem;font-weight:600;text-align:center;text-decoration:none}.cart-help{background:#f8f9fa;border-radius:8px;padding:1rem}.cart-help h5{color:#333;margin-bottom:.75rem}.process-steps-mini{margin:0;padding-left:1.5rem}.process-steps-mini li{color:#666;font-size:.9rem;margin-bottom:.25rem}.cart-process-info{background:#fff;border-radius:16px;box-shadow:0 2px 20px #0000001a;margin-bottom:3rem;padding:2rem}.cart-process-info h3{color:#333;margin-bottom:2rem;text-align:center}.process-steps-horizontal{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.process-step{max-width:200px}.step-icon{font-size:2rem;margin-bottom:.5rem}.step-content h4{color:#333;font-size:1rem;margin-bottom:.25rem}.step-content p{font-size:.85rem}.step-arrow{color:#667eea;font-size:1.5rem;font-weight:700}.cart-footer{text-align:center}.continue-shopping-link{align-items:center;border-radius:8px;color:#667eea;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.continue-shopping-link:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.loading{color:#666;font-size:1.2rem;padding:2rem;text-align:center}.loading-spinner{border:2px solid #f3f3f3;display:inline-block;height:20px;margin-right:.5rem;width:20px}.loading-spinner-small{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;display:inline-block;height:16px;width:16px}.error{background:#ffebee;border-left:4px solid #f44336;border-radius:8px;padding:2rem;text-align:center}.error p{margin-bottom:.5rem}.no-products{background:#fff3e0;border-left:4px solid #ff9800;border-radius:8px;grid-column:1/-1;padding:2rem;text-align:center}.process-info{background:#fff;border-radius:20px;box-shadow:0 5px 30px #0000001a;padding:4rem 0}.process-info h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.process-steps{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.step{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.step:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.step-number{font-size:1.5rem;height:60px;margin:0 auto 1rem;width:60px}.step h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.step p{color:#666;line-height:1.6}.footer{background:#2c3e50;color:#ecf0f1;margin-top:auto;padding:2rem 0 1rem}.footer .container{margin:0 auto;max-width:1200px;padding:0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}@media (max-width:992px){.footer-content{gap:1.5rem;grid-template-columns:1fr 1fr}}@media (max-width:576px){.footer-content{gap:1rem;grid-template-columns:1fr;text-align:center}}.footer-section{padding:.5rem 0}.footer-section h3,.footer-section h4{color:#3498db;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section h3{font-size:1.4rem}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.footer-bottom{border-top:1px solid #34495e;color:#95a5a6;padding-top:1rem;text-align:center}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom-links{display:flex;gap:1rem}.footer-bottom-links a{color:#95a5a6;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#3498db}.footer-social{align-items:center;display:flex;gap:.5rem;margin-top:1rem}.footer-social span{color:#95a5a6;font-size:.9rem;margin-right:.5rem}.footer-social a{font-size:1.2rem;text-decoration:none;transition:transform .3s ease}.footer-social a:hover{transform:scale(1.2)}.partner-list{list-style:none}.partner-list li{align-items:center;background:#34495e4d;border-radius:6px;display:flex;gap:.75rem;margin-bottom:.75rem;padding:.5rem;transition:background-color .3s ease}.partner-list li:hover{background:#3498db33}.partner-icon{flex-shrink:0;font-size:1.3rem}.partner-list li div{display:flex;flex-direction:column}.partner-list li strong{color:#ecf0f1;font-size:.95rem;margin-bottom:.1rem}.partner-list li small{color:#95a5a6;font-size:.8rem}.partner-info{background:#3498db1a;border-left:3px solid #3498db;border-radius:6px;margin-top:1rem;padding:.75rem}.partner-info small{color:#bdc3c7;font-style:italic;line-height:1.4}@media (max-width:768px){.footer-bottom-content{flex-direction:column;text-align:center}.footer-social,.partner-list li{justify-content:center}.partner-list li{text-align:center}.header .container{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.logo{order:1}.header-actions{margin-left:auto;order:2}.main-nav{justify-content:center;margin-top:1rem;order:3;width:100%}.hero-content h1{font-size:2rem}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,300px))!important}.featured-products .products-grid{grid-template-columns:repeat(2,1fr)!important}.process-steps{grid-template-columns:1fr}.products-controls{align-items:stretch;flex-direction:column}.cart-content,.cart-item-component{grid-template-columns:1fr}.cart-item-component{gap:1rem;text-align:center}.cart-item-controls{align-items:center}.product-details-layout{grid-template-columns:1fr}.process-steps-horizontal{flex-direction:column;gap:2rem}.step-arrow{transform:rotate(90deg)}.products-header{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.products-title h1{font-size:1.8rem}.products-stats{text-align:center}.products-filters{flex-direction:column;gap:1rem;padding:1rem}.search-section{min-width:auto;width:100%}.filter-section{justify-content:center;width:100%}.filter-group{width:100%}.filter-select{min-width:auto;width:100%}.clear-filters{justify-content:center;width:100%}.active-filters{padding:1rem}.active-filters h4{font-size:1rem}.filter-tags{gap:.5rem}.filter-tag{font-size:.8rem;padding:.4rem .8rem}}.main-content>*{animation:fadeIn .5s ease-in-out}.btn{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.card{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;padding:1.5rem;transition:all .3s ease}.card:hover{box-shadow:0 5px 30px #00000026;transform:translateY(-5px)}@media (max-width:768px){.product-image{aspect-ratio:4/3!important;min-height:180px!important}.product-details-image{aspect-ratio:4/3}.cart-item-image{height:100px;width:100px}}.checkout-page{max-width:1200px;width:100%}.checkout-header{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:16px;margin-bottom:3rem;padding:2rem;text-align:center}.checkout-header h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.checkout-header p{color:#666;font-size:1.2rem}.checkout-steps{background:#fff;border-radius:16px;box-shadow:0 2px 20px #0000001a;display:flex;justify-content:center;margin-bottom:3rem;overflow-x:auto;padding:2rem}.checkout-step{align-items:center;display:flex;flex-direction:column;margin:0 1rem;min-width:120px;position:relative}.checkout-step:not(:last-child):after{background:#e9ecef;content:"";height:2px;position:absolute;right:-2rem;top:25px;width:4rem;z-index:1}.checkout-step.completed:not(:last-child):after{background:#4caf50}.step-indicator{align-items:center;background:#e9ecef;border-radius:50%;color:#666;display:flex;font-weight:700;height:50px;justify-content:center;margin-bottom:.5rem;position:relative;width:50px;z-index:2}.checkout-step.current .step-indicator{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.1)}.checkout-step.completed .step-indicator{background:#4caf50;color:#fff}.step-number{background:#ff4757;font-size:.7rem;height:20px;position:absolute;right:-8px;top:-8px;width:20px}.step-label{color:#666;font-size:.9rem;font-weight:500;text-align:center}.checkout-step.current .step-label{color:#333;font-weight:600}.checkout-step-content{background:#fff;border-radius:16px;box-shadow:0 2px 20px #0000001a;margin-bottom:2rem;padding:2rem}.step-header{border-bottom:1px solid #e9ecef;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.step-header h3{color:#333;font-size:1.8rem;margin-bottom:.5rem}.step-header p{color:#666;font-size:1.1rem}.cart-review{grid-gap:2rem;display:grid;gap:2rem}.cart-items-summary h4,.customer-info-summary h4,.next-step-info h4{color:#333;font-size:1.3rem;margin-bottom:1rem}.checkout-cart-item{background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.checkout-cart-item .item-image{border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.checkout-cart-item .item-image img{height:100%;object-fit:cover;width:100%}.checkout-cart-item .item-details h5{color:#333;margin-bottom:.5rem}.checkout-cart-item .item-meta{display:flex;font-size:.9rem;gap:1rem}.checkout-cart-item .quantity{background:#667eea;border-radius:12px;color:#fff;padding:.2rem .5rem}.customer-details p{color:#666;margin-bottom:.5rem}.next-step-info{background:#e8f5e8;border-left:4px solid #4caf50;border-radius:8px;padding:1.5rem}.checkout-actions{margin-top:2rem}.quotation-request{margin:0 auto;max-width:800px}.quotation-request-header{margin-bottom:2rem;text-align:center}.distributors-info{background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.distributors-info h4{color:#333;margin-bottom:1rem}.distributors-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.distributor-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;gap:.5rem;padding:1rem}.distributor-icon{font-size:1.5rem}.distributor-name{color:#333;flex:1 1;font-weight:600}.distributor-status{color:#4caf50;font-size:.9rem;font-weight:500}.quotation-summary{background:#fff3e0;border-left:4px solid #ff9800;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.summary-item{color:#e65100;margin-bottom:.5rem}.quotation-actions{margin:2rem 0;text-align:center}.quotation-request-btn{font-size:1.1rem;padding:1rem 2rem}.quotation-info{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;padding:1.5rem}.quotation-info ol{margin-top:1rem;padding-left:1.5rem}.quotation-info li{color:#1565c0;margin-bottom:.5rem}.quotation-responses{margin:0 auto;max-width:1000px}.quotation-responses-loading{padding:4rem 2rem;text-align:center}.loading-content ul{list-style:none;margin-top:1rem}.loading-content li{font-size:1.1rem;margin-bottom:.5rem}.quotation-responses-empty{background:#fff3e0;border-left:4px solid #ff9800;border-radius:8px;padding:3rem}.request-summary{display:flex;font-size:.9rem;gap:2rem;justify-content:center;margin-top:1rem}.best-quotation-banner{background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:12px;color:#fff;margin-bottom:2rem;padding:1.5rem;text-align:center}.banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.best-label{font-size:1.1rem;font-weight:700}.best-distributor{font-size:1.2rem;font-weight:600}.best-price{font-size:1.5rem;font-weight:700}.best-delivery{font-size:1rem}.quotation-responses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.quotation-response-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 2px 20px #0000001a;cursor:pointer;padding:1.5rem;transition:all .3s ease}.quotation-response-card:hover{box-shadow:0 5px 30px #00000026;transform:translateY(-5px)}.quotation-response-card.selected{border-color:#667eea;box-shadow:0 5px 30px #667eea4d}.quotation-response-card.best-option{background:linear-gradient(135deg,#f8fff8,#e8f5e8);border-color:#4caf50}.response-header{align-items:flex-start}.distributor-info h4{margin-bottom:.25rem}.distributor-type{color:#666;font-size:.9rem}.best-badge{background:#4caf50;border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.response-pricing{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem}.price-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.price-row.total{border-top:1px solid #e9ecef;color:#333;font-weight:700;padding-top:.5rem}.response-details{margin-bottom:1rem}.detail-item{display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:.5rem}.detail-label{color:#666}.detail-value{color:#333;font-weight:500}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.comparison-summary{background:#f8f9fa;border-radius:8px;margin-top:2rem;padding:1.5rem}.comparison-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.stat{background:#fff;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.stat-value{color:#333;font-weight:600}.order-placement{margin:0 auto;max-width:800px}.selected-quotation-summary{margin-bottom:2rem}.quotation-card{background:linear-gradient(135deg,#f8fff8,#e8f5e8);border:2px solid #4caf50;border-radius:12px;padding:1.5rem}.distributor-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.distributor-header h5{color:#333;font-size:1.3rem}.best-choice-badge{background:#4caf50;border-radius:12px;color:#fff;font-size:.8rem;padding:.25rem .75rem}.quotation-details{grid-gap:.5rem;display:grid;gap:.5rem}.detail-row{padding:.5rem 0}.detail-row.total{border-top:2px solid #4caf50;color:#2e7d32;font-size:1.1rem;font-weight:700;padding-top:1rem}.customer-info{margin-bottom:2rem}.customer-card{background:#f8f9fa;border-radius:8px;padding:1.5rem}.order-process-info{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.process-steps{grid-gap:.75rem;display:grid}.step-number{background:#2196f3}.step-text{color:#1565c0}.order-actions{margin:2rem 0;text-align:center}.place-order-btn{align-items:center;display:flex;flex-direction:column;font-size:1.2rem;gap:.25rem;padding:1rem 2rem}.place-order-btn small{font-size:.9rem;opacity:.8}.order-guarantees{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1.5rem}.guarantee-item{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.guarantee-icon{font-size:1.2rem}.order-terms{background:#f8f9fa;border-left:4px solid #6c757d;border-radius:8px;color:#666;font-size:.9rem;margin-top:2rem;padding:1rem;text-align:center}.order-tracking{margin:0 auto;max-width:1000px}.order-tracking-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.order-header-actions .refresh-btn{font-size:.9rem;padding:.5rem 1rem}.order-summary-card{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;margin-bottom:2rem;padding:2rem}.order-id-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.order-id-section h4{color:#333;font-size:1.5rem}.status-badge{color:#fff;font-size:.9rem}.order-progress{margin-bottom:1rem}.progress-bar{background:#e9ecef;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.progress-fill{border-radius:4px;height:100%;transition:width .3s ease}.progress-labels{color:#666;display:flex;font-size:.8rem;justify-content:space-between}.progress-labels span.active{color:#333;font-weight:600}.progress-labels span.completed{color:#4caf50;font-weight:600}.order-details-section{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;margin-bottom:2rem;padding:2rem}.order-details-grid{grid-gap:2rem;gap:2rem;margin-top:1rem}.detail-group{background:#f8f9fa;border-radius:8px;padding:1.5rem}.detail-group h5{border-bottom:1px solid #e9ecef;color:#333;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem}.order-timeline{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;margin-bottom:2rem;padding:2rem}.timeline{padding-left:2rem;position:relative}.timeline:before{background:#e9ecef;bottom:0;content:"";left:15px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:2rem;padding-left:2rem;position:relative}.timeline-item.completed .timeline-marker{background:#4caf50;color:#fff}.timeline-item.current .timeline-marker{animation:pulse 2s infinite;background:#2196f3;color:#fff}.timeline-marker{align-items:center;background:#e9ecef;border:3px solid #fff;border-radius:50%;display:flex;font-size:1rem;height:30px;justify-content:center;left:-2rem;position:absolute;top:0;width:30px;z-index:2}.timeline-content h5{color:#333;margin-bottom:.5rem}.timeline-content p{color:#666;margin-bottom:.5rem}.timeline-content small{color:#888;font-size:.8rem}.checkout-error{background:#ffebee;border:1px solid #f44336;border-radius:8px;margin-bottom:2rem;padding:1rem;text-align:center}.error-actions{flex-wrap:wrap;margin-top:1rem}.error-actions .btn{font-size:.9rem;padding:.5rem 1rem}.order-tracking-error,.order-tracking-loading{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;padding:3rem;text-align:center}.checkout-process-info{background:#fff;border-radius:16px;box-shadow:0 2px 20px #0000001a;padding:2rem}.checkout-process-info h3{color:#333;margin-bottom:1.5rem;text-align:center}.process-overview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.process-step-info{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;padding:1rem}.step-num{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;font-weight:700;min-width:40px;padding:.5rem;text-align:center}.step-desc{color:#666;font-size:.9rem}@media (max-width:768px){.checkout-steps{flex-direction:column;gap:1rem}.checkout-step:not(:last-child):after{display:none}.checkout-step{flex-direction:row;justify-content:flex-start;margin:0}.step-indicator{margin-bottom:0;margin-right:1rem}.banner-content{flex-direction:column;text-align:center}.order-details-grid,.quotation-responses-grid{grid-template-columns:1fr}.order-guarantees{flex-direction:column;gap:1rem}.process-overview{grid-template-columns:1fr}.order-tracking-header{flex-direction:column;gap:1rem;text-align:center}}.about-page{margin:0 auto;max-width:1200px;padding:2rem 1rem}.about-hero{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:16px;margin-bottom:4rem;padding:3rem 2rem;text-align:center}.about-hero h1{color:#333;font-size:3rem;margin-bottom:1rem}.about-hero-subtitle{color:#666;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px}.about-content{grid-gap:4rem;display:grid;gap:4rem}.about-section{background:#fff;border-radius:16px;box-shadow:0 2px 20px #0000001a;padding:2.5rem}.about-section h2{color:#333;font-size:2rem;margin-bottom:1.5rem;text-align:center}.about-section p{color:#666;font-size:1.1rem;line-height:1.7;margin:0 auto 2rem;max-width:800px;text-align:center}.process-explanation{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.process-step{background:#f8f9fa;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.step-icon{font-size:3rem;margin-bottom:1rem}.step-content h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.step-content p{color:#666;font-size:1rem;line-height:1.5;margin:0}.partners-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.partner-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #0000;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.partner-card:hover{border-color:#667eea;transform:translateY(-5px)}.partner-icon{font-size:3rem;margin-bottom:1rem}.partner-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.partner-card p{color:#666;margin-bottom:1rem;text-align:left}.partner-card ul{list-style:none;margin-top:1rem;text-align:left}.partner-card li{color:#4caf50;font-size:.95rem;margin-bottom:.5rem}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.benefit-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s ease}.benefit-item:hover{transform:translateY(-3px)}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-item h4{color:#333;font-size:1.2rem;margin-bottom:1rem}.benefit-item p{color:#666;font-size:.95rem;line-height:1.5;margin:0;text-align:center}.story-content{margin:0 auto;max-width:800px;text-align:left}.story-content p{margin-bottom:1.5rem;text-align:left}.about-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;padding:3rem;text-align:center}.about-cta h2{color:#fff;margin-bottom:1rem}.about-cta p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn{border-radius:8px;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-buttons .btn-primary{background:#fff;color:#667eea}.cta-buttons .btn-primary:hover{background:#f8f9fa;transform:translateY(-2px)}.cta-buttons .btn-secondary{background:#fff3;border:2px solid #fff;color:#fff}.cta-buttons .btn-secondary:hover{background:#fff;color:#667eea}.contact-page{margin:0 auto;max-width:1200px;padding:2rem 1rem}.contact-hero{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:16px;margin-bottom:4rem;padding:3rem 2rem;text-align:center}.contact-hero h1{color:#333;font-size:3rem;margin-bottom:1rem}.contact-hero-subtitle{color:#666;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;display:grid;gap:4rem}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info{border-radius:16px;box-shadow:0 2px 20px #0000001a;padding:2.5rem}.contact-info h2{color:#333;font-size:1.8rem;margin-bottom:1rem}.contact-info>p{color:#666;line-height:1.6;margin-bottom:2rem}.contact-methods{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.contact-method{align-items:flex-start;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;padding:1rem}.method-icon{flex-shrink:0;font-size:1.5rem;margin-top:.25rem}.method-content h4{color:#333;margin-bottom:.25rem}.method-content p{color:#666;font-weight:500;margin-bottom:.25rem}.method-content small{color:#888;font-size:.85rem}.distributor-support{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;padding:1.5rem}.distributor-support h3{color:#1565c0;margin-bottom:.5rem}.distributor-support p{color:#1976d2;margin-bottom:1rem}.distributor-contacts{grid-gap:.5rem;display:grid;gap:.5rem}.distributor-contact{color:#1565c0;font-size:.95rem}.contact-form-section{background:#fff;border-radius:16px;box-shadow:0 2px 20px #0000001a;padding:2.5rem}.contact-form-container h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem}.contact-form{grid-gap:1.5rem;display:grid;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e9ecef;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea}.form-group textarea{min-height:120px}.form-success{background:#d4edda;border:1px solid #c3e6cb;border-radius:6px;color:#155724}.form-error,.form-success{padding:1rem;text-align:center}.form-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#721c24}.submit-btn{align-items:center;display:flex;font-size:1.1rem;gap:.5rem;justify-content:center;padding:1rem 2rem}.faq-section{background:#fff;border-radius:16px;box-shadow:0 2px 20px #0000001a;padding:2.5rem}.faq-section h2{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.faq-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem}.faq-item h4{color:#333;font-size:1.1rem;margin-bottom:.75rem}.faq-item p{color:#666;line-height:1.6;margin:0}@media (max-width:992px){.contact-grid,.form-row,.partners-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.process-explanation{grid-template-columns:1fr}}@media (max-width:768px){.about-hero h1,.contact-hero h1{font-size:2.5rem}.about-hero-subtitle,.contact-hero-subtitle{font-size:1.1rem}.about-section,.contact-form-section,.contact-info,.faq-section{padding:1.5rem}.cta-buttons{align-items:center;flex-direction:column}.faq-grid{grid-template-columns:1fr}}.admin-login-container{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);display:flex;justify-content:center;min-height:100vh;padding:2rem}.admin-login-background{max-width:450px;width:100%}.admin-login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;padding:2.5rem}.admin-login-header{margin-bottom:2rem;text-align:center}.admin-logo h1{color:#1e3c72;font-size:2rem;margin-bottom:.5rem}.admin-logo p{color:#666;font-size:1rem}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.admin-login-form label{color:#333;font-size:.9rem;font-weight:600}.admin-login-form input{background:#fff;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.admin-login-form input:focus{border-color:#1e3c72;box-shadow:0 0 0 3px #1e3c721a;outline:none}.admin-login-form input:disabled{background:#f8f9fa;cursor:not-allowed}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-toggle{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;padding:.25rem;position:absolute;right:1rem;transition:background-color .3s ease;z-index:2}.password-toggle:hover{background:#0000000d}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.admin-login-error{background:#ffebee;border:1px solid #f44336;border-radius:8px;color:#c62828;font-size:.9rem;padding:1rem}.admin-login-btn,.admin-login-error{align-items:center;display:flex;gap:.5rem}.admin-login-btn{background:linear-gradient(135deg,#1e3c72,#2a5298);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;justify-content:center;padding:1rem 2rem;transition:all .3s ease}.admin-login-btn:hover:not(:disabled){box-shadow:0 5px 15px #1e3c724d;transform:translateY(-2px)}.admin-login-btn:disabled{cursor:not-allowed;opacity:.6}.admin-login-footer{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:1.5rem}.demo-credentials h4{color:#1e3c72;margin-bottom:1rem}.credentials-grid{grid-gap:.5rem;display:grid;gap:.5rem;margin-bottom:1rem}.credential-item{background:#f8f9fa;border-radius:4px;color:#666;font-size:.9rem;padding:.5rem}.login-help{margin-top:1rem;text-align:center}.login-help p{align-items:center;color:#888;display:flex;font-size:.9rem;gap:.5rem;justify-content:center}.admin-layout{background:#f5f7fa}.admin-layout,.admin-main{display:flex;min-height:100vh}.admin-main{flex:1 1;flex-direction:column;margin-left:280px}.admin-content{flex:1 1;overflow-y:auto;padding:2rem}.content-wrapper{margin:0 auto;max-width:1400px}.admin-sidebar{background:linear-gradient(180deg,#1e3c72,#2a5298);box-shadow:2px 0 10px #0000001a;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:280px;z-index:100}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:2rem 1.5rem}.admin-brand h2{color:#fff;font-size:1.5rem;margin-bottom:.25rem}.admin-brand p{color:#fffc;font-size:.9rem}.sidebar-user{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:1rem;padding:1.5rem}.user-avatar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;font-size:1.5rem;height:50px;width:50px}.user-info h4{color:#fff;font-size:1rem;margin-bottom:.25rem}.user-role{color:#ffffffb3;font-size:.8rem;text-transform:capitalize}.admin-nav{flex:1 1;overflow-y:auto;padding:1rem 0}.admin-nav ul{list-style:none;margin:0;padding:0}.admin-nav li{margin-bottom:.5rem;padding:0 1rem}.admin-nav a{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#ffffffe6;display:flex;font-weight:500;gap:1rem;padding:1rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease}.admin-nav a:hover{background:#ffffff26;box-shadow:0 4px 12px #0003;color:#fff;transform:translateX(4px)}.admin-nav a.active{background:#fff3;border-color:gold;box-shadow:0 4px 16px #ffd7004d;color:#fff}.admin-nav a.active:before{background:gold;border-radius:0 2px 2px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.nav-icon{flex-shrink:0;font-size:1.4rem;text-align:center;width:28px}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1.5rem}.footer-link{align-items:center;border-radius:6px;color:#ffffffb3;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1rem;padding:.5rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{background:#ffffff1a;color:#fff}.sidebar-version{text-align:center}.sidebar-version small{color:#ffffff80;font-size:.8rem}.admin-header{align-items:center;background:#fff;border-bottom:1px solid #e9ecef;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1rem 2rem}.header-left .breadcrumb-item{color:#666;font-weight:500}.header-center{display:flex;flex:1 1;justify-content:center}.current-time{color:#666;font-size:.9rem;gap:.5rem}.current-time,.header-right{align-items:center;display:flex}.action-btn{background:none;border:none;border-radius:8px;font-size:1.2rem;padding:.75rem;position:relative;transition:background-color .3s ease}.action-btn:hover{background:#f8f9fa}.notification-badge{border-radius:10px;min-width:18px;padding:.1rem .4rem;right:.25rem;text-align:center;top:.25rem}.user-menu-trigger{background:none;border:none;gap:1rem;padding:.5rem 1rem;transition:background-color .3s ease}.user-menu-trigger:hover{background:#f8f9fa}.user-menu .user-avatar{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;width:40px}.user-details{text-align:left}.user-name{color:#333;display:block;font-size:.9rem;font-weight:600}.user-details .user-role{text-transform:capitalize}.dropdown-arrow,.user-details .user-role{color:#666;font-size:.8rem}.user-dropdown{border-radius:8px;box-shadow:0 4px 20px #0000001a;margin-top:.5rem;min-width:280px;top:100%}.dropdown-user-info h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.25rem}.dropdown-user-info p{color:#ffffffe6;font-size:.9rem;margin-bottom:.25rem}.dropdown-user-info small{color:#fffc;font-size:.8rem;font-weight:500}.dropdown-item{color:#495057;padding:.75rem 1rem}.dropdown-item:hover{color:#333;transform:translateX(2px)}.dropdown-item.logout-item{border-top:1px solid #e9ecef;color:#dc3545;font-weight:600;margin-top:.5rem}.dropdown-item.logout-item:hover{background:#fff5f5;color:#c82333}.item-icon{font-size:1rem;text-align:center;width:20px}.admin-header .user-dropdown .dropdown-item{color:#495057!important;font-weight:500}.admin-header .user-dropdown .dropdown-item:hover{background:#f8f9fa;color:#333!important;transform:translateX(2px)}.admin-header .user-dropdown .dropdown-item.logout-item{color:#dc3545!important;font-weight:600}.admin-header .user-dropdown .dropdown-item.logout-item:hover{background:#fff5f5;color:#c82333!important}.dropdown-divider{background:#e9ecef;height:1px}.admin-dashboard{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-dashboard-loading{align-items:center;display:flex;justify-content:center;min-height:400px;text-align:center}.dashboard-header{align-items:flex-start;display:flex;justify-content:space-between}.welcome-section h1{color:#333;font-size:2rem;margin-bottom:.5rem}.welcome-section p{color:#666;font-size:1.1rem}.dashboard-actions .btn{font-size:.9rem;padding:.75rem 1.5rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:3rem}.stats-card{align-items:center;background:#fff;border-left:4px solid #e9ecef;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease}.stats-card:hover{transform:translateY(-2px)}.stats-card.highlight{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left-color:#ff9800}.stats-card.success{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border-left-color:#4caf50}.stats-icon{font-size:2.5rem;opacity:.8}.stats-content h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.stats-content p{color:#666;font-size:.9rem;margin-bottom:.25rem}.stats-content small{color:#888;font-size:.8rem}.dashboard-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin-bottom:3rem}.dashboard-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.section-header{background:#f8f9fa;padding:1.5rem}.view-all-link{color:#1e3c72;font-size:.9rem;font-weight:500;text-decoration:none}.view-all-link:hover{text-decoration:underline}.order-item,.recent-orders{padding:1rem}.order-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;transition:background-color .3s ease}.order-item:hover{background:#f8f9fa}.order-item:last-child{border-bottom:none}.order-info h4{color:#333;font-size:.95rem;margin-bottom:.25rem}.order-info p{color:#666;font-size:.9rem;margin-bottom:.25rem}.order-info small{color:#888;font-size:.8rem}.order-details{text-align:right}.order-amount{color:#333;display:block;font-weight:700;margin-bottom:.5rem}.order-status{color:#fff;font-size:.7rem}.system-health{padding:1.5rem}.health-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem}.health-label{color:#666;font-weight:500}.health-status.healthy{color:#4caf50;font-weight:600}.health-value{color:#333;font-weight:600}.distributor-status h4{color:#333;font-size:1rem;margin:1.5rem 0 1rem}.distributor-grid{grid-gap:.75rem;display:grid;gap:.75rem}.distributor-status-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.status-indicator.connected{font-size:1.2rem}.dashboard-quick-actions{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.dashboard-quick-actions h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.quick-actions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.quick-action-card{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:8px;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.quick-action-card:hover{background:#fff;border-color:#1e3c72;box-shadow:0 4px 15px #1e3c721a;transform:translateY(-2px)}.action-icon{font-size:2rem;opacity:.8}.action-content h4{font-size:1rem;margin-bottom:.25rem}.empty-state{color:#666;padding:2rem}.admin-access-denied{align-items:center;display:flex;justify-content:center;min-height:60vh;text-align:center}.access-denied-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:3rem}.access-denied-content h2{color:#dc3545;margin-bottom:1rem}.access-denied-content p{color:#666;margin-bottom:1rem}.access-denied-content button{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .3s ease}.access-denied-content button:hover{background:#5a6268}@media (max-width:1024px){.admin-sidebar{width:260px}.admin-header{margin-left:260px}.dashboard-content{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:768px){.admin-sidebar{transform:translateX(-100%);transition:transform .3s ease;width:100%}.admin-header{margin-left:0}.admin-content{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.welcome-section h1{font-size:1.5rem}.quick-actions-grid,.stats-grid{grid-template-columns:1fr}.admin-login-container{padding:1rem}.admin-login-card{padding:2rem}.credentials-grid{font-size:.8rem}}.data-table{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;overflow:hidden}.data-table-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px}.search-container{flex:1 1;max-width:400px;position:relative}.search-input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 40px 10px 12px;transition:border-color .2s;width:100%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-icon{color:#6b7280;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.results-info{color:#6b7280;font-size:14px;margin-left:20px}.table-container{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#374151;font-size:14px;font-weight:600;padding:16px 12px;text-align:left;white-space:nowrap}.admin-table th.sortable{cursor:pointer;transition:background-color .2s;-webkit-user-select:none;user-select:none}.admin-table th.sortable:hover{background:#f1f5f9}.sort-indicator{color:#3b82f6;font-weight:700;margin-left:8px}.admin-table td{border-bottom:1px solid #f3f4f6;font-size:14px;padding:16px 12px;vertical-align:top}.admin-table tr:hover{background:#fafbfc}.admin-table tr.clickable{cursor:pointer}.admin-table .no-data{color:#6b7280;font-style:italic;padding:40px;text-align:center}.actions-column{width:120px}.actions-cell,.actions-column{text-align:center}.pagination{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:center;padding:20px}.pagination-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;margin:0 8px;padding:8px 16px;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:#6b7280;font-size:14px;margin:0 16px}.data-table.loading{align-items:center;display:flex;justify-content:center;min-height:300px}.loading-spinner{align-items:center;color:#6b7280;display:flex;flex-direction:column}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:12px;width:40px}.admin-page-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:between;margin-bottom:24px;padding-bottom:16px}.admin-page-header h1{color:#111827;font-size:28px;font-weight:700;margin:0}.page-actions{align-items:center;display:flex;gap:12px}.filter-select,.status-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 12px}.btn-cancel,.btn-create,.btn-delete,.btn-edit,.btn-refresh,.btn-save,.btn-test,.btn-view{border:1px solid #0000;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.btn-refresh{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.btn-refresh:hover:not(:disabled){background:#e5e7eb}.btn-create{background:#3b82f6;color:#fff}.btn-create:hover:not(:disabled){background:#2563eb}.btn-view{background:#6b7280;color:#fff;font-size:12px;padding:6px 12px}.btn-view:hover:not(:disabled){background:#4b5563}.btn-edit{background:#f59e0b;color:#fff;font-size:12px;padding:6px 12px}.btn-edit:hover:not(:disabled){background:#d97706}.btn-delete{background:#ef4444;color:#fff;font-size:12px;padding:6px 12px}.btn-delete:hover:not(:disabled){background:#dc2626}.btn-save{background:#10b981;color:#fff}.btn-save:hover:not(:disabled){background:#059669}.btn-save:disabled{background:#9ca3af;cursor:not-allowed}.btn-cancel{background:#6b7280;color:#fff}.btn-cancel:hover:not(:disabled){background:#4b5563}.btn-test{background:#8b5cf6;color:#fff}.btn-test:hover:not(:disabled){background:#7c3aed}.quick-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{border-radius:12px;box-shadow:0 2px 10px #00000014;padding:20px;text-align:center}.stat-number{color:#111827;font-size:32px;margin-bottom:8px}.stat-label{color:#6b7280;font-size:14px}.modal-overlay{padding:20px}.modal-content{border-radius:12px;box-shadow:0 20px 60px #00000026;max-width:800px;width:100%}.modal-header{border-bottom:1px solid #e5e7eb;padding:20px 24px}.modal-header h2{color:#111827;font-size:20px;font-weight:600;margin:0}.modal-close{color:#6b7280;font-size:24px;padding:4px;transition:color .2s}.modal-close:hover{color:#374151}.modal-body{padding:24px}.order-id{color:#6b7280;font-family:Monaco,Menlo,monospace;font-size:12px}.customer-info,.distributor-info,.product-info{display:flex;flex-direction:column}.customer-name,.distributor-name,.product-name{color:#111827;font-weight:600;margin-bottom:4px}.customer-email,.distributor-type,.product-details{color:#6b7280;font-size:12px}.customer-actions,.distributor-actions,.order-actions,.product-actions{align-items:center;display:flex;gap:8px}.status-badge{border-radius:4px;font-size:12px;padding:4px 8px}.status-pending{background:#fef3c7;color:#92400e}.status-confirmed{background:#dbeafe;color:#1e40af}.status-shipped{background:#e0e7ff;color:#5b21b6}.status-connected,.status-delivered{background:#d1fae5;color:#065f46}.status-default{background:#f3f4f6;color:#374151}.order-modal{max-width:1000px}.order-details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.detail-section{background:#f8fafc;border-radius:8px;padding:20px}.detail-section h3{color:#111827;font-size:16px;font-weight:600;margin:0 0 16px}.detail-row{border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:8px}.detail-row:last-child{border-bottom:none;margin-bottom:0}.detail-row .label{color:#6b7280;flex-shrink:0;font-weight:500;margin-right:16px}.detail-row .value{color:#111827;flex:1 1;text-align:right}.total-section{background:#fef7ff;border:2px solid #e879f9;grid-column:span 2;text-align:center}.total-amount{color:#a21caf;font-size:32px;font-weight:700}.email-link{color:#3b82f6;text-decoration:none}.email-link:hover{text-decoration:underline}.customer-modal{max-width:900px}.customer-details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.orders-section{grid-column:span 2}.order-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:16px}.order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.order-meta{color:#6b7280;display:flex;font-size:12px;gap:16px}.order-product{color:#111827;font-weight:500;margin-bottom:8px}.loading-orders,.no-orders{color:#6b7280;font-style:italic;padding:40px;text-align:center}.summary-section{background:#f0f9ff;border:2px solid #0ea5e9;grid-column:span 2}.summary-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.summary-item{display:flex;flex-direction:column;text-align:center}.summary-label{color:#6b7280;font-size:12px;margin-bottom:4px}.summary-value{color:#0c4a6e;font-size:18px;font-weight:600}.product-image{align-items:center;display:flex;height:50px;justify-content:center;width:50px}.product-thumbnail{border:1px solid #e5e7eb;border-radius:6px;height:50px;object-fit:cover;width:50px}.no-image{align-items:center;background:#f3f4f6;border-radius:6px;color:#9ca3af;display:flex;font-size:20px;height:50px;justify-content:center;width:50px}.product-name-cell{min-width:200px}.product-title{color:#111827;font-weight:600;margin-bottom:4px}.product-description{color:#6b7280;font-size:12px}.product-form{max-width:600px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:24px}.form-group.full-width{grid-column:span 2}.form-group label{color:#374151;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;font-size:14px;padding:10px 12px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6}.form-group input:disabled,.form-group textarea:disabled{background:#f9fafb;color:#6b7280}.readonly-field{background:#f9fafb!important;color:#6b7280!important;cursor:not-allowed!important}.form-group small{color:#6b7280;font-size:12px;margin-top:4px}.image-preview{margin-top:8px}.image-preview img{border:1px solid #e5e7eb;border-radius:8px;max-height:200px;max-width:200px;object-fit:cover}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding-top:20px}.distributor-type{align-items:center;display:flex;gap:8px}.type-icon{font-size:18px}.type-name{color:#111827;font-weight:500}.distributor-modal{max-width:800px}.distributor-details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.performance-section{background:#f0fdf4;border:2px solid #22c55e;grid-column:span 2}.performance-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.performance-item{display:flex;flex-direction:column;text-align:center}.performance-label{color:#6b7280;font-size:12px;margin-bottom:4px}.performance-value{color:#15803d;font-size:18px;font-weight:600}.contact-info{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-height:60px;padding:16px}.contact-text{color:#111827;line-height:1.5;white-space:pre-wrap}.no-contact{color:#6b7280;font-style:italic;padding:20px;text-align:center}.detail-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;grid-column:span 2;justify-content:center;padding-top:20px}@media (max-width:768px){.admin-page-header{align-items:flex-start;flex-direction:column;gap:16px}.page-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.quick-stats{grid-template-columns:repeat(2,1fr)}.data-table-header{align-items:flex-start;flex-direction:column;gap:16px}.search-container{max-width:100%}.results-info{margin-left:0}.admin-table{font-size:12px}.admin-table td,.admin-table th{padding:12px 8px}.modal-content{margin:10px;max-height:95vh}.customer-details-grid,.distributor-details-grid,.order-details-grid{grid-template-columns:1fr}.orders-section,.performance-section,.summary-section,.total-section{grid-column:span 1}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.performance-stats,.summary-stats{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.detail-actions{flex-direction:column;grid-column:span 1}}@media (max-width:480px){.quick-stats{grid-template-columns:1fr}.stat-number{font-size:24px}.modal-header{padding:16px 20px}.modal-body{padding:20px}.admin-table td,.admin-table th{padding:8px 6px}.customer-actions,.distributor-actions,.order-actions,.product-actions{flex-direction:column;gap:4px}.btn-delete,.btn-edit,.btn-view{font-size:12px;padding:8px 12px;width:100%}}.admin-dashboard.enhanced{background:#f8f9fa;min-height:100vh;padding:0}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #0000001a;color:#fff;margin-bottom:2rem;padding:2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.header-content h1{font-size:2.5rem;font-weight:700;margin:0}.refresh-info{align-items:center;display:flex;font-size:.9rem;gap:1rem}.refresh-info .btn{background:#fff3;border:1px solid #ffffff4d;border-radius:6px;color:#fff;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.refresh-info .btn:hover{background:#ffffff4d;transform:translateY(-1px)}.quick-stats.enhanced{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto 3rem;max-width:1400px}.stat-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.stat-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card:hover{box-shadow:0 8px 40px #0000001f;transform:translateY(-4px)}.stat-card.orders:before{background:linear-gradient(90deg,#4caf50,#45a049)}.stat-card.customers:before{background:linear-gradient(90deg,#2196f3,#1976d2)}.stat-card.products:before{background:linear-gradient(90deg,#ff9800,#f57c00)}.stat-card.revenue:before{background:linear-gradient(90deg,#9c27b0,#7b1fa2)}.stat-card .stat-content{display:flex;flex-direction:column;gap:.5rem}.stat-icon{font-size:3rem;margin-bottom:1rem;opacity:.8}.stat-number{color:#333;font-size:2.5rem;font-weight:700;line-height:1}.stat-label{color:#666;font-size:1.1rem;font-weight:500}.stat-trend{color:#28a745;font-size:.9rem;font-weight:500}.analytics-section{margin:0 auto;max-width:1400px;padding:0 2rem}.analytics-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-bottom:3rem}.analytics-row .chart-card.full-width{grid-column:1/-1}.chart-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.chart-card:hover{box-shadow:0 8px 40px #0000001f}.chart-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem 2rem}.chart-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.chart-actions{display:flex;gap:.5rem}.chart-actions .btn{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#666;font-size:.85rem;padding:.5rem 1rem;transition:all .3s ease}.chart-actions .btn:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateY(-1px)}.chart-content{padding:2rem}.status-bar{background:#f8f9fa;border-radius:8px;gap:1rem;margin-bottom:1.5rem;padding:1rem}.status-bar,.status-info{align-items:center;display:flex}.status-info{justify-content:space-between;min-width:120px}.status-label{color:#333;font-weight:500;text-transform:capitalize}.status-count{color:#666;font-weight:600}.status-progress{background:#e9ecef;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.status-fill{border-radius:4px;height:100%;transition:width .3s ease}.status-fill.status-pending{background:#ff9800}.status-fill.status-confirmed{background:#2196f3}.status-fill.status-shipped{background:#9c27b0}.status-fill.status-delivered{background:#4caf50}.status-percentage{color:#333;font-weight:600;min-width:50px;text-align:right}.distributor-revenue{align-items:center;background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.distributor-revenue:hover{background:#e3f2fd;transform:translateX(4px)}.distributor-info h4{color:#333;font-size:1.2rem;margin:0 0 .5rem}.distributor-info p{color:#666;font-size:.9rem;margin:0}.revenue-data{text-align:right}.revenue-amount{color:#28a745;font-size:1.4rem;font-weight:700;line-height:1}.average-order{color:#666;font-size:.9rem;margin-top:.25rem}.chart-card.system-health .chart-header{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.health-status{border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:1px;padding:.5rem 1rem;text-transform:uppercase}.health-status.healthy{background:#fff3;color:#fff}.health-metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.health-metric{align-items:center;background:#f8f9fa;border-left:3px solid #28a745;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.metric-label{color:#666;font-weight:500}.metric-value{color:#333;font-weight:600}.metric-value.healthy{color:#28a745}.metric-value.error{color:#dc3545}.recent-orders-list{max-height:400px;overflow-y:auto}.recent-order{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:1rem;transition:all .3s ease}.recent-order:hover{background:#e9ecef;transform:translateX(4px)}.order-info{display:flex;flex-direction:column;gap:.25rem}.order-id{color:#333;font-family:monospace;font-weight:600}.order-customer{color:#666;font-size:.9rem}.order-details{align-items:center;display:flex;flex-direction:column;gap:.25rem}.order-status{border-radius:12px;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.order-status.status-pending{background:#fff3cd;color:#856404}.order-status.status-confirmed{background:#d1ecf1;color:#0c5460}.order-status.status-shipped{background:#e2e3f1;color:#383d41}.order-status.status-delivered{background:#d4edda;color:#155724}.order-amount{color:#28a745;font-weight:600}.order-time{color:#666;font-size:.8rem}.trend-chart{padding:2rem}.trend-summary{grid-gap:2rem;border-bottom:1px solid #e9ecef;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem;padding-bottom:2rem}.trend-stat{background:#f8f9fa;border-radius:12px;padding:1rem;text-align:center}.trend-label{color:#666;display:block;font-size:.9rem;margin-bottom:.5rem}.trend-value{color:#333;display:block;font-size:1.5rem;font-weight:700}.simple-chart{align-items:end;background:#f8f9fa;border-radius:12px;display:flex;gap:1rem;height:200px;padding:1rem}.chart-bar{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%}.bar-fill{background:linear-gradient(180deg,#667eea,#764ba2);border-radius:4px 4px 0 0;cursor:pointer;min-height:10px;transition:all .3s ease;width:100%}.bar-fill:hover{opacity:.8;transform:scaleX(1.1)}.bar-label{color:#666;font-size:.8rem;font-weight:500;margin-top:.5rem}.quick-actions{margin:0 auto;max-width:1400px;padding:0 2rem 3rem}.quick-actions h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.action-buttons{grid-gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.action-btn{border:1px solid #e9ecef;box-shadow:0 4px 20px #00000014;color:#333;font-size:1rem;font-weight:600}.action-btn:hover{box-shadow:0 8px 40px #0000001f}.action-btn.reports{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-btn.export{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.action-btn.analytics{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.admin-dashboard.error .error-content,.admin-dashboard.loading .loading-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:3rem;text-align:center}.loading-spinner{height:60px;margin-bottom:2rem;width:60px}.error-content h2{color:#dc3545;margin-bottom:1rem}.error-content .btn{margin-top:1rem}@media (max-width:1200px){.analytics-row{grid-template-columns:1fr}.quick-stats.enhanced{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.header-content h1{font-size:2rem}.analytics-section,.quick-actions,.quick-stats.enhanced{margin-left:1rem;margin-right:1rem}.chart-content{padding:1rem}.health-metrics,.trend-summary{grid-template-columns:1fr}.trend-summary{gap:1rem}.simple-chart{height:150px}}.customer-auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem;position:relative}.customer-auth-container:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E") repeat;background-size:100px 100px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.customer-auth-wrapper{max-width:1000px;position:relative;width:100%;z-index:1}.customer-auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 60px #00000026;padding:2.5rem}.customer-auth-card.register{max-width:1000px;width:100%}.auth-header{margin-bottom:2.5rem;text-align:center}.auth-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:#666;font-size:1.1rem;font-weight:400}.customer-auth-form{gap:1.5rem}.customer-auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem;margin-bottom:1rem}.form-row{grid-gap:1.5rem;gap:1.5rem;margin-bottom:1rem}.form-group label{font-size:.9rem;margin-bottom:.25rem}.form-group input,.form-group textarea{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;box-sizing:border-box;font-size:1rem;min-height:50px;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none;transform:translateY(-1px)}.form-group input.error,.form-group textarea.error{background:#fff5f5;border-color:#dc3545}.form-group input:disabled,.form-group textarea:disabled{background:#e9ecef;cursor:not-allowed;opacity:.7}.form-group textarea{font-family:inherit;min-height:100px;padding:1rem;resize:vertical}.password-input-container{align-items:center;display:flex;position:relative}.password-toggle-btn{background:none;border:none;border-radius:6px;cursor:pointer;font-size:1.2rem;padding:.25rem;position:absolute;right:1rem;transition:all .3s ease;z-index:2}.password-toggle-btn:hover{background:#667eea1a;transform:scale(1.1)}.password-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.field-error{align-items:center;color:#dc3545;display:flex;font-size:.85rem;font-weight:500;gap:.25rem;margin-top:.25rem}.field-error:before{content:"⚠️";font-size:.8rem}.auth-error{align-items:center;background:#fff5f5;border:1px solid #dc3545;border-radius:12px;color:#dc3545;display:flex;font-weight:500;gap:.75rem;margin-bottom:1rem;padding:1rem}.auth-error .error-icon{flex-shrink:0;font-size:1.2rem}.auth-submit-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;overflow:hidden;padding:1.2rem 2rem;position:relative;transition:all .3s ease}.auth-submit-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.auth-submit-btn:hover:before{left:100%}.auth-submit-btn:hover{box-shadow:0 10px 30px #667eea4d;transform:translateY(-2px)}.auth-submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.auth-submit-btn:disabled:before{display:none}.loading-spinner{border:4px solid #e9ecef;height:40px;width:40px}.loading-spinner.small{border-width:2px;height:20px;width:20px}.auth-footer{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:2rem;text-align:center}.auth-footer p{color:#666;font-size:1rem}.auth-link{color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.auth-link:hover{color:#764ba2;text-decoration:underline}.demo-credentials{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #667eea;border-radius:12px;margin-top:2rem;padding:1.5rem}.demo-credentials h4{color:#333;font-size:1rem;font-weight:600;margin:0 0 .75rem}.demo-credentials p{color:#555;font-family:Courier New,monospace;font-size:.9rem;margin:.25rem 0}.customer-auth-loading{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh}.customer-auth-loading p{font-size:1.2rem;font-weight:500}@media (max-width:768px){.customer-auth-container{padding:1rem}.customer-auth-card{border-radius:16px;padding:2rem}.customer-auth-card.register{max-width:100%;padding:2rem}.auth-header h1{font-size:1.8rem}.form-row{gap:1rem;grid-template-columns:1fr}.demo-credentials{padding:1rem}}@media (max-width:480px){.customer-auth-card{margin:.5rem;padding:1.5rem}.customer-auth-card.register{padding:1.5rem}.auth-header h1{font-size:1.6rem}.auth-header p{font-size:1rem}.form-group input,.form-group textarea{padding:.875rem}.auth-submit-btn{font-size:1rem;padding:1rem 1.5rem}}.customer-auth{align-items:center;display:flex;gap:1rem}.auth-buttons{align-items:center;gap:.75rem}.auth-btn{align-items:center;border:1px solid #0000;border-radius:8px;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s ease}.auth-btn.login-btn{background:#ffffff1a;border-color:#fff3;color:#fff}.auth-btn.login-btn:hover{background:#fff3;transform:translateY(-1px)}.auth-btn.register-btn{background:#fff;border-color:#fff;color:#667eea}.auth-btn.register-btn:hover{background:#f8f9fa;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.user-menu{position:relative}.user-menu-trigger{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1rem;transition:all .3s ease}.user-menu-trigger:hover{background:#fff3;transform:translateY(-1px)}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-weight:600;height:32px;justify-content:center;width:32px}.user-name{font-weight:500}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.user-menu-trigger:hover .dropdown-arrow{transform:rotate(180deg)}.user-dropdown{animation:dropdownFade .2s ease;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 10px 30px #00000026;min-width:240px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e9ecef;color:#fff;padding:1rem}.dropdown-header .user-info strong{display:block;font-size:1rem;margin-bottom:.25rem}.dropdown-header .user-info small{font-size:.85rem;opacity:.9}.dropdown-menu{padding:.5rem 0}.dropdown-item{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.875rem 1.25rem;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.dropdown-item:hover{background:#f8f9fa;color:#667eea}.dropdown-item.logout-btn{color:#dc3545}.dropdown-item.logout-btn:hover{background:#fff5f5;color:#dc3545}.dropdown-divider{border:none;border-top:1px solid #e9ecef;margin:.5rem 0}@media (max-width:768px){.auth-buttons{gap:.5rem}.auth-btn{font-size:.85rem;padding:.5rem .875rem}.user-menu-trigger{font-size:.85rem;padding:.5rem .75rem}.user-avatar{font-size:.8rem;height:28px;width:28px}.user-dropdown{min-width:200px}}@media (max-width:480px){.auth-btn span:first-child,.dropdown-item span:first-child,.user-name{display:none}.dropdown-header{padding:1rem}}.login-prompt{margin-top:2rem}.add-to-cart-btn{overflow:hidden;position:relative}.add-to-cart-btn:not(.authenticated){background:linear-gradient(135deg,#007bff,#0056b3);border-color:#007bff}.add-to-cart-btn:not(.authenticated):hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-1px)}.quantity-section.disabled{opacity:.6;pointer-events:none}.quantity-section.disabled:after{background:#000c;border-radius:6px;color:#fff;content:"🔐 Login to select quantity";font-size:.9rem;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:10}.authenticated .add-to-cart-btn{background:linear-gradient(135deg,#28a745,#20c997);border-color:#28a745}.authenticated .add-to-cart-btn:hover{background:linear-gradient(135deg,#218838,#17a2b8);box-shadow:0 6px 20px #28a7454d;transform:translateY(-2px)}@media (max-width:768px){.login-prompt{margin-top:1.5rem;padding:1.5rem}.auth-message{flex-direction:column;font-size:1rem;gap:.75rem}.login-to-cart-btn{font-size:1rem;padding:.875rem 1.5rem}}@media (max-width:480px){.login-prompt{padding:1rem}.auth-message{font-size:.9rem}.login-to-cart-btn{font-size:.9rem;padding:.75rem 1.25rem}.product-card:not(.authenticated) .add-to-cart-btn:after{font-size:.8rem}}.quotations-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.section-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem 2rem}.section-header h2{color:#333;font-size:1.3rem;margin:0}.quotations-table{overflow-x:auto}.quotations-table td,.quotations-table th{border-bottom:1px solid #e9ecef}.quotations-table th{color:#495057}.customer-info,.product-info{display:flex;flex-direction:column;gap:.25rem}.customer-info strong,.product-info strong{color:#333;font-weight:600}.customer-info small,.product-info small{color:#6c757d;font-size:.85rem}.status-badge{align-items:center;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem}.status-pending{background:#fff3cd;color:#856404}.status-processing{background:#d1ecf1;color:#0c5460}.status-completed{background:#d4edda;color:#155724}.status-approved{background:#e7f3ff;color:#004085}.priority-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:.8rem;font-weight:500;gap:.25rem;padding:.25rem .75rem}.priority-high{background:#f8d7da;color:#721c24}.priority-medium{background:#fff3cd;color:#856404}.priority-normal{background:#d4edda;color:#155724}.response-status{display:flex;flex-direction:column;gap:.25rem}.response-count{color:#495057}.response-progress{margin-top:.5rem;width:100%}.response-progress-bar{background-color:#e9ecef;border-radius:3px;height:6px;overflow:hidden;position:relative;width:100%}.response-progress-fill{background:linear-gradient(90deg,#28a745,#20c997);border-radius:3px;height:100%;transition:width .3s ease}.response-progress-text{color:#6c757d;font-size:.75rem;margin-top:.25rem;text-align:center}.needs-response{color:#dc3545;font-size:.8rem;font-weight:500}.quantity-badge{background:#e7f3ff;border-radius:12px;color:#004085;font-size:.9rem;font-weight:600;padding:.25rem .75rem}.action-buttons{flex-wrap:wrap;gap:.5rem}.btn-sm{border-radius:6px;padding:.375rem .75rem}.quotation-details{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-top:2rem;padding:2rem}.quotation-details h3{border-bottom:2px solid #e9ecef;color:#333;margin-top:0;padding-bottom:1rem}.details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.detail-card{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;padding:1.5rem}.detail-card h4{color:#495057;font-size:1.1rem;margin:0 0 1rem}.detail-card p{color:#6c757d;margin:.5rem 0}.responses-section{margin-top:2rem}.responses-section h4{color:#333;margin-bottom:1.5rem}.no-responses{background:#f8f9fa;border-radius:8px;color:#6c757d;font-style:italic}.responses-grid{grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.response-card{border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.response-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.response-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.response-header h5{color:#333;font-size:1.1rem;margin:0}.distributor-type{background:#007bff;border-radius:12px;color:#fff;font-weight:500;padding:.25rem .75rem}.response-details{display:flex;flex-direction:column;gap:.75rem}.response-item{align-items:center;display:flex;justify-content:space-between}.response-item .label{color:#6c757d;font-size:.9rem;font-weight:500}.response-item .value{color:#333;font-weight:600}.total-price{color:#28a745;font-size:1.1rem}.missing-responses{background:#fff3cd;border:1px solid #ffeeba;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.missing-responses h5{color:#856404;margin:0 0 1rem}.missing-distributors{display:flex;flex-wrap:wrap;gap:.75rem}.missing-distributor{background:#ffc107;border-radius:6px;color:#212529;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem 2rem}.modal-header h3{color:#333;margin:0}.modal-close{background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;font-size:1.5rem;padding:.25rem;transition:all .3s ease}.modal-close:hover{background:#f8f9fa;color:#495057}.modal-body{padding:2rem}.modal-footer{background:#f8f9fa;border-radius:0 0 12px 12px;border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1.5rem}.form-group label{color:#495057}.form-group input,.form-group select,.form-group textarea{border:1px solid #ced4da;border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.empty-state{color:#6c757d}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#495057;margin:1rem 0 .5rem}.datetime{color:#6c757d;font-family:Courier New,monospace;font-size:.9rem}.loading-state{align-items:center;color:#6c757d;display:flex;flex-direction:column;justify-content:center}.loading-state .loading-spinner{margin-bottom:1rem}.error-message{align-items:center;background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.error-icon{flex-shrink:0;font-size:1.2rem}.error-close{background:none;border:none;border-radius:4px;color:#721c24;cursor:pointer;font-size:1.2rem;margin-left:auto;padding:.25rem;transition:background .3s ease}.error-close:hover{background:#721c241a}@media (max-width:1200px){.responses-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.details-grid{grid-template-columns:1fr}}@media (max-width:768px){.quotations-table{font-size:.9rem}.quotations-table td,.quotations-table th{padding:.75rem .5rem}.action-buttons,.section-header{flex-direction:column}.section-header{align-items:stretch;gap:1rem}.form-row{grid-template-columns:1fr}.modal{width:95%}.modal-body{padding:1.5rem}.modal-footer{flex-direction:column;padding:1rem 1.5rem}}@media (max-width:480px){.quotations-table{font-size:.8rem}.customer-info,.product-info{font-size:.85rem}.action-buttons .btn-sm{font-size:.75rem;padding:.25rem .5rem}.quotation-details,.response-card{padding:1rem}}.default-user-info{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;display:flex;margin-right:.75rem;padding:.5rem 1rem}.default-user-info span{color:#ffffffe6;font-size:.9rem;font-weight:500}.auth-buttons.with-default{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}@media (max-width:768px){.default-user-info{display:none}.auth-buttons.with-default{flex-direction:column;gap:.5rem}}.product-modal-wrapper{align-items:center;display:flex;justify-content:center;padding:2rem;z-index:99999}.product-modal-backdrop,.product-modal-wrapper{height:100vh;left:0;position:fixed;top:0;width:100vw}.product-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;cursor:pointer;z-index:99998}.product-modal-content{animation:productModalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 80px #0006;max-height:90vh;max-width:1000px;overflow-y:auto;position:relative;width:100%;z-index:99999}@keyframes productModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.product-modal-close{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#333;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px;z-index:100000}.product-modal-close:hover{background:#fff;color:#dc3545;transform:scale(1.1)}.product-modal-header{border-bottom:1px solid #e9ecef;padding:2rem 2rem 1rem;position:relative}.product-modal-header h2{color:#333;font-size:1.8rem;font-weight:600;line-height:1.3;margin:0 0 .5rem;max-width:calc(100% - 60px)}.product-brand-badge{border-radius:12px;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.product-modal-body{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.product-image-section{aspect-ratio:4/3;background:#f8f9fa;border-radius:12px;min-height:300px;overflow:hidden;position:relative}.product-image-section img{border-radius:12px;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.product-info-section{gap:1.5rem}.product-description-section h3,.product-specifications h3{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.product-description-section p{color:#666;line-height:1.6;margin:0}.spec-grid{display:flex;flex-direction:column;gap:.75rem}.spec-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.5rem 0}.spec-label{color:#666;font-weight:500}.spec-value{color:#333;font-weight:500}.product-cart-section{background:#f8f9fa;border-radius:12px;margin-top:1rem;padding:1.5rem}.quantity-section{margin-bottom:1.5rem}.quantity-section label{display:block;font-weight:500;margin-bottom:.5rem}.quantity-controls{gap:.5rem}.quantity-btn{border-radius:8px;font-size:1.2rem;height:36px;width:36px}.quantity-display{border-radius:8px;font-size:1rem;height:36px;width:50px}.add-to-cart-detailed{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease;width:100%}.add-to-cart-detailed:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.add-to-cart-detailed:disabled{cursor:not-allowed;opacity:.7;transform:none}.login-prompt{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;border-radius:12px;padding:2rem}.auth-message{color:#495057;display:flex;justify-content:center;margin-bottom:1.5rem}.auth-message,.login-to-cart-btn{align-items:center;font-size:1.1rem;gap:.5rem}.login-to-cart-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.login-to-cart-btn:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}@media (max-width:768px){.product-modal-wrapper{padding:1rem}.product-modal-body{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.product-modal-header{padding:1.5rem 1.5rem 1rem}.product-modal-header h2{font-size:1.5rem}.product-image-section{min-height:250px}}@media (max-width:480px){.product-modal-wrapper{padding:.5rem}.product-modal-content{border-radius:12px;max-height:95vh}.product-modal-body{gap:1rem;padding:1rem}.product-modal-header{padding:1rem 1rem .5rem}.product-modal-header h2{font-size:1.3rem}.product-modal-close{font-size:1.3rem;height:36px;right:1rem;top:1rem;width:36px}}.product-details-page{background:#f8f9fa;min-height:100vh;padding:2rem 0}.product-details-page .container{margin:0 auto;max-width:1200px;padding:0 2rem}.product-details-page.loading .loading-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:4rem 2rem;text-align:center}.product-details-page.loading .loading-spinner{height:60px;margin:0 auto 2rem;width:60px}.product-details-page.error .error-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:4rem 2rem;text-align:center}.error-icon{font-size:4rem;margin-bottom:1rem}.error-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.breadcrumb-nav{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:.5rem;margin-bottom:2rem;padding:1rem}.breadcrumb-link{background:none;border:none;color:#667eea;cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s ease}.breadcrumb-link:hover{color:#764ba2;text-decoration:underline}.breadcrumb-separator{color:#666;font-weight:500}.breadcrumb-current{color:#333;font-weight:600}.product-details-content{grid-gap:3rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:3rem}.product-image-section{align-items:flex-start;display:flex;justify-content:center}.product-main-image{background:#f8f9fa;border-radius:16px;box-shadow:0 8px 30px #0000001a;max-width:500px;overflow:hidden;position:sticky;top:2rem;width:100%}.product-main-image img{aspect-ratio:1;border-radius:16px;height:auto;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.product-main-image:hover img{transform:scale(1.02)}.product-info-section{display:flex;flex-direction:column;gap:2rem}.product-header h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.product-brand-badge{background:#e3f2fd;border-radius:20px;color:#1976d2;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.product-meta{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.meta-item{align-items:center;display:flex;justify-content:space-between}.meta-label{color:#666;font-weight:600}.meta-value{color:#333;font-weight:500}.product-description h3{color:#333;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.product-description p{color:#666;font-size:1.1rem;line-height:1.7;margin:0}.product-pricing-info h3{color:#333;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.pricing-card{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:4px solid #ff9800;border-radius:16px;padding:2rem}.pricing-header{align-items:center;color:#e65100;display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:1rem}.pricing-icon{font-size:1.3rem}.pricing-description{color:#bf360c;line-height:1.6;margin:0 0 1rem}.distributor-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.distributor-list li{color:#d84315;font-weight:500;padding:.5rem 0}.product-actions{background:#f8f9fa;border:2px solid #e9ecef;border-radius:16px;padding:2rem}.authenticated-actions{display:flex;flex-direction:column;gap:1.5rem}.quantity-section{display:flex;flex-direction:column;gap:.75rem}.quantity-section label{color:#333;font-size:1.1rem;font-weight:600}.quantity-controls{align-items:center;display:flex;gap:.75rem;justify-content:flex-start}.quantity-btn{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:12px;color:#666;cursor:pointer;display:flex;font-size:1.3rem;font-weight:700;height:45px;justify-content:center;transition:all .3s ease;width:45px}.quantity-btn:hover:not(:disabled){border-color:#667eea;color:#667eea;transform:scale(1.05)}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-display{align-items:center;background:#fff;border:2px solid #e9ecef;color:#333;display:flex;height:45px;justify-content:center;min-width:60px;text-align:center}.add-to-cart-btn.large,.quantity-display{border-radius:12px;font-size:1.2rem;font-weight:700}.add-to-cart-btn.large{padding:1.25rem 2rem;width:100%}.action-buttons{display:flex;gap:1rem;margin-top:1rem}.action-buttons .btn{flex:1 1}.login-required-section{display:flex;flex-direction:column;gap:2rem}.login-prompt{background:linear-gradient(135deg,#f3e5f5,#e1bee7);border:2px solid #ce93d8;border-radius:16px;padding:3rem 2rem;text-align:center}.prompt-icon{font-size:3rem;margin-bottom:1rem}.login-prompt h3{color:#4a148c;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.login-prompt p{color:#6a1b9a;font-size:1.1rem;line-height:1.6;margin:0 0 2rem}.auth-buttons{display:flex;gap:1rem;justify-content:center}.auth-buttons .btn{min-width:120px}.navigation-buttons{display:flex;justify-content:center}.navigation-buttons .btn{min-width:200px}@media (max-width:968px){.product-details-content{gap:2rem;grid-template-columns:1fr;padding:2rem}.product-main-image{max-width:400px;position:static}.product-header h1{font-size:2rem}}@media (max-width:768px){.product-details-page{padding:1rem 0}.product-details-page .container{padding:0 1rem}.breadcrumb-nav{flex-wrap:wrap;gap:.25rem;padding:.75rem}.product-details-content{gap:1.5rem;padding:1.5rem}.product-header h1{font-size:1.75rem}.auth-buttons,.error-actions{align-items:center;flex-direction:column}.action-buttons{flex-direction:column}}@media (max-width:480px){.breadcrumb-nav{font-size:.9rem}.breadcrumb-current{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-details-content{padding:1rem}.product-header h1{font-size:1.5rem}.pricing-card,.product-actions{padding:1.5rem}.login-prompt{padding:2rem 1rem}}.process-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #667eea;border-radius:12px;margin:1rem 0;padding:1.5rem}.process-steps{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.process-step{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;gap:1rem;padding:.75rem}.process-step,.step-number{align-items:center;display:flex}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-size:.9rem;font-weight:700;height:30px;justify-content:center;width:30px}.step-text{color:#495057;font-weight:500}.pending-status{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #ffc107;border-radius:12px;display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0;padding:1.5rem}.step-icon{font-size:1.2rem;text-align:center;width:30px}.quotation-responses-empty{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px dashed #dee2e6;border-radius:12px;padding:3rem 2rem;text-align:center}.quotation-responses-empty h3{color:#495057;font-size:1.5rem;margin-bottom:1rem}.quotation-responses-empty p{color:#6c757d;line-height:1.6;margin-bottom:1rem}.checkout-page{margin:0 auto;max-width:1000px;padding:2rem}.checkout-progress{display:flex;gap:2rem;justify-content:center;margin:2rem 0}.checkout-progress .step{background:#f8f9fa;border-radius:8px;color:#6c757d;font-weight:500;padding:1rem 1.5rem;position:relative}.checkout-progress .step.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.checkout-progress .step.completed{background:#28a745;color:#fff}.step-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:2rem 0;padding:2rem}.cart-item-summary{align-items:center;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:1rem;margin:1rem 0;padding:1rem}.cart-item-summary img{border-radius:8px;height:80px;object-fit:cover;width:80px}.process-status{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;display:flex;flex-direction:column;gap:1rem;margin:2rem 0;padding:1.5rem}.status-step{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;gap:1rem;padding:.75rem}.status-step.completed span{color:#28a745}.status-step.current span{color:#ffc107}.status-step.pending span{color:#6c757d}.quotes-comparison{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.quote-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;padding:1.5rem;transition:all .3s ease}.quote-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea26}.quote-card.selected{background:linear-gradient(135deg,#f8fff9,#e8f5e8);border-color:#28a745}.quote-details{margin:1rem 0}.quote-details p{color:#495057;margin:.5rem 0}.selected-indicator{background:#28a745;border-radius:20px;color:#fff;font-weight:700;margin-top:1rem;padding:.5rem 1rem;text-align:center}.checkout-actions{margin:2rem 0;text-align:center}.order-summary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin:1.5rem 0;padding:1.5rem}.admin-quotations{padding:2rem}.admin-quotations-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 10px 30px #0000001a;color:#fff;margin-bottom:2rem;padding:2rem}.admin-quotations-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.admin-quotations-header p{font-size:1.1rem;margin:0 0 1.5rem;opacity:.9}.header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.filter-section{align-items:center;display:flex;gap:.5rem}.filter-section label{font-size:.9rem;font-weight:600}.status-filter{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background .3s ease}.status-filter:hover{background:#ffffff4d}.status-filter option{background:#333;color:#fff}.quotations-table{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem}.quotations-table h2{color:#333;font-size:1.5rem;margin:0 0 1.5rem}.quotations-table table{border-collapse:collapse;margin-top:1rem;width:100%}.quotations-table td,.quotations-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.quotations-table th{background:#f8f9fa;color:#333;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.quotations-table tr:hover{background:#f8f9fa}.status-badge{display:inline-block}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.completed{background:#d4edda;color:#155724}.response-count{color:#667eea;font-size:.9rem;font-weight:600}.btn-sm{font-size:.8rem;padding:.5rem 1rem}.btn-sm:disabled{cursor:not-allowed;opacity:.5}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:15px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.modal-content h3{color:#333;margin:0 0 1rem}.form-group{margin:1rem 0}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none}.text-muted{color:#6c757d;font-size:.8rem;margin-top:.25rem}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.modal-actions .btn{flex:1 1}.admin-quotations-loading{padding:4rem 2rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background:#fee;border-left:4px solid #c33;border-radius:8px;color:#c33;margin-bottom:2rem;padding:1rem}@media (max-width:768px){.admin-quotations{padding:1rem}.header-actions{align-items:stretch;flex-direction:column}.filter-section{justify-content:space-between}.quotations-table{padding:1rem}.quotations-table table{font-size:.8rem}.modal-content{margin:1rem;padding:1.5rem}}.customer-quotations{min-height:80vh;padding:2rem 0}.customer-quotations .container{margin:0 auto;max-width:1200px;padding:0 1rem}.quotations-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 10px 30px #0000001a;color:#fff;margin-bottom:2rem;padding:2rem;text-align:center}.quotations-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.quotations-header p{font-size:1.1rem;margin:0 0 1.5rem;opacity:.9}.auth-required{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:4rem 2rem;text-align:center}.auth-required h2{color:#333;margin-bottom:1rem}.empty-state,.loading-state{padding:4rem 2rem;text-align:center}.empty-state{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a}.empty-state h3{color:#333;margin-bottom:1rem}.quotations-list{display:flex;flex-direction:column;gap:1.5rem}.quotation-request-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.quotation-request-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-5px)}.request-header{align-items:flex-start;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem}.request-info h4{color:#333;font-size:1.3rem;margin:0 0 .5rem}.brand{color:#666;font-size:.9rem;margin-bottom:1rem}.request-details{color:#555;display:flex;font-size:.9rem;gap:2rem}.request-status{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.status-badge{border-radius:20px;font-size:.8rem;font-weight:600;padding:.5rem 1rem;text-transform:uppercase}.status-badge.text-warning{background:#fff3cd;color:#856404}.status-badge.text-success{background:#d4edda;color:#155724}.status-badge.text-muted{background:#f8f9fa;color:#6c757d}.request-details-expanded{background:#f8f9fa;padding:1.5rem}.product-image{margin-bottom:1.5rem;text-align:center}.product-image img{border-radius:10px;box-shadow:0 5px 15px #0000001a;height:auto;max-width:200px}.responses-section h5{color:#333;font-size:1.2rem;margin:0 0 1rem}.responses-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.response-card{background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:1rem;transition:all .3s ease}.response-card:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea1a}.distributor-info h6{color:#333;font-size:1.1rem;margin:0 0 .25rem}.distributor-type{background:#e9ecef;border-radius:15px;color:#495057;font-size:.8rem;padding:.25rem .5rem}.response-details{margin:1rem 0}.price-info{margin-bottom:1rem;text-align:center}.price{color:#28a745;font-size:2rem;font-weight:700}.price-label{color:#666;display:block;font-size:.9rem;margin-top:.25rem}.delivery-info{color:#555;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:1rem}.total-info{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem;text-align:center}.total-price{color:#333;font-size:1.2rem;font-weight:600}.response-actions{margin-top:1rem;text-align:center}.no-responses{color:#666;padding:2rem;text-align:center}.no-responses p{margin:.5rem 0}@media (max-width:768px){.request-header{flex-direction:column;gap:1rem}.request-status{align-items:flex-start}.request-details{flex-direction:column;gap:.5rem}.responses-grid{grid-template-columns:1fr}.delivery-info{flex-direction:column;gap:.5rem}}.admin-actions{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-top:2rem;padding:2rem}.admin-actions h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.action-buttons{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.action-btn{align-items:center;background:#fff;border:2px solid #e1e5e9;border-radius:12px;cursor:pointer;display:flex;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.action-btn:hover{border-color:#007bff;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.action-icon{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;font-size:2.5rem;height:60px;justify-content:center;margin-right:1rem;width:60px}.action-content h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.action-content p{color:#666;font-size:.9rem;line-height:1.4;margin:0}.action-btn.orders:hover{background:#fff5f5;border-color:#dc3545}.action-btn.orders .action-icon{background:#ffe6e6}.action-btn.customers:hover{background:#f0fff4;border-color:#28a745}.action-btn.customers .action-icon{background:#e6ffe6}.action-btn.products:hover{background:#f0f8ff;border-color:#007bff}.action-btn.products .action-icon{background:#e6f3ff}.action-btn.quotations:hover{background:#fffbf0;border-color:#ffc107}.action-btn.quotations .action-icon{background:#fff2e6}.action-btn.distributors:hover{background:#f8f0ff;border-color:#6f42c1}.action-btn.distributors .action-icon{background:#f0e6ff}.action-btn.reports:hover{background:#f0f9ff;border-color:#17a2b8}.action-btn.reports .action-icon{background:#e6f9ff}@media (max-width:768px){.action-buttons{grid-template-columns:1fr}.action-btn{padding:1rem}.action-icon{font-size:2rem;height:50px;width:50px}}.notification-dropdown{display:inline-block;position:relative;z-index:1000}.notification-trigger{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;padding:.5rem;position:relative;transition:all .3s ease;width:40px;z-index:1001}.notification-trigger:hover{background:#ffffff1a;transform:scale(1.05)}.notification-icon{color:#fff;font-size:1.2rem}.notification-badge{align-items:center;animation:pulse 2s infinite;background:#ff4757;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;pointer-events:none;position:absolute;right:-5px;top:-5px;width:20px;z-index:1002}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.notification-panel{animation:slideDown .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-height:500px;overflow:hidden;position:absolute;right:0;top:100%;width:350px;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e9ecef;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.5rem}.notification-header h3{font-size:1.1rem;font-weight:600;margin:0}.notification-actions{display:flex;gap:.5rem}.btn-clear-all,.btn-mark-all-read{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.25rem;transition:background-color .3s ease}.btn-clear-all:hover,.btn-mark-all-read:hover{background:#fff3}.notification-list{max-height:350px;overflow-y:auto}.notification-item{border-bottom:1px solid #f8f9fa;cursor:pointer;padding:1rem 1.5rem;position:relative;transition:background-color .3s ease}.notification-item:hover{background:#f8f9fa}.notification-item.unread{background:#fff3cd;border-left:4px solid #ffc107}.notification-item.unread:hover{background:#ffeaa7}.notification-content{display:flex;flex-direction:column;gap:.5rem}.notification-title{color:#333;font-size:.95rem;font-weight:600}.notification-message{color:#666;font-size:.9rem;line-height:1.4}.notification-time{color:#999;font-size:.8rem}.unread-indicator{background:#ff4757;border-radius:50%;height:8px;position:absolute;right:1rem;top:1rem;width:8px}.no-notifications{color:#666;padding:2rem;text-align:center}.notification-footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:1rem 1.5rem}.btn-view-all{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem;transition:transform .3s ease;width:100%}.btn-view-all:hover{transform:translateY(-2px)}@media (max-width:768px){.notification-panel{right:-50px;width:300px}.notification-footer,.notification-header,.notification-item{padding:.75rem 1rem}}@media (max-width:480px){.notification-panel{right:-80px;width:280px}}.customer-quotations .brand{margin-bottom:.25rem!important}.customer-quotations .request-info .brand{border-bottom:none!important;margin-bottom:0!important}.customer-quotations .request-info .product-id{color:#888;font-family:monospace;font-size:.8em;margin:0 0 5px}
/*# sourceMappingURL=main.64023d8f.css.map*/