/*
Theme Name: Portoya Food Theme
Author: OpenAI
Version: 1.0
*/
body{margin:0;font-family:Arial,sans-serif;background:#fff;}
header{background:#ff6b00;color:#fff;padding:12px;display:flex;justify-content:space-between;align-items:center;}
.search{padding:10px}
input[type=search]{width:100%;padding:10px;border-radius:10px;border:1px solid #ddd;}
.categories,.cards{display:flex;gap:10px;overflow:auto;padding:10px;}
.cat,.card{min-width:120px;border:1px solid #eee;border-radius:14px;padding:10px;}
.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;display:flex;justify-content:space-around;padding:10px;}
main{padding-bottom:70px;}
