*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f4f4f4;display:flex;flex-direction:column;font-family:Arial,sans-serif;line-height:1.6;min-height:100vh}a{display:inline-block;min-height:44px;min-width:44px}.skip-link,a{text-decoration:none}.skip-link{background-color:#b30f00;color:#fff;font-weight:700;left:0;padding:1rem;position:absolute;top:-100px;transition:top .3s ease;z-index:1001}.skip-link:focus{top:0}.navbar{background-color:#3a3a3a;box-shadow:0 4px 8px rgba(0,0,0,.1);justify-content:space-between;min-height:64px;padding:1rem;position:relative;z-index:1000}.logo-text,.navbar{align-items:center;display:flex}.logo-text{color:#ff6f61;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.1rem;min-height:44px;min-width:44px;padding:.5rem;text-transform:uppercase}.nav-links{list-style:none;margin:0;padding:0}.nav-links,.nav-links a{align-items:center;display:flex}.nav-links a{color:#fff;font-size:1.1rem;font-weight:700;min-height:44px;min-width:44px;padding:1rem;transition:all .3s ease}.nav-links a:hover{background-color:#ff6f61;border-radius:8px}.hamburger{background:none;border:none;cursor:pointer;display:none;min-height:44px;min-width:44px;padding:.8rem;z-index:1000}.hamburger span{background-color:#fff;display:block;height:3px;margin:5px 0;transition:all .3s ease-in-out;width:25px}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.navbar{min-height:56px;padding:.5rem 1rem}.hamburger{flex-direction:column;justify-content:space-around;margin-left:auto}.nav-links{align-items:center;background-color:#3a3a3a;flex-direction:column;left:0;padding:1rem 0;position:absolute;right:0;top:64px;transform:translateX(100%);transition:transform .3s ease-in-out;width:100%;z-index:999}.nav-links.open{display:flex;transform:translateX(0)}.nav-links a{padding:1rem;text-align:center;width:100%}.hamburger span{background-color:#fff;display:block;height:3px;margin:5px 0;transition:transform .3s ease-in-out;width:25px}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.about-me-container{flex-direction:column;text-align:center}.about-me-description{font-size:1rem;text-align:center}.social-links{justify-content:center}.about-image img{height:150px;width:150px}.hero-text h1{font-size:2rem}.about-description p,.hero-text p{font-size:1rem}.restaurant-info h1{font-size:1.2rem}.restaurant-info p{font-size:.9rem}.hamburger{display:flex}.nav-links{display:none}.nav-links.active{background-color:#333;display:flex;flex-direction:column;padding:1rem 0;text-align:center;width:100%}}@media (min-width:769px){.hamburger{display:none}.nav-links{background-color:transparent;display:flex;flex-direction:row;max-height:none;overflow:visible;padding:0}}.hero{height:400px;position:relative}.hero-img{height:100%;object-fit:cover;width:100%}.hero-text{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.hero-text h1{font-size:3rem}.hero-text p{font-size:1.2rem}.restaurant-list-section{padding:2rem;text-align:center}.restaurant-list{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding:2rem}.restaurant-card{overflow:hidden}.restaurant-info{padding:1rem}.restaurant-info h1{margin-bottom:.5rem}.restaurant-info p{color:#666}.restaurant-detail-link{background-color:#b30f00;border-radius:4px;color:#fff;display:inline-block;margin-top:1rem;min-height:44px;min-width:44px;padding:.8rem;text-decoration:none;transition:background-color .3s ease}.restaurant-detail-link:hover{background-color:#660400}.restaurant-card:hover{box-shadow:0 8px 16px rgba(0,0,0,.2);transform:translateY(-5px)}.restaurant-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);padding:1rem;transition:transform .3s,box-shadow .3s}.restaurant-card img{border-radius:8px;height:auto;max-width:300px;object-fit:cover;width:100%}.restaurant-info p{margin:.5rem 0}.restaurant-card:hover{box-shadow:0 4px 10px rgba(0,0,0,.2);transform:scale(1.05)}.restaurant-detail-card h2{font-size:2rem;margin-bottom:1rem}.restaurant-detail-card img.restaurant-image{border-radius:8px;height:auto;margin-bottom:1rem;width:100%}.restaurant-info{margin-top:1rem}.restaurant-info table{border-collapse:collapse;margin-bottom:1rem;width:100%}.restaurant-info table td,.restaurant-info table th{border-bottom:1px solid #ddd;padding:.5rem;text-align:left}.restaurant-info h1{font-size:1.5rem;margin-top:1rem}.restaurant-info ul{list-style-type:disc;padding-left:1.5rem}.reviews{margin-top:1rem}.review-card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:1rem;padding:1rem}.review-card h4{margin-bottom:.5rem}.review-card p{margin:.5rem 0}#favoriteButton{background-color:#ff6f61;border-radius:4px;color:#fff;display:inline-block;margin-top:1rem;min-height:44px;min-width:44px;padding:.8rem;text-decoration:none;transition:background-color .3s ease}#favoriteButton:hover{background-color:#e65b50}.review-form-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-top:2rem;padding:2rem}.review-form{display:flex;flex-direction:column;gap:1rem}.review-form h3{color:#333;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#555;font-weight:700}.form-group input,.form-group textarea{border:2px solid #ddd;border-radius:8px;font-size:1rem;min-height:44px;min-width:44px;padding:.8rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#ff6f61;box-shadow:0 0 0 2px rgba(255,111,97,.2);outline:none}.submit-review-button{background-color:#ff6f61;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;min-height:44px;min-width:44px;padding:.8rem;transition:background-color .3s ease}.submit-review-button:hover{background-color:#e65b50}.submit-review-button:disabled{background-color:#ccc;cursor:not-allowed}.review-success{background-color:#4caf50}.review-error,.review-success{border-radius:8px;color:#fff;display:none;margin-top:1rem;padding:1rem}.review-error{background-color:#f44336}.review-form{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);margin-top:2rem;padding:1rem}.review-form label{display:block;font-weight:700;margin-bottom:.5rem}.review-form input,.review-form textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-bottom:1rem;padding:.5rem;width:100%}.review-form input:focus,.review-form textarea:focus{border-color:#ff6f61;outline:none}.submit-button{background-color:#ff6f61;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;padding:.5rem 1rem;transition:background-color .3s ease}.submit-button:hover{background-color:#e65b50}.about-me{background-color:#f9f9f9;padding:3rem;text-align:center}.about-me h2{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);display:inline-block;margin-bottom:2rem;padding:1rem}.about-me-container{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;gap:2rem;justify-content:flex-start;margin:2rem auto;max-width:1200px;padding:2rem}.about-image img{border-radius:5%;box-shadow:0 4px 10px rgba(0,0,0,.1);height:350px;object-fit:cover;width:300px}.about-me-description{max-width:600px;text-align:left}.about-description p{font-size:1.2rem;margin-bottom:1.5rem}.social-links{display:flex;gap:1.5rem;justify-content:flex-start;margin-top:1rem}.social-links a{color:#333;transition:color .3s,transform .3s}.social-links a:hover{color:#ff6f61;transform:scale(1.2)}.fab{font-size:1.8rem}footer{background-color:#333;bottom:0;color:#fff;margin-top:auto;padding:1rem;position:relative;text-align:center;width:100%}html{scroll-behavior:smooth}.restaurant-detail-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin:2rem 0;overflow:hidden;padding:2rem}.restaurant-detail-card .restaurant-image{border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:block;height:auto;margin:0 auto 2rem;max-width:600px;object-fit:cover;width:100%}.restaurant-detail-content{padding:0 1rem}.restaurant-basic-info{display:grid;gap:2rem;grid-template-columns:1fr 2fr;margin-bottom:2rem}@media (max-width:768px){.restaurant-basic-info{grid-template-columns:1fr}.restaurant-detail-card .restaurant-image{height:250px;max-width:100%}}.restaurant-menus{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.menu-section{background:#f8f8f8;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem}.menu-section ul{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.menu-section li{background:#fff;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:.5rem 1rem}.restaurant-grid{display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.restaurant-image-container{position:relative}.restaurant-image{max-height:400px}.restaurant-info-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:2rem}.info-section{margin-bottom:1.5rem}.info-section h3{border-bottom:2px solid #ff6f61;color:#ff6f61;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.restaurant-stats{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:1.5rem}.stat-item{background:#f8f8f8;border-radius:8px;padding:1rem;text-align:center}.stat-label{color:#666;font-size:.9rem;margin-bottom:.5rem}.stat-value{color:#333;font-size:1.2rem;font-weight:700}@media (max-width:768px){.restaurant-grid{grid-template-columns:1fr}.restaurant-header h2{font-size:2rem}}.restaurant-detail-content{margin:0 auto;max-width:1200px;padding:2rem}.restaurant-header{margin-bottom:2rem;text-align:center}.restaurant-header h2{color:#333;font-size:2.5rem;margin-bottom:1rem}.restaurant-image-section{margin-bottom:2rem}.restaurant-image{border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);max-height:500px;object-fit:cover;width:100%}.restaurant-quick-info{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin:1.5rem 0}.info-card{background:#f8f8f8;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem;text-align:center}.info-card-label{color:#666;font-size:.9rem;margin-bottom:.5rem}.info-card-value{color:#333;font-size:1.4rem;font-weight:700}.restaurant-main-info{background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:2rem;padding:2rem}@media (max-width:768px){.restaurant-quick-info{grid-template-columns:1fr}.restaurant-image{max-height:300px}}.container{display:flex;flex:1;flex-direction:column}.error-message,.no-restaurants-message{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);margin:2rem auto;max-width:600px;padding:2rem;text-align:center}.error-message h2,.no-restaurants-message h2{color:#ff6f61;font-size:2rem;margin-bottom:1rem}.error-message p,.no-restaurants-message p{color:#666;font-size:1.2rem}.no-data-image{height:100px;margin-bottom:1rem;width:100px}.input-error{color:#f44336;display:none;font-size:.875rem;margin-top:.25rem}
/*# sourceMappingURL=app-350da9ca.0163371e9143275adc8c.css.map*/