*{box-sizing:border-box;padding:0}*,body{margin:0}body{background-color:#1c1c1c;color:#f0f0f0;font-family:Arial,sans-serif}.App{margin:auto;max-width:1000px;padding:20px}h1{margin-bottom:20px;text-align:center}h1,h2{color:#fc0}h2,h3{margin-bottom:15px}h3{color:#e9d481}p{line-height:20px}.subheading{margin-bottom:30px;text-align:center}.main-layout{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.booking-summary,.movie-selector,.seat-selector{background-color:#2a2a2a;border-radius:10px;flex:1 1;margin:15px;min-width:300px;padding:20px}select{background-color:#333;border:none;border-radius:5px;color:#fff;margin-top:10px;padding:10px;width:100%}.selected-movie{color:#fc0;font-size:1.1em;margin:10px 0}.movie-posters{display:flex;flex-direction:column;gap:10px;margin-top:10px}.poster-row{align-items:center;border-radius:5px;cursor:pointer;display:flex;gap:10px;padding:5px;transition:background .3s ease}.poster-row:hover{background-color:#f0f0f0;color:#000}.poster-row.selected{background-color:#d0ebff;color:#e94560;font-weight:700}.poster-row img{border-radius:5px;width:50px}.seats-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);margin-top:10px}.seat-icon{background-color:#333;font-size:24px}.seat-icon.selected{background-color:#f05}.seat-icon.taken{background-color:#555;opacity:.6}.confirm-btn{background-color:#0c6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:18px;margin-top:20px;padding:15px;width:100%}.confirm-btn:hover{box-shadow:0 0 5px #0000004d;transform:scale(1.1)}.seat-icon{align-items:center;border-radius:5px;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;line-height:20px;margin:5px;padding:10px;text-align:center;transition:transform .2s ease,background-color .3s ease;width:40px}.seat-icon:not(.taken):hover{box-shadow:0 0 5px #0000004d;transform:scale(1.1)}.seat-icon:not(.taken):not(.selected){background-color:#a8e6cf;color:#000;height:40px;width:40px}.seat-icon.selected{background-color:#e94560;color:#fff}.seat-icon.taken{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.7;text-decoration:line-through}.seat-legend{display:flex;font-size:14px;justify-content:space-around;margin-top:20px}.seat-legend .legend{align-items:center;border-radius:5px;display:inline-block;font-weight:700;height:30px;justify-content:center;margin-right:8px;text-align:center;width:30px}.seat-legend .available{background-color:#a8e6cf;color:#000}.seat-legend .selected{background-color:#e94560;color:#fff;height:40px;width:40px}.seat-legend .taken{background-color:#ccc;color:#666;height:40px;text-decoration:line-through;width:40px}.screen{margin-bottom:50px;text-align:center}.screen-display{background:#555;border-radius:20px 20px 5px 5px;color:#fff;font-weight:700;margin:0 auto;padding:10px;width:200px}
/*# sourceMappingURL=main.d67955e6.css.map*/