.header{background-color:#2c3e50;color:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1400px;margin:0 auto}.logo-container{display:flex;justify-content:center}.logo{height:100px;width:auto}.search-container{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center}.search-bar{display:flex;width:100%;position:relative;background:#fff;border-radius:50px}.search-bar input{flex:1;padding:.8rem 1rem;border:none;border-radius:4px 0 0 4px;font-size:1rem}.search-button{background-color:#ff6b00;color:#fff;border:none;padding:0 1.5rem;border-radius:0 4px 4px 0;cursor:pointer;font-size:1rem;transition:background-color .3s}.search-button:hover{background-color:#e05d00}.quick-links{display:flex;justify-content:center;gap:2rem;margin-top:1rem;width:100%;align-items:center}.quick-links a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s;font-size:.9rem}.quick-links a:hover{color:#ff6b00}.app-download{display:flex;align-items:center;gap:.5rem;background-color:#ffffff1a;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.app-download:hover{background-color:#fff3}.app-download span{font-size:.9rem}.mobile-icon{font-size:1.2rem}.user-profile{position:relative;cursor:pointer;display:flex;align-items:center}.user-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.avatar-placeholder{width:30px;height:30px;border-radius:50%;background-color:#ff6b00;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.logout-text{position:absolute;top:100%;right:0;background-color:#e74c3c;color:#fff;padding:.5rem 1rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;z-index:10;white-space:nowrap}@media (min-width: 992px){.header-content{flex-direction:row;justify-content:space-between;align-items:flex-start}.logo-container{justify-content:flex-start}.search-container{align-items:center;margin-top:1rem}.app-download{margin-top:1rem}}.user-info{display:flex;align-items:center;gap:.5rem}.user-name{font-size:.9rem;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-results-dropdown{position:absolute;top:100%;left:0;width:100%;max-height:400px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-radius:0 0 4px 4px;box-shadow:0 4px 8px #0000001a;z-index:1000}.search-result-item{display:flex;align-items:center;padding:.8rem;cursor:pointer;transition:background-color .2s}.search-result-item:hover{background-color:#f5f5f5}.search-result-image{width:40px;height:40px;object-fit:cover;border-radius:4px;margin-right:1rem}.search-result-info{display:flex;flex-direction:column}.search-result-name{font-weight:500;margin-bottom:.2rem}.search-result-price{color:#ff6b00;font-size:.9rem}.app-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.app-modal{background:#fff;padding:2rem;border-radius:8px;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 20px #00000026}.app-modal h3{color:#2c3e50;margin-bottom:1rem}.app-modal p{color:#666;margin-bottom:1.5rem}.modal-ok-button{background:#ff6b00;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}.modal-ok-button:hover{background:#e05d00}.user-profile{position:relative}.logout-button{position:absolute;top:100%;right:0;background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;transition:background-color .3s;z-index:10}.logout-button:hover{background:#c0392b}@media (max-width: 768px){.user-name{display:none}.search-results-dropdown{width:calc(100% - 2rem);left:1rem}}.hero{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#f5f5f5;gap:2rem}.hero-content{text-align:center;max-width:600px}.hero-content h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem}.hero-content p{font-size:1.2rem;color:#333;margin-bottom:2rem}.cta-button{background-color:#ff6b00;color:#fff;border:none;padding:.8rem 2rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s}.cta-button:hover{background-color:#e05d00}.hero-image img{width:100%;max-width:600px;height:auto;border-radius:8px}@media (min-width: 992px){.hero{flex-direction:row;justify-content:space-between;padding:4rem}.hero-content{text-align:left}.hero-content h1{font-size:3rem}}.categories{padding:2rem;text-align:center;background-color:#fff}.categories h2{font-size:2rem;margin-bottom:2rem;color:#1a1a1a}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.category-card{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;transition:transform .3s,box-shadow .3s;text-decoration:none;color:#333}.category-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.category-icon{font-size:2.5rem;margin-bottom:1rem}.category-card h3{font-size:1.2rem}@media (min-width: 768px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-card a{text-decoration:none;color:inherit}.product-image{height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1rem}.product-info h3{font-size:1.1rem;margin-bottom:.5rem;color:#1a1a1a}.price{font-weight:700;color:#ff6b00;margin-bottom:.5rem}.category{font-size:.9rem;color:#666}.products-section{padding:2rem;background-color:#f5f5f5}.product-category{margin-bottom:3rem}.product-category h2{font-size:1.8rem;margin-bottom:1.5rem;color:#1a1a1a;border-bottom:2px solid #ff6b00;padding-bottom:.5rem;display:inline-block}.load-more{display:block;margin:2rem auto 0;padding:.8rem 2rem;background-color:#1a1a1a;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.load-more:hover{background-color:#333}.about{padding:3rem 2rem;background-color:#fff}.container{max-width:1200px;margin:0 auto}.about h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#1a1a1a}.about-content{display:flex;flex-direction:column;gap:2rem}.about-text h3,.about-guidelines h3{font-size:1.5rem;margin:1.5rem 0 1rem;color:#333}.about-text p,.about-guidelines li{margin-bottom:1rem;line-height:1.6;color:#555}.about-text ul,.about-guidelines ol{padding-left:1.5rem}.contact-info{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;margin-top:2rem}.contact-info h4{font-size:1.3rem;margin-bottom:1rem;color:#333}.contact-info p{margin-bottom:.5rem}@media (min-width: 992px){.about-content{flex-direction:row}.about-text{flex:2}.about-guidelines{flex:1}}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-bottom:2rem}.footer-section{margin-bottom:1.5rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#ff6b00}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#ddd}.footer-section p,.footer-section li{color:#bbb;margin-bottom:.5rem;line-height:1.6}.footer-section ul{list-style:none;padding:0}.social-icons{display:flex;gap:1.5rem;justify-content:center;margin-top:1rem}.social-icon{font-size:1.8rem;color:#bbb;cursor:pointer;transition:all .3s ease}.social-icon:hover{transform:translateY(-3px)}.social-icon:nth-child(1):hover{color:#1877f2}.social-icon:nth-child(2):hover{color:#e4405f}.social-icon:nth-child(3):hover{color:#25d366}@media (min-width: 768px){.social-icons{justify-content:flex-start}}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999;font-size:.9rem}@media (min-width: 768px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.footer-content{grid-template-columns:repeat(4,1fr)}}.cart-page{display:flex;flex-direction:column;min-height:100vh}.cart-container{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.cart-container h1{font-size:2rem;margin-bottom:2rem;color:#1a1a1a}.empty-cart{text-align:center;padding:3rem;background-color:#f9f9f9;border-radius:8px}.empty-cart p{font-size:1.2rem;margin-bottom:1.5rem}.checkout-button{width:100%;padding:1rem;background-color:#ff6b00;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1.5rem;transition:background-color .3s;text-align:center;text-decoration:none;display:block}.checkout-button:disabled{background-color:#ccc;cursor:not-allowed}.continue-shopping{display:block;text-decoration:none;justify-content:center;width:100%;padding:1rem;background-color:#1a1a1a;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1.5rem;transition:background-color .3s}.continue-shopping:hover{color:#ff6b00;text-decoration:underline}.cart-summary .checkout-button{margin-bottom:1rem}.cart-content{display:flex;flex-direction:column;gap:2rem}.cart-items{flex:2}.cart-item{display:flex;flex-wrap:wrap;align-items:center;padding:1.5rem;background-color:#fff;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a}.item-image{width:100px;height:100px;margin-right:1.5rem}.item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.item-details{flex:1;min-width:200px}.item-details h3{font-size:1.2rem;margin-bottom:.5rem}.category{color:#666;font-size:.9rem;margin-bottom:.5rem}.price{font-weight:700;color:#ff6b00}.item-quantity{margin:0 1.5rem}.item-quantity label{display:block;margin-bottom:.5rem;color:#333}.item-quantity input{width:60px;padding:.5rem;border:1px solid #ddd;border-radius:4px}.item-total{font-weight:700;margin:0 1.5rem;min-width:100px}.remove-item{background-color:#f33;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.remove-item:hover{background-color:#c00}.clear-cart{background-color:#666;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:4px;cursor:pointer;margin-top:1rem;transition:background-color .3s}.clear-cart:hover{background-color:#444}.cart-summary{flex:1;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.cart-summary h2{font-size:1.5rem;margin-bottom:1.5rem;color:#1a1a1a}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.summary-row.total{font-weight:700;font-size:1.1rem;border-bottom:none}.checkout-button{width:100%;padding:1rem;background-color:#ff6b00;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1.5rem;transition:background-color .3s}.checkout-button:hover{background-color:#e05d00}@media (min-width: 768px){.cart-content{flex-direction:row}.cart-summary{max-width:350px}}.login-page{display:flex;flex-direction:column;min-height:100vh;position:relative;background-color:#f5f5f5}.auth-container{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;flex:1;padding:2rem;transition:opacity .3s ease}.fade-in{opacity:1}.fade-out{opacity:0}.auth-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;width:100%;max-width:450px;transition:all .3s ease}.auth-card h1{font-size:1.8rem;margin-bottom:.5rem;color:#2c3e50;text-align:center}.auth-subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:.95rem}.google-auth-button{width:100%;padding:.8rem;background-color:#4285f4;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:1.5rem;transition:background-color .3s}.google-auth-button:hover{background-color:#357ae8}.google-icon{font-size:1.2rem}.auth-divider{display:flex;align-items:center;margin:1.5rem 0;color:#999;font-size:.9rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.auth-divider:before{margin-right:1rem}.auth-divider:after{margin-left:1rem}.auth-error{color:#e74c3c;background-color:#e74c3c1a;padding:.8rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.auth-form{margin-bottom:1.5rem}.form-group input{width:100%;padding:.8rem 1rem .8rem 3.5rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#ff6b00}.input-icon{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;color:#999;z-index:-1;display:none}.icon-separator{height:20px;width:1px;background-color:#ddd;margin-left:.8rem}.password-toggle{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer}.auth-options{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.forgot-password{color:#ff6b00;font-size:.9rem;text-decoration:none;transition:color .3s}.forgot-password:hover{color:#e05d00;text-decoration:underline}.auth-button{width:100%;padding:.8rem;background-color:#ff6b00;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s}.auth-button:hover{background-color:#e05d00}.auth-button:disabled{background-color:#ccc;cursor:not-allowed}.auth-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-switch{text-align:center;color:#666;font-size:.9rem;margin-bottom:1.5rem}.switch-button{background:none;border:none;color:#ff6b00;cursor:pointer;font-size:.9rem;margin-left:.3rem;padding:0;transition:color .3s}.switch-button:hover{color:#e05d00;text-decoration:underline}.auth-terms{text-align:center;color:#999;font-size:.8rem;line-height:1.5}.auth-terms a{color:#ff6b00;text-decoration:none;margin:0 .2rem}.auth-terms a:hover{text-decoration:underline}@media (max-width: 576px){.auth-card{padding:1.5rem}.auth-card h1{font-size:1.5rem}.form-group input{padding-left:3rem}.input-icon{left:.6rem}}.admin-sidebar{width:250px;background-color:#2c3e50;color:#fff;height:100vh;position:sticky;top:0;transition:all .3s}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h3{margin:0;font-size:1.2rem}.sidebar-nav{padding:1rem 0}.nav-item{display:flex;align-items:center;padding:.8rem 1.5rem;color:#fffc;text-decoration:none;transition:all .3s}.nav-item:hover{background-color:#ffffff1a;color:#fff}.nav-item.active{background-color:#ff6b00;color:#fff}.nav-icon{margin-right:.8rem;font-size:1rem}@media (max-width: 768px){.admin-sidebar{width:100%;height:auto;position:relative}.sidebar-nav{display:flex;overflow-x:auto}.nav-item{padding:1rem;white-space:nowrap}}.admin-header{background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logout-button{background-color:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.logout-button:hover{background-color:#c0392b}@media (max-width: 768px){.admin-header{padding:1rem}}.admin-layout{display:flex;min-height:100vh;background-color:#f5f7fa}.admin-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.admin-main{flex:1;padding:2rem;overflow-y:auto}.admin-loading,.admin-unauthorized{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem}@media (max-width: 768px){.admin-layout{flex-direction:column}.admin-main{padding:1rem}}.product-detail-page{display:flex;flex-direction:column;min-height:100vh}.product-detail-container{display:flex;flex-direction:column;gap:2rem;margin:2rem 0}.product-images{flex:1}.main-image{border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.main-image img{width:100%;height:auto;object-fit:cover}.product-info{flex:1}.product-info h1{font-size:2rem;margin-bottom:.5rem;color:#2c3e50}.product-meta{display:flex;gap:1rem;margin-bottom:1.5rem;color:#666}.category{background-color:#f0f0f0;padding:.3rem .8rem;border-radius:4px;font-size:.9rem}.price-section{margin:1.5rem 0}.price{font-size:1.8rem;font-weight:700;color:#ff6b00}.old-price{font-size:1.2rem;text-decoration:line-through;color:#999;margin-left:.8rem}.product-actions{display:flex;gap:1rem;margin:2rem 0}.add-to-cart,.buy-now{padding:1rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .3s}.add-to-cart{background-color:#2c3e50;color:#fff}.add-to-cart:hover{background-color:#1a2a3a}.buy-now{background-color:#ff6b00;color:#fff}.buy-now:hover{background-color:#e05d00}.product-description{margin:2rem 0;line-height:1.6}.product-specs{margin:2rem 0}.product-specs h3{margin-bottom:1rem}.product-specs table{width:100%;border-collapse:collapse}.product-specs td{padding:.8rem;border-bottom:1px solid #eee}.product-specs td:first-child{font-weight:500;color:#555;width:40%}.similar-products{margin:4rem 0}.similar-products h2{margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid #eee}.similar-products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}.loading-page,.product-not-found{display:flex;flex-direction:column;min-height:100vh}.back-to-home{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;background-color:#2c3e50;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s}.back-to-home:hover{background-color:#1a2a3a}@media (min-width: 768px){.product-detail-container{flex-direction:row}.similar-products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.similar-products-grid{grid-template-columns:repeat(4,1fr)}}.category-page{display:flex;flex-direction:column;min-height:100vh}.error-message{text-align:center;padding:2rem;color:#e74c3c;background-color:#e74c3c1a;border-radius:8px;margin:2rem 0}.error-message p{margin-bottom:1rem}.category-title{font-size:2.2rem;margin:2rem 0 .5rem;color:#2c3e50}.category-description{color:#666;margin-bottom:2rem}.category-products{margin:2rem 0}.products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}.no-products{text-align:center;padding:2rem;background-color:#f9f9f9;border-radius:8px}.category-info{margin:3rem 0;padding:2rem;background-color:#f9f9f9;border-radius:8px}.category-info h2{margin-bottom:1rem;color:#2c3e50}.category-info p{line-height:1.6;color:#555}.loading-page{display:flex;flex-direction:column;min-height:100vh}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid #ff6b00;width:40px;height:40px;animation:spin 1s linear infinite;margin:2rem auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 576px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 992px){.products-grid{grid-template-columns:repeat(4,1fr)}}.legal-page{display:flex;flex-direction:column;min-height:100vh}.legal-container{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.legal-content{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.legal-content h1{font-size:2.2rem;color:#2c3e50;margin-bottom:.5rem}.last-updated{color:#666;margin-bottom:2rem;font-size:.9rem}.legal-content section{margin-bottom:2rem}.legal-content h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.legal-content p{line-height:1.6;color:#555;margin-bottom:1rem}.contact-info{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.contact-info h3{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}@media (max-width: 768px){.legal-container{padding:1rem}.legal-content{padding:1.5rem}}.forgot-password-page{display:flex;flex-direction:column;min-height:100vh}.forgot-container{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem}.forgot-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;width:100%;max-width:450px}.forgot-card h1{font-size:1.8rem;margin-bottom:.5rem;color:#2c3e50;text-align:center}.forgot-subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:.95rem}.forgot-message{color:#27ae60;background-color:#27ae601a;padding:.8rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.forgot-error{color:#e74c3c;background-color:#e74c3c1a;padding:.8rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.forgot-form{margin-bottom:1.5rem}.form-group{position:relative;margin-bottom:1.2rem}.with-icon{width:100%;padding:.8rem .8rem .8rem 2.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.with-icon:focus{outline:none;border-color:#ff6b00}.input-icon{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);color:#999;z-index:2}.reset-button{width:100%;padding:.8rem;background-color:#ff6b00;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s}.reset-button:hover{background-color:#e05d00}.reset-button:disabled{background-color:#ccc;cursor:not-allowed}.back-to-login{text-align:center;color:#666;font-size:.9rem}.back-to-login a{color:#ff6b00;text-decoration:none;transition:color .3s}.back-to-login a:hover{color:#e05d00;text-decoration:underline}@media (max-width: 576px){.forgot-card{padding:1.5rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-page{padding:0rem;background-color:#f5f5f5;min-height:calc(100vh - 120px)}.checkout-container{max-width:1200px;margin:0 auto}.checkout-container h1{font-size:2rem;color:#2c3e50;margin-bottom:2rem;text-align:center}.checkout-content{display:flex;flex-direction:column;gap:2rem}.order-summary{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.order-summary h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.order-items{margin-bottom:1.5rem}.order-item{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid #f0f0f0}.item-info{display:flex;gap:.5rem}.item-quantity{color:#666}.order-totals{margin-top:1.5rem}.total-row{display:flex;justify-content:space-between;padding:.5rem 0}.grand-total{font-weight:700;font-size:1.1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.delivery-form{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.delivery-form h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.form-group label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;color:#333}.input-icon{color:#ff6b00}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group textarea{resize:vertical;min-height:80px}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .8rem center;background-size:1rem}.hint{display:block;margin-top:.3rem;font-size:.8rem;color:#666}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.form-actions{display:flex;justify-content:space-between;margin-top:2rem}.back-button{padding:.8rem 1.5rem;border:1px solid #ddd;border-radius:4px;color:#333;text-decoration:none;transition:all .3s}.back-button:hover{background-color:#f0f0f0}.submit-order{padding:.8rem 2rem;background-color:#ff6b00;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s}.submit-order:hover{background-color:#e05d00}.submit-order:disabled{background-color:#ccc;cursor:not-allowed}@media (min-width: 768px){.checkout-content{flex-direction:row}.order-summary,.delivery-form{flex:1}}@media (max-width: 576px){.form-row{flex-direction:column;gap:0}.checkout-page{padding:1rem}}.confirmation-page{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;background-color:#f5f5f5}.confirmation-container{background-color:#fff;border-radius:8px;padding:3rem;text-align:center;max-width:600px;width:100%;box-shadow:0 2px 20px #0000001a}.confirmation-icon{font-size:4rem;color:#27ae60;margin-bottom:1.5rem}.confirmation-container h1{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.confirmation-message{font-size:1.1rem;color:#333;margin-bottom:1.5rem;line-height:1.6}.confirmation-details{color:#666;margin-bottom:2rem}.continue-shopping{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background-color:#2c3e50;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s}.continue-shopping:hover{background-color:#1a2a3a}@media (max-width: 576px){.confirmation-container{padding:2rem 1.5rem}}.add-product-form{max-width:800px;margin:0 auto;padding:2rem;background-color:#f9f9f9;border-radius:8px}.add-product-form h3{text-align:center;margin-bottom:2rem;color:#1a1a1a}.add-product-form .form-group{margin-bottom:1.5rem}.add-product-form label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.add-product-form input,.add-product-form select,.add-product-form textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.add-product-form textarea{min-height:120px;resize:vertical}.submit-button{width:100%;padding:.8rem;background-color:#1a1a1a;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s}.submit-button:hover{background-color:#333}.submit-button:disabled{background-color:#999;cursor:not-allowed}.add-product-container{border-radius:8px}@media (max-width: 768px){.add-product-container{padding:1rem}.add-product-header h2{font-size:1.5rem}}@media (max-width: 480px){.add-product-container{box-shadow:none;border-radius:0;padding:1rem .5rem}}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group textarea{min-height:100px;resize:vertical}.current-image{margin-bottom:1rem;text-align:center}.product-preview{max-width:150px;max-height:150px;object-fit:contain;border-radius:4px;margin-bottom:.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.submit-button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500}.submit-button:hover{background-color:#2563eb}.submit-button:disabled{background-color:#93c5fd;cursor:not-allowed}.modal-loading{padding:2rem;text-align:center;color:#64748b}@media (max-width: 600px){.modal-content{width:95%;padding:1.5rem}.modal-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 20px #00000026}.modal-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.modal-body{margin-bottom:2rem}.modal-body p{margin:0;color:#334155;line-height:1.6}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.cancel-button{padding:.75rem 1.5rem;background-color:#f1f5f9;color:#334155;border:none;border-radius:4px;cursor:pointer;font-weight:500}.cancel-button:hover{background-color:#e2e8f0}.confirm-button{padding:.75rem 1.5rem;background-color:#ef4444;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500}.confirm-button:hover{background-color:#dc2626}@media (max-width: 600px){.modal-content{width:95%;padding:1.5rem}.modal-actions{flex-direction:column}.cancel-button,.confirm-button{width:100%}}.products-container{width:100%;min-height:100vh;padding:2rem;background-color:#f5f7fa}.products-content{width:100%;overflow-x:auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 15px #0000001a;padding:2rem}.products-table{width:100%;min-width:1000px;border-collapse:collapse;table-layout:auto}.products-table th,.products-table td{padding:1.25rem;text-align:left;border-bottom:1px solid #eee;white-space:nowrap}.products-table th{background-color:#f8fafc;font-weight:600;color:#2c3e50;position:sticky;top:0}.product-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px}.products-actions{display:flex;gap:.75rem}.edit-button,.delete-button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}.edit-button{background-color:#3b82f6;color:#fff}.edit-button:hover{background-color:#2563eb}.loading-products{text-align:center;padding:3rem;font-size:1.2rem;color:#64748b}.no-products{padding:2rem;text-align:center;color:#64748b;font-size:1.1rem}@media (max-width: 1024px){.products-container,.products-content{padding:1.5rem}}@media (max-width: 768px){.products-container{padding:1rem}.products-content{padding:1rem;border-radius:0}.products-table th,.products-table td{padding:1rem .75rem}}@media (max-width: 480px){.products-actions{flex-direction:column;gap:.5rem}.edit-button,.delete-button{padding:.5rem;font-size:.85rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.modal-header h3{margin:0;color:#2c3e50}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0 .5rem}.close-button:hover{color:#333}.order-details{display:flex;flex-direction:column;gap:2rem}.detail-section{border-bottom:1px solid #eee;padding-bottom:1.5rem}.detail-section:last-child{border-bottom:none}.detail-section h4{margin-top:0;margin-bottom:1rem;color:#2c3e50}.detail-row{display:flex;justify-content:space-between;margin-bottom:.75rem}.detail-row span:first-child{font-weight:500;color:#4b5563}.order-items{margin-top:1rem}.order-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.order-item:last-child{border-bottom:none}.item-info{display:flex;gap:1rem}.item-name{font-weight:500}.item-quantity{color:#6b7280}.item-price{font-weight:500}.modal-actions{display:flex;justify-content:flex-end;margin-top:2rem}.close-modal-button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500}.close-modal-button:hover{background-color:#2563eb}@media (max-width: 768px){.modal-content{width:95%;padding:1.5rem}.detail-row{flex-direction:column;gap:.25rem}}.orders-container{width:100%;min-height:100vh;padding:2rem;background-color:#f5f7fa}.orders-content{width:100%;overflow-x:auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 15px #0000001a;padding:2rem}.orders-table{width:100%;min-width:1000px;border-collapse:collapse;table-layout:auto}.orders-table th,.orders-table td{padding:1.25rem;text-align:left;border-bottom:1px solid #eee}.orders-table th{background-color:#f8fafc;font-weight:600;color:#2c3e50;position:sticky;top:0}.status-select{padding:.5rem;border-radius:4px;border:1px solid #ddd;background-color:#fff;cursor:pointer;transition:all .2s ease}.status-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.status-pending{color:#f59e0b}.status-processing{color:#3b82f6}.status-shipped{color:#8b5cf6}.status-delivered{color:#10b981}.status-cancelled{color:#ef4444}.orders-actions{display:flex;gap:.75rem}.view-button,.delete-button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}.view-button{background-color:#3b82f6;color:#fff}.view-button:hover{background-color:#2563eb}.delete-button{background-color:#ef4444;color:#fff}.delete-button:hover{background-color:#dc2626}.loading-orders{text-align:center;padding:3rem;font-size:1.2rem;color:#64748b}.no-orders{padding:2rem;text-align:center;color:#64748b;font-size:1.1rem}@media (max-width: 1024px){.orders-container,.orders-content{padding:1.5rem}}@media (max-width: 768px){.orders-container{padding:1rem}.orders-content{padding:1rem;border-radius:0}.orders-table th,.orders-table td{padding:1rem .75rem}}@media (max-width: 480px){.orders-actions{flex-direction:column;gap:.5rem}.view-button,.delete-button{padding:.5rem;font-size:.85rem}}.admin-page{max-width:1200px;margin:0 auto;width:100%}.loading{text-align:center;padding:2rem;font-size:1.2rem}.products-table{width:100%;border-collapse:collapse;margin-top:1.5rem;background-color:#fff;box-shadow:0 2px 10px #0000000d}.products-table th,.products-table td{padding:1rem;text-align:left;border-bottom:1px solid #eee}.products-table th{background-color:#f5f7fa;font-weight:600}.product-thumbnail{width:50px;height:50px;object-fit:cover;border-radius:4px}.edit-button,.delete-button,.view-button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;margin-right:.5rem;transition:all .3s}.edit-button{background-color:#3498db;color:#fff}.edit-button:hover{background-color:#2980b9}.delete-button{background-color:#e74c3c;color:#fff}.delete-button:hover{background-color:#c0392b}.view-button{background-color:#2ecc71;color:#fff}.view-button:hover{background-color:#27ae60}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.stat-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;text-align:center}.stat-card h3{color:#666;margin-top:0;font-size:1rem}.stat-card p{font-size:1.5rem;font-weight:600;margin-bottom:0;color:#2c3e50}.chart-container{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-top:2rem}.chart-container h3{margin-top:0;color:#666;text-align:center}@media (max-width: 768px){.products-table,.orders-table,.users-table{display:block;overflow-x:auto;white-space:nowrap}}.admin-login-container{display:flex;justify-content:center;align-items:center;min-height:80vh;background-color:#f5f5f5}.admin-login-box{background:#fff;padding:2rem 3rem;border-radius:8px;box-shadow:0 0 20px #0000001a;width:100%;max-width:400px}.admin-login-box h2{text-align:center;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#ff6b00;outline:none}.error-message{color:#e74c3c;margin-bottom:1rem;text-align:center;font-size:.9rem}.login-button{width:100%;padding:.75rem;background-color:#ff6b00;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.login-button:hover{background-color:#e05d00}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:#333;background-color:#f5f5f5}a{text-decoration:none;color:inherit}button{cursor:pointer}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
