.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--background-dark) 0%,var(--background-medium) 100%);position:relative;overflow:hidden}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.05;z-index:0;object-fit:cover}.login-content{max-width:420px;width:100%;padding:2.5rem;background:#191f23cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;box-shadow:0 8px 32px #0003;position:relative;z-index:1;border:1px solid rgba(255,255,255,.1)}.login-title{color:var(--interface-white);font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-input{width:100%;padding:1rem 1.25rem;border:2px solid rgba(255,255,255,.1);border-radius:1rem;background:#ffffff0d;color:var(--interface-white);font-size:1rem;transition:all .3s ease}.login-input::placeholder{color:#ffffff80}.login-input:focus{outline:none;border-color:var(--brand-primary);background:#ffffff1a;box-shadow:0 0 0 4px #dc6b2f1a}.login-button{width:100%;padding:1rem;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primaryVariant) 100%);color:var(--interface-white);border:none;border-radius:1rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.login-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc6b2f4d}.login-button:active{transform:translateY(0)}.login-register-link{text-align:center;margin-top:1.5rem}.login-register-button{color:var(--interface-white);text-decoration:none;font-weight:500;font-size:1rem;opacity:.8;transition:all .3s ease}.login-register-button:hover{opacity:1;color:var(--brand-primary)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#f4f2eaf2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.3);position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#3e515d;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.modal-close-button:hover{background-color:#3e515d1a}.modal-title{color:#3e515d;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.modal-description{color:#3e515d;font-size:.9rem;margin-bottom:1.5rem;text-align:center;line-height:1.5}.modal-input{width:100%;padding:1rem;border:1px solid rgba(62,81,93,.3);border-radius:12px;background-color:#f4f2eacc;color:#3e515d;font-size:1rem;margin-bottom:1.5rem;transition:all .3s ease}.modal-input:focus{outline:none;border-color:#de7131;box-shadow:0 0 0 3px #de71311a}.modal-input::placeholder{color:#3e515d99}.modal-buttons{display:flex;gap:1rem;flex-direction:column}.modal-submit-button{width:100%;padding:1rem;background-color:#de7131cc;color:#f4f2ea;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.modal-submit-button:hover:not(:disabled){background-color:#de7131;transform:translateY(-1px);box-shadow:0 4px 12px #de71314d}.modal-submit-button:disabled{opacity:.6;cursor:not-allowed}.modal-cancel-button{width:100%;padding:1rem;background-color:transparent;color:#3e515d;border:1px solid rgba(62,81,93,.3);border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-cancel-button:hover:not(:disabled){background-color:#3e515d1a;border-color:#3e515d80}.modal-cancel-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.modal-overlay{padding:.5rem}.modal-content{padding:1.5rem;max-width:100%}.modal-title{font-size:1.25rem}.modal-description{font-size:.85rem}.modal-input,.modal-submit-button,.modal-cancel-button{padding:.875rem;font-size:.9rem}}.login-forgot-password{text-align:center;margin-top:1rem}.login-forgot-button{color:#3e515d;background:transparent;border:none;text-decoration:underline;font-size:.9rem;cursor:pointer;transition:all .3s ease;opacity:.8}.login-forgot-button:hover:not(:disabled){opacity:1;color:#de7131}.login-forgot-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.login-forgot-button{font-size:.85rem}}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--background-dark) 0%,var(--background-medium) 100%);position:relative;overflow:hidden}.register-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.05;z-index:0;object-fit:cover}.register-content{max-width:500px;width:100%;padding:2.5rem;background:#191f23cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;box-shadow:0 8px 32px #0003;position:relative;z-index:1;border:1px solid rgba(255,255,255,.1)}.register-title{color:var(--interface-white);font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.register-form{display:flex;flex-direction:column;gap:1.25rem}.register-input{width:100%;padding:1rem 1.25rem;border:2px solid rgba(255,255,255,.1);border-radius:1rem;background:#ffffff0d;color:var(--interface-white);font-size:1rem;transition:all .3s ease}.register-input::placeholder{color:#ffffff80}.register-input:focus{outline:none;border-color:var(--brand-primary);background:#ffffff1a;box-shadow:0 0 0 4px #dc6b2f1a}.register-button{width:100%;padding:1rem;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primaryVariant) 100%);color:var(--interface-white);border:none;border-radius:1rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.register-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc6b2f4d}.register-button:active{transform:translateY(0)}.register-login-link{text-align:center;margin-top:1.5rem}.register-login-button{color:var(--interface-white);text-decoration:none;font-weight:500;font-size:1rem;opacity:.8;transition:all .3s ease}.register-login-button:hover{opacity:1;color:var(--brand-primary)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.privacy-checkbox-container{transition:all .3s ease}.privacy-checkbox-container:hover{background:#f4f2eacc!important;border-color:#de71314d!important}.privacy-checkbox-container input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:18px!important;height:18px!important;border:2px solid rgba(62,81,93,.4);border-radius:4px;background:#f4f2eae6;cursor:pointer;position:relative;transition:all .2s ease;margin-top:2px!important}.privacy-checkbox-container input[type=checkbox]:checked{background:#de7131;border-color:#de7131}.privacy-checkbox-container input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.privacy-checkbox-container input[type=checkbox]:focus{outline:2px solid #DE7131;outline-offset:2px}.privacy-checkbox-container input[type=checkbox]:disabled{opacity:.6;cursor:not-allowed}.privacy-checkbox-container label{-webkit-user-select:none;user-select:none}.privacy-checkbox-container label button{transition:all .2s ease}.privacy-checkbox-container label button:hover{color:#c15a22!important;text-decoration:none!important}.privacy-checkbox-container label button:focus{outline:2px solid #DE7131;outline-offset:2px;border-radius:2px}@media (max-width: 768px){.privacy-checkbox-container{padding:.75rem!important}.privacy-checkbox-container label{font-size:.85rem!important}.privacy-checkbox-container input[type=checkbox]{width:16px!important;height:16px!important}}@media (max-width: 480px){.privacy-checkbox-container{padding:.5rem!important}.privacy-checkbox-container label{font-size:.8rem!important}}@media (max-width: 768px){.toast-container{top:5rem;padding:0 .5rem}.toast{min-width:auto;max-width:calc(100vw - 1rem);padding:.875rem 1rem}.toast-message{font-size:.85rem}}.privacy-policy-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:99999;animation:fadeIn .3s ease;padding:1rem}.privacy-policy-modal{background:#f4f2ea;border-radius:20px;width:95%;max-width:800px;max-height:90vh;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease;overflow:hidden;display:flex;flex-direction:column}.privacy-policy-close-button{position:absolute;top:1rem;right:1rem;background:#3e515d1a;border:none;color:#3e515d;font-size:1.5rem;cursor:pointer;transition:all .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:10}.privacy-policy-close-button:hover{background:#3e515d33;transform:rotate(90deg);color:#de7131}.privacy-policy-content{padding:2rem;overflow-y:auto;max-height:calc(90vh - 4rem);scrollbar-width:thin;scrollbar-color:#DE7131 #F4F2EA}.privacy-policy-content::-webkit-scrollbar{width:8px}.privacy-policy-content::-webkit-scrollbar-track{background:#f4f2ea;border-radius:4px}.privacy-policy-content::-webkit-scrollbar-thumb{background:#de7131;border-radius:4px}.privacy-policy-content::-webkit-scrollbar-thumb:hover{background:#c15a22}.privacy-policy-content h2{color:#3e515d;text-align:center;font-size:2rem;margin-bottom:2rem;background:linear-gradient(135deg,#3e515d,#de7132);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.privacy-policy-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(62,81,93,.1)}.privacy-policy-section:last-child{border-bottom:none}.privacy-policy-section h3{color:#de7131;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.privacy-policy-section p{color:#3e515d;line-height:1.6;margin-bottom:1rem;text-align:justify}.privacy-policy-section ul{list-style:none;padding-left:0;margin-bottom:1rem}.privacy-policy-section li{color:#3e515d;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.privacy-policy-section li:before{content:"•";color:#de7131;font-weight:700;position:absolute;left:0}.privacy-policy-section strong{color:#3e515d;font-weight:600}.privacy-policy-section a{color:#de7131;text-decoration:none;font-weight:500;transition:color .2s}.privacy-policy-section a:hover{color:#c15a22;text-decoration:underline}.privacy-policy-footer{background:#de71311a;padding:1.5rem;border-radius:12px;margin-top:2rem;border-left:4px solid #DE7131}.privacy-policy-footer p{margin-bottom:.5rem;color:#3e515d;font-weight:500}.privacy-policy-footer p:last-child{margin-bottom:0;font-style:italic}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.privacy-policy-overlay{padding:.5rem}.privacy-policy-modal{width:100%;max-height:95vh;border-radius:15px}.privacy-policy-content{padding:1.5rem;max-height:calc(95vh - 3rem)}.privacy-policy-content h2{font-size:1.5rem;margin-bottom:1.5rem}.privacy-policy-section h3{font-size:1.1rem}.privacy-policy-section{margin-bottom:1.5rem;padding-bottom:1rem}.privacy-policy-close-button{top:.75rem;right:.75rem;width:35px;height:35px;font-size:1.2rem}}@media (max-width: 480px){.privacy-policy-content{padding:1rem}.privacy-policy-content h2{font-size:1.3rem}.privacy-policy-section h3{font-size:1rem}.privacy-policy-section li{padding-left:1rem}.privacy-policy-footer{padding:1rem}}.privacy-policy-modal:focus{outline:none}.privacy-policy-close-button:focus{outline:2px solid #DE7131;outline-offset:2px}.privacy-policy-section a:focus{outline:2px solid #DE7131;outline-offset:2px;border-radius:2px}.welcome-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--background-dark) 0%,var(--background-medium) 100%);position:relative;overflow:hidden;padding:2rem}.welcome-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.05;z-index:0;object-fit:cover}.welcome-content{max-width:900px;text-align:center;padding:3rem;background:#191f23cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2rem;box-shadow:0 8px 32px #0003;position:relative;z-index:1;border:1px solid rgba(255,255,255,.1)}.welcome-title{color:var(--interface-white);font-size:4rem;font-weight:800;margin-bottom:2rem}.welcome-description{color:var(--interface-white);font-size:1.5rem;line-height:1.6;margin-bottom:3rem;opacity:.9}.welcome-buttons{display:flex;gap:1.5rem;justify-content:center}.welcome-login-button{padding:1rem 2.5rem;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primaryVariant) 100%);color:var(--interface-white);border:none;border-radius:1rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.welcome-login-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc6b2f4d}.welcome-login-button:active{transform:translateY(0)}.welcome-register-button{padding:1rem 2.5rem;background:transparent;color:var(--interface-white);border:2px solid rgba(255,255,255,.2);border-radius:1rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.welcome-register-button:hover{background:#ffffff1a;border-color:var(--brand-primary);transform:translateY(-2px)}.welcome-register-button:active{transform:translateY(0)}@media (max-width: 768px){.welcome-content{padding:2rem}.welcome-title{font-size:3rem}.welcome-description{font-size:1.25rem}.welcome-buttons{flex-direction:column;gap:1rem}.welcome-login-button,.welcome-register-button{width:100%}}.home-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;position:relative;overflow:hidden}.home-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.05;z-index:0;object-fit:cover}.home-content{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:800px;width:100%}.home-content h1{color:#333;margin-bottom:1.5rem;text-align:center}.home-content h2{color:#444;margin-bottom:1rem;font-size:1.5rem}.user-info{margin:2rem 0;padding:1.5rem;background-color:#f8f9fa;border-radius:8px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.info-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#fff;border-radius:4px;box-shadow:0 1px 3px #0000000d}.info-item strong{font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.info-item span{color:#333;font-size:1.1rem}.following{grid-column:1 / -1}.following-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.following-item{background-color:#e9ecef;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;color:#495057}.logout-button{width:100%;padding:.75rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s;margin-top:1rem}.logout-button:hover{background-color:#c82333}.loading,.error-message{font-size:1.2rem;font-weight:500}.header-container{position:fixed;top:0;left:0;right:0;z-index:99999;padding:.5rem}.header-inner{max-width:1200px;margin:0 auto}.header-content{display:flex;align-items:center;justify-content:space-between;background-color:#3f505d1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(63,80,93,.2);border-radius:999px;padding:.5rem}.header-inner-content{display:flex;align-items:center;justify-content:space-between;background-color:#eeeadd;border-radius:999px;padding:.7rem 1.5rem;width:100%;margin:.3rem}.logo-container{flex-shrink:0}.logo{height:40px;width:auto}.nav-menu{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-list li a{color:#3f505d;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;transition:color .3s ease}.nav-list li a:hover{color:#de7132}.menu-toggle{display:none;cursor:pointer;padding:.5rem}.menu-icon{width:24px;height:24px;fill:#3f505d}.community-button{background-color:#de7132;color:#fff;padding:.75rem 1.5rem;border-radius:999px;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;transition:background-color .3s ease}.community-button:hover{background-color:#c05a1f}.mobile-logout{display:none}.mobile-logout-btn{background-color:#de7132;color:#fff;padding:.75rem 2rem;border-radius:999px;border:none;font-family:Inter,sans-serif;font-weight:500;font-size:1.2rem;cursor:pointer;transition:background-color .3s ease;width:100%;margin-top:1rem}.mobile-logout-btn:hover{background-color:#c05a1f}@media (max-width: 768px){.header-container{padding:.75rem 1rem;background:#f4f2eaf2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(62,81,93,.1);box-shadow:0 2px 20px #00000014}.header-content{background:none;border:none;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.header-inner-content{padding:.75rem 1rem;gap:1rem;display:flex;align-items:center;justify-content:space-between;margin:0;background:#fffc;border-radius:16px;box-shadow:0 4px 16px #0000001a;border:1px solid rgba(255,255,255,.5)}.logo-container{flex:0 0 auto;z-index:100001;position:relative}.logo{height:35px;width:auto;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav-menu{position:fixed;top:0;left:0;width:100%;height:100vh;min-height:100vh;background:linear-gradient(135deg,#3e515dfa,#2c3e4afa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem 1.5rem;padding-top:120px;padding-bottom:2rem;transform:translate(-100%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:100000;overflow-y:auto;overflow-x:hidden}.nav-menu.active{transform:translate(0);opacity:1;visibility:visible}.nav-list{flex-direction:column;align-items:stretch;gap:0;max-width:320px;margin:0 auto;width:100%;padding:0 1rem}.nav-list li{margin-bottom:.5rem;transform:translate(-30px);opacity:0;transition:all .3s ease}.nav-menu.active .nav-list li{transform:translate(0);opacity:1}.nav-menu.active .nav-list li:nth-child(1){transition-delay:.1s}.nav-menu.active .nav-list li:nth-child(2){transition-delay:.15s}.nav-menu.active .nav-list li:nth-child(3){transition-delay:.2s}.nav-menu.active .nav-list li:nth-child(4){transition-delay:.25s}.nav-menu.active .nav-list li:nth-child(5){transition-delay:.3s}.nav-list li a{color:#fff;font-size:1.3rem;font-weight:600;text-decoration:none;display:block;padding:1rem 1.5rem;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);transition:all .3s ease;position:relative;overflow:hidden}.nav-list li a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.nav-list li a:hover:before{left:100%}.nav-list li a:hover{background:#de713233;border-color:#de713266;transform:translateY(-2px);box-shadow:0 4px 12px #de71324d}.menu-toggle{display:flex;align-items:center;justify-content:center;order:2;margin:0;padding:.75rem;background:#3e515d1a;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(62,81,93,.2);z-index:100001;position:relative}.menu-toggle:hover{background:#3e515d33;transform:scale(1.05)}.menu-toggle:active{transform:scale(.95)}.menu-icon{width:24px;height:24px;fill:#3f505d;transition:all .3s ease}.menu-toggle:hover .menu-icon{fill:#de7132}.community-button{display:none}.mobile-logout{display:block;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.mobile-logout-btn{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;padding:1rem 2rem;border-radius:16px;border:none;font-family:Inter,sans-serif;font-weight:600;font-size:1.2rem;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 16px #de71324d;position:relative;overflow:hidden}.mobile-logout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.mobile-logout-btn:hover:before{left:100%}.mobile-logout-btn:hover{background:linear-gradient(135deg,#c05a1f,#e6742a);transform:translateY(-2px);box-shadow:0 6px 20px #de713266}.mobile-logout-btn:active{transform:translateY(0)}.nav-menu.active:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:-1;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-menu.active~.header-inner-content{box-shadow:0 4px 20px #00000026}.menu-toggle.active{background:#de713233;border-color:#de713266}.menu-toggle.active .menu-icon{fill:#de7132;transform:rotate(90deg)}}@media (max-width: 480px){.header-container{padding:.5rem}.header-inner-content{padding:.5rem .75rem}.logo{height:30px}.nav-menu{padding:1.5rem 1rem;padding-top:100px;padding-bottom:2rem;width:100%;height:100vh;min-height:100vh}.nav-list{max-width:280px;padding:0 .5rem}.nav-list li a{font-size:1.2rem;padding:.875rem 1.25rem}.mobile-logout-btn{font-size:1.1rem;padding:.875rem 1.5rem}.menu-toggle{padding:.625rem}.menu-icon{width:20px;height:20px}}@media (max-height: 600px) and (max-width: 768px){.nav-menu{padding-top:80px}.nav-list li{margin-bottom:.25rem}.nav-list li a{padding:.75rem 1.25rem;font-size:1.1rem}.mobile-logout{margin-top:1rem;padding-top:1rem}.mobile-logout-btn{padding:.75rem 1.5rem;font-size:1rem}}.dashboard-container{min-height:100vh;position:relative;padding:0 1rem}.dashboard-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.dashboard-content{max-width:95vw;margin:0 auto;padding:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.3);padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#de7132,#3e515d);border-radius:16px 16px 0 0}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.stat-card-value{font-size:2.5rem;font-weight:800;color:#3e515d;margin-bottom:.5rem;background:linear-gradient(135deg,#3e515d,#de7132);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-card-title{font-size:1rem;color:#3e515d;font-weight:600;margin-bottom:.5rem}.stat-card-subtitle{font-size:.85rem;color:#3e515db3;margin-bottom:1rem}.stat-card-percentage{width:100%;display:flex;align-items:center;gap:.75rem}.percentage-bar{flex:1;height:8px;background:#3e515d1a;border-radius:4px;overflow:hidden}.percentage-fill{height:100%;border-radius:4px;transition:width .6s ease}.stat-card-percentage span{font-size:.9rem;font-weight:600;color:#3e515d;min-width:35px}.users-section{margin-bottom:3rem}.subscription-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.tab-button{background:#fff9;border:1px solid rgba(62,81,93,.2);color:#3e515d;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:.9rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.tab-button:hover{background:#de71321a;border-color:#de71324d;transform:translateY(-1px)}.tab-button.active{background:linear-gradient(135deg,#de7132,#c65a1f);color:#fff;border-color:#de7132;box-shadow:0 4px 12px #de71324d}.search-container{margin-bottom:1.5rem}.search-input{width:100%;max-width:400px;padding:.75rem 1rem;border:1px solid rgba(62,81,93,.3);border-radius:25px;background:#f4f2eacc;color:#3e515d;font-size:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.search-input:focus{outline:none;border-color:#de7132;box-shadow:0 0 0 3px #de71321a}.search-input::placeholder{color:#3e515d99}.subscription-table-container{overflow:hidden;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.subscription-table-wrapper{overflow-x:auto;overflow-y:auto;max-height:60vh}.subscription-table{width:100%;min-width:700px;border-collapse:collapse;color:#3e515d;font-size:.9rem}.subscription-table th,.subscription-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(62,81,93,.1);vertical-align:middle}.subscription-table th{font-weight:600;color:#3e515d;background:#f4f2eacc;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.subscription-table tr:hover{background:#ffffff1a}.subscription-status{padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;display:inline-block;text-transform:uppercase;letter-spacing:.5px;border:1px solid transparent}.subscription-status.active{background:linear-gradient(135deg,#4caf5026,#4caf5040);color:#2e7d32;border-color:#4caf504d}.subscription-status.inactive{background:linear-gradient(135deg,#ff572226,#ff572240);color:#d84315;border-color:#ff57224d}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.summary-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.3);padding:1.5rem;box-shadow:0 4px 16px #0000001a}.summary-card h3{color:#3e515d;font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(222,113,50,.2)}.summary-list{display:flex;flex-direction:column;gap:.75rem}.summary-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f4f2ea80;border-radius:8px;transition:all .2s ease}.summary-item:hover{background:#de71321a;transform:translate(4px)}.summary-title{font-weight:600;color:#3e515d;font-size:.9rem}.summary-author{font-size:.8rem;color:#3e515db3}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.25rem;font-weight:500;color:#3e515d}@media (max-width: 1024px){.dashboard-content{max-width:98vw;padding:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.stat-card{padding:1.25rem}.stat-card-value{font-size:2rem}.subscription-table{min-width:600px;font-size:.85rem}.subscription-table th,.subscription-table td{padding:.75rem}}@media (max-width: 768px){.dashboard-container{padding:0 .5rem}.dashboard-content{padding:1rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1rem}.stat-card-value{font-size:1.8rem}.subscription-tabs{flex-direction:column;gap:.5rem}.tab-button{text-align:center}.search-input{max-width:100%}.subscription-table{min-width:500px;font-size:.8rem}.subscription-table th,.subscription-table td{padding:.6rem}.summary-grid{grid-template-columns:1fr;gap:1rem}}.html-renderer{color:#3e515d!important;font-size:1rem;line-height:1.6}.html-renderer *{color:inherit}.html-renderer a{color:#de7132!important;text-decoration:underline}.html-renderer a:hover{text-decoration:none}.html-renderer h1,.html-renderer h2,.html-renderer h3,.html-renderer h4,.html-renderer h5,.html-renderer h6{color:#3e515d!important;margin-top:1rem;margin-bottom:.5rem}.html-renderer p{margin-bottom:.75rem}.html-renderer ul,.html-renderer ol{padding-left:1.5rem;margin-bottom:1rem}.html-renderer li{margin-bottom:.25rem}.html-renderer blockquote{border-left:3px solid #DE7132;padding-left:1rem;margin-left:0;margin-right:0;font-style:italic;color:#666!important}.course-description{margin-top:.5rem}.lesson-description{margin-top:1rem;padding:1rem;background-color:#ffffff80;border-radius:8px}.cursos-container{min-height:100vh;position:relative;padding:2rem}.aulas-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.aulas-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.aulas-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.lessons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.lesson-card{background:#f4f2eacc;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.lesson-card:hover{transform:translateY(-5px)}.lesson-thumbnail{position:relative;width:100%;padding-top:56.25%;cursor:pointer}.lesson-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.lesson-duration{position:absolute;bottom:10px;right:10px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem}.lesson-info{padding:1.5rem}.lesson-info h3{color:#3e515d;margin-bottom:.5rem;font-size:1.2rem;cursor:pointer}.lesson-author{color:#666;font-size:.9rem;margin-bottom:.5rem}.lesson-description{color:#666;font-size:.9rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lesson-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.lesson-status{padding:4px 8px;border-radius:4px;font-size:.8rem}.lesson-status.available{background:#2ed57333;color:#2ed573}.lesson-status.unavailable{background:#ff475733;color:#ff4757}.lesson-date{color:#666;font-size:.8rem}.lesson-actions{display:flex;gap:1rem}.action-button{flex:1;padding:.5rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .3s ease}.action-button.edit{background:#3e515d;color:#fff}.action-button.edit:hover{background:#2c3e50}.action-button.delete{background:#ff4757;color:#fff}.action-button.delete:hover{background:#ff6b81}.create-button{background:#de7132;color:#fff;padding:.75rem 1.5rem;border-radius:999px;border:none;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .3s ease}.create-button:hover{background:#c45a1f}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#3e515d}@media (max-width: 768px){.cursos-container{padding:1rem}.aulas-header{flex-direction:column;gap:1rem;text-align:center}.lessons-grid{grid-template-columns:1fr}.lesson-actions{flex-direction:column}}.admin-aula-detalhes-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);position:relative;overflow-x:hidden}.admin-aula-detalhes-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.03;z-index:0;pointer-events:none}.admin-aula-detalhes-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#3e515d}.admin-aula-detalhes-loading-spinner{width:48px;height:48px;border:4px solid #E8E6DF;border-top:4px solid #DE7132;border-radius:50%;animation:admin-aula-detalhes-spin 1s linear infinite;margin-bottom:1rem}@keyframes admin-aula-detalhes-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-aula-detalhes-loading p{font-size:1.1rem;font-weight:500;margin:0}.admin-aula-detalhes-content{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1;margin-top:6rem}.admin-aula-detalhes-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem}.admin-aula-detalhes-breadcrumb-link{background:none;border:none;color:#de7132;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:all .2s ease;padding:.5rem .75rem;border-radius:8px}.admin-aula-detalhes-breadcrumb-link:hover{background:#de71321a;transform:translate(-2px)}.admin-aula-detalhes-breadcrumb-separator{color:#999;font-weight:300}.admin-aula-detalhes-breadcrumb-current{color:#666;font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-aula-detalhes-header{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.admin-aula-detalhes-header-content{max-width:800px}.admin-aula-detalhes-badges{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.admin-aula-detalhes-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #de71324d}.admin-aula-detalhes-badge-icon{font-size:1.1rem}.admin-aula-detalhes-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600}.admin-aula-detalhes-status.available{background:linear-gradient(135deg,#2ed573,#55d68a);color:#fff;box-shadow:0 4px 12px #2ed5734d}.admin-aula-detalhes-status.unavailable{background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff;box-shadow:0 4px 12px #ff47574d}.admin-aula-detalhes-status-icon{font-size:1rem}.admin-aula-detalhes-title{color:#3e515d;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#3e515d,#2c3a43);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-aula-detalhes-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.admin-aula-detalhes-meta-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.95rem;font-weight:500}.admin-aula-detalhes-meta-icon{font-size:1.1rem}.admin-aula-detalhes-availability-info{display:flex;align-items:center;gap:.5rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:.75rem 1rem;color:#856404;font-weight:500;margin-top:1rem}.admin-aula-detalhes-availability-icon{font-size:1.2rem}.admin-aula-detalhes-video-section{margin-bottom:2rem}.admin-aula-detalhes-video-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-aula-detalhes-video-header h2{color:#3e515d;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.75rem;margin:0}.admin-aula-detalhes-video-icon{font-size:1.3rem}.admin-aula-detalhes-video-badge{background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;box-shadow:0 4px 12px #6c5ce74d}.admin-aula-detalhes-video-container{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden}.admin-aula-detalhes-video-player{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.admin-aula-detalhes-video-player iframe,.admin-aula-detalhes-video-player video{width:100%;height:100%;border:none;border-radius:12px}.admin-aula-detalhes-description-section{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.admin-aula-detalhes-description-header h2{color:#3e515d;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.admin-aula-detalhes-description-icon{font-size:1.3rem}.admin-aula-detalhes-description-content p{color:#555;font-size:1.1rem;line-height:1.8;margin:0}.admin-aula-detalhes-technical-section{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.admin-aula-detalhes-technical-header h2{color:#3e515d;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.admin-aula-detalhes-technical-icon{font-size:1.3rem}.admin-aula-detalhes-technical-grid{display:grid;gap:1rem}.admin-aula-detalhes-technical-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #DE7132}.admin-aula-detalhes-technical-label{font-weight:600;color:#3e515d;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.admin-aula-detalhes-technical-value{color:#666;font-size:.95rem;word-break:break-all}.admin-aula-detalhes-technical-url{font-family:Courier New,monospace;background:#e9ecef;padding:.5rem;border-radius:6px;font-size:.85rem}.admin-aula-detalhes-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.admin-aula-detalhes-actions-secondary{display:flex;gap:1rem;flex-wrap:wrap}.admin-aula-detalhes-btn-back{background:#3e515d;color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 16px #3e515d33}.admin-aula-detalhes-btn-back:hover{background:#2c3a43;transform:translateY(-2px);box-shadow:0 8px 24px #3e515d4d}.admin-aula-detalhes-btn-edit{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 16px #de71324d}.admin-aula-detalhes-btn-edit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #de713266}.admin-aula-detalhes-btn-duplicate{background:#f4f2ea;color:#666;border:2px solid #E8E6DF;padding:.875rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.admin-aula-detalhes-btn-duplicate:hover{background:#e8e6df;border-color:#4a90e2;color:#4a90e2;transform:translateY(-1px)}.admin-aula-detalhes-btn-analytics{background:#f4f2ea;color:#666;border:2px solid #E8E6DF;padding:.875rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.admin-aula-detalhes-btn-analytics:hover{background:#e8e6df;border-color:#9b59b6;color:#9b59b6;transform:translateY(-1px)}@media (max-width: 768px){.admin-aula-detalhes-content{padding:1rem;margin-top:5rem}.admin-aula-detalhes-header{padding:1.5rem}.admin-aula-detalhes-title{font-size:2rem}.admin-aula-detalhes-meta{flex-direction:column;gap:1rem}.admin-aula-detalhes-video-container{padding:1rem}.admin-aula-detalhes-description-section,.admin-aula-detalhes-technical-section{padding:1.5rem}.admin-aula-detalhes-actions{flex-direction:column;align-items:stretch;padding:1.5rem}.admin-aula-detalhes-actions-secondary{justify-content:center}.admin-aula-detalhes-breadcrumb-current{max-width:200px}.admin-aula-detalhes-video-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-aula-detalhes-badges{justify-content:center}}@media (max-width: 480px){.admin-aula-detalhes-title{font-size:1.75rem}.admin-aula-detalhes-btn-back,.admin-aula-detalhes-btn-edit{width:100%;justify-content:center}.admin-aula-detalhes-actions-secondary{flex-direction:column;width:100%}.admin-aula-detalhes-btn-duplicate,.admin-aula-detalhes-btn-analytics{width:100%;justify-content:center}.admin-aula-detalhes-badges{flex-direction:column;align-items:center}}.admin-aula-detalhes-header,.admin-aula-detalhes-video-section,.admin-aula-detalhes-description-section,.admin-aula-detalhes-technical-section,.admin-aula-detalhes-actions{animation:admin-aula-detalhes-fade-in-up .6s ease-out}.admin-aula-detalhes-video-section{animation-delay:.1s}.admin-aula-detalhes-description-section{animation-delay:.2s}.admin-aula-detalhes-technical-section{animation-delay:.3s}.admin-aula-detalhes-actions{animation-delay:.4s}@keyframes admin-aula-detalhes-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-aula-detalhes-header:hover,.admin-aula-detalhes-video-container:hover,.admin-aula-detalhes-description-section:hover,.admin-aula-detalhes-technical-section:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f}.admin-aula-detalhes-header,.admin-aula-detalhes-video-container,.admin-aula-detalhes-description-section,.admin-aula-detalhes-technical-section,.admin-aula-detalhes-actions{transition:all .3s ease}.media-preview{border-radius:8px;overflow:hidden;background:#0000000d;box-shadow:0 2px 8px #0000001a}.video-preview{position:relative;width:100%;padding-top:56.25%;background:#000}.plyr__menu__container{z-index:999999!important}.plyr__control{z-index:9999!important}.plyr__control--overlaid{z-index:9999!important;background-color:red}button[data-plyr=play].plyr__control--overlaid{position:relative;z-index:-1!important;pointer-events:none}.plyr__controls{position:relative;z-index:10}.video-preview iframe,.video-preview video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#000}.video-preview video{object-fit:contain}.video-preview video::-webkit-media-controls{background-color:#00000080}.video-preview video::-webkit-media-controls-panel{padding:0 10px}.image-preview{width:100%;max-height:300px;display:flex;justify-content:center;align-items:center;background:#0000000d}.image-preview img{max-width:100%;max-height:300px;object-fit:contain;border-radius:4px}.media-preview-error{color:#ff4757;padding:1rem;text-align:center;background:#ff47571a;border-radius:8px;margin-top:1rem;font-size:.9rem}.hls-video{width:100%;height:100%;background:#000}.hls-video::-webkit-media-controls{background-color:#00000080}.hls-video::-webkit-media-controls-panel{display:flex;align-items:center;padding:0 10px}.hls-video::-webkit-media-controls-play-button{background-color:#de7132;border-radius:50%;color:#fff}.hls-video::-webkit-media-controls-timeline{background-color:#ffffff4d;border-radius:4px;height:4px}.hls-video::-webkit-media-controls-volume-slider{background-color:#ffffff4d;border-radius:4px;height:4px}@media (max-width: 768px){.image-preview,.image-preview img{max-height:200px}}.language-selector{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;background-color:#0000001a;border-radius:8px}.language-selector button{background-color:transparent;border:1px solid rgba(0,0,0,.2);color:#333;padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:all .3s ease}.language-selector button:hover{background-color:#0000001a}.language-selector button.active{background-color:#de7132;color:#fff;border-color:#de7132}.rich-text-editor{border:1px solid rgba(62,81,93,.2);border-radius:8px;background:#ffffffe6;overflow:hidden;position:relative}.rich-text-editor.focused{box-shadow:0 0 0 2px #3e515d33}.rte-toolbar{background:#f4f2ea4d;border-bottom:1px solid rgba(62,81,93,.2);padding:.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.rte-toolbar-group{display:flex;gap:.25rem;align-items:center}.rte-button{background:transparent;border:1px solid rgba(62,81,93,.2);border-radius:4px;padding:.25rem .5rem;color:#3e515d;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.rte-button:hover{background-color:#3e515d1a;border-color:#3e515d4d}.rte-button:active{background-color:#3e515d;color:#fff}.rte-button.active{background-color:#3e515d;color:#fff!important;border-color:#3e515d}.rte-button.active *{color:#fff!important}.rte-button.active:hover{background-color:#2d3b44;border-color:#2d3b44}.rte-content{direction:ltr!important;unicode-bidi:embed!important;text-align:left!important;position:relative;z-index:1;color:#3e515d!important;min-height:120px;padding:12px;line-height:1.6;writing-mode:horizontal-tb!important;text-orientation:mixed!important}.rte-content:focus{outline:none}.rte-content,.rte-content *,.rte-content p,.rte-content div,.rte-content span{color:#3e515d!important;direction:ltr!important;unicode-bidi:embed!important;text-align:left!important}.rte-content *{caret-color:#3e515d!important}.rte-content a{color:#de7132!important;text-decoration:underline}.rte-content a:hover{color:#c45a28!important}.rte-placeholder{position:absolute;top:.75rem;left:1rem;right:1rem;bottom:0;color:#999;font-style:normal;pointer-events:none;z-index:0;padding:1rem 0}.rte-content h1{font-size:2em;margin:.5em 0;color:#3e515d;font-weight:700}.rte-content h2{font-size:1.5em;margin:.5em 0;color:#3e515d;font-weight:700}.rte-content h3{font-size:1.25em;margin:.5em 0;color:#3e515d;font-weight:700}.rte-content p{margin:.5em 0}.rte-content strong{font-weight:700}.rte-content em{font-style:italic}.rte-content u{text-decoration:underline}.rte-content s{text-decoration:line-through}.rte-content ul,.rte-content ol{padding-left:1.5rem;margin:.5em 0}.rte-content li{margin-bottom:.25rem}.rte-content blockquote{border-left:4px solid #DE7132;padding-left:1rem;margin:1rem 0;font-style:italic;background:#de71320d;border-radius:0 4px 4px 0}@media (max-width: 768px){.rte-toolbar{padding:.5rem;gap:.5rem}.rte-toolbar-group{gap:.125rem}.rte-button{min-width:28px;height:28px;padding:.125rem .25rem;font-size:.75rem}.rte-content{padding:.75rem;min-height:100px}.rte-placeholder{top:.75rem;left:.75rem;right:.75rem}}.rte-content *::selection{background-color:#3e515d33}.rte-content.empty:before{content:attr(data-placeholder);color:#999;font-style:italic;pointer-events:none;position:absolute;top:12px;left:12px}.rte-content:empty:before{content:"";display:block}.rte-content:not(.empty){position:relative;z-index:1}.rte-content{position:relative;z-index:1}.rte-content>*:first-child{margin-top:0}.rte-content>*:last-child{margin-bottom:0}.rte-content{line-height:1.6}.lesson-form{background:#ffffffe6;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.lesson-form .form-group{margin-bottom:1.5rem}.lesson-form .form-group label{display:block;margin-bottom:.5rem;color:#3e515d;font-weight:500}.lesson-form .form-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;color:#3e515d;background:#ffffffe6;transition:border-color .3s ease}.lesson-form .form-input:focus{outline:none;border-color:#3e515d}.lesson-form .form-group.checkbox{display:flex;align-items:center;gap:.5rem}.lesson-form .form-group.checkbox label{margin-bottom:0}.lesson-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.lesson-form .submit-button,.lesson-form .cancel-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.lesson-form .submit-button{background-color:#3e515d;color:#fff}.lesson-form .submit-button:hover{background-color:#2c3a43}.lesson-form .cancel-button{background-color:#f4f2ea;color:#3e515d;border:1px solid #3E515D}.lesson-form .cancel-button:hover{background-color:#e8e6df}.thumbnail-input-container{display:flex;flex-direction:column;gap:.5rem}.thumbnail-input-container input[type=file]{padding:.5rem;border:1px dashed #ddd;border-radius:8px;background:#ffffffe6;cursor:pointer}.thumbnail-input-container input[type=file]:hover{border-color:#3e515d}.form-input:disabled,.submit-button:disabled,.cancel-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.lesson-form{padding:1rem}.lesson-form .form-actions{flex-direction:column}.lesson-form .submit-button,.lesson-form .cancel-button{width:100%}}.users-container{min-height:100vh;position:relative;padding:0 1rem}.users-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.users-content{max-width:95vw;margin:0 auto;padding:1rem}.users-header{margin-bottom:2rem}.users-header h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1.5rem}.users-header-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.users-header input{flex:1;min-width:200px;max-width:400px}.create-button{white-space:nowrap}.users-table-container{overflow:hidden;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.users-table-wrapper{overflow-x:auto;overflow-y:auto;max-height:70vh}.users-table{width:100%;min-width:800px;border-collapse:collapse;color:#3e515d;font-size:.9rem}.users-table th,.users-table td{padding:.8rem .6rem;text-align:left;border-bottom:1px solid rgba(62,81,93,.1);vertical-align:middle;word-wrap:break-word}.users-table th:nth-child(1),.users-table td:nth-child(1){width:18%;min-width:120px}.users-table th:nth-child(2),.users-table td:nth-child(2){width:15%;min-width:100px;font-family:monospace;font-size:.85rem}.users-table th:nth-child(3),.users-table td:nth-child(3){width:20%;min-width:150px;font-size:.85rem}.users-table th:nth-child(4),.users-table td:nth-child(4){width:12%;min-width:110px;font-family:monospace;font-size:.85rem}.users-table th:nth-child(5),.users-table td:nth-child(5){width:10%;min-width:90px;text-align:center}.users-table th:nth-child(6),.users-table td:nth-child(6){width:10%;min-width:90px;text-align:center}.users-table th:nth-child(7),.users-table td:nth-child(7){width:8%;min-width:80px;font-size:.8rem}.users-table th:nth-child(8),.users-table td:nth-child(8){width:7%;min-width:120px;text-align:center}.users-table th{font-weight:600;color:#3e515d;background:#f4f2eacc;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.users-table tr:hover{background:#ffffff14}.status-badge{padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;display:inline-block;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:1px solid transparent}.status-badge.active{background:linear-gradient(135deg,#22c55e26,#22c55e40);color:#15803d;border-color:#22c55e4d}.status-badge.active:hover{background:linear-gradient(135deg,#22c55e40,#22c55e59);transform:translateY(-1px);box-shadow:0 4px 12px #22c55e33}.status-badge.inactive{background:linear-gradient(135deg,#ef444426,#ef444440);color:#dc2626;border-color:#ef44444d}.status-badge.inactive:hover{background:linear-gradient(135deg,#ef444440,#ef444459);transform:translateY(-1px);box-shadow:0 4px 12px #ef444433}.user-actions{display:flex;gap:.4rem;justify-content:center}.action-button{padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-transform:uppercase;letter-spacing:.5px}.action-button.edit{background:linear-gradient(135deg,#de7132,#c65a1f);color:#fff;box-shadow:0 2px 8px #de71324d}.action-button.edit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #de713266}.action-button.delete{background:linear-gradient(135deg,#ef44441a,#ef444433);color:#dc2626;border:1px solid rgba(239,68,68,.3)}.action-button.delete:hover{background:linear-gradient(135deg,#ef444433,#ef44444d);transform:translateY(-1px);box-shadow:0 4px 12px #ef444433}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.25rem;font-weight:500}@media (max-width: 1024px){.users-content{max-width:98vw;padding:.5rem}.users-header-controls{flex-direction:column;align-items:stretch}.users-header input{max-width:100%}.users-table{min-width:700px;font-size:.85rem}.users-table th,.users-table td{padding:.6rem .4rem}.action-button{padding:.3rem .6rem;font-size:.7rem}}@media (max-width: 768px){.users-container{padding:0 .5rem}.users-content{padding:.5rem}.users-header h1{text-align:center;margin-bottom:1rem}.users-table-container{border-radius:8px}.users-table{min-width:600px;font-size:.8rem}.users-table th,.users-table td{padding:.5rem .3rem}.status-badge{padding:.3rem .6rem;font-size:.7rem}.action-button{padding:.25rem .5rem;font-size:.65rem}.user-actions{flex-direction:column;gap:.2rem}}.user-form{max-width:600px;margin:0 auto;background:#ffffff1a;padding:2rem;border-radius:10px}.form-input{width:100%;padding:.75rem;border:1px solid rgba(62,81,93,.2);border-radius:8px;background:#ffffffe6;color:#3e515d;font-size:1rem;transition:all .2s}.form-input:focus{outline:none;border-color:#de7132;box-shadow:0 0 0 2px #de71321a}.form-input::placeholder{color:#94a3b8}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.form-actions button{min-width:120px}.form-actions button:disabled{opacity:.7;cursor:not-allowed}.toast-container{position:fixed;top:6rem;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1rem 1.5rem;box-shadow:0 8px 32px #0000001a;border-left:4px solid;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:320px;max-width:500px;pointer-events:auto;animation:slideIn .3s ease-out}.toast-success{border-left-color:#4caf50;color:#2e7d32}.toast-error{border-left-color:#f44336;color:#c62828}.toast-warning{border-left-color:#ff9800;color:#ef6c00}.toast-message{flex:1;font-weight:500;font-size:.9rem;line-height:1.4}.toast-close{background:none;border:none;font-size:1.5rem;color:inherit;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;opacity:.7}.toast-close:hover{background:#0000001a;opacity:1}@keyframes slideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.users-novo-container{min-height:100vh;position:relative;padding:0 1rem;background-color:#f4f2ea}.users-novo-content{max-width:800px;margin:0 auto;padding:2rem;background:#f4f2eab3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f268726;position:relative;z-index:1;margin-top:8.5rem;margin-bottom:2rem}.users-novo-header{text-align:center;margin-bottom:2.5rem}.page-title{color:#3e515d;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.page-subtitle{color:#3e515db3;font-size:1.1rem;font-weight:400;margin:0}.user-form-novo{width:100%}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-label{color:#3e515d;font-weight:600;font-size:.9rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.required{color:#f44336;font-weight:700}.form-input-novo{width:100%;padding:.875rem 1rem;border:1px solid rgba(62,81,93,.3);border-radius:12px;background:#fffc;color:#3e515d;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.form-input-novo:focus{outline:none;border-color:#de7132;box-shadow:0 0 0 3px #de71321a;background:#fffffff2}.form-input-novo::placeholder{color:#3e515d80;font-style:italic}.form-input-novo:invalid{border-color:#f4433680}.form-actions-novo{display:flex;justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(62,81,93,.1)}.btn-cancel,.btn-submit{padding:.875rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:140px}.btn-cancel{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.3)}.btn-cancel:hover:not(:disabled){background:#f4433633;transform:translateY(-1px);box-shadow:0 4px 12px #f4433633}.btn-submit{background:linear-gradient(135deg,#de7132,#c65a1f);color:#fff;box-shadow:0 4px 12px #de71324d}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #de713266}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.users-novo-content{max-width:95vw;padding:1.5rem;margin-top:7rem}.page-title{font-size:2rem}.form-grid{grid-template-columns:1fr;gap:1rem}.toast{min-width:280px;max-width:90vw}}@media (max-width: 768px){.users-novo-container{padding:0 .5rem}.users-novo-content{padding:1rem;margin-top:6rem}.page-title{font-size:1.8rem}.page-subtitle{font-size:1rem}.form-grid{gap:1rem}.form-input-novo{padding:.75rem;font-size:.9rem}.form-actions-novo{flex-direction:column;gap:.75rem}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;font-size:.9rem;min-width:120px}.toast-container{top:5rem;padding:0 .5rem}.toast{min-width:auto;max-width:calc(100vw - 1rem);padding:.875rem 1rem}.toast-message{font-size:.85rem}}@media (prefers-reduced-motion: no-preference){.form-input-novo,.btn-cancel,.btn-submit{transition:all .3s cubic-bezier(.4,0,.2,1)}}@media (prefers-reduced-motion: reduce){.toast,.loading-spinner{animation:none}.form-input-novo,.btn-cancel,.btn-submit{transition:none}}.admin-cursos-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);position:relative;overflow-x:hidden}.admin-cursos-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.03;z-index:0;pointer-events:none}.admin-cursos-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#3e515d}.admin-cursos-loading-spinner{width:48px;height:48px;border:4px solid #E8E6DF;border-top:4px solid #DE7132;border-radius:50%;animation:admin-cursos-spin 1s linear infinite;margin-bottom:1rem}@keyframes admin-cursos-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-cursos-loading p{font-size:1.1rem;font-weight:500;margin:0}.admin-cursos-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#3e515d;text-align:center}.admin-cursos-error h3{color:#de7132;font-size:1.5rem;margin-bottom:.5rem}.admin-cursos-error p{color:#666;font-size:1rem}.admin-cursos-content{max-width:1400px;margin:0 auto;padding:2rem;position:relative;z-index:1;margin-top:6rem}.admin-cursos-header{background:#fff;border-radius:24px;padding:3rem;margin-bottom:3rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.admin-cursos-hero{flex:1;min-width:300px}.admin-cursos-title{color:#3e515d;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem;display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#3e515d,#2c3a43);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-cursos-title-icon{font-size:3rem}.admin-cursos-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0}.admin-cursos-actions{display:flex;gap:1rem}.admin-cursos-btn-create{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 16px #de71324d}.admin-cursos-btn-create:hover{transform:translateY(-2px);box-shadow:0 8px 24px #de713266}.admin-cursos-stats{display:flex;gap:2rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.admin-cursos-stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);min-width:150px}.admin-cursos-stat-number{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,#de7132,#ff8a4c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-cursos-stat-label{font-size:.9rem;font-weight:500;color:#666}.admin-cursos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;margin-bottom:3rem}.admin-cursos-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);transition:all .3s ease;position:relative}.admin-cursos-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.admin-cursos-card-image{position:relative;width:100%;height:220px;overflow:hidden}.admin-cursos-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.admin-cursos-card:hover .admin-cursos-card-image img{transform:scale(1.05)}.admin-cursos-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.admin-cursos-card:hover .admin-cursos-card-overlay{opacity:1}.admin-cursos-play-button{width:60px;height:60px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#de7132;transform:scale(.8);transition:transform .3s ease}.admin-cursos-card:hover .admin-cursos-play-button{transform:scale(1)}.admin-cursos-card-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #de71324d}.admin-cursos-badge-icon{font-size:1rem}.admin-cursos-card-content{padding:2rem}.admin-cursos-card-header{margin-bottom:1rem}.admin-cursos-card-title{color:#3e515d;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.admin-cursos-card-author{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;font-weight:500}.admin-cursos-author-icon{font-size:1rem}.admin-cursos-card-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-cursos-card-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.admin-cursos-card-stat{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;font-weight:500}.admin-cursos-stat-icon{font-size:1rem}.admin-cursos-card-actions{display:flex;gap:.5rem;margin-top:1.5rem}.admin-cursos-btn-view,.admin-cursos-btn-edit,.admin-cursos-btn-delete{flex:1;border:none;padding:.75rem;border-radius:12px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.admin-cursos-btn-view{background:#f4f2ea;color:#3e515d;border:2px solid #E8E6DF}.admin-cursos-btn-view:hover{background:#3e515d;color:#fff;border-color:#3e515d;transform:translateY(-1px)}.admin-cursos-btn-edit{background:#de71321a;color:#de7132;border:2px solid rgba(222,113,50,.3)}.admin-cursos-btn-edit:hover{background:#de7132;color:#fff;border-color:#de7132;transform:translateY(-1px)}.admin-cursos-btn-delete{background:#ef44441a;color:#dc2626;border:2px solid rgba(239,68,68,.3)}.admin-cursos-btn-delete:hover{background:#dc2626;color:#fff;border-color:#dc2626;transform:translateY(-1px)}.admin-cursos-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:24px;box-shadow:0 8px 32px #00000014}.admin-cursos-empty-icon{font-size:4rem;margin-bottom:1.5rem;color:#de7132}.admin-cursos-empty h3{color:#3e515d;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.admin-cursos-empty p{color:#666;font-size:1rem;margin-bottom:2rem}.course-form{max-width:800px;margin:0 auto}.form-group label{display:block;margin-bottom:.5rem;color:#3e515d;font-weight:500}.form-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;color:#3e515d;background:#ffffffe6;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#3e515d}.form-group.checkbox{display:flex;align-items:center;gap:.5rem}.form-group.checkbox label{margin-bottom:0}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.submit-button,.cancel-button,.back-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.submit-button{background-color:#3e515d;color:#fff}.submit-button:hover{background-color:#2c3a43}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.cancel-button,.back-button{background-color:#f4f2ea;color:#3e515d;border:1px solid #3E515D}.cancel-button:hover,.back-button:hover{background-color:#e8e6df}@media (max-width: 1024px){.admin-cursos-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 768px){.admin-cursos-content{padding:1rem;margin-top:5rem}.admin-cursos-header{flex-direction:column;text-align:center;padding:2rem}.admin-cursos-title{font-size:2.5rem}.admin-cursos-stats{justify-content:center}.admin-cursos-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.submit-button,.cancel-button,.back-button{width:100%}}@media (max-width: 480px){.admin-cursos-title{font-size:2rem;flex-direction:column;gap:.5rem}.admin-cursos-card-actions{flex-direction:column;gap:.75rem}}.content-tabs{margin:2rem 0}.tabs-header{display:flex;margin-bottom:0}.tab-button{background:transparent;border:1px solid rgba(62,81,93,.3);border-bottom:none;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:.95rem}.tab-button.active{background:#3e515d;color:#fff;border-color:#3e515d}.tab-button:not(.active){color:#3e515d}.tab-button:hover:not(.active){background:#3e515d0d}.tab-content{border:1px solid rgba(62,81,93,.3);border-radius:0 8px 8px;padding:1.5rem;background:#ffffff80;min-height:400px}.modules-section,.lessons-section{margin-bottom:2rem}.modules-header,.lessons-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(62,81,93,.1)}.add-module-button,.add-lesson-button{background:#3e515d;color:#fff;padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .3s ease}.add-module-button{background:#de7132}.add-module-button:hover{background:#c45a28;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.add-lesson-button:hover{background:#2c3a43;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.module-item,.lesson-item{background:#ffffffe6;padding:1.5rem;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0000000d;border:1px solid rgba(62,81,93,.1);transition:all .3s ease}.module-item:hover,.lesson-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.module-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.module-header h3{color:#3e515d;margin:0 0 .5rem;font-size:1.3rem;font-weight:600}.module-header p{color:#666;margin:0 0 .5rem;font-size:.95rem}.module-actions,.lesson-actions{display:flex;gap:.5rem}.module-actions button,.lesson-actions button{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease}.module-actions button:first-child,.lesson-actions .edit-button{background:#de7132;color:#fff}.module-actions button:first-child:hover,.lesson-actions .edit-button:hover{background:#c45a28}.module-actions button:last-child,.lesson-actions .delete-button{background:#dc3545;color:#fff}.module-actions button:last-child:hover,.lesson-actions .delete-button:hover{background:#c82333}.module-lessons{background:#3e515d0d;padding:1rem;border-radius:8px;margin-top:1rem}.module-lessons h4{color:#3e515d;margin:0 0 .75rem;font-size:1rem;font-weight:500}.module-lessons>div{display:flex;flex-wrap:wrap;gap:.5rem}.module-lessons span{background:#3e515d;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:400}.curso-detalhes-module{margin-bottom:1rem}.curso-detalhes-module-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#3e515d1a;borderRadius:8px;cursor:pointer;transition:all .3s ease;marginBottom:.5rem;border:1px solid rgba(62,81,93,.2)}.curso-detalhes-module-header:hover{background:#3e515d26}.curso-detalhes-module-header h4{margin:0;color:#3e515d;font-size:1.1rem;font-weight:600}.curso-detalhes-module-header p{margin:.25rem 0 0;color:#666;font-size:.9rem}.curso-detalhes-module-lessons{margin-left:1rem;margin-bottom:1rem}.curso-detalhes-module-lessons .curso-detalhes-playlist-item{margin-bottom:.5rem;border-left:3px solid #DE7132;padding-left:.5rem}.curso-detalhes-module-lessons .curso-detalhes-playlist-item.selected{border-left-color:#3e515d;background:#3e515d0d}@media (max-width: 768px){.tabs-header{flex-direction:column}.tab-button{border-radius:8px;border:1px solid rgba(62,81,93,.3);margin-bottom:.25rem}.tab-content{border-radius:8px}.modules-header,.lessons-header,.module-header{flex-direction:column;align-items:flex-start;gap:1rem}}.admin-cursos-order-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-cursos-order-modal{background:#f4f2ea;border-radius:24px;padding:2.5rem;max-width:700px;width:95%;max-height:85vh;overflow:auto;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.8);position:relative}.admin-cursos-order-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(62,81,93,.1)}.admin-cursos-order-modal-title{margin:0;color:#3e515d;font-size:2rem;font-weight:700;display:flex;align-items:center;gap:1rem}.admin-cursos-order-modal-close{background:#3e515d1a;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#3e515d;font-size:1.2rem;transition:all .3s ease}.admin-cursos-order-modal-close:hover{background:#3e515d33;transform:scale(1.05)}.admin-cursos-order-modal-description{margin-bottom:2rem;padding:1.5rem;background:#de71321a;border-radius:12px;border-left:4px solid #DE7132;color:#3e515d;font-size:1rem;line-height:1.6;font-weight:500}.admin-cursos-order-list{margin-bottom:2.5rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.admin-cursos-order-item{background:#ffffffe6;padding:1.5rem;margin-bottom:1rem;border-radius:16px;border:2px solid rgba(62,81,93,.1);cursor:grab;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.admin-cursos-order-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a;border-color:#3e515d4d}.admin-cursos-order-item.dragging{background:#de71321a;border-color:#de7132;transform:scale(1.02);box-shadow:0 12px 32px #de71324d}.admin-cursos-order-item:active{cursor:grabbing}.admin-cursos-order-drag-handle{color:#3e515d;font-size:1.5rem;padding:.5rem;border-radius:8px;background:#3e515d1a;display:flex;align-items:center;justify-content:center}.admin-cursos-order-item-content{flex:1;min-width:0}.admin-cursos-order-item-title{color:#3e515d;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.admin-cursos-order-item-info{color:#666;font-size:.9rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.admin-cursos-order-item-number{background:linear-gradient(135deg,#3e515d,#2c3a43);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:700;min-width:50px;text-align:center;flex-shrink:0}.admin-cursos-order-modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;border-top:2px solid rgba(62,81,93,.1)}.admin-cursos-order-btn-cancel{background:#3e515d1a;color:#3e515d;border:2px solid rgba(62,81,93,.3);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.admin-cursos-order-btn-cancel:hover:not(:disabled){background:#3e515d33;transform:translateY(-1px)}.admin-cursos-order-btn-save{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 16px #de71324d}.admin-cursos-order-btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #de713266}.admin-cursos-order-btn-save:disabled,.admin-cursos-order-btn-cancel:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.admin-cursos-order-list::-webkit-scrollbar{width:6px}.admin-cursos-order-list::-webkit-scrollbar-track{background:#3e515d1a;border-radius:3px}.admin-cursos-order-list::-webkit-scrollbar-thumb{background:#3e515d4d;border-radius:3px}.admin-cursos-order-list::-webkit-scrollbar-thumb:hover{background:#3e515d80}@media (max-width: 768px){.admin-cursos-order-modal{padding:1.5rem;width:98%;max-height:90vh}.admin-cursos-order-modal-title{font-size:1.5rem}.admin-cursos-order-item{padding:1rem;gap:1rem}.admin-cursos-order-item-title{font-size:1rem}.admin-cursos-order-item-info{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-cursos-order-modal-actions{flex-direction:column}.admin-cursos-order-btn-cancel,.admin-cursos-order-btn-save{width:100%;justify-content:center}}.cursos-container{min-height:100vh;position:relative;background-color:#f4f2ea}.devocionais-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.1}.devocionais-content{position:relative;z-index:1;padding:2rem;margin-top:8rem;display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 8rem);max-width:1400px;margin-left:auto;margin-right:auto;width:100%}.devocionais-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;width:100%;gap:2rem}.header-content{flex:1}.page-title{color:#3e515d;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#3e515d,#de7132);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{color:#666;font-size:1.1rem;margin:0;font-weight:400}.create-devocional-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#de7132,#c15a22);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #de71324d;border:none;cursor:pointer;position:relative;overflow:hidden}.create-devocional-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.create-devocional-btn:hover:before{left:100%}.create-devocional-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #de713266}.create-devocional-btn:active{transform:translateY(0)}.btn-icon{font-size:1.2rem;animation:sparkle 2s ease-in-out infinite}.btn-text{font-weight:600;letter-spacing:.5px}@keyframes sparkle{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(180deg)}}.table-container{width:100%;overflow-x:auto;border-radius:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f268726}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.table-container::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#de7132,#c15a22);border-radius:10px}.table-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#c15a22,#a04819)}.devocionais-table{width:100%;min-width:1000px;border-collapse:collapse;background:transparent;table-layout:fixed}.devocionais-table th:nth-child(1),.devocionais-table td:nth-child(1){width:150px}.devocionais-table th:nth-child(2),.devocionais-table td:nth-child(2){width:120px}.devocionais-table th:nth-child(3),.devocionais-table td:nth-child(3){width:300px}.devocionais-table th:nth-child(4),.devocionais-table td:nth-child(4){width:100px}.devocionais-table th:nth-child(5),.devocionais-table td:nth-child(5){width:100px}.devocionais-table th:nth-child(6),.devocionais-table td:nth-child(6){width:130px}.devocionais-table th:nth-child(7),.devocionais-table td:nth-child(7){width:200px}.devocionais-table th,.devocionais-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1);vertical-align:middle;height:60px;max-height:60px;overflow:hidden}.devocionais-table th{background:linear-gradient(135deg,#3e515d,#2d3e48);color:#fff;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;position:sticky;top:0;z-index:10;height:45px;max-height:45px}.devocionais-table td{color:#3e515d;font-size:.9rem;background:#ffffff0d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.devocionais-table tbody tr{transition:background-color .3s ease}.devocionais-table tbody tr:hover{background:#ffffff26;transform:scale(1.01);box-shadow:0 2px 8px #0000001a}.media-preview{display:flex;flex-direction:column;gap:.5rem}.media-item{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background:#de71321a;border-radius:6px;font-size:.8rem;color:#de7132;border:1px solid rgba(222,113,50,.3)}.devocional-content-preview{max-width:300px;max-height:40px;overflow:hidden;position:relative;line-height:1.3}.devocional-content-preview-text{color:#3e515d!important;font-size:.8rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.devocional-content-preview-text *{color:#3e515d!important}.devocional-content-preview-text p{margin:.25rem 0}.devocional-content-preview-text strong{font-weight:600}.devocional-content-preview-text em{font-style:italic}.devocional-content-preview-text blockquote{border-left:4px solid #DE7132;padding-left:1rem;margin:1rem 0;font-style:italic;background:#de71320d;border-radius:0 4px 4px 0;padding:1rem}.user-info{display:flex;align-items:center;gap:.4rem;max-height:50px}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #DE7132;flex-shrink:0}.user-details{display:flex;flex-direction:column}.user-name{font-weight:600;color:#3e515d;margin:0;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.user-username{font-size:.7rem;color:#666;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.interactions-stats{display:flex;gap:.75rem;font-size:.75rem;color:#666;align-items:center}.stat-item{display:flex;align-items:center;gap:.25rem}.action-buttons{display:flex;gap:.4rem;flex-wrap:nowrap;align-items:center}.action-button{padding:.4rem .8rem;border-radius:6px;border:none;cursor:pointer;font-size:.75rem;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap;box-shadow:0 1px 3px #0000001a;min-width:60px;justify-content:center}.action-button.view{background:#3e515d;color:#fff}.action-button.view:hover{background:#2d3e48;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.action-button.edit{background:linear-gradient(135deg,#de7132,#c15a22);color:#fff}.action-button.edit:hover{background:linear-gradient(135deg,#c15a22,#a04819);transform:translateY(-2px);box-shadow:0 4px 8px #de71324d}.action-button.delete{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.action-button.delete:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-2px);box-shadow:0 4px 8px #dc26264d}.loading{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:#3e515d}.empty-state{text-align:center;padding:4rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:2px dashed rgba(222,113,50,.3);margin-top:2rem;max-width:600px;margin-left:auto;margin-right:auto}.empty-state-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.8;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-state-title{color:#3e515d;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.empty-state-description{color:#666;font-size:1.1rem;margin:0 0 2rem;line-height:1.5}.empty-state-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#de7132,#c15a22);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #de71324d;position:relative;overflow:hidden}.empty-state-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.empty-state-button:hover:before{left:100%}.empty-state-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #de713266}.devocional-form{width:100%;max-width:800px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #1f268726;border:1px solid rgba(255,255,255,.3)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#3e515d;font-weight:600;font-size:1rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid rgba(62,81,93,.3);border-radius:10px;font-size:1rem;background:#fffc;color:#3e515d;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#de7132;box-shadow:0 0 0 3px #de71321a}.form-group textarea{resize:vertical;min-height:120px}.media-section{background:#ffffff1a;padding:1rem;border-radius:10px;margin-bottom:1rem;border:1px solid rgba(255,255,255,.2)}.media-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.media-section-title{color:#3e515d;font-weight:600;margin:0}.remove-media-button{background:#dc2626;color:#fff;border:none;padding:.25rem .5rem;border-radius:6px;cursor:pointer;font-size:.8rem;transition:background-color .3s ease}.remove-media-button:hover{background:#b91c1c}.add-media-button{background:#de7132;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .3s ease;margin-bottom:1rem}.add-media-button:hover{background:#c15a22}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.submit-button{background:#3e515d;color:#fff;border:none;padding:.75rem 2rem;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .3s ease}.submit-button:hover{background:#2d3e48}.submit-button:disabled{background:#ccc;cursor:not-allowed}.cancel-button{background:transparent;color:#3e515d;border:2px solid #3E515D;padding:.75rem 2rem;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.cancel-button:hover{background:#3e515d;color:#fff}.error-message{color:#dc2626;font-size:.875rem;margin-top:.25rem}.success-message{color:#059669;font-size:.875rem;margin-top:.25rem}.url-validation{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.8rem}.url-valid{color:#059669}.url-invalid{color:#dc2626}@media (max-width: 1200px){.devocionais-content{padding:1.5rem}.page-title{font-size:2rem}.create-devocional-btn{padding:.8rem 1.5rem;font-size:.9rem}}@media (max-width: 968px){.devocionais-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.header-content{text-align:center;width:100%}.create-devocional-btn{align-self:center;width:fit-content}.table-container{margin:0 -1rem;border-radius:0}.devocionais-table{min-width:800px}.devocionais-table th,.devocionais-table td{padding:.4rem .3rem;height:50px;max-height:50px}.devocional-content-preview{max-width:250px}}@media (max-width: 768px){.devocionais-content{padding:1rem;margin-top:6rem}.page-title{font-size:1.8rem}.page-subtitle{font-size:1rem}.create-devocional-btn{padding:.75rem 1.25rem;font-size:.85rem;width:100%;justify-content:center}.btn-text{display:block}.table-container{margin:0 -1rem;border-radius:0}.devocionais-table{min-width:700px;font-size:.8rem}.devocionais-table th,.devocionais-table td{padding:.3rem .25rem;height:45px;max-height:45px}.devocionais-table th{font-size:.75rem}.devocional-form{padding:1.5rem}.form-actions{flex-direction:column;align-items:stretch;gap:1rem}.submit-button,.cancel-button{width:100%}.action-buttons{flex-direction:column;gap:.5rem}.action-button{justify-content:center;width:100%;padding:.5rem;font-size:.8rem}.devocional-content-preview{max-width:180px}.user-avatar{width:32px;height:32px}.user-name{font-size:.8rem}.user-username{font-size:.7rem}.interactions-stats{flex-direction:column;gap:.5rem;font-size:.75rem}.empty-state{padding:2rem 1rem;margin-top:1rem}.empty-state-icon{font-size:3rem}.empty-state-title{font-size:1.2rem}.empty-state-description{font-size:1rem}.empty-state-button{padding:.75rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.devocionais-content{padding:.5rem}.devocionais-header{padding:1rem;background:#ffffff1a;border-radius:15px;margin-bottom:1rem}.page-title{font-size:1.5rem}.page-subtitle{font-size:.9rem}.table-container{margin:0;border-radius:15px}.devocionais-table{min-width:600px;font-size:.75rem}.devocionais-table th,.devocionais-table td{padding:.25rem .2rem;height:40px;max-height:40px}.devocional-content-preview{max-width:120px}.action-button{font-size:.7rem;padding:.4rem .6rem}.empty-state{padding:1.5rem .5rem;margin-top:.5rem}.empty-state-icon{font-size:2.5rem}.empty-state-title{font-size:1.1rem}.empty-state-description{font-size:.9rem}.empty-state-button{padding:.6rem 1.2rem;font-size:.8rem;flex-direction:column;gap:.5rem}}.devocional-details-content{color:#3e515d!important;font-size:1.1rem;line-height:1.6;background-color:#f5f5f5;padding:1rem;border-radius:8px}.devocional-details-content *{color:#3e515d!important}.devocional-details-content p{margin:.75rem 0}.devocional-details-content strong{font-weight:700}.devocional-details-content em{font-style:italic}.devocional-details-content ul,.devocional-details-content ol{padding-left:1.5rem;margin:1rem 0}.devocional-details-content li{margin-bottom:.5rem}.devocional-details-content a{color:#de7132!important;text-decoration:underline}.devocional-details-content a:hover{color:#c45a28!important}.devocional-details-content blockquote{border-left:4px solid #DE7132;padding-left:1rem;margin:1rem 0;font-style:italic;background:#de71320d;border-radius:0 4px 4px 0;padding:1rem}.plan-selection-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.plan-selection-modal{background:#f4f2ea;border-radius:20px;padding:2.5rem;width:90%;max-width:900px;position:relative;box-shadow:0 10px 30px #0003;animation:slideUp .4s ease}.plan-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#3e515d;font-size:1.5rem;cursor:pointer;transition:all .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.plan-close-button:hover{background:#3e515d1a;transform:rotate(90deg)}.plan-selection-modal h2{color:#3e515d;text-align:center;font-size:2rem;margin-bottom:.5rem;background:linear-gradient(135deg,#3e515d,#de7132);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plan-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.plan-options{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.plan-option{flex:1;min-width:280px;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;cursor:pointer;position:relative;border:2px solid transparent}.plan-option.selected{border-color:#de7132;transform:translateY(-5px);box-shadow:0 8px 20px #de713233}.plan-option:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.plan-header{display:flex;align-items:center;margin-bottom:1.5rem;position:relative}.plan-icon{width:40px;height:40px;background:linear-gradient(135deg,#de7132,#c15a22);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:1.2rem}.plan-header h3{color:#3e515d;font-size:1.3rem;margin:0}.plan-selected-badge{position:absolute;top:-10px;right:-10px;background:#de7132;color:#fff;font-size:.8rem;padding:.25rem .75rem;border-radius:20px;font-weight:600}.plan-price{text-align:center;margin-bottom:.5rem}.plan-price-value{font-size:2rem;font-weight:700;color:#3e515d;display:block}.plan-price-period{color:#666;font-size:.9rem}.plan-installments{text-align:center;color:#de7132;font-weight:600;margin-bottom:1.5rem}.plan-features{list-style:none;padding:0;margin:0}.plan-features li{padding:.75rem 0;border-bottom:1px solid #f0f0f0;color:#3e515d;display:flex;align-items:center}.plan-features li:last-child{border-bottom:none}.plan-features li svg{color:#de7132;margin-right:.75rem;font-size:.9rem}.plan-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.plan-proceed-button{background:linear-gradient(135deg,#de7132,#c15a22);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;width:fit-content}.plan-proceed-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #de71324d}.plan-cancel-button{background:none;border:none;color:#666;font-size:1rem;cursor:pointer;text-decoration:underline;transition:color .2s}.plan-cancel-button:hover{color:#3e515d}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.plan-selection-modal{padding:2rem 1.5rem;width:95%;max-height:90vh;overflow-y:auto}.plan-options{flex-direction:column;gap:1.5rem}.plan-option{min-width:100%}.plan-selection-modal h2{font-size:1.5rem}.plan-subtitle{font-size:1rem;margin-bottom:1.5rem}.plan-proceed-button{width:100%;padding:.75rem}}.subscription-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.subscription-modal{background:#fff;border-radius:24px;padding:3rem;max-width:520px;width:90%;text-align:center;box-shadow:0 20px 40px #0000004d;animation:modalFadeIn .4s cubic-bezier(.16,1,.3,1);position:relative}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.subscription-close-button{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#666;font-size:1.25rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:50%}.subscription-close-button:hover{background:#0000000d;color:#333;transform:rotate(90deg)}.subscription-icon{font-size:3.5rem;margin-bottom:1.5rem;color:#e67739;height:80px;width:80px;background:#e677391a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.subscription-modal h2{font-size:2rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700}.subscription-modal p{color:#666;margin-bottom:2rem;line-height:1.6;font-size:1.1rem}.subscription-benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem;text-align:left;background:#f8f9fa;padding:1.5rem;border-radius:16px}.subscription-benefit{display:flex;align-items:center;gap:1rem;color:#333;font-size:1.1rem}.subscription-benefit-icon{color:#e67739;font-size:1.1rem;background:#e677391a;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.subscription-actions{display:flex;gap:1rem;justify-content:center}.subscription-btn-subscribe,.subscription-btn-close{padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;font-size:1.1rem}.subscription-btn-subscribe{background:#e67739;color:#fff;border:none;box-shadow:0 4px 12px #e677394d}.subscription-btn-subscribe:hover{background:#d66326;transform:translateY(-2px);box-shadow:0 6px 16px #e6773966}.subscription-btn-close{background:transparent;color:#666;border:2px solid #e0e0e0}.subscription-btn-close:hover{background:#f5f5f5;border-color:#d0d0d0}.devocionais-feed-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);position:relative;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.devocionais-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.03;z-index:0;pointer-events:none}.devocionais-feed-content{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1;margin-top:6rem}.feed-title{color:#3e515d;text-align:center;margin-bottom:4rem;font-size:3.5rem;font-weight:800;letter-spacing:-1.5px;position:relative}.feed-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(135deg,#de7132,#ff8a4c);border-radius:2px}.empty-feed{text-align:center;padding:4rem 2rem;color:#3e515d;font-size:1.2rem;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 60px #1f26871a}.devocionais-grid{display:grid;grid-template-columns:1fr;gap:2rem}.devocional-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000014;overflow:hidden;transition:all .3s ease;position:relative;border:1px solid rgba(0,0,0,.05);margin-bottom:4rem}.devocional-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/NG_Asset%204-BKt6fAJI.png);background-position:center;background-repeat:no-repeat;background-size:50%;opacity:.05;z-index:1;pointer-events:none}.devocional-header{display:flex;align-items:center;gap:12px;padding:24px 32px;border-bottom:1px solid #f0f0f0;background:#fff}.company-logo{width:160px;height:55px;object-fit:contain;margin-left:15px;margin-right:15px}.post-info{display:flex;flex-direction:column}.post-info h3{margin:0;font-size:14px;font-weight:500;color:#3e515d}.devocional-post-info .post-date{margin:0;font-size:12px;color:#6c757d}.devocional-title{color:#2d3748;font-size:2.2rem;font-weight:800;line-height:1.4;margin:0;position:relative;letter-spacing:-.5px;padding:2rem 32px}.devocional-content{margin:1rem 0}.devocional-content-text{color:#2d3748!important;font-size:1.05rem;line-height:1.7;font-weight:400;letter-spacing:-.01em;word-spacing:.05em;padding:0 2rem;text-align:justify}.devocional-content-text *{color:#2d3748!important;transition:color .2s ease}.devocional-content-text p{margin:.75rem 0;text-align:left;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto}.devocional-content-text strong{font-weight:700;color:#1a202c!important}.devocional-content-text em{font-style:italic;color:#4a5568!important}.devocional-content-text ul,.devocional-content-text ol{padding-left:1.75rem;margin:.75rem 0}.devocional-content-text li{margin-bottom:.5rem;line-height:1.6}.devocional-content-text a{color:#de7132!important;text-decoration:underline;text-decoration-color:#de71324d;text-underline-offset:3px;transition:all .2s ease}.devocional-content-text a:hover{color:#c45a28!important;text-decoration-color:#de7132b3}.devocional-content-text blockquote{border-left:4px solid #DE7132;padding-left:1rem;margin:1rem 0;font-style:italic;color:#4a5568!important;background-color:#de71320d}.devocional-content-text code{background-color:#f4f4f4;border-radius:4px;padding:.2rem .4rem;font-family:Fira Code,Courier New,monospace;font-size:.9rem;color:#1a202c!important}.devocional-content-text pre{background-color:#f4f4f4;border-radius:8px;padding:1rem;overflow-x:auto;font-family:Fira Code,Courier New,monospace;font-size:.9rem;line-height:1.6;border:1px solid rgba(0,0,0,.05)}.devocional-media-grid{display:flex;flex-direction:column;width:100%}.media-item{width:100%;margin-bottom:2rem}.image-container{width:100%}.media-image{width:100%;height:auto;display:block}.media-video{width:100%;margin-bottom:2rem}.media-video iframe,.media-video video{width:100%;aspect-ratio:16/9;display:block}.media-video .media-preview{width:100%;border-radius:12px;overflow:hidden}.media-video .video-preview{width:100%;aspect-ratio:16/9;background:#000}.media-video .video-preview iframe{width:100%;height:100%;border:none;border-radius:12px}.devocional-links{display:flex;flex-direction:column;gap:1rem;padding:2rem 32px;background:transparent;border-top:1px solid #f0f0f0}.devocional-link{display:flex;align-items:center;gap:1rem;color:#e67739;text-decoration:none;font-size:1.1rem;padding:1.25rem;transition:all .2s ease;background:#f8f9fa;border-radius:12px;border:1px solid #eee}.devocional-link:hover{color:#d66326;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px #0000000d}.empty-feed-icon{font-size:4rem;margin-bottom:1.5rem;color:#e67739}.devocional-interactions{display:flex;align-items:center;gap:20px;padding:24px 32px;background-color:#f8f9fa;border-top:1px solid #e9ecef}.interaction-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e9ecef;color:#6c757d;font-size:1rem;cursor:pointer;padding:10px 20px;border-radius:50px;transition:all .2s ease}.interaction-btn:hover{background-color:#f8f9fa;color:#e67739;border-color:#e67739}.like-btn.liked{color:#e67739;background-color:#fff3ed;border-color:#e67739}.comment-btn:hover{color:#0d6efd}.post-date{color:#6c757d;font-size:.95rem;margin-left:auto}.load-more-container{display:flex;justify-content:center;margin-top:2rem;padding-bottom:2rem}.load-more-button{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:1.2rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 12px 32px #de713233}.load-more-button:hover{transform:translateY(-2px);box-shadow:0 16px 40px #de71324d}.loading{text-align:center;color:#3e515d;font-size:1.2rem;margin-top:2rem;padding:2rem;background:#ffffff40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.3)}@media (max-width: 768px){.devocionais-feed-content{padding:0 1rem;margin-top:7rem}.devocional-content-text{padding:0 1rem}.feed-title{font-size:2.5rem;margin-bottom:3rem}.devocional-header{padding:20px 24px}.devocional-title{font-size:1.8rem;padding:1.5rem 24px}.devocional-content{font-size:1.1rem;padding:1.5rem 24px}.devocional-links{padding:1.5rem 24px}.devocional-interactions{padding:20px 24px}.interaction-btn{padding:8px 16px;font-size:.9rem}.devocional-media-grid{display:flex;flex-direction:column}.media-item{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.devocional-card{animation:fadeInUp .8s ease-out}.devocional-card:nth-child(2n){animation-delay:.1s}.devocional-card:nth-child(odd){animation-delay:.2s}.google-drive-image-container{position:relative;width:100%;overflow:hidden;border-radius:8px;background-color:#f5f5f5;min-height:200px}.google-drive-iframe{width:100%;height:300px;border:none;border-radius:8px;background-color:#fff}.devocional-links{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.devocional-link{display:flex;align-items:center;gap:.75rem;color:#e67739;text-decoration:none;font-size:1rem;padding:.5rem 0;transition:all .2s ease}.devocional-link:hover{color:#d66326;text-decoration:underline}.devocional-link .link-icon{font-size:.875rem}.devocional-link .link-text{color:#333}.empty-feed-icon{font-size:3rem;margin-bottom:1rem;color:#e67739}.empty-feed-subtitle{font-size:.9rem;opacity:.7;margin-top:1rem}.loading-icon,.load-more-icon{margin-right:.5rem}.interaction-btn .fa-heart.liked{color:#e67739}.devocional-media-grid{gap:1rem;margin:1rem 0;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}iframe,.video-player{width:100%!important;height:auto!important;aspect-ratio:16/9;border:none;display:block;margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:16px;width:90%;max-width:500px;box-shadow:0 4px 6px #0000001a}.modal-content h3{color:#2d3748;margin-bottom:1rem;font-size:1.5rem}.modal-content textarea{width:100%;min-height:120px;padding:1rem;border:1px solid #E2E8F0;border-radius:8px;margin-bottom:1rem;font-size:1rem;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.modal-actions button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.modal-actions button:first-child{background:#edf2f7;color:#4a5568;border:none}.modal-actions button:last-child{background:#e67739;color:#fff;border:none}.modal-actions button:hover{transform:translateY(-2px)}.interaction-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;background:none;color:#718096;cursor:pointer;transition:all .2s ease;font-size:1rem}.interaction-btn:hover,.like-btn.liked,.save-btn.saved{color:#e67739}.note-btn:hover{color:#4299e1}.devocional-comments{padding:1rem;border-top:1px solid #E2E8F0;margin-top:1rem}.devocional-comments h4{color:#2d3748;margin-bottom:1rem;font-size:1.2rem}.comment{padding:1rem;background:#f7fafc;border-radius:8px;margin-bottom:1rem}.comment strong{color:#2d3748;display:block;margin-bottom:.5rem}.comment p{color:#4a5568;margin-bottom:.5rem}.comment-date{font-size:.875rem;color:#718096;display:block}@media (max-width: 768px){.modal-content{width:95%;padding:1.5rem}.interaction-btn{padding:.5rem}}.promo-section,.promo-section-mid,.promo-section-footer{margin:4rem 0;position:relative}.promo-section-mid{margin:6rem 0}.promo-carousel{background:linear-gradient(135deg,#3e515d,#2c3e4a);border-radius:24px;padding:2rem;margin-bottom:3rem;box-shadow:0 20px 60px #3e515d4d;position:relative;overflow:hidden}.promo-carousel:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/Asset%2016-CM05k48x.png) center/cover;opacity:.05;pointer-events:none}.promo-carousel-header{text-align:center;margin-bottom:2rem;position:relative;z-index:2}.promo-carousel-header h3{color:#f4f2ea;font-size:2rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.promo-carousel-header h3 svg{color:#de7132;font-size:1.8rem}.promo-carousel-header p{color:#b8c5d1;font-size:1.1rem;margin:0;font-weight:400}.promo-carousel-container{position:relative;overflow:hidden;border-radius:16px;background:#f4f2ea1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.promo-carousel-container:before,.promo-carousel-container:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:3;pointer-events:none}.promo-carousel-container:before{left:0;background:linear-gradient(to right,rgba(62,81,93,.9) 0%,transparent 100%)}.promo-carousel-container:after{right:0;background:linear-gradient(to left,rgba(62,81,93,.9) 0%,transparent 100%)}.promo-carousel-track{display:flex;animation:promoScroll 60s linear infinite;width:fit-content}@keyframes promoScroll{0%{transform:translate(0)}to{transform:translate(-2800px)}}.promo-carousel-item{width:280px;margin-right:1.5rem;cursor:pointer;position:relative;flex-shrink:0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1)}.promo-carousel-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px #0003}.promo-item-image{position:relative;width:100%;height:180px;overflow:hidden}.promo-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.promo-carousel-item:hover .promo-item-image img{transform:scale(1.1)}.promo-item-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#de7132cc,#3e515dcc);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;flex-direction:column;gap:1rem}.promo-carousel-item:hover .promo-item-overlay{opacity:1}.promo-play-button{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.promo-carousel-item:hover .promo-play-button{transform:scale(1.1);background:#ffffff4d}.promo-hover-content{text-align:center;color:#fff}.promo-hover-content p{margin:0 0 .5rem;font-weight:600;font-size:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.promo-hover-content svg{color:gold;font-size:1.2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.promo-item-info{padding:1.5rem;background:#fff}.promo-item-info h4{margin:0 0 .5rem;color:#2d3748;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.promo-item-author{margin:0;color:#6b7280;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.promo-item-author:before{content:"👨‍🏫";font-size:.8rem}@media (max-width: 768px){.promo-carousel{padding:1.5rem 1rem;margin:2rem -1rem;border-radius:0}.promo-carousel-header h3{font-size:1.5rem}.promo-carousel-header p{font-size:.95rem}.promo-carousel-item{width:240px;margin-right:1rem}.promo-item-image{height:140px}.promo-item-info{padding:1rem}.promo-item-info h4{font-size:1rem}.promo-carousel-container:before,.promo-carousel-container:after{width:50px}@keyframes promoScroll{0%{transform:translate(0)}to{transform:translate(-2500px)}}}.promo-carousel-track{will-change:transform;backface-visibility:hidden;perspective:1000px}.promo-carousel-item{will-change:transform;backface-visibility:hidden}.sidebar-promo{position:fixed;top:50%;transform:translateY(-50%);width:280px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:1.5rem;box-shadow:0 10px 40px #0000001a;border:1px solid rgba(255,255,255,.3);z-index:100;transition:all .3s ease}.sidebar-promo.left{left:5rem}.sidebar-promo.right{right:5rem}.sidebar-promo:hover{transform:translateY(-50%) translate(0) scale(1.02);box-shadow:0 15px 50px #00000026}.sidebar-promo-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(62,81,93,.1)}.sidebar-promo-icon{width:50px;height:50px;background:linear-gradient(135deg,#de7132,#ff8a4c);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:#fff;font-size:1.2rem;box-shadow:0 4px 15px #de71324d}.sidebar-promo-header h4{margin:0 0 .25rem;color:#3e515d;font-size:1.1rem;font-weight:600}.sidebar-promo-header p{margin:0;color:#de7132;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.sidebar-promo-list{margin-bottom:1.5rem}.sidebar-promo-carousel{height:400px;overflow:hidden;margin-bottom:1.5rem;border-radius:12px;position:relative}.sidebar-promo-carousel:before,.sidebar-promo-carousel:after{content:"";position:absolute;left:0;right:0;height:30px;z-index:10;pointer-events:none}.sidebar-promo-carousel:before{top:0;background:linear-gradient(to bottom,rgba(255,255,255,.9) 0%,transparent 100%)}.sidebar-promo-carousel:after{bottom:0;background:linear-gradient(to top,rgba(255,255,255,.9) 0%,transparent 100%)}.sidebar-promo-track{display:flex;flex-direction:column;animation:sidebarScroll 60s linear infinite;gap:.5rem;will-change:transform;backface-visibility:hidden;perspective:1000px}@keyframes sidebarScroll{0%{transform:translateY(0)}to{transform:translateY(-800px)}}.sidebar-promo-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#f8f9fa80;border:1px solid rgba(62,81,93,.05);min-height:70px;flex-shrink:0;will-change:transform,box-shadow;backface-visibility:hidden}.sidebar-promo-item:hover{background:#3e515d14;transform:translate(5px);box-shadow:0 4px 15px #0000001a}.sidebar-promo-image{position:relative;width:45px;height:45px;border-radius:8px;overflow:hidden;flex-shrink:0}.sidebar-promo-image img{width:100%;height:100%;object-fit:cover}.sidebar-promo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;opacity:0;transition:opacity .2s ease}.sidebar-promo-item:hover .sidebar-promo-overlay{opacity:1}.sidebar-promo-info{flex:1;min-width:0}.sidebar-promo-info h5{margin:0 0 .25rem;color:#2d3748;font-size:.85rem;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-promo-info span{color:#6b7280;font-size:.75rem;font-weight:400}.sidebar-promo-cta{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #de71324d}.sidebar-promo-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #de713266}.sidebar-promo-cta svg{color:gold}@media (max-width: 1400px){.sidebar-promo{width:250px}.sidebar-promo.left{left:1rem}.sidebar-promo.right{right:1rem}.sidebar-promo-carousel{height:350px}@keyframes sidebarScroll{0%{transform:translateY(0)}to{transform:translateY(-750px)}}}@media (max-width: 1200px){.sidebar-promo{display:none}}@media (min-width: 1200px){.devocionais-feed-content{max-width:800px}}.promo-section,.promo-section-mid,.promo-section-footer,.promo-carousel,.promo-carousel-header,.promo-carousel-container,.promo-carousel-track,.promo-carousel-item,.promo-item-image,.promo-item-overlay,.promo-play-button,.promo-hover-content,.promo-item-info,.promo-item-author{display:none!important}.mobile-promo-carousel{display:none;background:linear-gradient(135deg,#3e515d,#2c3e4a);border-radius:20px;padding:1.5rem;margin:2rem 0 3rem;box-shadow:0 10px 30px #3e515d4d;position:relative;overflow:hidden}.mobile-promo-carousel:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/Asset%2016-CM05k48x.png) center/cover;opacity:.05;pointer-events:none}.mobile-promo-header{text-align:center;margin-bottom:1.5rem;position:relative;z-index:2}.mobile-promo-header h3{color:#f4f2ea;font-size:1.4rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.mobile-promo-header h3 svg{color:#de7132;font-size:1.2rem}.mobile-promo-header p{color:#b8c5d1;font-size:.9rem;margin:0;font-weight:400}.mobile-promo-container{position:relative;overflow:hidden;border-radius:12px;background:#f4f2ea1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:1.5rem}.mobile-promo-container:before,.mobile-promo-container:after{content:"";position:absolute;top:0;width:40px;height:100%;z-index:3;pointer-events:none}.mobile-promo-container:before{left:0;background:linear-gradient(to right,rgba(62,81,93,.8) 0%,transparent 100%)}.mobile-promo-container:after{right:0;background:linear-gradient(to left,rgba(62,81,93,.8) 0%,transparent 100%)}.mobile-promo-track{display:flex;animation:mobilePromoScroll 45s linear infinite;gap:1rem;width:fit-content}@keyframes mobilePromoScroll{0%{transform:translate(0)}to{transform:translate(-2000px)}}.mobile-promo-item{width:200px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;cursor:pointer;flex-shrink:0}.mobile-promo-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0003}.mobile-promo-image{position:relative;width:100%;height:120px;overflow:hidden}.mobile-promo-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mobile-promo-item:hover .mobile-promo-image img{transform:scale(1.05)}.mobile-promo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#de7132cc,#3e515dcc);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:all .3s ease;color:#fff;font-size:1.2rem}.mobile-promo-item:hover .mobile-promo-overlay{opacity:1}.mobile-promo-type{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:#fff3;padding:.25rem .5rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-promo-info{padding:1rem}.mobile-promo-info h4{margin:0 0 .5rem;color:#2d3748;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-promo-info span{color:#6b7280;font-size:.8rem;font-weight:400}.mobile-promo-cta{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #de71324d;margin:0 auto;width:fit-content;position:relative;z-index:2}.mobile-promo-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #de713266}.mobile-promo-cta svg{color:gold}.mobile-promo-track{will-change:transform;backface-visibility:hidden;perspective:1000px}.mobile-promo-item{will-change:transform,box-shadow;backface-visibility:hidden}@media (max-width: 1200px){.sidebar-promo{display:none}.mobile-promo-carousel{display:block}}@media (max-width: 768px){.mobile-promo-carousel{margin:1.5rem -1rem 2rem;border-radius:0;padding:1.5rem 1rem}.mobile-promo-header h3{font-size:1.2rem}.mobile-promo-item{width:160px}.mobile-promo-image{height:100px}.mobile-promo-container:before,.mobile-promo-container:after{width:30px}@keyframes mobilePromoScroll{0%{transform:translate(0)}to{transform:translate(-1700px)}}}.cursos-feed-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);position:relative;overflow-x:hidden}.cursos-feed-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.03;z-index:0;pointer-events:none}.cursos-feed-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#3e515d}.cursos-feed-loading-spinner{width:48px;height:48px;border:4px solid #E8E6DF;border-top:4px solid #DE7132;border-radius:50%;animation:cursos-feed-spin 1s linear infinite;margin-bottom:1rem}@keyframes cursos-feed-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cursos-feed-loading p{font-size:1.1rem;font-weight:500;margin:0}.cursos-feed-subscription-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:cursos-feed-fade-in .3s ease-out}.cursos-feed-subscription-modal{background:#fff;border-radius:24px;padding:3rem;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px #0003;animation:cursos-feed-modal-slide-up .4s ease-out}.cursos-feed-subscription-icon{font-size:4rem;margin-bottom:1.5rem}.cursos-feed-subscription-modal h2{color:#3e515d;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.cursos-feed-subscription-modal p{color:#666;margin-bottom:2rem;line-height:1.6;font-size:1.1rem}.cursos-feed-subscription-benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:left}.cursos-feed-benefit{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8f9fa;border-radius:12px}.cursos-feed-benefit-icon{font-size:1.2rem}.cursos-feed-subscription-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cursos-feed-btn-subscribe{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 16px #de71324d}.cursos-feed-btn-subscribe:hover{transform:translateY(-2px);box-shadow:0 8px 24px #de713266}.cursos-feed-btn-close{background:#f4f2ea;color:#666;border:2px solid #E8E6DF;padding:1rem 2rem;border-radius:999px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.cursos-feed-btn-close:hover{background:#e8e6df;color:#3e515d}.cursos-feed-content{max-width:1400px;margin:0 auto;padding:2rem;position:relative;z-index:1;margin-top:6rem}.cursos-feed-header{background:#fff;border-radius:24px;padding:3rem;margin-bottom:3rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.cursos-feed-hero{flex:1;min-width:300px}.cursos-feed-title{color:#3e515d;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem;display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#3e515d,#2c3a43);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cursos-feed-title-icon{font-size:3rem}.cursos-feed-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0}.cursos-feed-stats{display:flex;gap:2rem;flex-wrap:wrap}.cursos-feed-stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:linear-gradient(135deg,#de7132,#ff8a4c);border-radius:20px;color:#fff;box-shadow:0 4px 16px #de71324d;min-width:120px}.cursos-feed-stat-number{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.cursos-feed-stat-label{font-size:.9rem;font-weight:500;opacity:.9}.cursos-feed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;margin-bottom:3rem}.cursos-feed-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);transition:all .3s ease;cursor:pointer;position:relative}.cursos-feed-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.cursos-feed-card-image{position:relative;width:100%;border-radius:16px 16px 0 0;overflow:hidden;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.cursos-feed-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cursos-feed-card:hover .cursos-feed-card-image img{transform:scale(1.05)}.cursos-feed-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.cursos-feed-card:hover .cursos-feed-card-overlay{opacity:1}.cursos-feed-play-button{width:60px;height:60px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#de7132;transform:scale(.8);transition:transform .3s ease}.cursos-feed-card:hover .cursos-feed-play-button{transform:scale(1)}.cursos-feed-card-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #de71324d}.cursos-feed-badge-icon{font-size:1rem}.cursos-feed-card-content{padding:2rem}.cursos-feed-card-header{margin-bottom:1rem}.cursos-feed-card-title{color:#3e515d;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.cursos-feed-card-author{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;font-weight:500}.cursos-feed-author-icon{font-size:1rem}.cursos-feed-card-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cursos-feed-card-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.cursos-feed-card-stat{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;font-weight:500}.cursos-feed-stat-icon{font-size:1rem}.cursos-feed-progress{margin-bottom:1.5rem}.cursos-feed-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cursos-feed-progress-label{color:#666;font-size:.9rem;font-weight:500}.cursos-feed-progress-percentage{color:#de7132;font-size:.9rem;font-weight:600}.cursos-feed-progress-bar{width:100%;height:6px;background:#e8e6df;border-radius:3px;overflow:hidden}.cursos-feed-progress-fill{height:100%;background:linear-gradient(135deg,#de7132,#ff8a4c);border-radius:3px;transition:width .3s ease}.cursos-feed-card-action{margin-top:1.5rem}.cursos-feed-btn-view{width:100%;background:#f4f2ea;color:#3e515d;border:2px solid #E8E6DF;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.cursos-feed-btn-view:hover{background:#de7132;color:#fff;border-color:#de7132;transform:translateY(-1px)}.cursos-feed-btn-arrow{font-size:1.2rem;transition:transform .3s ease}.cursos-feed-btn-view:hover .cursos-feed-btn-arrow{transform:translate(4px)}.cursos-feed-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:24px;box-shadow:0 8px 32px #00000014}.cursos-feed-empty-icon{font-size:4rem;margin-bottom:1.5rem}.cursos-feed-empty h3{color:#3e515d;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.cursos-feed-empty p{color:#666;font-size:1rem;margin:0}.curso-detalhes-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);position:relative;overflow-x:hidden}.curso-detalhes-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.03;z-index:0;pointer-events:none}.curso-detalhes-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#3e515d}.curso-detalhes-loading-spinner{width:48px;height:48px;border:4px solid #E8E6DF;border-top:4px solid #DE7132;border-radius:50%;animation:curso-detalhes-spin 1s linear infinite;margin-bottom:1rem}@keyframes curso-detalhes-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.curso-detalhes-loading p{font-size:1.1rem;font-weight:500;margin:0}.curso-detalhes-subscription-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:curso-detalhes-fade-in .3s ease-out}.curso-detalhes-subscription-modal{background:#fff;border-radius:24px;padding:3rem;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px #0003;animation:curso-detalhes-modal-slide-up .4s ease-out}.curso-detalhes-subscription-icon{font-size:4rem;margin-bottom:1.5rem}.curso-detalhes-subscription-modal h2{color:#3e515d;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.curso-detalhes-subscription-modal p{color:#666;margin-bottom:2rem;line-height:1.6;font-size:1.1rem}.curso-detalhes-subscription-benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:left}.curso-detalhes-benefit{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8f9fa;border-radius:12px}.curso-detalhes-benefit-icon{font-size:1.2rem}.curso-detalhes-subscription-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.curso-detalhes-btn-subscribe{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 16px #de71324d}.curso-detalhes-btn-subscribe:hover{transform:translateY(-2px);box-shadow:0 8px 24px #de713266}.curso-detalhes-btn-close{background:#f4f2ea;color:#666;border:2px solid #E8E6DF;padding:1rem 2rem;border-radius:999px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.curso-detalhes-btn-close:hover{background:#e8e6df;color:#3e515d}.curso-detalhes-content{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1;margin-top:6rem}.curso-detalhes-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem}.curso-detalhes-breadcrumb-link{background:none;border:none;color:#de7132;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:all .2s ease;padding:.5rem .75rem;border-radius:8px}.curso-detalhes-breadcrumb-link:hover{background:#de71321a;transform:translate(-2px)}.curso-detalhes-breadcrumb-separator{color:#999;font-weight:300}.curso-detalhes-breadcrumb-current{color:#666;font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.curso-detalhes-header{background:#fff;border-radius:24px;padding:0;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);overflow:hidden}.curso-detalhes-hero{display:grid;grid-template-columns:1fr 1.5fr;gap:0;min-height:400px}.curso-detalhes-hero-image{position:relative;overflow:hidden}.curso-detalhes-hero-image img{width:100%;height:100%;object-fit:cover}.curso-detalhes-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.curso-detalhes-hero:hover .curso-detalhes-hero-overlay{opacity:1}.curso-detalhes-play-button{width:80px;height:80px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#de7132;transform:scale(.8);transition:transform .3s ease}.curso-detalhes-hero:hover .curso-detalhes-play-button{transform:scale(1)}.curso-detalhes-hero-content{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.curso-detalhes-badges{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.curso-detalhes-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #de71324d}.curso-detalhes-badge-status{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2ed573,#55d68a);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #2ed5734d}.curso-detalhes-badge-icon{font-size:1.1rem}.curso-detalhes-title{color:#3e515d;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#3e515d,#2c3a43);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.curso-detalhes-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.curso-detalhes-meta-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.95rem;font-weight:500}.curso-detalhes-meta-icon{font-size:1.1rem}.curso-detalhes-description{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.curso-detalhes-progress{background:#f8f9fa;border-radius:16px;padding:1.5rem;border:1px solid #E8E6DF}.curso-detalhes-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.curso-detalhes-progress-label{color:#3e515d;font-size:1rem;font-weight:600}.curso-detalhes-progress-percentage{color:#de7132;font-size:1.2rem;font-weight:700}.curso-detalhes-progress-bar{width:100%;height:8px;background:#e8e6df;border-radius:4px;overflow:hidden}.curso-detalhes-progress-fill{height:100%;background:linear-gradient(135deg,#de7132,#ff8a4c);border-radius:4px;transition:width .5s ease}.curso-detalhes-lessons-section{background:#fff;border-radius:24px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.curso-detalhes-lessons-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.curso-detalhes-lessons-header h2{color:#3e515d;font-size:1.8rem;font-weight:700;display:flex;align-items:center;gap:.75rem;margin:0}.curso-detalhes-lessons-icon{font-size:1.5rem}.curso-detalhes-lessons-stats{color:#666;font-size:1rem;font-weight:500;background:#f8f9fa;padding:.75rem 1.5rem;border-radius:999px;border:1px solid #E8E6DF}.curso-detalhes-lessons-grid{display:flex;flex-direction:column;gap:1rem}.curso-detalhes-lesson-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:16px;border:2px solid transparent;transition:all .3s ease;cursor:pointer}.curso-detalhes-lesson-card.available{border-color:#e8e6df}.curso-detalhes-lesson-card.available:hover{background:#fff;border-color:#de7132;transform:translate(8px);box-shadow:0 4px 16px #de71321a}.curso-detalhes-lesson-card.locked{background:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed;opacity:.7}.curso-detalhes-lesson-number{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;position:relative;flex-shrink:0}.curso-detalhes-lesson-card.available .curso-detalhes-lesson-number{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff}.curso-detalhes-lesson-card.locked .curso-detalhes-lesson-number{background:#e0e0e0;color:#999}.curso-detalhes-lesson-play,.curso-detalhes-lesson-lock{font-size:1.2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.curso-detalhes-lesson-index{font-size:.8rem;font-weight:600;position:absolute;bottom:-5px;right:-5px;background:#fff;color:#666;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #E8E6DF}.curso-detalhes-lesson-content{flex:1}.curso-detalhes-lesson-title{color:#3e515d;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.curso-detalhes-lesson-card.locked .curso-detalhes-lesson-title{color:#999}.curso-detalhes-lesson-availability{display:flex;align-items:center;gap:.5rem;color:#856404;font-size:.9rem;font-weight:500;background:#ffc1071a;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,193,7,.3)}.curso-detalhes-availability-icon{font-size:1rem}.curso-detalhes-lesson-status{flex-shrink:0}.curso-detalhes-status-available{display:flex;align-items:center;gap:.5rem;color:#de7132;font-weight:600;font-size:1rem}.curso-detalhes-status-arrow{font-size:1.2rem;transition:transform .3s ease}.curso-detalhes-lesson-card.available:hover .curso-detalhes-status-arrow{transform:translate(4px)}.curso-detalhes-status-locked{color:#999;font-weight:500;font-size:.9rem}.curso-detalhes-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.curso-detalhes-btn-back{background:#3e515d;color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 16px #3e515d33}.curso-detalhes-btn-back:hover{background:#2c3a43;transform:translateY(-2px);box-shadow:0 8px 24px #3e515d4d}.curso-detalhes-btn-start{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 16px #de71324d}.curso-detalhes-btn-start:hover{transform:translateY(-2px);box-shadow:0 8px 24px #de713266}@keyframes cursos-feed-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cursos-feed-modal-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes curso-detalhes-fade-in{0%{opacity:0}to{opacity:1}}@keyframes curso-detalhes-modal-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.cursos-feed-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.curso-detalhes-hero{grid-template-columns:1fr}.curso-detalhes-hero-image{height:300px}}@media (max-width: 768px){.cursos-feed-content,.curso-detalhes-content{padding:1rem;margin-top:5rem}.cursos-feed-header{flex-direction:column;text-align:center;padding:2rem}.cursos-feed-title{font-size:2.5rem}.curso-detalhes-title{font-size:2rem}.cursos-feed-stats{justify-content:center}.cursos-feed-grid{grid-template-columns:1fr}.curso-detalhes-hero-content{padding:2rem}.curso-detalhes-lessons-section{padding:1.5rem}.curso-detalhes-lessons-header{flex-direction:column;align-items:flex-start}.curso-detalhes-lesson-card{flex-direction:column;text-align:center;gap:1rem}.curso-detalhes-actions{flex-direction:column;align-items:stretch;padding:1.5rem}.curso-detalhes-btn-back,.curso-detalhes-btn-start{width:100%;justify-content:center}}@media (max-width: 480px){.cursos-feed-title{font-size:2rem;flex-direction:column;gap:.5rem}.curso-detalhes-title{font-size:1.75rem}.cursos-feed-subscription-modal,.curso-detalhes-subscription-modal{padding:2rem}.cursos-feed-subscription-actions,.curso-detalhes-subscription-actions{flex-direction:column}.curso-detalhes-meta{flex-direction:column;gap:1rem}.curso-detalhes-breadcrumb-current{max-width:200px}}.curso-detalhes-playlist-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);position:relative;overflow-x:hidden}.curso-detalhes-playlist-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.1;z-index:0}.curso-detalhes-playlist-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;color:#fff;z-index:2;position:relative}.curso-detalhes-playlist-loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.curso-detalhes-playlist-subscription-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.curso-detalhes-playlist-subscription-modal{background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:20px;padding:3rem;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out}.curso-detalhes-playlist-subscription-icon{font-size:4rem;margin-bottom:1.5rem}.curso-detalhes-playlist-subscription-benefits{margin:2rem 0;text-align:left}.curso-detalhes-playlist-benefit{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem;background:#667eea1a;border-radius:10px}.curso-detalhes-playlist-benefit-icon{font-size:1.2rem}.curso-detalhes-playlist-subscription-actions{display:flex;gap:1rem;margin-top:2rem}.curso-detalhes-playlist-btn-subscribe{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.curso-detalhes-playlist-btn-subscribe:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.curso-detalhes-playlist-btn-close{flex:1;background:transparent;color:#666;border:2px solid #ddd;padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.curso-detalhes-playlist-btn-close:hover{background:#f8f9fa;border-color:#bbb}.curso-detalhes-playlist-content{position:relative;z-index:2;padding:2rem;margin-top:6rem;max-width:1400px;margin-left:auto;margin-right:auto}.curso-detalhes-playlist-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem}.curso-detalhes-playlist-breadcrumb-link{background:none;border:none;color:#fffc;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.curso-detalhes-playlist-breadcrumb-link:hover{color:#fff}.curso-detalhes-playlist-breadcrumb-separator{color:#fff9}.curso-detalhes-playlist-breadcrumb-current{color:#fff;font-weight:500}.curso-detalhes-playlist-main{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.curso-detalhes-playlist-player-section{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.curso-detalhes-playlist-video-container{position:relative;aspect-ratio:16/9;background:#f8f9fa;border-radius:20px 20px 0 0;overflow:hidden}.curso-detalhes-playlist-video-player{width:100%;height:100%;object-fit:cover}.curso-detalhes-playlist-locked-video{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;text-align:center}.curso-detalhes-playlist-locked-icon{font-size:4rem;margin-bottom:1rem;opacity:.8}.curso-detalhes-playlist-no-lesson{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#666;text-align:center}.curso-detalhes-playlist-no-lesson-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.curso-detalhes-playlist-lesson-info{padding:2rem}.curso-detalhes-playlist-lesson-header{margin-bottom:1.5rem}.curso-detalhes-playlist-lesson-title{font-size:1.8rem;font-weight:700;color:#2d3748;margin-bottom:.5rem;line-height:1.3}.curso-detalhes-playlist-lesson-meta{display:flex;align-items:center;gap:1rem;color:#666;font-size:.9rem}.curso-detalhes-playlist-lesson-number{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;padding:.25rem .75rem;border-radius:20px;font-weight:600;font-size:.8rem}.curso-detalhes-playlist-lesson-duration{background:#667eea1a;color:#667eea;padding:.25rem .75rem;border-radius:20px;font-weight:500;font-size:.8rem}.curso-detalhes-playlist-lesson-description{margin-bottom:2rem;color:#4a5568;line-height:1.6}.curso-detalhes-playlist-course-info{border-top:1px solid #e2e8f0;padding-top:2rem}.curso-detalhes-playlist-course-header{margin-bottom:1.5rem}.curso-detalhes-playlist-course-header h2{font-size:1.3rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.curso-detalhes-playlist-course-author{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.curso-detalhes-playlist-author-icon{font-size:1rem}.curso-detalhes-playlist-course-stats{display:flex;gap:2rem;margin-bottom:1rem}.curso-detalhes-playlist-stat{text-align:center}.curso-detalhes-playlist-stat-number{display:block;font-size:1.5rem;font-weight:700;color:#667eea}.curso-detalhes-playlist-stat-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.curso-detalhes-playlist-progress{margin-top:1rem}.curso-detalhes-playlist-progress-bar{height:8px;background:#e2e8f0;border-radius:10px;overflow:hidden}.curso-detalhes-playlist-progress-fill{height:100%;background:linear-gradient(135deg,#de7132,#ff8a4c);border-radius:10px;transition:width .3s ease}.curso-detalhes-playlist-sidebar{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 20px 60px #0000001a;height:fit-content;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.curso-detalhes-playlist-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#667eea0d}.curso-detalhes-playlist-header h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.curso-detalhes-playlist-header-icon{font-size:1rem}.curso-detalhes-playlist-header-stats{font-size:.8rem;color:#666}.curso-detalhes-playlist-list{flex:1;overflow-y:auto;padding:.5rem}.curso-detalhes-playlist-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-bottom:.5rem;position:relative}.curso-detalhes-playlist-item:hover{background:#667eea0d;transform:translate(4px)}.curso-detalhes-playlist-item.selected{background:linear-gradient(135deg,#de71321a,#ff8a4c1a);border:2px solid rgba(222,113,50,.3)}.curso-detalhes-playlist-item.locked{opacity:.6;cursor:not-allowed}.curso-detalhes-playlist-item.locked:hover{transform:none;background:#00000005}.curso-detalhes-playlist-item-thumbnail{position:relative;width:80px;height:40px;border-radius:8px;overflow:hidden}.curso-detalhes-playlist-item-thumbnail-image{width:100%;height:100%;object-fit:cover}.curso-detalhes-playlist-item-thumbnail .media-preview{width:100%;height:100%}.curso-detalhes-playlist-item-thumbnail .media-preview img{width:100%;height:100%;object-fit:cover}.curso-detalhes-playlist-item-placeholder{width:100%;height:100%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#666}.curso-detalhes-playlist-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.curso-detalhes-playlist-item-playing{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#00000080;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.curso-detalhes-playlist-item-content{flex:1;min-width:0}.curso-detalhes-playlist-item-title{font-size:.9rem;font-weight:600;color:#2d3748;margin-bottom:.25rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.curso-detalhes-playlist-item-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.curso-detalhes-playlist-item-duration{color:#666}.curso-detalhes-playlist-item-status.available{background:#22c55e1a;color:#16a34a;padding:2px 6px;border-radius:10px;font-weight:500}.curso-detalhes-playlist-item-status.locked{background:#ef44441a;color:#dc2626;padding:2px 6px;border-radius:10px;font-weight:500}.curso-detalhes-playlist-item-date{color:#f59e0b;font-weight:500}.curso-detalhes-playlist-item-actions{flex-shrink:0}.curso-detalhes-playlist-item-play{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:.8rem}.curso-detalhes-playlist-item-play:hover{transform:scale(1.1);box-shadow:0 4px 15px #de713266}.curso-detalhes-playlist-item-lock{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ef44441a;color:#dc2626;font-size:.8rem}@keyframes pulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.curso-detalhes-playlist-main{grid-template-columns:1fr 350px}}@media (max-width: 968px){.curso-detalhes-playlist-main{grid-template-columns:1fr;gap:1.5rem}.curso-detalhes-playlist-sidebar{order:-1;max-height:300px}.curso-detalhes-playlist-content{padding:1rem}}@media (max-width: 768px){.curso-detalhes-playlist-item{padding:.75rem}.curso-detalhes-playlist-item-thumbnail{width:60px;height:34px}.curso-detalhes-playlist-lesson-title{font-size:1.5rem}.curso-detalhes-playlist-course-stats{gap:1rem}}@media (max-width: 480px){.curso-detalhes-playlist-subscription-modal{padding:2rem;margin:1rem}.curso-detalhes-playlist-subscription-actions{flex-direction:column}.curso-detalhes-playlist-lesson-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.cursos-feed-lock-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:15;border-radius:16px 16px 0 0}.cursos-feed-lock-overlay svg{font-size:3rem;color:#fff;opacity:.9;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));animation:course-lock-pulse 2s infinite;margin-bottom:.5rem}.cursos-feed-unavailable-message{background:#de7132e6;color:#fff;padding:.5rem 1rem;border-radius:12px;font-size:.9rem;font-weight:600;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 12px #0000004d}.cursos-feed-card.unavailable{opacity:.7;position:relative}.cursos-feed-card.unavailable .cursos-feed-card-image{filter:grayscale(.3)}.cursos-feed-card.unavailable:hover{transform:none;box-shadow:0 8px 32px #00000014}.cursos-feed-btn-view.disabled{background:#e8e6df;color:#999;cursor:not-allowed;opacity:.7}.cursos-feed-btn-view.disabled:hover{transform:none;box-shadow:none;background:#e8e6df}@keyframes course-lock-pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.1);opacity:1}}.cursos-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);position:relative;overflow-x:hidden;scroll-behavior:smooth;display:flex;flex-direction:column}html{scroll-behavior:smooth}body{overflow-y:auto;-webkit-overflow-scrolling:touch}.aulas-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.03;z-index:0;pointer-events:none}.aula-detalhes-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#3e515d}.aula-detalhes-loading-spinner{width:48px;height:48px;border:4px solid #E8E6DF;border-top:4px solid #DE7132;border-radius:50%;animation:aula-detalhes-spin 1s linear infinite;margin-bottom:1rem}@keyframes aula-detalhes-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.aula-detalhes-loading p{font-size:1.1rem;font-weight:500;margin:0}.aula-detalhes-subscription-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:aula-detalhes-fade-in .3s ease-out}@keyframes aula-detalhes-fade-in{0%{opacity:0}to{opacity:1}}.aula-detalhes-subscription-modal{background:#fff;border-radius:24px;padding:3rem;max-width:520px;width:90%;text-align:center;box-shadow:0 20px 60px #0003;position:relative;animation:aula-detalhes-slide-up .4s ease-out}@keyframes aula-detalhes-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.aula-detalhes-subscription-icon{font-size:4rem;margin-bottom:1.5rem;display:block;animation:aula-detalhes-pulse 2s infinite}@keyframes aula-detalhes-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.aula-detalhes-subscription-modal h2{color:#3e515d;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.aula-detalhes-subscription-modal p{color:#666;margin-bottom:2rem;line-height:1.7;font-size:1.1rem}.aula-detalhes-subscription-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.aulas-content{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1;margin-top:6rem;overflow-y:auto;flex:1;max-height:calc(100vh - 6rem);background:#f4f2eab3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f268726;scrollbar-width:thin;scrollbar-color:#DE7132 rgba(244,242,234,.3);will-change:transform;-webkit-overflow-scrolling:touch}.aulas-content::-webkit-scrollbar{width:8px}.aulas-content::-webkit-scrollbar-track{background:#f4f2ea4d;border-radius:10px}.aulas-content::-webkit-scrollbar-thumb{background-color:#de7132;border-radius:10px;border:2px solid rgba(244,242,234,.3)}.aulas-header{text-align:center;margin-bottom:3rem;position:sticky;top:0;background:#f4f2eae6;padding:1.5rem 0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px 20px 0 0}.aulas-header h1{color:#3e515d;font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#3e515d,#2c3a43);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lessons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;scroll-margin-top:100px;padding-bottom:2rem}.lesson-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%;opacity:0;transform:translateY(20px);animation:card-fade-in .5s ease forwards;will-change:transform,opacity}@keyframes card-fade-in{to{opacity:1;transform:translateY(0)}}.lesson-card:nth-child(1){animation-delay:.05s}.lesson-card:nth-child(2){animation-delay:.1s}.lesson-card:nth-child(3){animation-delay:.15s}.lesson-card:nth-child(4){animation-delay:.2s}.lesson-card:nth-child(5){animation-delay:.25s}.lesson-card:nth-child(6){animation-delay:.3s}.lesson-card:nth-child(7){animation-delay:.35s}.lesson-card:nth-child(8){animation-delay:.4s}.lesson-card:nth-child(9){animation-delay:.45s}.lesson-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.lesson-thumbnail{position:relative;width:100%;height:200px;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000001a;margin-bottom:1rem;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.lesson-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease;opacity:0;animation:img-fade-in .3s ease forwards}@keyframes img-fade-in{to{opacity:1}}.lesson-card:hover .lesson-thumbnail img{transform:scale(1.05)}.lesson-lock-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:16px}.lesson-lock-overlay svg{font-size:2.5rem;color:#fff;opacity:.9;text-shadow:0 2px 8px rgba(0,0,0,.3);animation:lock-pulse 2s infinite}@keyframes lock-pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.1);opacity:1}}.lesson-info{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.lesson-info h3{color:#3e515d;font-size:1.3rem;font-weight:700;margin-bottom:.5rem;line-height:1.3;cursor:pointer}.lesson-info h3:hover{color:#de7132}.lesson-author{color:#de7132;font-size:.9rem;font-weight:600;margin-bottom:1rem}.lesson-description-container{display:flex;flex-direction:column;flex-grow:1}.lesson-description{color:#666;font-size:.95rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease}.lesson-description.expanded{-webkit-line-clamp:unset;max-height:none}.lesson-description-toggle{background:none;border:none;color:#de7132;font-size:.9rem;font-weight:600;padding:.5rem 0;margin-top:.5rem;cursor:pointer;align-self:flex-start;transition:all .2s ease;text-decoration:underline}.lesson-description-toggle:hover{color:#ff8a4c;transform:translate(3px)}.lessons-loader{display:flex;justify-content:center;align-items:center;padding:2rem 0;height:80px;width:100%;opacity:1;transition:opacity .3s ease}.lessons-loader.hidden{opacity:0;height:0;padding:0;overflow:hidden}.lessons-loader-spinner{width:40px;height:40px;border:3px solid rgba(222,113,50,.2);border-top:3px solid #DE7132;border-radius:50%;animation:loader-spin 1s linear infinite}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:1.2rem;color:#3e515d}.aula-detalhes-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem}.aula-detalhes-breadcrumb-link{background:none;border:none;color:#de7132;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:all .2s ease;padding:.5rem .75rem;border-radius:8px}.aula-detalhes-breadcrumb-link:hover{background:#de71321a;transform:translate(-2px)}.aula-detalhes-breadcrumb-separator{color:#999;font-weight:300}.aula-detalhes-breadcrumb-current{color:#666;font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aula-detalhes-header{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.aula-detalhes-header-content{max-width:800px}.aula-detalhes-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 12px #de71324d}.aula-detalhes-badge-icon{font-size:1.1rem}.aula-detalhes-title{color:#3e515d;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#3e515d,#2c3a43);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.aula-detalhes-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.aula-detalhes-meta-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.95rem;font-weight:500}.aula-detalhes-meta-icon{font-size:1.1rem}.aula-detalhes-video-section{margin-bottom:2rem}.aula-detalhes-video-container{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden}.aula-detalhes-video-player{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.aula-detalhes-video-player iframe,.aula-detalhes-video-player video{width:100%;height:100%;border:none;border-radius:12px}.aula-detalhes-description-section{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.aula-detalhes-description-header h2{color:#3e515d;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.aula-detalhes-description-icon{font-size:1.3rem}.aula-detalhes-description-content p{color:#555;font-size:1.1rem;line-height:1.8;margin:0}.aula-detalhes-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.8)}.aula-detalhes-actions-secondary{display:flex;gap:1rem}.aula-detalhes-btn-primary{background:linear-gradient(135deg,#de7132,#ff8a4c);color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 16px #de71324d}.aula-detalhes-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #de713266}.aula-detalhes-btn-secondary{background:#f4f2ea;color:#3e515d;border:2px solid #E8E6DF;padding:.875rem 1.75rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.aula-detalhes-btn-secondary:hover{background:#e8e6df;border-color:#de7132;color:#de7132;transform:translateY(-1px)}.aula-detalhes-btn-back{background:#3e515d;color:#fff;border:none;padding:1rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 16px #3e515d33}.aula-detalhes-btn-back:hover{background:#2c3a43;transform:translateY(-2px);box-shadow:0 8px 24px #3e515d4d}.aula-detalhes-btn-share,.aula-detalhes-btn-favorite{background:#f4f2ea;color:#666;border:2px solid #E8E6DF;padding:.875rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.aula-detalhes-btn-share:hover{background:#e8e6df;border-color:#4a90e2;color:#4a90e2;transform:translateY(-1px)}.aula-detalhes-btn-favorite:hover{background:#e8e6df;border-color:#e74c3c;color:#e74c3c;transform:translateY(-1px)}@media (max-width: 768px){.aula-detalhes-content{padding:1rem;margin-top:5rem}.aula-detalhes-header{padding:1.5rem}.aula-detalhes-title{font-size:2rem}.aula-detalhes-meta{flex-direction:column;gap:1rem}.aula-detalhes-video-container{padding:1rem}.aula-detalhes-description-section{padding:1.5rem}.aula-detalhes-actions{flex-direction:column;align-items:stretch;padding:1.5rem}.aula-detalhes-actions-secondary{justify-content:center}.aula-detalhes-subscription-modal{padding:2rem;margin:1rem}.aula-detalhes-subscription-actions{flex-direction:column}.aula-detalhes-breadcrumb-current{max-width:200px}}@media (max-width: 480px){.aula-detalhes-title{font-size:1.75rem}.aula-detalhes-btn-primary,.aula-detalhes-btn-secondary,.aula-detalhes-btn-back{width:100%;justify-content:center}.aula-detalhes-actions-secondary{flex-direction:column;width:100%}.aula-detalhes-btn-share,.aula-detalhes-btn-favorite{width:100%;justify-content:center}}.aula-detalhes-header,.aula-detalhes-video-section,.aula-detalhes-description-section,.aula-detalhes-actions{animation:aula-detalhes-fade-in-up .6s ease-out forwards}.aula-detalhes-video-section{animation-delay:.1s}.aula-detalhes-description-section{animation-delay:.2s}.aula-detalhes-actions{animation-delay:.3s}@keyframes aula-detalhes-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.aula-detalhes-header:hover,.aula-detalhes-video-container:hover,.aula-detalhes-description-section:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f}.aula-detalhes-header,.aula-detalhes-video-container,.aula-detalhes-description-section,.aula-detalhes-actions{transition:all .3s ease}@media (max-width: 1024px){.lessons-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.aulas-content{padding:1.5rem;margin-top:5rem;max-height:calc(100vh - 5rem)}.aulas-header{padding:1rem 0}.aulas-header h1{font-size:2rem}.lessons-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.lesson-card{width:100%;height:100%}.lesson-info{padding:1.5rem}.lesson-info h3{font-size:1.2rem}.lesson-description-toggle{padding:.75rem 0;margin-top:.75rem}.lessons-loader-spinner{width:32px;height:32px}}@media (max-width: 480px){.aulas-content{padding:1rem;margin-top:4.5rem;max-height:calc(100vh - 4.5rem);border-radius:15px}.aulas-header{padding:.75rem 0;margin-bottom:1.5rem}.aulas-header h1{font-size:1.8rem}.lessons-grid{grid-template-columns:1fr;gap:1rem}.lesson-card{width:100%;height:auto;min-height:320px}.lesson-thumbnail{padding-top:56.25%}.lesson-info{padding:1.25rem;min-height:140px}.lesson-info h3{font-size:1.1rem;margin-bottom:.4rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.lesson-author{font-size:.85rem;margin-bottom:.75rem}.lesson-description{font-size:.9rem;line-height:1.5;-webkit-line-clamp:3}.lesson-description-toggle{padding:.5rem 0;margin-top:.5rem;font-size:.85rem}.lessons-loader{padding:1.5rem 0;height:60px}.lessons-loader-spinner{width:28px;height:28px}}.aulas-detalhes-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.aulas-detalhes-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.05;z-index:0;pointer-events:none}.aulas-detalhes-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);color:#3e515d;font-size:1.1rem}.aulas-detalhes-content{max-width:1280px;margin:0 auto;padding:150px 24px 0;position:relative;z-index:1;min-height:calc(100vh - 120px)}.aulas-detalhes-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:14px}.aulas-detalhes-breadcrumb-link{color:#de7132;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s ease;background:none;border:none;cursor:pointer;font-size:14px;padding:4px 8px;border-radius:4px}.aulas-detalhes-breadcrumb-link:hover{color:#c85a28;background:#de71321a}.aulas-detalhes-breadcrumb-separator{color:#999}.aulas-detalhes-breadcrumb-current{color:#3e515d;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.aulas-detalhes-main{display:grid;grid-template-columns:1fr 400px;gap:32px;align-items:start}.aulas-detalhes-player-section{width:100%;min-width:0}.aulas-detalhes-video-container{position:relative;width:100%;aspect-ratio:16/9;background:#ffffff1a;border-radius:12px;overflow:hidden;margin-bottom:20px;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(222,113,50,.1)}.aulas-detalhes-video-player{width:100%;height:100%;border:none;border-radius:12px}.aulas-detalhes-lesson-info{padding:0}.aulas-detalhes-lesson-header{margin-bottom:16px}.aulas-detalhes-lesson-title{font-size:20px;font-weight:600;line-height:1.3;margin:0 0 8px;color:#3e515d;word-wrap:break-word}.aulas-detalhes-lesson-meta{display:flex;align-items:center;gap:16px;color:#666;font-size:14px;flex-wrap:wrap}.aulas-detalhes-lesson-number{background:#de7132;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap}.aulas-detalhes-lesson-duration{display:flex;align-items:center;gap:4px;white-space:nowrap;color:#666}.aulas-detalhes-lesson-description{background:#fff9;border-radius:12px;padding:16px;margin:16px 0;border:1px solid rgba(222,113,50,.1)}.aulas-detalhes-description-content{color:#555;line-height:1.6;font-size:14px}.aulas-detalhes-description-content p{margin:0 0 12px}.aulas-detalhes-description-content p:last-child{margin-bottom:0}.aulas-detalhes-course-info{background:#fff9;border-radius:12px;padding:16px;margin-top:16px;border:1px solid rgba(222,113,50,.1)}.aulas-detalhes-course-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.aulas-detalhes-course-author{display:flex;align-items:center;gap:8px;color:#3e515d;font-weight:500}.aulas-detalhes-author-icon{font-size:16px}.aulas-detalhes-course-stats{display:flex;gap:16px}.aulas-detalhes-stat{display:flex;flex-direction:column;align-items:flex-end}.aulas-detalhes-stat-label{font-size:12px;color:#666;margin-bottom:2px}.aulas-detalhes-stat-number{font-size:14px;font-weight:600;color:#3e515d}.aulas-detalhes-sidebar{position:sticky;top:120px;height:fit-content;min-width:0}.aulas-detalhes-actions{background:#fffc;border-radius:12px;padding:20px;text-align:center;border:1px solid rgba(222,113,50,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.aulas-detalhes-btn-back{background:#de7132;color:#fff;border:none;padding:12px 24px;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;margin-bottom:16px}.aulas-detalhes-btn-back:hover{background:#c85a28;transform:translateY(-1px)}.aulas-detalhes-actions-secondary{display:flex;gap:8px;justify-content:center}.aulas-detalhes-btn-share,.aulas-detalhes-btn-favorite{background:#ffffffe6;border:1px solid rgba(222,113,50,.2);color:#666;padding:10px 16px;border-radius:20px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:13px;transition:all .2s ease;flex:1;justify-content:center;min-width:0}.aulas-detalhes-btn-share:hover{background:#4a90e21a;border-color:#4a90e2;color:#4a90e2}.aulas-detalhes-btn-favorite:hover,.aulas-detalhes-btn-favorite.favorited{background:#e74c3c1a;border-color:#e74c3c;color:#e74c3c}.aulas-detalhes-btn-favorite.favorited:hover{background:#e74c3c33;transform:scale(1.02)}.aulas-detalhes-btn-favorite.favorited svg{animation:aulas-detalhes-heart-beat .6s ease-in-out}@keyframes aulas-detalhes-heart-beat{0%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}.aulas-detalhes-btn-share:active,.aulas-detalhes-btn-favorite:active{transform:scale(.98)}@media (max-width: 1024px){.aulas-detalhes-main{grid-template-columns:1fr;gap:24px}.aulas-detalhes-sidebar{position:relative;top:0}.aulas-detalhes-course-header{flex-direction:column;align-items:flex-start}.aulas-detalhes-course-stats{align-self:stretch;justify-content:space-between}}@media (max-width: 768px){.aulas-detalhes-content{padding:150px 16px 0}.aulas-detalhes-main{gap:20px}.aulas-detalhes-lesson-title{font-size:18px}.aulas-detalhes-breadcrumb-current{max-width:200px}.aulas-detalhes-actions-secondary{flex-direction:column;gap:12px}.aulas-detalhes-lesson-meta{gap:12px}.aulas-detalhes-video-container{border-radius:8px}}@media (max-width: 480px){.aulas-detalhes-content{padding:150px 12px 0}.aulas-detalhes-lesson-title{font-size:16px}.aulas-detalhes-breadcrumb-current{max-width:120px}.aulas-detalhes-lesson-description,.aulas-detalhes-course-info,.aulas-detalhes-actions{padding:12px}.aulas-detalhes-course-stats{flex-direction:column;gap:8px}.aulas-detalhes-stat{align-items:flex-start}.aulas-detalhes-video-container{border-radius:6px;margin-bottom:16px}.aulas-detalhes-lesson-meta{gap:8px}.aulas-detalhes-btn-share,.aulas-detalhes-btn-favorite{padding:8px 12px;font-size:12px}}@media (max-width: 360px){.aulas-detalhes-content{padding:150px 8px 0}.aulas-detalhes-breadcrumb{margin-bottom:16px}.aulas-detalhes-breadcrumb-current{max-width:100px}.aulas-detalhes-lesson-title{font-size:14px}.aulas-detalhes-lesson-meta{flex-direction:column;align-items:flex-start;gap:6px}.aulas-detalhes-btn-share span,.aulas-detalhes-btn-favorite span{display:none}.aulas-detalhes-actions-secondary{gap:8px}}@keyframes aulas-detalhes-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.aulas-detalhes-content>*{animation:aulas-detalhes-fade-in .6s ease-out}.aulas-detalhes-lesson-info{animation-delay:.1s}.aulas-detalhes-sidebar{animation-delay:.2s}.aulas-detalhes-video-container{transition:transform .2s ease,box-shadow .2s ease}.aulas-detalhes-video-container:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.aulas-detalhes-lesson-description,.aulas-detalhes-course-info{transition:background-color .2s ease}.aulas-detalhes-lesson-description:hover,.aulas-detalhes-course-info:hover{background:#fffc}.aulas-detalhes-content::-webkit-scrollbar{width:8px}.aulas-detalhes-content::-webkit-scrollbar-track{background:#f4f2ea4d}.aulas-detalhes-content::-webkit-scrollbar-thumb{background:#de7132;border-radius:4px}.aulas-detalhes-content::-webkit-scrollbar-thumb:hover{background:#c85a28}.aulas-detalhes-breadcrumb-link:focus,.aulas-detalhes-btn-back:focus,.aulas-detalhes-btn-share:focus,.aulas-detalhes-btn-favorite:focus{outline:2px solid #DE7132;outline-offset:2px}.aulas-detalhes-video-container,.aulas-detalhes-lesson-description,.aulas-detalhes-course-info,.aulas-detalhes-actions{will-change:transform}.aulas-detalhes-video-container.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:aulas-detalhes-shimmer 1.5s infinite}@keyframes aulas-detalhes-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.aulas-detalhes-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#3e515df2;color:#fff;padding:12px 24px;border-radius:8px;z-index:1000;font-size:14px;border:1px solid rgba(222,113,50,.3);animation:aulas-detalhes-toast-slide-up .3s ease-out}@keyframes aulas-detalhes-toast-slide-up{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.aulas-detalhes-btn-favorite span{min-width:fit-content}.perfil-container{min-height:100vh;background:linear-gradient(135deg,#f4f2ea,#e8e6df);position:relative;overflow-x:hidden}.perfil-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.03;z-index:0;pointer-events:none}.perfil-content{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1;margin-top:6rem}.perfil-header{position:relative;margin-bottom:2rem}.cover-photo{height:200px;background:linear-gradient(135deg,#de7132,#ff8a4c);border-radius:0 0 20px 20px;position:relative}.profile-info{position:relative;padding:0 2rem;margin-top:-75px}.profile-avatar{width:150px;height:150px;border-radius:50%;border:4px solid #fff;overflow:hidden;background:#fff;margin-bottom:1rem}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-name{font-size:2rem;font-weight:800;color:#2d3748;margin:0}.profile-username{font-size:1.1rem;color:#718096;margin:.5rem 0}.profile-tabs{display:flex;gap:1rem;padding:0 2rem;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:2rem}.tab-button{padding:1rem 2rem;background:none;border:none;font-size:1rem;color:#718096;cursor:pointer;position:relative;transition:all .3s ease}.tab-button:hover{color:#e67739}.tab-button.active{color:#e67739;font-weight:600}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background:#e67739;border-radius:3px 3px 0 0}.profile-content{padding:2rem}.posts-grid,.notes-grid{display:grid;gap:2rem}.post-card,.note-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.post-card:hover,.note-card:hover{transform:translateY(-2px);box-shadow:0 8px 12px #0000001a}.post-card h3{font-size:1.5rem;color:#2d3748;margin:0 0 1rem}.post-card p,.note-card p{color:#4a5568;line-height:1.6;margin:0 0 1rem}.post-date,.note-date{display:block;font-size:.9rem;color:#718096}.loading{text-align:center;padding:2rem;color:#718096}@media (max-width: 768px){.perfil-content{padding-top:60px}.cover-photo{height:150px}.profile-info{padding:0 1rem;margin-top:-50px}.profile-avatar{width:100px;height:100px}.profile-name{font-size:1.5rem}.profile-tabs{padding:0 1rem;gap:.5rem}.tab-button{padding:.75rem 1rem;font-size:.9rem}.profile-content{padding:1rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f4f2ea;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box;overscroll-behavior:none}*:before,*:after{box-sizing:border-box}body>*:not(#root){position:relative!important;z-index:1!important}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;background-color:#f4f2ea}body{min-height:100vh;width:100%;background-color:#f4f2ea}#root{width:100%;min-height:100vh;background-color:#f4f2ea;position:relative}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#f4f2ea}a:hover{color:#747bff}button{background-color:#f9f9f9}}::placeholder{color:#3e515d!important;opacity:.7}::-moz-placeholder{color:#3e515d!important;opacity:.7}::-ms-input-placeholder{color:#3e515d!important;opacity:.7}:-ms-input-placeholder{color:#3e515d!important;opacity:.7}iframe[src*="firebaseapp.com/__/auth/iframe"],iframe[id^=I0_]{display:none!important}
