@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@font-face{font-family:MyFont;src:url(/assets/Gilroy-Light-CVM2ydYb.otf)format("opentype");font-weight:400;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}body{background:#e9dfd1;font-family:Roboto,sans-serif;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer}.platos-page{width:100%;max-width:50%;margin:0 auto}.platos-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start;gap:16px;display:grid}.dish-card{background:#f3f3f3;border-radius:5px;flex-direction:column;display:flex;overflow:hidden}.dish-image{background-position:50%;background-size:cover;width:100%;height:150px}.dish-body{flex-direction:column;gap:6px;padding:14px;display:flex}.dish-title{margin:0;font-size:15px;font-weight:600}.dish-desc{color:gray;margin:0;font-size:13px;line-height:1.5}.dish-meta{margin-top:8px}.dish-price{font-size:15px;font-weight:700}.platos-status{text-align:center;padding:60px 20px}@media (width<=600px){.platos-page{padding:16px}.dish-image{height:140px}}@media (width<=900px){.platos-container{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.dish-image{height:150px}}.restaurant-hero{width:100%;max-width:50%;margin:0 auto}.contact-card{background:#f3f3f3;border-radius:5px;padding:20px}.contact-card h3{margin:0 0 10px;font-size:15px;font-weight:600}.contact-card ul{list-style:none}.contact-card li{color:gray;align-items:flex-start;gap:10px;padding:7px 0;display:flex}.contact-card li:last-child{border-bottom:none}.icon{width:20px;display:inline-block}.gallery{margin-top:12px}.image{background-position:50%;background-size:cover;border-radius:5px}.image.large{height:260px;margin-bottom:16px}.row{gap:12px;margin-bottom:16px;display:flex}.image.small{flex:1;height:200px}.nm-navbar{z-index:40;background:0 0}.nm-container{justify-content:space-between;align-items:center;max-width:70%;height:60px;margin:0 auto;padding:0 20px;display:flex}.nm-logo{letter-spacing:4px;text-transform:uppercase;color:#000;font-size:20px;font-weight:700}.nm-container .nav-links a,.actions a{color:#000;background:0 0;border:1px solid #a3a3a3;border-radius:5px;padding:7px 16px;font-size:13px;font-weight:500;line-height:1;transition:background .15s,color .15s,border-color .15s}.nm-container .nav-links a:hover,.actions a:hover{color:#fff;background:gray;border-color:gray}.intro{text-align:center;padding:4px 20px 20px}.restaurant-title{color:#000;margin:6px 0 8px;font-family:Playfair Display,serif;font-size:28px;line-height:1.2}.restaurant-sub{color:#6b7280;max-width:520px;margin:0 auto 16px;font-size:14px;line-height:1.6}.actions{justify-content:center;gap:10px;display:flex}@media (width<=700px){.nm-container{padding:0 16px}.restaurant-title{font-size:22px}}
