.filter-form{background:linear-gradient(90deg,#e5e7eb,#d1d5db);padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}.form-group{display:flex;gap:1.5rem;flex-wrap:wrap}.form-item{flex:1 1 200px;display:flex;flex-direction:column}.form-item label{font-weight:600;margin-bottom:.5rem}.form-item input,.form-item select{padding:.5rem;border:1px solid #ccc;border-radius:.375rem}.submit-button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#047857;color:white;border:none;border-radius:9999px;font-size:1rem;cursor:pointer}.submit-button:hover{background-color:#065f46}.restaurants-grid{grid-template-columns:repeat(4,1fr)}.restaurant-card{background:white;padding:1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.restaurant-info{text-align:center}.restaurant-name{margin-bottom:.5rem}.restaurant-rating{justify-content:center}.star-filled{color:gold}.star-empty{color:lightgray}.restaurant-cuisine,.restaurant-price-distance{font-size:.9rem;color:#555;margin-top:.25rem}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem}.discover-page{display:flex;flex-direction:column;min-height:100vh}.discover-main{flex:1;background-color:#f3f4f6}.discover-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.discover-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}a
.filter-form-wrapper{background:linear-gradient(90deg,#e5e7eb,#d1d5db);padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 10px rgba(0,0,0,.05)}.restaurants-section{margin-top:2rem}.restaurants-heading{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.restaurants-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width:768px){.restaurants-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.restaurants-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.restaurant-card{background-color:white;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;position:relative;min-height:380px}.restaurant-image-wrapper{position:relative;height:12rem;width:100%}.restaurant-image{object-fit:cover;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.restaurant-info{padding:1rem;flex-grow:1}.restaurant-name{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:#1f2937}.restaurant-rating{display:flex;align-items:center;margin-bottom:.5rem}.star-filled{color:#facc15}.star-empty{color:#d1d5db}.rating-number{margin-left:.5rem}.rating-number,.restaurant-cuisine,.restaurant-location,.restaurant-price-distance{font-size:.875rem;color:#6b7280}.restaurant-view-button-wrapper{position:absolute;bottom:1rem;right:1rem}.restaurant-view-button{display:flex;align-items:center;background-color:#047857;color:white;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;transition:background-color .2s}.restaurant-view-button:hover{background-color:#065f46}.restaurants-empty{text-align:center;padding:3rem 0;color:#6b7280}