.light{--bg-color: #f6f8ffcc;--stat-bg-color: #e9ebf5;--profile-bg: #fff;--btn-color: #0079ff;--text-color-1: #4b7a9b;--text-color-2: #697c9a;--bold-text-color: #2b3442;--shadow: #4660bb32}.dark{--bg-color: #141d2f;--stat-bg-color: #141d2f;--btn-color: #0079ff;--profile-bg: #1e2a47;--text-color-1: #fff;--text-color-2: #fff;--bold-text-color: #fff;--shadow: #141d2f}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}ul[role=list],li,ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}html,body{height:100%}body{text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture,svg{max-width:100%}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.flex-jc-sb{justify-content:space-between}.flex-rap{flex-wrap:wrap}body{font-family:"Space Mono",monospace;background-color:var(--bg-color);height:100vh;display:flex;align-items:center;justify-content:center;transition:all .8ms ease-in-out}button{cursor:pointer;font-family:inherit}.App{max-width:750px;width:100%;margin:0 30px}.App .header,.App .search,.App .profile-card{border-radius:10px;margin:15px 0;padding:20px;background-color:var(--profile-bg);box-shadow:10px 10px 15px var(--shadow)}.App .header{background-color:rgba(0,0,0,0);box-shadow:none;border:none;padding:20px 0}.App .header h2{font-weight:bolder;letter-spacing:1px;color:var(--bold-text-color)}.App .header button{border:none;outline:none;display:flex;align-items:center;gap:10px;background-color:rgba(0,0,0,0);transition:all .5ms ease-in-out}.App .header button p{color:var(--text-color-2);text-transform:uppercase;flex:1}.App .header button img{flex:1}.App .search{padding:10px;border:1px solid rgba(0,0,0,0)}.App .search input{flex:1;border:none;outline:none;margin-left:10px;font-family:inherit;font-size:1.1rem;background-color:rgba(0,0,0,0);font-weight:bolder;margin-right:20px;width:50%;color:var(--bold-text-color)}.App .search input::-moz-placeholder{color:var(--text-color-2)}.App .search input::placeholder{color:var(--text-color-2)}.App .search button{border:1px solid rgba(0,0,0,0);background-color:var(--btn-color);color:#fff;font-weight:bold;font-size:1rem;border-radius:5px;margin-left:auto;padding:10px 25px}.App .profile-card{align-items:flex-start;justify-content:space-between;gap:20px}.App .profile-card .right{display:flex;flex-direction:column;gap:20px;flex:1}.App .profile-card header,.App .profile-card section,.App .profile-card footer>div{border-radius:8px;padding:10px 20px}.App .profile-card header{display:flex;flex-wrap:wrap;flex-direction:row}.App .profile-card header .joined-date{color:var(--text-color-2)}@media(min-width: 40em){.App .profile-card header .joined-date{margin-left:auto}}.App .profile-card .user-name h1{font-weight:bolder;color:var(--bold-text-color);font-size:2rem;line-height:1}.App .profile-card .user-name a{color:var(--btn-color) !important}.App .profile-card .bio{color:var(--text-color-1)}.App .profile-card .stat{justify-content:space-between;background-color:var(--stat-bg-color);font-weight:bolder}.App .profile-card .stat p{color:var(--text-color-2);font-size:.75rem}.App .profile-card .stat span{color:var(--bold-text-color);font-size:1.5rem}.App .profile-card .links{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px}@media(max-width: 39.938em){.App .profile-card .links{gap:0px;display:flex;flex-wrap:wrap}}.App .profile-card .links div{padding:10px}.App .profile-card .links div a{display:flex;align-items:center;flex-direction:row;gap:10px}.user-avatar{width:125px;border-radius:50%}a{text-decoration:none;color:var(--text-color-1)}.error{border:1px solid tomato !important}.error input::-moz-placeholder{color:tomato !important}.error input::placeholder{color:tomato !important}.error button{border:1px solid tomato !important;background-color:tomato !important}/*# sourceMappingURL=style.css.map */