@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-400: #3e72c2;--primary-300: #658ece;--menu-inactive: #b1d0ff;--menu-active: #d9e8ff;--grey-50: #f8fafc;--grey-100: #f1f5f9;--grey-200: #e2e8f0;--grey-300: #cbd5e1;--grey-400: #94a3b8;--grey-500: #64748b;--grey-600: #475569;--grey-700: #334155;--grey-800: #1e293b;--grey-900: #0f172a;--black: #111111;--blackHover: #404040;--white: #fff;--red-light: #f8d7da;--red-dark: #842029;--green-light: #d1e7dd;--green-dark: #0f5132;--small-text: .875rem;--extra-small-text: .7em;--backgroundColor: #1d1d1d;--textColor: var(--grey-900);--borderRadius: .25rem;--letterSpacing: 1px;--transition: .3s ease-in-out all;--max-width: 1120px;--fixed-width: 600px;--shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-2: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-3: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-4: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-header: 0 4px 8px 0 rgba(0,0,0,.25)}body{background:var(--backgroundColor);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.75;color:var(--textColor)}p{margin-bottom:1.5rem}h1,h2,h3,h4,h5{margin:0;margin-bottom:.75rem;font-weight:400;line-height:1.3;text-transform:capitalize;letter-spacing:var(--letterSpacing)}.login-page{display:flex;flex-direction:row;width:100vw;height:100vh;gap:0;overflow:hidden}.login-left{background:var(--black);width:100%;height:100%;display:flex;justify-content:center;align-items:center}.btn{width:100%;padding:.8rem;font-size:1rem;color:#fff;background:var(--primary-400);border:none;border-radius:25px;cursor:pointer;transition:.3s all ease-in-out}.btn:hover{background:var(--primary-300)}.login-right{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.form-login{width:80%;max-width:500px;background:#fdfdfd;border-radius:25px;box-shadow:var(--shadow-1);padding:2rem 2.5rem}.form-login-title{font-weight:700;font-size:1.4rem;margin-bottom:.2rem}.form-login-subtitle{font-size:1rem;font-weight:300;margin-bottom:0rem}.form-input{width:100%;outline:none;padding:.8rem 1rem;border-radius:25px;border:none;background:#ededed}.form-row{margin-bottom:.4rem}.login-form-button{width:100%;font-size:1.1rem;padding:.6rem;color:#fff;background:var(--black);border:transparent;border-radius:25px;cursor:pointer;margin-top:1rem;transition:background .2s ease-in-out}.login-form-button:hover{background:var(--blackHover)}.remember-container{display:flex;justify-content:space-between;font-size:.9rem;margin-top:.6rem}.create-account-paragraph{text-align:center;margin-top:1rem;margin-bottom:0;font-size:.9rem}.create-account-anchor{color:#00f;text-decoration:underline;cursor:pointer}.input-wrapper{position:relative}.show-password-button{position:absolute;top:50%;right:1rem;transform:translateY(-50%);font-size:1.2rem;border:none;display:flex;color:#8e8e8e;font-weight:700;cursor:pointer}.otp-input{font-size:1.4rem;font-weight:400;width:3rem;height:3.5rem;color:#000;border-radius:5px;border:2px solid #cccccc;outline:none;text-align:center}.otp-input:focus{border:2px solid var(--primary-400)}.nav-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:1rem;margin-bottom:2rem;background:#000}.nav-header img{width:120px}.btn-sair{background:#fff;border:none;border-radius:25px;padding:.5rem 2rem;height:max-content;cursor:pointer;transition:background .3s ease-in-out;width:max-content;margin-left:auto}.btn-sair:hover{background:#d5d5d5}.video-info .title{-webkit-user-select:none;user-select:none}.progress-header{display:flex;align-items:center;gap:.75rem;justify-self:center}.progress-wrap{display:flex;flex-direction:column;align-items:center;gap:.25rem;position:relative}.progress-row{display:flex;align-items:center;gap:.5rem}.progress-percent{font-weight:700;color:#fff;font-size:1rem}.progress-text{font-size:.85rem;color:#d9e8ff;position:absolute;left:50%;transform:translate(-50%);bottom:-15px;white-space:nowrap;pointer-events:none}@media screen and (max-width:1000px){.login-right{flex-direction:column;gap:2rem}.form-login{overflow-y:auto}}@media(max-width:620px){.nav-header{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;gap:.5rem;padding:.75rem}.nav-header img{grid-column:1;grid-row:1;width:110px}.btn-sair{grid-column:2;grid-row:1;margin-left:0;justify-self:end}.progress-header{grid-column:1 / -1;grid-row:2;justify-self:center;width:100%;display:flex;justify-content:center;margin-top:.25rem}.progress-wrap{position:relative;align-items:center}.progress-text{position:static;transform:none;bottom:auto;left:auto;margin-top:.25rem}}@media screen and (max-width:560px){.form-login{width:90%;max-width:450px;padding:1.5rem 2rem}}@media screen and (max-width:520px){.form-login-subtitle{font-size:.9rem}.form-login-title{font-size:1.2rem}.form-login label{font-size:.9rem}.form-login{padding:1rem 1.4rem;max-width:420px}.form-input{padding:.8rem}.login-form-button,.create-account-paragraph{margin-top:.6rem}}._loginLeft_14er4_1{width:50%;display:flex;justify-content:center;align-items:center;background:#000;height:100vh}._mobileLoginImg_14er4_19{max-width:200px;width:80%}._container_4am6k_1{padding:1.25rem}._header_4am6k_9{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._progressWrap_4am6k_23{display:flex;align-items:center;gap:.75rem}._progressText_4am6k_35{font-weight:600}._grid_4am6k_43{display:grid;grid-template-columns:1fr;gap:1rem;padding:0rem 2rem 2rem;overflow:auto;max-width:1000px;margin:0 auto}@media screen and (max-width:620px){._grid_4am6k_43{padding:0rem 1rem 2rem}._module-header_4am6k_73{padding:2rem 1rem}}.module{background:transparent;margin-bottom:1rem}.module-header{display:flex;align-items:center;gap:1rem;width:100%;background:#2c2c2c;border:1px solid rgba(255,255,255,.06);padding:.75rem 1rem;border-radius:8px;color:#fff;cursor:pointer;font-weight:600}.module-title{flex:1;text-align:left}.module-meta{color:#d9e8ff;font-weight:500}.module-chevron{opacity:.9}.module-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .2s ease;padding:0 2px}.module-body.open{max-height:2000px;padding-top:.8rem}.module-videos{display:flex;flex-direction:column;gap:.75rem}.module .video-card{background:#0f172a}@media screen and (max-width:620px){.module-header{padding:1.4rem .8rem}.module-title{font-size:.9rem}}.video-card{background:#0b1220;color:#fff;border-radius:8px;overflow:hidden;display:block;width:100%;padding:.75rem 1rem;cursor:pointer}.video-row{display:flex;align-items:center;width:100%;gap:.75rem;justify-content:space-between}.video-title-wrapper{flex:1 1 auto;min-width:0}.video-title-wrapper .title{font-weight:700;font-size:1rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.checkbox{display:flex;align-items:center;gap:.5rem}.checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.modal{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.modal-content{max-width:1100px;width:100%;background:#07070a;padding:.75rem;border-radius:8px;position:relative;color:#fff}.player-wrap{width:100%;background:#000}.video-description{margin-top:.75rem;color:#d9e8ff;line-height:1.4}.video-description h3{margin:0 0 .5rem}.video-extra{margin-top:.5rem;font-size:.85rem;color:var(--menu-active, #d9e8ff)}.modal-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.close-btn{padding:.5rem .75rem;border-radius:6px;background:#f1f1f1;border:none;cursor:pointer}@media screen and (max-width:620px){.video-title-wrapper .title{font-size:.9rem}}@media(max-width:552px){.video-title-wrapper .title{white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.video-row{gap:.5rem}}._mobileLoginImg_h1k71_1{max-width:200px;width:80%}._errorMessage_h1k71_11{background:#ffe5e5;color:#b00020;padding:.6rem;border-radius:6px;font-size:.9rem}._successMessage_h1k71_27{background:#e6f7ec;color:#1e7e34;padding:.6rem;border-radius:6px;font-size:.9rem}
