:root{--pink:#dc616d;--pinkRGB:220,97,109;--pinkActive:#c95a65}body,html{height:100%}body{font-family:Lato,sans-serif;display:flex;align-items:center;justify-content:center;background-color:#fff}body,html{overflow-x:hidden}.hidden{display:none!important}.app{background-image:url(/ic_background.ba5d53c9.png);background-size:cover;background-position:50%}.app,.app .screen{width:100%;height:100%}.app .screen{flex-direction:column;align-items:center;display:none}.app .screen.active{display:flex}.app .screen img{object-fit:contain;max-width:100%;max-height:100%}.app .screen .loading{--size:80px;border-top:calc(var(--size)*0.16) solid #fff;border:calc(var(--size)*0.16) solid #fff;border-top-color:#474773;border-radius:50%;width:var(--size);height:var(--size);animation:spin 1.6s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app .screen button{background-color:var(--pink);color:#fff;font-size:1.2rem;font-weight:700;padding:1rem;border-radius:6px;min-width:10rem;border:2px solid transparent;cursor:pointer}.app .screen button.narrow{padding:.4rem 1rem}.app .screen button.inverted{background-color:#fff;color:var(--pink);border:2px solid var(--pink)}.app .screen button.inverted:active{background-color:#ddd}.app .screen button:active{background-color:var(--pinkActive)}.app .screen button[disabled]{background-color:#999}@media (min-aspect-ratio:3/4){.app{--size:0.98}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.screen.intro{justify-content:space-between;box-sizing:border-box;padding:5rem 0}.screen.intro .logo{width:55%;max-height:40vh;text-align:center}.screen.home{background-color:#fff}.screen.home .logo{height:4rem;padding:1rem}.screen.home .menu{width:100%;font-size:.9rem}.screen.home .menu .slider{overflow-x:auto}.screen.home .menu .slider ul{background-color:#ddd;width:max-content;min-width:100%;margin:0;list-style:none;display:flex;padding:0 1rem;box-sizing:border-box;justify-content:space-around}.screen.home .menu .slider ul li{color:#000;padding:.8rem 1.6rem;cursor:pointer;user-select:none}.screen.home .menu .slider ul li.active{font-weight:700;border-bottom:2px solid var(--pink)}.screen.home .panel{--pages:4;--page:0;width:100%;height:100%;overflow-x:hidden}.screen.home .panel ul{list-style:none;height:100%;margin:0;padding:0;display:flex;width:calc(var(--pages)*100%);transform:translateX(calc(-100vw*var(--page)));transition:transform .2s}.screen.home .panel li{padding:.8rem 0;width:100vw;height:100%;box-sizing:border-box}.screen.home .panel li.actor,.screen.home .panel li.checkin,.screen.home .panel li.previous,.screen.home .panel li.upcoming{--total:0;overflow-x:auto}.screen.home .panel li.actor h1{font-size:1.4rem;margin:0 1rem}.screen.home .panel li.actor .slider>div>div{width:100%}.screen.home .panel li.checkin button{width:calc(100% - 2rem);margin:1rem 1rem 0}.screen.home .panel li.checkin .slider>div>div img{height:calc(var(--vh, 1vh)*100 - 20rem)}.screen.home .panel li.checkin .footer,.screen.home .panel li.checkin .header,.screen.home .panel li.previous .footer,.screen.home .panel li.previous .header,.screen.home .panel li.upcoming .footer,.screen.home .panel li.upcoming .header{display:flex;justify-content:space-between;align-items:baseline;margin:0 1rem}.screen.home .panel li.checkin .location,.screen.home .panel li.previous .location,.screen.home .panel li.upcoming .location{font-weight:700}.screen.home .panel li.checkin .date,.screen.home .panel li.previous .date,.screen.home .panel li.upcoming .date{color:var(--pink);font-size:.8rem}.screen.home .panel li.checkin .slider,.screen.home .panel li.previous .slider,.screen.home .panel li.upcoming .slider{margin-top:1rem}.screen.home .panel li.checkin .slider div img,.screen.home .panel li.previous .slider div img,.screen.home .panel li.upcoming .slider div img{margin-top:.4rem;margin-bottom:.4rem;object-fit:contain}.screen.home .panel li .slider{--size:82vw;display:flex;width:calc(var(--total)*var(--size) + 100vw - var(--size));margin:auto;scroll-snap-type:x mandatory}.screen.home .panel li .slider>div{scroll-snap-align:center;width:var(--size)}.screen.home .panel li .slider>div:first-of-type{margin-left:calc(50vw - var(--size)/2)}.screen.home .panel li .slider>div>div img{--margin:1rem;margin:var(--margin);width:calc(100% - var(--margin)*2);height:calc(var(--vh, 1vh)*100 - 18rem);min-height:16rem;object-fit:cover}.screen.static{background-color:#000}.screen.static ul{list-style-type:none;margin:0;padding:0;width:100%;height:100%}.screen.static ul li{height:100%;background-color:#fff}.screen.static ul li h1.header{color:var(--pink);font-size:1.4rem;text-align:center;line-height:4rem;margin:0}.screen.static ul li nav{width:100%;background-color:#ddd;padding:0 1rem;display:flex;box-sizing:border-box}.screen.static ul li nav .menu{color:#000;padding:1rem 2rem;user-select:none;font-weight:700;border-bottom:2px solid var(--pink);text-transform:uppercase}.screen.static ul li .confirm{display:flex;flex-direction:column;align-items:center;margin:.4rem 0 2rem}.screen.static ul li .confirm h1{color:var(--pink);font-weight:400;font-size:1.2rem}.screen.static ul li .confirm button{min-width:12rem}.screen.static ul .main img{height:100%;width:100%;object-fit:cover}.screen.static ul .list>div{background-color:#fff}.screen.static ul .list .content ul li{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr auto;margin:1.4rem 0}.screen.static ul .list .content ul li:last-child{margin-bottom:2rem}.screen.static ul .list .content ul li img{--size:6rem;grid-row:1/4;width:var(--size);height:var(--size);margin:0 1.6rem}.screen.static ul .list .content ul li h1{margin:.4rem 0 0;font-size:1rem}.screen.static ul .list .content ul li p{margin:0;font-size:.8rem}.screen.static ul .list .content ul li button{width:fit-content;margin-bottom:.4rem}.screen.static ul .text .content ul{background-color:#fff}.screen.static ul .text .content ul li{margin-bottom:.8rem}.screen.static ul .text .content ul li:last-child{margin-bottom:2rem}.screen.static ul .text .content ul li div{margin:0 2rem;padding:.6rem 1rem;border:2px solid #ddd;border-radius:6px;color:var(--pink)}.screen.static ul .text .content ul li div.active{border-color:var(--pink);background-color:var(--pink);color:#fff}.screen.static ul .text .content ul li div p{margin:0}.screen.static ul .emoji .content ul{background-color:#fff}.screen.static ul .emoji .content ul li{margin-bottom:.8rem}.screen.static ul .emoji .content ul li:last-child{margin-bottom:2rem}.screen.static ul .emoji .content ul li div{margin:0 2rem;padding:1rem;border:2px solid #ddd;border-radius:6px;color:var(--pink);text-align:center}.screen.static ul .emoji .content ul li div.active{border-color:var(--pink);background-color:var(--pink);color:#fff}.screen.static ul .emoji .content ul li div.active img{filter:brightness(5)}.screen.static ul .emoji .content ul li div img{max-height:5rem}.screen.static ul .emoji .content ul li div p{margin:0}.screen.static ul .comment>div>.content{display:flex;flex-direction:column;height:calc(50vh - 4rem)}.screen.static ul .comment>div>.content textarea{margin:1rem 1rem 0;padding:.6rem;height:100%;border:2px solid var(--pink);border-radius:6px}.screen.static ul .comment>div>.content button{margin:1rem}.screen.static ul .comment .popup{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6666666666666666);display:flex}.screen.static ul .comment .popup .content{background-color:#fff;border-radius:6px;width:50vw;height:fit-content;padding:2rem;margin:auto;text-align:center}.screen.static ul .comment .popup .content p{margin:.4rem 0;font-weight:700;font-size:1rem;text-transform:uppercase}.screen.static ul .end,.screen.static ul .pick{background-color:#000;display:flex;align-self:center}.screen.static ul .end .content,.screen.static ul .pick .content{background-color:#fff;border-radius:6px;width:50vw;height:fit-content;padding:2rem;margin:auto;text-align:center}.screen.static ul .end .content img,.screen.static ul .pick .content img{height:6rem;margin-bottom:1rem}.screen.static ul .end .content p,.screen.static ul .pick .content p{margin:.4rem 0;font-weight:700;font-size:1.2rem;text-transform:uppercase}.screen.static ul .end .content button,.screen.static ul .pick .content button{margin-top:1rem}.screen.event-code{background-color:#fff}.screen.event-code nav{display:flex;justify-content:space-around;align-items:center;width:100%;color:var(--pink);box-shadow:0 1px 4px rgba(0,0,0,.2)}.screen.event-code nav div{width:1rem;height:fit-content;margin-top:6px}.screen.event-code nav h1{font-size:1.6rem}.screen.event-code form{height:100%}.screen.event-code .content{height:100%;padding:1.4rem;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.screen.event-code .content .message h1{font-size:1.2rem;margin-bottom:1.4rem}.screen.event-code .content .message p{margin:.4rem 0}.screen.event-code .content input{background-image:url(/ic_password.4cc423bc.png);background-size:14px;background-repeat:no-repeat;background-position-y:center;border:0;border-bottom:1px solid #888;box-sizing:border-box;width:100%;padding:.6rem .6rem .6rem 2rem;margin:2rem 0 0}.screen.event-code .content button{margin-bottom:1rem}
/*# sourceMappingURL=/src.7b885f86.css.map */