:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.tabs-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px}.tab-button{appearance:none;padding:10px 20px;font-size:1rem;font-weight:600;color:#333;background-color:#eee;border:1px solid #ddd;border-radius:30px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .05s ease}.tab-button:hover{background-color:#ddd}.tab-button:active{transform:translateY(1px)}.tab-button:focus-visible{outline:2px solid #d92027;outline-offset:2px}.tab-button.active{background-color:#d92027;color:#fff;border-color:#d92027}.category-section{margin-bottom:50px}.category-title{font-size:2.5rem;font-weight:700;color:#333;border-bottom:3px solid #d92027;padding-bottom:10px;margin-bottom:30px}.items-grid{display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start}@media (min-width:768px){.items-grid{grid-template-columns:repeat(2,1fr)}}.menu-item-card{background:#ffffff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;width:100%;height:100%}.item-image{width:100%;height:180px;object-fit:cover}.item-content{padding:15px;flex-grow:1}.item-name{font-size:1.25rem;font-weight:700;margin:0 0 10px}.item-description{font-size:.9rem;color:#555;margin:0}.item-price{font-size:1.25rem;font-weight:700;color:#d92027;padding:15px;border-top:1px solid #f0f0f0;text-align:right}