:root{--purple:#8b2fa8;--purple-dark:#6a2282;--purple-light:#f3e6f7;--black:#111;--gray-900:#1f1f1f;--gray-700:#4a4a4a;--gray-500:#767676;--gray-300:#d9d9d9;--gray-100:#f5f5f5;--white:#fff;--error:#b42318;--shadow:0 12px 40px #11111114;--radius:14px;--radius-sm:10px;--container:1120px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;display:block}button,input,select{font:inherit}a{color:inherit}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.site-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-300);background:#ffffffeb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.brand{cursor:pointer;background:0 0;border:0;align-items:center;padding:0;text-decoration:none;display:inline-flex}.brand-logo{width:auto;height:36px}.nav{gap:.25rem;display:flex}.nav button{color:var(--gray-700);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.6rem .9rem;font-weight:600;transition:color .2s,background .2s}.nav button:hover{color:var(--purple);background:var(--purple-light)}.hero{background:linear-gradient(180deg, var(--purple-light) 0%, var(--white) 100%);padding:4rem 0 5rem;position:relative;overflow:hidden}.hero-bg{pointer-events:none;background:radial-gradient(circle at 85% 15%,#8b2fa81f,#0000 40%),radial-gradient(circle at 10% 80%,#8b2fa814,#0000 35%);position:absolute;inset:0}.hero-content{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.hero-logo{width:min(280px,70vw);height:auto;margin-bottom:.5rem}.hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--purple);margin:0;font-size:.9rem;font-weight:700}.hero-title{color:var(--black);margin:0;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--purple);margin-top:.35rem;font-size:clamp(1.2rem,3vw,1.8rem);display:block}.hero-meta{color:var(--gray-700);flex-wrap:wrap;justify-content:center;gap:.75rem;font-weight:500;display:flex}.meta-divider{color:var(--gray-500)}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:1rem;display:flex}.btn{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 1.5rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-primary{background:var(--purple);color:var(--white);box-shadow:0 8px 24px #8b2fa840}.btn-primary:hover:not(:disabled){background:var(--purple-dark)}.btn-secondary{background:var(--white);color:var(--purple);border:2px solid var(--purple)}.btn-secondary:hover:not(:disabled){background:var(--purple-light)}.btn-full{width:100%}.section{padding:4.5rem 0}.section-alt{background:var(--gray-100)}.section-header{max-width:720px;margin-bottom:2rem}.section-header h2{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.4rem);line-height:1.15}.section-header p{color:var(--gray-700);margin:0}.info-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.info-card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.info-card h3{text-transform:uppercase;letter-spacing:.06em;color:var(--purple);margin:0 0 .35rem;font-size:.85rem}.info-card p{color:var(--black);margin:0;font-weight:600}.info-details{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.detail-block h3{margin:0 0 .75rem;font-size:1.1rem}.detail-block ul{color:var(--gray-700);margin:0;padding-left:1.1rem}.detail-block li+li{margin-top:.5rem}.facility-name{margin-bottom:.25rem;font-weight:700}.form-card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.form-grid,.ticket-controls{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.field{flex-direction:column;gap:.4rem;display:flex}.field label{color:var(--gray-900);font-size:.9rem;font-weight:600}.field input,.field select{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);width:100%;color:var(--black);padding:.8rem .9rem;transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus{border-color:var(--purple);outline:none;box-shadow:0 0 0 3px #8b2fa826}.field-error,.form-error{color:var(--error);font-size:.85rem}.field-hint{color:var(--gray-500);margin-top:.35rem;font-size:.8rem;display:block}.form-footer{border-top:1px solid var(--gray-300);margin-top:1.5rem;padding-top:1.5rem}.pay-later-option{cursor:pointer;color:var(--gray-700);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:flex}.pay-later-option input{width:1.1rem;height:1.1rem;accent-color:var(--purple);cursor:pointer}.price-summary{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.05rem;display:flex}.price-summary strong{color:var(--purple);font-size:1.35rem}.form-note{color:var(--gray-500);text-align:center;margin:.85rem 0 0;font-size:.85rem}.ticket-options{gap:.85rem;margin-bottom:1.25rem;display:grid}.ticket-option{border:2px solid var(--gray-300);border-radius:var(--radius-sm);cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem 1.1rem;transition:border-color .2s,background .2s;display:grid}.ticket-option.selected{border-color:var(--purple);background:var(--purple-light)}.ticket-option input{accent-color:var(--purple)}.ticket-name{font-weight:700;display:block}.ticket-desc{color:var(--gray-700);font-size:.9rem;display:block}.site-footer{background:var(--black);color:var(--white);padding:3rem 0 2rem}.footer-inner{gap:1.5rem;display:grid}.footer-logo{background:var(--white);border-radius:var(--radius-sm);width:180px;padding:.75rem 1rem}.footer-title{margin:0 0 .35rem;font-weight:700}.footer-content p{color:var(--gray-300);margin:.15rem 0}.footer-email{color:var(--white);margin-top:.75rem;font-weight:600;text-decoration:none;display:inline-block}.footer-email:hover{color:var(--purple-light)}.footer-copy{color:var(--gray-500);border-top:1px solid #ffffff1f;margin:0;padding-top:1rem;font-size:.85rem}.checkout-section .section{padding-top:3rem}.checkout-container{max-width:560px}.checkout-card{text-align:center}.checkout-card h2{margin:0 0 .5rem;font-size:clamp(1.35rem,3vw,1.75rem)}.page-hero{background:linear-gradient(180deg, var(--purple-light) 0%, var(--white) 100%);border-bottom:1px solid var(--gray-300);padding:2.5rem 0 2rem}.page-hero-content h1{margin:.75rem 0 .35rem;font-size:clamp(1.75rem,4vw,2.4rem);line-height:1.15}.page-hero-content p{color:var(--gray-700);margin:0}.page-back,.legal-back{color:var(--purple);margin-bottom:.25rem;font-weight:600;text-decoration:none;display:inline-block}.page-back:hover,.legal-back:hover{color:var(--purple-dark)}.checkout-loading{color:var(--gray-700);flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.checkout-loading.compact{padding:.5rem 0 1rem}.spinner{border:3px solid var(--gray-300);border-top-color:var(--purple);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.checkout-logo{width:180px;margin:0 auto 1rem}.checkout-badge{background:var(--purple-light);color:var(--purple);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;margin-bottom:.75rem;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.checkout-message{color:var(--gray-700)}.checkout-summary{background:var(--gray-100);border-radius:var(--radius-sm);text-align:left;margin:1.5rem 0;padding:1rem}.checkout-summary h3{margin:0 0 .25rem;font-size:1rem}.checkout-summary p{color:var(--gray-700);margin:0}.checkout-amount{font-size:1.5rem;font-weight:800;color:var(--purple)!important;margin-top:.5rem!important}.checkout-details{text-align:left;gap:.75rem;margin:0 0 1.5rem;display:grid}.checkout-details div{border-bottom:1px solid var(--gray-300);justify-content:space-between;gap:1rem;padding-bottom:.5rem;display:flex}.checkout-details dt{color:var(--gray-700);font-weight:600}.checkout-details dd{margin:0;font-weight:600}.checkout-actions{flex-direction:column;gap:.75rem;display:flex}code{background:var(--gray-100);border-radius:4px;padding:.1rem .35rem;font-size:.85em}.payment-success{z-index:200;background:linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 100%);color:var(--white);position:sticky;top:0;box-shadow:0 8px 24px #8b2fa840}.payment-success-inner{grid-template-columns:auto 1fr;align-items:start;gap:1rem;padding:1.25rem 3rem 1.25rem 0;display:grid;position:relative}.payment-success-icon{background:#ffffff2e;border-radius:50%;flex-shrink:0;place-items:center;width:2.5rem;height:2.5rem;font-size:1.35rem;font-weight:800;display:grid}.payment-success-content h2{margin:0 0 .35rem;font-size:1.15rem}.payment-success-content p{color:#ffffffeb;margin:0}.payment-success-amount{font-weight:700;margin-top:.5rem!important}.payment-success-note{font-size:.9rem;margin-top:.65rem!important}.payment-success-note a{color:var(--white);font-weight:600}.payment-success-close{color:var(--white);cursor:pointer;opacity:.85;background:0 0;border:0;padding:.25rem .5rem;font-size:1.75rem;line-height:1;position:absolute;top:.75rem;right:0}.payment-success-close:hover{opacity:1}.cookie-consent{z-index:300;background:var(--white);border-top:1px solid var(--gray-300);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #11111114}.cookie-consent-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.cookie-consent-inner p{color:var(--gray-700);max-width:720px;margin:0}.cookie-consent-inner a{color:var(--purple);font-weight:600}.legal-page .section{padding-top:3rem}.legal-content{max-width:760px}.legal-updated{color:var(--gray-500);margin:0}.legal-content section{margin-bottom:1.75rem}.legal-content h2{margin:0 0 .5rem;font-size:1.15rem}.legal-content p,.legal-content li{color:var(--gray-700)}.legal-content a{color:var(--purple)}.footer-links{gap:1rem;display:flex}.footer-links a{color:var(--gray-300);font-size:.9rem;text-decoration:none}.footer-links a:hover{color:var(--white)}@media (width<=640px){.hero{padding:3rem 0 4rem}.header-inner{flex-wrap:wrap;min-height:auto;padding:.75rem 0}.nav{flex-wrap:wrap;justify-content:center;width:100%}.nav button{padding:.5rem .65rem;font-size:.9rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.section{padding:3.5rem 0}}.admin-page{background:linear-gradient(180deg, var(--purple-light) 0%, var(--gray-100) 100%);min-height:100vh}.admin-login-card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);width:min(100% - 2rem,420px);box-shadow:var(--shadow);margin:4rem auto;padding:2rem}.admin-login-logo{width:auto;height:40px;margin-bottom:1rem}.admin-login-card h1{margin:0;font-size:1.75rem}.admin-login-subtitle{color:var(--gray-700);margin:.5rem 0 1.5rem}.admin-login-form{gap:1rem;display:grid}.admin-login-footer{text-align:center;margin:1.25rem 0 0}.admin-login-footer a{color:var(--purple);font-weight:600;text-decoration:none}.admin-shell{background:#f4f5f7;grid-template-columns:240px 1fr;min-height:100vh;display:grid}.admin-sidebar{background:linear-gradient(#1a1220 0%,#241530 100%);flex-direction:column;height:100vh;padding:1.5rem .85rem;display:flex;position:sticky;top:0;overflow-y:auto}.admin-sidebar-brand{justify-content:center;align-items:center;margin-bottom:.5rem;padding:.75rem .85rem 1.5rem;display:flex}.admin-sidebar-name{letter-spacing:-.02em;color:#fff;text-align:center;font-size:1.15rem;font-weight:800}.admin-sidebar-nav{flex:1}.admin-sidebar-section{margin-bottom:1.5rem}.admin-sidebar-section-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff61;margin:0 0 .45rem;padding:0 .85rem;font-size:.68rem;font-weight:600}.admin-sidebar-section ul{gap:.15rem;margin:0;padding:0;list-style:none;display:grid}.admin-sidebar-link{color:#ffffffb8;border-radius:8px;padding:.6rem .85rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s;display:block}.admin-sidebar-link:hover{color:#fff;background:#ffffff14}.admin-sidebar-link.active{color:#fff;background:#8b2fa859;font-weight:600;box-shadow:inset 3px 0 #c56de8}.admin-sidebar-link-muted{color:#ffffff8c;margin-bottom:.35rem}.admin-sidebar-footer{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:1rem}.admin-sidebar-user{color:#ffffff73;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .75rem;padding:0 .85rem;font-size:.78rem;overflow:hidden}.admin-sidebar-logout{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:8px;width:100%;padding:.6rem .85rem;font-size:.92rem;font-weight:500;transition:background .18s,border-color .18s,color .18s}.admin-sidebar-logout:hover{color:#ff8a8a;background:#dc3c3c26;border-color:#dc3c3c66}.admin-content{padding:2rem 2.25rem;overflow-x:auto}.admin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.75rem;display:flex}.admin-page-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--purple);margin:0 0 .3rem;font-size:.75rem;font-weight:600}.admin-page-header h1{letter-spacing:-.02em;color:var(--black);margin:0;font-size:1.65rem;font-weight:700}.admin-page-description{color:var(--gray-500);max-width:52ch;margin:.4rem 0 0;font-size:.95rem}.admin-count-badge{background:var(--white);color:var(--purple-dark);white-space:nowrap;border-radius:999px;align-items:center;padding:.35rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 1px 4px #1111110f}.admin-loading,.admin-error,.admin-empty{text-align:center;background:var(--white);color:var(--gray-500);border-radius:12px;padding:3rem 2rem;box-shadow:0 1px 4px #1111110f}.admin-loading-full,.admin-error-full{width:min(100% - 2rem,480px);margin:4rem auto}.admin-error{color:var(--error)}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem;margin-bottom:1.75rem;display:grid}.admin-stat-card{background:var(--white);border-top:3px solid #0000;border-radius:12px;gap:.4rem;padding:1.1rem 1.2rem;transition:box-shadow .18s,transform .18s;display:grid;box-shadow:0 1px 4px #1111110f}.admin-stat-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #11111114}.admin-stat-card span{color:var(--gray-500);font-size:.82rem;font-weight:500}.admin-stat-card strong{letter-spacing:-.03em;font-size:1.75rem;font-weight:700;line-height:1}.admin-stat-card.accent-purple{border-top-color:var(--purple)}.admin-stat-card.accent-purple strong{color:var(--purple-dark)}.admin-stat-card.accent-blue{border-top-color:#4f6ef7}.admin-stat-card.accent-blue strong{color:#3b57d9}.admin-stat-card.accent-teal{border-top-color:#2aab9b}.admin-stat-card.accent-teal strong{color:#1d8a7d}.admin-stat-card.accent-amber{border-top-color:#e8a020}.admin-stat-card.accent-amber strong{color:#b87d10}.admin-stat-card.accent-green{border-top-color:#34a853}.admin-stat-card.accent-green strong{color:#2d8f47}.admin-stat-card.accent-gray{border-top-color:#aab0bb}.admin-stat-card.accent-gray strong{color:var(--gray-700)}.admin-panel{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #1111110f}.admin-panel-header{border-bottom:1px solid #eef0f3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;display:flex}.admin-panel-header h2{color:var(--black);margin:0;font-size:1rem;font-weight:600}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eef0f3;padding:.9rem 1.25rem}.admin-table tbody tr{transition:background .12s}.admin-table tbody tr:hover{background:#fafbfc}.admin-table-row-clickable{cursor:pointer}.admin-table-row-clickable:focus-visible{outline:2px solid var(--purple);outline-offset:-2px}.admin-view-btn{color:var(--purple-dark);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e5ea;border-radius:6px;padding:.3rem .65rem;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s}.admin-view-btn:hover{background:var(--purple-light);border-color:#d4a8e4}.admin-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#11111173;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:14px;flex-direction:column;width:min(100%,560px);max-height:min(90vh,720px);display:flex;overflow:hidden;box-shadow:0 20px 60px #1113}.admin-modal-header{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.35rem 1.5rem 1rem;display:flex}.admin-modal-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--purple);margin:0 0 .25rem;font-size:.72rem;font-weight:600}.admin-modal-header h2{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.admin-modal-close{color:var(--gray-700);cursor:pointer;background:#f4f5f7;border:0;border-radius:8px;flex-shrink:0;width:2rem;height:2rem;font-size:1.25rem;line-height:1;transition:background .15s}.admin-modal-close:hover{background:#e8eaee}.admin-modal-body{padding:.5rem 1.5rem 1rem;overflow-y:auto}.admin-detail-section{border-bottom:1px solid #eef0f3;padding:1rem 0}.admin-detail-section:last-child{border-bottom:none}.admin-detail-section h3{letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);margin:0 0 .75rem;font-size:.78rem;font-weight:600}.admin-detail-list{gap:.65rem;margin:0;display:grid}.admin-detail-row{grid-template-columns:130px 1fr;align-items:start;gap:.75rem;display:grid}.admin-detail-row dt{color:var(--gray-500);margin:0;font-size:.85rem;font-weight:500}.admin-detail-row dd{color:var(--black);word-break:break-word;margin:0;font-size:.9rem;font-weight:500}.admin-detail-row a{color:var(--purple);text-decoration:none}.admin-detail-row a:hover{text-decoration:underline}.admin-modal-footer{background:#fafbfc;border-top:1px solid #eef0f3;justify-content:flex-end;padding:1rem 1.5rem 1.25rem;display:flex}@media (width<=600px){.admin-detail-row{grid-template-columns:1fr;gap:.2rem}.admin-modal-backdrop{padding:.75rem}}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table th{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);white-space:nowrap;background:#fafbfc;font-size:.72rem;font-weight:600}.admin-cell-stack{gap:.15rem;display:grid}.admin-cell-stack strong{color:var(--black);font-weight:600}.admin-cell-stack span{color:var(--gray-500);font-size:.85rem}.admin-cell-stack a{color:var(--purple);font-size:.88rem;font-weight:500;text-decoration:none}.admin-cell-stack a:hover{text-decoration:underline}.admin-type-badge{background:var(--purple-light);color:var(--purple-dark);letter-spacing:.02em;border-radius:6px;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.admin-status{letter-spacing:.02em;border-radius:6px;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.status-paid{color:#1e7e34;background:#e6f4ea}.status-pay-later{color:#9a6700;background:#fef3e0}.status-pending{color:var(--gray-700);background:#f0f1f3}.admin-paid-at{color:var(--gray-500);margin-top:.3rem;font-size:.75rem;display:block}@media (width<=900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{height:auto;padding:1rem .85rem;position:static}.admin-sidebar-brand{margin-bottom:0;padding-bottom:1rem}.admin-content{padding:1.25rem}.admin-page-header{flex-direction:column;align-items:flex-start}.admin-stats{grid-template-columns:repeat(2,1fr)}}
