.restaurant-card-link{width:100%;color:inherit;text-decoration:none;display:flex}.restaurant-card-grid{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:20px;flex-direction:column;width:100%;height:320px;padding:12px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:6px 8px 18px #0000001f}@media (max-width:480px){.restaurant-card-grid{height:380px}}.restaurant-card-grid:hover{transform:translateY(-4px);box-shadow:10px 12px 24px #00000029}.restaurant-card-grid.dark-mode{box-shadow:none!important;background:#1e1e1e!important;border:1px solid #333!important}.restaurant-card-grid.dark-mode:hover{border-color:#444!important}.restaurant-image-container{isolation:isolate;background:#f5f5f5;border-radius:12px;flex-shrink:0;width:100%;height:200px;margin-bottom:.75rem;position:relative;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media (max-width:480px){.restaurant-image-container{height:260px}}.restaurant-card-grid.dark-mode .restaurant-image-container{background:#2a2a2a}.restaurant-image{object-fit:cover;transition:transform .4s}.restaurant-card-grid:hover .restaurant-image{transform:scale(1)}.restaurant-image-placeholder{color:#eb5e28;background:linear-gradient(135deg,#eb5e281a 0%,#eb5e2833 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.restaurant-card-grid.dark-mode .restaurant-image-placeholder{color:#ff9a76;background:linear-gradient(135deg,#ff9a761a 0%,#ff9a7633 100%)}.placeholder-icon{opacity:.8}.restaurant-name{color:#000;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.restaurant-card-grid:hover .restaurant-name{color:#eb5e28}.restaurant-card-grid.dark-mode .restaurant-name{color:#f0f0f0}.restaurant-card-grid.dark-mode:hover .restaurant-name{color:#ff9a76}.restaurant-rating-wrap{color:#eb5e28}.restaurant-card-grid.dark-mode .restaurant-rating-wrap{color:#ff9a76}.restaurant-meta-wrap{color:#666}.restaurant-card-grid.dark-mode .restaurant-meta-wrap{color:#aaa}@media (max-width:480px){.restaurant-name{font-size:1rem}}
