@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');:root{--brand:#16a34a;--brand-dark:#14532d;--accent:#dc2626;--dark:#1e293b;--light:#f8fafc;--white:#ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter','Hind Siliguri',sans-serif;background-color:var(--light);color:var(--dark);line-height:1.6;overflow-x:hidden;-webkit-tap-highlight-color:transparent}a{text-decoration:none;color:inherit;transition:.3s}ul{list-style:none}button{cursor:pointer;font-family:inherit;touch-action:manipulation;min-height:44px}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}html{scroll-behavior:smooth}#categoryRow{-webkit-overflow-scrolling:touch;scroll-padding-left:1rem;scroll-snap-type:x mandatory;display:flex;gap:10px;padding:10px 0}#categoryRow>button{scroll-snap-align:start;padding:10px 20px;min-height:48px}#desktopSearchResults::-webkit-scrollbar,#menuSearchResults::-webkit-scrollbar{width:6px}#desktopSearchResults::-webkit-scrollbar-track,#menuSearchResults::-webkit-scrollbar-track{background:#f1f1f1}#desktopSearchResults::-webkit-scrollbar-thumb,#menuSearchResults::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}#desktopSearchResults::-webkit-scrollbar-thumb:hover,#menuSearchResults::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#toast-container{position:fixed;top:90px;right:20px;z-index:99999;display:flex;flex-direction:column;gap:12px;pointer-events:none;width:calc(100% - 40px);max-width:350px}.toast-box{width:100%;background:#fff;color:#333;padding:16px 18px;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.12);display:flex;align-items:center;gap:14px;animation:slideIn .4s ease-out forwards;border-left:6px solid transparent;transition:.4s;pointer-events:auto}.toast-close{margin-left:auto;cursor:pointer;color:#999;font-size:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s}.toast-close:hover{color:#333;background-color:#f3f4f6}.toast-box[style*="border-left: 5px solid #16a34a"],.toast-box[style*="border-left: 6px solid #16a34a"]{border-left-color:var(--brand)!important}.toast-box[style*="border-left: 5px solid #dc2626"],.toast-box[style*="border-left: 6px solid #dc2626"]{border-left-color:var(--accent)!important}@keyframes slideIn{from{transform:translateX(120%);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:768px){.header-icon-btn,.footer-links a,.nav-link{padding:12px 10px;display:inline-block;min-height:44px}}