.RestaurantsPage-module__tCPfdW__page{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);flex-direction:column;min-height:100vh;display:flex}.RestaurantsPage-module__tCPfdW__header{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}.RestaurantsPage-module__tCPfdW__logo{color:#152a4d;letter-spacing:-.3px;font-size:22px;font-weight:800;text-decoration:none}.RestaurantsPage-module__tCPfdW__logo:hover{opacity:.8}.RestaurantsPage-module__tCPfdW__logoContainer{align-items:center;gap:12px;display:flex}.RestaurantsPage-module__tCPfdW__backArrow{color:#152a4d;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.RestaurantsPage-module__tCPfdW__backArrow:hover{background:#f1f5f9}.RestaurantsPage-module__tCPfdW__hero{text-align:center;background:linear-gradient(135deg,#1e3a5f 0%,#152a4d 100%);padding:60px 40px 40px}.RestaurantsPage-module__tCPfdW__heroTitle{color:#fff;letter-spacing:-.5px;margin:0 0 16px;font-size:42px;font-weight:800}.RestaurantsPage-module__tCPfdW__heroSubtitle{color:#cbd5e1;max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.RestaurantsPage-module__tCPfdW__restaurantsSection{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:60px 40px}.RestaurantsPage-module__tCPfdW__loadingContainer{color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.RestaurantsPage-module__tCPfdW__spinner{border:4px solid #e2e8f0;border-top-color:#152a4d;border-radius:50%;width:48px;height:48px;margin-bottom:16px;animation:1s linear infinite RestaurantsPage-module__tCPfdW__spin}@keyframes RestaurantsPage-module__tCPfdW__spin{to{transform:rotate(360deg)}}.RestaurantsPage-module__tCPfdW__errorContainer{color:#dc2626;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.RestaurantsPage-module__tCPfdW__retryBtn{color:#fff;cursor:pointer;background:#152a4d;border:none;border-radius:8px;margin-top:16px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s}.RestaurantsPage-module__tCPfdW__retryBtn:hover{background:#1e3a5f;transform:translateY(-2px)}.RestaurantsPage-module__tCPfdW__emptyContainer{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.RestaurantsPage-module__tCPfdW__restaurantsGrid{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.RestaurantsPage-module__tCPfdW__restaurantCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;flex-shrink:0;width:400px;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #152a4d14}.RestaurantsPage-module__tCPfdW__restaurantCard:hover{transform:translateY(-6px);box-shadow:0 12px 40px #152a4d26}.RestaurantsPage-module__tCPfdW__cardImageContainer{background:#f1f5f9;width:100%;height:200px;position:relative;overflow:hidden}.RestaurantsPage-module__tCPfdW__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.RestaurantsPage-module__tCPfdW__restaurantCard:hover .RestaurantsPage-module__tCPfdW__cardImage{transform:scale(1.05)}.RestaurantsPage-module__tCPfdW__cardImagePlaceholder{color:#94a3b8;background:linear-gradient(135deg,#e8f0fa 0%,#dbe9f8 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.RestaurantsPage-module__tCPfdW__cardImagePlaceholder svg{width:64px;height:64px}.RestaurantsPage-module__tCPfdW__cardContent{flex:1;padding:20px}.RestaurantsPage-module__tCPfdW__cardTitle{color:#152a4d;margin:0 0 8px;font-size:20px;font-weight:700}.RestaurantsPage-module__tCPfdW__cardAddress{color:#64748b;align-items:flex-start;gap:4px;margin:0 0 16px;font-size:14px;line-height:1.4;display:flex}.RestaurantsPage-module__tCPfdW__cardServices{flex-wrap:wrap;gap:8px;display:flex}.RestaurantsPage-module__tCPfdW__serviceBadge{color:#475569;background:#f1f5f9;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.RestaurantsPage-module__tCPfdW__serviceBadge svg{width:16px;height:16px}.RestaurantsPage-module__tCPfdW__cardAction{border-top:1px solid #e2e8f0;padding:16px 20px}.RestaurantsPage-module__tCPfdW__orderBtn{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a5f 0%,#152a4d 100%);border-radius:10px;width:100%;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s;display:block}.RestaurantsPage-module__tCPfdW__restaurantCard:hover .RestaurantsPage-module__tCPfdW__orderBtn{background:linear-gradient(135deg,#152a4d 0%,#0f1f38 100%);box-shadow:0 4px 14px #152a4d4d}.RestaurantsPage-module__tCPfdW__footer{text-align:center;color:#64748b;background:#fff;border-top:1px solid #e2e8f0;padding:30px 40px;font-size:14px}@media (max-width:768px){.RestaurantsPage-module__tCPfdW__header{padding:16px 20px}.RestaurantsPage-module__tCPfdW__logo{font-size:20px}.RestaurantsPage-module__tCPfdW__hero{padding:40px 20px 30px}.RestaurantsPage-module__tCPfdW__heroTitle{font-size:28px}.RestaurantsPage-module__tCPfdW__heroSubtitle{font-size:16px}.RestaurantsPage-module__tCPfdW__restaurantsSection{padding:40px 20px}.RestaurantsPage-module__tCPfdW__restaurantsGrid{grid-template-columns:1fr;gap:24px}.RestaurantsPage-module__tCPfdW__cardImageContainer{height:180px}.RestaurantsPage-module__tCPfdW__footer{padding:24px 20px}}@media (max-width:480px){.RestaurantsPage-module__tCPfdW__heroTitle{font-size:24px}.RestaurantsPage-module__tCPfdW__heroSubtitle{font-size:15px}.RestaurantsPage-module__tCPfdW__restaurantCard{width:100%}.RestaurantsPage-module__tCPfdW__cardTitle{font-size:18px}.RestaurantsPage-module__tCPfdW__cardContent{padding:16px}.RestaurantsPage-module__tCPfdW__cardAction{padding:12px 16px}}
