:root{--white: #f2f2f2;--black: #0d0d0d;--gray: rgb(20, 20, 20);--medium-gray: #828282;--light-gray: #d1d1d1;font-family:Roboto,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f2f2f2}._asideLayout_dq6rb_1{display:flex;height:calc(100vh - 54px)}._asideLayout_dq6rb_1>aside{min-height:calc(100vh - 54px);width:30vw;padding:1rem;background-color:var(--medium-gray)}._asideLayout_dq6rb_1>section{width:100%;padding-left:1.5rem;overflow-x:hidden;overflow-y:scroll}@media only screen and (max-width: 960px){._asideLayout_dq6rb_1{flex-direction:column;height:calc(100vh - 92px)}._asideLayout_dq6rb_1>aside{min-height:180px;width:100%}._asideLayout_dq6rb_1>aside>div{width:100%;text-align:center}._asideLayout_dq6rb_1>aside>div select{margin:0 auto}._asideLayout_dq6rb_1>section{height:100%}._asideLayout_dq6rb_1>section h1{text-align:center}}._repositoryBranches_6pz5v_1{display:flex;flex-direction:column;width:calc(30vw - 2rem)}._repositoryBranches_6pz5v_1 header{margin-bottom:1rem}._repositoryBranches_6pz5v_1 header h1{font-weight:500}._repositoryBranches_6pz5v_1 header ._explanation_6pz5v_12{font-style:italic}._repositoryBranches_6pz5v_1 label{line-height:1.6}._repositoryBranches_6pz5v_1>div{width:100%}._repositoryBranches_6pz5v_1 select{background-color:var(--light-gray);border-radius:6px;height:2rem;width:260px}._commitCard_u0h0m_1{border:1px solid var(--gray);border-radius:6px;padding:.5rem;white-space:nowrap;margin-bottom:.5rem}._commitCard_u0h0m_1 h2{font-size:1.2rem;overflow:hidden;text-overflow:ellipsis}._commitCard_u0h0m_1 ._date_u0h0m_13{font-style:italic}._centeredAlert_q5h5t_1{width:100%;text-align:center}._centeredAlert_q5h5t_1 ._alert_q5h5t_5 h1,._centeredAlert_q5h5t_1 ._alert_q5h5t_5 p{color:#b82725}._centeredLoader_1fkjh_1{width:100%;height:100%;display:grid;place-items:center}._centeredLoader_1fkjh_1 ._loader_1fkjh_7{width:60px;height:60px;border:5px solid var(--light-gray);border-top-color:#5b7acf;border-radius:50%;animation:_rotateLoading_1fkjh_1 .7s infinite ease}@keyframes _rotateLoading_1fkjh_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._commitsSection_blp1h_1{padding:1rem 1rem 0}._commitsSection_blp1h_1>h1{font-size:2rem;line-height:1.4}._header_1pd7v_1{background-color:var(--gray)}._header_1pd7v_1 ._responsiveMenu_1pd7v_4{display:flex;justify-content:space-between;align-items:center;color:var(--white);padding:.5rem 1rem;margin:0 auto;max-width:1920px}._header_1pd7v_1 ._responsiveMenu_1pd7v_4 button{background-color:transparent;border:none}._header_1pd7v_1 ._responsiveMenu_1pd7v_4 button>svg{vertical-align:middle}._header_1pd7v_1 ._responsiveMenu_1pd7v_4 button>svg:hover{cursor:pointer;animation:_backMovement_1pd7v_1 .7s infinite alternate ease-in-out}._header_1pd7v_1 ._responsiveMenu_1pd7v_4>nav{width:33%}._header_1pd7v_1 ._responsiveMenu_1pd7v_4>nav:last-child{text-align:end}._header_1pd7v_1 ._responsiveMenu_1pd7v_4>nav:last-child a{color:var(--light-gray)}@keyframes _backMovement_1pd7v_1{0%{transform:translate(0)}to{transform:translate(-8px)}}.intro{background-color:var(--gray);width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.intro h1{color:#f2f2f2;font-size:2.4rem;margin-bottom:8px}.intro label{margin-bottom:4px}.intro label,.intro span{color:#e3e3e3}.intro .search{display:flex}.intro .search input{border:2px solid #d1d1d1;background-color:transparent;padding-left:10px;height:2rem;min-width:240px;border-radius:6px 0 0 6px;color:#d1d1d1}.intro .search button{height:2rem;border:none;width:30px;background-color:#d1d1d1;border-radius:0 6px 6px 0}.intro span{margin-top:1rem}.intro span a,.intro span a:visited{color:#b85df0}.intro span a:hover,.intro span a:visited:hover{color:#c06ff2}._repoCard_13owp_1{background-color:var(--light-gray);width:300px;border-radius:.75rem;-webkit-box-shadow:5px 5px 15px 0 rgba(10,10,10,.4);box-shadow:5px 5px 15px #0a0a0a66;overflow:hidden}._repoCard_13owp_1 ._info_13owp_9{padding:.5rem .5rem 0;height:90px}._repoCard_13owp_1 ._info_13owp_9 h1,._repoCard_13owp_1 ._info_13owp_9 h2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._repoCard_13owp_1 ._info_13owp_9 a,._repoCard_13owp_1 ._info_13owp_9 a:visited{color:var(--black)}._repoCard_13owp_1 ._info_13owp_9 h1{font-size:1.5rem;margin-bottom:4px}._repoCard_13owp_1 ._info_13owp_9 h2{font-size:1rem;font-weight:500;font-style:italic}._repoCard_13owp_1 ._showBranches_13owp_30 button{border:none;width:100%;height:1.5rem;background-color:var(--medium-gray);transition:.4s ease background-color}._repoCard_13owp_1 ._showBranches_13owp_30 button:hover{background-color:#707070;cursor:pointer}._repositoriesSection_l6759_1{margin:1rem 2rem;min-height:calc(100vh - 54px - 1rem)}._repositoriesSection_l6759_1 ._repositories_l6759_1{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem}
