:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.2;font-weight:400}#root{display:flex;place-items:start;width:100%;min-height:100vh}body{margin:0;display:flex;width:100%;min-height:100vh}.page{display:flex;flex-direction:column;width:75%;margin:0 auto;padding:3rem 0}p{font-size:1rem;font-weight:400;color:#333;margin:0}.title{font-size:1.3rem;font-weight:700;margin:0}.header{height:fit-content;display:flex;flex-direction:row;place-items:center}.gh-logo{width:4rem;height:4rem}.header-desc{display:flex;flex-direction:column;justify-content:center;color:#333;margin-left:1rem}.search{position:relative;display:flex;flex-direction:row;place-items:center;gap:1rem;margin:2rem 0}.searchbox{width:100%;min-height:1.5rem;border:1px solid #cccccc;padding:.5rem 1rem;font-size:1rem;font-weight:400;color:#333}.searchbox:focus{outline:none}select{width:10rem;min-height:1.5rem;border:1px solid #cccccc;padding:.65rem;font-size:1rem;font-weight:400;color:#333}select:focus{outline:none}.content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.box-wrapper{flex:1;display:flex;place-items:center;flex-direction:row;gap:1rem;background-color:#f0eeee;border-radius:.1rem;padding:1rem;height:80px;word-wrap:break-word;min-width:250px}.box-wrapper:hover{transform:translate(10px 30px);background-color:#fff;box-shadow:2px 3px 6px #c4c2c2}.box-wrapper.col{flex-direction:column;height:100%}.user-avatar{height:100%;border-radius:.3rem}.user-data{display:flex;flex-direction:column;justify-content:center;flex:1}.repo-data{display:flex;flex-direction:column;justify-content:center;flex:1;gap:.2rem}.user-name{font-size:1rem;font-weight:700;margin:0}a{text-decoration:none}.stats{display:flex;flex-direction:row;place-items:center;gap:1rem;margin:1rem 0 0}.stat{flex:1;display:flex;place-items:center;text-align:center!important;font-weight:700;color:#8d8c8c;gap:.3rem}.stat-icon{height:1rem;width:1rem}.repo-info{display:flex;width:100%;justify-content:space-between;flex:1}.repo-avatar{height:3rem;border-radius:.3rem}.paginator{display:flex;flex-direction:row;place-items:center;justify-content:center;gap:.5rem;margin:2rem 0}.paginator-page{padding:.5rem;font-size:1rem;font-weight:500;color:#333}.paginator-btn{background:none;border:none;cursor:pointer;padding:.5rem;font-size:1rem;font-weight:400;color:#333}.paginator-btn:hover{font-weight:500}.paginator-btn:disabled{color:#8b8b8b;cursor:not-allowed}.paginator-btn.active{font-weight:600}.info{display:flex;place-items:center;justify-content:center;height:100%;width:100%}.error{display:flex;place-items:center;justify-content:center;height:100%;width:100%;color:#a00000}
