html{overflow-x:hidden;font-size:100%}*{margin:0;padding:0;border:0;outline:none}*,:after,:before,body{box-sizing:border-box}body{font-family:"Manrope",-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#07080b;font-size:1rem}a,body{color:#eaeff5}a,a:hover,a:visited{text-decoration:none}ol,ul{list-style-type:none}h1,h2,h3{font-weight:800;color:#eaeff5;margin:1rem 0;line-height:1.2}h4,h5,h6{letter-spacing:-.4px;font-weight:700;margin:.25rem 0;line-height:1.2}h1{font-size:2rem;letter-spacing:-.55px}@media only screen and (min-width:768px){h1{font-size:2.8rem}}h2{font-size:1.875rem;letter-spacing:-.5px}h3{font-size:1.5rem;letter-spacing:-.4px}h4,h5{font-size:1.125rem}h6{font-size:1rem}p{font-size:.875rem;margin:.25rem 0;color:#eaeff5}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background-color:#1e2329;-webkit-box-shadow:0 0 0 30px #1e2329 inset!important}input:-webkit-autofill:active,input:-webkit-autofill:focus{border:1px solid #eb7578}input:-webkit-autofill{-webkit-text-fill-color:#eaeff5!important}input{padding:10px;background-color:#1e2329;color:#eaeff5;margin:8px 0;font-size:medium;border-radius:4px}input:focus{border:1px solid #eb7578}button{-webkit-appearance:none;-moz-appearance:none}.button{padding:.875rem 1.5rem;color:#eaeff5;transition:all .2s ease;border-radius:6px;font-weight:600;cursor:pointer}.button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.button-primary{background:linear-gradient(120deg,#db2e34,#fd413c 80%);font-size:.75rem}.button-primary:hover{transform:translateY(-1px);box-shadow:0 20px 30px -10px rgba(16,18,24,.796078)}.button-secondary{background:transparent;border:1px solid #fd413c;font-size:.75rem;color:#fd413c;font-weight:600}.button-secondary:hover{background:#fd413c;color:#eaeff5}.font-muted{color:#6c7293}.color-blue{color:#4a97ff}.color-red{color:#fd413c}.card{border-radius:14px;box-shadow:0 20px 30px -10px rgba(16,18,24,.796078);background:#12181c;padding:.5rem}.card .card-body{padding:1.75rem 1.5625rem}.card-circle-red{border-radius:100%;border:5px solid #fd413c;background:rgba(145,53,57,.309804)}.card-circle-green,.card-circle-red{display:flex;justify-content:center;align-items:center;min-width:10px;min-height:10px;padding:15px}.card-circle-green{border-radius:100%;border:5px solid #00ab5c;background:rgba(4,179,97,.462745)}.background-surface-green{background:#00ab5c}.background-surface-theme{background:#fd413c}.background-surface-blue{background:#376dd8}.background-surface-yellow{background:#f0ae21}.server-error{display:flex;align-items:center;justify-content:center;height:40px;background-color:rgba(145,53,57,.309804);color:#fd413c;font-size:14px;border-radius:4px;margin:10px 0;padding:12px}.content-wrapper{width:100%;padding:1rem}@media only screen and (min-width:1025px){.content-wrapper{padding:1.875rem 1.75rem}}.row{display:flex;flex-wrap:wrap;margin-right:-.75rem;margin-left:-.75rem}.grid-card-4,.grid-card-8{position:relative;display:flex;width:100%;padding:0 .75rem}.grid-card-4>div,.grid-card-8>div{width:100%}@media only screen and (min-width:768px){.grid-card-4{flex:0 0 33.33333%;max-width:33.3333%}}@media only screen and (min-width:768px){.grid-card-8{flex:0 0 66.66667%;max-width:66.66667%}}@media only screen and (max-width:768px){.grid-card-mobile-6{flex:0 0 50%;max-width:50%}}.grid-margin-bottom{margin-bottom:1.5rem}.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:120px;padding:10px 20px}@media only screen and (min-width:1025px){.header{padding:20px 50px}}.header .app-logo{width:65px;pointer-events:none;margin-right:10px;display:inline-block}.hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:60px auto 10px;padding:20px;max-width:1100px;text-align:center}.hero-container .hero-background{position:fixed;width:100%;height:100%;top:0;left:0;z-index:-2;background-image:linear-gradient(120deg,rgba(16,13,50,.811765),rgba(219,46,52,.521569) 90%),url(/stats-board/static/media/hero-background.081c1bce.jpg);background-size:cover;background-repeat:no-repeat}@media only screen and (min-width:768px){.hero-container{padding:60px}}.hero-container .hero-intro{font-size:.5rem;letter-spacing:.5rem;text-transform:uppercase;margin:10px 0}.hero-container h1{max-width:70%}.hero-container p{max-width:calc(75% + 10px);margin:5px auto;line-height:1.5rem}.hero-container button{margin:20px auto}.hero-container .attribution{font-size:.65rem}.circle-canvas{position:absolute;top:0;left:0;z-index:-1}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:60px auto 10px;padding:20px;text-align:center;max-width:1100px}@media only screen and (min-width:768px){.login-container{padding:60px}}.login-container p{max-width:80%;margin:0 auto 10px}.login-container button{width:100%;margin:20px auto}.login-container .main-bg{position:fixed;bottom:0;right:0;width:100%;height:100%;pointer-events:none;z-index:-2}.login-container .login-form{display:flex;flex-direction:column;max-width:400px;min-width:350px;padding:40px}.canvas{position:absolute;top:0;left:0;z-index:-1}.signup-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:60px auto 10px;padding:20px;text-align:center;max-width:1100px}@media only screen and (min-width:768px){.signup-container{padding:60px}}.signup-container p{max-width:80%;margin:5px auto}.signup-container button{width:100%;margin:20px auto}.signup-container .main-bg{position:fixed;bottom:0;right:0;width:100%;height:100%;pointer-events:none;z-index:-2}.signup-container .login-form{display:flex;flex-direction:column;max-width:400px;min-width:350px;padding:40px}.dashboard{display:flex}.dashboard .dashboard-body{width:100%}@media only screen and (min-width:1025px){.dashboard .dashboard-body{width:calc(100% - 244px)}}.sidebar{display:flex;position:fixed;flex-direction:column;top:70px;right:-244px;height:calc(100vh - 70px);width:244px;background:#12181c;z-index:1;transition:all .25s ease-out}.sidebar-active{right:0}@media only screen and (min-width:1025px){.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh}}.sidebar .app-logo{width:50px;pointer-events:none;margin:20px 10px 0;display:none}@media only screen and (min-width:1025px){.sidebar .app-logo{display:inline-block}}.sidebar .nav-items{display:flex;flex-direction:column;margin:20px 0;padding:1rem 0}.sidebar .nav-items .nav-item{padding:.75rem 1rem;margin-right:1rem;border-radius:0 1rem 1rem 0;font-size:.9175rem;background:#12181c;transition:all .2s ease-in;color:#eaeff5}.sidebar .nav-items .nav-item:hover{background:#0d1013;color:#fd413c}.sidebar .nav-items .nav-item-active{background:#0d1013;color:#fd413c;border-left:3px solid #fd413c}.sidebar .nav-items .nav-item .icon{margin-right:12px}.navbar{display:flex;height:70px;position:-webkit-sticky;position:sticky;width:100%;top:0;left:0;background:#12181c;padding:10px;z-index:100}.navbar .app-logo{width:45px;pointer-events:none;display:inline-block}@media only screen and (min-width:1025px){.navbar .app-logo{display:none}}.navbar .spacer{flex:1 1}.navbar .nav-items{display:flex;justify-content:center;padding:1rem 0}.navbar .nav-items .nav-item{padding:.75rem 1rem;margin-right:1rem;font-size:.9175rem;background:#12181c;transition:all .2s ease-in;color:#eaeff5}.navbar .nav-items .nav-item:hover{background:#0d1013;color:#fd413c}.navbar .nav-items .nav-item-active{background:#0d1013;color:#fd413c;border-left:3px solid #fd413c}.sidebar-toggle-button{background:transparent;color:#fd413c;font-size:1.25rem}@media only screen and (min-width:1025px){.sidebar-toggle-button{display:none}}.welcome-card{background:linear-gradient(120deg,#db2e34,#fd413c 80%);display:flex;flex-direction:row;align-items:center}.welcome-card-image{margin-right:1rem}.page-speed .performance-results{display:flex;flex-direction:column}.page-speed .performance-results .performance-score .performance-score-card{display:flex;flex-direction:column;overflow:hidden;background-size:cover;background-position:50%;padding:1.725rem 1.25rem}.page-speed .performance-results .performance-score .performance-score-card h2{font-size:3.3em;width:110px;height:110px}.page-speed .performance-results .performance-score .performance-score-cta-card{padding:1.725rem 1.25rem}.page-speed .performance-results .performance-score .performance-score-cta-card button{margin:1rem 0}.page-speed .performance-results .metrics-container{margin-top:20px}.page-speed .performance-results .metrics-container .metrics-card{display:flex;flex-direction:column;align-items:center;padding:30px}.page-speed .performance-results .metrics-container .metrics-card .metrics-data-point{font-size:3em}.page-speed .performance-results .metrics-container .metrics-card .time-circle{display:flex;align-items:center;justify-content:center;padding:14px;width:26px;height:26px;border-radius:100%;background:rgba(145,53,57,.309804)}.page-speed .performance-history{margin-top:40px}.page-speed .performance-history h3{margin:30px 0}.page-speed .performance-history .performance-history-chart{padding:50px}
/*# sourceMappingURL=main.f549e8b7.chunk.css.map */