.RestaurantCard-module__Wwgg2W__card{border-radius:var(--radius-lg);transition:var(--transition-base);background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-direction:column;height:100%;text-decoration:none;display:flex;overflow:hidden}.RestaurantCard-module__Wwgg2W__card:hover{box-shadow:var(--shadow-premium);border-color:var(--primary-200);transform:translateY(-8px)}.RestaurantCard-module__Wwgg2W__imageWrapper{background:var(--background-subtle);height:220px;position:relative;overflow:hidden}.RestaurantCard-module__Wwgg2W__image{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.RestaurantCard-module__Wwgg2W__card:hover .RestaurantCard-module__Wwgg2W__image{transform:scale(1.05)}.RestaurantCard-module__Wwgg2W__content{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.RestaurantCard-module__Wwgg2W__header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.RestaurantCard-module__Wwgg2W__name{color:var(--foreground);margin-bottom:.25rem;font-size:1.25rem;font-weight:800;line-height:1.2}.RestaurantCard-module__Wwgg2W__details{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.RestaurantCard-module__Wwgg2W__rating{background:var(--primary-50);border-radius:var(--radius-full);color:var(--primary-700);align-items:center;padding:4px 10px;font-size:.875rem;font-weight:700;display:flex}.RestaurantCard-module__Wwgg2W__rating:before{content:"★";color:var(--primary-500);margin-right:4px}.RestaurantCard-module__Wwgg2W__meta{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.RestaurantCard-module__Wwgg2W__deliveryInfo{color:var(--text-muted);font-size:.8125rem;font-weight:500}
.SearchBar-module__4gEqOG__container{width:100%;margin-bottom:2rem}.SearchBar-module__4gEqOG__inputWrapper{width:100%;max-width:600px;margin:0 auto;position:relative}.SearchBar-module__4gEqOG__input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:999px;padding:1rem 1rem 1rem 3rem;font-size:1.1rem;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.SearchBar-module__4gEqOG__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.2);outline:none}.SearchBar-module__4gEqOG__icon{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}
.FilterSidebar-module__q98UBa__sidebar{border-right:1px solid var(--border-light);flex-shrink:0;width:250px;height:calc(100vh - 100px);padding-right:2rem;position:sticky;top:100px;overflow-y:auto}.FilterSidebar-module__q98UBa__section{margin-bottom:2.5rem}.FilterSidebar-module__q98UBa__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.875rem;font-weight:800;display:flex}.FilterSidebar-module__q98UBa__checkboxGroup{flex-direction:column;gap:.875rem;display:flex}.FilterSidebar-module__q98UBa__label{cursor:pointer;color:var(--text-muted);transition:var(--transition-fast);align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500;display:flex}.FilterSidebar-module__q98UBa__label:hover{color:var(--primary-600)}.FilterSidebar-module__q98UBa__checkbox{border:2px solid var(--border);appearance:none;cursor:pointer;width:20px;height:20px;transition:var(--transition-fast);background:#fff;border-radius:6px;position:relative}.FilterSidebar-module__q98UBa__checkbox:checked{background:var(--primary-500);border-color:var(--primary-500)}.FilterSidebar-module__q98UBa__checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.FilterSidebar-module__q98UBa__clearBtn{color:var(--primary-600);background:var(--primary-50);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast);border:none;padding:4px 10px;font-size:.8125rem;font-weight:600}.FilterSidebar-module__q98UBa__clearBtn:hover{background:var(--primary-100);transform:translateY(-1px)}@media (max-width:768px){.FilterSidebar-module__q98UBa__sidebar{display:none}}
.MobileFilters-module__KoZUAa__trigger{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--foreground);box-shadow:var(--shadow-sm);cursor:pointer;transition:var(--transition-base);background:#fff;justify-content:center;align-items:center;gap:.625rem;margin-bottom:1.5rem;padding:.875rem;font-weight:700;display:none}.MobileFilters-module__KoZUAa__trigger:hover{background:var(--background-subtle);border-color:var(--primary-300)}.MobileFilters-module__KoZUAa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:900;opacity:0;pointer-events:none;transition:opacity var(--transition-base);background:#0f172a66;position:fixed;inset:0}.MobileFilters-module__KoZUAa__overlay.MobileFilters-module__KoZUAa__open{opacity:1;pointer-events:auto}.MobileFilters-module__KoZUAa__drawer{z-index:1000;transition:transform var(--transition-base);background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;max-height:85vh;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.MobileFilters-module__KoZUAa__drawer.MobileFilters-module__KoZUAa__open{transform:translateY(0)}.MobileFilters-module__KoZUAa__header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.MobileFilters-module__KoZUAa__title{margin:0;font-size:1.25rem;font-weight:800}.MobileFilters-module__KoZUAa__closeBtn{background:var(--background-subtle);width:32px;height:32px;color:var(--text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.MobileFilters-module__KoZUAa__content{flex:1;padding:1rem 1.5rem;overflow-y:auto}.MobileFilters-module__KoZUAa__footer{border-top:1px solid var(--border-light);padding:1rem 1.5rem 2rem}.MobileFilters-module__KoZUAa__applyBtn{background:var(--primary);color:#fff;border-radius:var(--radius-md);border:none;width:100%;padding:1rem;font-size:1rem;font-weight:700}@media (max-width:768px){.MobileFilters-module__KoZUAa__trigger{display:flex}}
.HomePage-module__YhQe2W__hero{background:radial-gradient(circle at top right,var(--primary-100)0%,transparent 40%),radial-gradient(circle at bottom left,var(--primary-50)0%,transparent 40%),white;border-bottom:1px solid var(--border-light);padding:4rem 0 3rem;position:relative;overflow:hidden}.HomePage-module__YhQe2W__heroContent{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.HomePage-module__YhQe2W__badge{background:var(--primary-100);color:var(--primary-700);border-radius:100px;margin-bottom:1.5rem;padding:4px 12px;font-size:.875rem;font-weight:600;display:inline-block}.HomePage-module__YhQe2W__title{marginBottom:1.5rem;letterSpacing:-.04em;lineHeight:1.1;color:var(--foreground);font-size:clamp(2.5rem,8vw,4rem);font-weight:900}.HomePage-module__YhQe2W__subtitle{color:var(--text-muted);marginBottom:3rem;lineHeight:1.6;maxWidth:600px;margin:0 auto 3rem;font-size:clamp(1rem,4vw,1.25rem)}.HomePage-module__YhQe2W__mainSection{margin-top:3rem}.HomePage-module__YhQe2W__layoutGrid{gap:2rem;display:flex}.HomePage-module__YhQe2W__sidebar{flex-shrink:0;width:250px}.HomePage-module__YhQe2W__results{flex:1}.HomePage-module__YhQe2W__mobileFiltersBtn{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--foreground);box-shadow:var(--shadow-sm);background:#fff;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem;font-weight:700;display:none}@media (max-width:768px){.HomePage-module__YhQe2W__hero{padding:3rem 0 2rem}.HomePage-module__YhQe2W__layoutGrid{flex-direction:column}.HomePage-module__YhQe2W__sidebar{display:none}.HomePage-module__YhQe2W__mobileFiltersBtn{display:flex}}
