@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;background:radial-gradient(90.45% 90.45% at 50% 90.45%,#24242e 0,#0a0a0d 100%)}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--color-text:#fff;--color-primary:#ffa200;--color-input-bg:#24242e;--color-text-secondary:#7d7d7d;--square-size:15px;--square-gap:5px;font-size:16px}.graph-loading{display:flex;align-items:center;justify-content:center}.graph-loading .squares{transform:translate(-10%,-25%);list-style:none;display:grid;grid-gap:var(--square-gap);grid-template-rows:repeat(7,var(--square-size));grid-auto-flow:column;grid-auto-columns:var(--square-size)}.graph-loading .squares li{background-color:#f0f2f4}.graph-loading .squares li[data-level="0"]{animation:level0 2s infinite}@keyframes level0{0%{background-color:#f0f2f4}20%{background-color:#becdf4}40%{background-color:#688be3}60%{background-color:#517dec}80%{background-color:#becdf4}to{background-color:#f0f2f4}}.graph-loading .squares li[data-level="1"]{background-color:#6691ff;animation:level1 2s infinite}@keyframes level1{0%{background-color:#6691ff}20%{background-color:#336dff}40%{background-color:#0048ff}60%{background-color:#fff}80%{background-color:#6691ff}to{background-color:#6691ff}}.github-button-wrapper{position:fixed;bottom:1rem;right:1rem}.toast{position:fixed;bottom:32px;left:0;right:0}.home-page{min-height:100vh;width:100%;display:grid;place-items:center}.landing{position:relative;min-height:100vh;overflow-y:hidden}.landing__logo{position:fixed;top:1.5rem;left:1.5rem;cursor:pointer;height:54px;width:54px}.landing__content{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:100%;padding:0 1rem;top:25%;left:0;transform:translateY(-50%);transform-origin:top}.landing__title{font-size:2.5rem;font-weight:500;color:var(--color-text);text-align:center}@media only screen and (max-width:720px){.landing__title{font-size:1.4rem;margin-bottom:1rem}}.landing__message{font-size:2.5rem;font-weight:600;letter-spacing:1.2px;color:var(--color-primary);text-align:center}@media only screen and (max-width:720px){.landing__message{font-size:1.4rem;font-weight:500;letter-spacing:1.1px}}.landing__text{max-width:600px;line-height:1.75;font-size:1.1rem;font-weight:300;margin:1rem 0;text-align:center;color:var(--color-text)}@media only screen and (max-width:720px){.landing__text{font-size:.8rem;letter-spacing:-.1px}}.landing__flow-a{position:relative;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center}.landing__flow-a button{margin-top:.5rem;color:#fff;background:var(--color-primary);padding:1rem 4rem;min-width:15em;width:18em;border:none;border-radius:2px;box-shadow:2px 4px 8px 0 rgba(0,0,0,.15);font-weight:500;font-size:1.1rem;text-align:center;transition:all .25s ease-in-out;position:absolute;z-index:2;cursor:pointer;top:60px;opacity:1;transform:scale(1);transform-origin:top}.landing__flow-a button.hidden{top:-100px;opacity:0;transform:scale(0)}.landing-control__wrapper{position:relative}.landing-control__wrapper-hackerrank{position:absolute;right:0;top:8px;height:40px;padding:0 .5rem;display:grid;place-items:center;font-size:.9rem;z-index:2;color:var(--color-text-secondary)}.landing__input{margin-top:.5rem;background:var(--color-input-bg);color:var(--color-text);z-index:3;padding:.75rem 141px .75rem .75rem;min-width:15em;width:20em;font-size:.9rem;border:none;border-radius:2px;outline:none;box-shadow:inset 0 1px 4px rgba(0,0,0,.1),0 0 0 transparent;text-align:right;transition:all .25s ease-in-out}.landing__input:focus{box-shadow:inset 0 1px 6px rgba(0,0,0,.2),0 0 0 transparent}.landing__input::placeholder{color:var(--color-text-secondary)}.landing__separator{position:relative;color:var(--color-text-secondary);margin:.75rem 0;font-weight:300;text-align:center}.landing__separator:before{content:"";position:absolute;left:0;top:50%;transform:translate(-55%,-50%);min-width:6rem;width:12rem;height:1px;opacity:.5;background:var(--color-text-secondary)}@media only screen and (max-width:720px){.landing__separator:before{width:10rem}}.landing__separator:after{content:"";position:absolute;top:50%;transform:translate(5%,-50%);min-width:6rem;width:12rem;height:1px;opacity:.5;background:var(--color-text-secondary)}@media only screen and (max-width:720px){.landing__separator:after{width:10rem}}.landing__flow-b{transition:all .25s ease-in-out;transform:translateY(0) scale(1);opacity:1}.landing__flow-b.hidden{transform:translateY(150%),scale(0);opacity:0;display:none}.landing__trophy{position:fixed;width:100%;display:flex;align-items:center;z-index:0;justify-content:center;bottom:-80px}.landing__trophy svg{width:22%;transform:scale(1);transform-origin:bottom;transition:all .25s ease-in-out;cursor:pointer}.landing__trophy svg:hover{transform:scale(1.05)}@media only screen and (max-width:1440px){.landing__trophy svg{width:35%}}@media only screen and (max-width:720px){.landing__trophy svg{width:60%}}@media only screen and (max-width:500px){.landing__trophy{top:auto;bottom:-60px}.landing__trophy svg{width:80%}}.landing__disclaimer{position:fixed;bottom:1rem;left:1rem;font-size:.75rem;color:var(--color-text-secondary)}.landing .curating_trophy{position:fixed;top:45%;left:50%;transform:translate(-50%,-50%);z-index:4;color:var(--color-text);font-size:1.3rem;font-weight:300;text-align:center;line-height:1.5;opacity:0}.landing .curating_trophy span{font-size:1.5rem;font-weight:500;padding-left:1rem}.award_actions{position:absolute;top:6vh;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;color:var(--color-text);text-align:center;opacity:0}.award_actions h1{font-size:1.6rem}.award_actions h2{font-weight:500;font-size:1.1rem;color:var(--color-primary)}.award_actions h4{margin-top:.5rem;margin-bottom:1rem;font-weight:300;font-size:.8rem;padding:0 1rem;line-height:1.4}.award_actions .social-btns{display:flex;align-items:center;justify-content:center;width:100%;flex-wrap:wrap;gap:1rem;transform:scale(.9)}@media screen and (max-height:500px){.award_actions .social-btns{display:none}}.award_actions #save-btn,.award_actions .linkedin-btn,.award_actions .twitter-btn{width:-moz-fit-content;width:fit-content;height:38px}.award_actions #save-btn span,.award_actions .linkedin-btn span,.award_actions .twitter-btn span{font-size:.8rem}@media screen and (min-width:1080px){.award_actions h2{font-size:1.8rem;margin-top:1rem}.award_actions h4{width:500px;font-size:1rem;margin:1rem 0}.award_actions .social-btns{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.award_actions .social-btns .linkedin-btn,.award_actions .social-btns .twitter-btn{height:48px;transform:scale(1)}.award_actions .social-btns .linkedin-btn span,.award_actions .social-btns .twitter-btn span{font-size:.9rem!important}.award_actions .social-btns #save-btn{height:48px}.award_actions .social-btns .linkedin-btn{margin-top:0}}.saving{position:fixed;top:0;right:0;bottom:0;z-index:10;left:0;background:rgba(0,0,0,.9);color:var(--color-text);display:grid;place-items:center}