.user-dropdown{position:relative;height:100%}.user-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:100;height:100%;padding:0 20px}.user-dropdown:hover{background-color:rgba(0,0,0,.2)}.user-dropdown-img{margin:0 10px}.user-dropdown-img>img{max-height:37px;border-radius:5px}.user-dropdown-content{position:absolute;right:0;background-color:#f9f9f9;min-width:170px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:10px;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear}.user-dropdown:hover .user-dropdown-content{visibility:visible;opacity:1}.user-dropdown-content a{text-decoration:none;color:#000;padding:10px}.user-dropdown-content a:hover{text-decoration:none;color:#000;background-color:#ededed}.header{grid-area:header;background:-webkit-gradient(linear,left top,right top,from(#f56363),to(#fd3737));background:linear-gradient(90deg,#f56363,#fd3737);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title{font-size:1.2rem;color:#fff;font-weight:100;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.title a,.title a:hover,header.header>a.toggle{color:#fff;text-decoration:none}header.header>a.toggle{width:60px;height:100%;justify-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header.header>a.toggle:hover{color:#fff;background-color:rgba(0,0,0,.2)}.content{grid-area:content;background-color:#efefef;padding:20px}.footer{grid-area:footer;background-color:#ddd;color:#333;text-align:center;padding:9px}.footer,.loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.loading{grid-area:content;-webkit-box-align:center;-ms-flex-align:center;align-items:center}*{font-family:Lato,sans-serif}body{margin:0}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;display:grid;grid-template-rows:60px 1fr 40px;grid-template-columns:300px 1fr}#app,#app.hide-menu{grid-template-areas:"header header" "content content" "footer footer"}.page-title h1{margin:0}.page-title h2{color:#777;margin-top:5px;font-size:1.3rem}.stat{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:8px;margin-right:20px;margin-bottom:20px;background-color:#fff;padding:20px;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);box-shadow:0 1px 5px rgba(0,0,0,.15)}.stat,.stat-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.stat-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stat-icon i{font-size:5rem}.stat-info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.stat-title{font-size:1.2rem}.stat-value{font-size:3rem}.stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-item{border-radius:8px;margin-bottom:20px;background-color:#fff;padding:20px;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);box-shadow:0 1px 5px rgba(0,0,0,.15)}.article-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-decoration:none;color:#000}.article-item-info h2{font-size:1.7rem}.article-item-image{padding-right:20px;margin-right:20px;border-right:1px solid #aaa}.article-item-image img{border-radius:5px}.article-item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-item-info p{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#555;font-size:1.1rem}.articles-by-category ul{list-style-type:none;padding:0}.articles-by-category .load-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:25px}.article-content{background-color:#fff;border-radius:8px;padding:25px}.article-content pre{padding:20px;border-radius:8px;font-size:1.2rem;background-color:#1e1e1e;color:#fff}.article-content img{max-width:100%}.article-content :last-child{margin-bottom:0}.auth-content{height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.auth-content,.auth-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.auth-modal{background-color:#fff;width:350px;padding:35px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);box-shadow:0 1px 5px rgba(0,0,0,.15);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.auth-title{font-size:1.2rem;font-weight:100;margin-top:10px;margin-bottom:15px}.auth-modal input{border:1px solid #bbb;width:100%;margin-bottom:15px;padding:3px 8px;outline:none}.auth-modal button{-ms-flex-item-align:end;align-self:flex-end;background-color:#2460ae;color:#fff;padding:5px 15px}.auth-modal a{margin-top:35px}.auth-modal hr{border:0;width:100%;height:1px;background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,47.1%,0)),color-stop(hsla(0,0%,47.1%,.75)),to(hsla(0,0%,47.1%,0)));background-image:linear-gradient(90deg,hsla(0,0%,47.1%,0),hsla(0,0%,47.1%,.75),hsla(0,0%,47.1%,0))}