@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{--orange: #ff4f40;--indigo: #635dff;--white: #fff;--light-aluminium: #eaecee;--aluminium: #bdc4cf;--dark-aluminium: #2a2e35;--black: #000000;--yellow: #ebca40;--mandarine: #ff7f38;--pink: #ff44dd;--blue: #3885ff;--aqua: #3ec6eb;--emerald: #1bc99f;--yellow-mandarine-gradient: linear-gradient( 153.07deg, var(--yellow) -2.47%, var(--mandarine) 102.78% );--mandarine-orange-gradient: linear-gradient( 153.07deg, var(--mandarine) -2.47%, var(--orange) 102.78% );--pink-yellow-gradient: linear-gradient( 153.07deg, var(--pink) -2.47%, var(--yellow) 102.78% );--pink-indigo-gradient: linear-gradient( 153.07deg, var(--pink) -2.47%, var(--indigo) 102.78% );--indigo-aqua-gradient: linear-gradient( 153.07deg, var(--indigo) -2.47%, var(--aqua) 102.78% );--blue-aqua-gradient: linear-gradient( 153.07deg, var(--blue) -2.47%, var(--aqua) 102.78% );--aqua-emerald-gradient: linear-gradient( 153.07deg, var(--aqua) -2.47%, var(--emerald) 102.78% );--emerald-yellow-gradient: linear-gradient( 153.07deg, var(--emerald) -2.47%, var(--yellow) 102.78% );--font-primary: "Inter", sans-serif;--font-secondary: "Space Grotesk", sans-serif;--font-mono: "Fira Code", monospace}*{box-sizing:border-box}html{font-size:10px;text-rendering:geometricPrecision;-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{height:100%;width:100%;margin:0;padding:0}body{background-color:var(--black);color:var(--white);font-family:var(--font-primary);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:scroll}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:600;color:#000000db}h1,h2,h3{margin-top:3.2rem;margin-bottom:1.6rem}h4,h5,h6{margin-top:1.6rem;margin-bottom:1.6rem}h1{font-size:3.2rem}h2{font-size:2.8rem}h3{font-size:2.4rem}h4{font-size:2rem}h5{font-size:1.6rem}h6{font-size:1.4rem}p{margin:0 0 1.6rem}strong{font-weight:500}small{font-size:1.2rem}blockquote{padding:1.6rem 3.2rem;margin:0 0 3.2rem;border-left:8px solid #eee;font-size:1.6rem;font-style:italic}body,button,input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:var(--white);text-decoration:none}figure{margin:0}img{vertical-align:middle}code,pre{font-family:Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;width:100%}code{color:var(--emerald)}#root{height:100%;width:100%}@media only screen and (max-width: 640px){.mobile-scroll-lock{overflow:hidden}}.auth0-features{padding:3.2rem 6.4rem}.auth0-features__title{color:var(--white);font-weight:600;text-align:center;margin-top:0;margin-bottom:4.8rem;font-size:3.2rem;line-height:3.2rem}.auth0-features__grid{display:grid;grid-template-columns:1fr 1fr;column-gap:6.4rem;row-gap:6.4rem}.auth0-feature{display:block;background-color:var(--white);color:var(--black);cursor:pointer;transition:all .3s ease-in-out 0s;padding:4.8rem;border-radius:1.6rem}.auth0-feature:hover{transform:scale(1.03)}.auth0-feature__headline{display:flex;align-items:center;margin-top:0;color:var(--black);font-weight:600;letter-spacing:-.05rem;font-size:2.4rem;line-height:3.2rem}.auth0-feature__icon{margin-right:1.6rem}.auth0-feature:hover .auth0-feature__headline{-webkit-text-decoration:underline solid 2px var(--black);text-decoration:underline solid 2px var(--black);text-underline-offset:2px;transition:all .3s ease-in-out 0s}.auth0-feature__description{margin:0;color:#242424;font-weight:500;opacity:.7;font-size:1.6rem;line-height:2.4rem}@media only screen and (max-width: 900px){.auth0-features__grid{grid-template-columns:1fr;row-gap:3.2rem}.auth0-feature{padding:3.2rem;border-radius:.8rem}.auth0-feature__headline{font-size:2rem;line-height:2.4rem}.auth0-feature__icon{height:3.6rem;margin-right:1.6rem}.auth0-feature__description{font-size:1.4rem;line-height:2.2rem}}@media only screen and (max-width: 480px){.auth0-features{padding:1.6rem}.auth0-features__title{font-size:2rem;line-height:2.8rem;margin-bottom:2.4rem}.auth0-features__grid{grid-template-columns:1fr;row-gap:1.6rem}.auth0-feature{padding:3.2rem;border-radius:.8rem}.auth0-feature__headline{font-size:2rem;line-height:2.4rem}.auth0-feature__icon{height:3.6rem;margin-right:1.6rem}.auth0-feature__description{font-size:1.4rem;line-height:2.2rem}}.button{border:0;border-radius:.8rem;font-family:var(--font-primary);font-weight:600;color:var(--white);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .3s ease-out,color .3s ease-out;min-width:10rem;padding:1.6rem;font-size:1.6rem;line-height:2.4rem}.button--compact{padding:1rem 1.6rem;font-size:1.6rem;line-height:1.6rem}.button--primary{background-color:var(--indigo)}.button--primary:hover{background:#635dffd9}.button--secondary{background-color:var(--white);color:var(--black)}.button--secondary:hover{background:#ffffffd9}@media only screen and (max-width: 480px){.button{min-width:.8rem;padding:1rem 1.2rem;font-size:1.3rem;line-height:2.2rem}.button--compact{padding:.6rem 1rem;font-size:1.3rem;line-height:2rem}}.button__login,.button__logout{min-width:8.4rem;border:.1rem solid var(--indigo);color:var(--white);background:var(--indigo);width:50%;font-size:1.6rem;margin-right:1.6rem;font-family:var(--font-primary);font-style:normal;font-weight:600;line-height:3.2rem;padding:.8rem 0;border-radius:.8rem;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .3s ease-out,color .3s ease-out}.button__sign-up{min-width:8.4rem;border:.1rem solid var(--white);color:var(--white);background-color:transparent;width:50%;font-size:1.6rem;margin-right:1.6rem;font-style:normal;font-weight:500;line-height:3.2rem;padding:.8rem 0;border-radius:.8rem;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none}.button__login:last-child,.button__logout:last-child,.button__sign-up:last-child{margin-right:0}@media only screen and (min-width: 641px){.button__login,.button__logout,.button__sign-up{padding:.8rem 1.2rem;font-size:1.4rem;line-height:1.6rem}}.code-snippet{display:flex;flex-direction:column;width:100%;border-radius:.8rem;margin-top:3.2rem;overflow:hidden}.code-snippet__title{height:4.8rem;width:100%;background-color:var(--aluminium);color:var(--black);font-family:Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-weight:600;font-size:1.6rem;line-height:2.4rem;padding:1.2rem 1.6rem}.code-snippet__container{min-height:32.4rem;background-color:var(--dark-aluminium);overflow-x:auto}.code-snippet__wrapper{display:inline-block;padding:32px}.code-snippet__body{margin:0;color:var(--white);font-size:16px;line-height:32px;word-wrap:break-word;white-space:pre-wrap}@media only screen and (max-width: 480px){.code-snippet__title{height:4.4rem;font-size:1.4rem;line-height:2.2rem;padding:1.2rem 1.6rem}.code-snippet__wrapper{padding:1.6rem}.code-snippet__body{font-size:1.4rem;line-height:2.4rem}}.page-footer{display:flex;justify-content:center;flex-shrink:0;width:100%;margin-top:2.4rem;background-color:var(--dark-aluminium);color:var(--light-aluminium);font-weight:500;text-align:center;font-size:1.6rem;line-height:2.4rem}.page-footer-grid{display:grid;grid-template-rows:auto auto;width:100%;max-width:120rem;padding:3.2rem}.page-footer-grid__info{display:grid;grid-template-columns:1.5fr 1fr auto;column-gap:2.4rem}.page-footer-grid__brand{display:grid;justify-items:center;grid-template-columns:1fr;margin-top:3.2rem}.page-footer-info__message{text-align:left}.page-footer-message__headline{margin:0 0 1.4rem;font-weight:500}.page-footer-message__description{margin-bottom:0;letter-spacing:.016rem}.page-footer-info__button{display:flex;justify-content:center;align-items:center}.page-footer-info__resource-list{display:grid;row-gap:.8rem}.page-footer-info__resource-list-item{text-align:right}.page-footer-brand{display:flex;justify-content:center;align-items:center;width:100%}.page-footer-brand__logo{width:20px;margin-right:12px}.page-footer__hyperlink{letter-spacing:.001rem}.page-footer__hyperlink,.page-footer__hyperlink:active,.page-footer__hyperlink:visited{color:var(--white)}.page-footer__hyperlink:hover{color:var(--aluminium)}@media only screen and (max-width: 960px){.page-footer{font-size:1.4rem;line-height:2.2rem}.page-footer-grid{padding:3.2rem}.page-footer-grid__info{grid-template-columns:1fr;row-gap:3.2rem}.page-footer-info__message{text-align:center}.page-footer-info__resource-list{grid-template-columns:1fr 1fr;row-gap:3.2rem;column-gap:3.2rem}.page-footer-info__resource-list-item:nth-child(odd){text-align:right}.page-footer-info__resource-list-item:nth-child(2n){text-align:left}}@media only screen and (max-width: 480px){.page-footer{font-size:1.4rem;line-height:2.2rem}.page-footer-grid{padding:3.2rem 1.6rem}.page-footer-grid__info{grid-template-columns:1fr;row-gap:3.2rem}.page-footer-info__message{text-align:center}.page-footer-info__resource-list{grid-template-columns:1fr 1fr;row-gap:3.2rem;column-gap:3.2rem}.page-footer-info__resource-list-item:nth-child(odd){text-align:right}.page-footer-info__resource-list-item:nth-child(2n){text-align:left}}.hero-banner{display:flex;flex-direction:column;align-items:center;width:100%;background:var(--yellow-mandarine-gradient);color:var(--black);margin:0 auto;padding:3.2rem 6.4rem}.hero-banner--yellow-mandarine{background:var(--yellow-mandarine-gradient)}.hero-banner--pink-yellow{background:var(--pink-yellow-gradient)}.hero-banner--blue-aqua{background:var(--blue-aqua-gradient)}.hero-banner--aqua-emerald{background:var(--aqua-emerald-gradient)}.hero-banner--emerald-yellow{background:var(--emerald-yellow-gradient)}.hero-banner__logo{display:flex;justify-content:center;align-items:center;background-color:var(--white);border-radius:50%;box-shadow:0 2px 4px #0000001f;width:12.8rem;height:12.8rem}.hero-banner__image{width:10.8rem;height:10.8rem}.hero-banner__image--small{width:7.6rem;height:7.6rem}.hero-banner__headline{letter-spacing:-1.5px;margin:2.4rem 0 8px;font-size:4.8rem}.hero-banner__description{max-width:58rem;text-align:center;margin-bottom:3.2rem;font-size:20px;line-height:3.2rem}@media only screen and (max-width: 540px){.hero-banner{padding:3.2rem 1.6rem}.hero-banner__logo{width:9.6rem;height:9.6rem}.hero-banner__image{width:7.2rem;height:7.2rem}.hero-banner__image--small{width:6rem;height:6rem}.hero-banner__headline{font-size:3.2rem}.hero-banner__description{font-size:1.6rem;line-height:2.4rem}}.loader{height:5rem;width:5rem;margin:auto;animation:spin 2s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nav-bar__container{position:fixed;display:flex;justify-content:center;flex-shrink:0;width:100%;box-shadow:#5a5f66 0 -1.5px inset;z-index:300;background-color:var(--black)}.nav-bar{flex:1;display:flex;align-items:center;flex-shrink:0;height:80px;max-width:1200px;padding:0 24px;margin:0}.nav-bar__brand{display:flex;align-items:center;height:100%;margin-right:64px}.nav-bar__link{display:flex;align-items:center;height:100%}.nav-bar__logo{height:3.2rem}.nav-bar__tabs{flex:1;display:flex;align-items:center;justify-content:flex-end}.nav-bar__tab{display:flex;flex-direction:row;justify-content:center;margin-right:24px;font-weight:500;font-size:16px;line-height:16px}.nav-bar__tab:last-child{margin-right:0}.nav-bar__tab--active{text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:var(--indigo);text-decoration-thickness:4px;text-underline-offset:8px}.nav-bar__tab:hover{color:var(--white)}.nav-bar__icon{display:none}.nav-bar__buttons{display:flex;margin-left:24px}@media only screen and (max-width: 640px){.nav-bar__container{display:none}.nav-bar__tab{font-size:1.5rem}.nav-bar{height:6.4rem;padding:.8rem 1.6rem}.nav-bar__brand{display:flex;align-items:center;margin-right:1.6rem}.nav-bar__logo{height:3.2rem}.nav-bar__tab--active{text-decoration-line:none;color:var(--pink)}.nav-bar__label{display:none}.nav-bar__icon{display:block;font-size:3.2rem}.nav-bar__buttons{margin-left:24px}}@media only screen and (max-width: 340px){.nav-bar__tab{font-size:1.3rem}.nav-bar{height:6.4rem;padding:.8rem 1.6rem}.nav-bar__brand{display:flex;align-items:center;margin-right:1.6rem}.nav-bar__logo{height:2.8rem}.nav-bar__tab--active{text-decoration-line:none;color:var(--pink)}.nav-bar__buttons{margin-left:24px}}.mobile-nav-bar__container{position:fixed;display:none;justify-content:center;flex-shrink:0;width:100%;box-shadow:#5a5f66 0 -1.5px inset;z-index:300;background-color:var(--black)}.mobile-nav-bar{flex:1;display:flex;align-items:center;flex-shrink:0;height:6.4rem;max-width:1200px;padding:.8rem 1.6rem;margin:0}.mobile-nav-bar__brand{flex:1;display:flex;align-items:center;height:100%;margin-right:1.6rem}.mobile-nav-bar__link{display:flex;align-items:center;height:100%}.mobile-nav-bar__logo{height:2.4rem}.mobile-nav-bar__menu{width:100%;height:calc(100% - 6.4rem);position:fixed;left:0;top:6.4rem;background-color:var(--black);z-index:300}.mobile-nav-bar__toggle{margin-left:2.4rem;font-size:3.6rem;cursor:pointer}.mobile-nav-bar__tabs{flex:1;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;width:100%}.mobile-nav-bar__tab{display:flex;flex-direction:row;font-weight:500;font-size:2rem;line-height:16px;padding:3.2rem 2.4rem;background-color:var(--black);color:var(--white);width:100%;box-shadow:#5a5f66 0 -1.5px inset}.mobile-nav-bar__tab:last-child{margin-right:0}.mobile-nav-bar__tab--active{text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:var(--indigo);text-decoration-thickness:4px;text-underline-offset:8px}.mobile-nav-bar__tab:hover{color:var(--white)}.mobile-nav-bar__icon{display:none}.mobile-nav-bar__buttons{display:flex;justify-content:center;padding:3.2rem;background-color:var(--black)}@media only screen and (max-width: 640px) and (hover: none){.mobile-nav-bar__tab:hover,.mobile-nav-bar__tab--active:hover{color:var(--white)}}@media only screen and (max-width: 640px){.mobile-nav-bar__container{display:flex}.mobile-nav-bar__menu--closed{display:none}}.messages-grid{display:flex;flex-direction:column}.messages-grid__header{margin:48px 0 0;color:var(--white);font-weight:500;text-align:center;font-size:24px;line-height:32px}.messages-grid__options{display:flex;border-radius:16px;margin:32px auto}.messages-grid__option{border:2px solid rgb(96,96,96);border-right:0;background-color:var(--black);color:var(--white);font-weight:600;text-transform:uppercase;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;transition:background .3s ease-out,color .3s ease-out;padding:8px 24px;margin:0;font-size:16px;line-height:24px}.messages-grid__option:first-child{border-radius:8px 0 0 8px}.messages-grid__option:last-child{border-radius:0 8px 8px 0;border-right:2px solid rgb(96,96,96)}.messages-grid__option--active,.messages-grid__option--active:hover{background-color:var(--white);color:var(--black)}@media only screen and (max-width: 540px){.messages-grid__header{margin:1.6rem 0;font-size:2rem;line-height:2.8rem}.messages-grid__options{max-width:24rem;flex-wrap:wrap;border-radius:.8rem;margin:.8rem auto 1.6rem}.messages-grid__option{width:12rem;padding:.4rem 1.6rem;border:.2rem solid rgb(96,96,96);font-size:1.4rem}.messages-grid__option:nth-child(1){border-bottom-left-radius:0;border-right:0;border-bottom:0}.messages-grid__option:nth-child(2){border-top-right-radius:.8rem;border-bottom:0}.messages-grid__option:nth-child(3){border-bottom-left-radius:.8rem;border-right:0}.messages-grid__option:nth-child(4){border-top-right-radius:0}}.profile-grid{display:flex;flex-direction:column;margin-top:48px}.profile__header{display:grid;grid-template-columns:auto 1fr;column-gap:16px}.profile__avatar{border:solid 2px var(--aqua);border-radius:50%;height:80px;width:80px}.profile__headline{display:flex;flex-direction:column;justify-content:space-around}.profile__title{margin-top:0;margin-bottom:0;color:var(--white)}.profile__details{margin-top:32px}@media only screen and (max-width: 480px){.profile-grid{margin-top:2.4rem}.profile__avatar{height:5.6rem;width:5.6rem;border-radius:50%;border:solid .13rem var(--aqua)}.profile__title{font-size:1.6rem}.profile__description{font-size:1.3rem}.profile__details{margin-top:1.6rem}}.page-layout{display:flex;flex-direction:column;align-items:center;height:100%;width:100%}.page-layout__content{flex:1;flex-basis:auto;flex-shrink:0;display:flex;flex-direction:column;margin-top:8rem;max-width:120rem;width:100%}@media only screen and (max-width: 640px){.page-layout__content{margin-top:6.4rem}}.content-layout{flex:1;display:flex;flex-direction:column;flex-shrink:0;width:100%;min-height:640px;padding:48px}.content__title{margin-top:0;color:var(--white)}.content__body{font-size:1.6rem;line-height:2.4rem}#page-description{display:flex;flex-direction:column}#page-description span{margin-bottom:1.6rem}#page-description span:last-child{margin-bottom:0}@media only screen and (max-width: 480px){.content-layout{padding:1.6rem}.content__title{font-size:2.4rem}}app-nav-bar{width:100%}app-footer{width:100%}app-nav-bar-tabs{flex:1}app-nav-bar-tab{margin-right:24px}app-nav-bar-tab:last-child{margin-right:0}app-login-button,app-signup-button,app-logout-button{margin-right:1.6rem}app-login-button:last-child,app-signup-button:last-child,app-logout-button:last-child{margin-right:0}app-page-loader{display:flex;height:100%;width:100%}app-mobile-nav-bar{width:100%}app-mobile-nav-bar-tab{width:100%}app-mobile-nav-bar-brand{flex:1}
