:root{--color-blue:#1a73e8;--color-orange:#ffa000;--color-white-text:#fff;--color-dark-grey:#3d3d3d;--color-grey-text:#5f6368;--border-radius:12px}body,html{height:100%}body{font-family:Google Sans,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;margin:0}.main-container{display:flex;flex-direction:column;height:100%}.header{background-color:var(--color-blue);padding:12px 0}.header,.header-app-name{display:flex;align-items:center}.header-app-name{min-height:52px}.header-text{color:var(--color-white-text);font-size:44px;font-weight:500;margin-right:12px}@media only screen and (max-width:768px){.header-text{font-size:30px}}.logo{height:52px;margin:0 12px}@media only screen and (max-width:412px){.header{flex-direction:column;align-items:center}button.result-play-button{margin-right:auto}.result-card-footer{padding-top:8px;padding-bottom:8px}}.canvas-wrapper{border:3px solid #dadce0;border-radius:var(--border-radius);box-sizing:border-box;flex:2;max-height:640px;width:100%}.body-container{display:flex;flex-direction:column;flex:1;margin:0 auto;max-height:100%;width:92%}@media only screen and (min-width:992px){.body-container{margin:0 auto;width:74%}}@media only screen and (max-width:768px){.body-container{width:100%}}.board-header{align-items:center;color:var(--color-dark-grey);display:flex;justify-content:space-between;margin:20px 0;width:100%}@media only screen and (max-width:768px){.board-header{box-sizing:border-box;margin:12px 0;padding:0 1em}}.board-container{max-width:1200px;margin-left:auto;margin-right:auto}.timer-wrapper{align-items:center;border:1px solid var(--color-dark-grey);border-radius:100%;display:flex;font-size:24px;height:44px;justify-content:center;padding:8px;width:44px}.board-message-draw{font-size:20px;line-height:28px;margin-bottom:12px}.game-object-name{font-size:32px;line-height:44px}@media only screen and (max-height:768px){.game-object-name{font-size:24px;line-height:28px}}.modal-backdrop-container{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;position:relative}.modal-wrapper{display:flex;width:100%;height:100%;left:0;top:0;position:absolute;background:rgba(0,0,0,.4);z-index:1;display:none}.modal-wrapper.open{display:flex}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.modal-header{font-size:28px;line-height:32px;margin:12px}.modal-body{font-size:20px;line-height:32px}.modal{box-sizing:border-box;color:var(--color-dark-grey);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:420px;padding:30px;margin:20vh auto;border-radius:var(--border-radius);background:#fff;box-shadow:0 0 8px rgba(0,0,0,.1);text-align:center}@media only screen and (max-width:768px){.modal{max-width:96%}}@media only screen and (max-height:500px){.modal{margin:auto;padding-top:4px;padding-bottom:4px}}@media only screen and (max-height:800px){.modal{margin:auto}}.drawing-time{font-size:16px;margin:12px auto 20px}button{background-color:var(--color-orange);border:0;border-radius:var(--border-radius);color:#fff;cursor:pointer;font-size:20px;font-weight:400;margin-top:12px;margin-bottom:12px;padding:8px 32px}.canvas-wrapper{margin-bottom:8px}.show-canvas-wrapper{align-items:center;display:flex;justify-content:center;height:300px;width:100%;box-sizing:border-box}@media only screen and (max-width:768px){.show-canvas-wrapper{height:200px}}.button-container{text-align:center}.view-container{display:none}.view-container.display{flex:1;flex-direction:column;display:flex;max-height:100%;width:100%}.card{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);border-radius:8px;display:flex;flex-direction:column;margin:20px 12px;overflow:hidden}@media only screen and (max-width:768px){.card{border-radius:0;margin:0}}.robot-wrapper{display:flex;justify-content:center}.robot-image-container{width:200px}@media only screen and (max-height:768px){.robot-image-container{width:140px}}.robot-img{display:none}.robot-img.show{display:block}.robot-text-blinker{-webkit-animation:blink 1s step-end infinite;animation:blink 1s step-end infinite}.robot-text{font-size:20px;line-height:32px}.robot-text-container{background-color:#e8eaed;width:200px;height:100px;align-self:flex-start;padding:10px;word-wrap:normal}@-webkit-keyframes blink{0%,to{color:transparent}50%{color:inherit}}@keyframes blink{0%,to{color:transparent}50%{color:inherit}}.welcome-description-text{margin:0 60px 60px}.welcome-description-text-header{font-size:36px;line-height:40px;margin:12px 12px 32px 0}.welcome-description-text-body{font-size:28px;line-height:40px}.welcome-description-text-body p{margin:.2em 0}.welcome-robot{margin:auto;width:80%}.welcome-robot-mobile{display:none}.welcome-robot-mobile img{height:10em}.welcome-button-container{margin:24px auto;text-align:center}.welcome-button-text{font-size:28px;margin:0 24px}.welcome-view{display:flex;max-height:1000px;min-height:640px;width:100%}.result-view-with-post-upsell,.welcome-view-with-post-upsell{display:flex;flex:1;flex-direction:column;margin:0 auto;max-height:100%;max-width:1200px;width:100%}.welcome-robot-card{flex:1 1 40%}.welcome-text-card{display:flex;flex:1 1 60%;justify-content:space-between}.welcome-description-container{display:flex;flex:1;flex-direction:column;justify-content:space-evenly}.welcome-row{background-color:#e8eaed;color:#9aa0a6;display:flex;flex-direction:row;justify-content:center;min-height:64px}@media only screen and (max-width:768px){.welcome-view{align-items:center;flex:1;flex-direction:column;height:100%;max-height:unset;min-height:unset}.welcome-description{text-align:center}.welcome-description-text{margin:0 20px 40px}.welcome-text-card{height:100%}.welcome-description-container{overflow-y:auto}.welcome-robot-card{display:none}.welcome-robot-mobile{display:block}}@media only screen and (max-height:768px){.welcome-robot-mobile{display:none}.welcome-description-container{justify-content:unset}.welcome-description-text-body{font-size:24px;line-height:32px}}.info-post-text{display:flex;flex-wrap:wrap;justify-content:center;font-size:24px;line-height:40px}.info-post-link{border-radius:var(--border-radius);color:var(--color-blue);cursor:pointer;border:1px solid var(--color-blue);margin:0 8px;padding:0 12px;text-decoration:none;white-space:nowrap}.info-post-link-firebase{font-weight:700;margin-left:4px}.info-post-text-mobile{display:none}@media only screen and (max-width:768px){.info-post-text{display:none}.info-post-text-mobile{display:block;text-align:center;font-size:20px;line-height:28px;margin:8px}}.share-bar{align-items:center;display:flex;flex-direction:row;font-size:20px;justify-content:center;flex-grow:0;flex-shrink:3}.facebook-share-button,.twitter-share-button{background-color:transparent;margin:0}.row-container{padding:5px}.result-play-button{background-color:#fff;border-radius:6px;color:var(--color-blue);display:none;font-size:24px;font-weight:500;margin-right:6%;margin-left:auto}@media only screen and (min-width:992px){button.result-play-button{margin-right:14%}}.result-view{display:flex;max-width:1200px;margin:0 auto;width:100%}.result-robot-card{flex:2}.result-robot-card-img{margin:auto}.result-main-card{flex:3}:root{--line-margin:12px}.result-main-card-content{padding-top:24px}.result-congrat-text{color:var(--color-grey-text);font-size:40px;font-weight:500;margin-bottom:var(--line-margin)}.result-score{align-items:center;display:flex;font-size:28px;font-weight:500;margin:var(--line-margin) 0}.result-score-box{background:var(--color-blue);border:0;border-radius:8px;color:var(--color-white-text);padding:8px 32px}.result-score-text{color:var(--color-grey-text);margin-left:16px}.result-rank-text{color:var(--color-blue);font-size:28px;margin:var(--line-margin) 0}.result-drawings{display:grid;gap:16px 16px;grid-template-columns:repeat(auto-fill,160px);margin:36px 0}.result-drawing.canvas-wrapper{display:flex;height:150px;margin-bottom:0;width:150px}.result-drawing.canvas-wrapper canvas{margin:auto}.result-drawing-label{display:flex;justify-content:center;margin-top:4px}.result-drawing-text{color:#9aa0a6;font-size:16px;margin-right:4px}.result-correct-guess-icon,.result-incorrect-guess-icon{display:none;width:16px}.result-card-footer{align-items:center;background-color:#e8eaed;color:#9aa0a6;display:flex;font-size:20px;min-height:60px;justify-content:center;margin-top:auto}.result-card-footer,.result-main-card-content{padding-left:10%;padding-right:10%}.share-button{cursor:pointer;width:36px}.results-facebook-share-button{margin-left:44px}.results-twitter-share-button{margin-left:24px}.result-robot-bottom-card{display:none}@media only screen and (max-width:1100px){.result-view{flex-direction:column}.result-robot-card{display:none}.result-robot-bottom-card{display:flex}.result-bottom-robot{width:50%}}@media only screen and (max-width:768px){.result-robot-card{display:none}.result-main-card-content{overflow-y:auto;overflow-x:hidden;padding:0}.result-header-text{padding:10px 10% 0}.result-drawings{justify-content:space-around;row-gap:16px}.result-view{height:100%}}.result-share-bar{justify-content:center}.result-share-bar,.share-layout{display:flex;flex-direction:row;align-items:stretch;flex-grow:0;flex-shrink:3}.share-players-today,.share-score-update{font-size:16px;line-height:24px}.share-robot-image{width:140px;vertical-align:middle}@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape){html{transform:rotate(-90deg);transform-origin:left top;width:100vh;height:100vw;overflow-x:hidden;position:absolute;top:100%;left:0}}
/*# sourceMappingURL=style.css.map */