.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);z-index:1000;transition:all .3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;color:inherit}.logo-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#06c,#667eea);border-radius:12px;animation:float 3s ease-in-out infinite;position:relative;overflow:hidden}.logo-icon: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}.logo-icon:hover:before{left:100%}.logo-icon svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:all .3s ease;z-index:1}.logo-icon:hover svg{transform:scale(1.1) rotate(5deg)}.logo-text{display:flex;flex-direction:column;gap:.2rem}.logo-text h2{color:#06c;margin:0;font-size:1.6rem;font-weight:700;background:linear-gradient(135deg,#06c,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-subtitle{color:#666;font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;gap:2rem}.desktop-nav a{color:#333;text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.desktop-nav a:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,#06c,#667eea);transition:all .3s ease;transform:translate(-50%)}.desktop-nav a:hover:before{width:100%}.desktop-nav a:hover{color:#06c;transform:translateY(-2px)}.btn-login{background:linear-gradient(135deg,#06c,#667eea);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0066cc4d;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-login:hover{transform:translateY(-2px);box-shadow:0 8px 25px #06c6}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1001}.mobile-menu-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0066cc1a,#667eea1a);opacity:0;transition:opacity .3s ease}.mobile-menu-btn:hover:before{opacity:1}.mobile-menu-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0066cc4d}.hamburger-line{width:24px;height:2px;background:#06c;border-radius:2px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;z-index:1}.hamburger-line:not(:last-child){margin-bottom:5px}.mobile-menu-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(7px,7px);background:#ff4757}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);background:#ff4757}.mobile-nav{display:none;position:fixed;inset:0;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.mobile-nav.active{opacity:1;visibility:visible}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-logo{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:600;font-size:1.1rem}.mobile-logo svg{color:#06c}.mobile-close-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;transition:all .3s ease}.mobile-close-btn:hover{background:#fff3;transform:rotate(90deg)}.mobile-close-btn svg{color:#fff}.mobile-nav-links{padding:2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-links a{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;padding:1.25rem 1.5rem;border-radius:16px;transition:all .3s ease;border:1px solid transparent}.mobile-nav-links a:hover{background:#06c3;border-color:#0066cc4d;transform:translate(10px)}.mobile-nav-links a svg{color:#06c;transition:all .3s ease}.mobile-nav-links a:hover svg{transform:scale(1.2)}.mobile-nav-footer{padding:2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.mobile-nav-footer .btn-login{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#06c,#667eea);color:#fff;border:none;padding:1rem 2rem;border-radius:16px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.mobile-nav-footer .btn-login:hover{transform:translateY(-2px);box-shadow:0 10px 30px #06c6}.mobile-social{display:flex;justify-content:center;gap:1.5rem}.mobile-social a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;transition:all .3s ease}.mobile-social a:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.mobile-social a svg{transition:all .3s ease}.mobile-social a:hover svg{transform:scale(1.2)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.header-content{padding:1rem 2rem}.logo{gap:.75rem}.logo-icon{width:40px;height:40px}.logo-text h2{font-size:1.4rem}.logo-subtitle{font-size:.7rem}.desktop-nav{display:none}.mobile-menu-btn{display:flex}.mobile-nav{display:block}}@media (max-width: 480px){.header-content{padding:1rem}.logo{gap:.5rem}.logo-icon{width:36px;height:36px}.logo-text h2{font-size:1.2rem}.logo-subtitle{font-size:.65rem}.mobile-menu-btn{width:44px;height:44px}.hamburger-line{width:20px}.mobile-nav-header{padding:1rem 1.5rem}.mobile-nav-links{padding:1.5rem}.mobile-nav-links a{padding:1rem 1.25rem;font-size:1rem}.mobile-nav-footer{padding:1.5rem}.mobile-social{gap:1rem}.mobile-social a{width:44px;height:44px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:80px}.hero-background{position:absolute;inset:0;z-index:-1}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe);animation:gradientShift 8s ease-in-out infinite}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.1) 2px,transparent 2px);background-size:50px 50px;animation:backgroundShift 20s linear infinite}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-text{z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.7rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;animation:pulse 2s infinite;color:#fff}.hero-badge svg{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideInUp 1s ease-out}.hero-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6;animation:slideInUp 1s ease-out .2s both}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem;animation:slideInUp 1s ease-out .4s both}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#fff;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.hero-buttons{display:flex;gap:1rem;animation:slideInUp 1s ease-out .6s both}.btn-primary{display:flex;align-items:center;gap:.75rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary: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}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #fff3}.btn-secondary{display:flex;align-items:center;gap:.75rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-3px)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;z-index:2}.hero-placeholder{display:flex;align-items:center;justify-content:center;opacity:.9;z-index:2;position:relative;animation:float 3s ease-in-out infinite}.hero-placeholder svg{color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.floating-card{position:absolute;background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px #0000001a;display:flex;align-items:center;justify-content:center}.floating-card svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.card-1{top:10%;left:-10%;animation:float 4s ease-in-out infinite}.card-2{top:60%;right:-15%;animation:float 4s ease-in-out infinite 1s}.card-3{bottom:20%;left:10%;animation:float 4s ease-in-out infinite 2s}@keyframes gradientShift{0%,to{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe)}25%{background:linear-gradient(135deg,#4facfe,#667eea,#764ba2,#f093fb,#f5576c)}50%{background:linear-gradient(135deg,#f5576c,#4facfe,#667eea,#764ba2,#f093fb)}75%{background:linear-gradient(135deg,#f093fb,#f5576c,#4facfe,#667eea,#764ba2)}}@keyframes backgroundShift{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@media (max-width: 768px){.hero{padding:4rem 2rem;text-align:center}.hero-content{grid-template-columns:1fr;gap:3rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-stats{justify-content:center}.floating-card{display:none}}@media (max-width: 480px){.hero{padding:3rem 1rem}.hero-content h1{font-size:2rem}.hero-stats{gap:1rem}.stat-number{font-size:1.5rem}.btn-primary,.btn-secondary{padding:.875rem 1.5rem;font-size:.9rem}}.contact-info{padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.contact-info:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.contact-content{position:relative;z-index:2}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.contact-header p{font-size:1.2rem;color:#ffffffe6;max-width:600px;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,.2)}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.contact-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);background:#ffffff26;border-color:#ffffff4d;box-shadow:0 15px 35px #0003}.contact-icon{font-size:3rem;margin-bottom:1rem;display:block}.contact-card h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.contact-card p{color:#fffc;line-height:1.6;font-size:1rem}.contact-actions{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.contact-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1.1rem;position:relative;overflow:hidden}.contact-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}.contact-btn:hover:before{left:100%}.contact-btn.primary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.contact-btn.primary:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.contact-btn.secondary{background:#ffffffe6;color:#667eea;border:2px solid rgba(255,255,255,.9)}.contact-btn.secondary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.payment-info{text-align:center;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px}.payment-info h3{color:#fff;font-size:1.3rem;margin-bottom:1.5rem;font-weight:600}.payment-methods-list{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.payment-badge{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:500;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.payment-badge:hover{background:#ffffff4d;transform:translateY(-2px)}@media (max-width: 768px){.contact-info{padding:3rem 0}.contact-header h2{font-size:2rem}.contact-header p{font-size:1.1rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.contact-card{padding:1.5rem}.contact-actions{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.contact-btn{width:100%;max-width:300px;justify-content:center}.payment-methods-list{flex-direction:column;align-items:center}.payment-badge{width:100%;max-width:200px;text-align:center}}@media (max-width: 480px){.contact-header h2{font-size:1.8rem}.contact-card{padding:1.25rem}.contact-icon{font-size:2.5rem}.contact-btn{font-size:1rem;padding:.875rem 1.5rem}}.footer{background:linear-gradient(135deg,#1e293b,#334155,#475569);color:#fff;padding:4rem 0 0;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(0,102,204,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(102,126,234,.1) 0%,transparent 50%);animation:backgroundShift 25s ease-in-out infinite}.footer .container{position:relative;z-index:2}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#f1f5f9;position:relative}.footer-section h3:after{content:"";position:absolute;bottom:-.5rem;left:0;width:30px;height:2px;background:linear-gradient(135deg,#06c,#667eea);border-radius:1px}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo .logo-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#ffffff1a;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.footer-logo .logo-text{display:flex;flex-direction:column}.footer-logo .logo-title{font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,#06c,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.footer-logo .logo-subtitle{font-size:.9rem;color:#94a3b8;font-weight:400}.footer-description{color:#cbd5e1;line-height:1.6;margin-bottom:2rem;font-size:.95rem}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#cbd5e1;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.social-link:hover{background:linear-gradient(135deg,#06c,#667eea);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0066cc4d}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative}.footer-links a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(135deg,#06c,#667eea);transition:width .3s ease}.footer-links a:hover{color:#06c;transform:translate(5px)}.footer-links a:hover:before{width:100%}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#cbd5e1;font-size:.95rem}.contact-item svg{color:#06c;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;margin-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#94a3b8;margin:0;font-size:.9rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#06c}@keyframes backgroundShift{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-10px)}50%{transform:translate(-10px) translateY(10px)}75%{transform:translate(10px) translateY(10px)}}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 768px){.footer{padding:3rem 0 0}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo{justify-content:center}.footer-section h3:after{left:50%;transform:translate(-50%)}.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{gap:1.5rem}}@media (max-width: 480px){.footer{padding:2.5rem 0 0}.footer-content{gap:1.5rem}.footer-logo .logo-title{font-size:1.2rem}.footer-logo .logo-subtitle{font-size:.8rem}.footer-section h3{font-size:1.2rem}.footer-description{font-size:.9rem}.social-link{width:35px;height:35px}.footer-bottom-links{flex-direction:column;gap:1rem}}.courses-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow-x:hidden}.courses-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);animation:backgroundShift 20s ease-in-out infinite;pointer-events:none}.courses-hero{padding:120px 0 80px;text-align:center;position:relative;z-index:1}.courses-hero-content h1{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.1)}.courses-hero-content p{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.courses-container{max-width:1400px;margin:0 auto;padding:0 2rem 4rem;position:relative;z-index:1;display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}.courses-filters{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;position:sticky;top:2rem;height:fit-content}.courses-filters h2{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.filter-buttons{display:flex;flex-direction:column;gap:.75rem}.filter-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.filter-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#fff6;box-shadow:0 8px 25px #667eea4d}.filter-icon{font-size:1.2rem}.courses-content{min-height:600px}.courses-header{margin-bottom:2rem}.courses-header h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.courses-count{color:#fffc;font-size:1.1rem;font-weight:500}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.no-courses{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;margin-top:2rem}.no-courses-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.no-courses h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.no-courses p{color:#fffc;font-size:1rem}@media (max-width: 1200px){.courses-container{grid-template-columns:280px 1fr;gap:2rem}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width: 968px){.courses-container{grid-template-columns:1fr;gap:2rem}.courses-filters{position:static;order:2}.courses-content{order:1}.filter-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.courses-hero-content h1{font-size:2.5rem}}@media (max-width: 768px){.courses-container{padding:0 1rem 2rem}.courses-hero{padding:100px 0 60px}.courses-hero-content h1{font-size:2rem}.courses-hero-content p{font-size:1.1rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.filter-buttons{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.courses-filters{padding:1.5rem}}@media (max-width: 480px){.courses-hero-content h1{font-size:1.75rem}.courses-header h2{font-size:2rem}.filter-buttons{grid-template-columns:1fr}.courses-filters{padding:1rem}}.course-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;height:100%;display:flex;flex-direction:column}.course-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none}.course-card:hover:before{opacity:1}.course-card:hover{transform:translateY(-10px) scale(1.02);border-color:#fff6;box-shadow:0 25px 50px #0003,0 0 0 1px #ffffff1a,inset 0 1px #fff3}.course-image{position:relative;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden}.course-image:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.1) 75%);background-size:20px 20px;animation:shimmer 3s linear infinite}.course-placeholder{display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;position:relative}.course-placeholder svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .3s ease}.course-card:hover .course-placeholder svg{transform:scale(1.1) rotate(5deg)}.course-badge{position:absolute;top:1rem;right:1rem;background:#ffffffe6;color:#06c;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);z-index:3}.course-content{padding:2rem;flex:1;display:flex;flex-direction:column;position:relative;z-index:2}.course-content h3{font-size:1.3rem;margin-bottom:.8rem;color:#333;font-weight:700;line-height:1.3}.course-content p{color:#666;margin-bottom:1.5rem;line-height:1.6;flex:1}.course-stats{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#666}.stat-item{display:flex;align-items:center;gap:.3rem}.stat-item svg{flex-shrink:0;color:#06c}.course-instructor{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#0066cc0d;border-radius:12px;border:1px solid rgba(0,102,204,.1)}.instructor-avatar{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#06c,#667eea);border-radius:50%;color:#fff;flex-shrink:0}.instructor-avatar svg{color:#fff}.instructor-info{display:flex;flex-direction:column}.instructor-name{font-weight:600;color:#333;margin-bottom:.2rem}.instructor-title{font-size:.85rem;color:#666}.course-link{text-decoration:none;color:inherit;flex:1;display:flex;flex-direction:column;cursor:pointer}.course-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.course-actions{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.course-price{display:flex;align-items:center;gap:.5rem}.price{font-size:1.5rem;font-weight:700;color:#06c}.original-price{font-size:1rem;color:#999;text-decoration:line-through}.enroll-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#06c,#667eea);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.enroll-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}.enroll-btn:hover:before{left:100%}.enroll-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #06c6}.enroll-btn.enrolled{background:linear-gradient(135deg,#28a745,#20c997);cursor:default}.enroll-btn.enrolled:hover{transform:none;box-shadow:0 4px 15px #28a7454d}.enroll-btn:disabled{cursor:not-allowed}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.course-features{margin-bottom:1.5rem;padding:1rem;background:#0066cc0d;border-radius:12px;border:1px solid rgba(0,102,204,.1)}.course-features h4{margin-bottom:.75rem;color:#06c;font-size:1rem;font-weight:600}.course-features ul{list-style:none;padding:0;margin:0}.course-features li{margin-bottom:.5rem;font-size:.9rem;color:#555;line-height:1.4}.course-features li:last-child{margin-bottom:0}.payment-methods{margin-bottom:1.5rem;padding:1rem;background:#28a7450d;border-radius:12px;border:1px solid rgba(40,167,69,.1)}.payment-methods h4{margin-bottom:.75rem;color:#28a745;font-size:1rem;font-weight:600}.payment-list{display:flex;flex-wrap:wrap;gap:.5rem}.payment-method{background:#28a7451a;color:#28a745;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid rgba(40,167,69,.2)}.course-actions{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);text-decoration:none;text-align:center}.whatsapp-btn:hover{box-shadow:0 8px 25px #25d36666}.content-btn{background:linear-gradient(135deg,#667eea,#764ba2);text-decoration:none;text-align:center}.content-btn:hover{box-shadow:0 8px 25px #667eea66}@media (max-width: 768px){.course-content{padding:1.5rem}.course-content h3{font-size:1.2rem}.course-stats{flex-wrap:wrap;gap:.75rem}.course-footer{flex-direction:column;gap:1rem;align-items:stretch}.enroll-btn{justify-content:center}.course-features,.payment-methods{padding:.75rem}.course-features h4,.payment-methods h4{font-size:.9rem}.payment-list{justify-content:center}}@media (max-width: 480px){.course-image{height:180px}.course-content{padding:1.25rem}.course-instructor{padding:.75rem}.instructor-avatar{width:40px;height:40px}.price{font-size:1.3rem}}.course-detail{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow-x:hidden}.course-detail:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);animation:backgroundShift 20s ease-in-out infinite;pointer-events:none}.course-hero{padding:120px 0 80px;position:relative;z-index:1}.course-hero-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.course-breadcrumb{color:#fffc;font-size:.9rem;margin-bottom:1rem}.course-breadcrumb span:last-child{color:#fff;font-weight:500}.course-hero-info h1{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1.2}.course-description{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.course-meta{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.95rem;font-weight:500}.course-instructor-preview{display:flex;align-items:center;gap:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem}.course-instructor-preview img{width:50px;height:50px;border-radius:50%;object-fit:cover}.course-instructor-preview p{margin:0;color:#ffffffe6;font-size:.9rem}.course-hero-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;position:sticky;top:2rem;height:fit-content}.course-image{margin-bottom:2rem;border-radius:12px;overflow:hidden}.course-image img{width:100%;height:200px;object-fit:cover}.course-pricing{text-align:center}.price-info{margin-bottom:2rem}.current-price{font-size:2.5rem;font-weight:800;color:#fff;margin-right:1rem}.original-price{font-size:1.2rem;color:#fff9;text-decoration:line-through;margin-right:1rem}.discount{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.enroll-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.enroll-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.enroll-btn.enrolled{background:linear-gradient(135deg,#10b981,#059669);cursor:default}.course-includes h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:left}.course-includes ul{list-style:none;padding:0;text-align:left}.course-includes li{color:#ffffffe6;font-size:.95rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.course-content{max-width:1400px;margin:0 auto;padding:0 2rem 4rem;position:relative;z-index:1}.course-tabs{display:flex;gap:1rem;margin-bottom:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.5rem}.tab-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;border-radius:8px;color:#fffc;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center}.tab-btn:hover{background:#ffffff1a;color:#fff}.tab-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.tab-icon{font-size:1.1rem}.tab-content{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:3rem}.overview-section{margin-bottom:3rem}.overview-section h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.overview-section p{color:#ffffffe6;font-size:1.1rem;line-height:1.6}.learning-objectives{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.learning-objectives li{display:flex;align-items:flex-start;gap:.75rem;color:#ffffffe6;font-size:1rem;line-height:1.5}.check-icon{color:#10b981;font-weight:700;font-size:1.1rem;margin-top:.1rem}.requirements{list-style:none;padding:0}.requirements li{color:#ffffffe6;font-size:1rem;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.requirements li:before{content:"•";color:#667eea;font-weight:700;position:absolute;left:0}.curriculum-content h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.modules{display:flex;flex-direction:column;gap:1.5rem}.module{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}.module-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.module-header h4{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.module-info{display:flex;gap:1rem;color:#ffffffb3;font-size:.9rem}.module-topics{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.module-topics li{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:.95rem}.topic-icon{font-size:.8rem}.instructor-content{text-align:center}.instructor-profile{display:flex;align-items:center;gap:2rem;text-align:left}.instructor-profile img{width:120px;height:120px;border-radius:50%;object-fit:cover}.instructor-info h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.instructor-title{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.instructor-experience{color:#fffc;font-size:1rem;margin-bottom:1rem}.instructor-bio{color:#ffffffe6;font-size:1rem;line-height:1.6}.reviews-summary{text-align:center;margin-bottom:3rem}.rating-overview{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem}.big-rating{font-size:3rem;font-weight:800;color:#fff}.stars{font-size:1.5rem;margin-bottom:.5rem}.reviews-list{display:flex;flex-direction:column;gap:2rem}.review{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-header img{width:40px;height:40px;border-radius:50%;object-fit:cover}.review-header h5{color:#fff;font-size:1rem;font-weight:600;margin:0 0 .25rem}.review-rating{font-size:.9rem}.review p{color:#ffffffe6;font-size:1rem;line-height:1.6;margin:0}@media (max-width: 1200px){.course-hero-content{grid-template-columns:1fr 350px;gap:3rem}}@media (max-width: 968px){.course-hero-content{grid-template-columns:1fr;gap:2rem}.course-hero-card{position:static;order:-1}.course-hero-info h1{font-size:2.5rem}.course-tabs{flex-wrap:wrap}.tab-btn{flex:none;min-width:120px}}@media (max-width: 768px){.course-hero{padding:100px 0 60px}.course-hero-content,.course-content{padding:0 1rem}.course-hero-info h1{font-size:2rem}.course-description{font-size:1.1rem}.course-meta{gap:1rem}.tab-content{padding:2rem}.instructor-profile{flex-direction:column;text-align:center}.learning-objectives,.module-topics{grid-template-columns:1fr}}@media (max-width: 480px){.course-hero-info h1{font-size:1.75rem}.current-price{font-size:2rem}.course-hero-card,.tab-content{padding:1.5rem}.course-tabs{padding:.25rem}.tab-btn{padding:.75rem 1rem;font-size:.9rem}}/ * Course Actions Styles */ .course-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;text-decoration:none;padding:1rem 1.5rem;border-radius:25px;font-weight:600;text-align:center;transition:all .3s ease;border:none;cursor:pointer}.whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36666}.content-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:1rem 1.5rem;border-radius:25px;font-weight:600;text-align:center;transition:all .3s ease;border:none;cursor:pointer}.content-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.about-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow-x:hidden}.about-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);animation:backgroundShift 20s ease-in-out infinite;pointer-events:none}@keyframes backgroundShift{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(-10px) translateY(-10px)}50%{transform:translate(10px) translateY(10px)}75%{transform:translate(-5px) translateY(5px)}}.about-hero{padding:120px 0 80px;text-align:center;position:relative;z-index:1}.about-hero-content{max-width:1200px;margin:0 auto;padding:0 2rem}.about-hero-content h1{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.1)}.about-hero-content p{font-size:1.25rem;color:#ffffffe6;max-width:800px;margin:0 auto 3rem;line-height:1.6}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.hero-stat{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem 1rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-stat:hover{transform:translateY(-5px);background:#ffffff26;border-color:#ffffff4d}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-number{font-size:2.5rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.95rem;color:#fffc;font-weight:500}.about-content{max-width:1400px;margin:0 auto;padding:0 2rem 4rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto;line-height:1.6}.mission-section{margin-bottom:6rem}.mission-section .section-header{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:4rem 3rem}.mission-section .section-header p{font-size:1.3rem;max-width:800px}.values-section{margin-bottom:6rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-8px);border-color:#fff6;box-shadow:0 20px 40px #0003}.value-icon{width:60px;height:60px;background:linear-gradient(135deg,#fff3,#ffffff1a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;transition:all .3s ease}.value-card:hover .value-icon{background:linear-gradient(135deg,#ffffff4d,#fff3);transform:scale(1.1)}.value-icon svg{width:28px;height:28px}.value-card h3{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1rem}.value-card p{font-size:1rem;color:#fffc;line-height:1.6}.timeline-section{margin-bottom:6rem}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(135deg,#667eea,#764ba2);transform:translate(-50%)}.timeline-item{display:flex;align-items:center;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 1.5rem;border-radius:50px;font-size:1.1rem;font-weight:700;min-width:80px;text-align:center;position:relative;z-index:2;box-shadow:0 4px 15px #667eea4d}.timeline-content{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;flex:1;margin:0 2rem;transition:all .3s ease}.timeline-content:hover{background:#ffffff26;transform:translateY(-5px)}.timeline-content h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.timeline-content p{font-size:1rem;color:#fffc;line-height:1.6}.team-section{margin-bottom:6rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.team-card:hover{transform:translateY(-8px);border-color:#fff6;box-shadow:0 20px 40px #0003}.team-image{margin-bottom:1.5rem}.team-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.3);transition:all .3s ease}.team-card:hover .team-image img{border-color:#ffffff80;transform:scale(1.05)}.team-info h3{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.team-role{font-size:1rem;color:#667eea;font-weight:600;margin-bottom:1rem}.team-description{font-size:.95rem;color:#fffc;line-height:1.6;margin-bottom:1.5rem}.team-social{display:flex;justify-content:center;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#fff6;transform:translateY(-2px)}.social-link svg{width:18px;height:18px}.cta-section{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:4rem 3rem;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.cta-content p{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.cta-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:1px solid rgba(255,255,255,.2)}.cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.cta-btn.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta-btn.secondary:hover{background:#fff3;transform:translateY(-2px)}.btn-icon{font-size:1.1rem}@media (max-width: 1200px){.timeline:before{left:30px}.timeline-item{flex-direction:row!important;padding-left:60px}.timeline-year{position:absolute;left:0;min-width:60px;padding:.75rem;font-size:.9rem}.timeline-content{margin:0}}@media (max-width: 768px){.about-hero{padding:100px 0 60px}.about-hero-content,.about-content{padding:0 1rem}.about-hero-content h1{font-size:2.5rem}.about-hero-content p{font-size:1.1rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-stat{padding:1.5rem 1rem}.stat-number,.section-header h2{font-size:2rem}.values-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.mission-section .section-header,.cta-section{padding:3rem 2rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:300px;justify-content:center}}@media (max-width: 480px){.about-hero-content h1{font-size:2rem}.hero-stats{grid-template-columns:1fr}.section-header h2,.cta-content h2{font-size:1.75rem}.value-card,.team-card{padding:2rem}.mission-section .section-header,.cta-section{padding:2rem 1.5rem}.timeline-item{padding-left:50px}.timeline-year{min-width:50px;font-size:.8rem;padding:.5rem}.timeline-content{padding:1.5rem}}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.login-container{position:relative;z-index:2;width:100%;max-width:450px}.login-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:3rem;box-shadow:0 25px 50px #0003}.login-header{text-align:center;margin-bottom:2.5rem}.login-icon{font-size:4rem;margin-bottom:1rem;display:block}.login-header h1{color:#fff;font-size:2rem;margin-bottom:.5rem;font-weight:700}.login-header p{color:#fffc;font-size:1rem;line-height:1.5}.login-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#fff;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input{width:100%;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input::placeholder{color:#fff9}.form-group input:focus{outline:none;border-color:#fff9;background:#ffffff26;box-shadow:0 0 0 3px #ffffff1a}.error-message{background:#ff6b6b33;border:1px solid rgba(255,107,107,.4);color:#ffcccb;padding:1rem;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.login-btn{width:100%;padding:1.25rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.login-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}.login-btn:hover:before{left:100%}.login-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-btn.loading{pointer-events:none}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-info{margin-top:2rem}.info-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;text-align:center}.info-card h3{color:#fff;font-size:1.1rem;margin-bottom:.75rem;font-weight:600}.info-card p{color:#fffc;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.contact-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36666}@media (max-width: 768px){.login-page{padding:1rem}.login-card{padding:2rem}.login-header h1{font-size:1.75rem}.login-icon{font-size:3rem}}@media (max-width: 480px){.login-card{padding:1.5rem}.login-header h1{font-size:1.5rem}.form-group input{padding:.875rem 1rem}.login-btn{padding:1rem;font-size:1rem}}.resources-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.resources-page:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.resources-header{padding:120px 0 60px;position:relative;z-index:2}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.welcome-section h1{color:#fff;font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.welcome-section p{color:#ffffffe6;font-size:1.2rem;line-height:1.6;max-width:600px}.logout-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.logout-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.resources-content{position:relative;z-index:2;padding-bottom:4rem}.content-intro{text-align:center;margin-bottom:3rem}.content-intro h2{color:#fff;font-size:2rem;margin-bottom:1rem;font-weight:700}.content-intro p{color:#fffc;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.resource-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.resource-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease;pointer-events:none}.resource-card:hover:before{opacity:1}.resource-card:hover{transform:translateY(-5px);border-color:#fff6;box-shadow:0 15px 35px #0003}.resource-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.resource-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}.resource-type{background:#fff3;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid rgba(255,255,255,.3)}.resource-content h3{color:#fff;font-size:1.3rem;margin-bottom:.75rem;font-weight:600;line-height:1.3}.resource-content p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.resource-actions{margin-top:auto}.access-btn{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;padding:.875rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.access-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}.access-btn:hover:before{left:100%}.access-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;filter:brightness(1.1)}.support-section{display:flex;justify-content:center}.support-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem;text-align:center;max-width:500px;width:100%}.support-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.support-card p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.support-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:25px;font-weight:600;transition:all .3s ease}@media (max-width: 768px){.resources-header{padding:100px 0 40px}.header-content{flex-direction:column;text-align:center;gap:1.5rem}.welcome-section h1{font-size:2rem}.welcome-section p{font-size:1.1rem}.content-intro h2{font-size:1.75rem}.resources-grid{grid-template-columns:1fr;gap:1.5rem}.resource-card{padding:1.5rem}.support-card{padding:2rem}}@media (max-width: 480px){.welcome-section h1{font-size:1.75rem}.content-intro h2{font-size:1.5rem}.resource-card{padding:1.25rem}.resource-header{flex-direction:column;text-align:center;gap:.75rem}.resource-icon{width:50px;height:50px;font-size:1.25rem}.access-btn{width:100%;justify-content:center}}.course-access-card{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:20px;padding:2rem;margin:2rem 0;text-align:center;transition:all .3s ease}.course-access-card:hover{transform:translateY(-5px);border-color:#ffffff80;box-shadow:0 15px 35px #0000004d}.course-access-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.course-access-card p{color:#ffffffe6;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.course-access-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:25px;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden}.course-access-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}.course-access-btn:hover:before{left:100%}.course-access-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66;filter:brightness(1.1)}@media (max-width: 768px){.course-access-card{padding:1.5rem;margin:1.5rem 0}.course-access-card h3{font-size:1.3rem}.course-access-btn{width:100%;justify-content:center}}.users-list-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.users-list-page:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.users-header{padding:120px 0 60px;position:relative;z-index:2;text-align:center}.users-header h1{color:#fff;font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.users-header p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.header-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.toggle-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.toggle-btn:hover,.toggle-btn.active{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.login-btn{background:linear-gradient(135deg,#06c,#667eea);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #06c6}.users-content{position:relative;z-index:2;padding-bottom:4rem}.users-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);border-color:#fff6}.stat-number{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-label{color:#fffc;font-weight:600}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.user-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.user-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease;pointer-events:none}.user-card:hover:before{opacity:1}.user-card:hover{transform:translateY(-5px);border-color:#fff6;box-shadow:0 15px 35px #0003}.user-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#06c,#667eea);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.user-role{color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.user-info h3{color:#fff;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.credential-item{margin-bottom:.75rem}.credential-item label{display:block;color:#fffc;font-size:.9rem;margin-bottom:.25rem;font-weight:600}.credential-value{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.credential-value span{flex:1;color:#fff;font-family:Courier New,monospace;font-size:.9rem}.credential-value span.hidden{letter-spacing:2px}.credential-value span.visible{letter-spacing:normal}.copy-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.25rem .5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.8rem}.copy-btn:hover{background:#ffffff4d;transform:scale(1.1)}.user-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.copy-all-btn{width:100%;background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.copy-all-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.info-section{display:flex;justify-content:center}.info-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;max-width:600px;width:100%}.info-card h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.info-card ul{list-style:none;padding:0;margin-bottom:1.5rem}.info-card li{color:#fffc;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.info-card li:before{content:"✓";position:absolute;left:0;color:#4ecdc4;font-weight:700}.contact-section{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.contact-section h4{color:#fff;margin-bottom:1rem;font-weight:600}.support-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease}.support-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36666}@media (max-width: 768px){.users-header{padding:80px 0 30px}.users-header h1{font-size:1.8rem;line-height:1.2;margin-bottom:.75rem}.users-header p{font-size:1rem;line-height:1.4;margin-bottom:1.5rem;padding:0 1rem}.header-actions{flex-direction:column;align-items:center;gap:.75rem}.toggle-btn,.login-btn{width:100%;max-width:280px;justify-content:center;padding:1rem 1.5rem;font-size:.95rem}.toggle-btn{background:#ffffff26;border:2px solid rgba(255,255,255,.25)}.toggle-btn:hover,.toggle-btn.active{background:#ffffff40;border-color:#fff6}.login-btn{background:linear-gradient(135deg,#4ecdc4,#44a08d);box-shadow:0 4px 15px #4ecdc44d}.users-content{padding-bottom:2rem}.users-stats{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.stat-card{padding:1.25rem 1rem;border-radius:16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25)}.stat-card:hover{transform:translateY(-3px);background:#ffffff2e}.stat-number{font-size:2rem;margin-bottom:.25rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.stat-label{font-size:.85rem;font-weight:700;color:#ffffffe6}.users-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}.user-card{padding:1.5rem;border-radius:20px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);position:relative;overflow:hidden}.user-card:hover{transform:translateY(-3px);background:#ffffff2e;box-shadow:0 10px 25px #00000026}.user-header{margin-bottom:1.25rem;flex-wrap:wrap;gap:.75rem}.user-avatar{width:45px;height:45px;font-size:1.1rem;background:linear-gradient(135deg,#4ecdc4,#44a08d);box-shadow:0 4px 12px #4ecdc44d}.user-role{padding:.4rem .8rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0003}.user-info h3{font-size:1.1rem;margin-bottom:1rem;text-align:center;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.credential-item{margin-bottom:1rem}.credential-item label{font-size:.85rem;margin-bottom:.4rem;color:#ffffffe6;font-weight:700}.credential-value{background:#ffffff26;border:1px solid rgba(255,255,255,.25);padding:.75rem;border-radius:12px;gap:.75rem}.credential-value span{font-size:.9rem;font-weight:600;color:#fff}.copy-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);padding:.4rem .6rem;border-radius:8px;font-size:.85rem;min-width:40px;display:flex;align-items:center;justify-content:center}.copy-btn:hover{background:#ffffff4d;transform:scale(1.05)}.user-actions{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.25)}.copy-all-btn{background:#ffffff26;border:2px solid rgba(255,255,255,.25);padding:1rem;border-radius:12px;font-size:.95rem;font-weight:700;transition:all .3s ease}.copy-all-btn:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px)}.info-section{margin-top:2rem}.info-card{padding:1.5rem;border-radius:20px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);margin:0 1rem}.info-card h3{font-size:1.2rem;margin-bottom:1rem;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.3)}.info-card ul{margin-bottom:1.25rem}.info-card li{font-size:.9rem;margin-bottom:.75rem;padding-left:1.25rem;line-height:1.4;color:#ffffffe6}.info-card li:before{font-size:.9rem;color:#4ecdc4}.contact-section{padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.25)}.contact-section h4{font-size:1rem;margin-bottom:1rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.support-btn{padding:1rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:700;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 15px #25d3664d;width:100%;max-width:250px}.support-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}}@media (max-width: 480px){.users-header{padding:70px 0 20px}.users-header h1{font-size:1.6rem}.users-header p{font-size:.9rem;padding:0 .5rem}.toggle-btn,.login-btn{max-width:100%;padding:.875rem 1.25rem;font-size:.9rem}.users-stats{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}.stat-card{padding:1rem;display:flex;align-items:center;justify-content:space-between;text-align:left}.stat-number{font-size:1.8rem;margin-bottom:0;order:2}.stat-label{font-size:.8rem;order:1;flex:1}.user-card{padding:1.25rem;margin:0 .5rem}.user-header{justify-content:center;text-align:center;flex-direction:column;gap:.5rem}.user-avatar{width:40px;height:40px;font-size:1rem;align-self:center}.user-role{align-self:center;font-size:.7rem;padding:.3rem .6rem}.user-info h3{font-size:1rem;margin-bottom:.875rem}.credential-item{margin-bottom:.875rem}.credential-item label{font-size:.8rem;margin-bottom:.3rem}.credential-value{padding:.625rem;gap:.5rem}.credential-value span{font-size:.85rem}.copy-btn{padding:.3rem .5rem;font-size:.8rem;min-width:35px}.copy-all-btn{padding:.875rem;font-size:.9rem}.info-card{padding:1.25rem;margin:0 .5rem}.info-card h3{font-size:1.1rem}.info-card li{font-size:.85rem;margin-bottom:.5rem;padding-left:1rem}.contact-section h4{font-size:.95rem}.support-btn{padding:.875rem 1.25rem;font-size:.9rem;max-width:100%}.copy-btn,.copy-all-btn,.toggle-btn,.login-btn,.support-btn{min-height:44px;touch-action:manipulation}.container{padding:0 .75rem}.users-grid{gap:1rem}}@media (max-width: 360px){.users-header h1{font-size:1.4rem}.users-header p{font-size:.85rem}.stat-card{padding:.875rem}.stat-number{font-size:1.6rem}.stat-label{font-size:.75rem}.user-card,.info-card{padding:1rem;margin:0 .25rem}}@media (max-width: 768px) and (orientation: landscape){.users-header{padding:60px 0 20px}.users-stats{grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-card{padding:.875rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}}.course-video-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.course-video-page:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.course-meta{display:flex;gap:2rem;flex-wrap:wrap}.video-section{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;box-shadow:0 15px 35px #0003}.video-container{width:100%}.video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:12px;overflow:hidden;background:#000;margin-bottom:1.5rem}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:12px}.video-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.video-info h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.video-info p{color:#fffc;font-size:.9rem}.video-actions{display:flex;gap:.75rem;flex-wrap:wrap}.external-btn,.refresh-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}.external-btn:hover,.refresh-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.course-sidebar{display:flex;flex-direction:column;gap:1.5rem}.course-info-card,.help-card,.navigation-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;transition:all .3s ease}.course-info-card:hover,.help-card:hover,.navigation-card:hover{transform:translateY(-5px);border-color:#fff6;box-shadow:0 15px 35px #0003}.course-info-card h3,.help-card h3,.navigation-card h3{color:#fff;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.topics-list{list-style:none;padding:0;margin:0}.topic-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffe6}.topic-item:last-child{border-bottom:none}.topic-number{background:#fff3;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}.topic-text{font-size:.9rem;line-height:1.4}.nav-links{display:flex;flex-direction:column;gap:.75rem}.nav-link{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center;font-size:.9rem}.nav-link:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}@media (max-width: 1024px){.course-content .container{grid-template-columns:1fr;gap:2rem}.course-sidebar{order:-1}}@media (max-width: 768px){.course-header{padding:100px 0 30px}.course-title-section h1{font-size:2rem}.course-nav{flex-direction:column;align-items:stretch;text-align:center}.user-info,.course-meta{justify-content:center}.video-controls{flex-direction:column;text-align:center}.video-actions{justify-content:center;width:100%}.external-btn,.refresh-btn{flex:1;justify-content:center}}@media (max-width: 480px){.course-title-section h1{font-size:1.75rem}.video-section,.course-info-card,.help-card,.navigation-card{padding:1.25rem}.meta-item{padding:.4rem .8rem;font-size:.9rem}.course-meta{gap:1rem}}.full-course-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.full-course-page:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.sections-list{display:flex;flex-direction:column;gap:1.5rem}.section-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;overflow:hidden;transition:all .3s ease}.section-card:hover{transform:translateY(-5px);border-color:#fff6;box-shadow:0 15px 35px #0003}.section-header{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.section-header:hover{background:#ffffff0d}.section-info h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.section-count{color:#ffffffb3;font-size:.9rem}.expand-icon{color:#fff;font-size:1.2rem;transition:transform .3s ease}.expand-icon.expanded{transform:rotate(180deg)}.lessons-list{border-top:1px solid rgba(255,255,255,.1);padding:0}.lesson-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.lesson-item:hover{background:#ffffff0d}.lesson-item:last-child{border-bottom:none}.lesson-content{display:flex;align-items:center;gap:1rem;flex:1}.lesson-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#4ecdc4;cursor:pointer}.lesson-info h4{color:#fff;font-size:1rem;margin-bottom:.25rem;font-weight:500}.lesson-duration{color:#fff9;font-size:.85rem}.lesson-actions{margin-left:1rem}.play-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.play-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.progress-card,.help-card,.resources-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;transition:all .3s ease}.progress-card:hover,.help-card:hover,.resources-card:hover{transform:translateY(-5px);border-color:#fff6;box-shadow:0 15px 35px #0003}.progress-card h3,.help-card h3,.resources-card h3{color:#fff;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.progress-stats{display:flex;justify-content:space-between;gap:1rem}.stat{text-align:center;flex:1}.stat-number{display:block;font-size:1.8rem;font-weight:700;color:#4ecdc4;margin-bottom:.25rem}.stat-label{color:#fffc;font-size:.85rem}.resource-links{display:flex;flex-direction:column;gap:.75rem}.resource-link{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center;font-size:.9rem}.resource-link:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}@media (max-width: 768px){.course-header{padding:100px 0 30px}.course-title-section h1{font-size:2rem}.course-nav{flex-direction:column;align-items:stretch;text-align:center}.user-info{justify-content:center}.course-meta{justify-content:center;gap:1rem}.meta-item{padding:.4rem .8rem;font-size:.9rem}.lesson-item{flex-direction:column;align-items:stretch;gap:1rem}.lesson-actions{margin-left:0}.play-btn{width:100%;justify-content:center}.progress-stats{flex-direction:column;gap:1rem}}@media (max-width: 480px){.course-title-section h1{font-size:1.75rem}.section-card,.progress-card,.help-card,.resources-card,.section-header{padding:1.25rem}.lesson-item{padding:.75rem 1.25rem}}.module-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;margin-bottom:1.5rem;transition:all .3s ease;overflow:hidden}.module-card:hover{transform:translateY(-2px);border-color:#fff6;box-shadow:0 10px 30px #0003}.module-card.locked{opacity:.6;cursor:not-allowed}.module-card.locked:hover{transform:none;box-shadow:none}.module-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;transition:background .3s ease}.module-header:hover{background:#ffffff0d}.module-info{display:flex;align-items:center;gap:1rem;flex:1}.module-icon-section{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#ffffff1a;border-radius:15px;border:1px solid rgba(255,255,255,.2)}.module-icon{font-size:1.8rem;line-height:1}.lock-overlay{position:absolute;top:-5px;right:-5px;font-size:1rem;background:#ff6b6be6;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.module-details{flex:1}.module-title{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.module-description{color:#fffc;font-size:.95rem;margin-bottom:.75rem;line-height:1.4}.module-meta{display:flex;gap:1rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.25rem;color:#ffffffb3;font-size:.85rem;font-weight:600}.meta-item.difficulty{font-weight:700}.meta-icon{font-size:.9rem}.module-progress-section{display:flex;align-items:center;gap:1rem}.progress-ring{position:relative;display:flex;align-items:center;justify-content:center}.progress-ring-svg{transform:rotate(-90deg)}.progress-ring-progress{transition:stroke-dashoffset .5s ease}.progress-text{position:absolute;color:#fff;font-size:.9rem;font-weight:700}.expand-indicator{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.expand-arrow{color:#fff;font-size:.8rem;transition:transform .3s ease}.module-lessons{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem;background:#ffffff0d}.lessons-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.lessons-header h4{color:#fff;font-size:1.1rem;font-weight:600}.lessons-count{color:#ffffffb3;font-size:.85rem;background:#ffffff1a;padding:.25rem .75rem;border-radius:12px}.lessons-list{display:flex;flex-direction:column;gap:.75rem}.lesson-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:12px;cursor:pointer;transition:all .3s ease}.lesson-item:hover{background:#ffffff26;border-color:#ffffff4d;transform:translate(5px)}.lesson-item.locked{opacity:.5;cursor:not-allowed}.lesson-item.locked:hover{transform:none;background:#ffffff1a}.lesson-item.completed{border-color:#4ecdc480;background:#4ecdc41a}.lesson-main{display:flex;align-items:center;gap:1rem;flex:1}.lesson-status{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:40px}.status-icon{font-size:1.2rem}.lesson-number{color:#fff9;font-size:.7rem;font-weight:600}.lesson-content{flex:1}.lesson-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.25rem;line-height:1.3}.lesson-description{color:#ffffffb3;font-size:.85rem;margin-bottom:.5rem;line-height:1.4}.lesson-meta{display:flex;gap:1rem;flex-wrap:wrap}.lesson-meta span{color:#fff9;font-size:.75rem;font-weight:600}.lesson-meta .duration{color:#4ecdc4}.lesson-meta .prerequisites{color:#feca57}.lesson-actions{display:flex;gap:.5rem;align-items:center}.favorite-btn,.complete-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:.9rem}.favorite-btn:hover,.complete-btn:hover{background:#fff3;transform:scale(1.1)}.favorite-btn.active{background:#ff6b6b33;border-color:#ff6b6b66}.complete-btn.completed{background:#4ecdc433;border-color:#4ecdc466}.module-locked-message{padding:1.5rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);background:#ff6b6b1a}.module-locked-message p{color:#fffc;margin-bottom:.5rem}.prerequisites-info{color:#fff9;font-size:.85rem}@media (max-width: 768px){.module-header{flex-direction:column;gap:1rem;align-items:stretch}.module-info{flex-direction:column;text-align:center;gap:.75rem}.module-icon-section{align-self:center}.module-meta{justify-content:center;gap:.75rem}.module-progress-section{justify-content:center}.lesson-item{flex-direction:column;gap:1rem;align-items:stretch}.lesson-main{flex-direction:column;text-align:center;gap:.75rem}.lesson-status{flex-direction:row;justify-content:center;gap:.5rem}.lesson-meta{justify-content:center;gap:.75rem}.lesson-actions{justify-content:center}.lessons-header{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 480px){.module-card{margin-bottom:1rem}.module-header,.module-lessons{padding:1rem}.lesson-item{padding:.75rem}.module-title{font-size:1.1rem}.lesson-title{font-size:.95rem}.meta-item{font-size:.8rem}}.modules-list{width:100%}.modules-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px}.modules-summary h2{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.modules-summary p{color:#fffc;font-size:.95rem}.modules-stats{display:flex;gap:1.5rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:80px}.stat-number{color:#fff;font-size:1.8rem;font-weight:700;line-height:1;margin-bottom:.25rem}.stat-label{color:#ffffffb3;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.modules-grid{display:flex;flex-direction:column;gap:1.5rem}.no-modules-found{text-align:center;padding:3rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px}.no-modules-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.no-modules-found h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.no-modules-found>p{color:#fffc;font-size:1rem;margin-bottom:1.5rem}.search-suggestions{background:#ffffff0d;border-radius:12px;padding:1.5rem;text-align:left;max-width:400px;margin:0 auto}.search-suggestions h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.75rem}.search-suggestions ul{list-style:none;padding:0}.search-suggestions li{color:#ffffffb3;font-size:.9rem;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.search-suggestions li:before{content:"💡";position:absolute;left:0;top:0}.modules-footer{margin-top:3rem;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px}.learning-path h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.path-visualization{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.path-step{display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:120px}.step-indicator{position:relative;width:60px;height:60px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;transition:all .3s ease}.step-indicator.available{border-color:#4ecdc499;background:#4ecdc41a}.step-indicator.completed{border-color:#4ecdc4;background:#4ecdc433;box-shadow:0 0 20px #4ecdc44d}.step-indicator.locked{opacity:.5}.step-number{color:#fff;font-size:.7rem;font-weight:700;line-height:1}.step-icon{font-size:1.2rem;line-height:1}.step-info{text-align:center}.step-info h4{color:#fff;font-size:.85rem;font-weight:600;margin-bottom:.5rem;line-height:1.2}.step-progress{width:80px;height:4px;background:#fff3;border-radius:2px;overflow:hidden;margin-bottom:.25rem}.progress-bar{height:100%;background:linear-gradient(90deg,#4ecdc4,#44a08d);border-radius:2px;transition:width .5s ease}.progress-text{color:#ffffffb3;font-size:.75rem;font-weight:600}.path-connector{display:flex;align-items:center;gap:.5rem;margin:0 .5rem}.connector-line{width:30px;height:2px;background:#ffffff4d;transition:background .3s ease}.connector-line.completed{background:#4ecdc4}.connector-arrow{color:#ffffff80;font-size:1rem}@media (max-width: 768px){.modules-header{flex-direction:column;gap:1rem;text-align:center}.modules-stats{justify-content:center;gap:1rem}.stat-item{min-width:60px}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.modules-summary h2{font-size:1.3rem}.path-visualization{flex-direction:column;gap:1.5rem}.path-step{width:100%;max-width:200px}.path-connector{transform:rotate(90deg);margin:0}.connector-line{width:20px}.step-info h4{font-size:.9rem}.step-progress{width:100px}}@media (max-width: 480px){.modules-header{padding:1rem}.modules-footer{padding:1.5rem}.no-modules-found{padding:2rem 1rem}.no-modules-icon{font-size:3rem}.search-suggestions{padding:1rem}.modules-stats{gap:.75rem}.stat-item{min-width:50px}.stat-number{font-size:1.3rem}.learning-path h3{font-size:1.1rem}.step-indicator{width:50px;height:50px}.step-icon{font-size:1rem}.step-number{font-size:.65rem}}.modules-grid .module-card{animation:fadeInUp .5s ease forwards;opacity:0;transform:translateY(20px)}.modules-grid .module-card:nth-child(1){animation-delay:.1s}.modules-grid .module-card:nth-child(2){animation-delay:.2s}.modules-grid .module-card:nth-child(3){animation-delay:.3s}.modules-grid .module-card:nth-child(4){animation-delay:.4s}.modules-grid .module-card:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.course-filters{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;margin-bottom:2rem;overflow:hidden}.filters-header{display:flex;align-items:center;gap:1rem;padding:1.5rem}.search-section{flex:1;position:relative}.search-input-container{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:#fff9;font-size:1rem;z-index:2}.search-input{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.875rem 1rem .875rem 2.5rem;color:#fff;font-size:.95rem;transition:all .3s ease}.search-input::placeholder{color:#ffffff80}.search-input:focus{outline:none;border-color:#4ecdc480;background:#ffffff26;box-shadow:0 0 0 3px #4ecdc41a}.clear-search-btn{position:absolute;right:.75rem;background:#ff6b6b33;border:1px solid rgba(255,107,107,.3);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;transition:all .3s ease}.clear-search-btn:hover{background:#ff6b6b4d;transform:scale(1.1)}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#000000e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;margin-top:.5rem;z-index:10}.suggestions-label{color:#ffffffb3;font-size:.8rem;font-weight:600;display:block;margin-bottom:.5rem}.suggestions-list{display:flex;flex-wrap:wrap;gap:.5rem}.suggestion-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fffc;padding:.4rem .8rem;border-radius:8px;font-size:.8rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.25rem}.suggestion-btn:hover{background:#fff3;color:#fff;transform:translateY(-1px)}.filters-toggle{position:relative;display:flex;align-items:center;gap:.5rem}.toggle-filters-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.875rem 1.25rem;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.toggle-filters-btn:hover,.toggle-filters-btn.active{background:#fff3;border-color:#fff6}.toggle-icon{font-size:1rem}.expand-arrow{font-size:.8rem;transition:transform .3s ease}.expand-arrow.rotated{transform:rotate(180deg)}.active-filters-indicator{position:absolute;top:-8px;right:-8px;background:#ff6b6b;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid rgba(255,255,255,.2)}.filters-panel{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem;background:#ffffff0d}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.75rem}.filter-label{color:#fff;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.label-icon{font-size:1rem}.filter-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem;color:#fff;font-size:.9rem;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#4ecdc480;background:#ffffff26}.filter-select option{background:#2c3e50;color:#fff}.status-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.status-filter-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fffc;padding:.75rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.status-filter-btn:hover{background:#ffffff26;color:#fff}.status-filter-btn.active{background:#4ecdc433;border-color:#4ecdc480;color:#fff}.status-icon{font-size:.9rem}.filters-actions{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.results-info{color:#ffffffb3;font-size:.9rem;font-weight:600}.clear-filters-btn{background:#ff6b6b33;border:1px solid rgba(255,107,107,.3);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.clear-filters-btn:hover{background:#ff6b6b4d;transform:translateY(-1px)}.clear-icon{font-size:.9rem}.active-filters-summary{border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;background:#ffffff0d}.active-filters-list{display:flex;flex-wrap:wrap;gap:.75rem}.active-filter{background:#4ecdc433;border:1px solid rgba(78,205,196,.3);border-radius:8px;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem}.filter-type{color:#ffffffb3;font-weight:600}.filter-value{color:#fff;font-weight:600}.remove-filter-btn{background:#ff6b6b4d;border:none;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.7rem;transition:all .3s ease}.remove-filter-btn:hover{background:#ff6b6b80;transform:scale(1.1)}@media (max-width: 768px){.filters-header{flex-direction:column;gap:1rem;align-items:stretch}.search-section{order:1}.filters-toggle{order:2;justify-content:center}.filters-grid{grid-template-columns:1fr;gap:1rem}.status-filters{grid-template-columns:1fr}.filters-actions{flex-direction:column;gap:1rem;align-items:stretch;text-align:center}.active-filters-list{justify-content:center}.active-filter{flex-direction:column;text-align:center;gap:.25rem}}@media (max-width: 480px){.filters-header,.filters-panel{padding:1rem}.search-input{font-size:.9rem;padding:.75rem 1rem .75rem 2.25rem}.toggle-filters-btn{padding:.75rem 1rem;font-size:.85rem}.filter-select,.status-filter-btn{padding:.625rem;font-size:.85rem}.active-filters-summary{padding:.75rem 1rem}}.fl20-course-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.fl20-course-page:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.course-header{padding:120px 0 40px;position:relative;z-index:2}.header-content{color:#fff}.course-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.back-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.back-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{color:#ffffffe6;font-weight:600}.logout-btn{background:#ff6b6b33;border:2px solid rgba(255,107,107,.4);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.logout-btn:hover{background:#ff6b6b4d;border-color:#ff6b6b99;transform:translateY(-2px)}.course-badge{display:inline-block;background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3)}.course-title-section h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.course-title-section p{font-size:1.2rem;color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6}.course-meta{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.meta-item{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.meta-icon{font-size:1.1rem}.progress-section{background:#ffffff1a;padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.2)}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600}.progress-percentage{font-size:1.2rem;color:#4ecdc4}.progress-bar{width:100%;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4ecdc4,#44a08d);border-radius:4px;transition:width .3s ease}.course-content{position:relative;z-index:2;padding-bottom:4rem}.course-content .container{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}.section-header{margin-bottom:2rem}.section-header h2{color:#fff;font-size:2rem;margin-bottom:.5rem;font-weight:700}.section-header p{color:#fffc;font-size:1.1rem}.lessons-grid{display:flex;flex-direction:column;gap:2rem}.lesson-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.lesson-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease;pointer-events:none}.lesson-card:hover:before{opacity:1}.lesson-card:hover{transform:translateY(-5px);border-color:#fff6;box-shadow:0 15px 35px #0003}.lesson-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.lesson-number{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.lesson-checkbox{position:relative;cursor:pointer}.lesson-checkbox input[type=checkbox]{width:24px;height:24px;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0;left:0;width:24px;height:24px;background:#fff3;border:2px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:transparent;transition:all .3s ease;pointer-events:none}.lesson-checkbox input[type=checkbox]:checked+.checkmark{background:#4ecdc4;border-color:#4ecdc4;color:#fff}.lesson-content h3{color:#fff;font-size:1.4rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.lesson-content p{color:#fffc;margin-bottom:1.5rem;line-height:1.6}.lesson-objectives{background:#ffffff0d;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1)}.lesson-objectives h4{color:#fff;font-size:1rem;margin-bottom:1rem;font-weight:600}.lesson-objectives ul{list-style:none;padding:0;margin:0}.lesson-objectives li{color:#fffc;margin-bottom:.5rem;padding-left:1.5rem;position:relative;font-size:.9rem}.lesson-objectives li:before{content:"•";position:absolute;left:0;color:#4ecdc4;font-weight:700}.lesson-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem}.duration,.type{color:#ffffffb3;font-size:.9rem;font-weight:500}.lesson-actions{display:flex;gap:1rem;flex-wrap:wrap}.watch-btn,.drive-btn{padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;border:none;font-size:.9rem}.watch-btn{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.watch-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ecdc466}.drive-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff}.drive-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.course-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem}.progress-card,.next-steps-card,.help-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;transition:all .3s ease}.progress-card:hover,.next-steps-card:hover,.help-card:hover{transform:translateY(-5px);border-color:#fff6;box-shadow:0 15px 35px #0003}.progress-card h3,.next-steps-card h3,.help-card h3{color:#fff;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.circular-progress{display:flex;justify-content:center;margin-bottom:1rem}.progress-circle{width:80px;height:80px;border-radius:50%;background:conic-gradient(#4ecdc4,#fff3 0deg);display:flex;align-items:center;justify-content:center;position:relative}.progress-circle:before{content:"";width:60px;height:60px;border-radius:50%;background:#ffffff1a;position:absolute}.progress-text{color:#fff;font-weight:700;font-size:1.1rem;z-index:1}.progress-card p{color:#fffc;text-align:center;font-size:.9rem}.next-steps-card p{color:#fffc;margin-bottom:1rem;font-size:.9rem}.next-steps-card ul{list-style:none;padding:0;margin:0}.next-steps-card li{color:#fffc;margin-bottom:.5rem;padding-left:1.5rem;position:relative;font-size:.9rem}.next-steps-card li:before{content:"→";position:absolute;left:0;color:#4ecdc4;font-weight:700}.help-card p{color:#fffc;margin-bottom:1rem;line-height:1.5;font-size:.9rem}.help-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease;width:100%;justify-content:center}.help-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36666}.video-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-overlay{position:absolute;inset:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-content{position:relative;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h3{color:#fff;font-size:1.3rem;font-weight:600;margin:0}.close-btn{background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;background:#000}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.modal-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.lesson-info p{color:#fffc;margin-bottom:.5rem;line-height:1.5}.lesson-duration{color:#fff9;font-size:.9rem}.modal-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.complete-btn,.external-btn{padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;border:none;font-size:.9rem}.complete-btn{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.complete-btn.completed{background:linear-gradient(135deg,#28a745,#20c997)}.complete-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ecdc466}.external-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff}.external-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}@media (max-width: 1024px){.course-content .container{grid-template-columns:1fr;gap:2rem}.course-sidebar{order:-1;position:static}}@media (max-width: 768px){.course-header{padding:100px 0 30px}.course-title-section h1{font-size:2rem}.course-nav{flex-direction:column;align-items:stretch;text-align:center}.user-info{justify-content:center}.course-meta{justify-content:center;gap:1rem}.meta-item{padding:.4rem .8rem;font-size:.9rem}.lesson-actions{flex-direction:column}.watch-btn,.drive-btn{width:100%;justify-content:center}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-actions{flex-direction:column}.complete-btn,.external-btn{width:100%;justify-content:center}}@media (max-width: 480px){.course-title-section h1{font-size:1.75rem}.lesson-card{padding:1.5rem}.lesson-objectives{padding:1rem}.progress-card,.next-steps-card,.help-card{padding:1.25rem}}.course-main-content{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}.progress-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.progress-details h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:1rem}.module-progress-item{margin-bottom:1rem}.module-progress-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.module-icon{font-size:.9rem}.module-name{flex:1;color:#fffc;font-size:.85rem;font-weight:600}.module-percentage{color:#4ecdc4;font-size:.8rem;font-weight:700}.module-progress-bar{height:4px;background:#fff3;border-radius:2px;overflow:hidden}.module-progress-fill{height:100%;background:linear-gradient(90deg,#4ecdc4,#44a08d);border-radius:2px;transition:width .5s ease}.next-lesson-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.next-lesson-card h3{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.recommended-lesson h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.recommended-lesson p{color:#fffc;font-size:.85rem;margin-bottom:.75rem;line-height:1.4}.start-lesson-btn{width:100%;background:linear-gradient(135deg,#4ecdc4,#44a08d);border:none;color:#fff;padding:.75rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.start-lesson-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #4ecdc44d}.favorites-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.favorites-card h3{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.favorites-list{display:flex;flex-direction:column;gap:.75rem}.favorite-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;background:#ffffff1a;border-radius:8px;transition:all .3s ease}.favorite-item:hover{background:#ffffff26}.favorite-title{color:#ffffffe6;font-size:.8rem;font-weight:600;flex:1;line-height:1.3}.favorite-play-btn{background:#4ecdc433;border:1px solid rgba(78,205,196,.3);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;transition:all .3s ease}.favorite-play-btn:hover{background:#4ecdc44d;transform:scale(1.1)}.favorites-more{color:#fff9;font-size:.8rem;text-align:center;padding:.5rem;font-style:italic}@media (max-width: 1024px){.course-main-content{grid-template-columns:1fr;gap:2rem}.course-sidebar{order:-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.course-main-content{gap:1.5rem}.course-sidebar{grid-template-columns:1fr;gap:1rem}.progress-card,.next-lesson-card,.favorites-card,.help-card{padding:1.25rem}.module-progress-info{gap:.4rem}.module-name{font-size:.8rem}.module-percentage,.favorite-title{font-size:.75rem}.favorite-play-btn{width:24px;height:24px;font-size:.7rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.app{min-height:100vh}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes backgroundShift{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(-5px) translateY(-10px)}50%{transform:translate(10px) translateY(5px)}75%{transform:translate(-3px) translateY(8px)}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
