:root{--green:#31924b;--shadow:2px 4px 24px -8px #000000bf}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}.App{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;width:100vw}.Feed{background-color:var(--green)}.FeedItem{background-color:#fff;box-shadow:2px 4px 24px -8px #000000bf;margin-bottom:.5em;padding:5vw}.FeedItem:last-child{margin-bottom:0}.FeedItem-head{align-items:center;display:flex}.FeedItem-head>img{border-radius:50%;height:3em}.FeedItem-head>div{display:flex;flex-wrap:wrap;margin-left:1em}.FeedItem-date-separator{margin:0 .2em}.FeedItem-owner-name{font-weight:700;margin-bottom:.1em;width:100%}.FeedItem-name{display:block;font-size:1.5em;font-weight:700;margin:1em 0}.FeedItem-stats{align-items:center;display:flex;font-size:1.5em;justify-content:space-around}.FeedItem-stats-divider{color:#bbb;font-size:3em;font-weight:100}.FeedItem-foot{align-items:center;display:flex;justify-content:space-between;margin-top:1em}.FeedItem-foot>div{display:flex;flex:1 1;justify-content:flex-end;position:relative}.icon-overlay{color:#fff;font-weight:700;position:absolute;text-align:center;top:8px;width:34px}.FeedItem-foot>a{color:#fc4c02;flex:4 1}.FeedItem-modal{padding:2vw}.FeedItem-modal-header{display:flex;margin:1em 0}.FeedItem-modal-header>h2{flex:1 1;margin-right:1.5em;text-align:center}.FeedItem-comments-form{display:flex;margin-bottom:1em;width:100%}.FeedItem-comments-form>*{border-radius:0!important;font-size:1em;height:3.5em}.FeedItem-comments-form>input{border:2px solid var(--green);flex:1 1;padding-left:.5em}.FeedItem-comments-form>button{background-color:var(--green);border:var(--green) solid;border-radius:0!important;color:#fff;font-weight:700;width:5em}.FeedItem-verify{height:100%;padding:5vw;text-align:center}.FeedItem-verify>select{font-size:1em;height:3em;margin:1em 0;width:15em}.FeedItem-verify>button{background-color:var(--green);border:var(--green) solid;border-radius:10px;color:#fff;font-size:1.5em;font-weight:700;height:3em;margin-top:2em;width:8em}.Modal{background-color:#fff;height:100vh;left:0;position:fixed;transition:top .2s;width:100vw;z-index:2}.Modal.hide{top:100vh}.Modal.show{top:0}.CommentRow{display:flex}.CommentRow>div{display:flex;flex-direction:column;justify-content:center;min-height:3em}.CommentRow-date{color:#aaa}.CommentRow>img{border-radius:50%;height:3em;margin:.5em}.Auth{background:#fff}.Auth,.Auth-title{display:flex;flex:1 1}.Auth-title{align-items:center;background:#31924b;background:linear-gradient(135deg,#31924b,#97dea7);flex-direction:column;justify-content:flex-end}.Auth-logo{animation:opacity-position-anim .7s ease-out;max-width:60%}.Auth-wave{animation:height-anim .7s ease-out;position:relative;top:1px;transform-origin:0 100%;width:100%}.Auth-content{align-items:center;display:flex;flex:1 1;justify-content:center}.Auth-content>a>img{margin-bottom:10em;scale:1.2}.Auth-safari-instructions{font-size:1.2em;margin-bottom:10em;padding:2em}.Auth-safari-instructions>div>img,.Auth-safari-instructions>img{height:1em;vertical-align:top}.Auth-safari-instructions>div{display:inline}.Auth-copyright{color:#aaa;margin-bottom:2em;text-align:center}@media screen and (orientation:portrait){.Auth{flex-direction:column}}@media screen and (orientation:landscape){.Auth{flex-direction:row}.Auth-wave{display:none}}@keyframes height-anim{0%{transform:scaleY(0)}to{transform:scaleY(100%)}}@keyframes opacity-position-anim{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.Tally,.Tally-padding{height:6em}.Tally{align-items:center;background-color:var(--green);box-shadow:var(--shadow);color:#fff;display:flex;justify-content:space-around;position:fixed;top:0;width:100vw;z-index:1}.Tally>img{height:100%}.Tally>div{align-items:center;display:flex;flex-direction:column;justify-content:center}.Tally-money{font-size:1.5em}.Tally-name{color:#ddd;font-size:.75em}.Navigation{background-color:#fff;bottom:0;box-shadow:var(--shadow);height:4em;justify-content:space-around;position:fixed;width:100vw}.Navigation,.Navigation>div{align-items:center;display:flex}.Navigation>div{flex:1 1;height:100%;justify-content:center}.Navigation-padding{height:10em}.Leaderboard{background:linear-gradient(135deg,#31924b,#97dea7);min-height:100vh}.Leaderboard-selector{background-color:#fff;box-shadow:var(--shadow);display:flex;font-weight:700;height:4em}.Leaderboard-selector>.selected{background-color:var(--green);color:#fff}.Leaderboard-selector>div{align-items:center;display:flex;flex:1 1;justify-content:center}.Leaderboard-podium{align-items:flex-end;display:flex;justify-content:center;padding-top:2em}.Leaderboard-podium>div{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;overflow:hidden}.Leaderboard-podium>div:first-child>.podium-profile{animation:icon-fade .6s ease-in-out}.Leaderboard-podium>div:nth-child(2)>.podium-profile{animation:icon-fade .8s ease-in-out}.Leaderboard-podium>div:nth-child(3)>.podium-profile{animation:icon-fade 1s ease-in-out}.podium-profile{background-color:#fff;border:3px solid #fff;border-radius:50%;height:20vw;position:relative;width:20vw;z-index:0}.podium-wave{position:relative;width:120%;z-index:1}.Leaderboard-podium>div>div{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;padding-top:.5em;position:relative;text-align:center;width:100%;z-index:1}.podium-name{color:#000}.podium-total{font-size:2em;font-weight:700}.first{color:#e7c502;height:10em}.second{color:#aaa;height:7em}.third{color:#cd7f32;height:5em}.Leaderboard-podium-buffer{background-color:#fff;box-shadow:var(--shadow);height:2em}.Leaderboard-list>div{margin-bottom:.5em 0;padding:1em}.Leaderboard-row{align-items:center;background-color:#fff;display:flex;margin:.5em 0}.Leaderboard-row>img{border-radius:50%;height:2em;margin-right:1em;width:2em}.Leaderboard-row>span{margin-right:1em}@keyframes icon-fade{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.Settings{background-color:#fff;height:100%;padding:5vw}.Settings>button{background-color:var(--green);border:var(--green) solid;border-radius:0;color:#fff;font-size:1em;font-weight:700;height:3em;margin-top:2em;width:7em}.Social-selector{box-shadow:var(--shadow);display:flex;font-weight:700;height:4em}.Social-selector>.selected{background-color:var(--green);color:#fff}.Social-selector>div{align-items:center;display:flex;flex:1 1;justify-content:center}.Social-search{border:2px solid var(--green);flex:1 1;font-family:inherit;font-size:inherit;height:3em;margin:2em 5vw;padding-left:.5em;width:90vw}.FriendRow,.GroupRow{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:.5em;min-height:3em;padding:0 5vw}.FriendRow-name,.GroupRow-name{text-wrap:nowrap;flex:1 1}.FriendRow>img{border-radius:50%;height:3em;margin-right:.5em;width:3em}.FriendRow>button,.FriendRow>div>button,.GroupRow>button,.GroupRow>div>button{background-color:var(--green);border:none;border-radius:3px;color:#fff;font-family:inherit;font-size:inherit;font-weight:700;height:2em;margin:.5em 1em .5em 0;padding:0 1em}.FriendRow>button:disabled,.GroupRow>button:disabled{opacity:.5}
/*# sourceMappingURL=main.e08013c2.css.map*/