@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--secondary-gradient:linear-gradient(135deg,#3498db,#2980b9);--success-gradient:linear-gradient(135deg,#27ae60,#229954);--danger-gradient:linear-gradient(135deg,#e74c3c,#c0392b);--warning-gradient:linear-gradient(135deg,#f39c12,#e67e22);--dark-gradient:linear-gradient(135deg,#2c3e50,#34495e);--teal-gradient:linear-gradient(135deg,#1abc9c,#16a085);--glass-bg:#ffffff1a;--glass-border:#fff3;--shadow-light:0 8px 32px #0000001a;--shadow-medium:0 12px 40px #00000026;--shadow-heavy:0 20px 60px #0003;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Poppins,sans-serif;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-light);justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-brand,.navbar{align-items:center;display:flex}.nav-brand{gap:.8rem}.nav-brand .logo{border-radius:50%;height:40px;width:40px}.nav-brand h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:1.8rem;font-weight:700;margin-top:10px}.nav-links{align-items:center;display:flex;gap:1.5rem}@media (max-width:768px){.nav-links{flex-direction:column;gap:.5rem}}.nav-links a{border-radius:25px;color:#333;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.nav-links a:hover{background:var(--primary-gradient);box-shadow:var(--shadow-light);color:#fff;transform:translateY(-2px)}.nav-links button{background:var(--danger-gradient);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:500;padding:.7rem 1.5rem;transition:all .3s ease}.nav-links button:hover{box-shadow:0 5px 15px #ff6b6b66;transform:translateY(-2px)}.home{padding:0}.hero{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eeaf2,#764ba2f2);border-bottom:1px solid var(--glass-border);color:#fff;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");content:""}.hero:after,.hero:before{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero:after{animation:codeFlow 30s linear infinite;color:#ffffff0d;content:'function learn() { return "success"; } \A if(student.motivated) { kalvizhi.teach(); } \A <html><body>Hello World</body></html> \A print("Welcome to Kalvizhi")';font-family:Courier New,monospace;font-size:.7rem;line-height:3;pointer-events:none;white-space:pre}@keyframes codeFlow{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}.hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.hero h2{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.hero .tagline{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.hero .description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border:none;border-radius:30px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-primary{background:var(--danger-gradient);box-shadow:var(--shadow-medium);color:#fff}.cta-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--glass-bg);border:2px solid var(--glass-border);color:#fff}.cta-button:hover{box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.features-section{background:#fff;padding:4rem 2rem}.container{margin:0 auto;max-width:1200px}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);border-radius:25px;box-shadow:var(--shadow-light);overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.feature-card:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.feature-card:hover:before{left:100%}.feature-card:hover{background:#fffffffa;border-color:#667eea66;box-shadow:var(--shadow-heavy);transform:translateY(-15px) scale(1.02)}.feature-icon{animation:iconBounce 2s ease-in-out infinite;display:block;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));font-size:4rem;margin-bottom:1.5rem;transition:all .3s ease}.feature-card:hover .feature-icon{filter:drop-shadow(0 15px 30px rgba(102,126,234,.4));transform:scale(1.2) rotate(10deg)}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.feature-card h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.courses-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eeae6,#764ba2e6);padding:4rem 2rem;position:relative}.courses-section .section-title{-webkit-text-fill-color:#fff!important;background:none!important;color:#fff!important}.courses-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-top:2rem}.dashboard .courses-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.course-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);border-radius:25px;box-shadow:var(--shadow-medium);overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.course-card:before{background:linear-gradient(45deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.course-card:hover{background:#fffffffa;box-shadow:var(--shadow-heavy);transform:translateY(-8px) scale(1.02)}.course-card h4{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.course-card p{color:#666;font-size:1rem;line-height:1.7;margin-bottom:2rem}.auth-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);border-radius:25px;box-shadow:var(--shadow-medium);margin:3rem auto;max-width:450px;padding:3rem}.auth-form h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;font-weight:700;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{background:#fff;border:2px solid #e1e8ed;border-radius:15px;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}button{background:var(--primary-gradient);border:none;border-radius:25px;box-shadow:var(--shadow-light);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease;width:100%}button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}button:hover:before{left:100%}button:hover{box-shadow:var(--shadow-medium);transform:translateY(-3px)}.dashboard button{font-size:.95rem;padding:.8rem 1.5rem}.message{background:linear-gradient(45deg,#00b894,#00cec9);margin-bottom:1rem}.error,.message{border-radius:15px;color:#fff;font-weight:500;padding:1rem;text-align:center}.error{background:linear-gradient(45deg,#ff6b6b,#ee5a24);margin-top:1rem}.dashboard{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#667eea14,#764ba214);margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.user-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);border-radius:25px;box-shadow:var(--shadow-light);display:flex;justify-content:space-between;margin-bottom:3rem;padding:2rem}.user-info h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.user-details{align-items:center;display:flex;gap:1rem}.username{background:#fff;border:1px solid #e1e8ed;border-radius:15px;box-shadow:0 2px 8px #0000001a;color:#333;font-size:.9rem;padding:.3rem .8rem}.user-email{color:#666;font-size:.9rem}.badge-container,.eligibility-badge{align-items:center;display:flex}.badge-container{gap:1rem}.eligibility-badge .badge{border-radius:20px;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.refresh-btn{background:#667eea!important;border:none!important;border-radius:15px!important;color:#fff!important;cursor:pointer!important;font-size:.8rem!important;font-weight:500!important;padding:.4rem .8rem!important;transition:all .3s ease!important;width:auto!important}.refresh-btn:hover{background:#5a6fd8!important;transform:translateY(-1px)!important}.badge.eligible{background:#27ae60;color:#fff}.badge.not_eligible{background:#e74c3c;color:#fff}.badge.pending_review{background:#f39c12;color:#fff}.hero-logo{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.hero-logo-img{border-radius:50%;box-shadow:0 10px 30px #0003;height:80px;width:80px}.course-image{border-radius:20px 20px 0 0;height:200px;overflow:hidden;position:relative;width:100%}.course-image img{animation:imageFloat 6s ease-in-out infinite;height:100%;object-fit:cover;transition:all .5s ease;width:100%}.course-card:hover .course-image img{filter:brightness(1.2) saturate(1.3);transform:scale(1.1) rotate(2deg)}.course-image:before{animation:imageShimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%;z-index:1}@keyframes imageFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes imageShimmer{0%{left:-100%}50%{left:100%}to{left:100%}}.course-content{padding:1.5rem}.course-link{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:25px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-top:1rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.course-link:hover{box-shadow:0 8px 20px #667eea66;color:#fff;transform:translateY(-2px)}.section-animation{animation:codeGlow 3s ease-in-out infinite;font-family:Courier New,monospace;font-size:.9rem;opacity:.1;position:absolute;right:2rem;top:2rem}.code-snippet{color:#667eea}.html-snippet{color:#ff6b6b}.python-snippet{color:#0f0}.code-keyword{color:#ff79c6;font-weight:700}.code-variable{color:#50fa7b}.code-function{color:#8be9fd}.html-tag{color:#f55}@keyframes codeGlow{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.courses-section,.features-section{position:relative}.section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);border-radius:30px;box-shadow:var(--shadow-light);margin-bottom:3rem;padding:2.5rem;transition:all .3s ease}.section:hover{background:#fffffffa;box-shadow:var(--shadow-medium);transform:translateY(-5px)}.section h3{align-items:center;color:#2c3e50;display:flex;font-size:2rem;font-weight:600;gap:.5rem;margin-bottom:2rem}.application-item{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;box-shadow:0 15px 40px #667eea33;color:#fff;margin-bottom:1.5rem;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.application-item:before{background:linear-gradient(45deg,#ffffff1a,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.application-item:hover{box-shadow:0 25px 60px #667eea4d;transform:translateY(-3px)}.application-item h4{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.status{border-radius:15px;font-size:.9rem;font-weight:700;padding:.3rem .8rem}.status.pending{background:#f39c12;color:#fff}.status.approved{background:#27ae60;color:#fff}.status.rejected{background:#e74c3c;color:#fff}.whatsapp-group a{background:#25d366;border-radius:25px;color:#fff;display:inline-block;font-weight:600;margin-top:1rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.whatsapp-group a:hover{box-shadow:0 5px 15px #25d36666;transform:translateY(-2px)}.footer{background:#2c3e50;color:#fff;margin-top:4rem;padding:2rem;text-align:center}.footer p{margin-bottom:.5rem}.powered-by{font-size:.9rem;opacity:.8}.coding-animation{display:flex;justify-content:center;margin:2rem 0}.code-window{background:#1e1e1e;border-radius:10px;box-shadow:0 10px 30px #0000004d;overflow:hidden;width:300px}.window-header{background:#333;display:flex;gap:.5rem;padding:.8rem}.dot{border-radius:50%;height:12px;width:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27ca3f}.code-content{color:#0f0;font-family:Courier New,monospace;font-size:1rem;padding:1.5rem}.typing-text{animation:typing 3s steps(20) infinite,blink 1s infinite;border-right:2px solid #0f0;overflow:hidden;white-space:nowrap;width:0}@keyframes typing{0%{width:0}50%{width:100%}to{width:0}}@keyframes blink{0%,50%{border-color:#0f0}51%,to{border-color:#0000}}.floating-code{animation:float 20s linear infinite;color:#ffffff1a;font-family:Courier New,monospace;font-size:.8rem;pointer-events:none;position:absolute}.floating-code:first-child{animation-delay:0s;left:10%;top:10%}.floating-code:nth-child(2){animation-delay:5s;right:15%;top:20%}.floating-code:nth-child(3){animation-delay:10s;bottom:30%;left:20%}.floating-code:nth-child(4){animation-delay:15s;bottom:20%;right:10%}@keyframes float{0%{opacity:0;transform:translateY(0) rotate(0deg)}10%{opacity:.1}90%{opacity:.1}to{opacity:0;transform:translateY(-100px) rotate(1turn)}}.features-coding-animation{display:flex;justify-content:center;margin:3rem 0}.feature-code-window{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #667eea4d;border-radius:20px;box-shadow:0 20px 60px #00000080;overflow:hidden;transform:perspective(1000px) rotateX(5deg);transition:all .4s ease;width:450px}.feature-code-window:hover{box-shadow:0 30px 80px #667eea66;transform:perspective(1000px) rotateX(0deg) scale(1.05)}.feature-window-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;gap:1rem;padding:1.2rem}.feature-window-title{color:#fff;font-family:Courier New,monospace;font-size:1rem;font-weight:600;margin-left:auto;text-shadow:0 0 10px #ffffff80}.feature-dot{animation:featurePulse 3s infinite;border-radius:50%;box-shadow:0 0 15px #fff6;height:16px;width:16px}.feature-dot.red{animation-delay:0s;background:#ff5f56}.feature-dot.yellow{animation-delay:.5s;background:#ffbd2e}.feature-dot.green{animation-delay:1s;background:#27ca3f}.feature-code-content{background:linear-gradient(135deg,#1a1a2e,#0f0f23);font-family:Courier New,monospace;font-size:1.2rem;line-height:2;padding:2.5rem}.feature-code-line{animation:featureFadeIn .8s ease forwards;color:#61dafb;margin-bottom:.8rem;opacity:0}.feature-code-line:first-child{animation-delay:.5s;color:#ff79c6}.feature-code-line:nth-child(2){animation-delay:1.5s}.feature-code-line:nth-child(3){animation-delay:2.5s}.feature-code-line:nth-child(4){animation-delay:3.5s}.feature-code-line:nth-child(5){animation-delay:4.5s;color:#ff79c6}.feature-typing-1{animation:featureTyping1 3s steps(20) infinite,featureGlow 1s infinite;animation-delay:1.5s;border-right:3px solid #0f0;color:#0f0!important;text-shadow:0 0 10px #0f0}.feature-typing-1,.feature-typing-2{overflow:hidden;white-space:nowrap;width:0}.feature-typing-2{animation:featureTyping2 3s steps(25) infinite,featureGlow2 1s infinite;animation-delay:2.5s;border-right:3px solid #ffbd2e;color:#ffbd2e!important;text-shadow:0 0 10px #ffbd2e}.feature-typing-3{animation:featureTyping3 3s steps(18) infinite,featureGlow3 1s infinite;animation-delay:3.5s;border-right:3px solid #ff6b6b;color:#ff6b6b!important;overflow:hidden;text-shadow:0 0 10px #ff6b6b;white-space:nowrap;width:0}@keyframes featurePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}@keyframes featureFadeIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes featureTyping1{0%{width:0}40%{width:100%}60%{width:100%}to{width:0}}@keyframes featureTyping2{0%{width:0}45%{width:100%}65%{width:100%}to{width:0}}@keyframes featureTyping3{0%{width:0}50%{width:100%}70%{width:100%}to{width:0}}@keyframes featureGlow{0%,50%{border-color:#0f0;box-shadow:0 0 10px #0f0}51%,to{border-color:#0000;box-shadow:none}}@keyframes featureGlow2{0%,50%{border-color:#ffbd2e;box-shadow:0 0 10px #ffbd2e}51%,to{border-color:#0000;box-shadow:none}}@keyframes featureGlow3{0%,50%{border-color:#ff6b6b;box-shadow:0 0 10px #ff6b6b}51%,to{border-color:#0000;box-shadow:none}}.learning-path-title{animation:titlePulse 3s ease-in-out infinite;font-size:3rem;margin-bottom:4rem;text-align:center;text-shadow:0 0 20px #ffffff80}.learning-path-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;position:relative}.path-step{animation:stepFloat 4s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #fff3;border-radius:25px;padding:2.5rem;position:relative;transition:all .5s ease;width:280px}.path-step:hover{background:#ffffff40;box-shadow:0 20px 40px #0000004d;transform:scale(1.1) translateY(-10px)}.step-1{animation-delay:0s}.step-2{animation-delay:1s}.step-3{animation-delay:2s}.step-4{animation-delay:3s}.step-icon{animation:iconSpin 6s linear infinite;filter:drop-shadow(0 0 15px rgba(255,255,255,.8));font-size:4rem}.step-content h4,.step-icon{margin-bottom:1rem;text-align:center}.step-content h4{font-size:1.5rem;font-weight:700}.step-content p{line-height:1.6;opacity:.9;text-align:center}.step-number{align-items:center;animation:numberPulse 2s ease-in-out infinite;background:linear-gradient(45deg,#ff6b6b,#ee5a24);border-radius:50%;box-shadow:0 5px 15px #ff6b6b66;color:#fff;display:flex;font-size:1.2rem;font-weight:900;height:50px;justify-content:center;position:absolute;right:-15px;top:-15px;width:50px}.path-connector{animation:connectorGlow 3s ease-in-out infinite;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;height:4px;position:relative;width:80px}.path-connector:before{animation:connectorFlow 2s linear infinite;background:linear-gradient(90deg,#0000,#fff9,#0000);border-radius:4px;content:"";height:8px;left:0;position:absolute;top:-2px;width:100%}@keyframes titlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes stepFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes iconSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes numberPulse{0%,to{box-shadow:0 5px 15px #ff6b6b66;transform:scale(1)}50%{box-shadow:0 10px 25px #ff6b6bcc;transform:scale(1.2)}}@keyframes connectorGlow{0%,to{box-shadow:0 0 10px #667eea80}50%{box-shadow:0 0 20px #667eea}}@keyframes connectorFlow{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.step-code-animation{margin:1rem 0}.mini-code-window{background:#1a1a1a;border:1px solid #fff3;border-radius:8px;padding:.8rem}.mini-code-content{font-family:Courier New,monospace;font-size:.9rem}.mini-typing-text{animation:miniTyping 3s steps(20) infinite,miniBlink 1s infinite;border-right:2px solid;overflow:hidden;white-space:nowrap;width:0}.path-step.approved{background:#27ae6033;border-color:#27ae60}.path-step.pending{background:#f39c1233;border-color:#f39c12}.path-step.rejected{background:#e74c3c33;border-color:#e74c3c}@keyframes miniTyping{0%{width:0}50%{width:100%}to{width:0}}@keyframes miniBlink{0%,50%{border-color:currentColor}51%,to{border-color:#0000}}.admin-dashboard{background:var(--dark-gradient);min-height:100vh;padding:2rem;position:relative}.admin-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);border-radius:20px;box-shadow:var(--shadow-light);display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.admin-title h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:.5rem}.admin-stats{display:flex;gap:1.5rem}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--secondary-gradient);border:1px solid #ffffff1a;border-radius:15px;box-shadow:var(--shadow-light);color:#fff;min-width:100px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.admin-tabs{gap:1rem;margin-bottom:2rem}.admin-tab{align-items:center;background:#ffffffe6;border:none;border-radius:15px;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.admin-tab.active{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 5px 15px #e74c3c66;color:#fff;transform:translateY(-2px)}.tab-icon{font-size:1.2rem}.admin-section{box-shadow:0 10px 30px #0000001a}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.users-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.user-card{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:1.5rem;transition:all .3s ease}.user-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.user-avatar{margin-bottom:1rem;text-align:center}.avatar-circle{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto;width:60px}.user-info h3{color:#333;margin-bottom:.5rem}.username{color:#667eea;font-weight:600}.email,.phone{color:#666;font-size:.9rem;margin:.25rem 0}.status-badge{border-radius:15px;font-size:.8rem;padding:.3rem .8rem}.status-badge.eligible{background:#27ae60}.status-badge.not_eligible{background:#e74c3c}.status-badge.pending_review{background:#f39c12;color:#fff}.status-selector{border:2px solid #e1e8ed;border-radius:10px;margin-top:1rem;padding:.5rem;width:100%}.action-btn{border:none;border-radius:10px;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-btn.approve{background:#27ae60;color:#fff;margin-right:.5rem}.action-btn.reject{background:#e74c3c;color:#fff}@media (max-width:768px){.admin-header{gap:1rem}.admin-header,.admin-stats{flex-direction:column}.users-grid{grid-template-columns:1fr}.learning-path-container{flex-direction:column}.path-connector{height:60px;transform:rotate(90deg);width:4px}.path-step{max-width:300px;width:90%}.features-coding-animation{margin:2rem 0}.feature-code-window{max-width:350px;width:90%}.feature-code-content{font-size:1rem;padding:1.5rem}.coding-animation{margin:1rem 0}.code-window{width:250px}.section-animation{display:none}.hero h2{font-size:2.5rem}.nav-links{flex-direction:column;gap:.5rem}.cta-buttons{align-items:center;flex-direction:column}.courses-grid,.features-grid{grid-template-columns:1fr}.dashboard{padding:1rem}.dashboard h2{font-size:2.2rem}.user-header{align-items:center;flex-direction:column;text-align:center}.user-details{flex-direction:column;gap:.5rem}.section{margin-bottom:2rem}.application-item,.course-card,.section{padding:1.5rem}}.add-btn{background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.add-btn:hover{box-shadow:0 4px 12px #4caf504d}.export-btn{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.export-btn:hover{box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.edit-btn{background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;margin-right:8px;padding:6px 12px;transition:all .2s ease}.edit-btn:hover{box-shadow:0 2px 8px #2196f34d;transform:translateY(-1px)}.delete-btn{background:linear-gradient(135deg,#f44336,#d32f2f);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s ease}.delete-btn:hover{box-shadow:0 2px 8px #f443364d;transform:translateY(-1px)}.form-modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.form-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-width:90vw;padding:30px;width:500px}.form-content h3{color:#333;margin-bottom:20px;text-align:center}.form-content input,.form-content select,.form-content textarea{border:2px solid #e0e0e0;border-radius:8px;font-size:14px;margin-bottom:15px;padding:12px;transition:border-color .3s ease;width:100%}.form-content input:focus,.form-content select:focus,.form-content textarea:focus{border-color:#3498db;outline:none}.form-content textarea{height:80px;resize:vertical}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.form-actions button{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.form-actions button:first-child{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.form-actions button:last-child{background:#f5f5f5;color:#666}.form-actions button:hover{transform:translateY(-1px)}.admin-table{border-collapse:collapse;margin-top:20px;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #e0e0e0;padding:12px;text-align:left}.admin-table th{background:linear-gradient(135deg,#34495e,#2c3e50);color:#fff;font-weight:600}.admin-table tr:hover{background-color:#f8f9ff;transform:translateY(-1px);transition:all .2s ease}.bulk-actions-bar{align-items:center;animation:slideDown .3s ease;border-radius:12px;box-shadow:0 5px 15px #1abc9c4d;color:#fff;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px 20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.bulk-info{font-size:14px;font-weight:600}.bulk-buttons{align-items:center;display:flex;gap:10px}.bulk-buttons select{background:#fff;border:none;border-radius:6px;color:#333;cursor:pointer;font-weight:500;padding:8px 12px}.bulk-approve-btn,.bulk-clear-btn,.bulk-delete-btn,.bulk-reject-btn{border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;padding:8px 16px;transition:all .2s ease}.bulk-delete-btn{background:#dc3545;color:#fff}.bulk-approve-btn{background:#28a745;color:#fff}.bulk-reject-btn{background:#6c757d;color:#fff}.bulk-clear-btn{background:#fff3;border:1px solid #ffffff4d;color:#fff}.bulk-approve-btn:hover,.bulk-clear-btn:hover,.bulk-delete-btn:hover,.bulk-reject-btn:hover{opacity:.9;transform:translateY(-1px)}.admin-menu-bar{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);border-radius:15px;box-shadow:var(--shadow-light);display:flex;justify-content:space-between;margin-bottom:20px;padding:15px 20px}.admin-actions,.admin-tabs{display:flex;gap:10px}@media (max-width:768px){.admin-menu-bar{flex-direction:column;gap:15px}.admin-actions,.admin-tabs{justify-content:center;width:100%}}.refresh-all-btn{background:linear-gradient(135deg,#17a2b8,#138496);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease}.refresh-all-btn:hover{box-shadow:0 4px 12px #17a2b84d;transform:translateY(-2px)}.selected-row{background:#3498db1a!important;border-left:4px solid #3498db}.admin-table td:first-child,.admin-table th:first-child{text-align:center;width:40px}.admin-table input[type=checkbox]{accent-color:#3498db;cursor:pointer;height:16px;width:16px}.status-badge{border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.status-badge.pending{background:#ffc107;color:#212529}.status-badge.approved{background:#28a745;color:#fff}.status-badge.rejected{background:#dc3545;color:#fff}.status-badge.eligible{background:#28a745;color:#fff}.status-badge.not_eligible{background:#dc3545;color:#fff}.status-badge.pending_review{background:#ffc107;color:#212529}@media (max-width:768px){.bulk-actions-bar{align-items:stretch;flex-direction:column;gap:15px}.bulk-buttons{flex-wrap:wrap;justify-content:center}.admin-menu-bar{flex-direction:column;gap:15px}.admin-tabs{flex-direction:column;width:100%}.admin-tab{justify-content:center;width:100%}.admin-dashboard>.admin-tabs{display:none}}.stat-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px) scale(1.05)}.add-btn:hover,.admin-tab:hover{box-shadow:var(--shadow-light);transform:translateY(-2px)}.delete-btn:hover,.edit-btn:hover{box-shadow:var(--shadow-light);transform:translateY(-1px)}.admin-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);border-radius:20px;box-shadow:var(--shadow-light);padding:2rem}.form-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009}.form-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--glass-border);box-shadow:var(--shadow-heavy)}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.admin-header{animation:slideInUp .6s ease}.admin-section{animation:fadeInScale .5s ease}.stat-card{animation:slideInUp .4s ease}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.status-badge{overflow:hidden;position:relative}.status-badge:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.status-badge:hover:before{left:100%}.admin-table{border-radius:12px;box-shadow:var(--shadow-light);overflow:hidden}.admin-table tbody tr{transition:all .2s ease}.admin-table tbody tr:hover{background:#667eea0d;transform:scale(1.01)}.bulk-actions-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--teal-gradient);border:1px solid #ffffff1a}.form-group input:focus,.form-group select:focus{box-shadow:0 0 0 3px #3498db33;transform:translateY(-1px)}.course-link{background:var(--primary-gradient);box-shadow:var(--shadow-light)}.course-link:hover{box-shadow:var(--shadow-medium)}.application-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--primary-gradient);border:1px solid #ffffff1a}.whatsapp-group a{background:var(--success-gradient);box-shadow:var(--shadow-light)}.whatsapp-group a:hover{box-shadow:var(--shadow-medium)}.message{background:var(--success-gradient)}.error,.message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3}.error{background:var(--danger-gradient)}.refresh-all-btn{background:var(--secondary-gradient);box-shadow:var(--shadow-light)}.refresh-all-btn:hover{box-shadow:var(--shadow-medium)}@media (max-width:768px){.admin-header,.admin-section{padding:1.5rem}.stat-card{padding:1rem}}.profile-form{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.profile-form .form-group{margin-bottom:1rem}.profile-form input:disabled{background:#f8f9fa;color:#666;cursor:not-allowed}.profile-actions{display:flex;gap:1rem;grid-column:1/-1;justify-content:center}.profile-actions button{padding:.8rem 2rem;width:auto}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:2rem 0}.stat-item{background:var(--secondary-gradient);border-radius:15px;box-shadow:var(--shadow-light);color:#fff;padding:2rem;text-align:center;transition:all .3s ease}.stat-item:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.stat-item .stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-item .stat-label{font-size:.9rem;opacity:.9}.course-history{display:flex;flex-direction:column;gap:1rem}.history-item{align-items:center;background:#fffc;border:1px solid var(--glass-border);border-radius:12px;display:flex;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.history-item:hover{background:#fffffff2;transform:translateX(5px)}.course-info h4{color:#2c3e50;margin-bottom:.5rem}.course-info p{color:#666;font-size:.9rem}.email-btn{background:linear-gradient(135deg,#9b59b6,#8e44ad);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.email-btn:hover{box-shadow:0 4px 12px #9b59b64d;transform:translateY(-2px)}.email-modal{max-width:95vw;width:600px}.email-target{background:#667eea1a;border:1px solid #667eea33;border-radius:8px;display:flex;flex-direction:column;gap:10px;margin-bottom:20px;padding:15px}.email-target label{align-items:center;color:#333;cursor:pointer;display:flex;font-weight:500;gap:10px}.email-target input[type=radio]{accent-color:#667eea;height:16px;width:16px}.email-modal textarea{font-family:inherit;min-height:120px;resize:vertical}.form-actions button:disabled{background:#ccc;cursor:not-allowed;transform:none}.form-actions button:disabled:hover{box-shadow:none;transform:none}@media (max-width:768px){.email-modal{width:95vw}.email-target{padding:10px}}.mobile-only{display:none}@media (max-width:768px){.mobile-only{display:block}.desktop-nav{display:none}.sidebar-toggle{align-items:center;display:flex;justify-content:center}}@media (min-width:769px){.sidebar-toggle{display:none}}.sidebar-toggle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:0;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;font-size:.7rem;height:24px;padding:.2rem;transition:all .3s ease;width:24px}.sidebar-toggle:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#ffffffe6);border-right:1px solid #667eea33;box-shadow:10px 0 30px #0000001a;height:100vh;left:-240px;position:fixed;top:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);width:240px;z-index:1000}.sidebar.active{left:0}.sidebar-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #fff3;color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.sidebar-header h3{font-size:1.5rem;font-weight:600;margin:0}.close-btn{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:all .3s ease}.close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}.sidebar-menu{padding:2rem 0}.menu-item{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.8rem;padding:.8rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease;width:100%}.menu-item:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s ease;width:4px}.menu-item:hover:before{transform:scaleY(1)}.menu-item:hover{background:#667eea1a;color:#667eea;padding-left:2.5rem}.menu-item svg{font-size:1.2rem;transition:all .3s ease}.menu-item:hover svg{color:#667eea;transform:scale(1.2)}.logout-btn{border-top:1px solid #667eea33;margin-top:2rem;padding-top:2rem!important}.logout-btn:hover{background:#e74c3c1a;color:#e74c3c}.logout-btn:hover svg{color:#e74c3c}.sidebar-overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.sidebar{left:-240px;width:240px}.sidebar-header{padding:1rem}.menu-item{font-size:.9rem;padding:.6rem 1rem}}.sidebar.active .menu-item{animation:slideInRight .4s ease forwards;opacity:0}.sidebar.active .menu-item:first-child{animation-delay:.1s}.sidebar.active .menu-item:nth-child(2){animation-delay:.2s}.sidebar.active .menu-item:nth-child(3){animation-delay:.3s}.sidebar.active .menu-item:nth-child(4){animation-delay:.4s}.sidebar.active .menu-item:nth-child(5){animation-delay:.5s}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}
/*# sourceMappingURL=main.bcd54db9.css.map*/