@layer reset,base,utilities,components;@layer reset.reset{*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}}@layer base.base{:root{--primary: #00263d;--secondary: #003250;--grey-100: #f5f5f4;--grey-400: #a1a1aa;--grey-500: #6b7280;--grey-600: #52525b;--grey-700: #57534e;--grey-800: #292524;--grey-900: #18181b;--blue: #3b82f6;--red: #b91c1c;--red-light: #f87171;--red-dark: #7f1d1d;--font-sans: "Lexend", ui-sans-serif, system-ui, sans-serif}h1,h2,h3{text-align:center;font-weight:700;text-transform:uppercase}h1{font-size:1.25rem;line-height:1}}@layer utilities.utilities{.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.contents{display:contents}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.-top-16{top:-4rem}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-none{flex:none}.flex-1{flex:1 1 0%}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-normal{justify-content:normal}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-5\/6{width:83.333333%}.min-w-0{min-width:0}.h-full{height:100%}.h-80{height:20rem}.max-w-xs{max-width:20rem}.max-w-xl{max-width:36rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-hidden{overflow:hidden}.flex-shrink-0{flex-shrink:0}.overflow-x-auto>*{flex-shrink:0}.border{border-width:1px}.border-white{border-color:#fff}.rounded{border-radius:.25rem}.rounded-sm{border-radius:.125rem}.rounded-lg{border-radius:.5rem}.aspect-video{aspect-ratio:16 / 9}.object-cover{object-fit:cover}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-normal{font-weight:400}.font-extralight{font-weight:200}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.text-center{text-align:center}.text-left{text-align:left}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-normal{white-space:normal}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.leading-tight{line-height:1.25}.leading-none{line-height:1}.text-white{color:#fff}.text-black{color:#000}.text-muted{color:var(--grey-400)}.text-grey-500{color:var(--grey-500)}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.bg-white{background-color:#fff}.bg-surface{background-color:var(--grey-900)}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.drop-shadow-sm{filter:drop-shadow(0 1px 1px rgb(0 0 0 / .05))}.content-center{display:grid;place-items:center}.border-collapse{border-collapse:collapse}.divide-y>*+*{border-top-width:1px;border-top-style:solid}@media(min-width:768px){.md\:block{display:block}.md\:inline{display:inline}.md\:hidden{display:none}.md\:grid{display:grid}.md\:table-row{display:table-row}.md\:table-header-group{display:table-header-group}.md\:flex-row{flex-direction:row}.md\:flex-nowrap{flex-wrap:nowrap}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:static{position:static}.md\:w-full{width:100%}.md\:w-1\/2{width:50%}.md\:w-3\/4{width:75%}.md\:w-auto{width:auto}.md\:mb-0{margin-bottom:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:p-4{padding:1rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:max-w-xs{max-width:20rem}.md\:h-80{height:20rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:justify-normal{justify-content:normal}.md\:items-stretch{align-items:stretch}}}@layer components.components{body{font-family:var(--font-sans);background-color:var(--primary);color:var(--grey-100);display:flex;flex-direction:column;gap:.25rem;padding:env(safe-area-inset-top,20px) env(safe-area-inset-right,20px) env(safe-area-inset-bottom,20px) env(safe-area-inset-left,20px)}.site-header{background-color:var(--secondary);position:sticky;top:0;display:flex;flex-direction:column;align-items:center;padding:0 .5rem;z-index:9999}.site-header__logo{margin-left:auto;margin-right:auto;padding-top:.5rem;padding-bottom:.5rem}.site-header__app-store{display:none}.site-header__nav{position:fixed;bottom:0;left:0;width:100%;background-color:var(--secondary);z-index:50}.site-header__nav-list{display:flex;justify-content:space-between;padding:.5rem;gap:2rem;white-space:nowrap}.site-header__nav-item{display:flex;flex-direction:column;align-items:center;text-align:center}.site-header__nav-item--active{color:var(--grey-100)}.site-header__nav-item--inactive{color:var(--grey-400)}.site-header__nav-item:hover{color:#d4d4d8}.site-header__subnav{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;padding:.5rem}.site-header__subnav-item--active{color:var(--grey-100)}.site-header__subnav-item--inactive{color:var(--grey-400)}.site-header__subnav-item:hover{color:#d4d4d8}@media(min-width:768px){.site-header{flex-direction:row;gap:1rem}.site-header__logo{margin-left:0;margin-right:0}.site-header__app-store{display:inline;margin-left:auto}.site-header__nav{position:static;width:auto}.site-header__nav-list{justify-content:flex-start}.site-header__nav-item{flex-direction:row}.site-header__subnav{flex-wrap:nowrap}}.site-footer{padding:1rem;margin-bottom:2.5rem;margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}.site-footer__row{display:flex;flex-wrap:wrap;gap:.5rem}.site-footer__brand{color:var(--grey-400);font-weight:700;width:100%}.site-footer__muted{color:#9ca3af}@media(min-width:768px){.site-footer{margin-bottom:0}.site-footer__brand{width:auto}}.btn{display:inline-block;padding:.5rem 1rem;color:#fff;border-radius:.5rem;text-align:center;text-transform:uppercase;font-size:.875rem}.btn-primary{background-color:var(--primary)}.btn-secondary{background-color:var(--secondary)}.btn-error{background-color:var(--red)}.btn-error:hover{background-color:var(--red-dark)}.btn-block{display:block;width:100%}.btn-sm{padding:.25rem .75rem;font-size:.875rem}.btn-xs{padding:.125rem .5rem;font-size:.75rem}.table{border-collapse:collapse}.table thead th{padding:.5rem 1rem;text-align:left;font-weight:700;text-transform:uppercase}.table tbody tr{background-color:var(--secondary)}.table tbody tr:nth-child(2n){background-color:var(--primary)}.table td{padding:.5rem 1rem}h1{font-size:1.25rem;line-height:1}h2.border,h3.border,h1.border{padding:.5rem;border:1px solid transparent;background-color:var(--secondary)}@media(min-width:768px){h1{font-size:1.875rem}}article p{margin-bottom:1rem}p a{text-decoration:underline;font-weight:700}.article-card{display:flex;flex-direction:column;gap:.25rem}.article-card--featured{background-color:var(--grey-900);border-radius:.125rem;padding:1rem}@media(min-width:768px){.article-card--featured{grid-column:2 / span 2;grid-row:span 3}}.article-meta{display:flex;flex-wrap:wrap}.article-tag{display:inline-flex;align-items:center;padding:2px .5rem;font-size:.75rem;color:#fff;background-color:var(--grey-900)}.article-tag--official{background-color:var(--blue)}.article-tag--date{background-color:var(--grey-600)}.article-tag--spoiler{background-color:var(--red);text-transform:uppercase}.company-link{border-radius:.125rem;padding:.25rem;font-size:.75rem}.content-article{background-color:#fff;color:#000;border-radius:.125rem;padding:1rem;margin-left:auto;margin-right:auto;max-width:48rem}.content-article h1,.content-article h2,.content-article h3{color:#000;text-align:left;text-transform:none}.content-article hgroup h1,.content-article hgroup h2,.content-article hgroup h3{text-align:center}.pagination-bar{background-color:var(--secondary);display:flex;justify-content:space-between;padding:.5rem;margin-top:.5rem}.blog-filter-btn{background-color:var(--grey-100);color:var(--grey-600);padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;cursor:pointer;border:none}.blog-filter-btn:hover{background-color:#e7e5e4}.blog-filter-btn.is-active{background-color:var(--grey-800);color:#fff}.blog-post-item{padding:.5rem;background-color:var(--grey-100);color:#000}.blog-post-item__link{color:var(--grey-700);font-weight:700;font-size:1.125rem;text-decoration:underline}.blog-post-item__date{font-size:.75rem;color:var(--grey-400);white-space:nowrap}.blog-post-item__category{font-size:.75rem;background-color:var(--red-light);color:#fff;padding:2px .5rem;border-radius:.125rem;white-space:nowrap}.shows-card{width:100%;height:100%;padding:.5rem;display:flex;flex-direction:column;background-color:var(--grey-900);border-radius:.125rem;gap:.25rem}.shows-card__time{text-align:center;width:33.333%;border:1px solid white;border-radius:.125rem;padding:.25rem}@media(min-width:768px){.shows-card{grid-column:span 1}}.video-player{padding:1rem;background-color:var(--grey-900);position:sticky;top:-4rem;z-index:50;margin-left:-1rem;margin-right:-1rem;margin-bottom:1rem}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}}@font-face{font-family:Lexend;src:url(/build/assets/Lexend-VariableFont_wght-ChppG8AZ.ttf) format("truetype")}
