#root{max-width:1280px;margin:0 auto;padding:0;text-align:center}body{margin:0;padding:0;background-color:#f0f4f8;color:#333}.logo{max-width:200px;height:auto;padding:0;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(255,255,255,.5))}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}@media (max-width: 768px){.container{padding:1rem}.main-title{font-size:2rem}.subtitle{font-size:1rem}.logo{max-width:150px}}@media (max-width: 480px){.button-container{flex-direction:column}.directions-button,.call-button,.order-button{width:100%}}.restaurant-page{min-height:100vh;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#f0f4f8}.container{margin:0 auto;padding:2rem;text-align:center}.page-header{margin-bottom:2rem;text-align:center;background-color:#1e3a8a;padding:2rem 1rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.logo{width:200px;height:auto;margin-bottom:1rem;filter:drop-shadow(0 0 .5rem rgba(255,255,255,.5))}.main-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.subtitle{font-size:1.25rem;color:#e2e8f0}.restaurant-grid{margin-top:20px;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.restaurant-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.restaurant-grid{grid-template-columns:repeat(2,1fr)}}.restaurant-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease;cursor:pointer;text-align:left}.restaurant-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.restaurant-card.nearest{border:4px solid #7551c2}.restaurant-header{display:flex;justify-content:center;margin-bottom:.5rem}.restaurant-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#1e3a8a;text-align:center}.nearest-badge-container{text-align:center;margin-bottom:.75rem}.nearest-badge{background-color:#1e3a8a;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;white-space:nowrap;display:inline-block}.restaurant-address,.restaurant-detail{color:#4a5568;margin-bottom:.75rem;text-align:center}.restaurant-detail{font-size:.875rem}.detail-label{font-weight:600;color:#2d3748}.button-container{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;justify-content:center}.directions-button,.call-button,.order-button{flex:1;max-width:160px;min-width:120px;padding:.75rem 1rem;border-radius:.25rem;transition:background-color .3s;text-decoration:none;font-weight:500;display:flex;align-items:center;justify-content:center}.nearest-button{background-color:#fbd123;color:#000;padding:12px 20px;border:none;border-radius:8px;margin:20px 0;font-size:16px;cursor:pointer}.nearest-button:hover{background-color:#fbbf24}.directions-button{background-color:#1e3a8a;color:#fff}.directions-button:hover{background-color:#3b82f6}.call-button{background-color:#10b981;color:#000}.call-button:hover{background-color:#34d399}.order-button{background-color:#fbd123;color:#000}.order-button:hover{background-color:#fbbf24}
