@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);@import url(https://fonts.googleapis.com/css?family=Abel|Advent+Pro|Cantata+One|Noto+Sans);#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body{background:transparent}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:Noto Sans,Abel;margin:0;background:#c5c2cb}#app,body,html{min-height:100vh}#app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[role=detected],[role=GameName],[role=title]{text-align:center}[role=stampScanner]{margin:1em auto}[role=booth-info]{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-template-rows:1fr 3fr;grid-gap:5px;grid-template-areas:"logo displayText" "logo displayText";padding:1em;margin:1em auto;background:#fff;border-style:solid;border-color:#fff;border-radius:5px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}[role=booth-displayText]{text-align:center;grid-area:displayText;align-self:center}[role=booth-displayText] h1{margin:0 auto}[role=booth-displayText] h3{margin:0 auto 30px auto}[role=booth-logo]{grid-area:logo;align-self:center}[role=booth-logo] img{max-width:200px;max-height:150px}[role=game-description]{background:#fff;width:calc(100vw - 2rem);margin:-1rem auto 1rem auto;padding:1em}[role=bingoPatternWrong],[role=bingos],[role=got-points]{text-align:center}[role=retry]{text-align:right;margin-right:0;margin-left:auto;border:none;background:transparent;text-decoration:underline;color:#eaea05;font-weight:500}[role=boothList]{margin:1rem auto;max-width:calc(100vw - 2rem)}[role=booth]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:#fff;margin:1rem 0;padding:1em;border-radius:15px}@media screen and (max-width:720px){[role=booth]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}[role=booth] [role=logo]{width:25%}[role=booth] [role=logo] img{display:block;margin:auto;max-width:100%;max-height:18.75vw}[role=booth] [role=description]{width:calc(75% - 1em);margin-left:1em;text-align:left}[role=booth] [role=description] p{margin:0}[role=booth] [role=description] h1{margin:0 0 .5em 0;font-size:16pt}@media screen and (max-width:720px){[role=booth] [role=description] h1{font-size:14pt}}[role=chip]{position:relative}[role=chip] [role=stampImg]{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[role=chip] [role=stampImg] img{width:calc((100vw - 2rem)/var(--edgeLength)/2*1.5)!important}#Footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#Footer .content{padding:2em}#Footer .fillet-label{background-color:rgba(0,0,0,.5)}[role=fragments]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem auto;max-width:calc(100vw - 2rem);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:center;align-content:center}[role=fragments] [role=puzzle]{margin:1rem;background:#fff;border-style:solid;border-radius:15px;border-color:#fff;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:calc((100vw - 5rem)/4);min-width:125px;height:calc((100vw - 5rem)/4/2.5);min-height:100px}@media screen and (min-width:720px){[role=fragments] [role=puzzle]{max-width:300px;max-height:120px}}[role=fragments] [role=puzzle-name]{display:table;font-size:18pt;font-weight:500;height:100%;width:100%}[role=fragments] [role=puzzle-count]{position:relative;margin-right:-15px;margin-left:auto;margin-top:-30px;display:table;font-weight:500;font-size:16pt;line-height:16pt;width:40px;height:40px;color:#fff;border-style:solid;border-radius:50%;border-color:#67328c;background-image:linear-gradient(243deg,#67328c,#643189 3%,#532875 25%,#170a31)}[role=fragments] span{text-align:center;display:table-cell;vertical-align:middle}[role=header]{text-align:center;padding:1rem 0;color:#fff;font-size:26pt;font-weight:1000;background-image:linear-gradient(243deg,#67328c,#643189 3%,#532875 25%,#170a31)}.OpenCamera{background:url(../img/opencam.c43c20d0.png);background-size:cover;background-repeat:no-repeat;background-position:50%}@media screen and (max-width:454px){.OpenCamera{min-height:150px}}#enableButton{min-height:250px;max-height:50vw;min-width:250px;max-width:50vw;border:none}[role=subTitle]{margin-bottom:3rem}[role=result]{font-size:1rem}[role=squareGrid]{display:grid;margin:1rem auto;grid-template-rows:repeat(var(--edgeLength),auto);grid-template-columns:repeat(var(--edgeLength),auto);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}[role=squareGrid] [role=chip]{border:1px dashed rgba(0,0,0,.4);line-height:1;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc((100vw - 2rem)/var(--edgeLength));height:calc((100vw - 2rem)/var(--edgeLength))}[role=squareGrid] [role=chip] img{display:inline-block;margin:auto;padding:3px;max-width:100%;max-height:100%}[role=squareGrid] [role=chip].active [role=stampImg]{display:block!important}[role=squareGrid] [role=stampImg]{width:calc((100vw - 2rem)/var(--edgeLength)/2*1.5);height:calc((100vw - 2rem)/var(--edgeLength)/2*1.5);z-index:999;display:none}[role=snackbar]{z-index:1000;position:fixed;color:#fff;display:block;background-color:#323232;border-radius:5px;left:1em;bottom:5em;opacity:0}@media screen and (orientation:portrait){[role=snackbar]{left:0;right:0;width:80vw;margin:0 auto}}@media screen and (min-width:720px){[role=snackbar]{min-width:344px}}[role=snackbar].active{opacity:1}[role=snackbar] .wrapper{width:100%;padding:9px 16px;min-height:48px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}