.seating-container{font-family:Montserrat,sans-serif;width:100%;max-width:1200px;margin:0 auto;padding:20px;background-color:#242333;box-sizing:border-box;color:#fff;border-radius:8px;text-align:center;position:relative}.seating-title{font-size:2.5rem;color:#66b2ff;font-weight:800;margin-bottom:2rem;text-align:center}.container{perspective:1000px;margin:10px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.chart-scroll-wrapper{width:100%;overflow-x:auto;padding:20px 0;margin-bottom:20px}.chart-content{min-width:600px;margin:0 auto}.seat{background-color:#444451;height:26px;width:26px;margin:3px;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:11px;cursor:pointer;transition:transform .2s}.seat.selected{background-color:#0081cb}.seat.occupied{background-color:#fff;color:#000;cursor:not-allowed}.seat:not(.occupied):hover{transform:scale(1.2);background-color:#556}.row{display:flex;align-items:center;justify-content:center;margin-bottom:5px}.rowsletter{width:30px;text-align:right;margin-right:10px;color:#fff;font-weight:700}.rowsletter h5{margin:0;color:#fff;font-size:14px}.screen{background:#0081cb;height:70px;width:80%;margin:15px auto 30px;transform:rotateX(-45deg);box-shadow:0 3px 10px #ffffffb3;display:flex;align-items:center;justify-content:center}.screen h1{color:#fff;font-size:1.5rem;margin:0}.showcase{display:flex;justify-content:center;list-style-type:none;background:#0000001a;padding:10px;border-radius:5px;color:#ccc;margin-bottom:20px;gap:20px}.showcase li{display:flex;align-items:center;gap:5px}.seat-show,.selected-show,.occupied-show{width:20px;height:20px;border-radius:4px}.seat-show{background-color:#444451}.selected-show{background-color:#0081cb}.occupied-show{background-color:#fff}.seating-container button[type=submit]{background-color:#28a745;color:#fff;border:none;padding:12px 30px;margin-top:20px;border-radius:5px;cursor:pointer;font-weight:700;font-size:1.1rem}.seating-container button[type=submit]:hover{background-color:#218838}.info{margin-top:20px;text-align:center}
