/*
Theme Name: SFD (Sandila Food Delivery)
Theme URI: https://example.com/sfd-theme
Author: You
Author URI: https://example.com
Description: Tailwind + Vue 3 single-page front-end for a food delivery prototype, packaged as a WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sfd
*/
:root { --tw-ring-color: rgba(239, 68, 68, 0.3); }
body { background-color: #f9fafb; }
.dish-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,.1); }
.location-input:focus { outline: none; box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3); }
.category-scroll { scrollbar-width: none; }
.category-scroll::-webkit-scrollbar { display: none; }
