.reservations-module__JtB6wW__container{max-width:1400px;min-height:calc(100vh - 120px);margin:0 auto;padding:3rem 2rem}.reservations-module__JtB6wW__header{text-align:center;margin-bottom:3rem}.reservations-module__JtB6wW__header h1{color:var(--wine-red);margin-bottom:1rem;font-size:3rem}.reservations-module__JtB6wW__subtitle{color:#000;font-size:1.2rem}.reservations-module__JtB6wW__content{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;display:grid}.reservations-module__JtB6wW__info{background:var(--white);border-top:4px solid var(--wine-red);border-radius:8px;padding:2.5rem;position:sticky;top:140px;box-shadow:0 4px 12px #0000001a}.reservations-module__JtB6wW__info h2{color:var(--wine-red);margin-bottom:2rem;font-size:2rem}.reservations-module__JtB6wW__infoSection{margin-bottom:2rem}.reservations-module__JtB6wW__infoSection h3{color:var(--black);margin-bottom:.75rem;font-size:1.3rem;font-weight:600}.reservations-module__JtB6wW__infoSection p{color:var(--black);margin:.5rem 0;line-height:1.8}.reservations-module__JtB6wW__form{background:var(--white);border-top:4px solid var(--gold);border-radius:8px;padding:3rem;box-shadow:0 4px 12px #0000001a}.reservations-module__JtB6wW__formGroup{flex:1;margin-bottom:1.5rem}.reservations-module__JtB6wW__formGroup label{color:var(--black);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.reservations-module__JtB6wW__input{border:2px solid var(--light-gray);border-radius:4px;width:100%;padding:.85rem;font-family:Montserrat,sans-serif;font-size:1rem;transition:border-color .3s}.reservations-module__JtB6wW__input:focus{border-color:var(--wine-red);outline:none}.reservations-module__JtB6wW__textarea{border:2px solid var(--light-gray);resize:vertical;border-radius:4px;width:100%;padding:.85rem;font-family:Montserrat,sans-serif;font-size:1rem;transition:border-color .3s}.reservations-module__JtB6wW__textarea:focus{border-color:var(--wine-red);outline:none}.reservations-module__JtB6wW__formRow{flex-wrap:wrap;gap:1.5rem;display:flex}.reservations-module__JtB6wW__formRow .reservations-module__JtB6wW__formGroup{flex:1;min-width:200px}.reservations-module__JtB6wW__submitBtn{background:var(--wine-red);width:100%;color:var(--cream);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:4px;margin-top:1rem;padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.reservations-module__JtB6wW__submitBtn:hover:not(:disabled){background:var(--deep-burgundy);transform:translateY(-2px);box-shadow:0 6px 12px #8b15384d}.reservations-module__JtB6wW__submitBtn:disabled{opacity:.6;cursor:not-allowed}.reservations-module__JtB6wW__successMessage{color:#155724;background:#d4edda;border-left:4px solid #28a745;border-radius:4px;margin-bottom:1rem;padding:1rem}.reservations-module__JtB6wW__errorMessage{color:#721c24;background:#f8d7da;border-left:4px solid #dc3545;border-radius:4px;margin-bottom:1rem;padding:1rem}.reservations-module__JtB6wW__userReservationsSection{max-width:1400px;margin:4rem auto 0;padding:0 2rem}.reservations-module__JtB6wW__reservationsTitle{color:var(--wine-red);text-align:center;margin-bottom:2rem;font-size:2rem}.reservations-module__JtB6wW__loading{text-align:center;color:#000;padding:3rem;font-size:1.1rem}.reservations-module__JtB6wW__reservationsList{gap:1.5rem;margin-bottom:3rem;display:grid}.reservations-module__JtB6wW__reservationCard{background:var(--white);border-left:4px solid var(--wine-red);border-radius:8px;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a}.reservations-module__JtB6wW__reservationCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.reservations-module__JtB6wW__reservationHeader{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;display:grid}.reservations-module__JtB6wW__reservationDate{align-items:center;display:flex}.reservations-module__JtB6wW__dateDisplay{background:linear-gradient(135deg,var(--wine-red)0%,var(--deep-burgundy)100%);color:#fff;border-radius:8px;flex-direction:column;align-items:center;min-width:100px;padding:1rem 1.5rem;display:flex}.reservations-module__JtB6wW__dateMonth{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.reservations-module__JtB6wW__dateDay{margin:.25rem 0;font-size:2rem;font-weight:700;line-height:1}.reservations-module__JtB6wW__dateYear{opacity:.9;font-size:.85rem}.reservations-module__JtB6wW__reservationDetails{flex-direction:column;gap:.75rem;display:flex}.reservations-module__JtB6wW__detailRow{align-items:baseline;gap:.5rem;display:flex}.reservations-module__JtB6wW__detailLabel{color:#000;font-size:.9rem;font-weight:600}.reservations-module__JtB6wW__detailValue{color:var(--black);font-size:1rem}.reservations-module__JtB6wW__reservationActions{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.reservations-module__JtB6wW__statusBadge{text-transform:capitalize;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.reservations-module__JtB6wW__statusBadge.reservations-module__JtB6wW__pending{color:#856404;background:#fff3cd;border:1px solid #ffeeba}.reservations-module__JtB6wW__statusBadge.reservations-module__JtB6wW__confirmed{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.reservations-module__JtB6wW__cancelBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#dc3545;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.reservations-module__JtB6wW__cancelBtn:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 6px #dc35454d}.reservations-module__JtB6wW__cancelBtn:active{transform:translateY(0)}.reservations-module__JtB6wW__emptyReservations{text-align:center;background:var(--white);border-radius:8px;padding:4rem 2rem;box-shadow:0 2px 8px #0000001a}.reservations-module__JtB6wW__emptyReservations p{color:#000;margin:.5rem 0;font-size:1.1rem}.reservations-module__JtB6wW__emptyHint{font-style:italic;font-size:.95rem!important}@media (max-width:968px){.reservations-module__JtB6wW__content{grid-template-columns:1fr;gap:2rem}.reservations-module__JtB6wW__info{position:static}.reservations-module__JtB6wW__header h1{font-size:2rem}.reservations-module__JtB6wW__form{padding:2rem}.reservations-module__JtB6wW__formRow{flex-direction:column}.reservations-module__JtB6wW__formRow .reservations-module__JtB6wW__formGroup{min-width:100%}.reservations-module__JtB6wW__reservationHeader{grid-template-columns:1fr;gap:1.5rem}.reservations-module__JtB6wW__dateDisplay{flex-direction:row;justify-content:center;gap:.5rem;padding:.75rem 1.25rem}.reservations-module__JtB6wW__dateDay{font-size:1.5rem}.reservations-module__JtB6wW__reservationActions{align-items:center}.reservations-module__JtB6wW__cancelBtn{width:100%}}@media (max-width:480px){.reservations-module__JtB6wW__container{padding:1.5rem 1rem}.reservations-module__JtB6wW__header{margin-bottom:1.5rem}.reservations-module__JtB6wW__header h1{font-size:1.75rem}.reservations-module__JtB6wW__subtitle{font-size:1rem}.reservations-module__JtB6wW__info{padding:1.5rem 1.25rem}.reservations-module__JtB6wW__info h2{margin-bottom:1.25rem;font-size:1.5rem}.reservations-module__JtB6wW__infoSection{margin-bottom:1.5rem}.reservations-module__JtB6wW__infoSection h3{font-size:1.1rem}.reservations-module__JtB6wW__infoSection p{font-size:.95rem;line-height:1.6}.reservations-module__JtB6wW__form{padding:1.5rem 1.25rem}.reservations-module__JtB6wW__formGroup{margin-bottom:1.25rem}.reservations-module__JtB6wW__userReservationsSection{margin-top:2.5rem;padding:0 1rem}.reservations-module__JtB6wW__reservationsTitle{margin-bottom:1.5rem;font-size:1.5rem}.reservations-module__JtB6wW__reservationCard{padding:1.25rem}.reservations-module__JtB6wW__reservationHeader{gap:1rem}.reservations-module__JtB6wW__dateDisplay{gap:.6rem;min-width:0;padding:.6rem 1rem}.reservations-module__JtB6wW__dateDay{font-size:1.25rem}.reservations-module__JtB6wW__reservationDetails{gap:.5rem}}.reservations-module__JtB6wW__eventsSection{margin-bottom:3rem}.reservations-module__JtB6wW__eventsSectionTitle{color:var(--wine-red);margin-bottom:.5rem;font-size:1.8rem}.reservations-module__JtB6wW__eventsSectionHint{color:var(--black);margin-bottom:1.5rem}
.EventsTicketList-module__GXFuQW__container{max-width:1100px;min-height:calc(100vh - 120px);margin:0 auto;padding:3rem 2rem}.EventsTicketList-module__GXFuQW__header{text-align:center;margin-bottom:3rem}.EventsTicketList-module__GXFuQW__header h1{color:var(--wine-red);margin-bottom:1rem;font-size:3rem}.EventsTicketList-module__GXFuQW__subtitle{color:var(--black);margin-bottom:1rem;font-size:1.3rem;font-weight:500}.EventsTicketList-module__GXFuQW__eventList{gap:1.5rem;display:grid}.EventsTicketList-module__GXFuQW__eventCard{background:var(--white);border-left:4px solid var(--wine-red);border-radius:8px;padding:2rem;box-shadow:0 4px 12px #0000001a}.EventsTicketList-module__GXFuQW__eventCardMain{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.EventsTicketList-module__GXFuQW__ticketForm{border-top:1px solid var(--light-gray,#ddd);gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:grid}.EventsTicketList-module__GXFuQW__formRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.EventsTicketList-module__GXFuQW__formField{flex-direction:column;display:flex}.EventsTicketList-module__GXFuQW__formField label{color:var(--black);margin-bottom:4px;font-weight:600}.EventsTicketList-module__GXFuQW__formField input,.EventsTicketList-module__GXFuQW__formField textarea{border:1px solid #ccc;border-radius:4px;padding:.6rem;font-family:inherit;font-size:1rem}.EventsTicketList-module__GXFuQW__cancelBtn{color:#333;cursor:pointer;background:#eee;border:none;border-radius:4px;min-height:56px;padding:.75rem 2rem;font-size:1rem;font-weight:600;display:inline-block}.EventsTicketList-module__GXFuQW__eventInfo{flex:360px}.EventsTicketList-module__GXFuQW__eventInfo h2{color:var(--wine-red);margin:0 0 .5rem;font-size:1.5rem}.EventsTicketList-module__GXFuQW__eventMeta{color:var(--black);margin-bottom:.5rem;font-weight:600}.EventsTicketList-module__GXFuQW__eventDescription{color:#000;margin:0;line-height:1.5}.EventsTicketList-module__GXFuQW__memberBadge{background:var(--gold);color:var(--black);text-transform:uppercase;letter-spacing:.5px;vertical-align:middle;border-radius:12px;margin-left:.5rem;padding:.2rem .8rem;font-size:.8rem;font-weight:700;display:inline-block}.EventsTicketList-module__GXFuQW__purchase{text-align:center;min-width:160px}.EventsTicketList-module__GXFuQW__price{color:var(--black);margin-bottom:.75rem;font-size:1.8rem;font-weight:700}.EventsTicketList-module__GXFuQW__buyBtn{background:var(--wine-red);color:#fff;cursor:pointer;border:none;border-radius:4px;min-height:56px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:inline-block}.EventsTicketList-module__GXFuQW__buyBtn:hover:not(:disabled){opacity:.9}.EventsTicketList-module__GXFuQW__buyBtn:disabled{cursor:not-allowed;background:#999}.EventsTicketList-module__GXFuQW__soldOut{color:#666;text-transform:uppercase;letter-spacing:.5px;background:#eee;border-radius:4px;padding:.75rem 2rem;font-weight:700;display:inline-block}.EventsTicketList-module__GXFuQW__notice{background:var(--cream,#faf6ef);border:1px solid var(--light-gray,#ddd);color:var(--black);border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem}.EventsTicketList-module__GXFuQW__errorBox{color:#c33;background:#fee;border:1px solid #fcc;border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem}.EventsTicketList-module__GXFuQW__emptyState{text-align:center;color:var(--black);padding:4rem 2rem;font-size:1.1rem}@media (max-width:768px){.EventsTicketList-module__GXFuQW__container{padding:2rem 1rem}.EventsTicketList-module__GXFuQW__header h1{font-size:2.2rem}.EventsTicketList-module__GXFuQW__eventCard{padding:1.5rem}.EventsTicketList-module__GXFuQW__purchase,.EventsTicketList-module__GXFuQW__buyBtn{width:100%}}
