:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;--lightest-color:#fff;--primary-accent-color:#ef4136;--secondary-accent-color:#92278f;--darkest-color:#111827;--transparent-light-color:hsla(0,0%,94%,.9)}*{box-sizing:border-box;margin:0;padding:0}body{background:#f6f6f6;color:#1f1f1f;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}main{background:#fff;border-radius:16px;box-shadow:0 16px 48px rgba(31,31,31,.08);padding:2rem}a{color:inherit}.fadein{animation:fadeIn .35s forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #eee;padding:8px 12px;justify-content:space-between}.navbar,.navbar-controls{display:flex;align-items:center}.navbar-controls{gap:12px}.nav-title{font-weight:700;text-decoration:none;text-transform:uppercase;color:var(--darkest-color)}.hamburger{background:none;border:0;padding:6px;cursor:pointer;gap:8px}.hamburger,.hamburger-lines{display:flex;align-items:center}.hamburger-lines{flex-direction:column;line-height:0;height:35px;width:35px;justify-content:center}.hamburger-lines span{display:block;width:24px;height:2px;background:#333;margin:3px 0}.menu-label{font-size:18px;color:#333}.theme-toggle{background:#f8f9fa;border:2px solid #dee2e6;border-radius:25px;color:#495057;transition:all .3s ease;padding:10px 16px;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;min-width:80px;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.theme-toggle:hover{background:#e9ecef;border-color:#adb5bd;transform:scale(1.05)}.navbar-spacer{height:60px}#elm_super_menu{position:fixed;inset:0;background:#fff;z-index:9999;overflow:auto;padding:60px 20px 40px}.close-menu{position:absolute;top:12px;left:16px;background:none;border:0;font-size:28px;line-height:28px;cursor:pointer;display:flex;align-items:center;gap:8px;color:#333}.wrap{max-width:637px;margin:0 auto;padding:0 1.5rem}.toc{padding-top:2.5rem}.toc h2{color:var(--darkest-color);text-transform:uppercase;font-weight:800;margin-bottom:.5rem}.toc h2,.toc p{text-align:center}.toc p{color:var(--secondary-accent-color);font-weight:400;font-size:1rem;margin-bottom:2%}.playbill-highlights--list{list-style:none;-webkit-padding-start:0;padding-inline-start:0;-webkit-margin-before:0;margin-block-start:0;padding-top:2.5rem}.playbill-highlights--list li{font-size:1rem;margin-bottom:1rem;text-transform:uppercase;font-weight:700;list-style:none}.toc-link{text-decoration:none;color:var(--darkest-color)}.toc-item{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--secondary-accent-color);padding-bottom:.25rem}.toc-item__icon{color:var(--secondary-accent-color);font-size:1rem;margin-left:auto}.playbill-highlights--list li.active .toc-item{border-bottom-color:var(--primary-accent-color)}.playbill-highlights--list li.active .toc-item__icon{color:var(--primary-accent-color)}[data-theme=dark] body{background:#121212;color:#f9fafb}[data-theme=dark] main{background:#1f2937;box-shadow:0 16px 48px rgba(0,0,0,.4)}[data-theme=dark] .navbar{background:#1a1a1a;border-bottom-color:#333}[data-theme=dark] #elm_super_menu{background:#1a1a1a;color:#f9fafb}[data-theme=dark] .close-menu,[data-theme=dark] .menu-label,[data-theme=dark] .nav-title,[data-theme=dark] .toc h2,[data-theme=dark] .toc-link{color:#f9fafb}[data-theme=dark] .hamburger-lines span{background:#f9fafb}[data-theme=dark] .theme-toggle{background:#343a40;border-color:#495057;color:#f8f9fa}[data-theme=dark] .theme-toggle:hover{background:#495057;border-color:#6c757d}.landing-page{min-height:100vh;background:#d4e9d4;padding:2rem 1rem}.landing-wrapper{max-width:1200px;margin:0 auto}.landing-header{background:#ff6b35;border-radius:12px;padding:0;margin-bottom:2rem;text-align:center;overflow:hidden;display:flex;flex-direction:column;position:relative}.landing-header-controls{position:absolute;top:1rem;right:1rem;z-index:10}.landing-header .event-logo-wrapper{background:#fff;padding:2rem;display:flex;justify-content:center;align-items:center}.landing-header .event-logo{max-width:100%;height:auto;max-height:120px;width:auto;display:block}.landing-header>h1,.landing-header>h3,.landing-header>p{padding:0 2rem}.landing-header>h1{padding-top:3rem}.landing-header>p{padding-bottom:3rem}.landing-header h1{font-size:2rem;font-weight:700}.landing-header h1,.landing-header h3{color:#fff;margin:0 0 .5rem;font-family:sans-serif}.landing-header h3{font-size:1.2rem;font-weight:400}.landing-header p{color:#fff;font-size:1rem;font-weight:400;margin:0;font-family:sans-serif}.days{background:#fff9e6;border-radius:12px;padding:3rem 2rem;gap:3rem}.day,.days{display:flex;flex-direction:column}.day h2{color:#1a5f7a;font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:.5rem;text-transform:uppercase}.day h2:after{content:"";display:block;width:100%;height:2px;background:#1a5f7a;margin-top:.5rem;margin-bottom:1.5rem}.shows{display:flex;flex-direction:row;gap:2rem;justify-content:center}.show{display:flex;flex-direction:column;flex:1 1;max-width:400px}.show a{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem}.show img{width:100%;aspect-ratio:5.5/8.5;object-fit:contain;background-color:#000;border-radius:8px;margin-bottom:.5rem}.show ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.show ul li{color:#1f2937;font-size:.95rem}.show ul li:first-child{font-weight:700;font-size:1rem;color:#1f2937}.show ul li:last-child{color:#1a5f7a;font-style:italic;font-weight:500;font-size:1rem}.show ul li i{font-style:italic}.partners-section{background:#fff;border:2px solid #d4e9d4;border-radius:12px;padding:3rem 2rem;margin-top:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.partners-section h2{color:#1a5f7a;font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:.05em;position:relative;padding-bottom:1rem}.partners-section h2:after{content:"";display:block;width:80px;height:3px;background:#ff6b35;margin:1rem auto 0;border-radius:2px}.bee-row{width:100%}.bee-row-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:flex-start}.bee-col{display:flex;flex-direction:column;gap:1.5rem;align-items:center;flex:1 1;min-width:200px;max-width:280px}.bee-col-w3{flex-basis:calc(25% - 1.5rem)}.bee-block{display:flex;justify-content:center;align-items:center;width:100%}.bee-block.bee-image{margin:.5rem 0;padding:.5rem;transition:transform .2s ease}.bee-block.bee-image:hover{transform:translateY(-2px)}.bee-block.bee-image img{max-width:100%;height:auto;display:block;margin:0 auto;filter:grayscale(0);transition:filter .2s ease}.bee-block.bee-image:hover img{filter:grayscale(0)}.bee-block.bee-heading{text-align:center}.bee-block.bee-heading h1{color:#ff6b35;font-size:1rem;font-weight:600;margin:0;line-height:1.4;text-align:center;padding:.5rem 0}.bee-col-4 .bee-block.bee-heading h1{color:#ff6b35;font-size:.95rem;font-weight:600}.bee-block.bee-heading .tinyMce-placeholder{display:block}.bee-block.bee-paragraph{text-align:center}.bee-block.bee-paragraph p{color:#1a5f7a;font-size:.9rem;margin:0;font-style:italic}.bee-block.bee-divider{display:flex;justify-content:center;width:100%}.bee-separator{margin:.5rem 0}.bee-center{margin:0 auto}.bee-autowidth,.bee-fixedwidth{width:auto}[data-theme=dark] .landing-page{background:#1a1a1a}[data-theme=dark] .landing-header{background:#c55a2e}[data-theme=dark] .landing-header .event-logo-wrapper{background:#2a2a2a}[data-theme=dark] .days{background:#2d2d1f}[data-theme=dark] .day h2{color:#7ab8d4}[data-theme=dark] .day h2:after{background:#7ab8d4}[data-theme=dark] .show ul li{color:#e5e7eb}[data-theme=dark] .show ul li:first-child{color:#f9fafb}[data-theme=dark] .show ul li:last-child{color:#7ab8d4}[data-theme=dark] .partners-section{background:#2a2a2a;border-color:#3a3a3a;box-shadow:0 4px 12px rgba(0,0,0,.3)}[data-theme=dark] .partners-section h2{color:#7ab8d4}[data-theme=dark] .partners-section h2:after{background:#ff8c5a}[data-theme=dark] .bee-block.bee-heading h1,[data-theme=dark] .bee-col-4 .bee-block.bee-heading h1{color:#ff8c5a}[data-theme=dark] .bee-block.bee-paragraph p{color:#7ab8d4}[data-theme=dark] .bee-block.bee-divider .bee-separator{border-top-color:#0a9396}@media (max-width:768px){.landing-header-controls{position:static;align-self:flex-end;margin:1rem 1rem .5rem;padding:0}.landing-header .event-logo-wrapper{padding:1.5rem 1rem;margin-top:0}.landing-header .event-logo{max-height:80px}.shows{flex-direction:column}.show{max-width:100%}.landing-header h1{font-size:1.5rem}.landing-header h3{font-size:1rem}.partners-section{padding:2rem 1.5rem}.partners-section h2{font-size:1.25rem;margin-bottom:1.5rem}.bee-row-content{flex-direction:column;gap:2rem}.bee-col{max-width:100%}.bee-col,.bee-col-w3{flex-basis:100%}}@media (max-width:1024px) and (min-width:769px){.bee-col-w3{flex-basis:calc(50% - 1rem);max-width:calc(50% - 1rem)}}