*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;color:#333;line-height:1.6}.navbar{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:#2d3436;text-decoration:none}.navbar-menu{display:flex;gap:1rem;align-items:center}.nav-link{text-decoration:none;color:#2d3436;padding:.5rem 1rem;border-radius:8px;transition:background .3s}.nav-link:hover{background:#f1f3f5}.admin-welcome{font-weight:600;color:#3498db;cursor:default}.admin-welcome:hover{background:transparent}.cart-link{position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background:#e74c3c;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.btn-logout,.btn-signup{padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;font-size:1rem;transition:all .3s}.btn-logout{background:#e74c3c;color:#fff}.btn-logout:hover{background:#c0392b}.btn-signup{background:#3498db;color:#fff;text-decoration:none;display:inline-block}.btn-signup:hover{background:#2980b9}.floating-cart-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #e1e8ed;box-shadow:0 -2px 8px #0000001a;z-index:999;animation:slideIn .3s ease-out}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.admin-header h2{margin:0}.analytics-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.analytics-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;text-align:center}.analytics-card.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.status-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.status-card{padding:1.5rem;background:#f8f9fa;border-radius:8px;text-align:center}.top-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.top-product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.product-rank{font-size:1.4rem;font-weight:700;color:#3498db}@media(max-width:768px){.admin-header{flex-direction:column;align-items:flex-start}.analytics-cards,.status-cards,.top-products{grid-template-columns:1fr}}.floating-cart-footer.slide-up{animation:slideUp .6s ease-out}.cart-footer-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;max-width:1200px;margin:0 auto;width:100%}.cart-items-info{display:flex;flex-direction:column;gap:.25rem}.cart-count{font-size:.9rem;color:#636e72;font-weight:500;display:flex;align-items:center;gap:.5rem}.cart-amount{font-size:1.3rem;font-weight:700;color:#2d3436}.checkout-btn{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:all .3s;box-shadow:0 4px 12px #3498db4d}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3498db66;background:linear-gradient(135deg,#2980b9,#1f618d)}.checkout-btn:active{transform:translateY(0)}.checkout-btn i{font-size:.85rem}.cart-footer-spacer{height:100px;pointer-events:none}@media(max-width:768px){.cart-footer-content{padding:.75rem 1rem}.cart-count{font-size:.8rem}.cart-amount{font-size:1.1rem}.checkout-btn{padding:.6rem 1rem;font-size:.9rem}.cart-footer-spacer{height:80px}}.hamburger-menu{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.hamburger-menu span{width:25px;height:3px;background:#2d3436;border-radius:3px;transition:all .3s}.hamburger-menu:hover span{background:#3498db}.auth-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-box{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #0000001a;width:100%;max-width:400px}.auth-box h2{margin-bottom:1.5rem;text-align:center;color:#2d3436}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e1e8ed;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db}.password-group{position:relative;display:flex;align-items:center}.password-group input{padding-right:2.5rem}.password-toggle{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:all .2s;color:#636e72}.password-toggle:hover{color:#3498db}.file-input{padding:.5rem!important;cursor:pointer}.checkbox-inline{display:flex;align-items:center;gap:.25rem;cursor:pointer}.checkbox-inline input[type=checkbox]{width:auto;margin:0}.image-preview-inline{width:clamp(160px,30vw,220px);max-width:100%;height:clamp(160px,30vw,220px);margin-top:1rem;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden}.image-preview-inline img{width:100%;height:100%;display:block;object-fit:contain}.image-preview{margin-top:1rem;border:2px solid #e1e8ed;border-radius:8px;overflow:hidden;max-width:200px}.image-preview img{width:100%;height:auto;display:block}.error-message{background:#ffe5e5;color:#e74c3c;padding:.75rem;border-radius:8px;margin-bottom:1rem;text-align:center}.auth-link{text-align:center;margin-top:1rem;color:#555}.auth-links{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-top:1rem}.auth-link a{color:#3498db;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s;font-weight:500}.btn-primary{background:#3498db;color:#fff;width:100%}.btn-primary:hover:not(:disabled){background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.btn-primary:disabled{background:#95a5a6;cursor:not-allowed}.btn-secondary{background:#95a5a6;color:#fff;white-space:nowrap}.btn-secondary:hover{background:#7f8c8d}.home-container{max-width:1200px;margin:0 auto;padding:1.5rem}.home-header{text-align:center;margin-bottom:2rem}.home-header h1{font-size:2rem;color:#2d3436;margin-bottom:.5rem}.home-header p{font-size:1rem;color:#636e72}.login-prompt{margin-top:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #667eea4d;display:inline-block}.prompt-text{color:#fff!important;font-size:1rem;font-weight:500;margin:0}.frequent-section,.categories-section,.products-section{margin-bottom:2rem}.frequent-section h2,.categories-section h2,.products-section h2{font-size:1.5rem;margin-bottom:1rem;color:#2d3436;font-weight:600}.category-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.category-tab{padding:.4rem 1rem;border:1px solid #e1e8ed;background:#fff;border-radius:20px;cursor:pointer;transition:all .2s;font-size:.9rem;font-weight:500}.category-tab:hover{border-color:#3498db;background:#f0f8ff}.category-tab.active{background:#3498db;color:#fff;border-color:#3498db}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.no-products{text-align:center;color:#636e72;font-size:1rem;padding:1.5rem}.product-card{background:#fff;border-radius:10px;padding:.75rem;box-shadow:0 1px 4px #00000014;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.product-image-container{position:relative;width:100%;height:140px;margin-bottom:.5rem}.product-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.out-of-stock-overlay{position:absolute;inset:0;background:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:700}.product-info{flex:1;display:flex;flex-direction:column}.product-name{font-size:1.1rem;margin-bottom:.25rem;color:#2d3436}.product-size{font-size:.85rem;color:#3498db;font-weight:600;margin-bottom:.25rem}.product-category{font-size:.9rem;color:#636e72;margin-bottom:.75rem}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.2rem;font-weight:700;color:#2d3436}.btn-add-cart{padding:.5rem 1rem;background:#27ae60;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s}.btn-add-cart:hover:not(:disabled){background:#229954}.btn-add-cart:disabled{background:#95a5a6;cursor:not-allowed}.cart-container{max-width:900px;margin:0 auto;padding:1.5rem}.cart-container h2{font-size:1.6rem;margin-bottom:1.5rem;color:#2d3436;font-weight:600}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px}.empty-cart h2{margin-bottom:1rem}.empty-cart p{color:#636e72;margin-bottom:2rem}.empty-products{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;margin:2rem 0}.empty-products h2{margin-bottom:1rem;color:#2d3436}.empty-products p{color:#636e72;margin-bottom:1rem}.empty-products .info-text{font-size:.9rem;font-style:italic;color:#95a5a6}.cart-items{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #e1e8ed}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1}.cart-item-details h3{font-size:1.1rem;margin-bottom:.25rem}.cart-item-price{color:#636e72}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.qty-btn{width:32px;height:32px;border:2px solid #e1e8ed;background:#fff;border-radius:6px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s}.qty-btn:hover{border-color:#3498db;background:#3498db;color:#fff}.qty-display{font-weight:700;min-width:30px;text-align:center}.cart-item-total{font-weight:700;font-size:1.1rem;min-width:80px;text-align:right}.btn-remove{background:none;border:none;cursor:pointer;font-size:1.5rem;transition:transform .3s}.btn-remove:hover{transform:scale(1.2)}.cart-summary{background:#fff;border-radius:12px;padding:1.5rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e1e8ed}.summary-total{display:flex;justify-content:space-between;padding:1rem 0;font-size:1.3rem;font-weight:700}.cart-actions{display:flex;gap:1rem;margin-top:1.5rem}.cart-actions button{flex:1}.checkout-box{background:#fff;border-radius:12px;padding:2rem;max-width:600px;margin:0 auto}.delivery-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.delivery-info h3{font-size:1.2rem;margin-bottom:1rem;color:#2d3436}.info-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e1e8ed}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#636e72}.info-value{color:#2d3436;text-align:right;max-width:60%;word-wrap:break-word}.order-summary{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.order-summary h3{margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;padding:.5rem 0}.payment-options{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e1e8ed;border-radius:8px;cursor:pointer;transition:all .3s}.payment-option:hover{border-color:#3498db}.payment-option input[type=radio]{width:auto}.checkout-actions{display:flex;gap:1rem;margin-top:2rem}.checkout-actions button{flex:1}.orders-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.orders-container h2{font-size:2rem;margin-bottom:2rem;color:#2d3436}.empty-orders{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px}.empty-orders h2{margin-bottom:1rem}.empty-orders p{color:#636e72;margin-bottom:2rem}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border-radius:10px;padding:1rem;box-shadow:0 1px 4px #00000014}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e1e8ed}.order-header h3{font-size:1.1rem;margin-bottom:.25rem}.order-date{color:#636e72;font-size:.85rem}.order-total{text-align:right}.total-label{display:block;color:#636e72;font-size:.9rem;margin-bottom:.25rem}.total-amount{font-size:1.5rem;font-weight:700;color:#27ae60}.order-items{margin:1rem 0}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;color:#555}.order-details{margin:1rem 0;padding:1rem;background:#f8f9fa;border-radius:8px}.order-info p{margin:.5rem 0}.order-status{margin-top:1.5rem}.order-status h4{margin-bottom:1rem}.order-timeline{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.timeline-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.timeline-dot{width:40px;height:40px;border-radius:50%;background:#e1e8ed;border:3px solid #e1e8ed;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;z-index:1;transition:all .3s}.timeline-dot.completed{background:#27ae60;border-color:#27ae60}.timeline-dot.current{border-color:#3498db;background:#3498db;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 #3498dbb3}50%{box-shadow:0 0 0 10px #3498db00}}.timeline-label{margin-top:.5rem;font-size:.85rem;text-align:center;color:#636e72;font-weight:500}.timeline-line{position:absolute;top:20px;left:50%;width:100%;height:3px;background:#e1e8ed;z-index:0}.timeline-line.completed{background:#27ae60}.admin-container{max-width:1200px;margin:0 auto;padding:1.5rem}.admin-header{text-align:center;margin-bottom:1.5rem}.admin-header h2{font-size:1.8rem;color:#2d3436;margin-bottom:.5rem;font-weight:600}.admin-subtitle{color:#636e72;font-size:1rem}.admin-quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.action-card{background:#fff;border-radius:10px;padding:1.5rem;text-align:center;box-shadow:0 1px 4px #00000014;transition:all .2s;text-decoration:none;color:inherit;border:2px solid transparent}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f;border-color:#3498db}.action-icon{font-size:2.5rem;margin-bottom:.75rem}.action-card h3{color:#2d3436;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.action-card p{color:#636e72;font-size:.85rem}.dashboard-section{margin-top:1.5rem}.dashboard-section h3{font-size:1.3rem;color:#2d3436;margin-bottom:1rem;font-weight:600}.admin-nav{display:flex;gap:1rem}.order-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-btn{padding:.4rem 1rem;border:1px solid #e1e8ed;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9rem}.filter-btn:hover{border-color:#3498db}.filter-btn.active{background:#3498db;color:#fff;border-color:#3498db}.admin-orders-list{display:flex;flex-direction:column;gap:1rem}.admin-order-card{background:#fff;border-radius:10px;padding:1rem;box-shadow:0 1px 4px #00000014}.order-customer{margin:.75rem 0;padding:.75rem;background:#f8f9fa;border-radius:6px;font-size:.9rem}.order-customer p{margin:.3rem 0}.order-actions{margin-top:1rem}.order-actions h4{margin-bottom:.75rem}.status-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-status{padding:.5rem 1rem;border:2px solid #e1e8ed;background:#fff;border-radius:6px;cursor:pointer;transition:all .3s}.btn-status:hover{background:#3498db;color:#fff;border-color:#3498db}.btn-delivered{border-color:#27ae60;color:#27ae60}.btn-delivered:hover{background:#27ae60;color:#fff}.product-form{background:#fff;padding:1rem;border-radius:10px;margin-bottom:1rem;box-shadow:0 1px 4px #00000014}.product-form h3{margin-bottom:.75rem;font-size:1rem;font-weight:600}.form-grid{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:nowrap;margin-bottom:.75rem;overflow-x:auto}.form-grid .form-group{flex:1;min-width:150px;margin-bottom:0;display:flex;flex-direction:column}.form-grid .form-group label{font-size:.85rem;margin-bottom:.25rem;display:block;white-space:nowrap}.form-grid .form-group input,.form-grid .form-group select{padding:.5rem;font-size:.9rem}.checkbox-inline{display:flex;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;padding:.5rem 0;margin-top:auto;height:38px}.checkbox-inline input[type=checkbox]{width:auto;margin:0;cursor:pointer}@media(max-width:768px){.form-grid{flex-direction:column;align-items:stretch;gap:1rem;overflow-x:visible}.form-grid .form-group{min-width:auto;flex:1}.form-grid .form-group label{white-space:normal;font-size:.9rem}.form-grid .form-group input,.form-grid .form-group select{padding:.7rem;font-size:1rem}.checkbox-inline{justify-content:flex-start;padding:1rem 0;height:auto;margin-top:0}.product-form{padding:1rem}.product-form h3{font-size:1.3rem;margin-bottom:1rem}}.inventory-table{background:#fff;border-radius:10px;overflow-x:auto;box-shadow:0 1px 4px #00000014}.inventory-table table{width:100%;border-collapse:collapse;font-size:.9rem}.inventory-table th,.inventory-table td{padding:.75rem;text-align:left;border-bottom:1px solid #f1f3f5}.inventory-table th{background:#f8f9fa;font-weight:600;color:#2d3436;font-size:.85rem}.inventory-image{width:clamp(64px,8vw,96px);height:clamp(64px,8vw,96px);max-width:100%;object-fit:contain;border-radius:6px;background:#f7f9fb;border:1px solid #e1e8ed;padding:4px;display:block;flex-shrink:0}.stock-toggle{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s}.stock-toggle.in-stock{background:#d4edda;color:#155724}.stock-toggle.out-of-stock{background:#f8d7da;color:#721c24}.stock-count{display:inline-block;padding:.4rem .8rem;background:#e8f5e9;color:#2e7d32;border-radius:6px;font-weight:600;font-size:.95rem}.stock-count.zero-stock{background:#ffebee;color:#c62828}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-edit,.btn-delete{padding:.4rem .75rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.85rem}.btn-edit{background:#3498db;color:#fff}.btn-edit:hover{background:#2980b9}.btn-delete{background:#e74c3c;color:#fff}.btn-delete:hover{background:#c0392b}@media(max-width:480px){.form-actions{display:flex;gap:.5rem;margin-top:.75rem;justify-content:flex-end}.inventory-table{background:#fff;border-radius:10px;overflow-x:auto;box-shadow:0 1px 4px #00000014}.inventory-table table{width:100%;border-collapse:collapse;font-size:.9rem}.inventory-table th,.inventory-table td{padding:.75rem;text-align:left;border-bottom:1px solid #f1f3f5}.inventory-table th{background:#f8f9fa;font-weight:600;color:#2d3436;font-size:.85rem}.inventory-image{width:clamp(64px,8vw,96px);height:clamp(64px,8vw,96px);max-width:100%;object-fit:contain;border-radius:6px;background:#f7f9fb;border:1px solid #e1e8ed;padding:4px;display:block;flex-shrink:0}.stock-toggle{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s}.stock-toggle.in-stock{background:#d4edda;color:#155724}.stock-toggle.out-of-stock{background:#f8d7da;color:#721c24}.stock-count{display:inline-block;padding:.4rem .8rem;background:#e8f5e9;color:#2e7d32;border-radius:6px;font-weight:600;font-size:.95rem}.stock-count.zero-stock{background:#ffebee;color:#c62828}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-edit,.btn-delete{padding:.4rem .75rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.85rem}.btn-edit{background:#3498db;color:#fff}.btn-edit:hover{background:#2980b9}.btn-delete{background:#e74c3c;color:#fff}.btn-delete:hover{background:#c0392b}.analytics-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.analytics-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center}.analytics-card.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.analytics-card h3{font-size:.9rem;margin-bottom:.75rem;color:inherit;opacity:.8}.card-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.card-label{font-size:.9rem;opacity:.7}.analytics-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem}.analytics-section h3{font-size:1.5rem;margin-bottom:1.5rem}.status-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.status-card{padding:1.5rem;background:#f8f9fa;border-radius:8px;text-align:center}.status-count{font-size:2.5rem;font-weight:700;color:#3498db;margin-bottom:.5rem}.status-label{color:#636e72;font-size:.9rem}.top-products{display:flex;flex-direction:column;gap:1rem}.top-product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.product-rank{font-size:1.5rem;font-weight:700;color:#3498db;min-width:50px}.product-name{flex:1;font-weight:500}.product-quantity{color:#636e72}.no-data{text-align:center;color:#636e72;padding:2rem}.loading{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#636e72}@media(max-width:768px){.hamburger-menu{display:flex}.navbar-container{flex-direction:row;gap:0}.navbar-menu{position:fixed;top:70px;right:-100%;width:250px;height:calc(100vh - 70px);background:#fff;flex-direction:column;padding:2rem 1rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out;gap:.5rem;align-items:flex-start}.navbar-menu.mobile-open{right:0}.navbar-menu .nav-link,.navbar-menu .btn-logout,.navbar-menu .btn-signup{width:100%;text-align:left;padding:.75rem 1rem;border-radius:8px}.navbar-menu .admin-welcome{width:100%}.home-header h1{font-size:1.8rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.cart-item{flex-wrap:wrap}.cart-item-image{width:60px;height:60px}.cart-actions{flex-direction:column}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.analytics-cards{grid-template-columns:1fr}.order-filters{flex-direction:column}.timeline-label{font-size:.7rem}.timeline-dot{width:30px;height:30px;font-size:.8rem}}.disabled-input{cursor:not-allowed;color:#636e72}#btn-link-forgot{color:#3498db;cursor:pointer;font-size:.95rem;text-decoration:underline;padding:.5rem 0;margin:0;display:inline;font-family:inherit;transition:color .3s;background:none;border:none}#btn-link-forgot:hover{color:#2980b9;text-decoration:underline}#btn-link-forgot:focus{outline:2px solid #3498db;outline-offset:2px}.btn-link{color:#3498db;cursor:pointer;font-size:.95rem;text-decoration:underline;padding:.5rem 0;margin:0;display:flex;justify-content:center;font-family:inherit;transition:color .3s;background:none;border:none}.btn-link:hover{color:#2980b9;text-decoration:underline}.btn-link:focus{outline:2px solid #3498db;outline-offset:2px}.otp-info{background:#f0f8ff;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #3498db}.otp-info p{margin:.5rem 0;font-size:.95rem;color:#333}.phone-display{font-weight:600;font-size:1.1rem;color:#3498db}.otp-actions{display:flex;gap:1.5rem;margin-top:1.5rem;justify-content:center;flex-wrap:wrap;align-items:center}.otp-actions .btn-link{padding:.5rem 1rem;white-space:nowrap}.upi-info{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-left:4px solid #4caf50;padding:1rem;border-radius:8px;margin-top:1rem;animation:slideInDown .3s ease-out}.upi-notice{margin:0;font-size:.95rem;line-height:1.6;color:#2e7d32;font-weight:500}.upi-notice strong{color:#1b5e20;font-weight:700}@media(max-width:768px){.upi-info{padding:.8rem;border-left-width:3px}.upi-notice{font-size:.9rem;line-height:1.5}}.upi-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}.upi-modal{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.upi-modal h3{margin:0 0 .5rem;color:#2c3e50;font-size:1.5rem;text-align:center}.upi-modal-subtitle{text-align:center;color:#7f8c8d;margin:0 0 1.5rem;font-size:.95rem}.upi-apps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.upi-app-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;border:2px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s;font-size:.95rem;font-weight:600;color:#2c3e50}.upi-app-btn:hover{border-color:#3498db;background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #3498db33}.upi-app-btn:active{transform:translateY(0)}.upi-app-icon{font-size:2.5rem}.upi-app-name{font-size:.9rem;text-align:center}.upi-cancel-btn{width:100%;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.upi-loading{text-align:center;padding:1.5rem 0}.upi-loading .spinner{border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}.upi-loading p{color:#7f8c8d;font-size:.95rem;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.upi-modal{padding:1.5rem;max-width:95%}.upi-apps-grid{gap:.75rem}.upi-app-btn{padding:1.2rem .8rem}.upi-app-icon{font-size:2rem}.upi-app-name{font-size:.85rem}}.floating-cart-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #e1e8ed;box-shadow:0 -2px 8px #0000001a;z-index:999;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.floating-cart-footer.slide-up{animation:slideUp .6s ease-out}@keyframes slideUp{0%{transform:translateY(0) scale(.95)}50%{transform:translateY(-10px) scale(1.02)}to{transform:translateY(0) scale(1)}}.cart-footer-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;max-width:1200px;margin:0 auto;width:100%}.cart-items-info{display:flex;flex-direction:column;gap:.25rem}.cart-count{font-size:.9rem;color:#636e72;font-weight:500;display:flex;align-items:center;gap:.5rem}.cart-amount{font-size:1.3rem;font-weight:700;color:#2d3436}.checkout-btn{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:all .3s;box-shadow:0 4px 12px #3498db4d}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3498db66;background:linear-gradient(135deg,#2980b9,#1f618d)}.checkout-btn:active{transform:translateY(0)}.checkout-btn i{font-size:.85rem}@media(max-width:768px){.cart-footer-content{padding:.75rem 1rem}.cart-count{font-size:.8rem}.cart-amount{font-size:1.1rem}.checkout-btn{padding:.6rem 1rem;font-size:.9rem}}.cart-footer-spacer{height:100px;pointer-events:none}@media(max-width:768px){.cart-footer-spacer{height:80px}}.profile-container{max-width:800px;margin:2rem auto;padding:0 1.5rem}.profile-container h2{font-size:2rem;color:#2d3436;margin-bottom:1.5rem}.profile-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e1e8ed}.tab-btn{padding:.75rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:500;color:#636e72;cursor:pointer;transition:all .3s;border-bottom:3px solid transparent;margin-bottom:-2px}.tab-btn.active{color:#3498db;border-bottom-color:#3498db}.tab-btn:hover{color:#3498db}.profile-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.profile-form .form-group{display:flex;flex-direction:column}.profile-form .form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500;text-align:left}.profile-form .password-group{position:relative;display:block}.profile-form .password-group input{width:100%;padding-right:2.5rem}.profile-form .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;font-size:1.1rem;padding:.25rem;display:flex;align-items:center;justify-content:center}.profile-form .password-toggle:hover{color:#3498db}.disabled-input{background:#f8f9fa;cursor:not-allowed;color:#636e72}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:8px;border:1px solid #c3e6cb;margin-bottom:1rem}@media(max-width:768px){.profile-tabs{flex-direction:column;gap:.5rem}.tab-btn{text-align:left;padding:.75rem 1rem}.profile-content{padding:1.5rem}}}
