body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f8f8;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{background-color:#1a1a1a;box-shadow:0 2px 5px #0000001a;color:#fff;justify-content:space-between;padding:.5rem 2rem}.header,.logo-container{align-items:center;display:flex}.logo{border-radius:5px;height:60px;margin-right:1rem}.header h1{font-size:1.5rem;font-weight:600}.nav ul{display:flex;list-style:none}.nav li{margin-left:2rem}.nav a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav a:hover{color:#ff6b6b}.main-content{min-height:calc(100vh - 180px);padding:2rem 0}.reservation-section{margin-bottom:3rem}.intro-text{color:#555;font-size:1.1rem;margin:1rem auto 2rem;max-width:800px;text-align:center}.reservation-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.table-map-section{flex:1 1;max-width:600px;min-width:300px}.form-section{flex:1 1;max-width:500px;min-width:300px}.table-map-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;padding:1.5rem}.table-map-container h2{color:#333;margin-bottom:1.5rem;text-align:center}.table-map{background-color:#f9f9f9;border:2px solid #ddd;border-radius:5px;display:flex;flex-direction:column;height:500px;justify-content:space-between;margin-bottom:1rem;overflow:hidden;padding:30px 0;position:relative}.dragon-decoration{align-items:center;display:flex;height:60%;justify-content:center;left:50%;opacity:.15;position:absolute;top:50%;transform:translate(-50%,-50%);width:60%;z-index:1}.dragon-image{max-height:100%;max-width:100%;object-fit:contain}.table-row{justify-content:space-around;padding:0 20px}.center-table,.table-row{align-items:center;display:flex;width:100%;z-index:2}.center-table,.table{justify-content:center}.table{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-weight:700;margin:0 5px;text-align:center;transition:transform .2s,box-shadow .2s}.table:hover{box-shadow:0 5px 15px #0003;transform:scale(1.05);z-index:10}.table.square{background-color:#4a6fa5;border-radius:5px;height:100px;width:100px}.table.round{background-color:#6a8caf;border-radius:50%;height:70px;width:70px}.table.available{background-color:#4caf50}.table.selected{background-color:#ff6b6b;box-shadow:0 5px 15px #0000004d;transform:scale(1.1);z-index:5}.table.reserved{background-color:#9e9e9e;cursor:not-allowed}.table-id{font-size:1.4rem;margin-bottom:.2rem}.table-seats{font-size:.8rem;opacity:.9}.table-legend{display:flex;gap:1.5rem;justify-content:center;margin-top:1rem}.legend-item{align-items:center;display:flex;font-size:.9rem}.legend-color{border-radius:4px;height:20px;margin-right:.5rem;width:20px}.legend-color.available{background-color:#4caf50}.legend-color.selected{background-color:#ff6b6b}.legend-color.reserved{background-color:#9e9e9e}.reservation-form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.reservation-form-container h2{color:#333;margin-bottom:1rem;text-align:center}.selected-table{background-color:#e8f5e9;color:#2e7d32}.no-table-selected,.selected-table{border-radius:4px;font-weight:500;margin-bottom:1.5rem;padding:.5rem;text-align:center}.no-table-selected{background-color:#fff8e1;color:#ff8f00}.reservation-form{gap:1rem}.form-group,.reservation-form{display:flex;flex-direction:column}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1 1}label{color:#555;font-weight:500;margin-bottom:.3rem}input,select,textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .3s}input:focus,select:focus,textarea:focus{border-color:#4a6fa5;outline:none}.submit-button{background-color:#ff6b6b;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:background-color .3s}.submit-button:hover{background-color:#ff5252}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.confirmation-container{align-items:center;display:flex;justify-content:center;padding:2rem 0}.confirmation-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;max-width:600px;padding:2rem;text-align:center;width:100%}.confirmation-icon{color:#4caf50;font-size:4rem;margin:1rem 0}.confirmation-message{color:#555;font-size:1.2rem;margin-bottom:2rem}.reservation-details{background-color:#f9f9f9;border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:left}.reservation-details h3{color:#333;margin-bottom:1rem;text-align:center}.detail-row{border-bottom:1px solid #eee;display:flex;margin-bottom:.8rem;padding-bottom:.8rem}.detail-label{color:#555;font-weight:600;width:40%}.detail-value{width:60%}.confirmation-footer{color:#777;font-size:.9rem;margin-bottom:1.5rem}.confirmation-footer p{margin-bottom:.5rem}.new-reservation-button{background-color:#4a6fa5;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:background-color .3s}.new-reservation-button:hover{background-color:#3a5a8c}.footer{background-color:#1a1a1a;color:#fff;padding:1.5rem 0;text-align:center}.footer p{font-size:.9rem;margin-bottom:.5rem;opacity:.8}@media (max-width:768px){.header{flex-direction:column;padding:1rem}.logo-container{margin-bottom:1rem}.nav ul{justify-content:center}.nav li{margin:0 1rem}.form-row,.reservation-container{flex-direction:column}.form-row{gap:1rem}.table-row{flex-wrap:wrap}.table{margin:5px}}
/*# sourceMappingURL=main.a7ca08ea.css.map*/