*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--white: #ffffff;--shadow: 0 2px 4px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 6px rgba(0, 0, 0, .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-light);color:var(--text-dark);line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar{background-color:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.nav-content{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--text-dark);text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-link{color:var(--text-light);text-decoration:none;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--text-dark)}.hero{background-color:#1f2937;color:#fff;padding:4rem 0;text-align:center;margin-bottom:3rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;font-weight:500;cursor:pointer;border:none;transition:background-color .3s}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#e5e7eb;color:#1f2937}.btn-secondary:hover{background-color:#d1d5db}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem}.product-card{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px #0000001a}.product-image{width:100%;height:200px;object-fit:contain;padding:1rem;background-color:#f9fafb}.product-info{padding:1.5rem}.product-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#1f2937;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:1.25rem;font-weight:700;color:#2563eb;margin-bottom:1rem}.product-price:before{content:"₹";margin-right:2px}.product-actions{display:flex;gap:.5rem}.categories{background-color:#f3f4f6;padding:4rem 0;margin-top:4rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.category-card{background-color:#fff;padding:2rem;border-radius:.5rem;text-align:center;text-decoration:none;color:#1f2937;box-shadow:0 2px 4px #0000001a;transition:transform .3s,box-shadow .3s}.category-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px #0000001a}.category-card h3{font-size:1.25rem;font-weight:600}.section-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.loading{text-align:center;padding:2rem;color:#6b7280}.error{text-align:center;padding:2rem;color:#ef4444;background-color:#fee2e2;border-radius:.5rem}@media (max-width: 768px){.hero h1{font-size:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.category-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.footer{background-color:#1f2937;color:var(--white);padding:4rem 0 2rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#9ca3af;margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s}.footer-section a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem}.product-form{max-width:600px;margin:0 auto;padding:2rem;background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{min-height:100px;resize:vertical}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.error-text{color:#ef4444;font-size:.875rem;margin-top:.25rem}.error-message{background-color:#fee2e2;color:#ef4444;padding:1rem;border-radius:.375rem;margin-bottom:1rem}.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:200px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-boundary{text-align:center;padding:4rem 1rem}.error-boundary h1{color:#ef4444;margin-bottom:1rem}.error-boundary p{color:var(--text-light);margin-bottom:2rem}body{font-family:sans-serif;margin:0;padding:0;background-color:#fff}.primary{background-color:#4263eb;color:#fff}.secondary{background-color:#63e6be;color:#000}.container{max-width:1200px;margin:0 auto;padding:1rem}
