@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500&display=swap);*{box-sizing:border-box;color:var(--txt-color);font-family:Red Hat Text,sans-serif;margin:0;padding:0;transition:color .25s,background-color .25s,-webkit-transform .25s;transition:color .25s,background-color .25s,transform .25s;transition:color .25s,background-color .25s,transform .25s,-webkit-transform .25s}* [data-theme=light]{--action-shade:#1a73e8;--active-action-shade:#186bd6;--bg-shade:#f5f8ff;--card-shade:#fff;--txt-color:#202124;--theme-icon:"moon"}* [data-theme=dark]{--action-shade:#fddb00;--active-action-shade:#e4c500;--bg-shade:#202124;--card-shade:#5f6368;--txt-color:#f5f8ff;--theme-icon:"sun"}@media screen and (max-width:500px){*{font-size:14px}}.container{align-items:center;background-color:var(--bg-shade);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:5rem 25vw}@media screen and (max-width:1440px){.container{padding:5rem 20vw}}@media screen and (max-width:1024px){.container{padding:5rem 15vw}}@media screen and (max-width:768px){.container{padding:2.5rem 10vw}}@media screen and (max-width:500px){.container{padding:2.5rem 5vw}}.footer{fill:red;align-items:center;bottom:4%;color:var(--txt-color);display:flex;position:absolute}.miniabout{text-align:center}.miniabout h3{color:var(--action-shade);font-size:34px;margin-bottom:2rem}.miniabout h3,.miniabout p{font-family:Space Grotesk,sans-serif}.miniabout p{color:#777;font-size:24px;word-spacing:13px}.header{align-items:center;display:flex;justify-content:space-between;left:50%;position:absolute;top:5%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:70%}.header .logo{font-size:1.5rem;font-weight:700}.header .theme-toggler{cursor:pointer;display:flex;font-size:.8rem;padding:.25rem .5rem}.header .theme-toggler .theme-name{letter-spacing:.25rem;margin-right:.5rem}.search-bar{background-color:var(--card-shade);border-radius:60px;box-shadow:0 .1rem .5rem .1rem rgba(0,0,0,.05);display:flex;justify-content:space-between;margin-top:2.5rem;padding:.5rem .5rem .5rem 4rem;position:relative}@media screen and (max-width:500px){.search-bar{padding-left:2rem}}.search-bar .octicon-search{fill:var(--action-shade);left:1.75rem;position:absolute;top:calc(50% - 1rem)}@media screen and (max-width:500px){.search-bar .octicon-search{height:1.5rem;left:.75rem;top:calc(50% - .75rem);width:1.5rem}}.search-bar button,.search-bar input{border:none}.search-bar input{background-color:transparent;color:var(--txt-color);flex-grow:1;float:left;font-size:1.1rem;overflow:hidden;padding:0 1rem;transition:.4s;width:0}.search-bar input:focus{outline:transparent}.search-bar input::-moz-placeholder{color:var(--txt-color);opacity:.75}.search-bar input::-ms-placeholder{color:var(--txt-color);opacity:.75}.search-bar input::-webkit-input-placeholder{color:var(--txt-color);opacity:.75}.search-bar input::placeholder{color:var(--txt-color);opacity:.75}.search-bar input::-webkit-search-cancel-button,.search-bar input::-webkit-search-decoration,.search-bar input::-webkit-search-results-button,.search-bar input::-webkit-search-results-decoration{display:none}.search-bar input::-ms-clear,.search-bar input::-ms-reveal{display:none}.search-bar button{background-color:var(--action-shade);border-radius:60px;color:var(--bg-shade);cursor:pointer;font-weight:500;padding:.75rem 1.25rem;transition:.4s}.search-bar button:hover{background-color:var(--active-action-shade)}.search-bar button:active{-webkit-transform:scale(.95);transform:scale(.95)}.search-bar:hover>input{padding:0 6px;width:340px}@media screen and (max-width:500px){.search-bar:hover>input{width:200px}}.profile{margin-top:1.25rem;padding:3rem 3rem 2rem}@media screen and (max-width:768px){.profile{padding:1.5rem}}.profile>*{display:flex}@media screen and (min-width:971px){.profile>.bio{display:none}}.profile .avatar{background-size:cover;border-radius:1rem;height:7.5rem;width:7.5rem}@media screen and (max-width:500px){.profile .avatar{height:6rem;width:6rem}}.profile .description{display:flex;flex-direction:column;margin-left:2rem;width:calc(100% - 9.5rem)}@media screen and (max-width:500px){.profile .description{width:calc(100% - 8rem)}}@media screen and (max-width:971px){.profile .description .bio{display:none}}.profile .lessOpaque{opacity:.85}.profile .names{display:flex;justify-content:space-between}@media screen and (max-width:971px){.profile .names{flex-direction:column;justify-content:flex-start}}.profile .names .name{font-size:1.5rem;font-weight:700}.profile .names .username{color:var(--action-shade);font-size:1.1rem;font-weight:500}.profile .names .joinDate{font-size:.85rem;font-weight:500}@media screen and (max-width:971px){.profile .names .joinDate{margin:1rem 0}}.profile .stats{background-color:var(--bg-shade);border-radius:.5rem;display:flex;flex-wrap:wrap;padding:0 0 .5rem}.profile .stats .statBox{display:flex;flex-direction:column;padding:1rem 1rem .5rem;text-align:center;width:25%}@media screen and (max-width:971px){.profile .stats .statBox{width:50%}}.profile .stats .statBox-header{color:var(--action-shade);font-size:1.05rem}.profile .stats .statBox-value{font-size:2rem;font-weight:700}.profile .details{display:flex;flex-wrap:wrap;margin:0 -1rem}.profile .details>.field{margin:0 1rem;padding:1rem 0;width:calc(50% - 2rem)}@media screen and (max-width:768px){.profile .details>.field{width:calc(100% - 2rem)}}.profile .details>.field>:first-child{margin-right:1rem}.profile a{color:var(--action-shade)}
/*# sourceMappingURL=main.f8b57602.css.map*/