.theme-light{--primary: #4da1ff;--primary-hover: #4094f5;--primary-transparent: rgba(77, 161, 255, 0);--primary-transparent-10: rgba(77, 161, 255, .1);--black: #000;--white: #fff;--red: #e20039;--red-hover: #c40534;--red-light: #fdd7e0;--blue: #278dd5;--blue-hover: #1b7ec5;--blue-light: #e0f1fd;--yellow: #f8d745;--yellow-hover: #eec221;--yellow-light: #fceeb0;--orange: #ffa31a;--orange-light: #ffdcc6;--green: #41cf4f;--green-hover: #5ac744;--green-light: #ccf8c4;--purple: #7c28e2;--purple-light: #e6d8f7;--separator: #dee5eb;--separator-darker: #9a9fa4;--font-primary: #0c1a26;--font-secondary: #76828e;--icon: #8597a5;--background: #ffffff;--background-transparent: rgba(255, 255, 255, 0);--background-secondary: #f3f4f6;--background-secondary-hover: #e8ebef;--background-footer: #0c1a26;--error: #e20039}.theme-dark{--primary: #4da1ff;--primary-hover: #4094f5;--primary-transparent: rgba(77, 161, 255, 0);--primary-transparent-10: rgba(77, 161, 255, .1);--black: #000;--white: #fff;--red: #e20039;--red-hover: #c40534;--red-light: #fdd7e0;--blue: #278dd5;--blue-hover: #1b7ec5;--blue-light: #e0f1fd;--yellow: #f8d745;--yellow-hover: #eec221;--yellow-light: #fceeb0;--orange: #ffa31a;--orange-light: #ffdcc6;--green: #41cf4f;--green-hover: #5ac744;--green-light: #ccf8c4;--purple: #7c28e2;--purple-light: #e6d8f7;--separator: #3c4247;--separator-darker: #535b5f;--font-primary: #fcfcfc;--font-secondary: #8f9598;--icon: #8597a5;--background: #1c1f22;--background-transparent: rgba(28, 31, 34, 0);--background-secondary: #101416;--background-secondary-hover: #060708;--background-footer: #101416;--error: #e20039}.theme-auto{--primary: #4da1ff;--primary-hover: #4094f5;--primary-transparent: rgba(77, 161, 255, 0);--primary-transparent-10: rgba(77, 161, 255, .1);--black: #000;--white: #fff;--red: #e20039;--red-hover: #c40534;--red-light: #fdd7e0;--blue: #278dd5;--blue-hover: #1b7ec5;--blue-light: #e0f1fd;--yellow: #f8d745;--yellow-hover: #eec221;--yellow-light: #fceeb0;--orange: #ffa31a;--orange-light: #ffdcc6;--green: #41cf4f;--green-hover: #5ac744;--green-light: #ccf8c4;--purple: #7c28e2;--purple-light: #e6d8f7;--separator: #dee5eb;--separator-darker: #9a9fa4;--font-primary: #0c1a26;--font-secondary: #76828e;--icon: #8597a5;--background: #ffffff;--background-transparent: rgba(255, 255, 255, 0);--background-secondary: #f3f4f6;--background-secondary-hover: #e8ebef;--background-footer: #0c1a26;--error: #e20039}@media (prefers-color-scheme: dark){.theme-auto{--primary: #4da1ff;--primary-hover: #4094f5;--primary-transparent: rgba(77, 161, 255, 0);--primary-transparent-10: rgba(77, 161, 255, .1);--black: #000;--white: #fff;--red: #e20039;--red-hover: #c40534;--red-light: #fdd7e0;--blue: #278dd5;--blue-hover: #1b7ec5;--blue-light: #e0f1fd;--yellow: #f8d745;--yellow-hover: #eec221;--yellow-light: #fceeb0;--orange: #ffa31a;--orange-light: #ffdcc6;--green: #41cf4f;--green-hover: #5ac744;--green-light: #ccf8c4;--purple: #7c28e2;--purple-light: #e6d8f7;--separator: #3c4247;--separator-darker: #535b5f;--font-primary: #fcfcfc;--font-secondary: #8f9598;--icon: #8597a5;--background: #1c1f22;--background-transparent: rgba(28, 31, 34, 0);--background-secondary: #101416;--background-secondary-hover: #060708;--background-footer: #101416;--error: #e20039}}html,body{height:100%;margin:0;background-color:var(--background);font-family:Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}i{font-size:20px;line-height:20px;color:var(--icon)}i:before{margin-left:0!important;margin-right:0!important}button{display:flex;align-items:center;justify-content:center;border-radius:1vmin;font-family:Roboto,Helvetica Neue,sans-serif;font-weight:500;transition:color .3s,border .3s,background .3s;cursor:pointer}button:hover{transition:color .3s,border .3s,background .3s}button.primary{background-color:var(--blue);color:var(--white);border:0}button.primary:hover{color:var(--blue-dark);color:var(--white)}button.primary:focus{color:var(--white)}button.secondary{background-color:var(--background-secondary);border:1px solid var(--separator);color:var(--font-secondary)}button.secondary:hover{color:var(--font-primary);border:1px solid var(--primary)}
