:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5}#root{min-height:100vh}html{scroll-behavior:smooth}button{cursor:pointer;transition:background-color .2s,transform .1s}button:active{transform:scale(.98)}img{max-width:100%;height:auto}:focus{outline:2px solid #1976d2;outline-offset:2px}:focus:not(:focus-visible){outline:none}.app-container{max-width:1200px;margin:0 auto;padding:2rem}.app-header{text-align:center;margin-bottom:3rem;padding:2rem 0;background:linear-gradient(135deg,#1a237e 0%,#0d47a1 100%);color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.app-header h1{margin:0;font-size:2.5rem;font-weight:700}.menu-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:1rem}.menu-item{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.menu-item:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.menu-item-image{width:100%;height:200px;overflow:hidden}.menu-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.menu-item:hover .menu-item-image img{transform:scale(1.05)}.menu-item-content{padding:1.5rem}.menu-item-content h2{margin:0 0 .5rem;font-size:1.5rem;color:#1a237e}.description{color:#666;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.price{font-size:1.25rem;font-weight:600;color:#1a237e;margin:.5rem 0}.category{display:inline-block;background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;margin-top:.5rem}@media (max-width: 768px){.app-container{padding:1rem}.menu-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.app-header h1{font-size:2rem}}
