:root{--color-primary-a0:#5fb204;--color-primary-a10:#74bb34;--color-primary-a20:#87c351;--color-primary-a30:#99cc6b;--color-primary-a40:#abd583;--color-primary-a50:#bcdd9c;--color-secondary-a0:#f97203;--color-secondary-a10:#fe832e;--color-secondary-a20:#ff934a;--color-secondary-a30:#ffa364;--color-secondary-a40:#ffb27d;--color-secondary-a50:#ffc297;--color-st-hot:#f7630c;--color-st-new:#31d2f7;--on-any-surface-a0:#ffffff;--on-surface-a0:#e2e2e2;--on-surface-a10:#a4a4a4;--on-surface-a20:#8b8b8b;--on-surface-a30:#717171;--on-surface-a40:#575757;--on-surface-a50:#3f3f3f;--image-filter:brightness(.8) contrast(1.2);--color-surface-a0:#121212;--color-rgba-surface-a0:18,18,18;--color-surface-a10:#282828;--color-surface-a20:#3f3f3f;--color-surface-a30:#575757;--color-surface-a40:#717171;--color-surface-a50:#8b8b8b;--scrollbar-color-thumb:var(--color-surface-a10);--scrollbar-color-track:var(--on-surface-a10);--scrollbar-width:thin;--scrollbar-width-legacy:10px}*{padding:0;margin:0;text-decoration:none;font-family:Poppins,sans-serif;list-style-type:none;box-sizing:border-box}body{background:var(--color-surface-a0);overflow-x:hidden}.brand{cursor:pointer}.brand .color-gradient{color:#ff4000;background-image:linear-gradient(180deg,#ff4000 32%,#ff5700 20%,#ff6e00 60%,#ff8500 75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brand h2{display:flex;align-items:center;column-gap:6px;flex-direction:row;flex-wrap:nowrap;font-weight:600;font-size:xx-large}p.error-text,p.help-text{margin-top:12px;margin-left:3px;max-width:unset;column-gap:.25rem;font-size:.75rem}.brand h2 img{width:40px;border:none}.sign-in__page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;row-gap:1rem}.sign-in__box{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;max-width:1000px;border-radius:12px;margin:0 auto;overflow:hidden;background-color:var(--color-surface-a10)}#sign-in__form{flex:1 0 100%;width:100%;padding:36px 40px;max-width:27rem;color:var(--on-surface-a0)}#sign-in__form .title{font-size:1.75rem;font-weight:400}#sign-in__form .description{font-size:1rem;font-weight:300;margin-bottom:1rem}.input-box{margin-bottom:.75rem}p.error-text span.material-icon,p.help-text span.material-icon{font-size:1rem}p.help-text{color:var(--on-surface-a10);display:flex;align-items:flex-start}p.error-text{color:#d93025;display:none;align-items:flex-start}.toggle-password{float:right;cursor:pointer;position:absolute;top:22px;right:15px;color:var(--on-surface-a20)}.toggle-password:hover{color:#1a73e8}#signinId{margin-top:1rem}.other-options{display:flex;justify-content:space-between;flex-wrap:wrap}.other-options .other-options__action{color:var(--color-secondary-a10);padding:unset!important;transition:color .2s ease-in-out}.hr-text,.hr-text:after,.other-options .other-options__action:hover{color:var(--on-surface-a0)}.hr-text{line-height:1em;position:relative;outline:0;border:0;text-align:center;height:1.5em;opacity:.5;margin:1rem 0}.hr-text:before{content:"";background:linear-gradient(to right,transparent,var(--on-any-surface-a0),transparent);position:absolute;left:0;top:50%;width:100%;height:1px}.hr-text:after{content:attr(data-content);position:relative;display:inline-block;padding:0 .5em;line-height:1.5em;background-color:var(--color-surface-a10)}.social-accounts{display:flex;margin-top:1rem;flex-direction:column;align-items:center;gap:1rem}.social-accounts .suggestion-text{color:var(--on-surface-a10);text-align:center;font-weight:400}.suggestion-text .underline{text-decoration:underline;font-weight:500;color:var(--color-secondary-a10)}@media only screen and (max-width:450px){.sign-in__box{border-radius:unset!important}}