@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#b31522;--primary-hover:#960f1a;--primary-light:#fff5f5;--accent-green:#06c169;--danger:#dc2626;--success:#16a34a;--warning:#ffc700;--bg:#f7f7f7;--bg-cream:#fff;--bg-blue:#fff;--bg-blue-shape:#fff5f5;--bg-card-green:#fff;--bg-card-blue:#fff;--surface:#fff;--border:#e2e8f0;--text:#000;--text-muted:#718096;--bg-input:#f7fafc;--radius:16px;--radius-sm:8px;--radius-lg:24px;--radius-pill:50px;--shadow:0 2px 8px #0000000d;--shadow-lg:0 4px 16px #00000014}html,body{width:100%;min-height:100%;color:var(--text);background-color:#f2f2f2;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden auto}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-content{flex-direction:column;flex:1;display:flex;position:relative}.home-dashboard,.orders-screen{background:#f2f2f2;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:24px 20px}@media (width>=1024px){.home-dashboard,.orders-screen{box-shadow:var(--shadow);border-radius:var(--radius);min-height:calc(100vh - 160px);margin-top:32px;margin-bottom:64px}}.main-content-scrollable{flex:1;padding-bottom:60px;overflow:visible}.navbar{z-index:10000;box-sizing:border-box;background:#fff;border-bottom:1px solid #e9e9eb;justify-content:space-between;align-items:center;height:80px;padding:0;display:flex;position:sticky;top:0;box-shadow:0 15px 40px -20px #282c3f26}.nav-brand{color:var(--primary);font-size:1.35rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:20px;display:flex}.nav-link{color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .15s}.nav-link:hover{color:var(--primary)}@media (width<=768px){.navbar{display:none!important}}@media (width>=769px){.bottom-nav{display:none!important}}.bottom-nav{z-index:900;width:100%;height:72px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #f0f0f0;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -4px 12px #0000000a}.bottom-nav-item{color:#a0a0a0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.bottom-nav-item svg{stroke:currentColor;fill:none;stroke-width:2px;width:24px;height:24px}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-item.active svg{stroke:var(--primary)}.bottom-nav-item.active-orders-nav.active{color:#72ab37}.bottom-nav-item.active-orders-nav.active .orders-icon-circle{fill:var(--primary-light);stroke:var(--primary)}.btn{border-radius:var(--radius-pill);cursor:pointer;text-align:center;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-black{color:#fff;background:#000}.btn-black:hover{background:#1a1a1a}.btn-green{background:var(--accent-green);color:#fff}.btn-green:hover{background:#6bb26e}.btn-outline{border:2px solid var(--border);color:var(--text);background:0 0}.btn-outline:hover{background:#f9f9f9}.btn-sm{padding:8px 16px;font-size:.85rem}.input-pill-wrapper{align-items:center;width:100%;display:flex;position:relative}.input-pill-wrapper svg.input-icon{color:#8c8882;pointer-events:none;width:20px;height:20px;position:absolute;left:20px}.input-pill{border-radius:var(--radius-pill);background:var(--bg-input);width:100%;color:var(--text);border:1.5px solid #0000;outline:none;padding:16px 20px 16px 50px;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s}.input-pill:focus{border-color:var(--primary);background:#fff;box-shadow:0 4px 12px #82c34126}.input-pill-wrapper.has-right-toggle .input-pill{padding-right:80px}.input-toggle-btn{color:#7a756e;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:.85rem;font-weight:500;display:flex;position:absolute;right:16px}.input-toggle-switch{background:#e2e8f0;border-radius:10px;width:36px;height:20px;transition:background .2s;position:relative}.input-toggle-switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.input-toggle-btn.active .input-toggle-switch{background:var(--primary)}.input-toggle-btn.active .input-toggle-switch:after{transform:translate(16px)}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #00000005;padding:20px}.msg{border-radius:var(--radius-pill);text-align:center;width:100%;padding:12px 18px;font-size:.9rem;font-weight:500}.msg-success{color:#065f46;background:#ecfdf5}.msg-error{color:#991b1b;background:#fef2f2}.msg-info{color:#1e40af;background:#eff6ff}.register-screen{background-color:var(--bg-cream);border-radius:var(--radius);max-width:460px;box-shadow:var(--shadow-lg);border:1px solid #00000008;flex-direction:column;margin:40px auto;padding:32px 24px;display:flex;position:relative}.register-screen:before{content:"";filter:blur(30px);z-index:1;opacity:.6;background:#d4e9fc;border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-40px}@media (width<=640px){.register-screen{max-width:100%;box-shadow:none;border:none;border-radius:0;min-height:100vh;margin:0}}.auth-header{z-index:2;text-align:center;margin-top:20px;margin-bottom:28px;position:relative}.auth-header h1{color:#1a1a1a;letter-spacing:-.5px;font-size:1.85rem;font-weight:700}.auth-form-container{z-index:2;flex-direction:column;gap:16px;width:100%;display:flex;position:relative}.auth-social-section{text-align:center;margin-top:20px;margin-bottom:20px}.auth-divider{color:var(--text-muted);align-items:center;margin-bottom:16px;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e0ded9;flex:1;height:1px;margin:0 12px}.social-buttons{justify-content:center;gap:16px;display:flex}.btn-social{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .2s;display:flex}.btn-social:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.btn-social img{width:22px;height:22px}.auth-footer{text-align:center;color:#1a1a1a;margin-top:24px;font-size:.95rem}.auth-footer a{color:var(--primary-hover);font-weight:700;text-decoration:none}.onboarding-screen{background-color:var(--primary);color:#fff;border-radius:var(--radius);max-width:460px;box-shadow:var(--shadow-lg);flex-direction:column;justify-content:space-between;min-height:580px;margin:40px auto;padding:32px 24px;display:flex;position:relative;overflow:hidden}.onboarding-circle-bg{pointer-events:none;z-index:1;background:#ffffff14;border-radius:50%;width:320px;height:320px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.onboarding-wave-line{pointer-events:none;z-index:1;width:100%;height:150px;position:absolute;top:25%;left:0}@media (width<=640px){.onboarding-screen{max-width:100%;box-shadow:none;border-radius:0;min-height:100vh;margin:0}}.onboarding-image-container{z-index:2;justify-content:center;align-items:center;height:240px;margin-top:24px;display:flex;position:relative}.onboarding-burger-img{object-fit:contain;width:200px;height:auto;animation:4s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.onboarding-content{text-align:center;z-index:2;position:relative}.onboarding-title{letter-spacing:-.5px;margin-bottom:12px;font-size:2rem;font-weight:800;line-height:1.2}.onboarding-desc{opacity:.85;margin-bottom:32px;padding:0 8px;font-size:.95rem;line-height:1.5}.onboarding-actions{flex-direction:column;gap:16px;width:100%;display:flex}.onboarding-footer{opacity:.9;font-size:.95rem}.onboarding-footer a{color:#fff;font-weight:700;text-decoration:none}.login-screen{background-color:var(--bg-blue);border-radius:var(--radius);max-width:460px;box-shadow:var(--shadow-lg);border:1px solid #00000008;flex-direction:column;margin:40px auto;padding:32px 24px;display:flex;position:relative}.login-screen-blob-1{background:var(--bg-blue-shape);opacity:.6;pointer-events:none;border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;left:-40px}@media (width<=640px){.login-screen{max-width:100%;box-shadow:none;border:none;border-radius:0;min-height:100vh;margin:0}}.login-illustration-container{z-index:2;justify-content:center;margin-top:12px;margin-bottom:12px;display:flex}.login-delivery-img{object-fit:contain;width:140px;height:auto}.login-title{text-align:center;color:#2b2721;z-index:2;margin-bottom:24px;font-size:1.85rem;font-weight:800}.forgot-password-link{color:#2b6cb0;align-self:flex-end;margin-top:4px;margin-bottom:20px;font-size:.85rem;font-weight:600;text-decoration:none}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.header-profile-btn,.header-cart-btn{cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #eef0eb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;display:flex}.header-profile-btn svg,.header-cart-btn svg{width:22px;height:22px}.location-selector{border-radius:var(--radius-pill);cursor:pointer;background:#f3f4f1;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;display:flex}.location-selector svg{width:16px;height:16px}.location-selector-large{cursor:pointer;color:#000;align-items:center;gap:8px;padding:8px 16px;font-size:1rem;font-weight:700;display:flex}.delivery-pickup-container{border-radius:var(--radius-pill);background:#e1e1e1;padding:2px;display:flex}.delivery-pickup-btn{border-radius:var(--radius-pill);color:#000;cursor:pointer;background:0 0;border:none;padding:8px 18px;font-size:.9rem;font-weight:700;transition:all .2s}.delivery-pickup-btn.active{color:#fff;background:#000}.dashboard-title{color:#1a1a1a;letter-spacing:-.5px;max-width:600px;margin-bottom:24px;font-size:2.25rem;font-weight:800;line-height:1.15}.search-filter-row{gap:12px;max-width:600px;margin-bottom:24px;display:flex}.search-input-wrapper{flex:1;align-items:center;display:flex;position:relative}.search-input-wrapper svg{color:#a09e9a;width:20px;height:20px;position:absolute;left:18px}.search-input-wrapper input{border-radius:var(--radius-pill);background:#fff;border:1px solid #eef0eb;outline:none;width:100%;padding:14px 20px 14px 48px;font-family:inherit;font-size:.95rem;font-weight:500}.filter-btn{border-radius:var(--radius-sm);cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #eef0eb;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.filter-btn svg{width:20px;height:20px}.promo-banner{background-color:var(--primary-light);border-radius:var(--radius);justify-content:space-between;align-items:center;max-width:800px;margin-bottom:32px;padding:24px;display:flex;position:relative;overflow:hidden}.promo-banner-content{z-index:2;flex:1}.promo-tag{color:#000;border-radius:var(--radius-pill);background:#fff;margin-bottom:12px;padding:6px 14px;font-size:.85rem;font-weight:700;display:inline-block}.promo-btn{color:#fff;border-radius:var(--radius-pill);cursor:pointer;background:#000;border:none;padding:10px 24px;font-size:.85rem;font-weight:700}.promo-banner-image{object-fit:contain;z-index:2;width:120px;height:120px;margin-left:12px}.section-header-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-header-row h2{color:#1a1a1a;font-size:1.35rem;font-weight:700}.see-all-link{color:var(--text-muted);font-size:.85rem;font-weight:600;text-decoration:none}.categories-horizontal{gap:12px;margin-bottom:32px;padding-bottom:4px;display:flex;overflow-x:auto}.categories-horizontal::-webkit-scrollbar{display:none}.category-chip{border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:1px solid #e1e1e1;padding:10px 22px;font-size:.9rem;font-weight:700;transition:all .2s}.category-chip.active-chip{color:#fff;background:#000;border-color:#000}.category-chip.inactive{color:#000;background:#fff}.popular-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px;display:grid}@media (width>=768px){.popular-grid{grid-template-columns:repeat(4,1fr)}}.popular-card{border-radius:var(--radius);color:inherit;flex-direction:column;align-items:center;padding:20px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 10px #00000005}.popular-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.popular-card.green-bg{background-color:var(--bg-card-green)}.popular-card.blue-bg{background-color:var(--bg-card-blue)}.popular-card-image{object-fit:contain;width:90px;height:90px;margin-bottom:12px}.popular-card-title{color:#1a1a1a;align-self:flex-start;font-size:1.05rem;font-weight:700}.popular-card-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;bottom:14px;right:14px}.popular-card-btn svg{width:18px;height:18px}.restaurants-list-container{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=640px){.restaurants-list-container{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.restaurants-list-container{grid-template-columns:repeat(3,1fr)}}.restaurant-list-card{color:inherit;border-radius:var(--radius);background:#fff;border:1px solid #f0f0f0;align-items:center;gap:16px;padding:16px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.restaurant-list-card:hover{box-shadow:var(--shadow);border-color:#0000;transform:translateY(-2px)}.restaurant-avatar-placeholder{width:64px;height:64px;color:var(--primary-hover);background:#f4f5f2;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.restaurant-card-body h3{margin-bottom:4px;font-size:1.05rem;font-weight:700}.restaurant-card-body p{color:var(--text-muted);font-size:.85rem}.details-screen{background-color:var(--primary);border-radius:var(--radius-lg);width:100%;max-width:900px;box-shadow:var(--shadow-lg);flex-direction:column;margin:40px auto;display:flex;position:relative;overflow:hidden}@media (width<=768px){.details-screen{max-width:100%;box-shadow:none;border-radius:0;min-height:100vh;margin:0}}.details-header-nav{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:20px;display:flex;position:absolute;top:0;left:0}.circle-nav-btn{cursor:pointer;color:#1a1a1a;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 2px 8px #0000000d}.details-hero-section{flex-shrink:0;justify-content:center;align-items:center;height:280px;margin-top:0;display:flex;position:relative}.details-hero-waves{opacity:.25;width:100%;position:absolute;top:40%}.details-hero-image{object-fit:contain;z-index:2;width:180px;height:auto}.details-sheet{background:#fff;border-top-left-radius:36px;border-top-right-radius:36px;flex-direction:column;flex:1;padding:28px;display:flex}@media (width>=768px){.details-screen{flex-direction:row;align-items:stretch;height:540px;display:flex}.details-hero-section{flex:1;height:100%;margin-top:0}.details-hero-image{width:220px}.details-sheet{border-radius:0;flex:1.2;height:100%;padding:32px;overflow-y:auto}}.details-title-row{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.details-title{color:#1a1a1a;font-size:1.75rem;font-weight:800}.details-fav-btn{cursor:pointer;color:#a09e9a;background:#f3f4f1;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.details-fav-btn.active{color:#e53e3e}.details-price{color:#1a1a1a;margin-bottom:16px;font-size:1.6rem;font-weight:700}.details-stats-row{color:var(--text);border-bottom:1px solid #f0f2ee;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;font-size:.85rem;font-weight:600;display:flex}.stat-item{align-items:center;gap:6px;display:flex}.stat-item.rating svg{fill:#f6ad55;color:#f6ad55}.stat-item svg{color:#7a756e;width:16px;height:16px}.stat-divider{background-color:#e2e8f0;width:1px;height:16px}.delivery-man-card{border-radius:var(--radius-sm);background:#f4f5f2;align-items:center;gap:12px;margin-bottom:20px;padding:10px 14px;display:flex}.delivery-man-avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.delivery-man-info h4{color:#1a1a1a;font-size:.85rem;font-weight:700}.delivery-man-info p{color:var(--text-muted);font-size:.75rem}.details-description{color:var(--text-muted);margin-bottom:24px;font-size:.85rem;line-height:1.5}.details-action-bar{align-items:center;gap:16px;margin-top:auto;display:flex}.quantity-pill{border-radius:var(--radius-pill);background:#fff;border:1.5px solid #e2e8f0;align-items:center;height:48px;padding:0 12px;display:flex}.qty-btn{cursor:pointer;color:#1a1a1a;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.25rem;display:flex}.qty-number{text-align:center;width:32px;font-size:.95rem;font-weight:700}.details-action-bar .btn{flex:1;height:48px;padding:0}.orders-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.orders-header h1{color:#1a1a1a;font-size:1.5rem;font-weight:700}.circle-icon-btn{cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #eef0eb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;display:flex}.circle-icon-btn svg{width:20px;height:20px}.orders-scroll-list{grid-template-columns:1fr;gap:20px;margin-bottom:32px;display:grid}.active-order-card{border-radius:var(--radius-lg);flex-direction:column;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000000a}.active-order-card.green-card{background-color:var(--bg-card-green)}.active-order-card.blue-card{background-color:var(--bg-card-blue)}.active-order-emoji{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:20px;left:20px;box-shadow:0 2px 6px #00000005}.active-order-title{color:#1a1a1a;font-size:1.15rem;font-weight:700;position:absolute;top:24px;left:70px}.active-order-price-badge{color:#000;border-radius:var(--radius-pill);background:#fff;padding:6px 14px;font-size:.9rem;font-weight:700;position:absolute;top:20px;right:20px;box-shadow:0 2px 6px #00000005}.starburst-badge{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);color:#000;background:#fff;justify-content:center;align-items:center;width:60px;height:60px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:80px;left:30px;transform:rotate(-15deg)}.active-order-image{object-fit:contain;width:140px;height:120px;margin-top:48px;margin-bottom:20px}.delivery-details-bar{border-radius:var(--radius-pill);background:#fff;justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding:8px 12px;display:flex;box-shadow:0 4px 10px #00000005}.delivery-man-profile{align-items:center;gap:8px;display:flex}.delivery-man-profile img{object-fit:cover;border-radius:50%;width:36px;height:36px}.delivery-man-name-col{flex-direction:column;display:flex}.delivery-man-name-col h4{color:#1a1a1a;font-size:.85rem;font-weight:700;line-height:1.2}.delivery-man-name-col p{color:var(--text-muted);font-size:.7rem}.delivery-actions{gap:8px;display:flex}.delivery-action-circle-btn{cursor:pointer;color:#1a1a1a;background:#f4f5f2;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.delivery-action-circle-btn svg{width:18px;height:18px}.restaurant-cover-container{width:100%;margin-bottom:24px}.restaurant-cover-image-wrapper{border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:#e1e1e1;width:100%;height:200px;position:relative;overflow:hidden}.restaurant-cover-image-placeholder{background:#e1e1e1;justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;display:flex}.restaurant-cover-actions{z-index:10;justify-content:space-between;width:100%;padding:0 16px;display:flex;position:absolute;top:16px;left:0}.dark-overlay-btn{transition:background .2s;color:#fff!important;background:#0009!important;border:none!important}.dark-overlay-btn:hover{background:#000c!important}.restaurant-info-card{margin-top:-1px;border-top-left-radius:0!important;border-top-right-radius:0!important;padding:24px!important}.restaurant-info-card h1{color:#000;margin-bottom:6px;font-size:1.85rem;font-weight:800}.restaurant-info-category{color:var(--text-muted);margin-bottom:12px;font-size:.95rem}.restaurant-info-meta-row{color:#000;align-items:center;gap:8px;margin-bottom:16px;font-size:.9rem;font-weight:700;display:flex}.meta-dot{color:var(--text-muted)}.restaurant-info-link-row{color:#000;cursor:pointer;align-items:center;margin-bottom:12px;font-size:.9rem;font-weight:700;display:flex}.restaurant-info-link{text-decoration:underline}.restaurant-info-desc{color:var(--text-muted);border-top:1px solid #e1e1e1;margin-top:12px;padding-top:12px;font-size:.85rem;line-height:1.5}.sticky-basket-bar{background:var(--primary);color:#fff;border-radius:var(--radius);z-index:1000;justify-content:space-between;align-items:center;width:calc(100% - 32px);max-width:500px;padding:16px 24px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .2s,background-color .15s;display:flex;position:fixed;bottom:84px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #b3152259}.sticky-basket-bar:hover{background:var(--primary-hover)}.sticky-basket-bar:active{transform:translate(-50%)scale(.98)}.basket-dot{opacity:.6;background:#fff;border-radius:50%;width:6px;height:6px}.logo-container{justify-content:center;align-items:center;gap:10px;margin-bottom:8px;display:flex}.logo-flame-square{background:#b31522;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #b315224d}.logo-flame-icon{fill:#fff;width:24px;height:24px}.logo-circle-utensils{background:#b31522;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #b315224d}.logo-utensils-icon{fill:#fff;width:24px;height:24px}.logo-text{color:#111;letter-spacing:-.5px;font-size:24px;font-weight:800}.logo-text-white{color:#fff}.logo-text span{color:#b31522}.custom-input-wrapper{width:100%;margin-bottom:16px;position:relative}.custom-input-field{color:#111;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:16px 16px 16px 52px;font-family:inherit;font-size:1rem;transition:all .2s}.custom-input-field:focus{border-color:#b31522;outline:none;box-shadow:0 0 0 3px #b315221a}.custom-input-icon{color:#718096;pointer-events:none;width:20px;height:20px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.custom-input-field:focus+.custom-input-icon{color:#b31522}.custom-input-toggle{cursor:pointer;color:#718096;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.custom-input-toggle:hover{color:#111}.social-login-container{gap:16px;width:100%;margin-top:16px;margin-bottom:24px;display:flex}.social-login-btn{cursor:pointer;color:#111;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.social-login-btn:hover{background:#f7fafc;border-color:#cbd5e0}.social-icon{width:20px;height:20px}.join-as-section{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}.join-as-label{color:#111;font-size:1rem;font-weight:600}.switch-container{width:50px;height:28px;display:inline-block;position:relative}.switch-container input{opacity:0;width:0;height:0}.switch-slider{cursor:pointer;background-color:#cbd5e0;border-radius:34px;transition:all .3s;position:absolute;inset:0}.switch-slider:before{content:"";background-color:#fff;border-radius:50%;width:22px;height:22px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.switch-slider{background-color:#b31522}input:checked+.switch-slider:before{transform:translate(22px)}.segmented-control{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;margin-bottom:24px;padding:4px;display:flex}.segmented-btn{cursor:pointer;color:#718096;text-align:center;background:0 0;border:none;border-radius:8px;flex:1;padding:12px;font-size:.95rem;font-weight:700;transition:all .2s}.segmented-btn.active{color:#fff;background:#b31522}.otp-inputs-row{justify-content:space-between;gap:10px;width:100%;margin:32px 0;display:flex}.otp-box{text-align:center;color:#111;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:50px;height:54px;font-size:1.5rem;font-weight:700;transition:all .2s}.otp-box:focus{border-color:#b31522;outline:none;box-shadow:0 0 0 3px #b315221a}.dashboard-location-bar{justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;display:flex}.location-display{cursor:pointer;align-items:center;gap:8px;display:flex}.location-display span{color:#111;font-size:1.05rem;font-weight:700}.location-pin-icon{color:#718096;width:20px;height:20px}.location-chevron-icon{color:#718096;width:16px;height:16px}.profile-avatar-btn{color:#111;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;display:flex}.dashboard-search-container{z-index:1000;width:100%;margin-bottom:24px;position:relative}.dashboard-search-input{color:#111;background:#f1f5f9;border:none;border-radius:12px;width:100%;padding:14px 14px 14px 48px;font-family:inherit;font-size:1rem}.dashboard-search-input::placeholder{color:#718096}.dashboard-search-icon{color:#718096;width:20px;height:20px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.premium-promo-banner{color:#fff;background:#b31522;border-radius:18px;justify-content:space-between;align-items:center;min-height:160px;margin-bottom:28px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #b3152233}.premium-promo-text{z-index:2;flex-direction:column;gap:4px;display:flex}.premium-promo-title{font-size:1.85rem;font-weight:800;line-height:1.1}.premium-promo-desc{opacity:.9;margin-bottom:12px;font-size:.95rem}.premium-promo-btn{color:#b31522;cursor:pointer;background:#fff;border:none;border-radius:20px;align-self:flex-start;padding:10px 20px;font-size:.85rem;font-weight:700;transition:transform .2s}.premium-promo-btn:hover{transform:scale(1.05)}.premium-promo-image{object-fit:contain;z-index:1;width:140px;height:auto;position:absolute;bottom:0;right:12px}.horizontal-scroll-container{scrollbar-width:none;gap:12px;margin-bottom:24px;padding:4px 4px 16px;display:flex;overflow-x:auto}.horizontal-scroll-container::-webkit-scrollbar{display:none}.category-badge-btn{cursor:pointer;background:#f1f5f9;border:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:72px;height:80px;padding:8px;transition:all .2s;display:flex}.category-badge-btn.active{color:#fff;background:#b31522}.category-badge-icon-wrapper{font-size:1.8rem}.category-badge-label{color:#718096;font-size:.75rem;font-weight:700}.category-badge-btn.active .category-badge-label{color:#fff}.top-picks-scroll{scrollbar-width:none;gap:16px;margin-bottom:32px;padding:4px 4px 20px;display:flex;overflow-x:auto}.top-picks-scroll::-webkit-scrollbar{display:none}.top-pick-card{color:inherit;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex:0 0 200px;text-decoration:none;transition:transform .2s,box-shadow .2s;overflow:hidden}.top-pick-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.top-pick-img-container{background:#f1f5f9;width:100%;height:120px}.top-pick-img{object-fit:cover;width:100%;height:100%}.top-pick-content{padding:12px}.top-pick-name{color:#111;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.95rem;font-weight:700;overflow:hidden}.top-pick-cuisine{color:#718096;margin-bottom:8px;font-size:.8rem}.top-pick-stats{justify-content:space-between;align-items:center;font-size:.75rem;font-weight:700;display:flex}.top-pick-rating{color:#111;align-items:center;gap:2px;display:flex}.top-pick-time,.top-pick-price{color:#718096}.restaurant-cover-image-container{background:#f1f5f9;width:100%;height:240px;position:relative}.restaurant-cover-image{object-fit:cover;width:100%;height:100%}.restaurant-cover-overlay{background:linear-gradient(#0000004d 0%,#0000 50%,#00000080 100%);flex-direction:column;justify-content:space-between;padding:16px;display:flex;position:absolute;inset:0}.restaurant-cover-nav{justify-content:space-between;align-items:center;display:flex}.restaurant-cover-nav-btn{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.restaurant-cover-nav-btn:hover{background:#000000b3}.restaurant-cover-nav-btn svg{width:18px;height:18px}.restaurant-details-wrapper{background:#fff;border-radius:24px 24px 0 0;margin-top:-24px;padding:24px 20px;position:relative;box-shadow:0 -4px 16px #0000000d}.restaurant-detail-title{color:#111;margin-bottom:4px;font-size:1.75rem;font-weight:800}.restaurant-detail-cuisines{color:#718096;margin-bottom:8px;font-size:.95rem}.restaurant-detail-stats-row{color:#111;align-items:center;gap:12px;margin-bottom:16px;font-size:.9rem;font-weight:700;display:flex}.restaurant-detail-stats-divider{color:#e2e8f0}.premium-coupon-banner{color:#fff;background:#b31522;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.coupon-code-badge{background:#fff3;border:1px dashed #fff;border-radius:8px;padding:4px 10px;font-weight:700}.coupon-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.1rem}.detail-tab-bar{border-bottom:1.5px solid #e2e8f0;margin-bottom:24px;display:flex}.detail-tab-btn{text-align:center;color:#718096;cursor:pointer;background:0 0;border:none;flex:1;padding:14px;font-size:1rem;font-weight:700;position:relative}.detail-tab-btn.active{color:#b31522}.detail-tab-btn.active:after{content:"";background:#b31522;width:100%;height:3px;position:absolute;bottom:-1.5px;left:0}.subcategory-scroll{scrollbar-width:none;gap:10px;margin-bottom:24px;padding:2px 2px 14px;display:flex;overflow-x:auto}.subcategory-scroll::-webkit-scrollbar{display:none}.subcategory-chip{white-space:nowrap;color:#718096;cursor:pointer;background:#f1f5f9;border:none;border-radius:20px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:all .2s}.subcategory-chip.active{color:#fff;background:#b31522;box-shadow:0 4px 10px #b3152233}.menu-items-list{flex-direction:column;gap:20px;display:flex}.menu-item-row-card{border-bottom:1px solid #f1f5f9;align-items:center;gap:16px;padding-bottom:20px;display:flex}.menu-item-left{flex:1}.menu-item-name{color:#111;margin-bottom:4px;font-size:1.05rem;font-weight:700}.menu-item-desc{color:#718096;margin-bottom:8px;font-size:.85rem;line-height:1.4}.menu-item-price{color:#111;font-size:1.1rem;font-weight:700}.menu-item-right-wrapper{flex-shrink:0;width:100px;height:100px;position:relative}.menu-item-img{object-fit:cover;background:#f1f5f9;border-radius:12px;width:100%;height:100%}.quantity-control-btn{color:#111;cursor:pointer;background:#fff;border:1.5px solid #cbd5e0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.quantity-control-btn:hover{background:#f1f5f9;border-color:#a0aec0}.quantity-display-value{color:#111;text-align:center;min-width:16px;font-size:.95rem;font-weight:700}.menu-add-btn-small{color:#fff;cursor:pointer;background:#b31522;border:none;border-radius:20px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:background-color .15s}.menu-add-btn-small:hover{background:#960f1a}.campusin-toast-portal{z-index:99999;pointer-events:none;flex-direction:column-reverse;gap:12px;width:92%;max-width:420px;display:flex;position:fixed;bottom:90px;left:50%;transform:translate(-50%)}.campusin-toast-card{pointer-events:auto;border:1px solid var(--toast-border,#2563eb26);-webkit-backdrop-filter:blur(20px)saturate(1.6);cursor:default;will-change:transform, opacity;touch-action:pan-x;background:#ffffffd1;border-radius:20px;align-items:center;gap:12px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000f,inset 0 1px #fff9}.campusin-toast-card:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--toast-color,#2563eb) 50%, transparent 100%);opacity:.35;height:1px;position:absolute;top:0;left:0;right:0}.campusin-toast-enter{animation:.28s cubic-bezier(.16,1,.3,1) both campusin-toast-in}@keyframes campusin-toast-in{0%{opacity:0;transform:translateY(16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.campusin-toast-exit{pointer-events:none;animation:.18s ease-in both campusin-toast-out}@keyframes campusin-toast-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(12px)scale(.96)}}.campusin-toast-icon-wrap{background:var(--toast-icon-bg,#2563eb1a);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.campusin-toast-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.campusin-toast-title{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.campusin-toast-desc{color:#1a1a2e8c;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.campusin-toast-close{cursor:pointer;color:#1a1a2e4d;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:-2px;margin-right:-4px;transition:background .15s,color .15s,transform .1s;display:flex}.campusin-toast-close:hover{color:#1a1a2e99;background:#0000000d}.campusin-toast-close:active{background:#00000014;transform:scale(.9)}@media (width<=480px){.campusin-toast-portal{gap:8px;width:96%;bottom:82px}.campusin-toast-card{border-radius:16px;padding:14px}.campusin-toast-icon-wrap{border-radius:10px;width:36px;height:36px}.campusin-toast-title{font-size:.88rem}.campusin-toast-desc{font-size:.76rem}.campusin-toast-close{width:28px;height:28px}}.toast-portal-container{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulseSoft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.02)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}.animate-slide-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards slideUp}.animate-scale-in{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards scaleIn}.animate-slide-in-right{animation:.4s cubic-bezier(.16,1,.3,1) forwards slideInRight}.animate-pulse-soft{animation:2.5s ease-in-out infinite pulseSoft}.delay-1{animation-delay:.1s;animation-fill-mode:both}.delay-2{animation-delay:.2s;animation-fill-mode:both}.delay-3{animation-delay:.3s;animation-fill-mode:both}.delay-4{animation-delay:.4s;animation-fill-mode:both}.hover-lift{transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)!important}.hover-lift:hover{box-shadow:var(--shadow-lg)!important;transform:translateY(-4px)!important}.hover-scale{transition:transform .25s cubic-bezier(.16,1,.3,1)!important}.hover-scale:hover{transform:scale(1.03)!important}.hover-darken:hover{filter:brightness(.92)}.responsive-grid-4,.responsive-grid-3,.responsive-grid-2{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=640px){.responsive-grid-2{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.responsive-grid-3,.responsive-grid-4{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.responsive-grid-3{grid-template-columns:repeat(3,1fr)}.responsive-grid-4{grid-template-columns:repeat(4,1fr)}}@media (width>=769px){.onboarding-screen-container{background:#f7f7f7;min-height:100vh;display:flex}.onboarding-split-left{color:#fff;flex-direction:column;flex:1.2;justify-content:center;align-items:center;padding:60px;display:flex;background:linear-gradient(135deg,#b31522d9,#141414e6),url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1200&q=80) 50%/cover!important}.onboarding-split-right{background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px;display:flex}.auth-desktop-bg{background:radial-gradient(circle at 100% 0,#fff5f5,#f7f7f7);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.auth-desktop-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #eef0eb;flex-direction:column;width:100%;max-width:480px;padding:48px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a,0 1px 3px #00000005}.split-layout-container{align-items:flex-start;gap:32px;display:flex}.split-left-main{flex:1.6}.split-right-aside{flex:1;position:sticky;top:100px}}.navbar-desktop-search-location{flex:1;align-items:center;gap:24px;margin-left:32px;margin-right:32px;display:flex}.location-title-main-nav{color:#b31522;white-space:nowrap;border-bottom:2px solid #b31522;padding-bottom:1px;font-size:.85rem;font-weight:800}.navbar-left-content{align-items:center;display:flex}.nav-vertical-separator{background-color:#d4d5d9;width:1px;height:32px;margin-left:24px;margin-right:24px}.location-display-btn-nav{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-family:inherit;transition:background .15s;display:flex}.location-display-btn-nav:hover{background:#00000005}.location-info-text-nav{color:#282c3f;align-items:center;gap:8px;display:flex}.location-title-main-nav{color:#3d4152;white-space:nowrap;font-size:.88rem;font-weight:800}.location-desc-sub-nav{color:#7e808c;white-space:nowrap;text-overflow:ellipsis;max-width:280px;font-size:.83rem;font-weight:400;overflow:hidden}.navbar-right-content-homepage{align-items:center;gap:32px;display:flex}.desktop-header-search-form-nav{box-sizing:border-box;background:#f1f1f6;border:none;border-radius:12px;justify-content:space-between;align-items:center;width:480px;height:48px;padding:0 16px;transition:all .2s ease-in-out;display:flex}.desktop-header-search-form-nav:focus-within{background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 10px #00000014}.desktop-search-input-field-nav{color:#282c3f;background:0 0;border:none;outline:none;width:100%;font-size:.9rem;font-weight:500}.search-right-lens-icon-nav{color:#686b78;flex-shrink:0;margin-left:8px}@media (width<=768px){.navbar-left-content .nav-vertical-separator,.navbar-left-content .location-selector-wrapper,.navbar-right-content-homepage{display:none!important}}.homepage-profile-circle-btn{cursor:pointer;background:#3d4852;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s ease-in-out;display:flex}.homepage-profile-circle-btn:hover{background:#2d3748;transform:scale(1.05)}.homepage-content-wrapper{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding-left:16px;padding-right:16px}@media (width>=768px){.homepage-content-wrapper{padding-left:24px;padding-right:24px}}@media (width>=1024px){.homepage-content-wrapper{padding-left:32px;padding-right:32px}}.navbar-flex-row{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.restaurant-detail-page{width:100%;max-width:100%;min-height:100vh;box-shadow:none;background:#fff;margin:0 auto}.restaurant-detail-header-wrapper{color:#fff;background:#b31522;border-radius:0 0 36px 36px;flex-direction:column;gap:16px;padding:24px 16px 140px;display:flex}@media (width>=768px){.restaurant-detail-page{border:1px solid #edf2f7;border-radius:24px;max-width:800px;margin:32px auto;overflow:hidden;box-shadow:0 10px 40px #0000000f}.restaurant-detail-header-wrapper{border-top-left-radius:24px;border-top-right-radius:24px}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-8px)}20%,40%,60%,80%{transform:translate(8px)}}.shake-input{animation:.4s ease-in-out shake}.desktop-header-search-form-nav{position:relative}.nav-search-suggestions-dropdown{z-index:1010;background:#fff;border:1px solid #edf2f7;border-radius:12px;flex-direction:column;margin-top:8px;animation:.2s ease-out navSlideDown;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 35px #0000001f}@keyframes navSlideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.nav-suggestion-item{cursor:pointer;text-align:left;border-bottom:1px solid #f7fafc;align-items:center;gap:12px;padding:10px 16px;transition:background-color .15s;display:flex}.nav-suggestion-item:last-child{border-bottom:none}.nav-suggestion-item:hover{background-color:#f7fafc}.nav-suggestion-image{object-fit:cover;background-color:#edf2f7;border-radius:6px;width:36px;height:36px}.nav-suggestion-image-placeholder{background-color:#edf2f7;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.nav-suggestion-info{flex-direction:column;flex-grow:1;min-width:0;display:flex}.nav-suggestion-name{color:#2d3748;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.nav-suggestion-meta{color:#718096;align-items:center;gap:4px;font-size:.75rem;display:flex}.nav-suggestion-category{text-transform:capitalize}.nav-suggestion-dot{color:#cbd5e0}.nav-suggestion-price{color:#b31522;font-weight:700}.nav-suggestion-loading,.nav-suggestion-empty{text-align:center;color:#718096;flex-direction:column;align-items:center;gap:6px;padding:16px;font-size:.85rem;display:flex}.nav-suggestion-spinner{border:2px solid #edf2f7;border-top-color:#b31522;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite navSpin}@keyframes navSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s linear infinite shimmer}.restaurant-carousel-wrapper{border-radius:20px;width:100%;position:relative;overflow:hidden}.restaurant-carousel-track{will-change:transform;transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex}.restaurant-carousel-slide{flex:0 0 100%;width:100%}.restaurant-carousel-slide .swiggy-restaurant-card{width:100%;margin:0}.carousel-arrow{display:none}.carousel-dots{justify-content:center;gap:6px;padding:12px 0 4px;display:flex}.carousel-dot{cursor:pointer;background:#cbd5e0;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .25s,transform .25s}.carousel-dot.active{background:#b31522;transform:scale(1.35)}@media (width>=768px){.restaurant-carousel-wrapper{border-radius:0;overflow:visible}.restaurant-carousel-track{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;transition:none;display:grid!important;transform:none!important}.restaurant-carousel-slide{flex:unset;width:100%}.restaurant-carousel-slide .swiggy-restaurant-card{width:100%;margin:0}.carousel-dots{display:none}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.animate-slide-down{animation:.2s ease-out forwards slideDown}.marketplace-detail-container{max-width:1000px;margin:0 auto;padding:24px 20px}.marketplace-detail-card{box-shadow:var(--shadow);background:#fff;border-radius:24px;grid-template-columns:1fr 1fr;align-items:start;gap:40px;padding:32px;display:grid}.marketplace-hero{color:#fff;background:linear-gradient(135deg,#b31522 0%,#7e0e15 100%);border-radius:24px;margin-bottom:32px;padding:40px 32px;position:relative;overflow:hidden;box-shadow:0 10px 30px #b3152240}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.marketplace-product-card{box-shadow:var(--shadow);cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.marketplace-product-card-body{flex-direction:column;flex:1;justify-content:space-between;padding:16px;display:flex}.marketplace-product-card-title{color:#0f172a;text-transform:uppercase;WebkitLineClamp:2;WebkitBoxOrient:"vertical";margin:0;font-size:.98rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.marketplace-product-card-price{color:var(--primary);font-size:1.2rem;font-weight:900}.marketplace-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=768px){.marketplace-detail-container{padding:12px 10px}.marketplace-detail-card{border-radius:16px;grid-template-columns:1fr;gap:24px;padding:16px}.marketplace-hero{border-radius:16px;margin-bottom:24px;padding:24px 20px}}@media (width<=600px){.marketplace-grid{grid-template-columns:repeat(2,1fr);gap:12px}.marketplace-product-card{border-radius:12px}.marketplace-product-card-body{padding:10px}.marketplace-product-card-title{font-size:.82rem}.marketplace-product-card-price{font-size:.95rem}.marketplace-form-row{grid-template-columns:1fr;gap:12px}}@keyframes skeleton-pulse{0%,to{opacity:1;background-color:#e2e8f0}50%{opacity:.4;background-color:#cbd5e1}}.skeleton-animation{animation:1.8s cubic-bezier(.4,0,.6,1) infinite skeleton-pulse}.marketplace-admin-filters-bar{flex-direction:column;gap:12px;width:100%;margin-top:16px;display:flex}.marketplace-admin-filters-row{flex-wrap:wrap;align-items:center;gap:12px;width:100%;display:flex}.marketplace-filter-select-wrapper{align-items:center;gap:8px;display:flex}.marketplace-filter-label{color:#64748b;font-size:.8rem;font-weight:700}@media (width<=768px){.marketplace-admin-filters-row{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;padding-bottom:6px;overflow-x:auto}.marketplace-admin-filters-row::-webkit-scrollbar{display:none}.marketplace-filter-label{display:none}}.form-group-custom{margin-bottom:4px;flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important;display:flex!important}.form-group-custom label{color:#475569!important;text-align:left!important;margin:0!important;font-size:.85rem!important;font-weight:700!important;display:block!important}.form-group-custom .input-pill{box-sizing:border-box!important;width:100%!important}.marketplace-carousel-wrapper{width:100%;position:relative}.marketplace-carousel-dots{justify-content:center;align-items:center;gap:6px;margin-top:12px;margin-bottom:8px;display:flex}.marketplace-carousel-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .2s}.marketplace-carousel-dot.active{background:var(--primary);border-radius:3px;width:18px}.marketplace-explore-link{color:var(--primary);align-items:center;gap:4px;margin-bottom:12px;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-flex}.marketplace-explore-link:hover{opacity:.8}.marketplace-option-label{color:#64748b;margin-bottom:10px;font-size:.85rem;font-weight:700}.marketplace-options-grid{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.marketplace-option-card{color:#64748b;cursor:pointer;background:#fff;border:1.5px dashed #cbd5e1;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:10px 18px;font-size:.88rem;font-weight:700;transition:all .2s;display:flex}.marketplace-option-card.active{border:2px solid var(--primary);background:var(--primary-light);color:var(--primary);box-shadow:0 4px 12px #b3152214}.marketplace-option-subtext{color:#94a3b8;font-size:.7rem;font-weight:600}.marketplace-option-card.active .marketplace-option-subtext{color:var(--primary)}.marketplace-sticky-footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:850;background:#fffffff2;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:fixed;bottom:72px;left:0;right:0;box-shadow:0 -4px 16px #0000000f}.marketplace-footer-price-label{color:#64748b;text-transform:uppercase;margin-bottom:2px;font-size:.72rem;font-weight:700}.marketplace-footer-price{color:#0f172a;font-size:1.5rem;font-weight:900}.marketplace-footer-actions{gap:10px;display:flex}.marketplace-footer-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 16px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .15s;display:flex}.marketplace-footer-btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px #b3152233}.marketplace-footer-btn-primary:hover{background:var(--primary-hover)}.marketplace-footer-btn-secondary{color:#fff;background:#25d366;box-shadow:0 4px 12px #25d36626}.marketplace-footer-btn-secondary:hover{opacity:.9}@media (width>=769px){.marketplace-sticky-footer{padding:16px 40px;bottom:0}}.marketplace-header-container{background:#fff;border-bottom:1px solid #edf2f7;flex-direction:column;gap:16px;padding:16px 20px 20px;display:flex}.marketplace-header-top-row{justify-content:space-between;align-items:center;width:100%;display:flex}.marketplace-header-delivery{flex-direction:column;gap:2px;display:flex}.marketplace-header-time{color:var(--primary);letter-spacing:-.5px;font-size:1.25rem;font-weight:900;line-height:1.1}.marketplace-header-address-wrapper{cursor:pointer;align-items:center;gap:4px;display:flex}.marketplace-header-address{color:#475569;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:.8rem;font-weight:700;overflow:hidden}.marketplace-header-top-right{align-items:center;gap:12px;display:flex}.marketplace-header-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ff7e40 0%,#ff5200 100%);border-radius:50px;padding:6px 12px;font-size:.68rem;font-weight:800;box-shadow:0 4px 10px #ff520026}.marketplace-header-avatar{color:#fff;cursor:pointer;background:#334155;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .15s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.marketplace-header-avatar:hover{transform:scale(1.05)}.marketplace-header-tabs-row{gap:8px;width:100%;display:flex}.marketplace-header-tab{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px 16px 0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:12px 8px;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.marketplace-header-tab.active{color:#0f172a;z-index:2;background:#fff;border:1px solid #e2e8f0;border-bottom:none;border-radius:16px 16px 0 0;margin-bottom:-17px;position:relative;box-shadow:0 -4px 12px #00000005}.marketplace-header-tab img{object-fit:contain;width:24px;height:24px}.marketplace-search-section{z-index:1;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex;position:relative;box-shadow:0 4px 12px #00000005}.marketplace-search-wrapper{flex:1;align-items:center;gap:10px;display:flex}.marketplace-search-input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.9rem;font-weight:600}.marketplace-search-input::placeholder{color:#94a3b8}.marketplace-bookmark-btn{background:var(--primary-light);border:1.5px solid var(--primary-light);width:44px;height:44px;color:var(--primary);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.marketplace-bookmark-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.marketplace-cat-strip-container{scrollbar-width:none;-ms-overflow-style:none;gap:16px;width:100%;padding:4px 0 8px;display:flex;overflow-x:auto}.marketplace-cat-strip-container::-webkit-scrollbar{display:none}.marketplace-cat-strip-item{cursor:pointer;background:0 0;border:none;outline:none;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;min-width:60px;padding:6px;transition:all .2s;display:flex}.marketplace-cat-strip-icon-box{background:#f8fafc;border:1.5px solid #edf2f7;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;overflow:hidden}.marketplace-cat-strip-icon-box img{object-fit:cover;width:100%;height:100%}.marketplace-cat-strip-text{color:#64748b;text-align:center;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;max-width:70px;font-size:.72rem;font-weight:700;overflow:hidden}.marketplace-cat-strip-item.active .marketplace-cat-strip-icon-box{border-color:var(--primary);background:var(--primary-light);box-shadow:0 4px 12px #b3152214}.marketplace-cat-strip-item.active .marketplace-cat-strip-text{color:var(--primary);font-weight:800}@media (width>=769px){.marketplace-header-container{display:none!important}}.swiggy-location-popover{z-index:200;background:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;width:340px;max-height:400px;margin-top:12px;padding:16px 0;display:flex;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 15px 40px #00000026}.swiggy-location-popover-item{cursor:pointer;text-align:left;background:0 0;border:none;align-items:flex-start;gap:12px;width:100%;padding:12px 20px;font-family:inherit;transition:background .2s;display:flex}.swiggy-location-popover-item:hover{background:#f7fafc}.popover-item-icon{flex-shrink:0;margin-top:2px}.popover-item-details{flex-direction:column;gap:2px;display:flex}.current-loc-item{padding-top:4px;padding-bottom:12px}.current-loc-title{color:#b31522;font-size:.95rem;font-weight:750}.swiggy-popover-divider{background:#e2e8f0;height:1px;margin:8px 20px 14px}.swiggy-popover-header{color:#93959f;letter-spacing:.5px;padding:0 20px 8px;font-size:.75rem;font-weight:800}.address-name{color:#282c3f;font-size:.95rem;font-weight:750}.address-desc{color:#7e808c;font-size:.8rem;font-weight:550;line-height:1.4}:root{--vendor-primary:#06c169;--vendor-primary-hover:#05a85c;--vendor-primary-light:#e6f9f0;--vendor-danger:#dc2626;--vendor-danger-light:#fef2f2;--vendor-warning:#d97706;--vendor-warning-light:#fffbeb;--vendor-border:#eef0eb;--vendor-text-main:#1e293b;--vendor-text-muted:#64748b;--vendor-bg:#f8faf9;--vendor-card-shadow:0 4px 20px #06c1690a}.vendor-layout{background-color:var(--vendor-bg);min-height:100vh;color:var(--vendor-text-main);font-family:Outfit,sans-serif;display:flex}.vendor-sidebar{border-right:1px solid var(--vendor-border);z-index:100;background-color:#fff;flex-direction:column;width:260px;height:100vh;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0}.vendor-sidebar-header{border-bottom:1px solid var(--vendor-border);align-items:center;gap:10px;padding:24px;display:flex}.vendor-brand-logo{background-color:var(--vendor-primary);border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.vendor-brand-text{letter-spacing:-.5px;color:var(--vendor-text-main);font-size:1.25rem;font-weight:800}.vendor-brand-text span{color:var(--vendor-primary)}.vendor-sidebar-menu{flex-direction:column;flex:1;gap:8px;padding:24px 16px;display:flex;overflow-y:auto}.vendor-sidebar-item{color:var(--vendor-text-muted);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.vendor-sidebar-item:hover{background-color:var(--vendor-primary-light);color:var(--vendor-primary)}.vendor-sidebar-item.active{background-color:var(--vendor-primary);color:#fff}.vendor-sidebar-footer{border-top:1px solid var(--vendor-border);padding:16px}.vendor-sidebar-logout-btn{background:var(--vendor-danger-light);width:100%;color:var(--vendor-danger);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-weight:700;transition:all .2s;display:flex}.vendor-sidebar-logout-btn:hover{background:var(--vendor-danger);color:#fff}.vendor-main{flex-direction:column;flex:1;min-height:100vh;display:flex;overflow-x:hidden}.vendor-top-nav{border-bottom:1px solid var(--vendor-border);z-index:90;background-color:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 32px;display:flex;position:sticky;top:0}.vendor-nav-left{align-items:center;gap:16px;display:flex}.vendor-mobile-toggle{color:var(--vendor-text-main);cursor:pointer;background:0 0;border:none;display:none}.vendor-page-title{font-size:1.25rem;font-weight:800}.vendor-nav-right{align-items:center;gap:20px;display:flex}.vendor-shop-status{background-color:#f1f5f9;border-radius:50px;align-items:center;gap:10px;padding:6px 14px;font-size:.85rem;font-weight:700;display:flex}.switch{width:44px;height:24px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cbd5e1;border-radius:24px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:var(--vendor-primary)}input:checked+.slider:before{transform:translate(20px)}.vendor-profile-wrapper{position:relative}.vendor-profile-trigger{cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:4px;display:flex}.vendor-profile-avatar{background-color:var(--vendor-primary-light);width:36px;height:36px;color:var(--vendor-primary);border:2px solid var(--vendor-primary);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex}.vendor-profile-name{color:var(--vendor-text-main);font-size:.9rem;font-weight:650}.vendor-profile-dropdown{border:1px solid var(--vendor-border);background-color:#fff;border-radius:12px;flex-direction:column;gap:4px;width:220px;margin-top:8px;padding:8px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #00000014}.vendor-profile-info{border-bottom:1px solid var(--vendor-border);padding:12px}.vendor-profile-email{color:var(--vendor-text-muted);word-break:break-all;font-size:.75rem}.vendor-profile-item{color:var(--vendor-text-main);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:flex}.vendor-profile-item:hover{background-color:#f1f5f9}.vendor-profile-item.logout{color:var(--vendor-danger)}.vendor-profile-item.logout:hover{background-color:var(--vendor-danger-light)}.vendor-content{background-color:var(--vendor-bg);flex:1;padding:32px;overflow-y:auto}.vendor-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:32px;display:grid}.vendor-card{border:1px solid var(--vendor-border);box-shadow:var(--vendor-card-shadow);background-color:#fff;border-radius:16px;flex-direction:column;gap:8px;padding:24px;display:flex}.vendor-card-header{justify-content:space-between;align-items:center;display:flex}.vendor-card-title{color:var(--vendor-text-muted);font-size:.88rem;font-weight:700}.vendor-card-icon{border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex}.vendor-card-icon.primary{background-color:var(--vendor-primary-light);color:var(--vendor-primary)}.vendor-card-icon.warning{background-color:var(--vendor-warning-light);color:var(--vendor-warning)}.vendor-card-icon.danger{background-color:var(--vendor-danger-light);color:var(--vendor-danger)}.vendor-card-icon.blue{color:#0284c7;background-color:#f0f7ff}.vendor-card-value{letter-spacing:-.5px;font-size:1.85rem;font-weight:800}.vendor-card-footer{color:var(--vendor-text-muted);align-items:center;gap:4px;font-size:.78rem;display:flex}.vendor-dashboard-row{grid-template-columns:2fr 1fr;gap:24px;margin-bottom:32px;display:grid}@media (width<=1024px){.vendor-dashboard-row{grid-template-columns:1fr}}.vendor-dashboard-full-row{border:1px solid var(--vendor-border);box-shadow:var(--vendor-card-shadow);background-color:#fff;border-radius:20px;grid-column:1/-1;margin-bottom:32px;padding:28px}.chart-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.chart-title{font-size:1.1rem;font-weight:800}.vendor-table-container{border:1px solid var(--vendor-border);box-shadow:var(--vendor-card-shadow);background-color:#fff;border-radius:16px;margin-bottom:24px;overflow-x:auto}.vendor-table{border-collapse:collapse;text-align:left;width:100%;font-size:.92rem}.vendor-table th{color:var(--vendor-text-muted);border-bottom:1px solid var(--vendor-border);text-transform:uppercase;letter-spacing:.5px;background-color:#f8fafc;padding:16px 20px;font-size:.8rem;font-weight:700}.vendor-table td{border-bottom:1px solid var(--vendor-border);color:var(--vendor-text-main);vertical-align:middle;padding:16px 20px}.vendor-table tr:last-child td{border-bottom:none}.vendor-table tr:hover td{background-color:#f8faf9}.rank-badge{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:800;display:inline-flex}.rank-badge-1{color:#854d0e;background-color:#fef08a;border:1px solid #fde047}.rank-badge-2{color:#475569;background-color:#e2e8f0;border:1px solid #cbd5e1}.rank-badge-3{color:#c2410c;background-color:#ffedd5;border:1px solid #fed7aa}.rank-badge-other{color:#64748b;background-color:#f1f5f9;border:1px solid #e2e8f0}.low-stock-alert-container{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.low-stock-alert-card{background-color:var(--vendor-danger-light);color:#991b1b;border:1px solid #dc262626;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.low-stock-alert-details{align-items:flex-start;gap:12px;display:flex}.low-stock-alert-title{font-size:.95rem;font-weight:700}.low-stock-alert-badge{background-color:var(--vendor-danger);color:#fff;white-space:nowrap;border-radius:50px;padding:4px 12px;font-size:.75rem;font-weight:700}.status-badge{text-transform:uppercase;border-radius:50px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.status-badge.available{background-color:var(--vendor-primary-light);color:var(--vendor-primary)}.status-badge.unavailable{color:#64748b;background-color:#f1f5f9}.status-badge.pending{color:#d97706;background-color:#fef3c7}.status-badge.confirmed{color:#2563eb;background-color:#eff6ff}.status-badge.preparing{color:#9333ea;background-color:#faf5ff}.status-badge.ready{color:#16a34a;background-color:#f0fdf4}.status-badge.out-for-delivery{color:#0891b2;background-color:#ecfeff}.status-badge.delivered{color:#16a34a;background-color:#f0fdf4}.status-badge.cancelled,.status-badge.rejected{color:#dc2626;background-color:#fef2f2}.vendor-pagination{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.vendor-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.vendor-modal-container{background-color:#fff;border-radius:20px;width:90%;max-width:480px;padding:32px;animation:.2s ease-out modalEnter;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.vendor-modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.vendor-modal-title{font-size:1.25rem;font-weight:800}.vendor-modal-close{cursor:pointer;color:var(--vendor-text-muted);background:0 0;border:none}.vendor-modal-close:hover{color:var(--vendor-text-main)}.bulk-upload-dropzone{text-align:center;cursor:pointer;background-color:#fff;border:2px dashed #cbd5e1;border-radius:16px;flex-direction:column;align-items:center;gap:12px;margin-bottom:32px;padding:48px;transition:all .2s;display:flex}.bulk-upload-dropzone:hover{border-color:var(--vendor-primary);background-color:var(--vendor-primary-light)}.bulk-upload-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-bottom:32px;display:grid}.bulk-upload-card{border:1px solid var(--vendor-border);box-shadow:var(--vendor-card-shadow);background-color:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:visible}.bulk-upload-preview-wrapper{background-color:#f1f5f9;border-top-left-radius:15px;border-top-right-radius:15px;justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.bulk-upload-preview{object-fit:cover;width:100%;height:100%}.bulk-upload-filename-label{display:none}.bulk-upload-remove-img{color:var(--vendor-danger);cursor:pointer;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 4px #0000001a}.bulk-upload-remove-img:hover{background-color:var(--vendor-danger);color:#fff}.bulk-upload-form-fields{flex-direction:column;gap:12px;padding:24px;display:flex}.step-wizard{justify-content:space-between;align-items:center;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;display:flex;position:relative}.step-wizard-line{z-index:1;background-color:#e2e8f0;height:4px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.step-wizard-progress{background-color:var(--vendor-primary);z-index:1;height:4px;transition:width .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.step-wizard-node{z-index:2;color:#64748b;background-color:#fff;border:4px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:800;transition:all .3s;display:flex}.step-wizard-node.active{border-color:var(--vendor-primary);color:var(--vendor-primary);transform:scale(1.1)}.step-wizard-node.completed{background-color:var(--vendor-primary);border-color:var(--vendor-primary);color:#fff}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite skeletonLoading}.skeleton-text{width:100%;height:16px;margin-bottom:8px}.skeleton-title{width:60%;height:24px;margin-bottom:16px}.skeleton-card{border-radius:16px;height:140px}@media (width<=768px){.vendor-sidebar{position:fixed;top:0;bottom:0;left:-260px}.vendor-sidebar.mobile-open{left:0}.vendor-top-nav{padding:0 16px}.vendor-mobile-toggle{display:block}.vendor-content{padding:20px}.hide-mobile{display:none!important}.vendor-page-title{font-size:1.05rem}.vendor-nav-right{gap:10px}.vendor-shop-status{gap:6px;padding:4px 8px;font-size:.75rem}}@media (width<=480px){.vendor-top-nav{padding:0 10px}.vendor-nav-left{gap:6px}.vendor-page-title{font-size:.95rem}.vendor-shop-status{gap:4px;padding:4px 6px}}.vendor-form-row{gap:16px;width:100%;display:flex}.vendor-btn-row{gap:12px;width:100%;display:flex}.vendor-settings-card{border:1px solid var(--vendor-border);max-width:680px;box-shadow:var(--vendor-card-shadow);background-color:#fff;border-radius:20px;padding:32px}.vendor-menu-form-card{border:1px solid var(--vendor-border);max-width:640px;box-shadow:var(--vendor-card-shadow);background-color:#fff;border-radius:20px;padding:28px}.vendor-register-card{background:#fff;border:1px solid #eef0eb;border-radius:24px;flex-direction:column;gap:20px;padding:36px;display:flex;box-shadow:0 10px 25px #06c16908}@media (width<=576px){.vendor-form-row{flex-direction:column;gap:12px}.vendor-btn-row{flex-direction:column-reverse;gap:10px}.vendor-btn-row button,.vendor-btn-row a{justify-content:center;flex:none!important;width:100%!important}.vendor-settings-card,.vendor-menu-form-card{padding:20px}.vendor-register-card{gap:16px;padding:20px}.vendor-content{padding:16px 12px!important}.bulk-upload-dropzone{padding:28px 16px}.bulk-upload-grid{grid-template-columns:1fr;gap:16px}.bulk-upload-card{border-radius:12px}.bulk-upload-preview-wrapper{border-bottom:1px solid var(--vendor-border);background-color:#fafbfc;border-top-left-radius:11px;border-top-right-radius:11px;justify-content:flex-start;align-items:center;gap:12px;width:100%;height:70px;padding:10px 16px;display:flex}.bulk-upload-preview{object-fit:cover;border-radius:8px;width:50px;height:50px}.bulk-upload-remove-img{width:32px;height:32px;margin:0;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.bulk-upload-filename-label{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:55%;font-size:.8rem;font-weight:600;display:block;overflow:hidden}.bulk-upload-form-fields{gap:10px;padding:16px}.step-wizard{margin-bottom:24px;padding:0 16px}.vendor-bulk-upload-title{font-size:1.35rem}.vendor-bulk-upload-subtitle{font-size:.78rem}.vendor-form-row.bulk-mrp-price-row{flex-direction:row!important;gap:12px!important}.low-stock-alert-card{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 16px}.low-stock-alert-badge{align-self:flex-start}}.vendor-mobile-cards-view{display:none}@media (width<=768px){.vendor-table-container{display:none}.vendor-mobile-cards-view{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}}.vendor-mobile-item-card{border:1px solid var(--vendor-border);box-shadow:var(--vendor-card-shadow);background-color:#fff;border-radius:16px;flex-direction:column;padding:16px;display:flex}@keyframes modalEnter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes skeletonLoading{0%{background-position:200% 0}to{background-position:-200% 0}}
