:root{--wp--preset--color--purple: #383e99;--wp--preset--color--green: #0bb6c7;--wp--preset--color--red: #ef492f;--wp--preset--color--white: #ffffff;--wp--preset--color--black: #000000;--wp--preset--color--gray: #666666;--wp--preset--color--light-gray: #f0f0f2;--wp--preset--font-family--primary: "Gotham HTF", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--wp--preset--font-family--secondary: "Gotham", "Times New Roman", serif;--wp--preset--font-family--narrow: "Gotham Narrow", "Gotham HTF", -apple-system, BlinkMacSystemFont, sans-serif}body{font-family:var(--wp--preset--font-family--primary);font-size:1rem;line-height:1.5;color:#333;background-color:var(--wp--preset--color--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--wp--preset--font-family--secondary);font-weight:700;line-height:1.2;color:var(--wp--preset--color--purple);margin:0 0 1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin:0 0 1.5rem}a{color:var(--wp--preset--color--purple);text-decoration:none;transition:color .3s ease}a:hover{text-decoration:underline}#rf-logo{width:150px;height:auto;margin:0 auto}app-container{display:grid;grid-template-rows:auto auto 1fr auto;grid-template-columns:1fr;min-height:100vh;gap:1rem}.loading{display:flex;justify-content:center;align-items:center;height:100%}.header{padding:1rem;background-color:var(--wp--preset--color--light-gray);border:1px solid #ddd;grid-column:1 / -1}footer{grid-column:1 / -1;padding:1rem;background-color:var(--wp--preset--color--light-gray);border-top:1px solid #ddd;text-align:center}lit-router main{padding:1rem;grid-column:1 / span 2;display:flex;flex-direction:column;gap:1rem}.flex-row{display:flex;flex-direction:row}.form-row{display:flex;flex-direction:row;align-items:center;gap:1rem}label{flex:1}.form-row input,.form-row select{flex:2;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:var(--wp--preset--font-family--primary);background-color:var(--wp--preset--color--light-gray)}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.flex-grow{flex:1}nav{display:flex;justify-content:space-between;align-items:center}.nav-links{display:flex;gap:1.5rem}.nav-links a{text-decoration:none;font-family:var(--wp--preset--font-family--primary);text-transform:uppercase;font-weight:700;letter-spacing:.05em;color:var(--wp--preset--color--black);padding-bottom:.5rem;border-bottom:2px solid transparent}.nav-links a[active]{color:var(--wp--preset--color--purple);border-bottom-color:var(--wp--preset--color--green)}button,.button{background-color:var(--wp--preset--color--purple);color:#fff;border-radius:0;border:1px solid var(--wp--preset--color--purple);transition:background-color .15s,color .15s;letter-spacing:.25px;font-weight:700;font-family:var(--wp--preset--font-family--primary);font-size:1rem;padding:12px 24px;text-decoration:none;display:inline-block;text-transform:uppercase;cursor:pointer}button:hover,.button:hover{background-color:#fff;color:var(--wp--preset--color--purple)}button.warning{background-color:var(--wp--preset--color--red);border-color:var(--wp--preset--color--red)}button.warning:hover{background-color:#fff;color:var(--wp--preset--color--red)}button:disabled{background-color:var(--wp--preset--color--gray);border-color:var(--wp--preset--color--gray);cursor:not-allowed}.page-controls{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;gap:10px}.page-controls button{width:150px}form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}label{font-size:1.125rem;font-family:var(--wp--preset--font-family--narrow);margin:1rem .5rem .5rem}input[type=text],input[type=email],input[type=password],input[type=number],select{font-family:inherit;font-size:1rem;padding:12px;background-color:var(--wp--preset--color--light-gray);border:1px solid #ddd;width:100%;box-sizing:border-box}fieldset{border:1px solid #ddd;padding:1rem;margin-bottom:1rem}legend{font-family:var(--wp--preset--font-family--secondary);color:var(--wp--preset--color--purple);font-size:1.5rem;font-weight:700;padding:0 .5rem}.record-list{display:flex;flex-direction:column;padding-top:1rem}#total{font-weight:700;color:var(--wp--preset--color--purple);font-size:1.25rem;margin:1rem}.list-item{padding:1rem;border:1px solid #ddd;margin-bottom:1rem;transition:box-shadow .3s ease}.list-item:hover{box-shadow:0 4px 8px #0000001a}.hide-decoration{text-decoration:none;color:inherit}.ticket-item{display:grid;grid-template-columns:repeat(4,1fr) 150px;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;gap:10px}.ticket-item span{flex:1}.product-item{display:flex;flex-direction:column;padding:1rem;border:1px solid #ddd;margin-bottom:1rem;transition:box-shadow .3s ease}#cart-info{font-weight:700;color:#fff;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;align-items:center;padding:.5rem 1rem;background-color:var(--wp--preset--color--purple);border:1px solid #ddd;padding:1rem;font-size:1.25rem}#shopping-cart-items h4{margin:0}.label-and-field{display:flex;flex-direction:column;margin-bottom:1rem}.item-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}#cart-info div{display:flex;flex-direction:row;align-items:center;gap:1rem}.shopping-cart-button{position:fixed;bottom:1rem;right:1rem;z-index:1000;display:flex;align-items:center;gap:.5rem}.cart-count{background-color:var(--wp--preset--color--red);color:#fff;border-radius:50%;padding:.25rem .5rem;font-size:.75rem;gap:.5rem;display:inline-flex;align-items:center;justify-content:center}.checkout-header{display:flex;flex-direction:column;padding:1rem;background-color:var(--wp--preset--color--light-gray);border-bottom:1px solid #ddd}.checkout-header h1{margin-bottom:.5rem}.checkout-header p{margin:.25rem 0}.back-link{color:var(--wp--preset--color--purple);text-decoration:none;font-weight:700;font-size:1rem;margin-top:.5rem}.text-banner{background-color:var(--wp--preset--color--purple);color:var(--wp--preset--color--white);padding:2rem 1rem;text-align:center;font-size:2rem;font-weight:700;margin:3rem 0}#seat-map-dialog{width:80vw;padding:1rem}.dialog-content{position:relative}dialog::backdrop{background-color:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}img.seat-map{width:75vw;height:auto;border-radius:.5rem}#close-seat-map-button{position:fixed;top:2rem;right:2rem;background-color:var(--wp--preset--color--red);color:#fff;border:none;padding:1rem 2rem;cursor:pointer}#seat-map-aside{display:none;position:relative}#seat-map-aside img{width:100%;height:auto}#seat-map-aside h2{margin-bottom:2rem}#show-seat-map-button-aside{position:absolute;top:1rem;right:1rem}label{padding-left:.5rem}#checkout-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}#program-image{width:100%;height:auto;border-radius:.5rem;margin-bottom:1rem}.toast-container{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:9999;width:350px}toast-notification{display:block;width:100%;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background-color:#fff;opacity:0;transform:translate(100%);transition:all .4s cubic-bezier(.21,1.02,.73,1)}toast-notification.show{opacity:1;transform:translate(0)}toast-notification.hide{opacity:0;transform:scale(.8);margin-top:-10px}@media (min-width: 1000px){program-detail{display:grid;grid-template-areas:"header header" "main aside" "footer footer";grid-template-columns:minmax(550px,800px) minmax(500px,1fr);grid-gap:1rem}program-detail main{grid-area:main}#show-seat-map-button-main{display:none}#seat-map-aside{display:block;grid-area:aside;display:relative}#seat-map-aside img{width:100%;height:auto}#shopping-cart-items .list-item{display:grid;grid-template-columns:.5fr 1fr;align-items:center}.list-item{font-size:1.125em}}.content-block{display:flex;flex-direction:column;padding:1rem}#program-image{height:300px;width:auto;object-fit:contain;align-self:flex-start}
