[data-i18n]{opacity:0;transition:opacity .04s ease-in}.i18n-ready [data-i18n]{opacity:1}:root{--primary: #FF6B00;--primary-light: #FFB693;--primary-container: #572000;--secondary: #F2D024;--secondary-dim: #DDBC00;--tertiary: #C8C6C6;--error: #FFB4AB;--error-container: #93000A;--bg: #131313;--surface-lowest: #0E0E0E;--surface-low: #1B1B1B;--surface-mid: #222222;--surface-high: #2A2A2A;--surface-highest: #353535;--on-surface: #E2E2E2;--on-surface-muted: #A0A0A0;--on-primary: #1A0800;--outline: #A98A7D;--outline-variant: #5A4136;--font-headline: "Space Grotesk", sans-serif;--font-body: "Newsreader", Georgia, serif;--nav-height: 52px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);background-color:var(--bg);color:var(--on-surface);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}.xerox-noise{position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background:var(--bg);border-bottom:3px solid var(--primary);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:1000}.nav__brand{font-family:var(--font-headline);font-weight:900;font-size:1.1rem;color:var(--primary);text-transform:uppercase;letter-spacing:-.02em;white-space:nowrap;min-width:85px}.nav__links{display:none;gap:2rem;align-items:center}.nav__link{font-family:var(--font-headline);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--tertiary);transition:color 0ms}.nav__link:hover,.nav__link--active{color:var(--primary)}.lang-toggle{position:relative;z-index:1001}.lang-toggle__current{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:44px;min-height:44px;padding:.55rem .85rem;border:1px solid var(--on-surface);font-family:var(--font-headline);font-weight:700;font-size:.75rem;text-transform:uppercase;color:var(--on-surface);cursor:pointer;transition:background .15s}.lang-toggle__current:hover{background:var(--surface-highest)}.lang-toggle__dropdown{display:none;position:absolute;top:100%;right:0;margin-top:4px;background:var(--surface-low);border:1px solid var(--outline-variant);min-width:160px;max-height:320px;overflow-y:auto;flex-direction:column}.lang-toggle__dropdown--open{display:flex}.lang-toggle__option{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;font-family:var(--font-headline);font-weight:500;font-size:.85rem;color:var(--on-surface);cursor:pointer;text-align:left;border:none;background:none;width:100%;transition:background .1s}.lang-toggle__option:hover{background:var(--surface-high)}.lang-toggle__option--active{background:var(--primary-container);color:var(--primary-light);font-weight:700}.lang-toggle__flag-img{width:20px;height:auto;border-radius:2px;box-shadow:0 0 0 1px #0000001a;display:block}.lang-toggle__name{flex:1}.nav__hamburger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:44px;min-height:44px;padding:.5rem}.nav__hamburger span{display:block;width:20px;height:2px;background:var(--on-surface)}.mobile-menu{display:none;position:fixed;top:var(--nav-height);left:0;right:0;background:var(--surface-lowest);border-bottom:3px solid var(--primary);padding:1.5rem;z-index:999;flex-direction:column;gap:1rem}.mobile-menu.is-open{display:flex}.mobile-menu a{font-family:var(--font-headline);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--on-surface);padding:.5rem 0;border-bottom:2px solid var(--surface-highest)}.mobile-menu a:hover{color:var(--primary)}@media(min-width:768px){.nav__links{display:flex}.nav__hamburger{display:none}.mobile-menu{display:none!important}}.container{max-width:900px;margin:0 auto;padding:0 1.5rem}.section{padding:3.75rem 0}@supports (content-visibility: auto){main>.section:not(.hero){content-visibility:auto;contain-intrinsic-size:900px}@media(max-width:767px){main>.section:not(.hero){content-visibility:visible;contain-intrinsic-size:auto}}}.label-tag{display:inline-block;font-family:var(--font-headline);font-weight:700;font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);background:var(--surface-high);padding:.2rem .6rem}.label-tag--secondary{color:var(--secondary)}.section-header{margin-bottom:2.25rem;border-left:6px solid var(--primary);padding-left:1.5rem}.section-header__label{font-family:var(--font-headline);font-weight:700;font-size:.6rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:.5rem}.section-header__title{font-family:var(--font-headline);font-weight:900;font-size:clamp(2rem,6vw,3.5rem);text-transform:uppercase;letter-spacing:-.03em;line-height:1;color:var(--on-surface)}.section-header__title span{color:var(--primary)}.route-tools{padding-top:calc(var(--nav-height) + 1rem)}.route-tools__inner{display:grid;gap:.85rem}.route-breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--tertiary)}.route-breadcrumbs__item{display:inline-flex;align-items:center}.route-breadcrumbs__item:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--primary)}a.route-breadcrumbs__item{color:var(--primary-light)}a.route-breadcrumbs__item:hover,a.route-breadcrumbs__item:focus-visible{color:var(--secondary)}.route-neighbors{display:flex;flex-wrap:wrap;gap:.75rem}.route-neighbor{display:inline-flex;align-items:center;border:1px solid var(--surface-highest);background:var(--surface-low);padding:.65rem .85rem;font-size:.88rem;color:var(--on-surface);transition:border-color .2s ease,color .2s ease,transform .2s ease}.route-neighbor:hover,.route-neighbor:focus-visible{border-color:var(--primary);color:var(--secondary);transform:translateY(-1px)}.route-related{display:grid;gap:.9rem}.route-related__group{display:grid;gap:.45rem}.route-related__title{font-family:var(--font-headline);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:var(--tertiary)}.route-related__links{display:flex;flex-wrap:wrap;gap:.55rem}.route-related__link{display:inline-flex;align-items:center;border:1px solid var(--surface-highest);background:var(--surface-lowest);padding:.5rem .7rem;font-size:.84rem;color:var(--primary-light);transition:border-color .2s ease,color .2s ease,transform .2s ease}.route-related__link:hover,.route-related__link:focus-visible{border-color:var(--primary);color:var(--secondary);transform:translateY(-1px)}.route-detail{padding-top:calc(var(--nav-height) + 2rem);padding-bottom:1.5rem}.route-detail__inner{display:grid;gap:1rem;background:var(--surface-low);border:1px solid var(--outline-variant);border-left:6px solid var(--primary);padding:1.5rem}.route-detail__eyebrow{font-family:var(--font-headline);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--primary)}.route-detail__title{font-family:var(--font-headline);font-size:clamp(2rem,5vw,3.2rem);font-weight:900;letter-spacing:-.03em;line-height:1;text-transform:uppercase}.route-detail__meta{font-family:var(--font-headline);font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--secondary)}.route-detail__summary{color:var(--tertiary)}.route-detail__summary p+p,.route-detail__summary-block p+p{margin-top:.75rem}.route-detail__links{display:flex;flex-wrap:wrap;gap:.75rem}.route-detail__link{display:inline-flex;align-items:center;border:1px solid var(--surface-highest);background:var(--surface-mid);color:var(--on-surface);padding:.65rem .85rem;font-size:.88rem;transition:border-color .2s ease,color .2s ease,transform .2s ease}.route-detail__link:hover,.route-detail__link:focus-visible{border-color:var(--primary);color:var(--secondary);transform:translateY(-1px)}body.route-detail-active .route-tools{padding-top:0;padding-bottom:1.25rem}body.route-detail-active .scroll-indicator,body.route-detail-active .section-jump,body[data-route-detail=lyrics] #hero,body[data-route-detail=lyrics] #story,body[data-route-detail=lyrics] #discography,body[data-route-detail=lyrics] #gallery,body[data-route-detail=lyrics] #shows,body[data-route-detail=lyrics] #the-end,body[data-route-detail=discography] #hero,body[data-route-detail=discography] #story,body[data-route-detail=discography] #lyrics,body[data-route-detail=discography] #gallery,body[data-route-detail=discography] #shows,body[data-route-detail=discography] #the-end,body[data-route-detail=shows] #hero,body[data-route-detail=shows] #story,body[data-route-detail=shows] #discography,body[data-route-detail=shows] #lyrics,body[data-route-detail=shows] #gallery,body[data-route-detail=shows] #the-end,body[data-route-detail=lyrics] .lyrics__search-wrap{display:none}body[data-route-detail=lyrics] .accordion__item:not(.is-open),body[data-route-detail=discography] .release-card:not(.release-card--active),body[data-route-detail=shows] .shows__table tbody tr:not(.shows__row--active){display:none}.hero{padding-top:calc(var(--nav-height) + 3rem);padding-bottom:1.5rem}.hero__wrapper{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.hero__photo-frame{width:100%;aspect-ratio:4 / 3;background:var(--surface-highest);position:relative;overflow:hidden;transform:rotate(-1deg);border:6px solid var(--surface-high);margin-bottom:2rem}.hero__photo-frame img{width:100%;height:100%;object-fit:cover;filter:sepia(.3) contrast(1.15) brightness(.9)}.hero__photo-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,107,0,.15) 0%,transparent 60%)}.hero__badge{position:absolute;top:1rem;left:1rem;background:var(--secondary);color:var(--bg);font-family:var(--font-headline);font-weight:900;font-size:1.2rem;padding:.3rem 1rem;transform:rotate(-2deg);z-index:2}.hero__title{font-family:var(--font-headline);font-weight:900;font-size:clamp(2.2rem,8vw,3.8rem);text-transform:uppercase;letter-spacing:-.04em;line-height:1;margin-bottom:1.5rem;color:var(--on-surface)}.hero__title em{font-style:italic;color:var(--primary-light)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero__desc{border-left:4px solid var(--primary);padding-left:1.5rem;text-align:left;margin-bottom:3rem}.hero__desc-sk{font-family:var(--font-body);font-size:1.25rem;font-style:italic;color:var(--on-surface);line-height:1.4}.hero__desc-en{font-family:var(--font-body);font-size:1rem;font-style:italic;color:var(--tertiary);opacity:.7;line-height:1.4;margin-top:.3rem}.stream-links{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem}.stream-link{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:var(--font-headline);font-weight:900;font-size:1.15rem;text-transform:uppercase;padding:1.1rem 1.5rem;position:relative}.stream-link:hover{background:var(--primary)!important;color:var(--on-primary)!important}.stream-link--primary{background:var(--primary);color:var(--on-primary)}.stream-link--primary:hover{background:var(--secondary)!important;color:var(--bg)!important}.stream-link--primary .stream-link__diamond{position:absolute;top:-4px;right:-4px;width:12px;height:12px;background:var(--secondary);transform:rotate(45deg)}.stream-link--surface{background:var(--surface-highest);color:var(--on-surface)}.stream-link--download{background:transparent;color:var(--secondary);border:2px dashed var(--secondary);position:relative}.stream-link--download:hover{background:var(--secondary)!important;color:var(--bg)!important}.stream-link__warning{position:absolute;bottom:-10px;right:1rem;background:var(--error-container);color:var(--error);font-size:.55rem;font-family:var(--font-headline);font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.15rem .5rem}.stream-link__label{flex:1}.stream-link__logo{flex-shrink:0;width:1.4rem;height:1.4rem;object-fit:contain;filter:brightness(0) invert(1)}.stream-link:hover .stream-link__logo{filter:brightness(0) saturate(100%)}.stream-link--static{cursor:default}.stream-link--static:hover .stream-link__logo{filter:brightness(0) invert(1)}.scroll-indicator,.section-jump{display:flex;align-items:center;justify-content:center;opacity:.55;cursor:pointer;width:48px;min-width:48px;min-height:48px;text-decoration:none;transition:opacity .2s ease}.scroll-indicator{margin-bottom:2rem}.section-jump{margin:2.5rem auto 0}.scroll-indicator:hover,.scroll-indicator:focus-visible,.section-jump:hover,.section-jump:focus-visible{opacity:1}.scroll-indicator:focus-visible,.section-jump:focus-visible{outline:2px solid var(--primary);outline-offset:4px}.scroll-indicator__text{font-family:var(--font-headline);font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;text-align:center;line-height:1.8}.scroll-indicator__text-en{color:var(--secondary);font-style:italic}.ui-icon{display:inline-block;fill:currentColor;flex-shrink:0}.scroll-indicator,.section-jump{color:var(--primary)}.scroll-indicator .ui-icon,.section-jump .ui-icon{width:2rem;height:2rem;color:var(--primary);animation:bounce 2s infinite}.scroll-indicator--up{margin:2.5rem auto 0}.scroll-indicator--up .ui-icon{animation:bounce-up 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes bounce-up{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.history{background:var(--surface-low)}.history__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.history__grid{gap:3rem}}.history__col{background:var(--surface-high);padding:2rem}.history__col--en{background:var(--surface-highest)}.history__text{font-family:var(--font-body);font-size:1rem;line-height:1.8;color:var(--tertiary)}.history__text p+p{margin-top:1rem}.history__timestamp{margin-top:2rem;padding-top:1rem;border-top:2px solid var(--outline-variant);display:flex;justify-content:space-between;font-family:var(--font-headline);font-weight:700;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--on-surface-muted)}.discography{background:var(--bg)}.discography__heading{font-family:var(--font-headline);font-weight:900;font-size:clamp(1.8rem,5vw,3rem);text-transform:uppercase;text-align:center;letter-spacing:-.02em;line-height:1;margin-bottom:3rem;display:flex;align-items:center;gap:1rem;justify-content:center}.discography__heading-line{flex:0 0 40px;height:4px;background:var(--primary)}.discography__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.discography__grid{grid-template-columns:repeat(3,1fr)}}.release-card{position:relative;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.release-card--active{transform:translateY(-3px);box-shadow:0 0 0 3px #ff6b0073}.release-card__art{width:100%;aspect-ratio:1;background:var(--surface-high);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.release-card__art-placeholder{font-family:var(--font-headline);font-weight:900;font-size:2.5rem;color:var(--surface-highest);text-transform:uppercase;text-align:center;line-height:1.1;padding:1rem}.release-card__art--concrete{background:linear-gradient(145deg,var(--surface-high) 0%,var(--surface-highest) 100%)}.release-card__art--album{background:linear-gradient(135deg,#1a1a00,#2a2500,#1a1a00);border:3px solid var(--secondary)}.release-card__art--album .release-card__art-placeholder{color:var(--secondary);text-shadow:0 0 40px rgba(242,208,36,.3)}.release-card__info{padding:1rem 0}.release-card__type{display:inline-block;font-family:var(--font-headline);font-weight:700;font-size:.55rem;text-transform:uppercase;letter-spacing:.15em;background:var(--primary);color:var(--on-primary);padding:.15rem .5rem;margin-bottom:.5rem}.release-card__title{font-family:var(--font-headline);font-weight:900;font-size:1.2rem;text-transform:uppercase;line-height:1.1;margin-bottom:.75rem}.release-card__title-link{color:inherit;text-decoration:none}.release-card__title-link:hover,.release-card__title-link:focus-visible{color:var(--primary)}.release-card__title-link:focus-visible{outline:2px solid var(--primary);outline-offset:4px}.release-card__cover{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.release-card__tracklist{display:flex;flex-direction:column}.release-card__track{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-headline);font-weight:400;font-size:.8rem;padding:.35rem .5rem}.release-card__track-link{color:inherit;text-decoration:underline;text-decoration-color:#ff6b0073;text-underline-offset:.14em;transition:color .2s ease,text-decoration-color .2s ease}.release-card__track-link:hover,.release-card__track-link:focus-visible{color:var(--secondary);text-decoration-color:currentColor}.release-card__track:nth-child(odd){background:var(--surface-low)}.release-card__track:nth-child(2n){background:var(--surface-mid)}.release-card__track-dur{font-size:.7rem;color:var(--on-surface-muted)}.release-card__desc{font-family:var(--font-body);font-style:italic;font-size:.85rem;color:var(--tertiary);padding:.5rem;line-height:1.5}.release-card__dots{display:flex;gap:4px;padding:.5rem}.release-card__dot{width:8px;height:8px}.release-card__dot--primary{background:var(--primary)}.release-card__dot--secondary{background:var(--secondary)}.release-card__dot--tertiary{background:var(--tertiary)}.lyrics{background:var(--surface-low)}.lyrics__search{width:100%;background:var(--surface-highest);border:none;color:var(--on-surface);font-family:var(--font-headline);font-size:.9rem;padding:1rem 1rem 1rem 3rem;outline:none}.lyrics__search::placeholder{color:var(--tertiary);opacity:1}.lyrics__search-wrap{position:relative;margin-bottom:2rem}.lyrics__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--on-surface-muted);width:1.2rem;height:1.2rem}.accordion{display:flex;flex-direction:column;gap:0}.accordion__item{border-bottom:2px solid var(--surface-highest)}.accordion__trigger{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem .5rem;cursor:pointer;background:none;color:var(--on-surface);text-align:left}.accordion__trigger:hover{background:var(--surface-high)}.accordion__num{font-family:var(--font-headline);font-weight:700;font-size:.85rem;color:var(--primary);min-width:2rem}.accordion__name{display:block;font-family:var(--font-headline);font-weight:900;font-size:1rem;text-transform:uppercase;flex:0 0 auto;margin:0}.accordion__en{font-family:var(--font-body);font-style:italic;font-size:.8rem;color:var(--on-surface-muted);flex:1;margin-left:.5rem}.accordion__icon{margin-left:auto;font-size:1.5rem;color:var(--on-surface-muted);transition:none;flex-shrink:0}.accordion__item.is-open .accordion__icon{transform:rotate(45deg)}.accordion__content{display:none;padding:1rem 1rem 2rem 3.5rem;background:var(--surface-high)}.accordion__item.is-open .accordion__content{display:block}.accordion__lyrics{font-family:var(--font-body);font-size:1rem;line-height:1.8;white-space:pre-line;color:var(--on-surface)}.accordion__lyrics-credits{margin-top:1.5rem;font-family:var(--font-headline);font-weight:700;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--on-surface-muted)}.progress-bar{display:flex;align-items:center;gap:0;margin:2rem 0;height:20px}.progress-bar__fill{height:100%;background:var(--primary);flex:0 0 25%}.progress-bar__text{height:100%;background:var(--surface-highest);flex:1;display:flex;align-items:center;justify-content:center;font-family:var(--font-headline);font-weight:700;font-size:.6rem;text-transform:uppercase;letter-spacing:.25em;color:var(--secondary)}.progress-bar__tail{height:100%;background:var(--surface-high);flex:0 0 15%}.gallery{background:var(--bg)}.gallery__grid{display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.gallery__block,.gallery__stack{display:contents}@media(min-width:768px){.gallery__grid{grid-template-columns:1fr}.gallery__block{display:grid;gap:.5rem;grid-template-columns:2fr 1fr;align-items:start}.gallery__stack{display:grid;gap:.5rem;align-content:start}.gallery__block>.gallery__item--featured{aspect-ratio:25 / 16}.gallery__block .gallery__item,.gallery__stack .gallery__item{order:initial}}.gallery__item{aspect-ratio:16 / 10;background:var(--surface-high);overflow:hidden;position:relative}.gallery__item--featured{aspect-ratio:16 / 10;height:auto}.gallery__item--1{order:1}.gallery__item--2{order:2}.gallery__item--3{order:3}.gallery__item--4{order:4}.gallery__item--5{order:5}.gallery__item--6{order:6}.gallery__item img{width:100%;height:100%;object-fit:cover;filter:grayscale(.6) contrast(1.1)}.gallery__item:hover img{filter:grayscale(0) contrast(1)}.gallery__item-tag{position:absolute;bottom:.5rem;left:.5rem;font-family:var(--font-headline);font-weight:700;font-size:.55rem;text-transform:uppercase;letter-spacing:.1em;color:var(--on-surface);background:#131313cc;padding:.15rem .5rem}.gallery__subtitle{font-family:var(--font-headline);font-weight:900;font-size:clamp(1.2rem,3vw,1.8rem);text-transform:uppercase;text-align:center;color:var(--surface-highest);letter-spacing:.1em;margin:3rem 0 1rem}.gallery__desc{font-family:var(--font-body);font-style:italic;font-size:1rem;color:var(--tertiary);border-left:4px solid var(--primary);padding-left:1.5rem;margin-bottom:2rem;line-height:1.6}.gallery__verified{text-align:right;margin-top:1rem}.gallery__verified-badge{display:inline-block;font-family:var(--font-headline);font-weight:900;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--bg);background:var(--secondary);padding:.3rem .8rem}.shows{background:var(--bg)}.shows__table-wrap{overflow-x:auto;margin-bottom:2rem}.shows__table{width:100%;border-collapse:collapse;min-width:600px}.shows__table thead tr{background:var(--primary)}.shows__table th{font-family:var(--font-headline);font-weight:900;font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:var(--bg);padding:.75rem 1rem;text-align:left}.shows__table td{font-family:var(--font-headline);font-size:.85rem;padding:.75rem 1rem;color:var(--on-surface)}.shows__table td:first-child{font-weight:700;color:var(--primary-light);white-space:nowrap}.shows__link{color:inherit;text-decoration:none}.shows__link:hover,.shows__link:focus-visible{color:var(--primary);text-decoration:underline}.shows__link:focus-visible{outline:2px solid var(--primary);outline-offset:4px}.shows__table td:last-child{font-family:var(--font-body);font-style:italic;font-size:.85rem;color:var(--on-surface-muted)}.shows__table tbody tr:nth-child(odd){background:var(--surface-low)}.shows__table tbody tr:nth-child(2n){background:var(--surface-mid)}.shows__table tbody tr:hover{background:var(--surface-high)}.shows__row--active{background:#ff6b0029!important;box-shadow:inset 4px 0 0 var(--primary)}.shows__row--cancelled{color:var(--on-surface-muted);text-decoration:line-through;background:var(--surface-lowest)!important}.shows__row--cancelled td,.shows__row--cancelled strong,.shows__row--cancelled a{color:var(--on-surface-muted)!important}.the-end{background:var(--surface-low)}.the-end__report{background:var(--surface-highest);border-top:4px solid var(--secondary);padding:1.5rem}.the-end__report-title{font-family:var(--font-headline);font-weight:900;font-size:1.1rem;text-transform:uppercase;letter-spacing:.12em;color:var(--secondary);margin-bottom:1.5rem}@media(min-width:768px){.the-end__report{padding:2rem 2.5rem}.the-end__report-title{font-size:1.35rem}}.the-end__report-table{width:100%;border-collapse:collapse}.the-end__report-table tr{border-bottom:1px solid var(--outline-variant)}.the-end__report-table td{padding:.9rem 0;font-family:var(--font-headline);font-size:.9rem}.the-end__report-table td:first-child{font-weight:400;font-style:italic;color:var(--on-surface-muted);font-family:var(--font-body)}.the-end__report-table td:last-child{text-align:right;font-weight:900;text-transform:uppercase}@media(max-width:639px){.the-end__report-table td{display:block;width:100%;padding:.35rem 0}.the-end__report-table td:last-child{text-align:left;padding-bottom:1rem}}.the-end__current{margin-top:2rem;text-align:center}.the-end__current-link{display:inline-block;font-family:var(--font-headline);font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--bg);background:var(--primary);padding:.4rem 1rem}.the-end__current-link:hover{background:var(--secondary)}.footer{background:var(--surface-lowest);border-top:6px solid var(--surface-highest);padding:3rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}@media(min-width:768px){.footer{flex-direction:row;justify-content:space-between;text-align:left}}.footer__brand{font-family:var(--font-headline);font-weight:900;font-size:1.1rem;color:var(--tertiary)}.footer__sub{font-family:var(--font-body);font-style:italic;font-size:.75rem;color:var(--tertiary);opacity:.5;text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}.footer__links{display:flex;gap:2rem}.footer__link{font-family:var(--font-body);font-style:italic;font-size:.9rem;color:var(--tertiary);text-decoration:underline}.footer__link:hover{color:var(--primary)}.footer__link--end{color:var(--secondary);text-decoration-thickness:3px;font-weight:700}.footer__version{font-family:var(--font-headline);font-weight:700;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;color:var(--on-surface-muted);opacity:.3;border:1px solid var(--outline-variant);padding:.2rem .5rem}.footer__copy{font-family:var(--font-headline);font-size:.55rem;letter-spacing:.05em;color:var(--on-surface-muted);opacity:.3}::selection{background:var(--primary);color:var(--bg)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface-lowest)}::-webkit-scrollbar-thumb{background:var(--surface-highest)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
